Hello!
2 days ago I can register users for some SAP app (Employee lookup, Learning Assistant). But yesterday I found that cant do it!
I use "basic" security profile (as before) with NoSecAuthorizer and NoSecLoginModule (control flag = required) :
I use template with right proxy settings:http://<servername>:8000/sap/opu/sdata/MIVE/EMPLOYEELOOKUP/
the service in GW is active.
But then i try to register a new user I get a user activation error : "Error occurred during user activation: check your login credebtials and try again" (For Employee Lookup) and "Underlying Error Occured!Check NSError structure ti find Underlying NSError object" (for Learning Assistant)
In domain logs I see error like this:
Subsystem=Error Application ID=, Application Connection ID=, User=, Correlation ID=, Package=, MBO=, Operation=, Thread ID=1281, Node ID=OWNR-SHJTPM5, Error=test end point failed!
In server logs (Messaging server) I see many errors:
In DeviceManagment Module:
1) AddDeviceRegistration: SendCommadToMMS - register - http status = BadRequest User: susov@basic Device: e56fbab65df32547b34bc44b2f1756751ba782e0__com.sap.meps.employeelookup
2) AddDeviceRegistration: MMS authentication failed. User: susov@basic Device: e56fbab65df32547b34bc44b2f1756751ba782e0__com.sap.meps.employeelookup
3) AddDeviceRegistration: User: susov@basic MMS Authenticate returned 4, requestId=<none set>
In InboxMultiplexer Module:
1) Cannot connect to POP server - ChilkatLog:__ Pop3BeginSession:__ DllDate: Dec 11 2008__ UnlockPrefix: SYBASEMAILQ__ Username: SYSTEM__ Component: Visual C++ 8.0__ Pop3Connect:__ Connecting to POP3 server__ hostname: localhost__ port: 110__ ssl: 0__ connectTimeoutMs: 30000__ heartbeatMs: 0__ socket is not ready for writing__ ConnectTimeoutMs: 30000__ Connect function failed.__ SocketError: WSAEWOULDBLOCK The socket would block.__ For more information see http://www.chilkatsoft.com/p/p_172.asp__ Failed to connect to POP3 server.__ Failed to start POP3 session__
2) Inbox Multiplexer unable to connect to server: Cannot connect to POP server - Log:__ Pop3BeginSession:__ DllDate: Dec 11 2008__ UnlockPrefix: SYBASEMAILQ__ Username: SYSTEM__ Component: Visual C++ 8.0__ Pop3Connect:__ Connecting to POP3 server__ hostname: localhost__ port: 110__ ssl: 0__ connectTimeoutMs: 30000__ heartbeatMs: 0__ socket is not ready for writing__ ConnectTimeoutMs: 30000__ Connect function failed.__ SocketError: WSAEWOULDBLOCK The socket would block.__ _ Failed to connect to POP3 server.__ Failed to start POP3 session__
In MO Module: No auth request
In TM Module: Unauthenticated request for MO allowed.
In Domaim Connections I have ping failed for proxy connection:
But i can get xml from Rest client: http://<backendname>:8000/sap/opu/sdata/MIVE/EMPLOYEELOOKUP/EmployeeCollection(1)?=
But I still can register user for SAP Learning Assistant, but i have to fill activation code and mobile user while fist time logging in app. I didn't fill these fields later and it worked good, but now i have activation error if leave these fiels empty.
Please, Can anyone help me with something?