[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference tincup::tima

Title:Worldwide TIMA Operations
Notice:See topics 2 & 3 for contact information
Moderator:TIMA4::GILBERT
Created:Mon May 03 1993
Last Modified:Fri May 09 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:450
Total number of notes:2208

400.0. "DECwindows/Motif TIMA revisited" by DEBUG::GALLO (Fast/Good/Cheap... Pick 2!) Wed Feb 14 1996 16:11

T.RTitleUserPersonal
Name
DateLines
400.1what about create/terminal ?HANSBC::BACHNERMouse not found. Click OK to continueTue Feb 20 1996 10:0131
400.2motif V1.2-4 needs tima to be relinked: patch kit neededHLFS00::ERIC_SEric Sonneveld MCS - B.O. IS HollandTue Feb 25 1997 11:49133
Is this the problem ?
    
    We're waiting a fix - in the form of patchkit to relink tima after the
    seps97 migration urgently as well.
    
    eric
           <<< EASE::DISK$TALAMH_RZ74:[NOTES$LIBRARY]SEPS97.NOTE;1 >>>
                                     -<  >-
================================================================================
Note 70.0  TIMA Problem -DECW$TERM_PORT Solved by relink with differ  No replies
45538::OTTEN "David Otten @REO - 830 3044"          119 lines   8-JAN-1997 11:46
--------------------------------------------------------------------------------
    Had a problem with TIMA Where decw$term_port service call wasn't
    working. - although the same program would work OK on a Decstep6
    platform, and all other decwindows programs except decterm appeared to
    work correctly.
    
    This is in the DECWINDOWS notesfile 5625.
    
    The solution is to link with decw$terminalshr12/share, instead of
    decw$terminalshr - That seems to work OK.
    
    
    {DECTERM-NOTES} DECW$TERM_PORT not working under Motif 1.2-4 ?
    
    
    ********************   CAUTION:  FOR INTERNAL USE ONLY  
    *********************
    *                                                                           
    *
    *      THIS INFORMATION IS FOR USE BY DIGITAL EQUIPMENT CORP. AND ITS       
    *
    *      EMPLOYEES ONLY.  PLEASE USE EXTREME CARE IF YOU MUST DISCUSS ANY     
    *
    *      PART OF THIS INFORMATION WITH ANYONE WHO IS NOT A DIGITAL
    EMPLOYEE.   *
    *                                                                           
    *
    ******************************************************************************
    
    ================================================================================
    Note 1853.0      DECW$TERM_PORT not working under Motif 1.2-4 ?      5
    replies
    MUNICH::STEFAN                                     43 lines 
    12-AUG-1996 08:04
    --------------------------------------------------------------------------------
    
    *** This is under discussion in notesfile ONTIME::DECTERM ***
    
    
     Hi,
        what is the trick ?
    
        DECW$TERM_PORT produces under OpenVMS 6.2, ( linked )Motif 1.2-4 (
    AXP/VAX )
        the following error :
    
        %RMS-F-DEV, error in device name or inappropriate device type for
    operation
    
        Linked under Motif 1.2-3 produces no error. The DECterminal
        is displayed without any problem ( for example on a Motif 1.2-4
        System )
    
        Should I open an IPMT or have I/customer done anything wrong ?
    
    
     Regards,
    
            Stefan
    
    PS: also in DECwindows Notes file 5625
    
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    
    $ EDIT CREATE_DECTERM.FOR
    
            PROGRAM TEST
            IMPLICIT NONE
            CHARACTER   DEVNAM*64
            INTEGER     DECW$TERM_PORT, IOSTAT
            INTEGER*2   DVNLGT
            IOSTAT  =   DECW$TERM_PORT(, , , DEVNAM, DVNLGT)
            TYPE *,IOSTAT
            CALL LIB$WAIT( 10.0 )
            END
    
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    
    $ FORT  CREATE_DECTERM.FOR
    $ LINK  CREATE_DECTERM,SYS$INPUT/OPTIONS
                    SYS$LIBRARY:DECW$XLIBSHR/SHARE
                    SYS$LIBRARY:DECW$TERMINALSHR/SHARE
    $ RUN   CREATE_DECTERM
    
    ================================================================================
    Note 1853.1      DECW$TERM_PORT not working under Motif 1.2-4 ?        
    1 of 5
    MUNICH::STEFAN                                     15 lines 
    14-AUG-1996 02:54
    --------------------------------------------------------------------------------
                       -< Sorry, I gave the wrong error message >-
    
    
     Sorry, I gave the wrong error message.
    
            The small test program does nothing for some minutes
            before displaying the following number :
    
                    47956082
    
      $ set message SYS$COMMON:[SYSMSG]DECW$TERMINALMSG.EXE;1
      $ write sys$output f$message(47956082)
            %DECW-E-TIMEOUT_CONTROL, Timeout waiting for DECterm
            controller to start
    
     Any idea ?
            Stefan
    
    ================================================================================
    Note 1853.2      DECW$TERM_PORT not working under Motif 1.2-4 ?        
    2 of 5
    MUNICH::STEFAN                                      4 lines 
    15-AUG-1996 03:52
    --------------------------------------------------------------------------------
    
    Hi,
        the solution is ( small trick ) to link with
        SYS$LIBRARY:DECW$TERMINALSHR12/SHARE
     Stefan
    

    
400.3VELI::KORKKOVeli K�rkk� @FNO, 879-5512Sun Mar 02 1997 10:039
        Some sort of resolution to the problem can be achieved via
        
        $ def/sys/exec decw$terminalshr sys$share:decw$terminalshr12.exe
        
        Might break other applications though.
             
        _veli