Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Initialize data source ..?

Status
Not open for further replies.

kenjoswe

Technical User
Sep 19, 2000
327
SE
Hi all,

I have a Job in SQL-7.0 that triggers a stored procedure that supposed to retrive records from linked Oracle server. This has worked fine until now. When I check the error it says:
=================================================
Could not initialize data source object of OLE DB provider 'MSDAORA'.
[SQLSTATE 42000] (Error 7303) [SQLSTATE 01000] (Error 7312).
The step failed.
==================================================
I can run the above stored procedure manually from the Query Analyzer without problem.

Other Jobs with stored procedure that is not liked to the Oracle server starts fine.

Why can't I not 'initialize data source' from the Job any longer?

/Kent J.


 
Error 7303 generally refers to a logon authorization error. Are the logon and password used to execute the job valid on the Oracle Server? Typically, jobs run under the security of the SQLAgent account. Does the SQLAgent accont have access and appropriate permissions on the Oracle Server?

The following article refers to DTS jobs but may help you pinpoint the problem.

INF: How to Run a DTS Package as a Scheduled Job
Terry

X-) "Life would be easier if I had the source code." -Anonymous
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top