My Oracle Support Banner

"'No Switching Sheets" Error When Choosing "Switching Plans" Button in Control Tool (Doc ID 2802581.1)

Last updated on AUGUST 26, 2021

Applies to:

Oracle Utilities Network Management System - Version 2.3.0.2.0 and later
Oracle Network Management for Utilities - DMS - Version 2.3.0.2.0 and later
Information in this document applies to any platform.

Symptoms

On : 2.3.0.2.0 version, Web Workspace

Can't open switching sheet from control tool

Operators are unable to open switch sheets directly from the Control Tool if the sheets do not have any recorded steps.
The device and the switching sheet exists in the SWMAN_DEVICE_SHEET view.


The issue can be reproduced at will with the following steps on an OPAL demo system:

  1. Delete a key entry from the SWMAN_STEP table
    delete from SWMAN_STEP where step_idx = 10 and step_cls = 3105 and seq_sheet_id = 1;
    commit;
  2. Launch Web Workspace with Switching.
  3. Get Authority
  4. Target to device T22775
  5. Create a new Emergency switch sheet
  6. Press the Link Device button
  7. Do NOT record any steps
  8. Move the step to Hold Pending.
  9. Save the sheet.
  10. Close the sheet
  11. Bring up the device in the viewer
  12. open the Control Tool
  13. Select "Switching Plans..."
  14. This error appears: 'There are no switching sheets for device "T22775" '
  15. Add the row back to the SWMAN_STEP table:
    insert into swman_step (step_idx, step_cls, seq_sheet_id, state_key) values (10, 3105, 1, 260);
    commit;




 

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.