Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.1
-
Fix Version/s: 1.1.1
-
Component/s: None
-
Labels:None
Description
After sending DATA FEED service SOAP request, 4 reports are generating - " Account Performance Summary,Business Area Performance Summary,Campaign Status Summary and Account Performance Summary By Distribution" except CustomerDatamart.
Soap request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dat="http://www.thesearchagency.com/smb/DataFeedService/">
<soapenv:Header/>
<soapenv:Body>
<dat:executeJobFromFileSystemRepository>
<!-Optional:->
<job name="Job 1">
<!-Optional:->
<variables>
<!-Zero or more repetitions:->
<variable key="START_DATE" value="2012-01-01"/>
<variable key="END_DATE" value="2012-01-03"/>
</variables>
</job>
</dat:executeJobFromFileSystemRepository>
</soapenv:Body>
</soapenv:Envelope>
Response:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:executeJobFromFileSystemRepositoryResponse xmlns:ns2="http://www.thesearchagency.com/smb/DataFeedService/">
<return>true</return>
</ns2:executeJobFromFileSystemRepositoryResponse>
</soap:Body>
</soap:Envelope>
Check the datafees directory on Agency
[gsingh@optus-qa-agency1 datafeeds]$ ls -lrt
total 20
drwxr-xr-x 2 root root 4096 Feb 20 21:27 old
rw-rr- 1 root root 334 Feb 20 23:07 BusAreaPerf_2012-01-01_2012-01-03.zip
rw-rr- 1 root root 460 Feb 20 23:07 AcctPerfSum_2012-01-01_2012-01-03.zip
rw-rr- 1 root root 0 Feb 20 23:07 AcctPerfSum_2012-01-01_2012-01-03.done
rw-rr- 1 root root 192 Feb 20 23:07 AcctPerfDist_2012-01-01_2012-01-03.zip
rw-rr- 1 root root 0 Feb 20 23:07 AcctPerfDist_2012-01-01_2012-01-03.done
rw-rr- 1 root root 465 Feb 20 23:07 CampStatus_2012-01-01_2012-01-03.zip
rw-rr- 1 root root 0 Feb 20 23:07 CampStatus_2012-01-01_2012-01-03.done
rw-rr- 1 root root 0 Feb 20 23:07 BusAreaPerf_2012-01-01_2012-01-03.done