Hi,

EDG Studio 7.3

I am attempting to import a DDL file generated by SSMS (SQL Server).  Using
the import wizard, I select the type of DDL and give it a database name.
The only triples created are those for an instance of Physical Data Model
and Relational Database.  Everything in the file is ignored.

To debug, I stripped the file down to a single create table statement (see
below).  Even that is ignored.  I cannot even be sure EDG is actually
reading the file.  There are no console/log messages.  No visible errors of
any kind.

What should I try next?

Thanks,

Tim


[image: image.png]



CREATE TABLE [dbo].[MY_TABLE](
[PK] [nvarchar](255) NOT NULL,
[EXCLUDE_PICKING] [bit] NOT NULL,
[REPLENISHMENT_ACCESS] [bit] NOT NULL,
[DESTINATION_AREA] [nvarchar](255) NOT NULL,
[DESTINATION_LOAD_UNIT_TYPE] [nvarchar](30) NOT NULL,
[SOURCE_AREA] [nvarchar](255) NOT NULL,
[SOURCE_LOAD_UNIT_TYPE] [nvarchar](30) NOT NULL,
[UNPACKING_ZONE] [nvarchar](40) NULL,
[CREATE_DATE] [datetime2](7) NULL,
[CREATE_USER] [nvarchar](255) NULL,
[MOD_DATE] [datetime2](7) NULL,
[MOD_USER] [nvarchar](255) NULL,
[VERSION] [bigint] NOT NULL,
 CONSTRAINT [PK_W_AREA_ACCESS] PRIMARY KEY CLUSTERED
(
[PK] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF,
ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to topbraid-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/CAF0WbnLfLdokhEkz%2Bbs7%3DqL6pFWy%2BdHOuBk7uH8KuxZtvj7FsQ%40mail.gmail.com.

Reply via email to