sportsguy
Finance wiz, Access hack
- Local time
- Today, 06:58
- Joined
- Dec 28, 2004
- Messages
- 363
Hack SQLSERVER 2016 dba here, ie, not technically certified, but have enough experience to create properly designed tables, indexes, view queries, security users, schemas, procedures, and running all procedures from O365 ms Access from a button. However, I can't get a local file system SSMS created SSIS package to run from an Agent job. The job is import /copy an MS access table from an mdb file table with the same table name and structure, to the server staging table. I saved an SSIS package locally while importing a table from my staging access database to a SQL Server staging table. Manually, works fine. Step 1 truncate receiving staging table works fine, Step 2 running the SSIS package fails. I suspect with the ODBC driver link, though not sure why it works manually.
source connection Data Source=C:\Users\username\Documents\staging_tables\stgHEADCOUNT.mdb;OLE DB SERVICES=0;Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;
What am I missing, or did i set the MS access database security level wrong with the agent job? or is the OLE DB service not recognized. there is no user name and password with the local database.
Thanks in advance and to the doubters, the company employees are not allowed to access the SAP system at all, but we can run and export webi bi reports, so either a flat file or from an access database table import are my only two options.
Thanks in advance,
sportsguy
source connection Data Source=C:\Users\username\Documents\staging_tables\stgHEADCOUNT.mdb;OLE DB SERVICES=0;Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;
What am I missing, or did i set the MS access database security level wrong with the agent job? or is the OLE DB service not recognized. there is no user name and password with the local database.
Thanks in advance and to the doubters, the company employees are not allowed to access the SAP system at all, but we can run and export webi bi reports, so either a flat file or from an access database table import are my only two options.
Thanks in advance,
sportsguy