Search
Active

1
Sign in to vote
0
Sign in to vote
Sign in
to vote
Type: Bug
ID: 497314
Opened: 10/12/2009 4:00:47 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
Entities that do not conform to its type cause installation of an "M" image to fail.

The error that is triggered is:
The INSERT statement conflicted with the CHECK constraint “Check_???????1”. The conflict occurred in the database “Repository”, table “?????.???????Table”.
The statement has been terminated.

Having hundreds of entities might make it incredibly hard to find the incorrect entity.

Tracing the installation process with SQL Server profiler resulted in "skipped query" messages. Maybe the settings are not correct. A DBA might find a resolution for tracing.
Details (expand)
What area of the product is your feedback for?
Oslo Models

What distribution are you using?

Oslo SDK CTP - May 2009
How important is this issue?
Important Need (Workaround available)
Repro Steps for Product Issue:
module fail {
type doingit {
right : Text#40;
wrong : Text#8 where value in {"these", "are", "correct", "values"};
}

doingits : doingit*;

doingits {

right {
right=>"right",
wrong =>"these"
},

wrong {
right => "right",
wrong => "volkswagen"
}
}
}
If this issue occurred during a Hands-on-Lab, which one was it? 
 
File Attachments
0 attachments
Sign in to post a comment.