ResourceActivity error: Unable to login

 4 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
Robert
Veteran Member Send Private Message
Posts: 82
Veteran Member

I am using the ResourceActivity node's "build" option.

I have defined the node to read a People Resource type, and have defined a valid product line.

When I test the query, attributes are returned.

When I run the flow, I receive the following:

Error while executing ResourceQuery activity - Invalid RM API (getRMQuery) response:
com.lawson.bpm.netutils.InvalidLoginException: Error: Unable to login. Please check Host, User & Password.

The flow does run to completion with an email, but the attributes are not reported in the body of the email.

Is LDAP not configured for the user ID running the flow?

 

Deleted User
New Member Send Private Message
Posts: 0
New Member
What is the user= in your resource query set to. It should be the same id that processflow runs under, ususally pfuser (but doesn't have to be).
KK - Infor
Veteran Member Send Private Message
Posts: 61
Veteran Member
Along with this, make sure that the "RM ID" field on pfserv config is also configured correctly.
Robert
Veteran Member Send Private Message
Posts: 82
Veteran Member

Gary -

My Web ID and ERP ID are not the same.

From Tools; Options:
General Tab.  Complete the Web user/password
ERP Tab:  Complete the IOS user/password.

Now I need to figure out why my attributes are not flowing into the body of the email.

Deleted User
New Member Send Private Message
Posts: 0
New Member
The node returns the fields like the DME with the prefix underscore field name with field names uppercase. So if you called the RM query RMI you would reference RMI_EMAIL for the email address etc.