Question
Coforge BPM
US
Last activity: 13 Dec 2018 9:57 EST
USING_PAGE_ERR:Using page was not found. Please try again.
In my application, it creates Default WorkGroups and WorkBaskets in activities. Once I finish running tests, I try to delete the created groups and baskets but I get an error saying "USING_PAGE_ERR:Using page was not found. Please try again. " Others are able to delete them but I am not. Any ideas?
***Edited by Moderator Marissa to update platform capability tags****
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
BPM Company
NL
Today I resolved the issue.
It turned out that our Tomcat was activated on 2 different ports - 80 (default) and 8080. I used default one and I've seen the error message, my colleague - 8080 and he could easily remove rules.
So you might try 2 options:
1. Try port 8080 - http://<your domain>:8080/prweb
2. Or use activity WBDelete with pzinskey of your rule you want to delete.
BPM Company
NL
I have the same issue with flows.
Did you resolve the issue?
-
Mahesh Kharde
Coforge BPM
US
I have not. I have spoken to SSA's and LSA's at my company and no one seems to know what is wrong.
-
Sandeep Valluri
Pegasystems Inc.
IN
Hi,
What APIs are using to create and delete the rules?
Coforge BPM
US
I am not using any API's. It is an application that is creating the workgroups and workbaskets on the same server. I am running an activity for each item and setting the required defaults. It will create the items no problem. I just cant delete them. Others can but I can't.
Accepted Solution
BPM Company
NL
Today I resolved the issue.
It turned out that our Tomcat was activated on 2 different ports - 80 (default) and 8080. I used default one and I've seen the error message, my colleague - 8080 and he could easily remove rules.
So you might try 2 options:
1. Try port 8080 - http://<your domain>:8080/prweb
2. Or use activity WBDelete with pzinskey of your rule you want to delete.
Coforge BPM
US
So it was discovered what happened. Another member on my team was trying to customize the manager portal and inadvertently deleted the delete tab, in the section editor. As such, it ended up deleting the functionality of the buttons that call that particular rule, IE WorkGroup and WorkBasket.
This issue has now been resolved.