max length of string field is not getting updated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2017 02:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2017 04:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2017 06:14 AM
Its working with Form design.Thanks for the response.But i am wondering why its not working doing with dictionary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2017 06:43 AM
Hi Santosh ,
As per best understanding of this issue from description , when you updated maxlength field on the dictionary record , it started transaction for longer time and did not finish !!! But this never gave you any error .
Since your instance is in Helsinki Patch 10 , TASK table is flattened [ means : all tables extending to TASK table do exist on TASK table ]
In this case when you initiate maxlength change on any fields , it is on OLINE ALTER , which goes through all records in TASK table , depending on the size of TASK table it may take longer to finally show the change .
Sometime if takes longer than defined quota in your instance , then it will end with information transaction cancelled .
In this case you have to increase quota to allow successful completion .
Reference : Default quota rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2020 12:26 AM
Hi,
I am facing same issue, Is there any solution for this?
Or can you elaborate more on that rule.
Thanks.