Reply To: Using a Quovadx thread to call Screen Rejuvenator

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Using a Quovadx thread to call Screen Rejuvenator Reply To: Using a Quovadx thread to call Screen Rejuvenator

#57591
John Harvey
Participant

    update:

    I ran the procedure through the testing tool and I got the following in return:

    Please Wait ……

    Command Issued: hcitpstest -r run -f nl -c sms_ib_data E:/quovadx/qdx5.2/integrator/test_tcl/exec/processes/sr_testing/data/tempdata.txt “UpdateChoices”

    Command output:

    >>>message=NWH 13 222-33-4444 “NILES,DEBORAH” 14 OAKWOOD AVENUE NULL STOUGHTON MA 2072 (781)341-5051 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL N

    [0:TEST] Tcl error:

    msgId = message0

    proc = ‘UpdateChoices’

    args = ”

    result = ‘invalid command name “::tcom::ref”‘

    errorInfo: ‘

    invalid command name “::tcom::ref”

       while executing

    “::tcom::ref createobject “ScnPool.ScnPool””

       (“run” arm line 17)

       invoked from within

    “switch -exact — $mode {

           start {

               # Perform special init functions

       package require tcom

    echo “startup”

           }

           run …”

       (procedure “UpdateChoices” line 6)

       invoked from within

    “UpdateChoices {MSGID message0} {CONTEXT sms_ib_data} {ARGS {}} {MODE run} {VERSION 3.0}”‘

    so part of the problem seems to be with “::tcom::ref”.  I have a book and I’m reading up on it, and I have the TCOM package installed on my PC, so I’m not sure why it’s not working at this point…