Hi,
I have a question about sission for BOF Documentum 6.5sp2
Why in BOF class when in my code like :
.................
2 try {
3 IdfSession session = getSession();
............// some business logic
10 } finally {
11 releaseSession(session);
12 }
In line 11 Failed exception:
com.documentum.fc.common.DfRuntimeException: [DFC_SESSION_HANDLE_RESTRICTION] "disconnect" not allowed through dynamic session handle
......................
.......................