How do I fix the following Datamapper map errors:

ERROR:Value ‘123456′ does not match pattern. Facet pattern = ‘p,s’. element=’PAYMUL[1]/SEQUENCE1[1]/g004[1]/SEQUENCE1[1]/LIN[1]/SEQUENCE1[1]/e01_1082[0]/’. At line = 1 column = 306. At line = 1 column = 306.
ERROR:Value ‘123456789012345678′ does not match pattern. Facet pattern = ‘p,s’. element=’PAYMUL[1]/SEQUENCE1[1]/g004[1]/SEQUENCE1[1]/g011[1]/SEQUENCE1[1]/MOA[1]/SEQUENCE1[1]/cmp01[1]/SEQUENCE1[1]/e02_5004[0]/’. At line = 1 column = 464. At line = 1 column = 464.
ERROR:Value ‘8′ does not match pattern. Facet pattern = ‘p,s’. element=’PAYMUL[1]/SEQUENCE1[1]/UNT[1]/SEQUENCE1[1]/e01_0074[0]/’. At line = 1 column = 536. At line = 1 column = 536.

The respective fields above have data type definitions of decimal(6,6), decimal(18,18) and decimal(6,6) respectively.

Thanks for any ideas!

continue reading.....