I have been getting the following warning with an Unexpected Termination: [SSIS.Pipeline] Warning: Warning: Could not open global shared memory to communicate with performance DLL; data flow performance counters are not available. To resolve, run this package as an administrator, or on the systems's console.
Tried the following, and still get the warning message:
- Permissions run as admin or add user that runs package to in the performance counter group :control panel > admin tools > computer management > local users and groups > groups > performance monitor users >added, then restarted server
- Point to OLEDB instead of SQL server destination
- Run project on 64- bit
- Uncheck the option for Table Lock in the OLE DB Destination Editor
- Change the buffer size and rows in SSISDB
- Reduce number of rows
- Change max concurrent executions from -1 to 1
- Change setting to "not fail on warning"
None the above worked. What else can I do?
Thanks!