<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dec term problem in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348981#M3171</link>
    <description>bp,&lt;BR /&gt;&lt;BR /&gt;The command executed when you click the decterm icon is something like&lt;BR /&gt;$ create/term/detach with some options.&lt;BR /&gt;&lt;BR /&gt;If you go into the subdirectory dt you find a file "errorlog." created by cde. Anything in it ? (or errorlog.old)&lt;BR /&gt;&lt;BR /&gt;If not, rename dt.dir to tdold.dir and see if it is cde setting related (undo rename afterwards).&lt;BR /&gt;&lt;BR /&gt;How about your quotas ? Since you only have the problem when defining extra logicals and symbols, increase e.g. jtquota.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Wim</description>
    <pubDate>Wed, 04 Aug 2004 09:48:56 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2004-08-04T09:48:56Z</dc:date>
    <item>
      <title>Dec term problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348969#M3159</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;i'm currently using Dec Windows interface under OpenVMS 7.3-2.&lt;BR /&gt;&lt;BR /&gt;My problem is :&lt;BR /&gt;When i invoke script "@orauser.com" in login.com file for user oracle, i can't opened any dec term windows&lt;BR /&gt;&lt;BR /&gt;What's the problem ? there's no "set term" function in that script... what kind of function cause problem ?&lt;BR /&gt;&lt;BR /&gt;(sorry for my poor english)&lt;BR /&gt;&lt;BR /&gt;thanks in advance for all&lt;BR /&gt;philippe</description>
      <pubDate>Wed, 04 Aug 2004 04:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348969#M3159</guid>
      <dc:creator>berlioz</dc:creator>
      <dc:date>2004-08-04T04:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dec term problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348970#M3160</link>
      <description>Hi Philippe,&lt;BR /&gt;when you invoce script @orauser?&lt;BR /&gt;LOGIN.COM is executed after user is logged into system, so I guess DecWindows is already active.&lt;BR /&gt;If script is executed by batch or detached process, I guess you can't open a new windows.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2004 04:51:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348970#M3160</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-08-04T04:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dec term problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348971#M3161</link>
      <description>Can you post this orauser.com file ?&lt;BR /&gt;&lt;BR /&gt;What does it do ?&lt;BR /&gt;&lt;BR /&gt;Does it exit, or wait for something ?&lt;BR /&gt;&lt;BR /&gt;Try a&lt;BR /&gt;$ ! 'f$ver(1)&lt;BR /&gt;$ set watch file/class=major&lt;BR /&gt;before calling orauser&lt;BR /&gt;&lt;BR /&gt;$ set watch file/class=none &lt;BR /&gt;to suppress this verbosity &lt;BR /&gt;&lt;BR /&gt;:-)</description>
      <pubDate>Wed, 04 Aug 2004 04:53:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348971#M3161</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-08-04T04:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dec term problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348972#M3162</link>
      <description>Antoniov,&lt;BR /&gt;&lt;BR /&gt;ORAUSER.COM sets up the environment to work with Oracle. Normally, it just defines a few logicals and symbols.&lt;BR /&gt;&lt;BR /&gt;Philippe,&lt;BR /&gt;&lt;BR /&gt;what do you get when you issue&lt;BR /&gt;$ SHOW DISPLAY&lt;BR /&gt;and&lt;BR /&gt;$ CREATE /TERMINAL&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Wed, 04 Aug 2004 05:07:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348972#M3162</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2004-08-04T05:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dec term problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348973#M3163</link>
      <description>orauser.com script is used to set up oracle environnement and is necessary for such an user.&lt;BR /&gt;&lt;BR /&gt;Is there an other way to invoke that script in some login file (login.com or decw$login.com) ?&lt;BR /&gt;somethink like : run/detach/output='display' orauser.com ?&lt;BR /&gt;&lt;BR /&gt;what can i do ?&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2004 05:09:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348973#M3163</guid>
      <dc:creator>berlioz</dc:creator>
      <dc:date>2004-08-04T05:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dec term problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348974#M3164</link>
      <description>martin,&lt;BR /&gt;&lt;BR /&gt;show display normally print display characteristics (device,node,transport) and create/terminal opened a new dec term windows</description>
      <pubDate>Wed, 04 Aug 2004 05:20:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348974#M3164</guid>
      <dc:creator>berlioz</dc:creator>
      <dc:date>2004-08-04T05:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dec term problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348975#M3165</link>
      <description>Try putting "set noon" before the "@".&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 04 Aug 2004 05:28:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348975#M3165</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-08-04T05:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dec term problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348976#M3166</link>
      <description>wim&lt;BR /&gt;&lt;BR /&gt;sorry but... nothing changes&lt;BR /&gt;&lt;BR /&gt;A question :&lt;BR /&gt;what command is invoke when clinking on decterm icon from decw menu task ? what script is invoking ?</description>
      <pubDate>Wed, 04 Aug 2004 05:39:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348976#M3166</guid>
      <dc:creator>berlioz</dc:creator>
      <dc:date>2004-08-04T05:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dec term problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348977#M3167</link>
      <description>labadie,&lt;BR /&gt;&lt;BR /&gt;when trying your solution, logging is impossible.&lt;BR /&gt;&lt;BR /&gt;i've no decw interface... only a gray backgroud... what could i do ?</description>
      <pubDate>Wed, 04 Aug 2004 06:47:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348977#M3167</guid>
      <dc:creator>berlioz</dc:creator>
      <dc:date>2004-08-04T06:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dec term problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348978#M3168</link>
      <description>it was not intented to allow logging, but only to see what happens, the last command, and may be understand why it fails.</description>
      <pubDate>Wed, 04 Aug 2004 07:14:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348978#M3168</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-08-04T07:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dec term problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348979#M3169</link>
      <description>&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;I've no decw interface... only a gray backgroud... what could i do ?&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Log in by some other means (e.g. SET HOST or TELNET), repair the login file, and issue&lt;BR /&gt;&lt;BR /&gt;@SYS$MANAGER:DECW$STARTUP RESTART&lt;BR /&gt;&lt;BR /&gt;Re: the commands I suggested&lt;BR /&gt;&lt;BR /&gt;I know what they do. What I wanted to know is what their output is when you enter them. If you can't (because you don't have a DECterm), log in by some other means, and enter&lt;BR /&gt;&lt;BR /&gt;$ SET DISPLAY/TRANSPORT=LOCAL&lt;BR /&gt;$ CREATE /TERMINAL&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2004 07:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348979#M3169</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2004-08-04T07:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dec term problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348980#M3170</link>
      <description>Sorry martin...&lt;BR /&gt;&lt;BR /&gt;show display : device WSA7:[super], node 0, transport local, server 0, node 0&lt;BR /&gt;&lt;BR /&gt;create/terminal just opened a new decterm&lt;BR /&gt;&lt;BR /&gt;Precision : i'm using the new interface CDE&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2004 08:04:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348980#M3170</guid>
      <dc:creator>berlioz</dc:creator>
      <dc:date>2004-08-04T08:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dec term problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348981#M3171</link>
      <description>bp,&lt;BR /&gt;&lt;BR /&gt;The command executed when you click the decterm icon is something like&lt;BR /&gt;$ create/term/detach with some options.&lt;BR /&gt;&lt;BR /&gt;If you go into the subdirectory dt you find a file "errorlog." created by cde. Anything in it ? (or errorlog.old)&lt;BR /&gt;&lt;BR /&gt;If not, rename dt.dir to tdold.dir and see if it is cde setting related (undo rename afterwards).&lt;BR /&gt;&lt;BR /&gt;How about your quotas ? Since you only have the problem when defining extra logicals and symbols, increase e.g. jtquota.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 04 Aug 2004 09:48:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348981#M3171</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-08-04T09:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dec term problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348982#M3172</link>
      <description>philippe,&lt;BR /&gt;&lt;BR /&gt;  It sounds to me like you're executing orauser.com unconditionally in your LOGIN.COM. I suspect you should only execute it for interactive logins. It's extremely unlikely that it needs to be executed for the process running your session &amp;amp; window managers.&lt;BR /&gt;&lt;BR /&gt;  Try modifying your LOGIN.COM to have multiple branches for different mode processes and place orauser.com only in the INTERACTIVE branch:&lt;BR /&gt;&lt;BR /&gt;template LOGIN.COM&lt;BR /&gt;&lt;BR /&gt;$! Stuff for all modes goes here&lt;BR /&gt;$&lt;BR /&gt;$ GOTO DO_'F$MODE()&lt;BR /&gt;$!   shouldn't get here&lt;BR /&gt;$ EXIT&lt;BR /&gt;$&lt;BR /&gt;$ DO_NETWORK:&lt;BR /&gt;$!   stuff for network jobs&lt;BR /&gt;$ EXIT&lt;BR /&gt;$ &lt;BR /&gt;$ DO_BATCH:&lt;BR /&gt;$!   stuff got batch jobs&lt;BR /&gt;$ EXIT&lt;BR /&gt;$&lt;BR /&gt;$ DO_OTHER:&lt;BR /&gt;$!   stuff for other jobs&lt;BR /&gt;$ EXIT&lt;BR /&gt;$&lt;BR /&gt;$ DO_INTERACTIVE:&lt;BR /&gt;$!   stuff for interactive jobs&lt;BR /&gt;$ EXIT</description>
      <pubDate>Wed, 04 Aug 2004 17:26:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348982#M3172</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2004-08-04T17:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dec term problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348983#M3173</link>
      <description>John's reply reminded me of something:&lt;BR /&gt;For some time now, we have the following snippet of code in all our SYLOGIN files:&lt;BR /&gt;&lt;BR /&gt;$ mode = f$mode()&lt;BR /&gt;$ tt_devname = f$trnlnm("TT")&lt;BR /&gt;$ session_mgr_login = (mode .eqs. "INTERACTIVE") .and.  -&lt;BR /&gt;    (f$locate("WSA",tt_devname) .ne. f$len(tt_devname))&lt;BR /&gt;$ session_detached_process = (mode .eqs. "INTERACTIVE") .and. -&lt;BR /&gt;    (f$locate("MBA",tt_devname) .ne. f$len(tt_devname))&lt;BR /&gt;$! &lt;BR /&gt;$ if (mode .eqs. "INTERACTIVE") .and. .not. -&lt;BR /&gt;     (session_mgr_login .or. session_detached_process)&lt;BR /&gt;$ then&lt;BR /&gt;$  ! ...REAL interactive stuff, e.g.&lt;BR /&gt;$  SET TERMINAL /INQUIRE /INSERT&lt;BR /&gt;$ endif&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Martin&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Aug 2004 01:41:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348983#M3173</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2004-08-05T01:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dec term problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348984#M3174</link>
      <description>Martin,&lt;BR /&gt;&lt;BR /&gt;We find our real interactive processes with&lt;BR /&gt;$ if f$getdvi("TT","TRM") .and. f$mode() .eqs. "INTERACTIVE"&lt;BR /&gt;$ then&lt;BR /&gt;$! real interactive&lt;BR /&gt;$ endif&lt;BR /&gt;&lt;BR /&gt;Is your version better ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 05 Aug 2004 02:01:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348984#M3174</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-08-05T02:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dec term problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348985#M3175</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;You are rigth that some commands must be executed only for interactive (or some other) mode. But orauser.com defines the logical names and symbols needed to interact with Oracle database and you need to interact with the database in all modes. So I think that must be executed unconditionally.&lt;BR /&gt;&lt;BR /&gt;Philippe,&lt;BR /&gt;&lt;BR /&gt;I sugest you that you try to see which symbols and logical names are different after executing the orauser.com. You can do that with a set of commands like this:&lt;BR /&gt;&lt;BR /&gt;$ DEFINE SYS$OUTPUT BEFORE.TXT&lt;BR /&gt;$ SHOW SYMBOL/GLOBAL/ALL&lt;BR /&gt;$ SHOW LOGICAL&lt;BR /&gt;$ DEASSIGN SYS$OUTPUT&lt;BR /&gt;$ @ORAUSER.COM&lt;BR /&gt;$ DEFINE SYS$OUTPUT AFTER.TXT&lt;BR /&gt;$ SHOW SYMBOL/GLOBAL/ALL&lt;BR /&gt;$ SHOW LOGICAL&lt;BR /&gt;$ DEASSIGN SYS$OUTPUT&lt;BR /&gt;$ DIFFERENCES BEFORE.TXT AFTER.TXT&lt;BR /&gt;&lt;BR /&gt;Now you can see which symmbols and logicals are defined or changed.&lt;BR /&gt;&lt;BR /&gt;Bojan&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Aug 2004 02:26:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348985#M3175</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2004-08-05T02:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dec term problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348986#M3176</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;I think I got the code from some DECwindows cookbook (which explains the restriction to WS and MB devices).&lt;BR /&gt;&lt;BR /&gt;I didn't know about the TRM item (as I always look at $GETDVI straight ahead ;-)&lt;BR /&gt;&lt;BR /&gt;It seems that your code is more general. Thanks for the pointer.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Aug 2004 03:11:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348986#M3176</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2004-08-05T03:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dec term problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348987#M3177</link>
      <description>We have noticed a bug in the New Desktop login that if the login.com exits the login can fail and the login box not be restarted.&lt;BR /&gt;&lt;BR /&gt;If that is what you are seeing you should see the errors from running the login.com in your DECW$SM.LOG file. If you have no access after the login then to access the file, reboot, login with the /NOCOMM qualifier, and look at DECW$SM.LOG;-1.&lt;BR /&gt;&lt;BR /&gt;You may want to add a SET VERIFY to the login.com&lt;BR /&gt;&lt;BR /&gt;The two cases we have had reported of problems were:&lt;BR /&gt;&lt;BR /&gt;1.  Where the LOGIN.COM exitted with a severe error state.&lt;BR /&gt;2.  Where the LOGIN.COM included a SET DISPLAY command.&lt;BR /&gt;&lt;BR /&gt;Another thing to try is to select on the login box to login as a DECwindows session rather than a New Desktop session.&lt;BR /&gt;&lt;BR /&gt;If I am misunderstanding your problem and the issue is that you have been able to login and obtain a front panel but can't start a DECterm then start the Application Manager and from the New Desktop Tools start Watch Errors. Then try and start a DECterm and see if any errors are reported.&lt;BR /&gt;&lt;BR /&gt;Martin Kirby&lt;BR /&gt;Sometims DECwindows maintainer&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Aug 2004 04:03:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348987#M3177</guid>
      <dc:creator>Martin Kirby</dc:creator>
      <dc:date>2004-08-05T04:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dec term problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348988#M3178</link>
      <description>Martin,&lt;BR /&gt;&lt;BR /&gt;This is a feature, not a bug. And create/term worked.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 05 Aug 2004 04:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-term-problem/m-p/3348988#M3178</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-08-05T04:16:40Z</dc:date>
    </item>
  </channel>
</rss>

