Dear U2 Users,

        Is anyone having idea regarding the uniVerse 10 when apply the
Begin/End Transaction, it do not allow to write to the remote file.  Once
execute the program , it prompt the belowing messages Network writes not
allowed within a transacton.
Is it the security of the Database ?

        For eg , From Server A , having a program as below  to access the
remote file of Server B ( ie ASY.FV )  which is code within the Begin / End
Transaction

                ...
                READU REC FROM ASY.FV , ID ELSE
                        CRT "ERROR READ FILE"
                EXIT
                
                BEGIN TRANSACTION
                        REC<1> = "TEST" : X
                        WRITE REC TO ASY.FV,ID ELSE
                                CRT "FAIL WRITE REC"
                        END
                        IF ( P.ERROR ) THEN
                                ROLLBACK
                        END
                        COMMIT
                END TRANSACTION
                RELEASE ASY.FV

Error message is as follow

FATAL: Network writes not allowed within a transacton.
rolling back uncommitted transactions begun within this execution
environment.




Thanks and Regards



DISCLAIMER:-
<<This email is confidential and intended only for the use of the individual
or entity named above and may contain information that is privileged. If you
are not the intended recipient, you are notified that any dissemination,
distribution or copying of this email is strictly prohibited. If you have
received this email in error, please notify us immediately by return email
or telephone and destroy the original message.  Thank you.>>


-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to