<div>Hi all and Thank you very much all for help and your suggestions so far ... :-) </div>
<div>&nbsp;</div>
<div>1. ODBC. Can you use ODBC on HPUX? We would&nbsp;prefer to connect via native mode, but will consider all options available once we've exhausted native mode db2.</div>
<div>&nbsp;</div>
<div>2. Peter/Bob: I checked over what the installation people did and we were missing $PH_USR/lib in our SHLIB_PATH. We've now added this and now the DME-E-YV./*W* SQL START DBE error (TEST) .. error is gone because it can now locate the 
<a href="http://d2dba.sl">d2dba.sl</a> shared library. Thanks for that...</div>
<div>&nbsp;</div>
<div>But (and there's always a but ;-)...)</div>
<div>&nbsp;</div>
<div>1. I re-compiled a simple dictionary with 2-3 sequential tables and 2-3 tables from the DB2 database</div>
<div>2. I go in quiz</div>
<div>3. I type SHOW FILES</div>
<div>3. At this point, my 3&nbsp;sequential &nbsp;tables are shown, then when it tries to&nbsp;open the DB2 database (to get metadata i presume), quiz hangs..</div>
<div>&nbsp;</div>
<div>By hanging, I mean it is still accepting input from stdin, but seems to be lost somewhere looking for something...Ctrl-D, Ctrl-Y, Ctrl-Anything does not kill it. Only closing reflections kills it.</div>
<div>&nbsp;</div>
<div>I am not sure how I can determine if we are using the 32-bit or 64-bit client. I have set SHLIB_PATH pointing&nbsp;to the </div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp; /opt/IBM/db2/V8.1/lib directory (NOT the lib64 directory)</div>
<div>&nbsp;</div>
<div>Questions:</div>
<div>&nbsp;</div>
<div>a) Bob, does PH support the 64-bit DB2, 32-bit DB2&nbsp;or both ?</div>
<div>&nbsp;</div>
<div>b) Peter: I changed to the $PH_USR/lib directory and typed:</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp; ld <a href="http://d2dba.sl">d2dba.sl</a></div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;And gor the following error</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp; ld: Can't open ../../../pahpux/bin//libcogudasql.sl</div>
<div>&nbsp; ld: No such file or directory.</div>
<div>&nbsp;</div>
<div>Sorry for the long winded e-mail, but figured more info would be best.</div>
<div>&nbsp;</div>
<div>Any ideas?</div>
<div>&nbsp;</div>
<div>We appreciate all your help.</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>&nbsp;</div>
<div>Jim</div>
<div><br><br>&nbsp;</div>
<div><span class="gmail_quote">On 3/29/06, <b class="gmail_sendername">Peter Bateman</b> &lt;<a href="mailto:pfbcs@hotmail.com">pfbcs@hotmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">&nbsp;&nbsp;Jim:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I think PowerHouse gives you the message,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;DMS-E-YV_LOADSGIFAILED, Unable to load the 'd2dba' gateway.&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;when it can't find db2dba or when it can't&nbsp;&nbsp;load the DB2 client.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Did you have any luck getting this to work?<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;My guess is that 64 bit DB2 client&nbsp;&nbsp;has been installed on your<br>server.<br>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The UNIX command 'ld' applied to db2dba may give you a clue<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;as to what it is looking for. Check 'man ld' for the syntax.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I would try a 32 bit client.<br><br><br><a href="http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0410evans/">
http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0410evans/</a><br><br>Regards,<br>Peter Bateman<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp; *Subject:* PH and DB2 on HPUX Problems<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp;Hi all,<br>&gt; &gt;<br>&gt; &gt; I am new to this list and I was wondering is anyone could help me out.
<br>&gt; &gt;<br>&gt; &gt; We are migrating from an HP3000 PH 8.19.C1/IMAGE/KSAM to PH on the 9000<br>&gt; &gt; version 8.43.D1<br>&gt; &gt;<br>&gt; &gt; We have also decided to go with DB2 as the back end database.<br>&gt; &gt;
<br>&gt; &gt; DB2 Version is: DB2/HP64 8.2.3<br>&gt; &gt;<br>&gt; &gt; We are getting the following error when we try to access a table in the<br>&gt; &gt; Database.<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp;*W* SQL START DBE error (TEST)
<br>&gt; &gt;<br>&gt; &gt; DMS-E-YV_LOADSGIFAILED, Unable to load the 'd2dba' gateway. Please<br>&gt;ensure<br>&gt; &gt; that<br>&gt; &gt;<br>&gt; &gt; the database software is configured correctly and is supported on this
<br>&gt; &gt; version<br>&gt; &gt;<br>&gt; &gt; of the operating system.<br>&gt; &gt;<br>&gt; &gt; This is the dictionary DATABASE statement in the PDL file.<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp;*Dictionary Statement:*<br>&gt; &gt;
<br>&gt; &gt;&nbsp;&nbsp;DATABASE TEST TYPE DB2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp;<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OPEN &quot;TESTA&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp;<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;USERID &quot;user&quot; PASSWORD &quot;password&quot;
<br>&gt; &gt;<br>&gt; &gt; Has anyone here come across this on the list?<br>&gt; &gt;<br>&gt; &gt; Does anyone have any suggestions on how we can solve this problem<br>&gt;connect<br>&gt; &gt; PH to the DB2 database?<br>&gt; &gt;
<br>&gt; &gt; Thank you all in advance and we look forward to your advice.<br>&gt; &gt;<br>&gt; &gt; Regatds,<br>&gt; &gt;<br>&gt; &gt; Jim<br>&gt; &gt;<br><br><br>&gt;--<br>&gt;= = = = = = = = = = = = = = = = = = = = = = = = = = = =
<br>&gt;Mailing list: <a href="mailto:powerh-l@lists.sowder.com">powerh-l@lists.sowder.com</a><br>&gt;Subscribe: &quot;subscribe&quot; in message body to <a href="mailto:powerh-l-request@lists.sowder.com">powerh-l-request@lists.sowder.com
</a><br>&gt;Unsubscribe: &quot;unsubscribe &lt;password&gt;&quot; in message body to<br>&gt;<a href="mailto:powerh-l-request@lists.sowder.com">powerh-l-request@lists.sowder.com</a><br>&gt;<a href="http://lists.sowder.com/mailman/listinfo/powerh-l">
http://lists.sowder.com/mailman/listinfo/powerh-l</a><br>&gt;This list is closed, thus to post to the list you must be a subscriber.<br><br>_________________________________________________________________<br>Take advantage of powerful junk e-mail filters built on patented Microsoft&reg;
<br>SmartScreen Technology.<br><a href="http://join.msn.com/?pgmarket=en-ca&amp;page=byoa/prem&amp;xAPID=1994&amp;DI=1034&amp;SU=http://hotmail.com/enca&amp;HL=Market_MSNIS_Taglines">http://join.msn.com/?pgmarket=en-ca&amp;page=byoa/prem&amp;xAPID=1994&amp;DI=1034&amp;SU=http://hotmail.com/enca&amp;HL=Market_MSNIS_Taglines
</a><br>Start enjoying all the benefits of MSN&reg; Premium right now and get the<br>first two months FREE*.<br><br>--<br>= = = = = = = = = = = = = = = = = = = = = = = = = = = =<br>Mailing list: <a href="mailto:powerh-l@lists.sowder.com">
powerh-l@lists.sowder.com</a><br>Subscribe: &quot;subscribe&quot; in message body to <a href="mailto:powerh-l-request@lists.sowder.com">powerh-l-request@lists.sowder.com</a><br>Unsubscribe: &quot;unsubscribe &lt;password&gt;&quot; in message body to 
<a href="mailto:powerh-l-request@lists.sowder.com">powerh-l-request@lists.sowder.com</a><br><a href="http://lists.sowder.com/mailman/listinfo/powerh-l">http://lists.sowder.com/mailman/listinfo/powerh-l</a><br>This list is closed, thus to post to the list you must be a subscriber.
<br></blockquote></div><br>