Hi,
like described in the subject i’m not able to enable my processes in business process view.
integration server’s log is telling me the following:
[2043]2007-09-20 14:50:14 CEST [MON.0119.1500E] Incomplete portal url strings, check portalTransport, portalHost, portalPort in monitor.cnf.
with log at debug level, these lines seem interesting to me:
[722]2007-09-20 14:04:09 CEST [MOD.0120.0054D] number of rows: 1
[721]2007-09-20 14:04:09 CEST [MOD.0120.0051D] number of fields: 12
[720]2007-09-20 14:04:09 CEST [MOD.0120.0050D] no ListInfo provided, generating new one
[719]2007-09-20 14:04:09 CEST [MOD.0120.0020D] SQL statement: SELECT DISTINCT t16.PROCESSLABEL , t16.PROCESSKEY , t16.MODELVERSION , t16.TYPE , t16.DESCRIPTION , t16.CREATEDBY , t16.PROCESSPATH , t16.DEPLOYMENTVERSION , t16.ENABLED , t16.TRACKINGENABLED , t16.DEPLOYMENTTIME , t16.DEPLOYMENTTIME DEPLOYMENTTIMESTAMP FROM WMPROCESSDEFINITION t16 WHERE ((UPPER(t16.PROCESSLABEL) LIKE ‘%PROCESS1%’ OR UPPER(t16.DESCRIPTION) LIKE ‘%PROCESS1%’)) AND t16.DEPLOYMENTVERSION = (SELECT MAX(t36.DEPLOYMENTVERSION) FROM WMPROCESSDEFINITION t36 WHERE t16.PROCESSKEY = t36.PROCESSKEY AND t16.MODELVERSION = t36.MODELVERSION ) ORDER BY t16.PROCESSLABEL ASC
[718]2007-09-20 14:04:09 CEST [MOD.0120.0054D] number of rows: 1
[717]2007-09-20 14:04:09 CEST [MOD.0120.0051D] number of fields: 16
[716]2007-09-20 14:04:09 CEST [MOD.0120.0025D] prepared statement: SELECT t16.PROCESSKEY , t16.PROCESSKEY PROCESSKEYDECODE, t16.PROCESSLABEL , t16.MODELVERSION , t16.PROCESSPATH , t16.DESCRIPTION , t16.CREATEDBY , t16.DEPLOYMENTTIME , t16.ENABLED , t16.TYPE , t16.DEPLOYMENTTIME DEPLOYMENTTIMESTAMP, t16.DEPLOYMENTVERSION , t16.TRACKINGENABLED , t16.STOPCOUNT , t16.SINGLESTOP , t16.TOOLVERSION FROM WMPROCESSDEFINITION t16 WHERE t16.PROCESSKEY = ? AND t16.DEPLOYMENTVERSION = ?
in firefox nothing happens when i check the “enable process”-checkbox. in internet explorer not even the checkbox is checkable, the screen is turning grey and i’m only able to hit the previous button in the browser.
i hope you can help me and point my focus to a aspect i didnt mention.