Update the Catkin
- Open SQL Server Management Studio (SSMS) and run the following SQL query within your database:
UPDATE ConfigOkCdcPa SET Debug = 'Y'
In this mode, nothing will be submitted to the State.
- In EchoVantage, navigate to the disputed CDC form of the Client(s).
- Submit to the State in the CDC Submission/Error tab of the agency’s custom form.
- Go back to SSMS.
- Run the following SQL query with the Client ID:
SELECT CDCPAErrors FROM CDCPAErrorsDebug where Client='{Enter ClientID}' - The result will display the XML submitted to the State where the user can re-submit the file.
- To update the Catkin back to Live Mode, run the following SQL query:
UPDATE ConfigOkCdcPa SET Debug = 'N'
