Running tools.saveRecord to write a value to t_slalom_outputs returns an error it cannot be larger than 50 characters
search cancel

Running tools.saveRecord to write a value to t_slalom_outputs returns an error it cannot be larger than 50 characters

book

Article ID: 4414

calendar_today

Updated On:

Products

CA Business Service Insight

Issue/Introduction

Running tools.saveRecord in a Business Logic script to write a value to t_slalom_outputs returns an error:

"SaveRecord: You used a value which is too long. The value should not exceed 50 characters."

 

Environment

Any

Cause

This is caused by the defined limit for fields in T_SLALOM_OUTPUT

Resolution

1. update t_system_configurations set sys_config_value='100' where sys_config_name like 'sizeofvaluefield' 

2. Commit;

3. Restart the services and run iisreset