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.

  • Just a quick skim: "Check to see that the data store and the entity have not been removed, and that the appropriate security settings have been applied."

    After verifying the presence of the data store and entity, I hope you are able to comprehend it. geometry dash

    If both of these things are present, you should consult with the security team to find out whether the user who is carrying out the operation has at least the privileges of a viewer for the data store entity from which you are retrieving the data. If both of these things are present, you should proceed to the next step.

Reply
  • Just a quick skim: "Check to see that the data store and the entity have not been removed, and that the appropriate security settings have been applied."

    After verifying the presence of the data store and entity, I hope you are able to comprehend it. geometry dash

    If both of these things are present, you should consult with the security team to find out whether the user who is carrying out the operation has at least the privileges of a viewer for the data store entity from which you are retrieving the data. If both of these things are present, you should proceed to the next step.

Children