Followers

Tuesday, April 19, 2016

How to find out Essbase application process which is using for ESSSVR

                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

Tuesday, April 5, 2016

DRM Web services API setup in Hyperion 11.1.2.1 version

1. Using right version of RCU, create MDS schema. for Moto use 11.1.1.4

2. Using weblogic Extend option, select Oracle Enterprise Manager -11.1.1.0 [oracle_common],
Oracle WSM Policy Manager – 11.1.1.0 [oracle_common], and Oracle JRF – 11.1.1.0 [oracle_common].

3. Add OID to myrealm in weblogic(optional)

4. Configuring the API Adapter Host (Add host name in DRM console)

5. Deploy Oracle-drm-web-services in weblogic from C:\Oracle\Middleware\EPMSystem11R1\products\DataRelationshipManagement\api directory
and select oracle-epm-drm-webservices.ear file

6. Check for wsm-pm is active or not.

7. if wsm-pm fails, check out oracle-webskin, oracle-web composer,emac, emai, emcore, and EM are active or not.
if you are not able to see them in the deployments list, we need to deploy them.
Once EM is up(active), you can login EM and deploy wsm-pm from EM.

8. Login to EM, select EPM system and right click and click on metadata repositories. click next. in next tab, in 2 sections, selct 2nd option in first section and browse the wsm-pm.ear and click next. in next tab, click on edit and select metadata repository and give any name and give password of mds schema password. click next and validate and finsh. now we can see wsm-pm is active in weblogic.

9. Once you are done with all these changes check out oracle-drm-web-services-api. Try to start or bounce services.

10. Test Web service in EM

Thanks,
Mady