Hello,
While using Documentum Developer Edition,is below sequence for startup and restart/stop correct?
Starup Sequece:
---------------
database
docbroker
Docbases
Java Method Server
I found one note here that
"Try to start the java method server before than the docbase because it's possible that a java method get fired just after the docbase start. "
SO do we need to start Java Method Server before docbase?
Restart/stop Sequence:
-----------------
Java Method Server
Docbases
docbroker
database