jcooper(User) don't access to case for case id
I have deployed the case manager project and triggered one instance of it. Then i was trying get case details using case management api but i was getting above error for every user i was trying.
User should have READ and UPDATE access for cases he is trying to access which we can check in EM console
Click on "Weblogic domain" -> SOA Domain
From top of SOA domain click on application policies
You can see following policies for Stakeholders you defined in case manager
But some time if we don't see these policies and get the error mentioned above(user don't have access)
It means we have update issue with system-jazn-data.xml file.
Sol:
It will solve you problem.
I have deployed the case manager project and triggered one instance of it. Then i was trying get case details using case management api but i was getting above error for every user i was trying.
User should have READ and UPDATE access for cases he is trying to access which we can check in EM console
Click on "Weblogic domain" -> SOA Domain
From top of SOA domain click on application policies
You can see following policies for Stakeholders you defined in case manager
But some time if we don't see these policies and get the error mentioned above(user don't have access)
It means we have update issue with system-jazn-data.xml file.
Sol:
Go to the following location of the file
Linux:
/oracle/fmwhome/user_projects/domains/dev_soa_osb/config/fmwconfig
Windows:
C:\Oracle\Middleware\user_projects\domains\bpm_domain\config\fmwconfig
Right click on the file system-jazn-data.xml and select properties and change permission from read-only to none
Linux
Go
to Permissions tab and change the permission for Group access and other access
to “None”It will solve you problem.