Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: Extensions
-
Fix Version/s: None
-
Component/s: AdMax
-
Labels:None
-
Environment:
Build Details :
Bidmgr:p12-r2809
MMS:p6-r3390
Description
When we are updating a call/location extension, if RateExceeded Error occurs then it is logging CANNOT_OPERATE_ON_DELETED_CAMPAIGN_ADEXTENSION exception for debugging (As per dev comments) but the functionality works fine as expected. As Exception will leads to confusion and it should be handled.
Steps to replicate
Step 1: Create an account with ad extension.
Step 2: Verify the tables related to ad extension.
Step 3: Update the Call/Location field.
Step 4: Verify the tables related to ad extension.
Step 5: Check the listener log.[Throws following exception when retired with RateExceded error]
Snippet of listener log
2013-07-17 16:24:57.892 (1) [pool-3-thread-3]: Exception [Error while removing Campaign AdExtensions]:AxisFault
faultCode:
Server
faultSubcode:
faultString: [CampaignAdExtensionError.CANNOT_OPERATE_ON_DELETED_CAMPAIGN_ADEXTENSION @ operations[0].operand.status]
faultActor:
faultNode:
faultDetail:
ApiExceptionFault:<message>[CampaignAdExtensionError.CANNOT_OPERATE_ON_DELETED_CAMPAIGN_ADEXTENSION @ operations[0].operand.status]</message><ApplicationException.Type>ApiException</ApplicationException.Type><errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="CampaignAdExtensionError"><fieldPath>operations[0].operand.status</fieldPath><trigger/><errorString>CampaignAdExtensionError.CANNOT_OPERATE_ON_DELETED_CAMPAIGN_ADEXTENSION</errorString>
Note : Doesn't effect Ad Extensions functionality it just logs the exception in listener log.
Attachments
Issue Links
- cloned to
-
YELL-753 Throwing Exception on updating Ad Extension
- Closed