Attempt to set the system name during bulk_load.sql.
Changes to constraint messages in comsg.ctl. Attempt to associate the new schema with the workspace in AssociateSchema.sql. Change schema contract sizes to 35 characters Add a DEBUG parameter to the Ruby constants.rb git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3759 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -27,6 +27,10 @@ BEGIN
|
||||
dbms_output.put_line('Run bulk_load: Unexpected parameter value of &&1 received');
|
||||
END IF;
|
||||
|
||||
update system_configuration
|
||||
set value = 'WEBMIP - '||upper('&&1')||' - '||to_char(sysdate, 'DD-Mon-YYYY')
|
||||
where parameter = 'SYSTEM_NAME';
|
||||
|
||||
END;
|
||||
/
|
||||
exit
|
||||
|
||||
@@ -105,7 +105,7 @@ PRTP_PK|Attempting to create a duplicate Party_Relationship_Types entry
|
||||
PRTP_RT_FK|Application Error: Attempting to violate foreign key constraint PRTP_RT_FK. Please report this error to Advantica.
|
||||
PRTP_RT_FROM_FK|Application Error: Attempting to violate foreign key constraint PRTP_RT_FROM_FK. Please report this error to Advantica.
|
||||
PRTY_MANU_MANU_REF_UK|Attempting to enter a duplicate value (defined by unique constraint PRTY_MANU_MANU_REF_UK).
|
||||
PRTY_MKTP_MKTP_REF_UK|Attempting to enter a duplicate value (defined by unique constraint PRTY_MKTP_MKTP_REF_UK).
|
||||
PRTY_MKTP_MKTP_REF_UK|This Market Participant Reference has already been assigned to another market participant
|
||||
PRTY_PK|Attempting to create a duplicate Parties entry
|
||||
PWD_PK|Attempting to create a duplicate Passwords entry
|
||||
PWD_PRTY_FK|Application Error: Attempting to violate foreign key constraint PWD_PRTY_FK. Please report this error to Advantica.
|
||||
@@ -187,3 +187,9 @@ POCO_PK|Attempting to create a duplicate Postcodes entry
|
||||
POCO_POCO_UK|This postcode already exists.
|
||||
POCO_REGI_FK|Application Error: Attempting to violate foreign key constraint POCO_REGI_FK. Please report this error to Advantica.
|
||||
PRTY_ORG_NAME_UK|An organization with this name already exists.
|
||||
COSTS_AICO_MANDATORY_CK|Additional item is mandatory
|
||||
COSTS_MOCO_MANDATORY_CK|Module is mandatory
|
||||
COSTS_HOCO_MANDATORY_CK|Housing is mandatory
|
||||
COSTS_BACO_MANDATORY_CK|Base is mandatory
|
||||
COSTS_MECO_MANDATORY_CK|Meter is mandatory
|
||||
COSTS_LACO_MANDATORY_CK|Enquiry type and meter type are mandatory
|
||||
|
||||
Reference in New Issue
Block a user