ERROR : while updating

Post Reply
gaurav.shetti
Posts: 119
Joined: Fri Feb 27, 2009 9:09 am

ERROR : while updating

Post by gaurav.shetti »

I am getting this error when i ran one of the scripts. Any idea what is happening
<!-- 006 dataform_sanity:75: Cannot write to KDBF file /vol01/sc/db/supdb/../../index/supdb/xdfrmids_alt.btr: No file write permission in the function kdbf_put -->
<!-- 006 dataform_sanity:75: Could not write 8,192-byte page at offset 0xB87E168C of B-tree /vol01/sc/db/supdb/../../index/supdb/xdfrmids_alt.btr in the function btwritepage -->
<!-- 005 dataform_sanity:75: Cannot get page 0x3CB573EC of B-tree /vol01/sc/db/supdb/../../index/supdb/xdfrmids_alt.btr in the function [vbt]search -->
Form id : 16175 Form Doc id : 122554602
<!-- 006 dataform_sanity:75: Cannot write to KDBF file /vol01/sc/db/supdb/../../index/supdb/xdfrmids_alt.btr: No file write permission in the function kdbf_put -->
<!-- 006 dataform_sanity:75: Could not write 8,192-byte page at offset 0xB87E168C of B-tree /vol01/sc/db/supdb/../../index/supdb/xdfrmids_alt.btr in the function btwritepage -->
<!-- 005 dataform_sanity:75: Cannot get page 0xB8ED995A of B-tree /vol01/sc/db/supdb/../../index/supdb/xdfrmids_alt.btr in the function [vbt]search -->
<!-- 006 dataform_sanity:75: Cannot write to KDBF file /vol01/sc/db/supdb/../../index/supdb/xdfrmids_alt.btr: No file write permission in the function kdbf_put -->
<!-- 006 dataform_sanity:75: Could not write 8,192-byte page at offset 0xB87E168C of B-tree /vol01/sc/db/supdb/../../index/supdb/xdfrmids_alt.btr in the function btwritepage -->
<!-- 005 dataform_sanity:75: Cannot get page 0x3CB573EC of B-tree /vol01/sc/db/supdb/../../index/supdb/xdfrmids_alt.btr in the function [vbt]search -->
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

ERROR : while updating

Post by mark »

Looks like you were running texis as the wrong user. That problem is usually avoided by making texis setuid to the dba account. It's critical that all texis processes always run as the same userid.
Post Reply