Wiki source code of 4. Error log

Last modified by David Persson on 2020/06/26 01:15
Show last authors
1 = =
2
3 (% class="jumbotron" %)
4 (((
5 (% class="container" %)
6 (((
7 If errors are encountered during processing of files (CustomerContract or ContractBilling) sent to PayEx an error log will be created and returned, describing what type of error i.e. logical, format or xml-validation error.
8 )))
9 )))
10
11 (% class="row" %)
12 (((
13 (% class="col-xs-12" %)
14 (((
15 ----
16
17 == Error log file ==
18
19 [[image:FileResponse_[1.X].xsd.svg||height="285" width="339"]]
20
21 (% class="wikigeneratedid" %)
22 If any error occur during the process of any of the XML files sent to PayEx, an error log file is generated and sent back with detailed description of all the errors that occured. Depending of the type of error you may need to fix the invalid elements and send it again in a new file.
23
24 == Error Codes ==
25 )))
26 )))
27
28 Below is a list of some errorcodes that may occur in the errorfile
29
30 (% class="table-bordered table-striped" %)
31 |=(% style="width: 302px;" %)MessageCode|=(% style="width: 2940px;" %)Description
32 |(% style="width:302px" %)1210|(% style="width:2940px" %)AccountName must be unique
33 |(% style="width:302px" %)1024|(% style="width:2940px" %)Registration number XXXXX is invalid
34
35 (% id="HNameconvention" %)
36 == Name convention ==
37
38 ErrCustomerContract_<CompanyNumber>_<DateTime>_<SerialNumber>[Original related filename].xml
39
40 ErrContractBilling_<CompanyNumber>_<DateTime>_<SerialNumber>[Original related filename].xml
41
42
43 (% class="table-bordered table-striped" %)
44 |=Names Component|=Description
45 |CompanyNumber|The company number in our ledger system
46 |DateTime|Date created, Should be in the format ISO 8601 format, YYYYMMDDhhmmdd
47 |SerialNumber|Should follow an uninterupted number series, 00001, and so on.
48
49 == Current XML schema description ==
50
51 A detailed description of the elements in the current version of the XML schema definition file (XSD) can be found [[here>>doc:.xml-schema-description.WebHome]]
52
53 == Download current XML schema file ==
54
55 (% class="row" %)
56 (((
57 (% class="col-xs-12" %)
58 (((
59 (% border="0" style="width:1023px" %)
60 |=(% style="width: 208px; background-color: rgb(237, 237, 237);" %)Fileversion|=(% style="width: 213px; background-color: rgb(237, 237, 237);" %)Version|=(% style="width: 288px; background-color: rgb(237, 237, 237);" %)Releasedate|=(% style="width: 585px; background-color: rgb(237, 237, 237);" %)Comment
61 |(% style="width:208px" %)[[FileResponse_[1.X].xsd>>attach:Main.Contract-financing.Technical-reference.WebHome@FileResponse_[1.X].xsd]]|(% style="width:213px" %)1.0|(% style="width:288px" %)2016|(% style="width:585px" %)
62
63 == Change Log ==
64
65 (% id="HVersion1.1" %)
66 ==== **Version 2.0{{id name="3"/}}** ====
67
68 (% id="HJanuary2C2016" %)
69 ===== September, 2016 =====
70
71 [[FileResponse_[1.X].xsd>>attach:Main.Contract-financing.Technical-reference.WebHome@FileResponse_[1.X].xsd]]
72
73 (% class="box" %)
74 (((
75 Initial version (latest documented version)
76 )))
77
78 == Download sample files ==
79
80
81 )))
82 )))