Invalid file format for exception messages.
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3763 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -3,16 +3,17 @@ INFILE *
|
|||||||
INTO TABLE exception_messages
|
INTO TABLE exception_messages
|
||||||
REPLACE
|
REPLACE
|
||||||
FIELDS TERMINATED BY '|'
|
FIELDS TERMINATED BY '|'
|
||||||
|
TRAILING NULLCOLS
|
||||||
(
|
(
|
||||||
EXCEPTION_NUMBER,
|
exception_number
|
||||||
MESSAGE,
|
,message
|
||||||
EXME_TYPE,
|
,exme_type
|
||||||
CREATED_BY,
|
,created_by
|
||||||
CREATED_ON,
|
,created_on
|
||||||
EXME_COMMENT,
|
,exme_comment
|
||||||
UPDATED_BY,
|
,updated_by
|
||||||
UPDATED_ON
|
,updated_on
|
||||||
)
|
)
|
||||||
BEGINDATA
|
BEGINDATA
|
||||||
1|-20000|This indicates an assertion failure - check ERROR_LOGS|E||24/01/2008|||
|
-20000|This indicates an assertion failure - check ERROR_LOGS|E||24-JAN-08|||
|
||||||
2|-20100|Attempt to upload file failed, file may be over 3 megabytes in size or total files for enquiry exceed 10 megabytes|E||06/02/2008|||
|
-20100|Attempt to upload file failed, file may be over 3 megabytes in size or total files for enquiry exceed 10 megabytes|E||06-FEB-08|||
|
||||||
|
|||||||
Reference in New Issue
Block a user