looks like LCA needed a restart for the classpath value to take effect.
I have a dap related issue, using the same non jdbc dap for Infomart and admin console but it works for Infomart however when loading admin console (wizard, configure option in cme), I receive message stating 'failed executing database strategy'.
I can still run jobs manually and they are successful however wondered why I cannot access it.
is it recommended to have separate DAP for Infomart and one for admin console?
this message is being seen on the dap dbserver:
13:19:27.516 Dbg 10741 'App: 57' has put request id='1' type='MSG_EXECSQL' into queue
13:19:27.516 Dbg 10739 SELECT JOB_ID, JOB_NAME, JOB_VERSION, to_char(START_TIME+INTERVAL '0' MINUTE, 'yyyy-mm-dd hh24:mi:ss') START_TIME, to_char(END_TIME+INTERVAL '0' MINUTE, 'yyyy-mm-dd hh24:mi:ss') END_TIME, DURATION, STATUS FROM (SELECT JOB_ID,JOB_NAME,JOB_VERSION,MIN(GMT_START_TIME) AS START_TIME,MAX(GMT_END_TIME) AS END_TIME,DATEDIFF_SECOND(MIN(GMT_START_TIME),MAX(GMT_END_TIME)) AS DURATION,MAX(STATUS) AS STATUS FROM CTL_ETL_HISTORY WHERE JOB_ID NOT IN (SELECT JOB_ID FROM CTL_WORKFLOW_STATUS WHERE STATUS in ('RUNNING')) AND CREATED_TS >= 1452691166 GROUP BY JOB_ID,JOB_NAME,JOB_VERSION UNION SELECT * FROM ADMIN_ETL_JOB_STATUS WHERE STATUS = 'RUNNING') JOBS ORDER BY START_TIME DESC
13:19:27.516 Dbg 10737 Forwarding request '1' from 'App: 57' to 'Oracle: 57.1'
13:19:27.516 Dbg 10743 'Oracle: 57.1' is spare
13:19:27.524 Dbg 10739 Oracle: id='57.1' req='1' SQL: SELECT JOB_ID, JOB_NAME, JOB_VERSION, to_char(START_TIME+INTERVAL '0' MINUTE, 'yyyy-mm-dd hh24:mi:ss') START_TIME, to_char(END_TIME+INTERVAL '0' MINUTE, 'yyyy-mm-dd hh24:mi:ss') END_TIME, DURATION, STATUS FROM (SELECT JOB_ID,JOB_NAME,JOB_VERSION,MIN(GMT_START_TIME) AS START_TIME,MAX(GMT_END_TIME) AS END_TIME,DATEDIFF_SECOND(MIN(GMT_START_TIME),MAX(GMT_END_TIME)) AS DURATION,MAX(STATUS) AS STATUS FROM CTL_ETL_HISTORY WHERE JOB_ID NOT IN (SELECT JOB_ID FROM CTL_WORKFLOW_STATUS WHERE STATUS in ('RUNNING')) AND CREATED_TS >= 1452691166 GROUP BY JOB_ID,JOB_NAME,JOB_VERSION UNION SELECT * FROM ADMIN_ETL_JOB_STATUS WHERE STATUS = 'RUNNING') JOBS ORDER BY START_TIME DESC
[i][b] +0007 dbstatus: 23 ocierror(904): ORA-00904: "CREATED_TS": invalid identifier
+0007 MSG_ERROR status='cantOpen' msg='ORA-00904: "CREATED_TS": invalid identifier[/b][/i]
thanks,