Details
-
Type:
Bug
-
Status:
Closed
(View Workflow)
-
Resolution: Fixed
-
Component/s: None
-
Customer:Airtel India
-
Defect Category:Integration
-
Classification:Query
Description
data in the database view “V_Inventory_Report” is appearing as empty across all circles.
checked the version against v_inventory_report dbview in DB_VIEW_CONF. Checked the other tables and dbviews used in procedure. Tested on DB clone. Requested Access to PROD DB checked there. Found version name to be missing in DB_VIEW_CONF for NE_VIEW dbview. Shared the script for same.
Dear Team,
Requesting you to please execute the following SQL script across all circles:
update DB_VIEW_CONF set value='FULL_DL_OLD' where VIEW_NAME = 'NE_VIEW';
Note: Kindly make sure to replace 'FULL_DL_OLD' with the correct active version name applicable for each circle before executing the script.
Please confirm once done.