 |
|
 |
|
Next: Retrieve history snapshot with soap api - sql2008
|
| Author |
Message |
External

Since: Mar 26, 2009 Posts: 4
|
(Msg. 1) Posted: Thu Mar 26, 2009 2:41 pm
Post subject: -952 Authentication Error on Solaris 10 Archived from groups: comp>databases>informix (more info?)
|
|
|
I'm running IDS 9.40.FC9 on two new Solaris 10 DB servers - one for
prod, one for test. The prod one is live and functioning OK. I'm in
the process of setting up the test one (a little backwards, I know,
but there are reasons...). I can log into the test box through SSH
with informix and a couple of different accounts used by the
application. I can open dbaccess and run SQL commands just fine.
However, when I attempt to connect from a Windows server via ODBC or
ILoginDemo, I get a -952 error that the password validation failed.
Here is the message that appears in the online log:
Password validation for user [nate] failed!
Check for password aging/account lock-out.
listener-thread: err = -952: oserr = 0: errstr = nate: User (nate)'s
password is not correct for the database server.
I'm at a loss as to how I can SSH into the server, but still get an
authentication error when I try to connect to Informix with the same
account information. Any thoughts or ideas would be greatly
appreciated.
Thanks,
Nate >> Stay informed about: -952 Authentication Error on Solaris 10 |
|
| Back to top |
|
 |  |
External

Since: Mar 26, 2009 Posts: 1
|
(Msg. 2) Posted: Thu Mar 26, 2009 4:53 pm
Post subject: Re: -952 Authentication Error on Solaris 10 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Dec 04, 2008 Posts: 10
|
(Msg. 3) Posted: Fri Mar 27, 2009 3:44 am
Post subject: Re: -952 Authentication Error on Solaris 10 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hello Nate,
maybe oninit does not have suid bits set or is not owned by root??
eq
-rwsr-sr-- 1 root informix
Superboer.
On 27 mrt, 00:53, wcottishpoet wrote:
> No idea what the problem is but IDS 9.40 will not be supported by IBM
> after next month
>
> Do you have plans to upgrade to IDS 11? >> Stay informed about: -952 Authentication Error on Solaris 10 |
|
| Back to top |
|
 |  |
External

Since: Mar 26, 2009 Posts: 4
|
(Msg. 4) Posted: Fri Mar 27, 2009 5:39 am
Post subject: Re: -952 Authentication Error on Solaris 10 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Mar 27, 5:44 am, superbo... RemoveThis @t-online.de wrote:
> Hello Nate,
>
> maybe oninit does not have suid bits set or is not owned by root??
> eq
>
> -rwsr-sr-- 1 root informix
>
> Superboer.
>
> On 27 mrt, 00:53, wcottishpoet wrote:
>
> > No idea what the problem is but IDS 9.40 will not be supported by IBM
> > after next month
>
> > Do you have plans to upgrade to IDS 11?
Permissions on oninit are correct.
I know IDS9 is on the way out, and we're certifying IDS 11.5 right
now, but that's still going to be several months out.
Thanks,
Nate >> Stay informed about: -952 Authentication Error on Solaris 10 |
|
| Back to top |
|
 |  |
External

Since: Mar 26, 2009 Posts: 4
|
(Msg. 5) Posted: Fri Mar 27, 2009 6:48 am
Post subject: Re: -952 Authentication Error on Solaris 10 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Mar 27, 8:22 am, Ian Michael Gumby wrote:
> Superboer,
>
> If that were true, then how could he log in using same password and id when physically on the box?
> (Assuming that he is using the same user id and password.)
>
> With respect to the install, if he did the same process in production as in development, then his 'sticky bits' would have been set.
>
> Of course one question comes to mind. If he's on the same machine, is he connecting via TCP/IP sockets or shared memory?
> If he's not using TCP/IP for the connection, then I wonder if there's a firewall or something blocking the connection and he's timing out?
>
>
>
> > From: superbo....RemoveThis@t-online.de
> > Subject: Re: -952 Authentication Error on Solaris 10
> > Date: Fri, 27 Mar 2009 03:44:03 -0700
> > To: informix-l....RemoveThis@iiug.org
>
> > Hello Nate,
>
> > maybe oninit does not have suid bits set or is not owned by root??
> > eq
>
> > -rwsr-sr-- 1 root informix
>
> > Superboer.
>
> > On 27 mrt, 00:53, wcottishpoet wrote:
> > > No idea what the problem is but IDS 9.40 will not be supported by IBM
> > > after next month
>
> > > Do you have plans to upgrade to IDS 11?
>
> > _______________________________________________
> > Informix-list mailing list
> > Informix-l....RemoveThis@iiug.org
> >http://www.iiug.org/mailman/listinfo/informix-list
>
> _________________________________________________________________
> Express your personality in color! Preview and select themes for Hotmail®.http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=TX....
It's a TCP/IP connection.
-Nate >> Stay informed about: -952 Authentication Error on Solaris 10 |
|
| Back to top |
|
 |  |
External

Since: Feb 12, 2009 Posts: 2
|
(Msg. 6) Posted: Fri Mar 27, 2009 8:10 am
Post subject: RE: -952 Authentication Error on Solaris 10 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Have you compared your environment settings? When you ssh onto the
server, you are using your environment settings on the server. When you
come in from windows server, those are diff environment settings. I
don't know what the problem is, but perhaps that is something to
scrutinize.
-----Original Message-----
From: informix-list-bounces.DeleteThis@iiug.org
[mailto:informix-list-bounces@iiug.org] On Behalf Of nateman.DeleteThis@kc.rr.com
Sent: Thursday, March 26, 2009 4:42 PM
To: informix-list.DeleteThis@iiug.org
Subject: -952 Authentication Error on Solaris 10
I'm running IDS 9.40.FC9 on two new Solaris 10 DB servers - one for
prod, one for test. The prod one is live and functioning OK. I'm in
the process of setting up the test one (a little backwards, I know,
but there are reasons...). I can log into the test box through SSH
with informix and a couple of different accounts used by the
application. I can open dbaccess and run SQL commands just fine.
However, when I attempt to connect from a Windows server via ODBC or
ILoginDemo, I get a -952 error that the password validation failed.
Here is the message that appears in the online log:
Password validation for user [nate] failed!
Check for password aging/account lock-out.
listener-thread: err = -952: oserr = 0: errstr = nate: User (nate)'s
password is not correct for the database server.
I'm at a loss as to how I can SSH into the server, but still get an
authentication error when I try to connect to Informix with the same
account information. Any thoughts or ideas would be greatly
appreciated.
Thanks,
Nate
_______________________________________________
Informix-list mailing list
Informix-list.DeleteThis@iiug.org
http://www.iiug.org/mailman/listinfo/informix-list >> Stay informed about: -952 Authentication Error on Solaris 10 |
|
| Back to top |
|
 |  |
External

Since: Jan 28, 2008 Posts: 119
|
(Msg. 7) Posted: Fri Mar 27, 2009 6:27 pm
Post subject: Re: -952 Authentication Error on Solaris 10 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Mar 27, 8:15 pm, Fernando Nunes wrote:
> Ian Michael Gumby wrote:
>
> > > From: nate... RemoveThis @kc.rr.com
> > > Subject: Re: -952 Authentication Error on Solaris 10
> > > Date: Fri, 27 Mar 2009 06:48:04 -0700
> > > To: informix-l... RemoveThis @iiug.org
>
> > > On Mar 27, 8:22 am, Ian Michael Gumby wrote:
> > [SNIP]
>
> > > It's a TCP/IP connection.
> > > -Nate
>
> > Ok, so both the ssh and the ODBC app are connecting via TCP/IP.
> > The only difference is that if you connect locally, most likely you're
> > not going to hit any firewall blocks.
> > So I have to wonder if your error indicates that you can't make a
> > connection and you time out.
>
> Have you ever run "finderr"?
>
> > Does Informix track and log login attempts? You should be able to track
> > and see how far you got in to the login process.
> > One more thing that might help... is the -952 error being generated by
> > the server itself or the client trying to connect?
>
> It surely is the client... Then it sends the info into the server, so that it
> can save it in the online.log
>
>
> Unless you know about some bug that messes error codes real bad, please tell
> your gut to read the error codes...
>
Well sparky,
Funny you should pop your fuzzy little head up...
I happened to be experiencing a similar issue with Java, JSTL and JSPs
when trying to connect to an IDS 10.x instance.
I'm not going to bore you with what those components are,. but what
I'm finding out in the error file is that the user name is coming
across as user RemoveThis @machine.domain.com and not just user. This could be
causing Informix to barf on the authentication and then failing.
Unfortunately for moi, the error was masked because the glassfish app
server was reporting that there was a null string conversion in the
exception process and since the jdbc connection is abstracted, I had
no way of finding out the issue.
Now I know and I'm looking at not using the Informix native jdbc
driver but trying to use the informix jdbc driver that ships with the
Sun Web Server.
So yeah, you can look at the online.log and see what is being sent
over the wire and getting rejected.
While the online.log doesn't show you the password that was sent, the
fact that I'm seeing user RemoveThis @macine.domain.com explains why
authentication bombs out.
Now boy wonder, why don't you tell us why Informix 9 and 10 are doing
this? Or rather why the CSDK (odbc for the OP and jdbc for moi) is
doing this? >> Stay informed about: -952 Authentication Error on Solaris 10 |
|
| Back to top |
|
 |  |
External

Since: Jun 13, 2008 Posts: 83
|
(Msg. 8) Posted: Fri Mar 27, 2009 9:29 pm
Post subject: Re: -952 Authentication Error on Solaris 10 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
nateman.TakeThisOut@kc.rr.com wrote:
> I'm running IDS 9.40.FC9 on two new Solaris 10 DB servers - one for
> prod, one for test. The prod one is live and functioning OK. I'm in
> the process of setting up the test one (a little backwards, I know,
> but there are reasons...). I can log into the test box through SSH
> with informix and a couple of different accounts used by the
> application. I can open dbaccess and run SQL commands just fine.
> However, when I attempt to connect from a Windows server via ODBC or
> ILoginDemo, I get a -952 error that the password validation failed.
> Here is the message that appears in the online log:
> Password validation for user [nate] failed!
> Check for password aging/account lock-out.
> listener-thread: err = -952: oserr = 0: errstr = nate: User (nate)'s
> password is not correct for the database server.
> I'm at a loss as to how I can SSH into the server, but still get an
> authentication error when I try to connect to Informix with the same
> account information. Any thoughts or ideas would be greatly
> appreciated.
> Thanks,
> Nate
If I read correctly, the issue only happens from a Windows server.
- Can you try a JDBC connection for example (with Squirrel SQL or similar, from
the same server?
- How is your "Host Information" settings for password on that server?
- Can you try a clean install of CSDK on another PC?
- Aren't you using SSH keys to connect?
- Can you try a connection using dbaccess from another host (explicitly
"connect", not the implicit one through trusted relation)?
- and finally, did you open a PMR? I was chatting with a colleague about a
similar issue... just wondering if it's the same situation
If IDS isn't broken, it really didn't match the password that it received with
the one on your system... oserr = 0 would imply that no error occurred in the
process...
Regards.
--
Fernando Nunes
Portugal
http://informix-technology.blogspot.com
My email works... but I don't check it frequently... >> Stay informed about: -952 Authentication Error on Solaris 10 |
|
| Back to top |
|
 |  |
External

Since: Jun 13, 2008 Posts: 83
|
(Msg. 9) Posted: Fri Mar 27, 2009 9:29 pm
Post subject: Re: -952 Authentication Error on Solaris 10 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Ian Michael Gumby wrote:
>
>
> > From: nateman.DeleteThis@kc.rr.com
> > Subject: Re: -952 Authentication Error on Solaris 10
> > Date: Fri, 27 Mar 2009 06:48:04 -0700
> > To: informix-list.DeleteThis@iiug.org
> >
> > On Mar 27, 8:22 am, Ian Michael Gumby wrote:
> [SNIP]
> >
> > It's a TCP/IP connection.
> > -Nate
>
> Ok, so both the ssh and the ODBC app are connecting via TCP/IP.
> The only difference is that if you connect locally, most likely you're
> not going to hit any firewall blocks.
> So I have to wonder if your error indicates that you can't make a
> connection and you time out.
Have you ever run "finderr"?
> Does Informix track and log login attempts? You should be able to track
> and see how far you got in to the login process.
> One more thing that might help... is the -952 error being generated by
> the server itself or the client trying to connect?
It surely is the client... Then it sends the info into the server, so that it
can save it in the online.log
> My gut tells me that you may be hitting some form of a firewall issue.
> You may want to turn off (temporary) the fire wall on your pc and your
> development server. (I'm going to assume that you're behind a corporate
> firewall and that both your PC and Server have a low risk of attack for
> the short time...
Unless you know about some bug that messes error codes real bad, please tell
your gut to read the error codes...
Regards.
--
Fernando Nunes
Portugal
http://informix-technology.blogspot.com
My email works... but I don't check it frequently... >> Stay informed about: -952 Authentication Error on Solaris 10 |
|
| Back to top |
|
 |  |
External

Since: Jun 13, 2008 Posts: 83
|
(Msg. 10) Posted: Fri Mar 27, 2009 11:26 pm
Post subject: Re: -952 Authentication Error on Solaris 10 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Ian Michael Gumby wrote:
> On Mar 27, 8:15 pm, Fernando Nunes wrote:
>> Ian Michael Gumby wrote:
>>
>>> > From: nate....DeleteThis@kc.rr.com
>>> > Subject: Re: -952 Authentication Error on Solaris 10
>>> > Date: Fri, 27 Mar 2009 06:48:04 -0700
>>> > To: informix-l....DeleteThis@iiug.org
>>> > On Mar 27, 8:22 am, Ian Michael Gumby wrote:
>>> [SNIP]
>>> > It's a TCP/IP connection.
>>> > -Nate
>>> Ok, so both the ssh and the ODBC app are connecting via TCP/IP.
>>> The only difference is that if you connect locally, most likely you're
>>> not going to hit any firewall blocks.
>>> So I have to wonder if your error indicates that you can't make a
>>> connection and you time out.
>> Have you ever run "finderr"?
>>
>>> Does Informix track and log login attempts? You should be able to track
>>> and see how far you got in to the login process.
>>> One more thing that might help... is the -952 error being generated by
>>> the server itself or the client trying to connect?
>> It surely is the client... Then it sends the info into the server, so that it
>> can save it in the online.log
>>
>
>> Unless you know about some bug that messes error codes real bad, please tell
>> your gut to read the error codes...
>>
>
> Well sparky,
> Funny you should pop your fuzzy little head up...
>
> I happened to be experiencing a similar issue with Java, JSTL and JSPs
> when trying to connect to an IDS 10.x instance.
> I'm not going to bore you with what those components are,. but what
> I'm finding out in the error file is that the user name is coming
> across as user.DeleteThis@machine.domain.com and not just user. This could be
> causing Informix to barf on the authentication and then failing.
Informix (at least recent versions) include the hostname (or IP address if it's
not able to revere dns). This is useful for debug purposes. On older versions,
only the username was shown which could be a PITA to solve, because you simply
didn't know from where the connection was attempted.
> So yeah, you can look at the online.log and see what is being sent
> over the wire and getting rejected.
> While the online.log doesn't show you the password that was sent, the
> fact that I'm seeing user.DeleteThis@macine.domain.com explains why
> authentication bombs out.
No, it does not explain. You should post your situation and the error code
you're getting, and the full online.log message.
You could also truss your msc (or adm?) virtual processor... it may reveal
something interesting
> Now boy wonder, why don't you tell us why Informix 9 and 10 are doing
> this? Or rather why the CSDK (odbc for the OP and jdbc for moi) is
> doing this?
I'm not a "wonder", nor a "boy". But if you care to wait for the answers to my
questions we may get closer. If we don't, as usual, a PMR could help.
Regards.
--
Fernando Nunes
Portugal
http://informix-technology.blogspot.com
My email works... but I don't check it frequently... >> Stay informed about: -952 Authentication Error on Solaris 10 |
|
| Back to top |
|
 |  |
External

Since: Oct 08, 2003 Posts: 43
|
(Msg. 11) Posted: Sat Mar 28, 2009 6:25 am
Post subject: Re: -952 Authentication Error on Solaris 10 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
I have come across similar problems with user names or passwords longer than
8 characters.
Regards,
Doug Lawry
wrote in message
> I'm running IDS 9.40.FC9 on two new Solaris 10 DB servers - one for
> prod, one for test. The prod one is live and functioning OK. I'm in
> the process of setting up the test one (a little backwards, I know,
> but there are reasons...). I can log into the test box through SSH
> with informix and a couple of different accounts used by the
> application. I can open dbaccess and run SQL commands just fine.
> However, when I attempt to connect from a Windows server via ODBC or
> ILoginDemo, I get a -952 error that the password validation failed.
> Here is the message that appears in the online log:
> Password validation for user [nate] failed!
> Check for password aging/account lock-out.
> listener-thread: err = -952: oserr = 0: errstr = nate: User (nate)'s
> password is not correct for the database server.
> I'm at a loss as to how I can SSH into the server, but still get an
> authentication error when I try to connect to Informix with the same
> account information. Any thoughts or ideas would be greatly
> appreciated.
> Thanks,
> Nate >> Stay informed about: -952 Authentication Error on Solaris 10 |
|
| Back to top |
|
 |  |
External

Since: Jun 13, 2008 Posts: 83
|
(Msg. 12) Posted: Sat Mar 28, 2009 8:25 am
Post subject: Re: -952 Authentication Error on Solaris 10 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Doug Lawry wrote:
> I have come across similar problems with user names or passwords longer
> than 8 characters.
>
> Regards,
> Doug Lawry
>
> wrote in message
>
>> I'm running IDS 9.40.FC9 on two new Solaris 10 DB servers - one for
>> prod, one for test. The prod one is live and functioning OK. I'm in
>> the process of setting up the test one (a little backwards, I know,
>> but there are reasons...). I can log into the test box through SSH
>> with informix and a couple of different accounts used by the
>> application. I can open dbaccess and run SQL commands just fine.
>> However, when I attempt to connect from a Windows server via ODBC or
>> ILoginDemo, I get a -952 error that the password validation failed.
>> Here is the message that appears in the online log:
>> Password validation for user [nate] failed!
>> Check for password aging/account lock-out.
>> listener-thread: err = -952: oserr = 0: errstr = nate: User (nate)'s
>> password is not correct for the database server.
>> I'm at a loss as to how I can SSH into the server, but still get an
>> authentication error when I try to connect to Informix with the same
>> account information. Any thoughts or ideas would be greatly
>> appreciated.
>> Thanks,
>> Nate
>
Yes... in older versions. should be fixed...
Regards
--
Fernando Nunes
Portugal
http://informix-technology.blogspot.com
My email works... but I don't check it frequently... >> Stay informed about: -952 Authentication Error on Solaris 10 |
|
| Back to top |
|
 |  |
External

Since: Dec 04, 2008 Posts: 10
|
(Msg. 13) Posted: Mon Mar 30, 2009 10:24 am
Post subject: Re: -952 Authentication Error on Solaris 10 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hello Nate,
what happens if you do the same using dbaccess
eq ssh to the machine
start dbaccess choose the connect option choose your network
informixserver
supply user and passwd
could be an os issue??? sorry just guessing
Superboer.
Hello Ian,
because i have had dozens of problems like the above where someone got
rid of root or suid.
why don't you test this on your testbox, you will see.
it could very well be -951 what is returned.....
On 27 mrt, 15:22, Ian Michael Gumby wrote:
> Superboer,
>
> If that were true, then how could he log in using same password and id when physically on the box?
> (Assuming that he is using the same user id and password.)
>
> With respect to the install, if he did the same process in production as in development, then his 'sticky bits' would have been set.
>
> Of course one question comes to mind. If he's on the same machine, is he connecting via TCP/IP sockets or shared memory?
> If he's not using TCP/IP for the connection, then I wonder if there's a firewall or something blocking the connection and he's timing out?
>
>
>
> > From: superbo....TakeThisOut@t-online.de
> > Subject: Re: -952 Authentication Error on Solaris 10
> > Date: Fri, 27 Mar 2009 03:44:03 -0700
> > To: informix-l....TakeThisOut@iiug.org
>
> > Hello Nate,
>
> > maybe oninit does not have suid bits set or is not owned by root??
> > eq
>
> > -rwsr-sr-- 1 root informix
>
> > Superboer.
>
> > On 27 mrt, 00:53, wcottishpoet wrote:
> > > No idea what the problem is but IDS 9.40 will not be supported by IBM
> > > after next month
>
> > > Do you have plans to upgrade to IDS 11?
>
> > _______________________________________________
> > Informix-list mailing list
> > Informix-l....TakeThisOut@iiug.org
> >http://www.iiug.org/mailman/listinfo/informix-list
>
> _________________________________________________________________
> Express your personality in color! Preview and select themes for Hotmail®.http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=TX.... >> Stay informed about: -952 Authentication Error on Solaris 10 |
|
| Back to top |
|
 |  |
External

Since: Jan 28, 2008 Posts: 119
|
(Msg. 14) Posted: Mon Mar 30, 2009 10:29 am
Post subject: Re: -952 Authentication Error on Solaris 10 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Superboer,
I was thinking along the lines of a firewall issue.
Assuming that the production box and the development box are similar
machines in terms of OS and set up, if one box works and one box
fails, then it could be a configuration issue. That could mean
firewall, IDS setup, or user admin setup. If they're using some form
of single sign-on that's on both machines (yp?), then it makes a tcp/
ip filter issue more likely. However, the weird thing is that in
order to get a -952 issue, its a server generated issue. So maybe its
a configuration issue in ODBC? Like the password isn't coming across
ok or that the user doesn't have connect privileges with the specified
db? (And that could be it.)
So what's different between the two boxes?
-G
On Mar 30, 12:24 pm, superbo....RemoveThis@t-online.de wrote:
> Hello Nate,
>
> what happens if you do the same using dbaccess
>
> eq ssh to the machine
> start dbaccess choose the connect option choose your network
> informixserver
> supply user and passwd
>
> could be an os issue??? sorry just guessing
>
> Superboer.
>
> Hello Ian,
>
> because i have had dozens of problems like the above where someone got
> rid of root or suid.
>
> why don't you test this on your testbox, you will see.
> it could very well be -951 what is returned.....
>
> On 27 mrt, 15:22, Ian Michael Gumby wrote:
>
> > Superboer,
>
> > If that were true, then how could he log in using same password and id when physically on the box?
> > (Assuming that he is using the same user id and password.)
>
> > With respect to the install, if he did the same process in production as in development, then his 'sticky bits' would have been set.
>
> > Of course one question comes to mind. If he's on the same machine, is he connecting via TCP/IP sockets or shared memory?
> > If he's not using TCP/IP for the connection, then I wonder if there's a firewall or something blocking the connection and he's timing out?
>
> > > From: superbo....RemoveThis@t-online.de
> > > Subject: Re: -952 Authentication Error on Solaris 10
> > > Date: Fri, 27 Mar 2009 03:44:03 -0700
> > > To: informix-l....RemoveThis@iiug.org
>
> > > Hello Nate,
>
> > > maybe oninit does not have suid bits set or is not owned by root??
> > > eq
>
> > > -rwsr-sr-- 1 root informix
>
> > > Superboer.
>
> > > On 27 mrt, 00:53, wcottishpoet wrote:
> > > > No idea what the problem is but IDS 9.40 will not be supported by IBM
> > > > after next month
>
> > > > Do you have plans to upgrade to IDS 11?
>
> > > _______________________________________________
> > > Informix-list mailing list
> > > Informix-l....RemoveThis@iiug.org
> > >http://www.iiug.org/mailman/listinfo/informix-list
>
> > _________________________________________________________________
> > Express your personality in color! Preview and select themes for Hotmail®.http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=TX... >> Stay informed about: -952 Authentication Error on Solaris 10 |
|
| Back to top |
|
 |  |
External

Since: Dec 04, 2008 Posts: 10
|
(Msg. 15) Posted: Mon Mar 30, 2009 10:41 am
Post subject: Re: -952 Authentication Error on Solaris 10 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hello Ian,
well may be testing dbaccess on the local box using user and passwd to
connect may
rule that out???
wait and see
Superboer.
On 30 mrt, 19:29, Ian Michael Gumby wrote:
> Superboer,
>
> I was thinking along the lines of a firewall issue.
>
> Assuming that the production box and the development box are similar
> machines in terms of OS and set up, if one box works and one box
> fails, then it could be a configuration issue. That could mean
> firewall, IDS setup, or user admin setup. If they're using some form
> of single sign-on that's on both machines (yp?), then it makes a tcp/
> ip filter issue more likely. However, the weird thing is that in
> order to get a -952 issue, its a server generated issue. So maybe its
> a configuration issue in ODBC? Like the password isn't coming across
> ok or that the user doesn't have connect privileges with the specified
> db? (And that could be it.)
>
> So what's different between the two boxes?
>
> -G
>
> On Mar 30, 12:24 pm, superbo....TakeThisOut@t-online.de wrote:
>
> > Hello Nate,
>
> > what happens if you do the same using dbaccess
>
> > eq ssh to the machine
> > start dbaccess choose the connect option choose your network
> > informixserver
> > supply user and passwd
>
> > could be an os issue??? sorry just guessing
>
> > Superboer.
>
> > Hello Ian,
>
> > because i have had dozens of problems like the above where someone got
> > rid of root or suid.
>
> > why don't you test this on your testbox, you will see.
> > it could very well be -951 what is returned.....
>
> > On 27 mrt, 15:22, Ian Michael Gumby wrote:
>
> > > Superboer,
>
> > > If that were true, then how could he log in using same password and id when physically on the box?
> > > (Assuming that he is using the same user id and password.)
>
> > > With respect to the install, if he did the same process in production as in development, then his 'sticky bits' would have been set.
>
> > > Of course one question comes to mind. If he's on the same machine, is he connecting via TCP/IP sockets or shared memory?
> > > If he's not using TCP/IP for the connection, then I wonder if there's a firewall or something blocking the connection and he's timing out?
>
> > > > From: superbo....TakeThisOut@t-online.de
> > > > Subject: Re: -952 Authentication Error on Solaris 10
> > > > Date: Fri, 27 Mar 2009 03:44:03 -0700
> > > > To: informix-l....TakeThisOut@iiug.org
>
> > > > Hello Nate,
>
> > > > maybe oninit does not have suid bits set or is not owned by root??
> > > > eq
>
> > > > -rwsr-sr-- 1 root informix
>
> > > > Superboer.
>
> > > > On 27 mrt, 00:53, wcottishpoet wrote:
> > > > > No idea what the problem is but IDS 9.40 will not be supported by IBM
> > > > > after next month
>
> > > > > Do you have plans to upgrade to IDS 11?
>
> > > > _______________________________________________
> > > > Informix-list mailing list
> > > > Informix-l....TakeThisOut@iiug.org
> > > >http://www.iiug.org/mailman/listinfo/informix-list
>
> > > _________________________________________________________________
> > > Express your personality in color! Preview and select themes for Hotmail®.http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=TX... >> Stay informed about: -952 Authentication Error on Solaris 10 |
|
| Back to top |
|
 |  |
| Related Topics: | Error compiling myschema on Solaris 7 X86 - I get the following error making myschema: 2:$ gmake -f myschema.mk.norcs INFORMIXC=gcc esql -O3 -EDNOINT8=1 -c myschema.ec myschema.ec:147: invalid macro name `1' myschema.eh:172: `defined' without an identifier myschema.eh:172: parse..
IDS 7 on Solaris vs. Linux - Hi, I'm wondering what people think about running IDS 7.x on Solaris (8 or above) compared to Linux. In particular I'm wondering about Novell SuSE SLES 9 and Red Hat - RHEL AS 2.1 or RHEL 3.0 (AS, ES, or WS). Are there any combinations that are notable....
IDS on Intel Solaris - Does anybody know if IDS (any version) has been ported to Solaris runing on Intel/AMD processors, or is there any intention to undertake such a port? Keith
IDS 10 on Solaris x86 - Hi Is there a release of IDS 10.0UC5/FC5 available for Solaris on x86? Thanks "Mr Lazy"
IDS & Solaris Veritas Volumn Manager - OK, I know I know almost nothing about Veritas. All I knew was that is let us put more 2GB slices on a disk than whatever the older way was, and in this era of large disks that was a Good Thing. Now I've found out that when it detects a disk problem it... |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|
 |
|
|