Hi,
Since I upgraded to 6.0 none of my SSIS 2012 packages are working at work. Last night at home I tried to run a simple CRM data to extract some data from CRM Online and save it to a flat file on my desktop and it worked fine. This morning at work the same package no longer works. Looks like something is wrong with the proxy? This is the same error message I get for all the packages that worked before the update. Thanks for your help.
Here is the error message:
SSIS package "C:\Users\1111\Documents\Visual Studio 2012\projects\test\Package.dtsx" starting.
Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
Warning: 0x80049304 at Data Flow Task, SSIS.Pipeline: 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 system's console.
Information: 0x40043006 at Data Flow Task, SSIS.Pipeline: Prepare for Execute phase is beginning.
Information: 0x40043007 at Data Flow Task, SSIS.Pipeline: Pre-Execute phase is beginning.
Information: 0x402090DC at Data Flow Task, Flat File Destination [318]: The processing of file "C:\Users\1111\Desktop\filestest.csv" has started.
Information: 0x4004300C at Data Flow Task, SSIS.Pipeline: Execute phase is beginning.
Error: 0xC002F304 at Data Flow Task, Dynamics CRM Source [2]: An error occurred with the following error message: "KingswaySoft.IntegrationToolkit.DynamicsCrm.CrmServiceException: CRM service call returned an error: Metadata contains a reference that cannot be resolved: 'crmoldev.api.crm.dynamics.com/.../Organization.svc'.(Error Type / Reason: ProxyAuthenticationRequired) (SSIS Integration Toolkit for Microsoft Dynamics CRM, v6.0.0.5225)
System.InvalidOperationException: Metadata contains a reference that cannot be resolved: 'crmoldev.api.crm.dynamics.com/.../Organization.svc'.
System.Net.WebException(Status Reason: ProxyAuthenticationRequired, Server Response: <HEAD><TITLE>Proxy Authorization Required</TITLE></HEAD>
<BODY BGCOLOR="white" FGCOLOR="black"><H1>Proxy Authorization Required</H1><HR>
<FONT FACE="Helvetica,Arial"><B>
Description: Authorization is required for access to this proxy</B></FONT>
<HR>
<!-- default "Proxy Authorization Required" response (407) -->
</BODY>
".
Error: 0x80004005 at Data Flow Task, Dynamics CRM Source [2]: Attempt to read message string for 0xc02090f5 failed with error 0xc02090f2. Make sure all message related files are registered.
Error: 0xC0047038 at Data Flow Task, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on Dynamics CRM Source returned error code 0xC02090F5. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.
Information: 0x40043008 at Data Flow Task, SSIS.Pipeline: Post Execute phase is beginning.
Information: 0x402090DD at Data Flow Task, Flat File Destination [318]: The processing of file "C:\Users\hm12458\Desktop\filestest.csv" has ended.
Information: 0x4004300B at Data Flow Task, SSIS.Pipeline: "Flat File Destination" wrote 0 rows.