process model error

Certified Associate Developer

An error occurred while trying to retrieve the data store entity [id=Approved]. Verify that the data store and entity have not been deleted, and have the correct security settings. Details: java.lang.IllegalArgumentException: The id of the data store entity must be a composite id with a "@" as separator: Approved

error please check

  Discussion posts and replies are publicly visible

Parents
  • Hi Krishan,

    Your error itself is saying that where you might have done wrong.

    Read this once: "Verify that the data store and entity have not been deleted, and have the correct security settings."

    Hope you get it after checking the existence of your using data store and entity. If they both are there then go and check with security once to know whether the user, who is performing the operation has atleast least privileges as viewer permissions to data store entity from which you are retrieving the data.

Reply
  • Hi Krishan,

    Your error itself is saying that where you might have done wrong.

    Read this once: "Verify that the data store and entity have not been deleted, and have the correct security settings."

    Hope you get it after checking the existence of your using data store and entity. If they both are there then go and check with security once to know whether the user, who is performing the operation has atleast least privileges as viewer permissions to data store entity from which you are retrieving the data.

Children