webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Isolation Level and lock Mode

    Posted Thu July 10, 2003 10:19 AM

    The method “SetIsolationLevel” can take one of the following values
    InoIsolationDefault = 1
    InoUnprotected = 2,
    InoShared = 3,
    InoProtected = 4,
    IsolationUncommittedDocument = 5,
    IsolationCommittedCommand = 6,
    IsolationStableCursor = 7,
    IsolationStableDocument = 8,
    IsolationSerializable = 9

    In previus version of Tamino, last five values didn’t exsit. What do they mean ?

    I have the same problem with “SetLockMode” and its possible paramaters.


    #API-Management
    #webMethods-Tamino-XML-Server-APIs
    #webMethods


  • 2.  RE: Isolation Level and lock Mode

    Posted Thu July 10, 2003 10:51 AM

    Tamino 4 introduced new locking strategies. They are described in the document Transactions Guide - this is listed under Special Topics on the main Tamino XML Server documentation page.


    #API-Management
    #webMethods
    #webMethods-Tamino-XML-Server-APIs


  • 3.  RE: Isolation Level and lock Mode

    Posted Thu July 10, 2003 11:23 AM

    I’ve already read transaction guide in Tamino 4.1.1.1 help, and only unprotected, shared and protected values are explain for isolation level. And there is not information about LockMode.
    It looks like Tamino 3 help !


    #webMethods-Tamino-XML-Server-APIs
    #API-Management
    #webMethods


  • 4.  RE: Isolation Level and lock Mode

    Posted Thu July 10, 2003 11:56 AM

    I have zipped up my Tamino 4.1.4 Transactions Guide doc. Hopefully that’s a bit better.
    transact.zip (66.3 KB)


    #webMethods
    #API-Management
    #webMethods-Tamino-XML-Server-APIs


  • 5.  RE: Isolation Level and lock Mode

    Posted Thu July 10, 2003 12:04 PM

    Thanks.
    We apologize for any inconvanince.


    #webMethods
    #API-Management
    #webMethods-Tamino-XML-Server-APIs


  • 6.  RE: Isolation Level and lock Mode

    Posted Thu July 10, 2003 01:29 PM