i am on Universe and i run a script that automatically creates a file
"globus.locked" in bnk.run. i then edited my users' .profile to check
for the existence of this file. if it exits then it will deny user
from proceeding. i am sure you can do almost the same on jBASE.
Regards
Concern
+263912271566
--
C. Shoko
Temenos GLOBUS Developer
|Systems Analyst|MBCA Bank |Harare |Zimbabwe |+263 912 271 566 |
I have noted over a period of time that on system crashes (power cuts etc) we normally have a couple of files that are corrupted.
I want to be able to prevent this...
I’m looking into ways of ensuring that the file integrity for these files is always complete so that they are not corrupted, whilst minimizing the performance hit on the system...
There seem to be a couple of methods that I could use (I think) :-
1. Change the files in question to J3 format with the SECURE flag set to yes.
2. Surround the updates to these files within a transaction (I’m not sure of the exact syntax but I think this forces a disk write?).
Are there any other methods I should be considering ?
What would be the best methodology ?
This is on jBASE 3.4 running on Windows server 2003.
Regards
Simon
I have noted over a period of time that on system crashes (power cuts etc) we normally have a couple of files that are corrupted.
I want to be able to prevent this...
I’m looking into ways of ensuring that the file integrity for these files is always complete so that they are not corrupted, whilst minimizing the performance hit on the system...
There seem to be a couple of methods that I could use (I think) :-
1. Change the files in question to J3 format with the SECURE flag set to yes.
2. Surround the updates to these files within a transaction (I’m not sure of the exact syntax but I think this forces a disk write?).
Are there any other methods I should be considering ?