Admin Site Admin
Joined: 09 Jan 2009 Posts: 14
|
Posted: Mon Jul 27, 2009 3:49 am Post subject: Frequent issues with DDL, and how to solve them. |
|
|
We have noticed that among DIVA users following two issues are most frequent, read carefully to understand how easy you can solve this.
1. Loading of big DDL script can take a long period of time (on old PC's this can be a minute or two), be patient, DIVA is working, give it a time.
2. If, after loading your DDL you will notice that all tables are in place, but there are no foreign-keys - this mean that you saved DDL in Unicode format. To correct this - easiest way is to open your DDL script with notepad, copy all text from it, paste in new notepad window and save it in new txt file as ANSI text. Then open this new file - all foreign-keys must be in place!
Hope this would help to new users.
I'm adding this lines into our online manual, section DDL. |
|