dbTalk Databases Forums  

running as job raises JET error from paradox db?

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


Discuss running as job raises JET error from paradox db? in the microsoft.public.sqlserver.dts forum.



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

Default running as job raises JET error from paradox db? - 02-06-2006 , 07:48 AM






We have a very simple DTS package to import data from a Paradox 4.x database
into SQL server. When the package is executed directly it works fine.
When it is run as an sql server agent job it errors with "Microsoft JET
Database Engine" reporting "External table is not in the expected format."

As an Access developer I'm slightly confused to see the Access JET engine
complaining about a paradox database?

The package has one connection set to Paradox 4.X and one connection as the
SQL server with a simple copy data transformation in between.


Full error text is:
Executed as user: SILVERSTONE\Administrator. DTSRun: Loading... DTSRun:
Executing... DTSRun OnStart: DTSStep_DTSExecuteSQLTask_1 DTSRun
OnFinish: DTSStep_DTSExecuteSQLTask_1 DTSRun OnStart: Copy Data from
PART to [Parts].[dbo].[PartsFiles] Step DTSRun OnError: Copy Data from
PART to [Parts].[dbo].[PartsFiles] Step, Error = -2147467259 (80004005)
Error string: External table is not in the expected format. Error
source: Microsoft JET Database Engine Help file: Help context:
5003274 Error Detail Records: Error: -2147467259 (80004005);
Provider Error: -328602519 (EC69EC69) Error string: External table is
not in the expected format. Error source: Microsoft JET Database
Engine Help file: Help context: 5003274 DTSRun OnFinish:
Copy Data from PART to [Parts].[dbo].[PartsFiles] Step DTSRun: Package
execution complete. Process Exit Code 1. The step failed.



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: running as job raises JET error from paradox db? - 02-06-2006 , 09:19 AM






Hello Andrew,

Usually when something works interactively and not as a job then the answer
lies within here

http://support.microsoft.com/?kbid=269074

Also have a look here for the Paradox and jet thing

http://support.microsoft.com/kb/230126/EN-US/


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
We have a very simple DTS package to import data from a Paradox 4.x
database
into SQL server. When the package is executed directly it works fine.
When it is run as an sql server agent job it errors with "Microsoft
JET
Database Engine" reporting "External table is not in the expected
format."
As an Access developer I'm slightly confused to see the Access JET
engine complaining about a paradox database?

The package has one connection set to Paradox 4.X and one connection
as the SQL server with a simple copy data transformation in between.

Full error text is:
Executed as user: SILVERSTONE\Administrator. DTSRun: Loading...
DTSRun:
Executing... DTSRun OnStart: DTSStep_DTSExecuteSQLTask_1 DTSRun
OnFinish: DTSStep_DTSExecuteSQLTask_1 DTSRun OnStart: Copy Data
from
PART to [Parts].[dbo].[PartsFiles] Step DTSRun OnError: Copy Data
from
PART to [Parts].[dbo].[PartsFiles] Step, Error = -2147467259
(80004005)
Error string: External table is not in the expected format.
Error
source: Microsoft JET Database Engine Help file: Help
context:
5003274 Error Detail Records: Error: -2147467259
(80004005);
Provider Error: -328602519 (EC69EC69) Error string: External
table is
not in the expected format. Error source: Microsoft JET Database
Engine Help file: Help context: 5003274 DTSRun
OnFinish:
Copy Data from PART to [Parts].[dbo].[PartsFiles] Step DTSRun:
Package
execution complete. Process Exit Code 1. The step failed.



Reply With Quote
  #3  
Old   
Andrew Brill
 
Posts: n/a

Default Re: running as job raises JET error from paradox db? - 02-06-2006 , 09:46 AM



Sorry false alarm! I didn't take into account that running a package
executes it on the local machine whereas running a job executes it on the
server. It appears the server does not have a paradox filter and so I guess
it is falling back on the jet filter for some reason.



"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
Hello Andrew,

Usually when something works interactively and not as a job then the
answer lies within here

http://support.microsoft.com/?kbid=269074

Also have a look here for the Paradox and jet thing

http://support.microsoft.com/kb/230126/EN-US/


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

We have a very simple DTS package to import data from a Paradox 4.x
database
into SQL server. When the package is executed directly it works fine.
When it is run as an sql server agent job it errors with "Microsoft
JET
Database Engine" reporting "External table is not in the expected
format."
As an Access developer I'm slightly confused to see the Access JET
engine complaining about a paradox database?

The package has one connection set to Paradox 4.X and one connection
as the SQL server with a simple copy data transformation in between.

Full error text is:
Executed as user: SILVERSTONE\Administrator. DTSRun: Loading...
DTSRun:
Executing... DTSRun OnStart: DTSStep_DTSExecuteSQLTask_1 DTSRun
OnFinish: DTSStep_DTSExecuteSQLTask_1 DTSRun OnStart: Copy Data
from
PART to [Parts].[dbo].[PartsFiles] Step DTSRun OnError: Copy Data
from
PART to [Parts].[dbo].[PartsFiles] Step, Error = -2147467259
(80004005)
Error string: External table is not in the expected format.
Error
source: Microsoft JET Database Engine Help file: Help
context:
5003274 Error Detail Records: Error: -2147467259
(80004005);
Provider Error: -328602519 (EC69EC69) Error string: External
table is
not in the expected format. Error source: Microsoft JET Database
Engine Help file: Help context: 5003274 DTSRun
OnFinish:
Copy Data from PART to [Parts].[dbo].[PartsFiles] Step DTSRun:
Package
execution complete. Process Exit Code 1. The step failed.





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.