Welcome to my blog...

Hello

I created this blog to share my minimal knowledge with others on the issues I came across, the POC's I did, Installations & Configurations I did on Oracle Fusion Middleware, OBIEE and Oracle Primavera Applications.

LinkedIn: https://in.linkedin.com/pub/vinoth-kumar-subramani/18/260/7b9

Technical Issues and Solutions

Thursday, October 29, 2015

Not able to ping the Virtual Machine (Guest OS) from your local machine?



Check whether your eth0 interface is up or not (you can check by running ifconfig) in your guest OS. If not bring it up as follows: 

ifconfig eth0 <-Guest OS IP address-> netmask <-Guest OS Subnet Mask-> up


Find the screen shot below:

 
 
If it is running, just restart it as shown in the above screen shot.

Monday, June 8, 2015

Not able to rearrange the WBS in P6 Web R8.3.2?




Not able to rearrange the WBS in P6 Web R8.3.2? Are the arrows grayed out?


Follow the below Procedure to rearrange the WBS.



1.  In Project, Activities View.
2.  Select View, Customize View -> Grouping.


3.   Select Hierarchy and Apply and Save.

4.  Check all the arrows again.










Tuesday, June 2, 2015

You Do Not Have A License To Run Primavera P6. Please Contact Your System Administrator



If you are getting You Do Not Have A License To Run Primavera P6. Please Contact Your System Administrator, while login to your P6 home, follow the below steps.

Solution 1.
 
1. Go to p6 home
2. Give full permissions (777) to the license directory and the file, kavachart.key inside license directory.
3. Restart P6 server.

Solution 2:

Possible Reasons:

1. If you have installed the Primavera with unsupported JDK, some times the exception "You Do Not Have A License To Run Primavera P6. Please Contact Your System Administrator" may occur.
2. Due to unsupported version of JDK, some times it will authenticate your user, but it wont go to the next page.

To over come this you need to uninstall the exististing JDK, Weblogic & EPPM and reinstall with the supporting JDK.

NOTE: before proceeding with the installation check the certification metrix and then proceed with the supported binaries.


Weblogic Admin Server is running and its health is in Falied sate - The persistent store "XXXXXX" does not exist, [Store:280105]The persistent file store "XAFileStore" cannot open file XAFILESTORE000000.DAT.

If your Weblogic Admin server is running and its health is Failed, with the below error, follow the given solution.


weblogic.management.DeploymentException: Internal error activating the JMS Server XAJMSServer: weblogic.management.DeploymentException: The persistent store "XAFileStore" does not exist

weblogic.store.PersistentStoreFatalException: [Store:280105]The persistent file store "XAFileStore" cannot open file XAFILESTORE000000.DAT.

####<Jun 2, 2015 12:57:58 PM SAST> <Error> <JMS> <zaflappmlvu01.next.mtn.com> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <38c8073e-1b4a-425c-9a83-28f75f436aab-00000004> <1433242678319> <BEA-040123> <Failed to start JMS Server "XAJMSServer" due to weblogic.management.DeploymentException: The persistent store "P6FileStore" does not exist.


Solution:



1.       Go to Admin console -> Domain -> Services -> Messaging -> JMS Servers -> (JMS Server name)  -> Configuration -> General -> Untarget the Persistent Store.

2.       Then Go Services -> Messaging -> Persistent Stores -> Configuration -> Directory. Go to that specific directory in the specified path and take a backup and delete the contents in it.

3.       Now target the Persistent Store to the JMS Server and restart the server.