IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

App Control: "Error: Could Not Find Stored Procedure"

App Control: "Error: Could Not Find Stored Procedure"

Environment

  • App Control (Formerly CB Protection): 7.x - 8.x
  • Microsoft Windows Server: All Supported Versions

Symptoms

Errors found when running a custom sql script, or when looking in "C:\Program Files (x86)\Bit9\Parity Console\WebUI\Logs\php_errors.txt"
  • Error: 'Could not find stored procedure bit9_public.ChangeGlobalFileState'
  • Error: 'Could not find stored procedure bit9_public.ChangeLocalFileState'
  • Error: 'Could not find stored procedure bit9_public.ChangePublisherState'
  • Error: 'Could not find stored procedure bit9_public.ChangeCertificateState'
  • Error: 'Could not find stored procedure bit9_public.MoveComputer

Cause

There is a custom SQL job that is looking for the stored procedure that no longer exists.

Resolution

The stored procedures were deprecated and are no longer supported or tested. It's recommended to update any workflows to use the new procedures. For temporary use, they can be added back using the below steps:
  1. Download ExtendedPublicAPI.sql
  2. Login to Cb Protection SQL Server
  3. Open SQL Management Studio
  4. Execute the Query:
    1. Navigate to File tab > Open > File
    2. Select "ExtendedPublicAPI.sql" to open it
    3. Click Execute

Labels (1)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎01-08-2019
Views:
604