evesely
5th June 2002, 18:28
I have created a new enumerated domain which I am using for a form field (it is not in any tables). I have exported the form, domain, etc. and imported them into the appropriate VRC. I have attempted multiple variations of create runtime and convert runtime all to no avail (and there are no messages if I check 'print errors'). When I exit and re-enter Baan to run the session, I get a message stating that the field has an unknown domain. The client's VRC/package combination hierarchy is a bit complex, but like I said, I have tried create on many different levels:

VRC PkgComb
A --- 1
|     |
B --- 2 <- production company
| &nbsp;&nbsp;&nbsp; |
C --- 3 <- location of mods
...
IVc3

The system is IVc3 on NT. I've never had this problem with domains before. I also created a test table with just that field just to see if I could get it to work -- no luck. GTM says no data definition for the table.

Any suggestions?

MariaC
6th June 2002, 09:23
Have you tried stopping and starting shared memory?

evesely
6th June 2002, 15:43
That was my next idea. They are going to try that tonight. Since the domain is brand new (as well as the session and form), I wouldn't have thought it would be a problem. But when you're desperate... :p

kimmda1
6th June 2002, 18:22
$BSE/dict to check the status of the domain? Do you see it in domain set for the package you are in? What does a diff between the .old and the current set yield?

evesely
7th June 2002, 16:30
Stopping Baan and cleariing shared memory allowed the subsequent Create Runtime Data Dictionary run to work on the troublesome domain.