This topic summarizes the history of significant changes in TIBCO® Artifact Management Server release 1.1.1, including features, enhancements, and corrections.
TIBCO AMS was unchanged from release 1.1.0. The release number changed to 1.1.1 to align with TIBCO StreamBase release 10.1.1.
Functionality remains unchanged from the previous release.
No features were deprecated in this release.
There are no known migration issues when upgrading from AMS 1.x to AMS 1.1.1.
This section describes known limitations in the current release of the TIBCO Artifact Management Server. Each item includes a tracking number, description, and whenever possible, one or more workarounds.
SB‑30955 | AMS cannot be launched with StreamBase 7.7.0 Command Prompt | |
Description | The StreamBase 7.7.0 Command Prompt sets up a classpath that is incompatible with the classpath required by AMS, which prevents AMS from starting. | |
Workaround | Modify the AMS launch script, ams-server.cmd , as follows. The lines below wrap to the next, for clarity.Windows: Change this line: set AMS_CP=%CLASSPATH_PREFIX%%AMS_HOME%\conf;%AMS_HOME%\lib\ artifact-management-server.jar to: set AMS_CP=%AMS_HOME%\conf;%AMS_HOME%\lib\artifact- management-server.jar;%CLASSPATH_PREFIX% macOS/Linux: Change this line: set -x && "${JAVA}" ${JVM_ARGS[*]} -cp "${CLASSPATH_PREFIX}$ {AMS_HOME}/conf:${AMS_HOME}/lib/artifact-management-server.jar" com.tibco.ep.ams.AMSServer ${PROGRAM_ARGS[*]} to: set -x && "${JAVA}" ${JVM_ARGS[*]} -cp "${AMS_HOME}/conf:$ {AMS_HOME}/lib/artifact-management-server.jar:${CLASSPATH_PREFIX}" com.tibco.ep.ams.AMSServer ${PROGRAM_ARGS[*]} |
This section describes resolved limitations in the current release of the TIBCO Artifact Management Server. Each item includes a tracking number and a description.
Fixed in 1.1.1 | |
---|---|
Number | Resolution |
SB‑30256 | An issue prevented AMS from deploying decision table rules to a running decision table EventFlow module, when configured to push rules via a StreamBase Server's service name. This was resolved. |