Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved

Appendix D System Messages : AEREPO Messages

AEREPO Messages
AEREPO-100001
Cannot start repository server as NT service: %1
Role: Error
Category: System
Resolution: Verify configuration of tibcoadmin_domain.tra file and verify the system environment variables are set correctly. Ensure that TIBCO Rendezvous and TIBCO Repository are in the CLASSPATH, and that a matching version of TIBCO Rendezvous is in the PATH.

 
AEREPO-100002
Cannot start repository server: %1
Role: Error
Category: System
Resolution: Verify proper configuration. If problem persists, contact TIBCO support.

 
AEREPO-100003
Cannot run instance: %1
Role: Error
Category: System
Resolution: Named instance is corrupted. If this is a file based instance:
1.
2.
3.
4.
If this is a database instance, contact TIBCO Support.

 
AEREPO-100004
Error in sending server discovery response: %1
Role: Error
Category: Server
Resolution: Indicates a problem with the network. Ensure that server machine has sufficient memory and is communicating successfully with the local area network.

 
AEREPO-100005
%1
Role: Error
Category: Server
Resolution: Historical, no longer used.

 
AEREPO-100006
Error in processing server state change: %1
Role: Error
Category: Server
Resolution: Retry setting the server state. If this fails, edit the tibcoadmin_domain.tra files to set repo.state to the new desired value and shutdown all Load Balanced servers in the Load Balanced group, then restart the servers.

 
AEREPO-100007
Instances uninitialized for instance discovery response
Role: Error
Category: Server
Resolution: Clients are attempting to communicate with the server before it is initialized. Wait and retry the client connections.

 
AEREPO-100008
Error in sending instance discovery response: %1
Role: Error
Category: Server
Resolution: Indicates an problem with TIBCO Rendezvous. If the problem persists, reboot the machine. If the problem still persists, contact TIBCO support.

 
AEREPO-100009
Getting connected client names has found unmatched size of list
Role: Error
Category: HawkImplant
Resolution: Contact TIBCO support.

 
AEREPO-100010
Bad initialization parameter for servlet, configFile parameter of the web.xml file must be filled.
Role: Error
Category: Servlet
Resolution: Indicates a problem with tomcat configuration. Delete and recreate your domain.

 
AEREPO-100011
Error in initializing servlet for repository: %1
Role: Error
Category: Servlet
Resolution: Contact TIBCO support.

 
AEREPO-100012
Error in running repository servlet: %1
Role: Error
Category: Servlet
Resolution: Contact TIBCO support.

 
AEREPO-100013
Error in create thread for checking db connection: %1
Role: Error
Category: HawkImplant
Resolution: Contact TIBCO support.

 
AEREPO-100014
Could not read InstanceInfo file %1
Role: Error
Category: System
Resolution: Either the userid running the server does not have read access to the file, or the instance file is corrupted. In the former case, grant file system access to the specified file. In the latter case, delete the file, recreate the instance and restore its contents from a backup using RepositoryImport.

 
AEREPO-100015
Could not read server process property file %1
Role: Error
Category: System
Resolution: Make sure that the correct file is specified. Grant file system read privilege to the userid running the administration server.

 
AEREPO-100016
Error in creating instance with RepoCreateInstance tool: %1
Role: Error
Category: CreateInstanceTool
Resolution: Verify that configuration and environment variables are correct. Verify that database is up and communicating with the machine on which you are running the command. Verify the JDBC parameters. Verify that the specified userid has sufficient authority to drop and create the tables.

 
AEREPO-100017
Rendezvous error reading request or sending reply, no reply possible: %1
Role: Error
Category: TibRvComm
Resolution: Contact TIBCO support.

 
AEREPO-100018
Fatal error when reinitialization of security rules on instance %1 by user %2; Exception type:%3 content:%4
Role: Error
Category: Security
Resolution: Contact TIBCO support.

 
AEREPO-100019
Cannot start security enabled repository server with the user who does not have access right on the rule %1 on domain %2: %3
Role: Error
Category: Security
Resolution: Use TIBCO Domain Utility to set the user for the domain to the administrative super user. Never remove super user privileges from the admin user used to launch the server.

 
AEREPO-100020
Cannot start commit history: %1
Role: Error
Category: Configuration
Resolution: Verify that the directory specified for the property repo.commitHistoryDirectory in the tibcoadmin_domain.tra file exists.

 
AEREPO-100024
Invalid database type %1. Currently supported database types are %2
Role: Error
Category: Configuration
Resolution: Verify that the value specified for the repo.dbtype parameter in the tibcoadmin_domain.tra file is correct, has the correct capitalization and does not include extra spaces or punctuation. Supported values are: "Sql", "Oracle", "Db2", "Sybase"

 
AEREPO-100025
Cannot find one of parental nodes of the renamed node in the client cache while updating ACL.
Role: Error
Category: Security
Resolution: Your authorization information is out of sync. Restart the server. If problems persist, contact TIBCO support.

 
AEREPO-100026
Found duplicate repository instances of different formats (single-file and multi-file repository): %1. Neither of the instances will be started
Role: Error
Category: Configuration
Resolution: Make sure that the directory specified by the repo.directory parameter does not contain both a file %1.dat and a directory %1.

 
AEREPO-100027
Found duplicate VC Instances: %1. None of them will be started
Role: Error
Category: Configuration
Resolution: Contact TIBCO support.

 
AEREPO-100028
Cannot get environment variable TIBCO_ADMIN_HOME: %1
Role: Error
Category: Configuration
Resolution: Verify that your tibcoadmin_domain.tra file contains the property java.property.TIBCO_ADMIN_HOME=XX where XX is the directory where TIBCO Administrator is installed (for example, C \:/tibco/administrator/5.1).

 
AEREPO-100029
Cannot get environment variable TIBCO_REPOSITORY_VERSION: %1
Role: Error
Category: Configuration
Resolution: Contact TIBCO support.

 
AEREPO-100030
Expected repository URL after -url
Role: Error
Category: CreateInstanceTool
Resolution: Provide a valid repoUrl including server and instance names after the -url argument. On the command line type CreateInstanceTool -help url for a description of a valid repo url.

 
AEREPO-100031
Expected configFile name after -configFile
Role: Error
Category: CreateInstanceTool
Resolution: Provide a file name following the -configFile argument. This can be either an absolute or relative path.

 
AEREPO-100032
Unknown argument %1
Role: Error
Category: CreateInstanceTool
Resolution: Remove the identified argument and rerun the tool.

 
AEREPO-100033
Expected -url to specify new repository to be created. Type 'RepoCreateInstance' for help
Role: Error
Category: CreateInstanceTool
Resolution: Provide a valid repoUrl including server and instance names after the -url argument. On the command line type CreateInstanceTool -help url for a description of a valid repoUrl.

 
AEREPO-100034
Cannot get instance name from the given url. Type 'RepoCreateInstance -help url' for information on the url format
Role: Error
Category: CreateInstanceTool
Resolution: Add the instance name immediately following tibcr:// for server-based repositories, or provide the path to .dat file for file repositories.

 
AEREPO-100035
You must specify the server parameter in the url. Type 'RepoCreateInstance -help url' for information on the URL format
Role: Error
Category: CreateInstanceTool
Resolution: Must provide parameter server=xx as part of the repo url where xx is the name of the server or domain where you wish to create the instance.

 
AEREPO-100036
Cannot find the repository server spiffiest in the url. Type 'RepoCreateInstance -help url' for information on the URL format
Role: Error
Category: CreateInstanceTool
Resolution: Verify that the server name is specified correctly with the correct capitalization, and that it is running.

 
AEREPO-100037
To connect security-enabled server, the userName and password and parameters must be specified in the url. Type 'RepoCreateInstance -help url' for information on the URL format
Role: Error
Category: CreateInstanceTool
Resolution: Specify an administrative userid and password in the repo url.

 
AEREPO-200001
Specified Master host %1 could not be found. Server running as slave
Role: Warning
Category:
Resolution: May be safely ignored if this server was intended to be a slave. If the server was intended to be a primary server, correct the hostname specified on repo.master parameter in the tibcoadmin_domain.tra file.

 
AEREPO-200002
HAWK Implant disabled: If you want to enable the hawk microagent, include the installed hawk jar files in the CLASSPATH environment variable used to launch the Repository Server. Cannot enable Hawk because unable to find the class %1
Role: Warning
Category: System
Resolution: If TIBCO Hawk monitoring is not required, set the parameter repo.hawkImplant in the tibcoadmin_domain.tra file to false. If TIBCO Hawk monitoring is required, install TIBCO Hawk and add the Hawk jar files as described in the TIBCO Repository Installation and Administration Guide.

 
AEREPO-200003
Cannot start the specified instance %1 in the instance list in the tibcoadmin_domain.tra
Role: Warning
Category: Configuration
Resolution: Either correct or comment out the repo.instanceNames parameter in the tibcoadmin_domain.tra file.

 
AEREPO-200004
Configuration specifies empty or invalid instance list, no instances started
Role: Warning
Category: Configuration
Resolution: Either correct or comment out the repo.instanceNames parameter in the tibcoadmin_domain.tra file.

 
AEREPO-200005
Discovered another instance with same name on server %1; Instance %2 will not be started.
Role: Warning
Category: Configuration
Resolution: Indicates a configuration problem. Identify which of the servers is correctly configured and change the configuration for the other one. If Load Balancing mode is desired, make sure that all servers in a Load Balanced group have the same server name and that the repo.master parameter in the tibcoadmin_domain.tra file is uncommented and is non-empty for all servers.

 
AEREPO-200006
Warning: file instance %1 conflicts with existing database instance, ignoring file instance
Role: Warning
Category: Configuration
Resolution: Verify server configuration.

 
AEREPO-200007
Ignoring unknown incoming instance-management request %1 on %2
Role: Warning
Category: Server
Resolution: No action required. This indicates that a newer client is attempting to communicate with the server. The client will handle the server's response and retry in a way the server is able to handle.

 
AEREPO-200009
Detected another server with same name; This server is exiting.
Role: Warning
Category: Server
Resolution: Indicates a configuration problem. Identify which of the servers is correctly configured and change the configuration for the other one. If Load Balancing mode is desired, make sure that the repo.master parameter in the tibcoadmin_domain.tra file is uncommented and is non-empty for all servers.

 
AEREPO-200010
Detected another master for the LB group; This server is changing to slave
Role: Warning
Category: Server
Resolution: Indicates a configuration problem. Identify which of the servers is correctly configured and correct the configuration for the other one.

 
AEREPO-200011
State of this server is out of sync with other members of the LB group; This server is changing its state to: %1
Role: Warning
Category: Server
Resolution: If the new state was not expected, explicitly change the Load Balanced group with either TIBCO Designer or TIBCO Repository Manager to the desired state. If this happens frequently it indicates that your network is being periodically partitioned or is dropping packets.

 
AEREPO-200012
Server is shutting down cleanly
Role: Warning
Category: Server
Resolution: If server was not intended to be shutdown, restart as soon as it terminates. Set a server password to reduce the chance of inadvertent server shutdowns.

 
AEREPO-200013
Server is shutting down immediately, aborting unsaved changes
Role: Warning
Category: Server
Resolution: If server was not intended to be shutdown, restart as soon as it terminates. Set a server password to reduce the chance of inadvertent server shutdowns.

 
AEREPO-200014
Cannot shut down %1; Exception is thrown: %2
Role: Warning
Category: Server
Resolution: May have active clients that need to save their work. Use TIBCO Hawk console to get a list of active clients. If you intend to shutdown the server and the problem is something other than active clients, issue the kill command from UNIX or terminate with Task Manager if on Microsoft Windows.

 
AEREPO-200015
Exception in getting Queue Stats: %1
Role: Warning
Category: HawkImplant
Resolution: May be safely ignored.

 
AEREPO-200016
Exception in HAWK IMPLANT: notify On change of content: %1
Role: Warning
Category: HawkImplant
Resolution: Restart any TIBCO Hawk consoles that are monitoring the JDBC connection. If problems persist, contact TIBCO support.

 
AEREPO-200017
Exception in HAWK IMPLANT: notify On change of state of jdbc connection: %1
Role: Warning
Category: HawkImplant
Resolution: Restart any Hawk consoles that are monitoring the JDBC connection. If problems persist, contact TIBCO support.

 
AEREPO-200018
Exception in HAWK IMPLANT: notify On the event of server shutdown: %1
Role: Warning
Category: HawkImplant
Resolution: Restart Hawk console that issued the stop server request. If problems persist, contact TIBCO support.

 
AEREPO-200019
Exception in HAWK IMPLANT: notify On the event of stopping instance %1: %2
Role: Warning
Category: HawkImplant
Resolution: Restart Hawk console that issued the stop instance request. If problems persist, contact TIBCO support.

 
AEREPO-200020
Exception in HAWK IMPLANT: notify On the event of starting instance %1: %2
Role: Warning
Category: HawkImplant
Resolution: Restart Hawk console that issued the start instance request. If problems persist, contact TIBCO support.

 
AEREPO-200021
Exception in HAWK IMPLANT: notify On the event of deleting instance %1: %2
Role: Warning
Category: HawkImplant
Resolution: Restart Hawk console that issued the delete instance request. If problems persist, contact TIBCO support.

 
AEREPO-200022
Exception in HAWK IMPLANT: notify On the event of creating instance %1: %2
Role: Warning
Category: HawkImplant
Resolution: Restart Hawk console that issued the create instance request. If problems persist, contact TIBCO support.

 
AEREPO-200023
Exception in HAWK IMPLANT: notify On the event of modifying instance %1: %2
Role: Warning
Category: HawkImplant
Resolution: Restart Hawk console that issued the modify instance request. If problems persist, contact TIBCO support.

 
AEREPO-200024
Exception in HAWK IMPLANT: notify On the event of copying instance %1 to a new instance %2: %3
Role: Warning
Category: HawkImplant
Resolution: Restart Hawk console that issued the copy instance request. If problems persist, contact TIBCO support.

 
AEREPO-200025
Exception in HAWK IMPLANT: notify On change of global state of load balancing to "%1": %2
Role: Warning
Category: HawkImplant
Resolution: Restart Hawk console that issued the state change request. If problems persist, contact TIBCO support.

 
AEREPO-200026
Exception in sending unsolicited warning hawk message "%1": %2
Role: Warning
Category: HawkImplant
Resolution: Contact TIBCO support

 
AEREPO-200027
Exception in sending unsolicited error hawk message "%1": %2
Role: Warning
Category: HawkImplant
Resolution: Contact TIBCO support

 
AEREPO-200028
Exception in sending unsolicited info hawk message "%1": %2
Role: Warning
Category: HawkImplant
Resolution: May be safely ignored

 
AEREPO-200029
Server will shutdown after 10 seconds by hawk request
Role: Warning
Category: HawkImplant
Resolution: A server shutdown was issued from a TIBCO Hawk console. If the server was not intended to be shut down, restart server after shutdown completes.

 
AEREPO-200030
Exception in doing rollback for user null: %1
Role: Warning
Category: Server
Resolution: Indicates a read only client issued a rollback. May be safely ignored.

 
AEREPO-200031
Exception in reading global variable substitution: %1
Role: Warning
Category: System
Resolution: Contact TIBCO support

 
AEREPO-200032
Exception in closing Rendezvous connection: %1
Role: Warning
Category: TibRvComm
Resolution: May need to manually kill the rvd daemon. If server cannot be restarted after this, reboot.

 
AEREPO-200033
Exception in migrating GSV from old schemas: %1
Role: Warning
Category: Database
Resolution: Only occurs with database backends. Indicates first time running a 4.x server on data created with a 3.x server.
1.
Bring up the 3.x server. and export the data using the RepoExport script from a 4.x version.
2.
Stop the 3.x server.
3.
4.
Start the 4.x server.
5.

 
AEREPO-200034
Exception in closing result set during processing BLOB: %1
Role: Warning
Category: Database
Resolution: If multiple occurrences of this warning appear, backup all instances and restart the database server. If they continue to appear, restart the repository server.

 
AEREPO-200035
Exception in creating new statement from the buffer (binary array): %1
Role: Warning
Category: Security
Resolution: Indicates a problem with the security data. Restart the TIBCO Administrator server. If problem persists, contact TIBCO support.

 
AEREPO-200036
Custom rule[%1] on node %2 of instance %3 is invalid
Role: Warning
Category: Security
Resolution: This may be safely ignored.

 
AEREPO-200037
Custom rule[%1] on node %2 of instance %3 has an inconsistent name /%4
Role: Warning
Category: Security
Resolution: This may be safely ignored.

 
AEREPO-200038
Exception in checking whether the user is administrator or not: %1
Role: Warning
Category: Security
Resolution: Server is in a confused state or network is running very slowly. If it persists, verify your network connection and restart the TIBCO Administrator server.

 
AEREPO-200039
Node does not exist for security rule %1
Role: Warning
Category: Security
Resolution: May be able to fix by restarting server. Alternatively, back up, delete, recreate and restore the repository listed in the message.

 
AEREPO-200040
Cannot find the created rule "%1" in the rollback information
Role: Warning
Category: Security
Resolution: May be safely ignored

 
AEREPO-200041
Exception in deleting rule %1 on the instance %2: %3
Role: Warning
Category: Security
Resolution: Eventually the extra rules will cause authentication to slow down, but otherwise they do no harm. To get rid of garbage rules, recreate and repopulate your domain.

 
AEREPO-200042
Exception in setting rule %1 on the instance %2: %3
Role: Warning
Category: Security
Resolution: Log out and then retry the action. If that fails, restart the server.

 
AEREPO-200043
Cannot find the deleted rule "%1" in the rollback information
Role: Warning
Category: Security
Resolution: May be safely ignored.

 
AEREPO-200045
Cannot read policy domain for instance %1: %2
Role: Warning
Category: Security
Resolution: Verify that the server was started with the current version of software.

 
AEREPO-200046
Invalid type of parent rule
Role: Warning
Category: Security
Resolution: Verify that the server was started with the current version of software.

 
AEREPO-200047
Invalid rule type of read rule
Role: Warning
Category: Security
Resolution: Verify that the server was started with the current version of software.

 
AEREPO-200048
Duplicated commit ?? the specified rule %1 is not locked by %2
Role: Warning
Category: Security
Resolution: Restart your server

 
AEREPO-200049
Cannot find any rules for the instance %1
Role: Warning
Category: Security
Resolution: If the specified project does not show up in the authorization console, backup, delete, recreate and restore the instance to recreate the security rules.

 
AEREPO-200050
Exception in rolling back security; problem in removing created but not committed rule: %1
Role: Warning
Category: Security
Resolution: If the problem persists, restart your server.

 
AEREPO-200051
While rolling back security, we found unexpected IsUnderDeletion flag on rule %1
Role: Warning
Category: Security
Resolution: If the problem persists, restart your server.

 
AEREPO-200052
While rolling back security, we found unexpected IsUnderCreation flag on rule %1
Role: Warning
Category: Security
Resolution: If problem persists, restart your server.

 
AEREPO-200053
During committing security cache, user or instance is null; user:%1 instanceName:%2
Role: Warning
Category: Security
Resolution: In memory security is inconsistent, restart your server.

 
AEREPO-200054
Exception trying to find matched rule for %1 on the instance %2: %3
Role: Warning
Category: Security
Resolution: If problem persists, contact TIBCO Support

 
AEREPO-200055
Try to cache invalid User(null)
Role: Warning
Category: Security
Resolution: May be safely ignored.

 
AEREPO-200055
File "%1" is not a valid instance file; Ignoring it
Role: Warning
Category: Security
Resolution: Verify that file named %1.dat is an expected project. If not, move it to a different directory. If it is, restore the file.

 
AEREPO-200056
File "%1" is not a valid instance file; Ignoring it
Role: Warning
Category: Security
Resolution: Verify that file named %1.dat is an expected project. If not, move it to a different directory. If it is, restore the file.

 
AEREPO-200057
Cannot create security policy domain and default rules for domain %1: %2
Role: Warning
Category: Security
Resolution: Check permission to the domain data directory, verify that the user running administrator has write permission.

 
AEREPO-200059
Cannot shut down %1, clients have unsaved changes
Role: Warning
Category: Security
Resolution: Request all clients actively modifying the specified instance to close their applications. May shutdown with the force option if clients are unavailable.

 
AEREPO-200060
Cannot persistent commit history %1 for the instance %2: %3
Role: Warning
Category: Security
Resolution: Verify that the user running the Administrator server has update rights to the commit history directory and all of its files.

 
AEREPO-200061
Cannot delete commit history for deleted instance %1: %2
Role: Warning
Category: Security
Resolution: Verify that the user running the Administrator server has update rights to the commit history directory and all of its files

 
AEREPO-200063
Cannot load deployment variables due to cause: %1
Role: Warning
Category: Security
Resolution: Verify that the directory specified by the parameter repo.deploymentDirectory exists and that the server has read access to the directory and all of its files.

 
AEREPO-200064
The number of returned ACL by getACL method is supposed to be more than 2
Role: Warning
Category: Security
Resolution: Verify that security rules exist for all instances.

 
AEREPO-200065
Read rule for root node is under being deleted
Role: Warning
Category: Security
Resolution: Indicates that someone is trying to access a project that is being deleted. May be safely ignored.

 
AEREPO-200066
Inconsistency of Commit notification between rename and update
Role: Warning
Category: Client
Resolution: May be safely ignored.

 
AEREPO-200067
Failing in process Null Ref during handling renamed reference
Role: Warning
Category: Client
Resolution: Verify that client application is working correctly. Generally safe to ignore.

 
AEREPO-200068
repo.updateSecondaryServerPersistentStore property cannot be set to true when database backend is used
Role: Warning
Category: Configuration
Resolution: Use database configuration to do replication, or switch to file storage if you wish repo secondary servers to maintain independent copies of the server projects.

 
AEREPO-200069
Administration Domain is not installed
Role: Warning
Category: Configuration
Resolution: Administrator was explicitly installed without a domain. If an administration domain is desired, use TIBCO Domain Utility in the TIBCO Runtime Agent menu to configure an administration domain.

 
AEREPO-200070
Authorization: mismatch between number of resource %1 and number of statusCodes %2
Role: Warning
Category: Security
Resolution: Restart the administration server.

 
AEREPO-200071
Exception in findAllTheRules: %1
Role: Warning
Category: Security
Resolution: Restart the administration server

 
AEREPO-200072
AssocKey %1 has reference to empty object %2
Role: Warning
Category: Security
Resolution: May be safely ignored.

 
AEREPO-200073
Cannot synchronize security data from the master server. So this server will use locally cached security data which could be out of sync with the master server.
Role: Warning
Category: Security
Resolution: Indicates that master server is unavailable. Verify network connectivity and make sure that the primary server is running. If the primary server is known to be down, this message is expected and can be safely ignored.

 
AEREPO-300001
Repository server started in load balancing mode
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300002
This server is designated as the master for the LB group %1
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300003
Global state for the LB group:%1
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300004
Local state for the LB group:%1
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300005
Repository server "%1" is starting
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300006
Repository server starting time %1
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300007
Repository server "%1" is used for character encoding
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300008
Repository server using %1 threads
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300009
Repository server using TIB/Rendezvous Java package version %1
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300010
Security cache for previous authorization result will be refreshed every %1 seconds
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300011
Repository server "%1" is ready.
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300012
Server process specifies debug trace types: "%1"
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300013
Slave servers do not make file log in the load balancing mode.
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300014
Logging to files starting with %1 under the directory %2
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300015
HAWK Implant enabled with TIB/Hawk AMI version %1
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300016
HAWK Implant disabled
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300017
starting file instance %1
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300018
starting database instance %1
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300019
Repository server verifying that no other servers named %1 are up. This may take some time.
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300020
NOTE: SERVER WILL BREAK ANY EXISTING INSTANCE LOCKS
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300021
RVD instance management session on daemon %1, Service %2
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300022
Created Cm Queue transport for load balancing
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300023
Instance discovery subject is %1
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300024
Instance management subject is %1
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300025
Server discovery subject is %1
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300026
State change subject for load balancing is %1
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300027
Server global state changed to: %1
Role: Information
Category: Server
Resolution: Information only, no resolution required.

 
AEREPO-300028
Server local state changed to: %1
Role: Information
Category: Server
Resolution: Information only, no resolution required.

 
AEREPO-300029
Server is stopped by server-based request
Role: Information
Category: Server
Resolution: Information only, no resolution required.

 
AEREPO-300030
Another server with same name was trying to start; It is now exiting.
Role: Information
Category: Server
Resolution: Information only, no resolution required.

 
AEREPO-300031
Another server with same name was trying to start as master of the LB group; It is now changing to slave.
Role: Information
Category: Server
Resolution: Information only, no resolution required.

 
AEREPO-300032
Global state for the LB group:%1
Role: Information
Category: Server
Resolution: Information only, no resolution required.

 
AEREPO-300033
Local state for the LB group:%1
Role: Information
Category: Server
Resolution: Information only, no resolution required.

 
AEREPO-300034
Shutting down instance %1
Role: Information
Category: Server
Resolution: Information only, no resolution required.

 
AEREPO-300035
Cannot shut down %1, clients have unsaved changes
Role: Information
Category: Server
Resolution: Information only, no resolution required.

 
AEREPO-300036
Logging to the directory %1 by hawk request
Role: Information
Category: HawkImplant
Resolution: Information only, no resolution required.

 
AEREPO-300037
The server role in the load balancing mode is changed to "master" from "slave"
Role: Information
Category: HawkImplant
Resolution: Information only, no resolution required.

 
AEREPO-300038
The server role in the load balancing mode is changed to "slave" from "master"
Role: Information
Category: HawkImplant
Resolution: Information only, no resolution required.

 
AEREPO-300039
Instance %1 stopped by hawk request
Role: Information
Category: HawkImplant
Resolution: Information only, no resolution required.

 
AEREPO-300040
Client "%1" in the instance "%2" terminated by hawk request
Role: Information
Category: HawkImplant
Resolution: Information only, no resolution required.

 
AEREPO-300041
RVD hawk communication session on daemon %1, Service %2
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300042
Instance creation is completed
Role: Information
Category: CreateInstanceTool
Resolution: Information only, no resolution required.

 
AEREPO-300043
Creating server-based database instance
Role: Information
Category: CreateInstanceTool
Resolution: Information only, no resolution required.

 
AEREPO-300044
Creating server-based file instance
Role: Information
Category: CreateInstanceTool
Resolution: Information only, no resolution required.

 
AEREPO-300045
Creating local file instance
Role: Information
Category: CreateInstanceTool
Resolution: Information only, no resolution required.

 
AEREPO-300046
Instance listener subject prefix is %1
Role: Information
Category: CreateInstanceTool
Resolution: Information only, no resolution required.

 
AEREPO-300047
Instance %1 is ready at: %2
Role: Information
Category: CreateInstanceTool
Resolution: Information only, no resolution required.

 
AEREPO-300053
Instance %1 created by user %2
Role: Information
Category: Server
Resolution: Information only, no resolution required.

 
AEREPO-300054
Instance %1 copied to instance %2 by user %3
Role: Information
Category: Server
Resolution: Information only, no resolution required.

 
AEREPO-300055
Instance %1 deleted by user %2
Role: Information
Category: Server
Resolution: Information only, no resolution required.

 
AEREPO-300056
Instance %1 modified by user %2
Role: Information
Category: Server
Resolution: Information only, no resolution required.

 
AEREPO-300057
Security enabled
Role: Information
Category: Security
Resolution: Information only, no resolution required.

 
AEREPO-300058
Security disabled
Role: Information
Category: Security
Resolution: Information only, no resolution required.

 
AEREPO-300059
No deployment directory for server %1
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300060
No deployment variable file for instance %1
Role: Information
Category: Server
Resolution: Information only, no resolution required.

 
AEREPO-300061
Starting VC Instance: %1
Role: Information
Category: Server
Resolution: Information only, no resolution required.

 
AEREPO-300062
Instance %1 created successfully
Role: Information
Category: CreateInstanceTool
Resolution: Information only, no resolution required.

 
AEREPO-300063
No Regional subjects prefix will be used for read-operation for the load balancing server
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300064
Regional subject prefix %1 will be used for read-operation for the load balancing server
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300065
This secondary load balancing server will %1 persist data synchronized from master server in its own backend
Role: Information
Category: Configuration
Resolution: Information only, no resolution required.

 
AEREPO-300066
Dropped %1
Role: Information
Category: Mapper
Resolution: Information only, no resolution required.

 
AEREPO-300067
Succeed in authorization
Role: Information
Category: AUDIT
Resolution: Information only, no resolution required.

 
AEREPO-300068
Timeout in authorization
Role: Information
Category: AUDIT
Resolution: Information only, no resolution required.

 
AEREPO-300069
Statement expired
Role: Information
Category: AUDIT
Resolution: Information only, no resolution required.

 
AEREPO-300070
Other cause of authorization failure %1
Role: Information
Category: AUDIT
Resolution: Information only, no resolution required.

 
AEREPO-300071
Security authentication failure
Role: Information
Category: AUDIT
Resolution: Information only, no resolution required.

 
AEREPO-300072
Invalid user name or password
Role: Information
Category: AUDIT
Resolution: Information only, no resolution required.

 
AEREPO-300073
Timeout in authentication
Role: Information
Category: AUDIT
Resolution: Verify that server is working correctly and that the server machine is not overloaded. Retry client application that received the timeout.

 
AEREPO-300074
Other cause of authentication failure %1
Role: Information
Category: AUDIT
Resolution: Information only, no resolution required.

 
AEREPO-300075
Succeed in authentication
Role: Information
Category: AUDIT
Resolution: Information only, no resolution required.

 
AEREPO-300076
Internal error
Role: Information
Category: AUDIT
Resolution: Information only, no resolution required.

 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved