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:
hardya
2008-02-28 16:05:48 +00:00
parent dd9ac2033f
commit b07e0fbe96

View File

@@ -3,16 +3,17 @@ INFILE *
INTO TABLE exception_messages
REPLACE
FIELDS TERMINATED BY '|'
TRAILING NULLCOLS
(
EXCEPTION_NUMBER,
MESSAGE,
EXME_TYPE,
CREATED_BY,
CREATED_ON,
EXME_COMMENT,
UPDATED_BY,
UPDATED_ON
exception_number
,message
,exme_type
,created_by
,created_on
,exme_comment
,updated_by
,updated_on
)
BEGINDATA
1|-20000|This indicates an assertion failure - check ERROR_LOGS|E||24/01/2008|||
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|||
-20000|This indicates an assertion failure - check ERROR_LOGS|E||24-JAN-08|||
-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|||