cancel
Showing results for 
Search instead for 
Did you mean: 

XID--> Change Local User SAPServiceXID to Domain\SAPServicesXID

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

Hi All.

We have to change local SAPServiceXID User to Domain\SAPServiceXID User

boths users are administrators into the Administrator Group.

If we start the three central instances(Database,Abap,JAVA) with local User there is no problem.

when we replace the local user to Domain\user and tries access to http://Host:50000/rep -->The page cannot be displayed, but in SAP Manage Console, the service green and from TCODE SMICM Java stack is green too.

any idea??

Thanks & Regards

RP.

Message was edited by:

Rodrigo Pertierra

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

just creating a domain user and change the Account for the service won't do the job.

Remember: even if the Windows Account name for a local and a domain user is the same, they are different accounts on Windows (different users) each having his own SID, environment etc.

Just give you some hints what's not ok at the moment:

1-Domain Groups may be missing

2-Membership in Domain Groups may be missing

3-Membership of Domain Groups in Local Groups may be missing

4-Enironment is not set properly

5-security settings on filesystem, (directory, files, network shares etc) is not appropriate

6-security settings on registry keys are not appropriate

7-security settings on Windows Services are not appropriate

8-security settings on MSCS Cluster are not appropriate (if using MSCS)

9-SAP Service Definition is on using the right environment.

peter

Former Member
0 Kudos

Hi Rodrigo,

Which means that the J2EE server in not up. Check developer trace files, under "D:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\server0\log\defaulttrace*.trc" in order to understand the problem.

Regards,

Orkun Gedik

Senior SAP R/3 Basis and Development Consultant

ASTRON

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

i've found this error

com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine.RFCJCOServer.handleRequestInternal()####XID#SAPSYS #434CC9A85B334CA891E2E7F351D27B1A#Thread[JCO.ServerThread-2,10,SAPEngine_System_Thread[impl:5]_Group]##0#0#Error##Plain###com.sap.mw.jco.JCO$AbapException: (126) SLD_CLIENT_EXCEPTION: AbapSLDRequestHandler.ping(): server connection *** failed *** on Tue Jan 16 11:37:42 GMT-03:00 2007

at com.sap.lcrabapapi.util.AbapSLDRequestHandler.raiseAbapException(AbapSLDRequestHandler.java:4203)

at com.sap.lcrabapapi.util.AbapSLDRequestHandler.raiseAbapException(AbapSLDRequestHandler.java:4212)

at com.sap.lcrabapapi.util.AbapSLDRequestHandler.execPing(AbapSLDRequestHandler.java:2960)

at com.sap.lcrabapapi.util.AbapSLDRequestHandler.execute(AbapSLDRequestHandler.java:953)

at com.sap.lcrabapapi.util.AbapSLDRequestHandler.processRequest(AbapSLDRequestHandler.java:264)

at com.sap.lcrabapapi.ejb.AbapSLDRequestBean.processFunction(AbapSLDRequestBean.java:48)

at com.sap.lcrabapapi.ejb.AbapSLDRequestObjectImpl0.processFunction(AbapSLDRequestObjectImpl0.java:259)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187)

at $Proxy193.processFunction(Unknown Source)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:100)

at com.sap.engine.services.rfcengine.RFCJCOServer.handleRequestInternal(RFCJCOServer.java:113)

at com.sap.engine.services.rfcengine.RFCJCOServer$ApplicationRunnable.run(RFCJCOServer.java:171)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)

#

any idea what its means?