I have a DTS package that updates information in a database for one of our clients. This information then needs to be republished to the websites which is done by going to a URL
Example: http://webrepub.DomainName.com/apps/publish.cfm?temp=1&ID=1101.
Is there a way from within the DTS package to execute/call the URL that performs the republishing of the websites with out opening a browser on the server.
TIAWrite a script to do your thing and call that by an 'OS command' from the DTS. That's probably the quickest and most robust sollution.
Gr,
Yveau
No comments:
Post a Comment