cancel
Showing results for 
Search instead for 
Did you mean: 

SAPMEINT 5.2.5.6: Error when updating workflow configuration

Former Member
0 Kudos

Hello!

I have the following versions of the MII component:

SAPMEINT: 5.2.5.6 (from SAP ME package 5.2.5.6)

MII: 12.1.8 Patch 3 (or 30)

I try to update the workflow configuration for yieldConfirmationRequest

After clicking on Modify than immediatly on Save on the details section, some errors are displayed.

Operation Check Value in List failed; Search Helper

Value not found

I could trace this back to the Transaction Helper icon.

If it worked, it would isplay all the available MII transactions.

But it refuses to display anything.

I can see in the SAP NW log file there is a problem in some authentication:

Unable to load user information

[EXCEPTION]

java.lang.Exception: No credentials provided

Invalid Response code (401). Server <http://localhost:50000/XMII/SOAPRunner/Visiprise/ERPShopFloorIntegration/frame/common/MIITransactionList> returned message <Unauthorized>.

Visi Log 2010.12.01 16:03:44:Message trace: Fetch all sites failed: Invalid Response code (401). Server <http://localhost:50000/XMII/SOAPRunner/Visiprise/ERPShopFloorIntegration/frame/common/MIITransactionList> returned message <Unauthorized>.:

How to overcome this?

Is there some configuration necessary so that the username is provided with the call to

http://localhost:50000/XMII/SOAPRunner/. ?

Or is this a bug?

I think a XAcute service call is made (= SoapRunner).

What about authentication?

I found some hint, that this should NOT be necessary when it comes from localhost, as this happens here.

Kr,

Erich Lind

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello!

I found the necessary configuration in an older version of the "SAP ME 5.2 installation guide"

Section

Configuring SAPMEINT MII web services in SAP Netweaver Java AS

Goto Netweaver Administrator

Goto Configuration Management / Infrastructure / Java System Properties

Goto Applications tab

Search for xappsmeintegration~ear application

Change the following properties:

webservice.authentication.MechanismType = 1

webservice.Username = <SAP Netweaver User who has the role Role_SAPMEINT assigned>

webservice Password = <User Password>

Kr,

Erich Lind