satinderg
5th March 2003, 07:42
Field not found while creating indices in baan vc.
I have created 1 table in baan v c with 2 fields now trying to create index on 1st field it says "Field Not found".
RobertB
5th March 2003, 08:25
Are you using any user-defined domains in your table? I find when I do that, the server has to be restarted to get the domains loaded into shared memory.:eek:
satinderg
5th March 2003, 09:05
Thanks for that. I am using user defined label but i have not restarted my server. i will try this.
dkorst
5th March 2003, 15:58
We have encountered the same problem. The current work around for us is to load the index through GTM. The index needs to be added to ttadv421 and an entry for the index description on table ttadv130. Then do the the Create Runtime on the table.
Debbie
satinderg
6th March 2003, 04:55
Thanks Debbie.