At one customer site, we have big problems running Pervasive. This
installation have rune fine for years, but about a year ago, we began having
problems. This customer have deadlines to keep, and because the Pervasive
server crashes (sometimes several times a day. Today it have crashed 4
times), this is pretty serious to them (and us).
Server:
Pervasicve.SQL 95.
Windows server 2003 R2 Service pack 1.
Clients:
Windows XP SP2.
There are about 10 to 15 active clients connected to the server, and
sometimes the load is pretty high. The database consist of a bit more than
700 tables, and a total of about 100GB data. The largest table is around 47
GB in size.
Our programs is programmed in Visual Dataflex 9.1 (guess nobody have heard
of it), and we use the transactional interface. We have some web access that
uses the relational interface.
At random intervals, the clients looses the connection to the server. The
only solution seems to restart the services on the server. There are no
indication of the problem in the Pervasive, or Windows event logs (makes it
hard to debug).
We have had a similar situation in our developement environment. We all lost
the connection to the pervasive server (9.5), and when I had a look at the
server, the NTDBSMGR.EXE had stoppet without any logging to the Pervasive
or Windows event log. I don't know if this is happening at the customer
site, but will be checking this the next days.
Lately we have also been getting some error 146:
"146: Duplicate system key. The same key number was generated by two
different threads generating system keys. "
Any ide what to do ?
TIA
Karl
|
|
0
|
|
|
|
Reply
|
Karl
|
3/6/2008 3:02:18 PM |
|
You may wish to patch to 9.52.053, the "Update 1" that is available on
Pervasive's web site.
Second, re-verify your memory allocation and monitor the Virtual Bytes
of the NTDBSMGR.EXE process in the Performance Monitor. If this value
gets over 2GB, the system will fail with the symptoms you are
indicating.
Also, be sure to configure Windows 2003 Server for DrWatson to report
errors visually -- this will help indicate when the engine fails, if
you are indeed getting an engine failure. Microsoft has done a good
job preventing access violations -- but all they have really done is
prevenmt the DrWatson popup -- they can still occur.
Once you enable the visual indicators, see if any errors are actually
shutting down the services...
Goldstar Software Inc.
Pervasive-based Products, Training & Services
Bill Bach
BillBach@goldstarsoftware.com
http://www.goldstarsoftware.com
*** Chicago: Pervasive Service & Support Class - March 2008 ***
Karl A. Sxrensen wrote:
> At one customer site, we have big problems running Pervasive. This
> installation have rune fine for years, but about a year ago, we began
> having problems. This customer have deadlines to keep, and because
> the Pervasive server crashes (sometimes several times a day. Today it
> have crashed 4 times), this is pretty serious to them (and us).
>
> Server:
> Pervasicve.SQL 95.
> Windows server 2003 R2 Service pack 1.
>
> Clients:
> Windows XP SP2.
>
> There are about 10 to 15 active clients connected to the server, and
> sometimes the load is pretty high. The database consist of a bit more
> than 700 tables, and a total of about 100GB data. The largest table
> is around 47 GB in size.
>
> Our programs is programmed in Visual Dataflex 9.1 (guess nobody have
> heard of it), and we use the transactional interface. We have some
> web access that uses the relational interface.
>
> At random intervals, the clients looses the connection to the server.
> The only solution seems to restart the services on the server. There
> are no indication of the problem in the Pervasive, or Windows event
> logs (makes it hard to debug).
>
> We have had a similar situation in our developement environment. We
> all lost the connection to the pervasive server (9.5), and when I had
> a look at the server, the NTDBSMGR.EXE had stoppet without any
> logging to the Pervasive or Windows event log. I don't know if this
> is happening at the customer site, but will be checking this the next
> days.
>
> Lately we have also been getting some error 146:
> "146: Duplicate system key. The same key number was generated by two
> different threads generating system keys. "
>
> Any ide what to do ?
>
> TIA
> Karl
--
|
|
0
|
|
|
|
Reply
|
Bill
|
3/6/2008 11:02:38 PM
|
|
Thanks Bill!
I will try to get your suggestions implemented today, or one of the first
days after the weekend. I really had no hope that anyone had any sensible
suggestions, when I had so little to go on.
Regards
Karl
"Bill Bach" <goldstar@speakeasy.net> wrote in message
news:JdidnQH9laaT5U3anZ2dnUVZ_tSknZ2d@speakeasy.net...
> You may wish to patch to 9.52.053, the "Update 1" that is available on
> Pervasive's web site.
>
> Second, re-verify your memory allocation and monitor the Virtual Bytes
> of the NTDBSMGR.EXE process in the Performance Monitor. If this value
> gets over 2GB, the system will fail with the symptoms you are
> indicating.
>
> Also, be sure to configure Windows 2003 Server for DrWatson to report
> errors visually -- this will help indicate when the engine fails, if
> you are indeed getting an engine failure. Microsoft has done a good
> job preventing access violations -- but all they have really done is
> prevenmt the DrWatson popup -- they can still occur.
>
> Once you enable the visual indicators, see if any errors are actually
> shutting down the services...
> Goldstar Software Inc.
> Pervasive-based Products, Training & Services
> Bill Bach
> BillBach@goldstarsoftware.com
> http://www.goldstarsoftware.com
> *** Chicago: Pervasive Service & Support Class - March 2008 ***
>
>
> Karl A. Sxrensen wrote:
>
>> At one customer site, we have big problems running Pervasive. This
>> installation have rune fine for years, but about a year ago, we began
>> having problems. This customer have deadlines to keep, and because
>> the Pervasive server crashes (sometimes several times a day. Today it
>> have crashed 4 times), this is pretty serious to them (and us).
>>
>> Server:
>> Pervasicve.SQL 95.
>> Windows server 2003 R2 Service pack 1.
>>
>> Clients:
>> Windows XP SP2.
>>
>> There are about 10 to 15 active clients connected to the server, and
>> sometimes the load is pretty high. The database consist of a bit more
>> than 700 tables, and a total of about 100GB data. The largest table
>> is around 47 GB in size.
>>
>> Our programs is programmed in Visual Dataflex 9.1 (guess nobody have
>> heard of it), and we use the transactional interface. We have some
>> web access that uses the relational interface.
>>
>> At random intervals, the clients looses the connection to the server.
>> The only solution seems to restart the services on the server. There
>> are no indication of the problem in the Pervasive, or Windows event
>> logs (makes it hard to debug).
>>
>> We have had a similar situation in our developement environment. We
>> all lost the connection to the pervasive server (9.5), and when I had
>> a look at the server, the NTDBSMGR.EXE had stoppet without any
>> logging to the Pervasive or Windows event log. I don't know if this
>> is happening at the customer site, but will be checking this the next
>> days.
>>
>> Lately we have also been getting some error 146:
>> "146: Duplicate system key. The same key number was generated by two
>> different threads generating system keys. "
>>
>> Any ide what to do ?
>>
>> TIA
>> Karl
>
>
>
> --
>
|
|
0
|
|
|
|
Reply
|
Karl
|
3/7/2008 7:15:20 AM
|
|
|
2 Replies
522 Views
(page loaded in 0.094 seconds)
Similiar Articles: Pervasive.SQL 9.5 problems. - comp.databases.btrievePervasive 9 SP2 workgroup with Windows VIsta - comp.databases ... Pervasive.SQL 9.5 problems. - comp.databases.btrieve Pervasive 9 SP2 workgroup with Windows VIsta ... Pervasive SQL 9.5 Security problems - comp.databases.btrieve ...Hi people, We are currently in the process of setting up pervasive sql v9.5 on Netware 5.1, we tried to set up security in the form of a Master user ... Database Service Manager encountered a problem and needed to close ...Hi - Pervasive 200i sql, serivce pack 4 , version 7.9.0.0 build 230 running on Windows 2003 server, service pack 2. MS updates as of 8/30/2007. Onc... Pervasive 9 SP2 workgroup with Windows VIsta - comp.databases ...Pervasive.SQL 9.5 problems. - comp.databases.btrieve Pervasive 9 SP2 workgroup with Windows VIsta - comp.databases ... Pervasive.SQL 9.5 problems. - comp.databases.btrieve ... Pervasive 9.x on Netware 4.11 - comp.databases.btrievePervasive.SQL 9.5 problems. - comp.databases.btrieve Bill: 3/6/2008 11:02:38 PM ... Pervasive 9 SP2 workgroup with Windows VIsta - comp ... ... currently in the process of ... Help! Pervasive issue - comp.databases.btrievePervasive.SQL 9.5 problems. - comp.databases.btrieve Pervasive.SQL 9.5 problems. - comp.databases.btrieve... of it), and we use the transactional ... help indicate when ... PervasiveSQL 9.1 unable to create a database - comp.databases ...Pervasive.SQL 9.5 problems. - comp.databases.btrieve PervasiveSQL 9.1 unable to create a database - comp.databases ... Pervasive 9 SQL database support "out of the box" (I ... JDBC and Pervasive 9 - comp.databases.btrieveIf you insert single quotes in the input fields of ... API's and JDBC ... > JDBC connections to the SQL server ... Pervasive.SQL 9.5 problems. - comp.databases.btrieve If ... Btrieve 6.15, Novell 6.5 - comp.databases.btrievePervasive.SQL 9.5 problems. - comp.databases.btrieve Btrieve 6.15, Novell 6.5 - comp.databases.btrieve Pervasive.SQL 9.5 problems. - comp.databases.btrieve ... ... Btrieve 6.15.451 patches - comp.databases.btrievePervasive.SQL 9.5 problems. - comp.databases.btrieve Btrieve 6.15.451 patches - comp.databases.btrieve Pervasive.SQL 9.5 problems. - comp.databases.btrieve There are about ... Pervasive.SQL 9.5 problems. - comp.databases.btrieve | Computer GroupPervasive 9 SP2 workgroup with Windows VIsta - comp.databases ... Pervasive.SQL 9.5 problems. - comp.databases.btrieve Pervasive 9 SP2 workgroup with Windows VIsta ... Pervasive SQL 9.5 Security problems - comp.databases.btrieve ...Hi people, We are currently in the process of setting up pervasive sql v9.5 on Netware 5.1, we tried to set up security in the form of a Master user ... 7/20/2012 7:40:49 PM
|