New and Noteworthy in AMS 1.1.1


Table of Contents
New Features
Changes in Functionality
Deprecated Features
Migration and Compatibility
Known Limitations
Closed Issues

This topic summarizes the history of significant changes in TIBCO® Artifact Management Server release 1.1.1, including features, enhancements, and corrections.

New Features

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.

Changes in Functionality

Functionality remains unchanged from the previous release.

Deprecated Features

No features were deprecated in this release.

Migration and Compatibility

There are no known migration issues when upgrading from AMS 1.x to AMS 1.1.1.

Known Limitations

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‑30955AMS cannot be launched with StreamBase 7.7.0 Command Prompt
DescriptionThe StreamBase 7.7.0 Command Prompt sets up a classpath that is incompatible with the classpath required by AMS, which prevents AMS from starting.
WorkaroundModify 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[*]}

Closed Issues

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
NumberResolution
SB‑30256An 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.