cancel
Showing results for 
Search instead for 
Did you mean: 

Par file change

Former Member
0 Kudos

Hello Experts,

I made changes to below par file - com.sap.pct.hcm.eeprofilegeneraldata.par, its used in MSS under Employee Profle Tab (general data).

and after chnages i uploaded it succesfully, but when i click on EMployee profile system doesnt show anything.

I checked the log and found its resulting into Runtime error as below -

"Failed to get application IPropertyContentProvider: com.sap.pct.hcm.eeprofilegeneraldata.default"

Can anybody suggest how to get rid of this error?

regards

Amit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

After modification change the par file name and try.

I don't know why you are getting this error...it should replace the existing version of par file.

Which version of portal u r using? if it is 6.0...i think u need to restart that service.

Former Member
0 Kudos

yep we are on version 6.0, what do u mean by restarting the service?

Just to let u know, i followed the below steps to change the file -

1) Downloaded the par file and renamed it to .zip file.

2) used winzip to extract the file.

3) made changes to JSP

4) again zipped the complete set

5) renamed it to par and uploaded it.

any guesses where i might be wrong?

Former Member
0 Kudos

Hi Amit,

Zip it and renaming to par and upload , wont work most of the time.

U download the par.

import into NWDS and do the neccessary changes.

build the par and then deploy.

It will help u .

Cheers,

Sithi

Former Member
0 Kudos

Hi Amit,

Follow the below steps to do changes

1. Dowload the PAR file from PCD.

2. Import into NWDS (while importing, rename the par file).

3. Make your changes.

4. Build & Create PAR file.

5. Deploy into the server.

Please let us know if you still facing any issues

Thanks,

Satya

Former Member
0 Kudos

We are not using NWDS for changing the files. so i have to change it using winzip/winrar and TExt pad only and i have done it once before and then i was able to upload it correctly without any errors..

any other inputs will be highly appreciated.

amit

Answers (1)

Answers (1)

former_member189631
Active Contributor
0 Kudos

Amit,

This is may be for the problem of missing jar files in your project.

Please follow this,

1. Store the par file into your local computer

2. Unzip the par and store it into ur local computer

3. Navigate to PORTAL-INF-> Lib folder and copy the file which are available in the lib folder and paste them into your lib of your project.

4. Deploy the appln

also add the jars, if you have missed any.

Ramganesan Karuppaiyah