DME Connection Error with user Lawson

 0 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
David Williams
Veteran Member
Posts: 1127
Veteran Member
    If you're getting one of those annoying DME connection error with user lawson messages when running your flow on the server but it works just fine within PF Designer then I have a possible solution for you (I just discovered this for a client).

    If the DME has a SELECT statement with an Escape character (%3D for the = character) then replace it with the normal character.

    Replace SELECT=STATUS%3D1 with SELECT=STATUS=1

    When I did this my DME call worked on the server.
    David Williams