Hi all,
First time posting here, bear with me!
So I have a scheduled task set up on an older machine (XP, running Office 2010) that opens an Access database and runs a macro that opens a file in Excel, refreshes a pivot table, saves it as a new file name, and closes Excel. It worked perfectly until just recently.
Now, whenever the process runs (or I try to refresh manually), I get a "Could not find installable ISAM" error message. When I clear the error, it asks if I want to connect to the data source; clicking "Yes" causes the pivot table to refresh normally. Setting system warnings to off in Access, and using the Docmd.setwarnings False VBA command in the module that opens and refreshes the pivot, does not resolve the issue.
If I run the process or refresh manually on my usual machine (Win7, Office 2013), there are no issues. However, the process was originally set up and the connections made on the older machine.
From poking around online, I've found that the connection string might be the culprit; I don't offhand see any syntax issues, but I've recreated it below in case anyone sees anything.
Provider=Microsoft.ACE.OLEDB.12.0;User ID=Admin;Data Source=S:\Financial Analysts\GL Pivot Tables\GL Pivot Refresh\GL Pivot Tables.mdb;Mode=Share Deny Write;Extended Properties="";Jet OLEDB:System database="";Jet OLEDB:Registry Path="";Jet OLEDB:Engine Type=5;Jet OLEDB:Database Locking Mode=0;Jet OLEDB:Global Partial Bulk Ops=2;Jet OLEDB:Global Bulk Transactions=1;Jet OLEDB:New Database Password="";Jet OLEDB:Create System Database=False;Jet OLEDB:Encrypt Database=False;Jet OLEDB:Don't Copy Locale on Compact=False;Jet OLEDB:Compact Without Replica Repair=False;Jet OLEDB:SFP=False;Jet OLEDB:Support Complex Data=False;Jet OLEDB:Bypass UserInfo Validation=False;Jet OLEDB:Limited DB Caching=False;Jet OLEDB:Bypass ChoiceField Validation=False
If anyone can point me in the right direction, I'd be very grateful. Thanks!!
First time posting here, bear with me!
So I have a scheduled task set up on an older machine (XP, running Office 2010) that opens an Access database and runs a macro that opens a file in Excel, refreshes a pivot table, saves it as a new file name, and closes Excel. It worked perfectly until just recently.
Now, whenever the process runs (or I try to refresh manually), I get a "Could not find installable ISAM" error message. When I clear the error, it asks if I want to connect to the data source; clicking "Yes" causes the pivot table to refresh normally. Setting system warnings to off in Access, and using the Docmd.setwarnings False VBA command in the module that opens and refreshes the pivot, does not resolve the issue.
If I run the process or refresh manually on my usual machine (Win7, Office 2013), there are no issues. However, the process was originally set up and the connections made on the older machine.
From poking around online, I've found that the connection string might be the culprit; I don't offhand see any syntax issues, but I've recreated it below in case anyone sees anything.
Provider=Microsoft.ACE.OLEDB.12.0;User ID=Admin;Data Source=S:\Financial Analysts\GL Pivot Tables\GL Pivot Refresh\GL Pivot Tables.mdb;Mode=Share Deny Write;Extended Properties="";Jet OLEDB:System database="";Jet OLEDB:Registry Path="";Jet OLEDB:Engine Type=5;Jet OLEDB:Database Locking Mode=0;Jet OLEDB:Global Partial Bulk Ops=2;Jet OLEDB:Global Bulk Transactions=1;Jet OLEDB:New Database Password="";Jet OLEDB:Create System Database=False;Jet OLEDB:Encrypt Database=False;Jet OLEDB:Don't Copy Locale on Compact=False;Jet OLEDB:Compact Without Replica Repair=False;Jet OLEDB:SFP=False;Jet OLEDB:Support Complex Data=False;Jet OLEDB:Bypass UserInfo Validation=False;Jet OLEDB:Limited DB Caching=False;Jet OLEDB:Bypass ChoiceField Validation=False
If anyone can point me in the right direction, I'd be very grateful. Thanks!!