dbTalk Databases Forums  

mkde crashing when more than one user connects

comp.databases.btrieve comp.databases.btrieve


Discuss mkde crashing when more than one user connects in the comp.databases.btrieve forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Liz
 
Posts: n/a

Default mkde crashing when more than one user connects - 08-08-2006 , 05:29 PM






We just implemented a Linux RedHat ES4 server with PSQL ver 9.2 and
Samba shares. We have a vb application that can run from the server OR
the desktop accessing the db through the PSQL ODBC client. In either
scenario, if more than one user is modifying data, the mkde crashes.
The only way I can recover the server from the crash to is to run mkded
-force, then mkded -start in a terminal session.

I am stumped where to start resolving this issue. Does anyone have any
similar experiences they have resolved??

Thanks!!

Liz


Reply With Quote
  #2  
Old   
Wayne
 
Posts: n/a

Default Re: mkde crashing when more than one user connects - 08-08-2006 , 06:26 PM






Hi Liz,

What does PVSW.LOG say?

Have you installed a client on your desktops (I assume they're Windows
clients)? If so then you can use Pervasive utilities to simulate the
same situation and possibly get some better responses prior to the mkde
crashing.

Liz ha scritto:

Quote:
We just implemented a Linux RedHat ES4 server with PSQL ver 9.2 and
Samba shares. We have a vb application that can run from the server OR
the desktop accessing the db through the PSQL ODBC client. In either
scenario, if more than one user is modifying data, the mkde crashes.
The only way I can recover the server from the crash to is to run mkded
-force, then mkded -start in a terminal session.

I am stumped where to start resolving this issue. Does anyone have any
similar experiences they have resolved??

Thanks!!

Liz


Reply With Quote
  #3  
Old   
Liz
 
Posts: n/a

Default Re: mkde crashing when more than one user connects - 08-09-2006 , 08:23 AM



Hi Wayne...thanks for the reply.

I can check the log....users have an application installed locally on
their Wintel machines, but the executable can be run from the server on
a mapped drive as well. That is how we had it running on Novell in an
Oracle environment.

I know there is a pvsw.log on the local machine, what about any logs on
the psql share on Linux??

Thanks...I have been pulling out hair for a couple of days now...not a
pretty sight ;o)

Liz
Wayne wrote:
Quote:
Hi Liz,

What does PVSW.LOG say?

Have you installed a client on your desktops (I assume they're Windows
clients)? If so then you can use Pervasive utilities to simulate the
same situation and possibly get some better responses prior to the mkde
crashing.

Liz ha scritto:

We just implemented a Linux RedHat ES4 server with PSQL ver 9.2 and
Samba shares. We have a vb application that can run from the server OR
the desktop accessing the db through the PSQL ODBC client. In either
scenario, if more than one user is modifying data, the mkde crashes.
The only way I can recover the server from the crash to is to run mkded
-force, then mkded -start in a terminal session.

I am stumped where to start resolving this issue. Does anyone have any
similar experiences they have resolved??


Reply With Quote
  #4  
Old   
Liz
 
Posts: n/a

Default Re: mkde crashing when more than one user connects - 08-09-2006 , 08:23 AM



Hi Wayne...thanks for the reply.

I can check the log....users have an application installed locally on
their Wintel machines, but the executable can be run from the server on
a mapped drive as well. That is how we had it running on Novell in an
Oracle environment.

I know there is a pvsw.log on the local machine, what about any logs on
the psql share on Linux??

Thanks...I have been pulling out hair for a couple of days now...not a
pretty sight ;o)

Liz
Wayne wrote:
Quote:
Hi Liz,

What does PVSW.LOG say?

Have you installed a client on your desktops (I assume they're Windows
clients)? If so then you can use Pervasive utilities to simulate the
same situation and possibly get some better responses prior to the mkde
crashing.

Liz ha scritto:

We just implemented a Linux RedHat ES4 server with PSQL ver 9.2 and
Samba shares. We have a vb application that can run from the server OR
the desktop accessing the db through the PSQL ODBC client. In either
scenario, if more than one user is modifying data, the mkde crashes.
The only way I can recover the server from the crash to is to run mkded
-force, then mkded -start in a terminal session.

I am stumped where to start resolving this issue. Does anyone have any
similar experiences they have resolved??


Reply With Quote
  #5  
Old   
Wayne
 
Posts: n/a

Default Re: mkde crashing when more than one user connects - 08-09-2006 , 12:19 PM



Oops! Sorry, there's no pvsw.log for the PSQL Linux version. It's in
the system logs.

For transactional engine entries, use: grep mkded /var/log/messages* |
less
For relational engine entries, use: grep sqlmgr /var/log/messages* |
less

Wayne

Liz ha scritto:

Quote:
Hi Wayne...thanks for the reply.

I can check the log....users have an application installed locally on
their Wintel machines, but the executable can be run from the server on
a mapped drive as well. That is how we had it running on Novell in an
Oracle environment.

I know there is a pvsw.log on the local machine, what about any logs on
the psql share on Linux??

Thanks...I have been pulling out hair for a couple of days now...not a
pretty sight ;o)

Liz
Wayne wrote:
Hi Liz,

What does PVSW.LOG say?

Have you installed a client on your desktops (I assume they're Windows
clients)? If so then you can use Pervasive utilities to simulate the
same situation and possibly get some better responses prior to the mkde
crashing.

Liz ha scritto:

We just implemented a Linux RedHat ES4 server with PSQL ver 9.2 and
Samba shares. We have a vb application that can run from the server OR
the desktop accessing the db through the PSQL ODBC client. In either
scenario, if more than one user is modifying data, the mkde crashes.
The only way I can recover the server from the crash to is to run mkded
-force, then mkded -start in a terminal session.

I am stumped where to start resolving this issue. Does anyone have any
similar experiences they have resolved??


Reply With Quote
  #6  
Old   
Wayne
 
Posts: n/a

Default Re: mkde crashing when more than one user connects - 08-09-2006 , 12:22 PM



By the way, you have to grep those message logs as root.

Can you use the Pervasive Function Executer from two different
workstations to access the same file on the server? This would
eliminate all layers from the environment such as the relational engine
and ODBC.

Liz ha scritto:

Quote:
Hi Wayne...thanks for the reply.

I can check the log....users have an application installed locally on
their Wintel machines, but the executable can be run from the server on
a mapped drive as well. That is how we had it running on Novell in an
Oracle environment.

I know there is a pvsw.log on the local machine, what about any logs on
the psql share on Linux??

Thanks...I have been pulling out hair for a couple of days now...not a
pretty sight ;o)

Liz
Wayne wrote:
Hi Liz,

What does PVSW.LOG say?

Have you installed a client on your desktops (I assume they're Windows
clients)? If so then you can use Pervasive utilities to simulate the
same situation and possibly get some better responses prior to the mkde
crashing.

Liz ha scritto:

We just implemented a Linux RedHat ES4 server with PSQL ver 9.2 and
Samba shares. We have a vb application that can run from the server OR
the desktop accessing the db through the PSQL ODBC client. In either
scenario, if more than one user is modifying data, the mkde crashes.
The only way I can recover the server from the crash to is to run mkded
-force, then mkded -start in a terminal session.

I am stumped where to start resolving this issue. Does anyone have any
similar experiences they have resolved??


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.