How to find out Essbase application process which is using for ESSSVR
To find out ESSSVR process:
Using Manual searching:
1. Go to Task Manager, add pid to the columns(if it is not there).
2. Go to the Essbase.log file. Go to the particular application which you want to find out the process. There we can find the process which is corresponds to application when it starts.
3. copy that pid from log and search it in Task Manager.
4. That pid which is pointing to ESSSVR which will points to the application.
5. In case of stuck up or application not starting cases, we can use this steps to find out the particular ESSSVR process.
Using command:
Windows command that you can use:
Go to Command prompt:
Start --> run --> cmd
Type C:\Hyperion\logs\essbase\ESSBASE.LOG | find /I “started with process ID” | find /I “[sample]”
* replace “sample” by your Essbase application name
** “find /I” – filter ESSBASE.LOG file (/I – Ignores the case of characters when searching for the string)
Thanks,
Mady
To find out ESSSVR process:
Using Manual searching:
1. Go to Task Manager, add pid to the columns(if it is not there).
2. Go to the Essbase.log file. Go to the particular application which you want to find out the process. There we can find the process which is corresponds to application when it starts.
3. copy that pid from log and search it in Task Manager.
4. That pid which is pointing to ESSSVR which will points to the application.
5. In case of stuck up or application not starting cases, we can use this steps to find out the particular ESSSVR process.
Using command:
Windows command that you can use:
Go to Command prompt:
Start --> run --> cmd
Type C:\Hyperion\logs\essbase\ESSBASE.LOG | find /I “started with process ID” | find /I “[sample]”
* replace “sample” by your Essbase application name
** “find /I” – filter ESSBASE.LOG file (/I – Ignores the case of characters when searching for the string)
Thanks,
Mady
No comments:
Post a Comment