You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to import the feed to a postgresql database, and it seems to work OK for some of the tables, but for others it throws this kinds of error:
2012-02-01 16:17:57,164 [ERROR]: Fatal error encountered while ingesting 'XXX/itunes20111026/application'
Traceback (most recent call last):
File "XXX/EPFImporter/EPFIngester.py", line 137, in ingestFull
self._populateTable(self.tmpTableName, skipKeyViolators=skipKeyViolators)
File "XXX/EPFImporter/EPFIngester.py", line 422, in _populateTable
cur.execute(exStr)
ProgrammingError: column "enull" does not exist at character 597
2012-02-01 16:17:57,165 [ERROR]: Last record ingested before failure: -1
Any idea why this might happen? Has this importer been tested to work with postgresql?
The text was updated successfully, but these errors were encountered:
I'm trying to import the feed to a postgresql database, and it seems to work OK for some of the tables, but for others it throws this kinds of error:
2012-02-01 16:17:57,164 [ERROR]: Fatal error encountered while ingesting 'XXX/itunes20111026/application'
Traceback (most recent call last):
File "XXX/EPFImporter/EPFIngester.py", line 137, in ingestFull
self._populateTable(self.tmpTableName, skipKeyViolators=skipKeyViolators)
File "XXX/EPFImporter/EPFIngester.py", line 422, in _populateTable
cur.execute(exStr)
ProgrammingError: column "enull" does not exist at character 597
2012-02-01 16:17:57,165 [ERROR]: Last record ingested before failure: -1
Any idea why this might happen? Has this importer been tested to work with postgresql?
The text was updated successfully, but these errors were encountered: