Author |
Message
|
Mbdeveloper |
Posted: Tue Mar 21, 2006 10:57 pm Post subject: ODBC.ini file deletion problem on AIX Mechine. |
|
|
Newbie
Joined: 18 Mar 2006 Posts: 4
|
Hi ,
I have a brorker running on AIX mechine which we are using for integration testing.(I am very new to AIX Environment)
in that odbc.ini file deteted automatically. is there any change that broker can delete it. where i can find the inforation like which user deleted the file. |
|
Back to top |
|
 |
elvis_gn |
Posted: Tue Mar 21, 2006 11:26 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi Mbdeveloper,
If you login to the AIX box, it shows who was the previous logged in user....
If you have provided different id's to different users, then you should be able to...
Broker does not delete the ODBC.ini file...
Regards. |
|
Back to top |
|
 |
kishoreraju |
Posted: Wed Mar 22, 2006 12:24 am Post subject: |
|
|
Disciple
Joined: 30 Sep 2004 Posts: 156
|
Is there any change that any application can delete odbc.ini file |
|
Back to top |
|
 |
fschofer |
Posted: Wed Mar 22, 2006 12:38 am Post subject: |
|
|
 Knight
Joined: 02 Jul 2001 Posts: 524 Location: Mainz, Germany
|
Hi,
the file is called .odbc.ini
Because of the dot at the beginning it you can not see with the ls command.
Try using ls -a instead to see if the file is where it should be.
Greetings
Frank |
|
Back to top |
|
 |
elvis_gn |
Posted: Wed Mar 22, 2006 1:02 am Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi Mbdeveloper,
Is it that, you have not found the file and hence posted that someone's deleted it
Why didn't i think of this before
Try also
Regards. |
|
Back to top |
|
 |
kishoreraju |
Posted: Wed Mar 22, 2006 1:32 am Post subject: |
|
|
Disciple
Joined: 30 Sep 2004 Posts: 156
|
sory by mistake i typed it in the post with dot.
i don't wht exeactly happening but odbc.ini file is automatically deleting from my mechine. so we are looking into all options that how it can happend. |
|
Back to top |
|
 |
elvis_gn |
Posted: Wed Mar 22, 2006 1:41 am Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi kishoreraju,
On AIX it is not odbc.ini it is
fschofer wrote: |
the file is called .odbc.ini |
Are you sure that the file is deleted? Did you try the command that is provided above.
Regards. |
|
Back to top |
|
 |
Tibor |
Posted: Wed Mar 22, 2006 2:45 am Post subject: |
|
|
 Grand Master
Joined: 20 May 2001 Posts: 1033 Location: Hungary
|
for searching:
Code: |
find / -name ".odbc.ini" -ls |
but firstly, run this command:
when this environonment variable is set, it shows the real name of the ODBC config file for the message broker. |
|
Back to top |
|
 |
|