This is a discussion on My first time... within the Informix forums, part of the Database Server Software category; --> Hi, I´m trying to run Informix Server 7.31 on a Solaris (5.7) machine but i found a little problem... ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I´m trying to run Informix Server 7.31 on a Solaris (5.7) machine but i found a little problem... When I run it in "shared memory" mode I have no problem but when I try to run it using NIX socket I catch this message: "oninit: Fatal error in initializing ASF with 'ASF_INIT_DATA' flags: asfcode='25507'" I have been searching this error code but I only find that this message is related to SERVERNAMEALIAS... I also have read some documents about intalling process and I think I´m following the right steps... Or not? Thanks!! -- Posted via http://dbforums.com |
| |||
| Under Solaris you need to use ontlitcp not onsoctcp pedrin wrote: > > Hi, I´m trying to run Informix Server 7.31 on a Solaris (5.7) machine > but i found a little problem... > When I run it in "shared memory" mode I have no problem but when I try > to run it using NIX socket I catch this message: > > "oninit: Fatal error in initializing ASF with 'ASF_INIT_DATA' flags: > asfcode='25507'" > > I have been searching this error code but I only find that this message > is related to SERVERNAMEALIAS... > I also have read some documents about intalling process and I think I´m > following the right steps... Or not? > Thanks!! > > -- > Posted via http://dbforums.com -- Paul Watson # Oninit Ltd # Growing old is mandatory Tel: +44 1436 672201 # Growing up is optional Fax: +44 1436 678693 # Mob: +44 7818 003457 # www.oninit.com # |
| |||
| Ok with ontlitcp, but if I want to make a connection from a client installed on a Windows machine to the server installed on the Solaris machine, is still valid this nettype? -- Posted via http://dbforums.com |
| |||
| You connect via tcp, the NT end uses sockets and the Solaris end uses tli - it's all do with the ISO OSI model, tli/soc are Application Layer (??) but the underlying network layer is tcp in both cases. pedrin wrote: > > Ok with ontlitcp, but if I want to make a connection from a client > installed on a Windows machine to the server installed on the Solaris > machine, is still valid this nettype? > > -- > Posted via http://dbforums.com -- Paul Watson # Oninit Ltd # Growing old is mandatory Tel: +44 1436 672201 # Growing up is optional Fax: +44 1436 678693 # Mob: +44 7818 003457 # www.oninit.com # |
| |||
| Ok, Paul, many thanks, i´ll try the way you tell me. Sometimes, i´m a little stupid, so excuse me if i wrote you again to ask for some more advice. Thanks again friend!! -- Posted via http://dbforums.com |
| ||||
| pedrin wrote: > Ok, Paul, many thanks, i´ll try the way you tell me. Sometimes, i´m a > little stupid, so excuse me if i wrote you again to ask for some more > advice. Thanks again friend!! Ehhhh don't worry about it. There's too much to learn in this game. That little subject is confussing, but as Paul pointed out, TLI vs. SOC are internal API implementations that are irrelevant to what happens on the network wire. (Berkely) Sockets are an earlier defacto standard for implementing networking using TCP, UDP and friends. TLI came into existence when a standards committee got together and decided to formalise everything. Apparently they are mildly different for the programmer, but I've never seen a difference that means anything in my modest efforts at little network programming tasks. -- I have a simple philosophy that gets me through life: Never buy cheap toilet paper. Learn to know what is important, and what is not important. - Replies directly to this message will go to an account that may not be checked for a week or two. For more timely e-mail response, use (only in an emergency) ahamm sanderson net au with all the usual punctuation. |