Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Book 4-Appendices - <b>nnetdistts()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETDISTTS()
 Turns off the Transaction Tracking System (TTS)
------------------------------------------------------------------------------
 Syntax

     NNETDISTTS([<cServer>|<nConId>]) --> lSuccess

     Netware: 2.2 and 3.11

 Arguments

     <cServer>  Designates the name of the file server used.  Your
     workstation must be attached to <cServer>.

     <nConId> Designates the connection ID of your workstation on
     <cServer>.

 Returns

     NNETDISTTS() returns .T. if the TTS of the specified file server has
     been turned off successfully.  If an error occurs (for example,
     insufficient rights), the function returns .F..

 Description

     NOVELL NET DISABLE TRANSACTION TRACKING SYSTEM
     NNETDISTTS() allows you to temporarily turn off the TTS on a file
     server.  Console rights are required to turn off the TTS with
     NNETDISTTS().

 Example

     Turn off the TTS on the default server:

     IF NNETDISTTS()
        ? 'TTS turned off successfully!'
     ELSE
        ? 'Error!
     ENDIF

See Also: NNETENTTS() NNETISTTS()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson