user3248637
user3248637

Reputation: 73

SOAP request - SAS CI

Am trying to invoke campaign via SOAP request ,which is suppose to insert data into data warehouse,but it's not happening.am using DS2 code for it When I try run the same campaign in test mode in SAS CI it's happening

I want the log that gets generated via SOAP request.can anyone let me know the path for the same.

Thanks in advance.

Upvotes: 0

Views: 90

Answers (1)

momo1644
momo1644

Reputation: 1804

You need to check the log files on your application & mid-tier servers. Search the log files for the time you ran your request.

Start by checking the ObjectSpawner log to see if any connections were made the SAS environment at that time: ex. C:\SASHome\Lev1\ObjectSpawner\Logs

Upvotes: 1

Related Questions