Restfull service to log errors
I have a API that calls restfull service to log errors from the application. i am trying to use the same frame work to log the errors to the API from ssis ETL. I am not sure if this can be done but can any one suggest if it can be and the approach
that needs to be taken to address this issue.
I cannot use web service task as restful service does not call WSDL's
please advise
November 16th, 2010 2:05pm
Hi ns100,
The Integration Services run-time environment has extensive logging capabilities. We can create custom log provider to enable logs to be created and stored in a specify location.
In this case, we can create a custom log provider, and in the custom log provider, log the errors to the API.
For more information about creating a custom log provider, please see:
http://msdn.microsoft.com/en-us/library/ms136010.aspx
If you have any more questions, please feel free to ask.
Thanks,
Jin ChenJin Chen - MSFT
Free Windows Admin Tool Kit Click here and download it now
November 17th, 2010 12:53am