Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: TBD
-
Fix Version/s: v201402-Patch-1
-
Component/s: None
-
Labels:
-
Environment:
Build details
SMS Core: P117
SMS Service: P41
Description
When we run seupdate for cancelled campaign then its throwing CampaignServiceInvalidCampaignId exception.
Steps to reproduce.
Step 1: Deploy an account.
Step 2: Run seupdate.
Step 3: Cancel the campaign.
Step 4: Run seupdate.
Snippet of the log.
2014-07-15 08:00:47.636 (2) [P2T2]: TrackingID: 1f4e1ca1-1716-4484-a375-c55b82c76677, Operation Error code[1100], Textual Error code[CampaignServiceInvalidCampaignId], msg[The campaign ID is invalid.], details[null]
2014-07-15 08:00:47.636 (1) [P2T2]: Unrecoverable MSN API error (Invalid client data. Check the SOAP fault details for more information)
2014-07-15 08:00:47.665 (2) [P2T1]: TrackingID: 1b131590-83d7-4f40-8dc9-a5ef12ce2603, Operation Error code[1100], Textual Error code[CampaignServiceInvalidCampaignId], msg[The campaign ID is invalid.], details[null]
2014-07-15 08:00:47.670 (1) [P2T1]: Unrecoverable MSN API error (Invalid client data. Check the SOAP fault details for more information)
2014-07-15 08:00:47.672 (2) [P2T2]: Exception [syncing groups, ignoring]:com.thesearchagency.searchengines.SearchEngineCommandException: Invalid client data. Check the SOAP fault details for more information
at com.thesearchagency.searchengines.bing.BingAdCenterAPI.handleAPIException(BingAdCenterAPI.java:1468)
at com.thesearchagency.searchengines.bing.BingAdCenterAPI.getAdGroupsByCampaignID(BingAdCenterAPI.java:630)
Please find the log attachment.