Problem open Modeler V2.x

Hi,
I have a problem with importing the file Model 2.x.
After I opened all dupplicate Sequence and with the values of Min and Max all wrong (not set correctly)

Edit: If I set the “Used Sequence (trig)” in the primary key then the sequence is duplicated. In other cases not.

How can I do?

Thanks

Message was edited by: DenIro

Hello,

Thanks for your question.

We suppose you import Oracle model to TDM3.
We have checked the problems in current version 3.4.15 and confirm there is the problem with duplicate sequences. We will fix it for next TDM version. CR # 68 989.
Thanks for your bug notification!

(Note: please check out your Private Messages section for my message.)

After I opened all dupplicate Sequence and with the values of Min and Max all wrong (not set correctly)

Let me explain how sequences are imported from v. 2 to v. 3. Sequence in TDM2 is defined in Text objects via command:
CREATE SEQUENCE seq1
MINVALUE 1
MAXVALUE 22
/
(example)

TDM 3 creates a seq1 and copy the command to tab SQL. To display the SQL tab, the checkbox Generate SQL Only on tab General must be selected.

If you have any questions, please write us back. Thanks.

Regards,

Vladka + TDM Team