file-03 for z100; tables which file-03 can't handle
- Product: Aleph
- Product Version: 20, 21, 22, 23
- Relevant for Installation Type: Dedicated-Direct, Direct, Local, Total Care
I
Description
The file-03 Service for the z100 table doesn't work: the ./files/z100.seq file has no data, only this error message: "ORA-01489: result of string concatenation is too long." It seems there are certain tables which file-03 can't handle.
Resolution
The z100 has been added to the list of files (seen in $aleph_proc/p_file_03_1 ) which file-03 doesn't handle:
if ($p_table_name == z110 | \
$p_table_name == z05 | \
$p_table_name == z130 | \
$p_table_name == z131 | \
$p_table_name == z300 | \
$p_table_name == z00r | \
$p_table_name == imgtab_b | \
$p_table_name == imgtab_f | \
$p_table_name == tmptable | \
$p_table_name == z00p | \
$p_table_name == z100 | \
$p_table_name == z301)
then
This will be a v22/v23 rep_change (fix request 401)
- Article last edited: 22-Feb-2016