cancel
Showing results for 
Search instead for 
Did you mean: 

The directory /usr/sap/ccms No exist

Former Member
0 Kudos

Hi friends.

This quality system (SQ1) is a backup / restore with ABAP and JAVA instance and is operating its j2ee instance.

I'm looking at the log for an error when you run a Query and publish to the web.

0017A451263E004F0000000000006A5100049EB7A28AF12C # 1300411450061 # # # # com.sap.engine.library.monitor.mapping.ccms.RuntimeParameters com.sap.engine.library.monitor.mapping.ccms.RuntimeParameters SAPEngine_System_Thread ####### [impl: 5] 95 # # 0 # 0 # Error # # Plain # # # Can not create connector CCMS directory (/ usr/sap/ccms/SQ100/j2ee3903450). Check file system permissions. #

  1. 1.5

It is strange that there is no directory / usr / sap / ccms that exists in development and production. It should reinstall ccms? or manually created this directory with sub directories and restart the system to try to create log files that the system is trying to create but can not because there is this directory?

Although not get something to help me solve this. What do you recommend?

Regards

Richard

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Richard,

As per log, it was permisstion issue.

You can login via root and change the permisstion.

cd /usr/sap

ls -ltr ccms

chown sq1adm:sapsys ccms

and then try to register CCMS agent again via sq1adm user id.

it should be solve.

Thanks

Pradeep Khaire

SAP BASIS

Former Member
0 Kudos

Greetings colleagues,

I explain better, physically on the server in the path /usr/sap there is no structure that ccms exits. It is very strange that there is this the ccms no exist

Thank you for you attention and waiting your comments

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

You check permission of the directory /usr/sap. After that it should automatically create ccms directory under it.

Thanks

Sunny

Former Member
0 Kudos

Hi Sunny,

Now is Ok

Thank you

Former Member
0 Kudos

Hi Pradeep,

Now is Ok

Thank you

Answers (1)

Answers (1)

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

>

> 0017A451263E004F0000000000006A5100049EB7A28AF12C # 1300411450061 # # # # >com.sap.engine.library.monitor.mapping.ccms.RuntimeParameters >com.sap.engine.library.monitor.mapping.ccms.RuntimeParameters SAPEngine_System_Thread ####### [impl: 5] 95 # # 0 # 0 # >Error # # Plain # # # Can not create connector CCMS directory (/ usr/sap/ccms/SQ100/j2ee3903450). Check file system

>permissions. #

> # 1.5

>

As per your log, it is showing error with file system permission. Please check.

Thanks

Sunny