SSIS : SSIS package is failing in SQL agent job with webserviceTaskException: Service Description cannot be null + Solution


we are using webservice task in our ssis package and the package is successful in SSDT . when we created SQL job using that package it is failing with  webserviceTaskException: Service Description cannot be null.




to solve the issue

1. we have given access to web service for ssis proxy account 
2.we have given access on wsdl file folder 
3.we given access to temp folder .

Still no luck.

So the solution for this .

We need to give access to wsdl file also.

 

Comments

Popular posts from this blog

SSAS : A connection cannot be made to redirector. Ensure that 'SQL Browser' service is running. (Microsoft.AnalysisServices.AdomdClient). + Solution

SSIS Error : Unable to infer the XSD from the XML file. The XML contains multiple namespaces