<?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: JDBC FOR RDB 7.1.1 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/jdbc-for-rdb-7-1-1/m-p/3363266#M3490</link>
    <description>&lt;BR /&gt;Hey,&lt;BR /&gt;&lt;BR /&gt;Were you ever able to run that??&lt;BR /&gt;&lt;BR /&gt;I am trying to develop the same application.&lt;BR /&gt;&lt;BR /&gt;Connecting JDBC to APLHA.&lt;BR /&gt;&lt;BR /&gt;Any luck?</description>
    <pubDate>Thu, 07 Oct 2004 14:46:46 GMT</pubDate>
    <dc:creator>nycdata</dc:creator>
    <dc:date>2004-10-07T14:46:46Z</dc:date>
    <item>
      <title>JDBC FOR RDB 7.1.1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/jdbc-for-rdb-7-1-1/m-p/3363263#M3487</link>
      <description>I have a problem, I need install JDBC FOR RDB (7.1.1) in OPEN VMS 7.3.2, but display this error:&lt;BR /&gt;&lt;BR /&gt;ORCL VMS RDBJDBC71 V7.1-21B432: Oracle Rdb JDBC for OpenVMS&lt;BR /&gt;&lt;BR /&gt;    Copyright © 1995, 2003, Oracle Corporation.  All Rights Reserved.&lt;BR /&gt;&lt;BR /&gt;* This product does not have any configuration options.&lt;BR /&gt;&lt;BR /&gt;Execution phase starting ...&lt;BR /&gt;&lt;BR /&gt;The following product will be installed to destination:&lt;BR /&gt;    ORCL VMS RDBJDBC71 V7.1-21B432         DISK$ALPHAES45SYS:[VMS$COMMON.]&lt;BR /&gt;&lt;BR /&gt;This product requires JAVA141 V1.4-11 or later&lt;BR /&gt;&lt;BR /&gt;Portion done: 0%&lt;BR /&gt;%PCSI-E-S_OPFAIL, operation failed&lt;BR /&gt;%PCSIUI-E-ABORT, operation terminated due to an unrecoverable error condition&lt;BR /&gt;&lt;BR /&gt;but, I have installed SDK 1.4.2, why this error?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 23 Aug 2004 12:35:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/jdbc-for-rdb-7-1-1/m-p/3363263#M3487</guid>
      <dc:creator>sag_2</dc:creator>
      <dc:date>2004-08-23T12:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC FOR RDB 7.1.1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/jdbc-for-rdb-7-1-1/m-p/3363264#M3488</link>
      <description>sag,&lt;BR /&gt;&lt;BR /&gt;  What does PRODUCT SHOW PRODUCT JAVA* say?&lt;BR /&gt;&lt;BR /&gt; If it shows JAVA141 or JAVA142, you should report this error to the owners of the JDBC kit - Oracle Corporation.</description>
      <pubDate>Mon, 23 Aug 2004 16:15:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/jdbc-for-rdb-7-1-1/m-p/3363264#M3488</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2004-08-23T16:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC FOR RDB 7.1.1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/jdbc-for-rdb-7-1-1/m-p/3363265#M3489</link>
      <description>be sure to have setup the USER environment for JAVA 1.4.2: As specified in the manual found at &lt;A href="http://h18012.www1.hp.com/java/documentation/1.4.2/ovms/docs/user_guide.html#setjavaen" target="_blank"&gt;http://h18012.www1.hp.com/java/documentation/1.4.2/ovms/docs/user_guide.html#setjavaen&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Setting Up the Java Environment&lt;BR /&gt;You select which VM to use when you set up your Java environment. &lt;BR /&gt;&lt;BR /&gt;Note: For simplicity, this document assumes you installed the SDK using the default location and therefore references SYS$COMMON:[JAVA$14x] throughout the text. However, if you specified a destination and installed the kit in that alternate location, substitute that location for the default while reading this document.&lt;BR /&gt;&lt;BR /&gt;To set up your environment, use one of the following two commands:&lt;BR /&gt;&lt;BR /&gt;alpha only $ @SYS$COMMON:[JAVA$14x.COM]JAVA$14x_SETUP FAST ! Use the Fast VM &lt;BR /&gt;$ @SYS$COMMON:[JAVA$14x.COM]JAVA$14x_SETUP ! Use the Classic VM&lt;BR /&gt;&lt;BR /&gt;where x is the specific version number of the release you are using.&lt;BR /&gt;&lt;BR /&gt;If you did this, follow suggestion by previous replier.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Willem&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Aug 2004 04:29:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/jdbc-for-rdb-7-1-1/m-p/3363265#M3489</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-08-24T04:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC FOR RDB 7.1.1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/jdbc-for-rdb-7-1-1/m-p/3363266#M3490</link>
      <description>&lt;BR /&gt;Hey,&lt;BR /&gt;&lt;BR /&gt;Were you ever able to run that??&lt;BR /&gt;&lt;BR /&gt;I am trying to develop the same application.&lt;BR /&gt;&lt;BR /&gt;Connecting JDBC to APLHA.&lt;BR /&gt;&lt;BR /&gt;Any luck?</description>
      <pubDate>Thu, 07 Oct 2004 14:46:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/jdbc-for-rdb-7-1-1/m-p/3363266#M3490</guid>
      <dc:creator>nycdata</dc:creator>
      <dc:date>2004-10-07T14:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC FOR RDB 7.1.1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/jdbc-for-rdb-7-1-1/m-p/3363267#M3491</link>
      <description>I use Oracle Rdb 7.1.x, Rdbjava (Thin- aund native Driver), latest Java SDK 1.4.2, apache 1.3.2x and tomcat on VMS 7.3-2, without any problems&lt;BR /&gt;&lt;BR /&gt;Make sure that you did the java-startup before installing anything, so that all required symbols and logicals are set.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Dieter</description>
      <pubDate>Fri, 08 Oct 2004 01:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/jdbc-for-rdb-7-1-1/m-p/3363267#M3491</guid>
      <dc:creator>Dieter Rossbach</dc:creator>
      <dc:date>2004-10-08T01:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC FOR RDB 7.1.1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/jdbc-for-rdb-7-1-1/m-p/3363268#M3492</link>
      <description>and make sure your process quotas are big enough - they have to be surprisingly high for processes using this java stuff.</description>
      <pubDate>Fri, 08 Oct 2004 03:26:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/jdbc-for-rdb-7-1-1/m-p/3363268#M3492</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-10-08T03:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC FOR RDB 7.1.1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/jdbc-for-rdb-7-1-1/m-p/3363269#M3493</link>
      <description>Yes, the quotas! I run rdbthinsrv as a detached process and it took me a bit of work until i got all the quotas right for my application.&lt;BR /&gt;&lt;BR /&gt;D.</description>
      <pubDate>Fri, 08 Oct 2004 06:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/jdbc-for-rdb-7-1-1/m-p/3363269#M3493</guid>
      <dc:creator>Dieter Rossbach</dc:creator>
      <dc:date>2004-10-08T06:01:25Z</dc:date>
    </item>
  </channel>
</rss>

