Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Message: ORA-01861: literal does not match format string

Hi all, 

 

in talend, im doing the integration, and when i run the job, i am facing this issue, 
can anyone please help me with this?? 

 

this is the exact error that it is showing

 

================================================

Starting job tfileinput at 11:56 07/11/2017.

[statistics] connecting to socket on port 3863
[statistics] connected
SQLState: 22008
Error Code: 1861
Message: ORA-01861: literal does not match format string
SQLState: 22008
Error Code: 1861
Message: ORA-01861: literal does not match format string
[statistics] disconnected
Job tfileinput ended at 11:56 07/11/2017. [exit code=0]

=========================================================

 

 

 

Thanks and Regards

Rak**bleep**a

Labels (2)
5 Replies
Anonymous
Not applicable
Author

Are you trying to insert any date formatted data?
Anonymous
Not applicable
Author

yes..im using the tmap component in talend, im mapping the columns accordingly

the fields im using are 

LastUpdateDate

CreationDate and others0683p000009LrYf.png

Anonymous
Not applicable
Author

Actually in SOAPUI response side, i am getting

<ns2:LastUpdateDate>2017-11-07T06:44:16.081Z</ns2:LastUpdateDate>

and  2017-11-07T06:44:16.081Z i'm trying to insert in database which is in 20-08-17 format,

 

 

so how to resolve this, can you please tell me

 

Anonymous
Not applicable
Author

Please mention the date pattern for above field as "yyyy-MM-dd'T'HH:mm:ss.SSSZ" in oracle component schema
Anonymous
Not applicable
Author

i hard coded this value in the tmap component,

didn't work