Avatar

Level 1

ix_76 is the index record pointing to the Instructions field in the yourdeployment.tb_task table in the LiveCycle database. A customer using LiveCycle Process Management (Workspace) had the identical issue. This field holds the data from the "Task Instructions" user action in Workspace. The LiveCycle database limits this field to 900 bytes. My customer was using a variable to populate Task Instructions that pulled data from a form. If the data was less than 900 characters the form would go through. If it was exceeded the process would stall. The resolution is to limit data to fewer than 900 characters.