Go Back   Rhinocerus > Newsgroup > Newsgroup comp.lang.* 1 > Newsgroup comp.lang.clipper.visual-objects

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 10-24-2011, 02:15 PM
Mathias
Guest
 
Posts: n/a
Default 2x Application server corrupting dbfs

Is there anyone who's got experience of Terminal Servers corrupting dbfs?
The customer is using something called 2x Application Server.
The dbf is filling up with byte 0 up to 5Gb.
At one incident the file was truncated to 406 bytes instead.
The customer has been forced to restore the file from backup several times in the last months.
There are also users accessing the files directly from their workstations through file sharing.
The file is located on the same computer as the TS users are connecting to, but the TS is using the file share when accessing them so that the access paths are exactly the same. The problem only occurs for the TS users.
The TS users are sometimes experiencing that the application freezes for 30 seconds or so (not processing keystrokes or mouse input) and after that continue like nothing happened.

/Mathias
Reply With Quote
Alt Today
Advertising
 
and become member of Rhinocerus
Standard Sponsored Links

  #2 (permalink)  
Old 10-24-2011, 03:01 PM
Marc Verkade [Marti]
Guest
 
Posts: n/a
Default Re: 2x Application server corrupting dbfs

Check antivirus and backups.
It sure sound to me that something like that is the issue

"Mathias" schreef in bericht
news:29804352.839.1319465732052.JavaMail.geo-discussion-forums@yqnv12...

Is there anyone who's got experience of Terminal Servers corrupting dbfs?
The customer is using something called 2x Application Server.
The dbf is filling up with byte 0 up to 5Gb.
At one incident the file was truncated to 406 bytes instead.
The customer has been forced to restore the file from backup several times
in the last months.
There are also users accessing the files directly from their workstations
through file sharing.
The file is located on the same computer as the TS users are connecting to,
but the TS is using the file share when accessing them so that the access
paths are exactly the same. The problem only occurs for the TS users.
The TS users are sometimes experiencing that the application freezes for 30
seconds or so (not processing keystrokes or mouse input) and after that
continue like nothing happened.

/Mathias

Reply With Quote
  #3 (permalink)  
Old 10-24-2011, 06:50 PM
D.J.W. van Kooten
Guest
 
Posts: n/a
Default Re: 2x Application server corrupting dbfs

On Mon, 24 Oct 2011 07:15:32 -0700 (PDT), Mathias
<mathias.hakansson@consultec.se> wrote:

Hello Mathias,

>Is there anyone who's got experience of Terminal Servers corrupting dbfs?



Are you using ADS? ADS can give corruption when you mix the use of
axdbfcdx and dbfcdx rdd's.

Dick
Reply With Quote
  #4 (permalink)  
Old 10-24-2011, 10:28 PM
info@softwareobjectives.com.au
Guest
 
Posts: n/a
Default Re: 2x Application server corrupting dbfs

mathias,

Are TS and non-TS users working at the same time? It sounds more like
a TCP stack issue based on different OS accessing the shared files
simultaneously. The sympton you describe sounds like the age old
problem of where the RDD tries to write the value with read-back. When
the read-back fails, it writes again... and keeps on doing so until it
succeeds. When this also invovles an append, that is the outcome. Huge
file growth.

Geoff


On Oct 25, 1:15*am, Mathias <mathias.hakans...@consultec.se> wrote:
> Is there anyone who's got experience of Terminal Servers corrupting dbfs?
> The customer is using something called 2x Application Server.
> The dbf is filling up with byte 0 up to 5Gb.
> At one incident the file was truncated to 406 bytes instead.
> The customer has been forced to restore the file from backup several times in the last months.
> There are also users accessing the files directly from their workstationsthrough file sharing.
> The file is located on the same computer as the TS users are connecting to, but the TS is using the file share when accessing them so that the access paths are exactly the same. The problem only occurs for the TS users.
> The TS users are sometimes experiencing that the application freezes for 30 seconds or so (not processing keystrokes or mouse input) and after that continue like nothing happened.
>
> /Mathias


Reply With Quote
  #5 (permalink)  
Old 10-25-2011, 05:33 AM
Mathias
Guest
 
Posts: n/a
Default Re: 2x Application server corrupting dbfs

Thanks for your reply Geoff.

They probably are using different OS:es. I think they are using Vista and W7 on the workstations and Server 2003 on the server. No XP machines.
The Application is built with Visual Objects 2.8 SP3. The dbfcdx driver is used. Not ADS.

Do you think this old problem could appear in this environment (which is not "age old", only slightly behind.)

The server is virtualized and runned on the ISP/server hosting company hardware. The file sharing users are connected through a very fast fiber city network, and the TS-users are connecting from another town through an ADSL internet connection.

I think I'll tell them to try tweaking their Anti Virus software, and to investigate what's causing the temporary freezing. Maybe try some of the network settings from below as well.


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\MRXSmb\Parameters]
"OpLocksDisabled"=dword:00000001

Övriga versioner av windows
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\LanmanWorkstation\Parameters]
"UseOpportunisticLocking"=dword:00000000
"UtilizeNtCaching"=dword:00000000
"UseUnlockBehind"=dword:00000001

/Mathias
Reply With Quote
  #6 (permalink)  
Old 10-26-2011, 05:58 AM
D.J.W. van Kooten
Guest
 
Posts: n/a
Default Re: 2x Application server corrupting dbfs

On Mon, 24 Oct 2011 22:33:13 -0700 (PDT), Mathias
<mathias.hakansson@consultec.se> wrote:

Hello Mathias,

>Do you think this old problem could appear in this environment (which is not "age old", only slightly behind.)


Mixing different Windows versions shouldn't be the problem; every
client does do that all the times. You could ask them to work a while
with only the same Windows versions on simultaneously to be sure.

Your registry settings reminded me of a long not used .reg file
(W2KOplockParamaters.reg) which I think was needed in Windows 2000
environment. It has a few settings more than you wrote so maybe that
could make the difference?


REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\MRxSmb\Parameters]
"OpLocksDisabled"=dword:00000001
"CscEnabled"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\LanmanServer\Parameters]
"EnableOplocks"=dword:00000000
"CachedOpenLimit"=dword:00000000
"EnableOplockForceClose"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\LanmanWorkstation\Parameters]
"UseOpportunisticLocking"=dword:00000000
"UtilizeNtCaching"=dword:00000000
"UseUnlockBehind"=dword:00000001


Dick
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 06:44 PM.


Copyright ©2009

LinkBacks Enabled by vBSEO 3.3.0 RC2 © 2009, Crawlability, Inc.