cancel
Showing results for 
Search instead for 
Did you mean: 

JSPM error - JSPM_MAIN phase

Former Member
0 Kudos

Hello All,

I am getting error while trying to bring up JSPM to appy SP. The log shows "A possible reason could be that the path to the directory containing the sappfpar executable is not included in the PATH environment variable ". sappfpar is located in /usr/sap/<SID>/SYS/exe/run, I added this directory path to the PATH variable and retried to bring JSPM again. But i am getting the same error. Could someone please tell me is there something else I need to do beside add including the direcotry path in the PATH enviroinmental variable? Please suggest.

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I'm facing exactly the same problem last week.

- on server side, login as <sid>adm add /usr/sap/<SID>/SYS/exe/run to your PATH environment variable, using export PATH=<PATH environment variable entries> or setenv PATH <PATH environment variable entries> command.

- verify that directory is already included on PATH, by issuing command : echo $PATH

- try to execute JSPM again

hope it help you.

rgds,

Alfonsus Guritno

Former Member
0 Kudos

Hi Alfonsus,

Thanks for your response. I have already added that directory path to PATH env Variable and verfiied many times. But still facing the same issue. Anyother suggestions would be appreciated.

Thanks

Former Member
0 Kudos

I also found this in sappfpar_err log file:

Could not open the ICU common library.

The following files must be in the path described by

the environment variable "LIBPATH":

libicuuc30.a, libicudata30.a, libicui18n30.a [nlsui0.c 1489] pid = 475186

Thanks

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

another workaround :

- check sappfpar permission

- check whether your kernel is the current, because newest sappfpar might be available during kernel upgrade to the latest version.

hope it help you.

rgds,

Alfonsus Guritno

Former Member
0 Kudos

Hi,

do you on AIX ?

if yes, check SAP Note 927432 - Error when loading the ICU Common Library under AIX 5.3 TL4

from me :

make sure that /usr/sap/<SID>/SYS/exe/run is a symbolic link from /usr/sap/<SID>/SYS/exe/dbg

and /usr/sap/<SID>/SYS/exe/dbg is a symbolic link from /sapmnt/<SID>/exe

and sappfpart is located on that directory (/sapmnt/<SID>/exe)

and this link may give you an idea :

/message/9484569#9484569 [original link is broken]

hope it help you.

rgds,

Alfonsus Guritno

Former Member
0 Kudos

Hello,

I checked the Note you mentioned , our OS is AIX 5.3 and TL is 5300-12, i am not sure this note is applicable in my case since it says TL 4 in note itself.

Yes i check sappfpar is in that directory which is also included in the PATH variable. The problems still exists and i am getting same error.

Anyone has any other suggestions ?

Thanks