Hi Jim,

I seem to have a similar problem on an AIX machine where I get a SCAN_FILE
error


On 8/3/09, Jim Idle <[email protected]> wrote:
>
> naresh ghimire wrote:
>
> Hi Jim,
> Suppose i am using ERM disk mirroring, and if my master file is  working
> fine and using by jbase user. suppose one user inputting a FT transaction
> into a customer account in the same time if i take a flash copy or copy of
> mirrored data i found the F.USER, FXXX.FUNDS.TRANSFER & other related files
> which is using by the user got curropted. but in the G13 with Jbase4.xx this
> problem was not there. If you have any idia please suggest me for the
> solution.
>
> The 'problem' is there in earlier releases - you just got lucky. Basically
> you cannot do this. Before making such copies you have to quiesce the
> database and sync to disk. There is a command in your version of jBASE that
> might help though:
>
> Try a script:
>
> #! /bin/ksh
> DB-PAUSE
> sync
> # command to do filesystem copy goes here
> DB-RESUME
>
>
> However, I am unfamiliar with the use of those commands (I don't think it
> is a good way to do things) so check with TEMENOS or others here that may
> have done this.
>
> Even with the above, while it should mean you don't get a corrupt file, it
> does nothing to protect against the fact that you might be half way through
> a transaction, so the target copy is still next to useless. You need to
> implement transaction journaling and jlogdup.
>
> Jim
>
>
>
>
> On Sun, Aug 2, 2009 at 10:47 PM, Jim Idle <[email protected]> wrote:
>
>>
>> kumar wrote:
>> > Hi, I am using jbase5.0.6 and T24 R07. At the time of user login if my
>> > server shutdown due to power failer or other reason (without logout
>> > the user) the jbase files which is using by my user has got curruted
>> > after reboot the server. Same problem i am facing in ERM Mirroring
>> > data of AIX server. Please any body can give me idia about this
>> > problem.
>> >
>> >
>>
>
>
>
>
>
> >
>
>

--~--~---------~--~----~------------~-------~--~----~
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to