Products | Versions |
---|---|
TIBCO iProcess Web Services Server Plug-in | - |
The following error is seen when adding a new alias via the webservices_server_location/jetty-6.1.1/urladmin utility for the TIBCO iProcess Web Services Plug-in:
java.sql.SQLException: ORA-01403: no data found
ORA-06512: at "TIBIPENG.SP_EAIWS_URL_ALIAS_SEQUENCE", line 5
ORA-06512: at line 1
This issue is due to the TIBCO iProcess Web Services Server Plug-in failing to install and update the database tables properly. This could be due to a number of reasons such as database connectivity problems, improper database permissions, etc. In this case, a select * from <table_owner>.sequences shows:
SEQ_ID SEQ_VAL SEQ_NAME
1 1709 REQID
2 909 CNUM
3 1 PROC
4 1 WAIT
5 1 CDQP_DEF
6 1 CDQP
7 1 IAP_MONITOR_ID
As seen from the above, EAIWS_URL_ALIAS and EAIWS_SECURITY_PROFILE are missing. The output should appear like:
SEQ_ID SEQ_VAL SEQ_NAME
---------- ---------- --------------------------------
1 33131 REQID
2 11031 CNUM
3 1 PROC
4 1 WAIT
5 1 CDQP_DEF
6 1 CDQP
7 1 IAP_MONITOR_ID
22 5 EAIWS_URL_ALIAS
23 6 EAIWS_SECURITY_PROFILE