Details
-
Type: Bug
-
Status: Closed
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: Extensions
-
Fix Version/s: Point Radii Implementation
-
Component/s: None
-
Labels:None
-
Environment:
Environment:ST2
MMS:p183-r3403
BidMgr:p345-r2819
Description
We are getting error while radii update.
Snippet of the error
Error while managing jobs: AccountStructure request for TLXTN07 failed. Info: Error occurred during request.
Steps to replicate
Step1: Change the global radius value in pointRadiusModifiers table
update pointRadiusModifiers set multiplier=2 where advertID is null;
Step2: Add the job to the externalCampaignJobItem
INSERT INTO externalCampaignJobItem (externalCampaignJobTypeID,externalCampaignJobID,externalCampaignID,createTime) VALUES (4,NULL,'TLXTN07-1_GM',NOW());
INSERT INTO externalCampaignJobItem (externalCampaignJobTypeID,externalCampaignJobID,externalCampaignID,createTime) VALUES (4,NULL,'TLXTN07-1_GT',NOW());
Step3:tail the Jms listener
Actual behavior: Job gets picked but throws error while processing.
Expected behavior: Job should be picked and radii update should be processed successfully.
Attached the full trace of the Jms listener log
NOTE: We have reverted build to the previous trunk version(Draft Deployment) and above radii update working fine.