cancel
Showing results for 
Search instead for 
Did you mean: 

AUTORIZATION_ERROR_PCO

former_member202208
Active Participant
0 Kudos

Hello,

I'm using SAP PCo 2.3 and trying to create a data server connection from SAP MII 14.0 SP4 through PCoConnector of type PCoConnector.

I don’t see any data in Agents..

  • All PCo Services are running..
  • Logging with user which has Admin rights.
  • All PCo related services are running under user account LocalSystem

Logs:


AUTORIZATION_ERROR_PCO
[EXCEPTION]
com.sap.lhcommon.exceptions.AuthorizationException: You do not have permission to access the Web service
at com.sap.xmii.Illuminator.connectors.PCo.webserviceclient.PCoWebServiceClient.callPCoWebService(PCoWebServiceClient.java:254)
at com.sap.xmii.Illuminator.connectors.PCo.webserviceclient.PCoWebServiceClient.getAgentInstanceMetadata(PCoWebServiceClient.java:90)
at com.sap.xmii.Illuminator.connectors.PCo.PCoManager.getPCoAgents(PCoManager.java:56)
at com.sap.xmii.ejb.dataservers.DataServerBean.getPCoAgents(DataServerBean.java:384)
at sun.reflect.GeneratedMethodAccessor5015.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:47)


Version:

MII: 14.0 SP4 Patch 0 (Nov 22, 2013)

PCo: 2.300

Any help would be highly appreciated.


Thanks,

Shridhar.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi

Authorization Error what  you seeing in the log is not the error rather its like an information

and part of the flow which will come initially, when we  create data server.What happens is first time  when we create data server it just takes the PCo URL with empty username and password that's why it

throws that  information that looks likes as a error.Next when user logon popup comes in and we enter credential that  authorisation errorgoes off. So the initial Authorisation Error in accessing PCo

management service" and "AUTHORIZATION_ERROR_PCo"  is a warning.

Later on you are getting empty  screen since you  dont have any agents running in PCo. You need to   check from PCo side if agent are started  and running fine

Kind Regards
Dolly

former_member202208
Active Participant
0 Kudos

Hello Dolly,

Thanks for your reply.

All PCo agents are running, but still i don't see any agents listed.

Thanks,

Shridhar

0 Kudos

Hi

Please check if under Selected Agent Instance->Query Port tab you have checked the MII  checkbox   and provided unique port ?

Please note that,

If you are using an SAP MII system of release 12.2 or higher in connection with PCo, you need to select theSAP MII checkbox.


If you are using an SAP MII system below 12.2, you need to select the MII before 12.2 checkbox.

Kind Regards

Dolly

former_member202208
Active Participant
0 Kudos

Hi,

It worked.. Thanks a lot..

Br,

Shridhar.