Hi Rajesh,
the messahe is not really an error, but just a info, that the message being logged does not fit into the column and that will be shortened before inserting.
This means that only the first 1024 characters are persisted, the rest will get lost due to truncation.
You can try to increase the length of the column:
- alter table ActivityLog modify FullMessage varchar2(4000)
Restart the IS to be sure that the caches get refreshed accordingly.
Regards,
Holger
#webMethods#B2B-Integration#Integration-Server-and-ESB