Skip to main content

Update the Catkin

  1. 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.

  2. In EchoVantage, navigate to the disputed CDC form of the Client(s).
  3. Submit to the State in the CDC Submission/Error tab of the agency’s custom form.
  4. Go back to SSMS.
  5. Run the following SQL query with the Client ID: 
    SELECT CDCPAErrors FROM CDCPAErrorsDebug where Client='{Enter ClientID}'
  6. The result will display the XML submitted to the State where the user can re-submit the file.
  7. To update the Catkin back to Live Mode, run the following SQL query: 
    UPDATE ConfigOkCdcPa SET Debug = 'N'
Be the first to reply!