Details
Description
Here is the description from the ANT build script:
[sql] Failed to execute: /* add an index on most of the observation_fact fields */ CREATE INDEX OF_IDX_ALLObservation_Fact ON Observation_Fact ( Encounter_Num , Patient_Num , Concept_Cd , Start_Date , Provider_Id , Modifier_Cd , inst
ance_num, ValType_Cd , TVal_Char , NVal_Num , ValueFlag_Cd , Quantity_Num , Units_Cd , End_Date , Location_Cd , Confidence_Num , Sourcesystem_Cd ) [sql] com.microsoft.sqlserver.jdbc.SQLServerException: The index 'OF_IDX_A
LLObservation_Fact' on table 'Observation_Fact' has 17 column names in index key list. The maximum limit for index or statistics key column list is 16.
[sql] Failed to execute: /* add an index on most of the observation_fact fields */ CREATE INDEX OF_IDX_ALLObservation_Fact ON Observation_Fact ( Encounter_Num , Patient_Num , Concept_Cd , Start_Date , Provider_Id , Modifier_Cd , inst
ance_num, ValType_Cd , TVal_Char , NVal_Num , ValueFlag_Cd , Quantity_Num , Units_Cd , End_Date , Location_Cd , Confidence_Num , Sourcesystem_Cd ) [sql] com.microsoft.sqlserver.jdbc.SQLServerException: The index 'OF_IDX_A
LLObservation_Fact' on table 'Observation_Fact' has 17 column names in index key list. The maximum limit for index or statistics key column list is 16.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.6 [ 10051 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Workflow | classic default workflow [ 10155 ] | i2b2 Issues [ 10377 ] |
Component/s | Data [ 10024 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | i2b2 Issues [ 10377 ] | i2b2 Issues Workflow [ 10550 ] |
Component/s | Data [ 10050 ] | |
Component/s | Data [ 10024 ] | |
Fix Version/s | 1.6.00 [ 10141 ] | |
Fix Version/s | 1.6.00 [ 10051 ] | |
Key |
|
|
Project | i2b2 [ 10000 ] | i2b2 Core Project [ 10034 ] |
Affects Version/s | 1.6.00-RC2 [ 10137 ] | |
Affects Version/s | 1.6.00-RC2 [ 10032 ] |
CREATE INDEX OF_IDX_ALLObservation_Fact ON Observation_Fact
(
Encounter_Num ,
Patient_Num ,
Concept_Cd ,
Start_Date ,
Provider_Id ,
Modifier_Cd ,
instance_num,
ValType_Cd ,
TVal_Char ,
NVal_Num ,
ValueFlag_Cd ,
Quantity_Num ,
Units_Cd ,
End_Date ,
Location_Cd ,
Confidence_Num ,
Sourcesystem_Cd
)
;