ganesh_kapase
7th July 2005, 17:17
Hi
I had installed the solution which includes table definition. After installation I had ran CRDD (ttadv5215m000), restarted BAAN services & lastly restarted BAAN server.
For one specific table I am getting error message in GTM as 'Data Definition not found' where as in the session 'Maintain Table Definition' I can able to see that specific table. Also in BAAN\dict folder the particular Table Definition is present.
Please guide me in this matter ASAP.
Thanx
GANESH
dave_23
7th July 2005, 17:51
The new table def probably also came with a new domain, if you don't
Convert to runtime on the Domains before the Tables you can run into
this sort of problem.
Do a CRDD for Domains, then a CRDD for the table and you should be all set
- you may have to run CREATE runtime this time instead of CONVERT.
Dave
fmorais
7th July 2005, 17:54
I had a similar problem a while ago.
The problem then, as far as I can remember, had to do with an enum domain, for which the language descriptions were not yet present in the combination I was using.
-Try to check (in the domain definition file) the domain definitions on the domains the table is using. Correct problems if they exist.
-Run convert to RDD (for everything)
-Run create RDD (for domains and the referred table)
-restart shared memory.
Hope this helps
Fred
ganesh_kapase
7th July 2005, 18:19
Hi Fred
The installed soln is having the new enum domain but could not understood how to check & correct the problem mentioned by you.
please explain...
GANESH
fmorais
8th July 2005, 12:47
Here is what I would do:
-See in the domain definition file (d<package>.pd) for the current package combination if the domain is present. This is just to see if we can arrive to a conclusion. If it's not there, the table definition will not be created correctly for sure.
-Look in the domain descriptions for the language you're using and if the descriptions are absent, create them manually.
-Run Convert to RDD and create RDD.
-Restart shared memory.
Fred
ganesh_kapase
9th July 2005, 10:20
Thanx Fred problem solved.
GANESH
fmorais
9th July 2005, 13:30
Glad to help.
What was exactly the problem then?
ganesh_kapase
10th July 2005, 12:24
See I had installed the solution in Upgrade VRC which is derived from Localization VRC. All users are working under LIVE VRC which is derived from Upgrade VRC. After installation of solution I ran the session Convert RDD for only Upgrade VRC. Now I ran the Create RDD first for Upgrade VRC & then for LIVE VRC & restarted the server.
These steps solves my problem.
GANESH
Rita Kotecha
11th July 2005, 13:54
Hi Ganesh,
Initially I also had learnt about VRC from such experiences