Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Jamestown 2.3.0
-
Fix Version/s: Jamestown 2.3.0
-
Component/s: Admax Deployment Service
-
Labels:None
Description
Steps:
1.Deploy an order through Reseller UI.
2.Check the Adwords and the local database
Actual result:
Listings are not getting added to the table searchEngineListings
mysql> select * from searchEngineListings where searchEngineAccountID in (select id from tsacommon.searchEngineAccounts where accountID=605);
Empty set (0.34 sec)
Adwords gets updated with textAds.
Please find the attached listener log.
Expected Result:
Listings should be added/updated to the table searchEngineListings