Taking out my frustration at being unable to solve _my_ problems I went looking around for this. Complicated by the new-and-improved support website at CA being locked down to registered email addresses (thank you Google cached pages!)

You are wanting to research Ingres vnodes aka virtual nodes. In the cited syntax DBI:Ingres:thatnode::thisdb it is 'thatnode' which is the vnode name. Whenever you want to reference a remote database you add the vnode name to the database name to form "vnode::dbname" ala DBI:Ingres:vnode::thatdb.

Hopefully mentioning 'vnode' was enough to jog your memory. All the information about how to access the remote database is somehow associated with a name when you create a vnode using that name.

If not sufficiently jogged you'll need to wander around trying to find information about your local utility program that creates new vnode definitions. I've seen mentions of a 'netu.exe' on Windows (perhaps the utility for an older version?) and a 'netutil' utility elsewhere. I've also seen references to a 'VisualDBA'. These are supposed to allow you to create a new vnode name and supply information describing the remote server.

Google searchs on "Ingres vnode netutil create" and the like may find you more clues. I found at least one user utility manual at ftp://ftp.ca.com/CAproducts/ingres/docs/Ingres_20/net.pdf with docs for other versions found under ftp://ftp.ca.com/CAproducts/ingres/docs/
Good luck!


In reply to Re: DBI Host question by shenme
in thread DBI Host question by mlhmich

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.