Ingres Community Forums Login Register Ingres.com  

Ingres Community Forum



Reply
 
LinkBack Thread Tools Display Modes
Old 2010-03-09   #1 (permalink)
Martin Bowes
Guest
 
Posts: n/a
Default [Info-Ingres] IINODE_name format

Hi All,



Where can I find a structure which describes the IINODE_name file?



IILOGIN_name would also be handy.



Martin Bowes


  Reply With Quote
Old 2010-03-09   #2 (permalink)
Ingres Community
 
Join Date: Mar 2007
Posts: 122
Default

Hi Marty

char ingFilenameFmt[2][20] = { "IILOGIN_%s", "IINODE_%s" };
reference in common/gcf/util/iicvtgcn.c

#define USE_IINODE_FILE 1
#define USE_IILOGIN_FILE 2
reference in common/odbc/driver/connect.c

You might be able to find the structure from there.

Cheers

Alex
hanal04 is offline   Reply With Quote
Old 2010-03-09   #3 (permalink)
Ingres Corp
 
Join Date: Nov 2007
Posts: 26
Default

The record structure of Name Server data files is defined in common/gcf/hdr/gcnint.h

Please note that the only 'supported' way of accessing the Name Server data files is via the Name Server using utilities like iinamu, netu and netutil or for applications issuing queries via OpenAPI. There is also a utility, nqfile, which can directly dump the contents of the data files.
thogo01 is offline   Reply With Quote

Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


© 2009 Ingres Corporation. All Rights Reserved