Cannot Add Data Structure to Project, and Removing it Throws an Error?
Greetings,
I created a new data structure but cannot add it to my project. I had created the structure before then deleted it, then recreated it under the same name. However, when I try to add the recreated data structure to the project, I don't see and action to add it. I can try to remove it from the project, but an error gets thrown along the lines of Error calling service method 'GetClientRemovedResources'
How can I add this data structure to my project?
Comments
-
Hello!
Please note that the provide solution to this issue involves running a delete query to the database. For this reason, before running the below actions, we strongly suggest making a DB backup.
You issue can be resolved by performing a few actions:
1. Run the query:
select * from module_resource
where module_name= '<yourprojectname>' and entity_name = '<yourdatastructurename>'
2. If the query returns the results you are looking for (your data structure), you'll then run the delete query below on that same resource to remove it from the project
delete * from module_resource
where module_name= '<yourprojectname>' and entity_name = '<yourdatastructurename>'
3. Restart the Decisions Services
This should give you the option to add the data structure to a project again. We hope this helps!
-Gregory, Decisions Support
Howdy, Stranger!
Categories
- 4.3K All Categories
- 69 General
- 11 Training
- 205 Installation / Setup
- 1.1K Flows
- 108 Rules
- 265 Administration
- 212 Portal
- 495 General Q & A
- 704 Forms
- 335 Reports
- 3 Designer Extensions
- 47 Example Flows
- 56 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 182 Pages
- 5 Process Mining
- New Features
- 181 Datastructures
- 69 Repository
- 227 Integrations
- 28 Multi-Tenant
- 27 SDK
- 81 Modules
- 57 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 112 Lunch And Learn Questions