In this specific service module, every time we try to manage/refresh the dependencies, the list of dependencies would not load and just show us the message "an error has occurred". We've tried it on different computers and accounts but it still won't load. All other modules are working fine.
Thank you everyone. It's ok now. Turns out it was an error with a missing structure. I deleted the warning for it and it worked.
Hello Nathaniel
Have you changed or updated in the module's core details? As you mentioned this error is in specific module only it means in other it is working fine.
Can you try to create one module in same application and try to manage dependency? It may give some clue
Hello Manish,Thank you for replying. Other modules in the application works perfect. Manage dependency works on all of them, it's just this one service module.
Have you tried to recover the eSpace as it might be corrupted?
Open a Command Prompt (Run as Administrator) and run the following command:
After doing so its important to publish eSpace again as the corrupted one will disappear
normally it would be "C:\Program Files\OutSystems\Development Environment 11.0\Service Studio\ServiceStudio.exe" -recover "<path_to_oml_file>\<oml_file_name>.oml"this will force service studio to recover the eSpace and hopefully fix the broken parts.
Taken from here: https://www.outsystems.com/forums/discussion/40757/dependencies-dont-load/
One thing that solved for me was publishing an older version of the same module.You do it from service center or through service studio by clicking on Module>Open other Version... and then choose which older version you opt, and keep looking for the verison which will not introduce 'An error has occurred' while managing dependencies.
Note: you will lose updates not contained on the restored version. Grazie.