Wednesday, 22 May 2013
     
AUSQLUG Forums Home   Search   Login   Register   Member List  
SQL Server 2005 Forums  > Integration Services  > Error While running SSIS package from JOB scheduler to update Cube  
 
Display using:  
Previous Thread :: Next Thread 
 Author Thread: Error While running SSIS package from JOB scheduler to update Cube
riteshag77 is not online. Last active: 31/08/2007 9:22:08 AM riteshag77
Top 100 Poster
Joined: 30 Aug 2007
Total Posts: 2
 
Error While running SSIS package from JOB scheduler to update Cube
Posted: 30 Aug 2007 06:28 PM
HI All,



I don’t know if this is good place to ask question regarding SSIS package.



Scenario

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

I am trying to write DTS package to schedule automatic processing of Cube in analysis service Database.



DTS package runs fine from the Visual studio environment but when I am trying to run package from Job scheduler I receive below specified error. If some have find resolution to this problem and can share with me that will be great.





Error iam receiving while executing package on SQL server 2005

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

9.00.3042.00 for 32-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 05:51:21 PM Error: 2007-08-30 17:51:21.34 Code: 0x00000000 Source: Analysis Services Processing Task Analysis Services Processing Task Description: A connection cannot be made. Ensure that the server is running. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 05:51:21 PM Finished: 05:51:21 PM Elapsed: 0.344 seconds. The package execution failed. The step failed.



Regards

Ritesh Agarwal
philcart is not online. Last active: 7/01/2013 4:04:01 PM philcart
philcart.blogspot.com
Top 25 Poster
Forum Moderator
Joined: 20 Jul 2004
Total Posts: 345
 
Re: Error While running SSIS package from JOB scheduler to update Cube
Posted: 31 Aug 2007 12:25 AM
What credentials are used to connect to the server?


Thanks
Phill

Colt 45 - the original point and click interface ;)
http://philcart.blogspot.com/
riteshag77 is not online. Last active: 31/08/2007 9:22:08 AM riteshag77
Top 100 Poster
Joined: 30 Aug 2007
Total Posts: 2
 
Re: Error While running SSIS package from JOB scheduler to update Cube
Posted: 31 Aug 2007 09:22 AM
Hi Phil,

Following steps i have taken to Create Credentials and Create Proxy

1.I have Created Login to have access to msdb and assigned SQLAgentOperatorRole,SQLAgentReaderRole,SQLAgentUserRole.

2.I have create Credentials Using previuosly created login.
3. Created Proxy user in SQL ServerAgent and Assign to SSIS.

It will great help if you can help me to resolve this issue.

Thanks
Ritesh
IRytCod is not online. Last active: 12/10/2007 7:43:28 AM IRytCod
Joined: 04 Oct 2007
Total Posts: 2
 
Re: Error While running SSIS package from JOB scheduler to update Cube
Posted: 04 Oct 2007 08:49 AM
We are getting the same error, did you figure out the solution yet?. All credentials are there and appropriate services are running. One of the SQL 2005 server is working fine but other one throws the error similar to yours when trying to execute the Analysis server cube through SQL Agent.
IRytCod is not online. Last active: 12/10/2007 7:43:28 AM IRytCod
Joined: 04 Oct 2007
Total Posts: 2
 
Re: Error While running SSIS package from JOB scheduler to update Cube
Posted: 10 Oct 2007 04:29 AM
We got it working, the account used for setting up services (SQL server, SQL server agent, etc) was local, once we changed it to domain admin account it worked.
Previous Thread :: Next Thread 
Page 1 of 1
 
AUSQLUG Forums  > SQL Server 2005 Forums  > Integration Services  > Error While running SSIS package from JOB scheduler to update Cube