Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 ini file update to use for DTS package

Author  Topic 

sanjnep
Posting Yak Master

191 Posts

Posted - 2006-10-11 : 16:02:31
I have one ini file with following value: I am using this value on DTS package through dynamic property task. My problem is value of [SourceFilepath]
\\samxc001\yiop01\sssCoins\TransFiles01\
needs to change to
\\samxc002\yiop02\rrrCoins\TransFiles02\
after running the DTS package. How can I do this?

------------------------------------------------------------------
TransFile1.ini
------------------------------------------------------------------

[SourceFilepath]
value=\\samxc001\yiop\sssCoins\TransFiles
[Destination Server]
value=SQ6IRVN37A

[Destination Database]
value=P_Nissan

--------------------------------------------------------------------

I need to do this because I need to use 2nd value when I ran DTS second time through batch job.
Thanks
Sanjeev

sanjnep
Posting Yak Master

191 Posts

Posted - 2006-10-11 : 17:30:45
Any help please?
Go to Top of Page

sanjnep
Posting Yak Master

191 Posts

Posted - 2006-10-12 : 17:05:30
Any help plz
Go to Top of Page
   

- Advertisement -