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

SSIS :Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done

SSIS Error : Object is not an ADODB.RecordSet or an ADODB.Record + Solution

SSRS : [Teradata Database] 3939 There is a mismatch between the number of parameters specified and the number of parameters required.