dbTalk Databases Forums  

Urgent- SSIS Package - Remote execution

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


Discuss Urgent- SSIS Package - Remote execution in the microsoft.public.sqlserver.dts forum.



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

Default Urgent- SSIS Package - Remote execution - 07-17-2006 , 02:34 PM






I tried to execute a SSIS package with dtexec with the following from my SQL
Server box, the package execution is successful.



dtexec /FILE "C:\Program Files\Microsoft SQL
Server\90\DTS\Packages\MapssIntegrationServices\Ma pssMartPackage.dtsx" /Conf
"C:\Program Files\Microsoft SQL
Server\90\DTS\Packages\MapssIntegrationServices\ma pssmart.dtsconfig"
/MAXCONCURRENT " -1 " /CHECKPOINTING OFF /REPORTING E



But when I tried to run from my client machine, (I have SQL Server 2005)
installed in my machine with the following. It throws the below error.



dtexec /FILE
"\\b10ftcctsql11\Packages\MapssIntegrationServices \MapssMartPackage.dtsx"
/Conf "\\b10ftcctsql11\Packages\MapssIntegrationServices \mapssmart.dtsconfig"
/MAXCONCURRENT " -1 " /CHECKPOINTING OFF /REPORTING E



Microsoft (R) SQL Server Execute Package Utility

Version 9.00.1399.06 for 32-bit

Copyright (C) Microsoft Corp 1984-2005. All rights reserved.



Started: 11:16:17 AM

Error: 2006-07-17 11:23:18.56

Code: 0xC0012024

Source: Analysis Services to process MapssMart Cubes in ProcessDefault mode

Description: The task "Analysis Services to process MapssMart Cubes in
Proces

sDefault mode" cannot run on this edition of Integration Services. It
requires a

higher level edition.

End Error

DTExec: The package execution returned DTSER_FAILURE (1).

Started: 11:16:17 AM

Finished: 11:23:27 AM

Elapsed: 429.768 seconds



I am totally blocked due to this issue. Any pointers to resolve this issue
would be of great help.



Reply With Quote
  #2  
Old   
Frans van Bree
 
Posts: n/a

Default RE: Urgent- SSIS Package - Remote execution - 07-18-2006 , 04:04 AM






Perhaps this previous post can help you:
http://www.microsoft.com/technet/com...=en-us&m=1&p=1

In short, are you sure your client also has SSIS installed (done during
setup) and not "just" the sql server engine?

Reply With Quote
  #3  
Old   
Norbert Kessler
 
Posts: n/a

Default RE: Urgent- SSIS Package - Remote execution - 08-22-2006 , 05:30 AM



I had a similar error with versions and forgot to install SP1 on the client
machine. Could this be the reason ?

"RAJASEKAR" wrote:

Quote:
I tried to execute a SSIS package with dtexec with the following from my SQL
Server box, the package execution is successful.



dtexec /FILE "C:\Program Files\Microsoft SQL
Server\90\DTS\Packages\MapssIntegrationServices\Ma pssMartPackage.dtsx" /Conf
"C:\Program Files\Microsoft SQL
Server\90\DTS\Packages\MapssIntegrationServices\ma pssmart.dtsconfig"
/MAXCONCURRENT " -1 " /CHECKPOINTING OFF /REPORTING E



But when I tried to run from my client machine, (I have SQL Server 2005)
installed in my machine with the following. It throws the below error.



dtexec /FILE
"\\b10ftcctsql11\Packages\MapssIntegrationServices \MapssMartPackage.dtsx"
/Conf "\\b10ftcctsql11\Packages\MapssIntegrationServices \mapssmart.dtsconfig"
/MAXCONCURRENT " -1 " /CHECKPOINTING OFF /REPORTING E



Microsoft (R) SQL Server Execute Package Utility

Version 9.00.1399.06 for 32-bit

Copyright (C) Microsoft Corp 1984-2005. All rights reserved.



Started: 11:16:17 AM

Error: 2006-07-17 11:23:18.56

Code: 0xC0012024

Source: Analysis Services to process MapssMart Cubes in ProcessDefault mode

Description: The task "Analysis Services to process MapssMart Cubes in
Proces

sDefault mode" cannot run on this edition of Integration Services. It
requires a

higher level edition.

End Error

DTExec: The package execution returned DTSER_FAILURE (1).

Started: 11:16:17 AM

Finished: 11:23:27 AM

Elapsed: 429.768 seconds



I am totally blocked due to this issue. Any pointers to resolve this issue
would be of great help.



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.