IFM IPC Exception ------------------------- Hi, I'm trying to upda

IFM IPC Exception
-------------------------
Hi, I'm trying to update process variables using IFM, but it's failing at the update stage with error message "An IpcException has occurred while invoking the method: setProcessVariable on process-execution2 (localhost:5024)". I know this is a permissions issue, but I am already an administrator of the process I am trying to update, so what other permissions are there?

OriginalPostID-151143

OriginalPostID-151143

  Discussion posts and replies are publicly visible

Parents
  • The relevant error is:

    com.appiancorp.kougar.driver.exceptions.IpcObjectClassException: invalid object class: class java.lang.Long

    this is not permissions related. It indicates Appian was expecting a Long but got something else instead. It seems the issue is with your syntax to update value assuming you're using the IFM Manager Plug-in.

    To avoid errors I suggest you use this other one instead "Get and Set External Process Variables" which is easier to use for the purpose of updating a variable forum.appian.com/.../summary
Reply
  • The relevant error is:

    com.appiancorp.kougar.driver.exceptions.IpcObjectClassException: invalid object class: class java.lang.Long

    this is not permissions related. It indicates Appian was expecting a Long but got something else instead. It seems the issue is with your syntax to update value assuming you're using the IFM Manager Plug-in.

    To avoid errors I suggest you use this other one instead "Get and Set External Process Variables" which is easier to use for the purpose of updating a variable forum.appian.com/.../summary
Children
No Data