Hi,
I am trying to perform my first deployment to a live server using Cozyroc components. I am reading data from a sharepoint list source, then updating a date against the item using the sharepoint list destination. In my development environment everything is working fine. I am using the package deployment method in visual studio, and am attempting to execute "dtexec" on my target server. I have many other dtsx files executing on this server so know that environment is ok. I have also checked my cozyroc license application and its all good.
Below is the output when i try and run it. Can anybody help me understand why the SPCRED isn't being recognised?
----- start code -----
E:\Applications\APP053>dtexec /f monitor.dtsx
Microsoft (R) SQL Server Execute Package Utility
Version 11.0.2100.60 for 64-bit
Copyright (C) Microsoft Corporation. All rights reserved.
Started: 10:18:25
Error: 2014-01-17 10:18:26.10
Code: 0xC0016016
Source: Monitor
Description: Failed to decrypt protected XML node "ServerPassword" with error 0x8009000B "Key not valid for use in specified state.". You may not be authorized to access this information. This error occurs when there is a cryptographic error. Verify that the correct key is available.
End Error
Error: 2014-01-17 10:18:26.38
Code: 0xC0014005
Source: Monitor
Description: The connection type "SPCRED" specified for connection manager "SharePoint Credential" is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type. Check the spelling in the connection type name.
End Error
Error: 2014-01-17 10:18:26.38
Code: 0xC0010018
Source: Monitor
Description: Error loading value "<DTS:ConnectionManagers xmlns:DTS="
www.microsoft.com/SqlServer/Dts"><DTS:ConnectionManager DTS:refId="Package.ConnectionManagers[SharePoint Connection Manager 1]" DTS:CreationName="SHAREPOINT" DTS:DTSID="{435379C8-D465-49DC-98E3-93242B62E091}" DTS:ObjectNa" from node "DTS:Connection Managers".
End Error
Could not load package "monitor.dtsx" because of error 0xC0010014.
Description: The package failed to load due to error 0xC0010014 "One or more error occurred. There should be more specific errors preceding this one that explains the details of the errors. This message is used as a return value from functions that encounter errors.". This occurs when Package::LoadFromXML fails.
Source: Monitor
Started: 10:18:25
Finished: 10:18:26
Elapsed: 0.531 seconds
E:\Applications\APP053>
----- end code -----
Many thanks in advance.
Dominic