[progress Communities] [progress Openedge Abl] Forum Post: Procedure Library Issue In...

  • Thread starter Thread starter Valeriy Bashkatov
  • Start date Start date
Status
Not open for further replies.
V

Valeriy Bashkatov

Guest
Hello, OpenEdge 11.5.1 64 bit Linux 64bit The client creates (for the first time) the standard (not memory-mapped) Procedure Library the size of which 5.4 GB. This library works with WebSpeed broker without error, but with AppServer the same library gives a strange error: P-002047 T-2642478880 1 AS -- px_session.p -- Could not find file . in database . (1494) P-002047 T-2642478880 1 AS -- (Procedure: 'ws_logout.p' Line:0) ws_logout.p Conflict in extent, datatype or undo status for global . (390) px_session.p, where error 1494, contains only this code: DEFINE INPUT PARAMETER iConnectInfo AS CHARACTER NO-UNDO. DEFINE OUTPUT PARAMETER oSessionID AS CHARACTER NO-UNDO. oSessionID = STRING(NEXT-VALUE(const-op-id)). But if to divide the library into two library with sizes 1.8GB and 3.6GB, AppServer then works with both without errors. Is there any ideas - what is the reason? It may be a defect because of large library? Regards, Valeriy

Continue reading...
 
Status
Not open for further replies.
Back
Top