Importing Package Issues

Hi All,

When I am inspecting my application it is passing, But when i am Importing, it is throwing this error,

 

What could be the problems for this.

processModel 0002e0c2-5544-8000-f92f-7f0000014e7a 4079 "": An error occurred while updating processModel [id=4079 uuid=0002e0c2-5544-8000-f92f-7f0000014e7a]: com.appiancorp.process.validation.ValidationException: Process Model is not valid. (APNX-1-4071-008)

 

Its urgent please help :)

  Discussion posts and replies are publicly visible

Parents
  • Hi Harshav,

    Are you sure that the process model or any rule that its used by that model are ok? Usually this errors happens when any rule isnt ok (for example a ri! not declared o a local!....), sometimes even for SAIL is ok but there is a mistake. Check your code carefully.

    I would check as well, the entire code of the process model itself, maybe you are calling a pv! or ac! with an incorrect name or it doesnt exist.

    In any case, it is usually difficult to find this kind of errors.

    Good luck!
Reply
  • Hi Harshav,

    Are you sure that the process model or any rule that its used by that model are ok? Usually this errors happens when any rule isnt ok (for example a ri! not declared o a local!....), sometimes even for SAIL is ok but there is a mistake. Check your code carefully.

    I would check as well, the entire code of the process model itself, maybe you are calling a pv! or ac! with an incorrect name or it doesnt exist.

    In any case, it is usually difficult to find this kind of errors.

    Good luck!
Children