Hi, I have built my workflow. It runs beautifully the first time and saves my data via the output tool to Access DB 2007, 2010, 2013, 2016 (*accdb) with no problem if I set it up as a new connection. However, the next time I run it, it fails and gives me the following error each time. Therefore, every time I have to set up a new connection, choose the same DB, and give the same table name, and then it works. This would not normally be a problem but... this dataset feeds into a PowerBI Report and every time loses the connection.
I have provided a screenshot.
here is the full error:
Error: Output Data (1284): DataWrap2OleDb::SendBatch: Microsoft Access Database Engine: Cannot open database ''. It may not be a database that your application recognizes, or the file may be corrupt.\3049 = -78972086
Insert into `ETL_Marketable_Contacts`(`ContactID`,`Eloqua Contact ID`,`Email Address`,`Company`,`ZI Company ID`,`ZI Parent ID`,`ZI Parent Name`,`ZI Ultimate Parent ID`,`ZI Ultimate Parent Name`,`D&B DUNS Number`,`D&B Doing Business As`,`Website`,`CRM Lead Reject Reason`,`SFDC Account ID`,`contact_sk`,`ETL_JobTitle`,`ETL_MgmtLevel`,`ETL_Country`,`ETL_Industry`,`ETL_Region`,`domain`) Values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
The last field in the dataset is domain.
Any ideas?