IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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
Expand all | Collapse all

TAdministrationAccessor

  • 1.  TAdministrationAccessor

    Posted Wed September 10, 2003 04:11 PM

    Hello.

    Looking for details / syntax of administrative commands that is acceptable to this class. Javadoc gives one example “ino:RecreateIndex(myCollection,Mydoctype)”.

    In short, looking to dynamically creating, manipulating and deleting schemas & entire xml database from within code.

    Anyone who could point to documentation?


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


  • 2.  RE: TAdministrationAccessor

    Posted Thu September 11, 2003 12:56 PM

    I think the TAdministrationAccessor can be used to execute any of the X-Machine _admin command functions which are described in the Tamino XML Server documentation under the headings:
    Tamino Server;X-Machine Programming; Requests using X-Machine Commands; _admin. These functions include:


    • ino:CancelMassLoad
    • ino:ChangeUserPassword
    • ino:DisplayIndex
    • ino:RecreateIndex
    • ino:RecreateTextIndex
    • ino:RepairIndex

    To define and undefine schemas you can use the TSchemaDefinition3Accessor interface.

    Hope this helps.


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