Followers

Tuesday, October 24, 2017

DRM Installation

1. Run Setup.exe file and go on with screen Next -> Next -> Finish

2. Launch DRM Console -> Click on Add to create application and save configuration.

3. Start DRM Service then go Repository Wizard.

4. Give DB details admin details for example sa, check out Test Connection.

5. Next screen give user name and schema details which wants to create for DRM application, and give ADMIN password

6. Then click Next to start creating Repository.

7. Once it is done, we need to check application status and validate in web client.

Otherwise, we can run scripts below to create schema and for creating objects in schema.

Change your application schema, user, password details before running this scripts.



Thanks,
Mady

Wednesday, October 11, 2017

EAL Data Sync Server is not showing as Available and Data Sync Server Data is not Available

We had a situation like EAL services are running in Service Panel but still EAL Data sync not showing up in EAS console.

Some points we can check in EAL while trouble shooting:

1. If you see any socket errors and Data sync not available in EAS console, you can restart EAL services. It will fix the issue in maximum chances.

2. We need to check schema passwords used for HFM and EAL.

3. We need to check Target and Source. If it is HFM to Essbase, we can check Essbase connections, and HFM regions.

4. If source and target is schema and HFM, we need to check schema connectivity and HFM regions.

5. Check out password for dss_admin (default admin username for EAL, while doing configuration we will give this username and password) in EAL setup correct or not.

6. Check out schema passwords connect or not.

7. Chec the log files in below location:
D:\Oracle\EAL_Home\EssbaseAnalyticsLink\Work\dss.log
D:\Oracle\EAL_Home\EssbaseAnalyticsLink\Work\eal.log

8. Port numbers are reachable or not:
   -   Verify ports 5024, 5423 ports are open.
   -   Check for any recent security updates or anti virus updates that happened?

In our case, EAL Data sync not showing up as available in EAS console. So, We tried to reconfigure EAL and code.xml file got corrupted and showing up as 1 KB where as in other Environment it is more than that size.

So, we restored files from backup and restarted services. Ran Region default for Testing. It ran successfully and Data sync is available now and Data sync Data is now On.

Oracle update on the same for our future reference:

Analysis and follow up done by Kamalanathan Prabhakaran.

Thanks,
Mady