Hi,
This is really a big problem for me, i am not able to save new forms on the server.
I am trying to creat a form on the server when i try to save the form the form does not get saved.
I even tried to import the form it show the import was successful but there is no form on the server which i imported.
Pls provide some suggetion.
Thanks In advance
Are you getting any error while saving the Form ? Have you tried creating any other workflow objects (eg: Active Links, Fileters etc.) ?
What version you are working on ?
Good day.
A few checks you might consider:
Hi,
Do you get any specıfıc error whıle savıng the Form?
As you saıd - I am trying to creat a form on the server when i try to save the form the form does not get saved.
-HTH
Vishal
Hello There,
The complete error in cases such as the one you have described when trying to save a form is the following:
The following item was not imported : test (ARERR 55) Total length of all fields involved in an index is created than the maximum length allowed.
You can try the following Solution:
Remove the indexes from the Fields in your Form.
Regards.
Hassani
Yeah Hassani is correct.
What you also can try it checking the indexes, the total field lenght cannot exceed 255 (i think it is)
So if you have example
Short Description (60 length)
Notes (100 length)
You can add them both in one index cos they total to 160 (which is less than 255)
If Hassani's advice doesnt work, check if there isnt another form that somehow got a bad index (switch on serverside SQL logs to see what happens when you import)
good luck
Hi,
Thanks for the Response. What I tried is have created a Regular form with no changes done to it and then saving this form. There was no change done to its field length and Index. even then it is not saving the form and give the previously mentioned message.
I think your indexes is bad somewhere.
Get server side logs, SQL and server logs while saving the form and see what that sais.
Have a look at this utility (which i think can rebuild indexes) written by vriedweg
It might be able to rebuild your indexes, but like i said, first check the logs if there is anything obvious wrong
HTH
do you have development cache mode on? are you on windows or unix? what is the arserver memory consumption while saveing?
on a 32 Bit windows, maximum memory consuption per process is limited to 2 GB. there is a so called 3G switch to change that.
My wild guess is that dev cache mode is off and that the server runs into memory problems (Do you have ITSM installed?).
However, from the error message you get it could be something else of course. As suggesetd by the others, check the server side logs.
good luck
Hi Everyone,
I pretty much sure that this issue is related to INDEXES. At least that's what several Knowledge entries indicate based on the error when trying to save.
As suggested by Shark, check server side Logging to see what happens.
Have you tried to delete/Remove Indexes ?
Regards.
Hassani
