jackal
22nd November 2006, 11:28
I am making a new table in our system. After adding some fields, I tried to convert the data dictionary to make this table work. But the system popped a window showing some errors (seen in the attachment) and stopped converting.:eek: Though I tried to use "Create Data Dictionary" after that, the stuation is just the same.
Is there some body help me??
P.S.: Who can tell me how to paste pictures in post? As I am a starter here.
bdittmar
22nd November 2006, 11:59
I am making a new table in our system. After adding some fields, I tried to convert the data dictionary to make this table work. But the system popped a window showing some errors (seen in the attachment) and stopped converting.:eek: Though I tried to use "Create Data Dictionary" after that, the stuation is just the same.
Is there some body help me??
P.S.: Who can tell me how to paste pictures in post? As I am a starter here.
Hello,
assign the timestamp field (MS SQL !)
Regards
jackal
22nd November 2006, 14:55
Hello,
assign the timestamp field (MS SQL !)
Regards
Hi,
How to assign this timestamp field? I mean in the SQL Server or the Baan Development UI?
And I wonder should I really add a timestamp field to the table? I seldom saw such a field in other tables originally existing in the system. (Note: the name of the table I made is NOT "ttadv436"!)
ThanX & Regards
jackal
28th November 2006, 09:33
Hey, nobody knows how to do? I am in despair now!! I suppose some real master-hand didn't appear yet, right?
jackal
8th December 2006, 12:17
Hey, nobody knows how to do? I am in despair now!! I suppose some real master-hand didn't appear yet, right?
I really hope I will meet somebody rescuing me here. Or my boss will kill me!!:o
pconde
8th December 2006, 12:31
Hello,
I think that something is wrong in your tools. Do you have installed tools solutions? if yes check if it was needed to do a reconfig of the tools tables (create RDD for TOOLS)
Regards
Philippe
NPRao
8th December 2006, 20:03
Jackal,
I checked our LN environment and there is no tools table ttadv436. Did you create that table yourself? If so, you are not supposed to create/modify tools tables. ttadv5213m000 is the session for Runtime for Tools and not ttadv5210m000 - which is Create Runtime DD (non-Tools, Application Packages).
You have to be explicit, how did you generate this error.
You get assistance on this forum from various contributing volunteers. If you need immediate help, you should contact your local BaaN Support Centre.
nidyar
9th December 2006, 12:18
Create Table in some other package instead of tt adv . Once table is loaded in shared memory, to modify the table you need to restart server or shared memory service (with no user logged in) after create run time.
jackal
13th December 2006, 17:50
Jackal,
I checked our LN environment and there is no tools table ttadv436. Did you create that table yourself? If so, you are not supposed to create/modify tools tables. ttadv5213m000 is the session for Runtime for Tools and not ttadv5210m000 - which is Create Runtime DD (non-Tools, Application Packages).
You have to be explicit, how did you generate this error.
You get assistance on this forum from various contributing volunteers. If you need immediate help, you should contact your local BaaN Support Centre.
Hello,
I searhed my disk and found files "dttadv436" with a size of 7kb and "oadv436" with a size of 6kb. I don't know how them exist. actually we didn't create this table. And they contain some functions we didn't touch before. So I guest that perhaps it was added in from a certain patch, if you are sure there is no such a table in your LN environment. Yet the strangest thing is I can't find the corresponding table in the database. I really in confusion now.:o
NPRao
13th December 2006, 22:04
I could not find that table or object in our LN environment. We are on Porting Set 7.6a.02, with SP1 and latest tools patches. This table/object might have been part of FP2 or FP3. You didn't specify this information in your posting. If this is a core Tools issue, are you working with your local BaaN Support?
schweizer
31st January 2007, 17:56
is the problem solved?
Table ttadv463 is installed with Sol. 200874. Refer to the solution text.
jackal
8th February 2007, 08:55
Create Table in some other package instead of tt adv . Once table is loaded in shared memory, to modify the table you need to restart server or shared memory service (with no user logged in) after create run time.
The problem had been solved. what nidyar said is right, but I didn't actually understand the meaning of his words, as I am a begginer. Thanks nidyar! Also thanks all that offer me help!:)