You are currently viewing the Microsoft Operations Manager 2005 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
Hi,
I have a package which loads the file from one of the folder and encrypt it and then stores in another folder.
The new folder created will be named as Today's date say (01102008),further executions will create folders like 01102008-2,01102008-3,etc.
Every time i execute the package,it creates a new folder,saves it in a global variable and then creates the encrypted files in this new folder,in case of DTS.
But after migration,The problem i'm facing is,when i execute the package for the first time,the package tries to locate the folder in the Global variable value set in the properties,if it's present.. it creates d encrypted files in that file.Otherwise it just creates an empty folder with today's date.
When i alert the folder name in the script,i get the correct value.
Can anyone please help me find ,where i am going wrong....