Admin Agent Error Codes

This section lists the error messages that can be reported by the BWAgent.

Error Codes Error Message Error Resolution
TIBCO-BW-ADMIN
-PRSTNC-500001
BW6_ADMIN_AGENT_CONNECTION_FAILED = Connection to BWAgent failed. The resolution is not applicable. Contact TIBCO Support.
TIBCO-BW-ADMIN-PRSTNC-500002 BW6_ADMIN_AGENT_DATA_STORE_LOCATION_INVALID = bwagent.ini configuration error. bw.agent.technology.as.dataStoreLocation=[{0}] does not exist. The resolution is not applicable. Contact TIBCO Support.
TIBCO-BW-ADMIN-PRSTNC-500003 BW6_ADMIN_AGENT_READ_TIMEOUT = bwagent.ini configuration error. read timeout is invalid The resolution is not applicable. Contact TIBCO Support.
TIBCO-BW-ADMIN-PRSTNC-500004 BW6_ADMIN_AGENT_WRITE_TIMEOUT = bwagent.ini configuration error. write timeout is invalid The resolution is not applicable. Contact TIBCO Support.
TIBCO-BW-ADMIN-PRSTNC-500005 Failed to execute query on Space [{0}] with given parameters The resolution is not applicable. Contact TIBCO Support.
TIBCO-BW-ADMIN-PRSTNC-500006 BW6_ADMIN_AGENT_NOT_READY = BWAgent is not ready or the existing connection to the BWAgent is stale. Retry the command, if the problem persists, restart the process and try again. The resolution is not applicable. Contact TIBCO Support.
TIBCO-BW-ADMIN-PRSTNC-500007 BW6_ADMIN_AGENT_DATABASE_DRIVER_INVALID = bwagent.ini configuration error. bw.agent.technology.dbems.db.driver=[{0}] is invalid. Change the bw.agent.technology.dbems.db.driver field in BW_HOME/config/bwagent.inifile. Example: com.mysql.jdbc.Driver
TIBCO-BW-ADMIN-PRSTNC-500008 BW6_ADMIN_AGENT_DATABASE_CONNECTION_INVALID = bwagent.ini configuration error. bw.agent.technology.dbems.db.connectionURL=[{0}] is invalid. BW6_ADMIN_AGENT_DATABASE_CONNECTION_INVALID.resolution = Change the bw.agent.technology.dbems.db.connectionURL field in BW_HOME/config/bwagent.ini. Example: jdbc:mysql://<HOST>:<PORT>/<DB>
TIBCO-BW-ADMIN-PRSTNC-500009 BW6_ADMIN_AGENT_DATABASE_DRIVER_MISSING = The [{0}] database driver is missing. The PostgreSQL driver is available by default. To use MySQL, download the JDBC driver to the BW_HOME/system/lib folder.
TIBCO-BW-ADMIN-PRSTNC-500010 BW6_ADMIN_AGENT_DATABASE_SQL_EXECUTION_FAILED = Failed to execute query on database with given parameters. [{0}] Search online for database connection problems.
TIBCO-BW-ADMIN-PRSTNC-500011 BW6_ADMIN_AGENT_DATABASE_SQL_FILE_INVALID =SQL script file is not found or invalid for creating database structure. Contact TIBCO Support.
TIBCO-BW-ADMIN-PRSTNC-500012 BW6_ADMIN_AGENT_CONFIGURATION_MISSING = bwagent.ini configuration error. [{0}] is missing. Check docs.tibco.com about "Configuring BWAgent for Database/EMS".
TIBCO-BW-ADMIN-PRSTNC-000100 Invalid query. Mandatory argument(s) are missing. The resolution is not applicable. Contact TIBCO Support.