Hello everyone, I would like to know if anyone has done the Detach process.
We are now in the "Compiling and deploying web applications" step. While compiling the modules in the visual studio I am encountering an issue while compiling module UltimatePDF_Service. The following error appears during compilation:
The type or namespace name 'NssUltimatePDF_Service' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)
Steps Taken to Resolve: Verified that NssUltimatePDF_Service.dll is correctly referenced in the project. Tried manually adding the DLL reference in .NET, but the issue persists.
Request for Assistance: Could you please provide guidance on how to properly resolve this issue regardun NssUltimatePDF_Service?
This issue is blocking the compilation of my UltimatePDF_Service project, and I would appreciate your prompt assistance. Please let me know if any additional information is required.
Have you already detach the UltimatePDF ?
Hi @Toto ,
UltimatePDF has dependency of UltimatePDF Service. After compiled UltimatePDF Service only. I can go for UltimatePDF .
Sorry, so you have detached the UltimatePDF ?
No, We have not detached the UltimatePDF .
Can you try to detach them as one single unit and not separate them ?
Hi, @Toto
Okay, will try it. And i have another query regarding the timer and site properties
As we are in final step of detachment process, we need to make sure to clear some points. After all applications detached successfully, we will uninstalling the outsystem platform server. So we will lose the all outsystem services and components right?
Regarding Timers, Emails and Site properties i have some queries.
1. The Detached Schedular service (which is provided by outsystems with detach license) will keep continuing it service and take of the Timers and Emails even after uninstalling the outsystem platform server. Correct?
2. IF yes, if we want to run any timer manually after detachment, what is way to run the timer manually?
3. if we want to update any site property value, where it can be updated?
As we are in final step of detachment process, we need to make sure to clear some points. After all applications detached successfully, we will uninstalling the outsystem platform server. So we will lose the all outsystem services and components right? ==> yes, but I suggest that you detach earlier than the expired date, so you have time to do stabilization without losing Outsystems Component
1. The Detached Schedular service (which is provided by outsystems with detach license) will keep continuing it service and take of the Timers and Emails even after uninstalling the outsystem platform server. Correct? ==> yes, Outsystems will provide code for the timer function
2. IF yes, if we want to run any timer manually after detachment, what is way to run the timer manually? ==> you need to changed this in the database, you can check which table in this article (https://success.outsystems.com/documentation/11/reference/outsystems_language/processes/timer/)
3. if we want to update any site property value, where it can be updated? ==> I'm not using this on my previous detachment, but this should be able to change in the table, Outsystems table name is OSSYS_Site_Property
Thanks for the reply. 1st and 3rd point I'm clear now. for the 2nd question i referred to the documentation that you shared. I tried updating the NextRun Attribute in Cyclic_Job_Shared entity and checked. but the timer has not run at the time what we updated. Is anyother thing need to be updated?
Hi @Suriyakala - EONE ,
You need to change the Schedule, not the next_run
Please inform me after you tested this
Tried with changing of Schedule attribute also in the Entity Cyclic_Job_Shared. That is also not working. Or need to change the default schedule of the Meta_Cyclic_Job Entity? Maybe issue with detached schedular service?
Hi,
You can try to change the "schedule" in the Cyclic_Job_Shared and Meta_Cyclic_Job.
But can you revert the previous one, that you changed in the "NextRun" ?
Hello.I'm performing the OS detachment process and I'm having exactly the same problem identified in the origin of this post.I'm compiling UltimatePDF_Service and I'm getting the same errors.How can I fix this issue?
Thank you.