How to find the shared work folder location in TIBCO ActiveMatrix Administrator.

How to find the shared work folder location in TIBCO ActiveMatrix Administrator.

book

Article ID: KB0094294

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix Service Grid -
Not Applicable -

Description

Description:

The default path for the shared location used by the ActiveMatrix(AMX) administrator is <CONFIG_HOME>/admin/enterprise_name/shared . If you have a replicated AMX Admin server setup, this location will be different. How to find out  admin shared location in all cases?

Environment

Product: TIBCO ActiveMatrix Service Grid Version: 3.3.0, 3.2.0 OS: All Supported Operating Systems --------------------

Resolution

There are two ways to get this information

1). From AMX Admin Database(DB):


From the ADMINCONFIG table in AMX Admin DB, check for the value for column "SHAREDWORKFOLDER".


2). From viewdata.jsp .

a). Open a browser session, type in the URL (use HTTPS if the AMX Administrator server external HTTP server is SSL enabled):

http://<admin_host>:<admin_port>/amxadministrator/viewdata.jsp 

b). Click on Object named "AdminConfig".
  

You can find entries similar to the following which includes the sharedWorkFolder location.


=============================================================================================================================
AdminConfig objects
Parent object ID hostName ... ComputedBaseUrl         scmType name                          sharedWorkFolder                       ...
ORPHANED 2 SystemHost      ... http://0.0.0.0:19777 filesystem amxadmin C:\ProgramData\CONFIG_HOME\amxbpm4\new\admin\amxadmin\shared   ...
=============================================================================================================================

Issue/Introduction

How to find the shared work folder location in TIBCO ActiveMatrix Administrator.