HI,
I recently changed the OLEDB connector to point to another database and I'm getting this error on reload:
OLEDB CONNECT*Provider*
8/6/2014 6:24:30 AM: Error: ErrorSource: Microsoft OLE DB Service Components, ErrorMsg: The specified module could not be found.
8/6/2014 6:24:30 AM: General Script Error
8/6/2014 6:24:30 AM: Execution Failed
8/6/2014 6:24:30 AM: Execution finished.
The OLEDB connector is the following
OLEDB CONNECT32 TO [Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=SADB_CAT_DEV;Data Source=g2w4892.austin.hp.com,20480;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=FERRDANI5;Use Encryption for Data=False;Tag with column collation when possible=False];
Does anybody have any solution to that?
Thanks