I started at this company, and the jobs were pretty complex and undocumented. One of the procs checks on txtfiles that SSIS creates by using a linked server that uses Microsoft.Jet.OLEDB.4.0 and points to its own C drive. Using that, the job does a count on each table, and compares it to its totals. Maybe unnecessarily complex.
It was working properly till last Friday, when I started getting the error:
OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "textserver"
returned message "Unspecified error". Msg 7303, Level 16, State 1, Line 1
Cannot initialize the data source object of OLE DB provider
"Microsoft.Jet.OLEDB.4.0" for linked server "textserver".
The query used is:
SELECT COUNT(*) FROM textserver...[textfile#txt]
I've tried rebooting the server, and recreating the linked server to no avail.
Has anyone seen this issue before?
答案 0 :(得分:0)
I've had similar problems in the past, but restarting the linked to server usually worked for me. A few things to try: