I just installed Compliance Event Manager and I am getting error 'LDP6514E Unable to compile SELECT SQL sqlite statement errcode=(1) errmsg=(no such table: ACTION)' when signing on to the new UI, what causes this?
search cancel

I just installed Compliance Event Manager and I am getting error 'LDP6514E Unable to compile SELECT SQL sqlite statement errcode=(1) errmsg=(no such table: ACTION)' when signing on to the new UI, what causes this?

book

Article ID: 11992

calendar_today

Updated On:

Products

Compliance Event Manager

Issue/Introduction



I just installed Compliance Event Manager and I am getting error 'LDP6514E Unable to compile SELECT SQL sqlite statement errcode=(1) errmsg=(no such table: ACTION)' when signing on to the new UI, what causes this?

Environment

Release:
Component: CEVM

Resolution

The error occur with Compliance Event Manager 5.0 or 6.0, it can be caused by having the CEM DM Selected Policy Database rather than the CEM WH on DE28 Selected Policy Database selected on the login screen. With CEM 6.0 only the only acceptable Policy Database is CEM WH.

To remove the CEM DM node:

•Go to your installation’s “cai/cacem/tomcat/conf” directory;
        e.g. “/u/users/EOSCEM/CEM50GA/cai/cacem/tomcat/conf”
•Open “login.json” for edit in ASCII mode
•Remove the CEM DM node entry.  E.g.:

BEFORE:

EDIT       ............../CEM60/install/cai/cacem/tomcat/c Columns 00001 00072
****** ***************************** Top of Data ******************************
000001 {                                                                      
000002  "CEM WH on SYS4":                                                      
000003  {                                                                      
000004   "host":"MVSSYS4.CA.COM",                                              
000005   "port":398,                                                          
000006   "suffix":"host=SYS4_wh,c=us"                                          
000007  },                                                                    
000008  "CEM DM on SYS4":                                                      
000009  {                                                                      
000010   "host":"MVSSYS4.CA.COM",                                              
000011   "port":398,                                                          
000012   "suffix":"host=SYS4_dm,c=us"                                          
000013  }                                                                      
000014 }                                                                      
****** **************************** Bottom of Data ****************************

AFTER:

EDIT       ............../CEM60/install/cai/cacem/tomcat/c Columns 00001 00072
****** ***************************** Top of Data ******************************
000001 {                                                                      
000002  "CEM WH on SYS4":                                                      
000003  {                                                                      
000004   "host":"MVSSYS4.CA.COM",                                              
000005   "port":398,                                                          
000006   "suffix":"host=SYS4_wh,c=us"                                          
000007  }                                                                      
000008 }                                                                      
****** **************************** Bottom of Data ****************************           

•Save the file
•Logout from the UI (if logged in)
•Refresh the page
•Verify the “Policy Databases” radio button list only shows the WH entry