I have a new installation of GIM (8.1). And I have hit my head on the problem seen below. Environment is win2008, mssql 2008. I have not seen such error on linux/oracle environment.. And I have not done anything else but install the GIM with make_gim.sql and started it..
Any ideas?
..
2012-10-18 12:27:02,876 DEBUG ecp-1-1 35000 SQLUtils.queryAndScan (SELECT CTL_UD_TO_UDE_MAPPING.ID,CTL_UD_TO_UDE_MAPPING.UD_KEY_NAME,CTL_UD_TO_UDE_MAPPING.UDE_TABLE_NAME,CTL_UD_TO_UDE_MAPPING.UDE_COLUMN_NAME,CTL_UD_TO_UDE_MAPPING.PROPAGATION_RULE,CTL_UD_TO_UDE_MAPPING.DEFAULT_VALUE,CTL_UD_TO_UDE_MAPPING.ACTIVE_FLAG FROM GIDB.dbo.CTL_UD_TO_UDE_MAPPING WHERE CTL_UD_TO_UDE_MAPPING.ACTIVE_FLAG <> 0) - enter
2012-10-18 12:27:02,881 DEBUG ecp-1-1 35000 SQLUtils.queryAndScan - exit(elapsed 5 ms) returning 11
2012-10-18 12:27:02,884 DEBUG ecp-1-1 35000 SQLUtils.queryAndScan (SELECT CTL_UDE_KEYS_TO_DIM_MAPPING.DIM_TABLE_NAME,CTL_UDE_KEYS_TO_DIM_MAPPING.DIM_TABLE_PK_NAME,CTL_UDE_KEYS_TO_DIM_MAPPING.UDE_KEY_NAME FROM GIDB.dbo.CTL_UDE_KEYS_TO_DIM_MAPPING WHERE EXISTS (SELECT 1 FROM GIDB.dbo.CTL_UD_TO_UDE_MAPPING WHERE CTL_UD_TO_UDE_MAPPING.UDE_TABLE_NAME = CTL_UDE_KEYS_TO_DIM_MAPPING.DIM_TABLE_NAME AND CTL_UD_TO_UDE_MAPPING.ACTIVE_FLAG <> 0)) - enter
2012-10-18 12:27:02,891 DEBUG ecp-1-1 35000 SQLUtils.queryAndScan - exit(elapsed 7 ms) returning 1
2012-10-18 12:27:03,114 INFO ecp-1-1 30000 [color=red]com.genesyslab.gim.etl.exceptions.InvalidConfiguration: Column IRF_USER_DATA_GEN_1.CASE_ID is defined in mapping but not in data base schema[/color]
Column IRF_USER_DATA_GEN_1.CUSTOMER_ID is defined in mapping but not in data base schema
Column IRF_USER_DATA_GEN_1.SERVICE_OBJECTIVE is defined in mapping but not in data base schema
Column IRF_USER_DATA_GEN_1.IPURPOSE is defined in mapping but not in data base schema
Column IRF_USER_DATA_GEN_1.GSW_CALL_ATTEMPT_GUID is defined in mapping but not in data base schema
Column IRF_USER_DATA_GEN_1.REVENUE is defined in mapping but not in data base schema
Column IRF_USER_DATA_GEN_1.SATISFACTION is defined in mapping but not in data base schema
Column INTERACTION_DESCRIPTOR.CUSTOMER_SEGMENT is defined in mapping but not in data base schema
Column INTERACTION_DESCRIPTOR.SERVICE_TYPE is defined in mapping but not in data base schema
Column INTERACTION_DESCRIPTOR.SERVICE_SUBTYPE is defined in mapping but not in data base schema
Column INTERACTION_DESCRIPTOR.BUSINESS_RESULT is defined in mapping but not in data base schema
.GimAddPartitionsTask throwed runStep - InvalidConfiguration
2012-10-18 12:27:03,116 WARN ecp-1-1 20049 Job step 'InitPartitions' failed Column IRF_USER_DATA_GEN_1.CASE_ID is defined in mapping but not in data base schema
Column IRF_USER_DATA_GEN_1.CUSTOMER_ID is defined in mapping but not in data base schema
Column IRF_USER_DATA_GEN_1.SERVICE_OBJECTIVE is defined in mapping but not in data base schema
..