- CEMCS0000E: A message with {0} insert.
- Explanation: What may have gone wrong and what the controller did about it.
- User Action: What the user ought to do about it.
- CEMCS0001W: No WebSphere WorkArea support is available in this environment.
- Explanation: The application is running in an environment where the WebSphere WorkArea facility is not available. Calls return null.
- User Action: Run the application in a WebSphere Application Server environment where the WorkArea facility exists.
- CEMCS0002W: The initial context for naming is missing. No lookups are possible.
- Explanation: The application is running in an environment where there is no JNDI service. Calls return null.
- User Action: Run the application in a WebSphere Application Server environment where JNDI is available.
- CEMCS0003W: The binding for the WebSphere WorkArea interface was not found. BCDS is not available.
- Explanation: The application is running in an environment where the WebSphere WorkArea facility is not available. Calls return null.
- User Action: Run the application in a WebSphere Application Server environment where the WorkArea facility is enabled.
- CEMCS0004E: An active context is not associated with the current thread. The action fails.
- Explanation: The application is unable to access the WebSphere WorkArea facility because it has not been started on the current thread.
- User Action: Determine why the application is running on a thread where the WorkArea facility has not been started.
- CEMCS0005E: The value of the property "{0}" cannot be reset or cleared by this process.
- Explanation: The WebSphere WorkArea facility only allows a property to be reset or cleared by the process that created it.
- User Action: Change the application so that properties are reset or cleared only by the originating process.
- CEMCS0006E: The mode for the property "{0}" is read-only. Its value cannot be reset.
- Explanation: The WebSphere WorkArea facility does not allow a property with a read-only mode to be reset.
- User Action: Check whether the application has corrupted contents of the WebSphere WorkArea that belong to WEI.
- CEMCS0007E: The mode for the property "{0}" is fixed. Its value cannot be cleared.
- Explanation: The WebSphere WorkArea facility does not allow a property with a fixed mode to be reset.
- User Action: Check whether the application has corrupted contents of the WebSphere WorkArea that belong to WEI.
- CEMCS0009E: The value of the parameter "{0}" is invalid: {1}
- Explanation: The named parameter has an invalid value. It is rejected.
- User Action: Correct the application and try again.
- CEMCS0011E: The value for the key "{0}" is not serializable. It cannot be returned to the caller.
- Explanation: The value for the given key in the WebSphere WorkArea is not serializable. It might have been set by a CORBA interface.
- User Action: Check your application. The value was illegally inserted or has been corrupted.
- CEMCS0012E: The identifier "{1}" already exists for the business context type "{0}"
- Explanation: The given identifier is a duplicate for the business context type. It is rejected.
- User Action: Correct the application to use unique business context type identifiers.