Hi All,
we have a requirement to perform lifecycle operation when method server is down, as per the documentation method server has to be up for any lifecycle operation , is there anyway to remove method server dependency
Regards,
Saurabh
I guess you can achive it by creating a dmbasic method.
i dont want any piece of code to be execited by method server, is there any solution?
Message was edited by: saurabh jain
I guess you can deploy it as a server method, then it will not be executed by method server
There are three execution agents.
1.dmbasic method server
2.Java method server
3.Content Server
If you don't want to use method server use Content Server. Content Server can execute Docbasic scripts or programs in any language.But for better performance you should execute methods on method server not on Content Server.
If you do not set the method’s use_method_server property to TRUE to direct the execution to the method server or Java method server the Content Srever will execute the method.I guess that is what you are looking for.
For more information read documentum administration guide "Methods and Jobs" chapter.
Hope that helps.