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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

what does error message in job console "multiple points" mean?

Hi,
I am loading a db table (using tpostgresout) with excel input.
However, it is showing error message in console as "multiple points". what does this mean and how should i treat this error?
Thanks
Jagadish.
Labels (2)
1 Reply
_AnonymousUser
Specialist III
Specialist III
Author

To give more information on the job components,
tFileinputExcel - to fetch the source data (created metadata to fetch this data)
tMap - to parse the dates in the data and replace some unwanted with "0"
tCovertType - to convert some string, float types to double.
tPostgresqlOutput - to load the data into the database.
Job is reading upto 79/13,000 records and after that i am getting this message on the console "multiple points".
Any suggestions on this???