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
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 problem when calling a package

Author  Topic 

dasu
Posting Yak Master

104 Posts

Posted - 2004-11-04 : 23:18:20
i have two packages
p1
p2
p1 is calling p2
i am storing p2 as structred storage file in d drive
so iam saving p2 as strucred storage file that time my all package global variabels has some values .
so when ever im calling p2 from p1 with updated values that time it is not taking updated values that is my problem.
is it compulsary to clear all global varibles before saving as strucured storage file .
please suggest me the solution for this

regards
dasu.g

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2004-11-04 : 23:20:58
didn't you ask this before?

quote:
Originally posted by dasu

i have two packages
p1
p2
p1 is calling p2
i am storing p2 as structred storage file in d drive
so iam saving p2 as strucred storage file that time my all package global variabels has some values .
so when ever im calling p2 from p1 with updated values that time it is not taking updated values that is my problem.
is it compulsary to clear all global varibles before saving as strucured storage file .
please suggest me the solution for this

regards
dasu.g





--------------------
keeping it simple...
Go to Top of Page

dasu
Posting Yak Master

104 Posts

Posted - 2004-11-05 : 00:51:51
situation is same but purpose is different please read the querry complete
regards
dasu.g
Go to Top of Page
   

- Advertisement -