Ran the main and sub packages individually they ran fine.
Both the packages are in the same server.I have tested all the connections
inside the packages.
I have changed the connection timeout for all connections to 600000
My question is while main package opening the sub package it's taking more
time, where I can change this
time out setting for opening dts packages..
> Hello DK,
>
[quoted text clipped - 12 lines]
> Data Warehouse Architect
> http://bi-on-sql-server.blogspot.com/
Myles.Matheson@gmail.com - 24 Oct 2005 11:38 GMT
Hello DK,
This could be a permissions problem. Did you manually run the sub
package or scheduled it?
If you manually ran the package your user context would have been used.
This may include all the aliases for databases connections. The timeout
error could have been trying to connect on a different port requiring
an alias.
Are you using server aliases for you db connections?
Try scheduling the sub package on its own to see if you get the same
error. Or logon under the SQL agent account and the sub package.
Myles Matheson
Data Warehouse Architect
http://bi-on-sql-server.blogspot.com/
Darren Gosbell - 24 Oct 2005 22:06 GMT
> Ran the main and sub packages individually they ran fine.
If the main package ran fine, does that mean it runs OK from the
designer, but not as a scheduled job? If this is the case the issue is
probably that the account that SQL Agent is running under does not have
permission to run the packages.

Signature
Regards
Darren Gosbell [MCSD]
<dgosbell_at_yahoo_dot_com>
Blog: http://www.geekswithblogs.net/darrengosbell
Since the DTS packages are on the same server why not create a job and have
the pacakges executed as separate steps?

Signature
Thomas
> Hello DK,
>
[quoted text clipped - 12 lines]
> Data Warehouse Architect
> http://bi-on-sql-server.blogspot.com/
DKRReddy - 26 Oct 2005 07:27 GMT
i have many dts packages, so i want to include them in one package with
different conditions.
> Since the DTS packages are on the same server why not create a job and have
> the pacakges executed as separate steps?
[quoted text clipped - 15 lines]
> > Data Warehouse Architect
> > http://bi-on-sql-server.blogspot.com/