dbTalk Databases Forums  

Re: LoadFromSQLServer of Packages with Analysis Services Processing Tasks

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Re: LoadFromSQLServer of Packages with Analysis Services Processing Tasks in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: LoadFromSQLServer of Packages with Analysis Services Processing Tasks - 10-01-2003 , 12:32 PM






Make sure they and any other tasks that connect to them are executing on
"The main Package thread" (Workflow properties)


--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"Mohammad" <mohammad.shaahinfar (AT) ftb (DOT) ca.gov> wrote

Quote:
Hi,

When I use the following to execute a package, the
LoadFromSQLServer statement hangs on packages with
Analysis Services Processing Tasks.

Set oPkg = Server.CreateObject("DTS.Package")

oPkg.LoadFromSQLServer "myServer", uid, pwd,
DTSSQLStgFlag_Default, "", "", "", "TestDTS"

oPkg.Execute

Any ideas?

Thanks in advance.





Reply With Quote
  #2  
Old   
Mohammad
 
Posts: n/a

Default Re: LoadFromSQLServer of Packages with Analysis Services Processing Tasks - 10-01-2003 , 01:21 PM






I made sure those tasks and any other tasks connecting to
them have their execution option set as you suggested.
The option on the OLAP task were already set. I only had
to change the option on the connecting tasks. The problem
persists as long as an OLAP task is in the package.

Quote:
-----Original Message-----
Make sure they and any other tasks that connect to them
are executing on
"The main Package thread" (Workflow properties)


--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"Mohammad" <mohammad.shaahinfar (AT) ftb (DOT) ca.gov> wrote in
message
news:036001c38838$07032aa0$a301280a (AT) phx (DOT) gbl...
Hi,

When I use the following to execute a package, the
LoadFromSQLServer statement hangs on packages with
Analysis Services Processing Tasks.

Set oPkg = Server.CreateObject("DTS.Package")

oPkg.LoadFromSQLServer "myServer", uid, pwd,
DTSSQLStgFlag_Default, "", "", "", "TestDTS"

oPkg.Execute

Any ideas?

Thanks in advance.




.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.