How to check which application is deployed by which user in Administration Domain

How to check which application is deployed by which user in Administration Domain

book

Article ID: KB0075691

calendar_today

Updated On:

Products Versions
TIBCO Administrator -

Description

 In any environment there are multiple client machines which are used to deploy  applications in administration domain.   Multiple users/teams like Development, Deployment and Application Support teams work concurrently on application deployment tasks. In some scenarios there is need to track actions performed by these users/teams such as deploy, un-deploy, start, stop and kill operations. 



 

Issue/Introduction

Application Deployment.

Environment

All

Resolution


We can get application deployment operation information from two places :

1. check Adminisrator GUI
===================
Browse to Application Management--> Select Application --> Configuration --> History

User-added image


Another possible location is Administrator.log file
===================
This information can be accessed in Administrator.log file. Below is sample entry of Administrator.log of the environment where a sample application "test-FraudDetection"  has been  deployed with admin user for an instance. [see first line in log entry below]
<------------
2018 Feb 06 12:16:21:322 GMT +0530 Info [Application] AESDKJ-0000 [http-bio-8080-exec-52]  [Manage applications] The application "test-FraudDetection" has been deployed by "admin".
2018 Feb 06 12:39:51:166 GMT +0530 Info [Application] AESDKJ-0000 [http-bio-8080-exec-56]  [Service Instance] The service instance "JDBCDemo - Process Archive" has been started by "admin".
2018 Feb 06 12:40:09:440 GMT +0530 Info [Application] AESDKJ-0000 [http-bio-8080-exec-56]  [Service Instance] The service instance "hawkenabled-false - Process Archive" has been started by "admin".
2018 Feb 06 12:40:09:445 GMT +0530 Info [Application] AESDKJ-0000 [http-bio-8080-exec-56]  [Service Instance] The service instance "ADB_Test_OPCODE_Trigger_narendra - Process Archive" has been started by "admin".
2018 Feb 06 12:40:11:718 GMT +0530 Info [Application] AESDKJ-0000 [http-bio-8080-exec-56]  [Service Instance] The service instance "New Folder/Sample - Process Archive" has been started by "admin".
2018 Feb 06 12:43:54:615 GMT +0530 Info [Application] AESDKJ-0000 [http-bio-8080-exec-76]  [Service Instance] The service instance "FilePooler - Process Archive" has been stopped by "Narendra".
2018 Feb 06 12:45:15:422 GMT +0530 Info [Application] AESDKJ-0000 [http-bio-8080-exec-58]  [Service Instance] The service instance "JDBCDemo - Process Archive" has been stopped by "admin".
2018 Feb 30 18:23:15:159 GMT +0530 Info [Application] AESDKJ-0000 [http-bio-8010-exec-71]  [Manage applications] The application "SemDemo-as" has been undeployed by "x".  
2018 Feb 30 18:26:48:588 GMT +0530 Info [Application] AESDKJ-0000 [http-bio-8010-exec-71]  [Manage applications] The application "SemDemo-as" has been deployed by "narendra".
------------>

Please note the best option is to check the Admin GUI as the Administrator.log may roll over quickly and thus lose such information. Additionally, one application might be deployed multiple times by different users, thus you may see old deployment record which does not reflect the current deployment information.