You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/09/02 09:15:40 UTC

[GitHub] [incubator-superset] frbarthe opened a new issue #10764: Error adding DB2/400 iSeries database

frbarthe opened a new issue #10764:
URL: https://github.com/apache/incubator-superset/issues/10764


   When i add new iSeries database to superset the test work fine. but when i click on save, the following error appears .
   
   ![Capture d’écran 2020-09-02 à 11 08 03](https://user-images.githubusercontent.com/46246371/91962298-9eedda80-ed0c-11ea-8540-d7d4dc9a1ce0.png)
   
   
   my config is 
   ------------
   
   CentOS Linux release 7.6.1810
   
   Superset               0.37.0
   pyodbc                 4.0.30
   ibm-db                 3.0.2
   ibm-db-sa            0.3.5
   iaccess                 1.1.0.14
   
   best regards
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] stale[bot] commented on issue #10764: Error adding DB2/400 iSeries database

Posted by GitBox <gi...@apache.org>.
stale[bot] commented on issue #10764:
URL: https://github.com/apache/incubator-superset/issues/10764#issuecomment-751293959


   This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue `.pinned` to prevent stale bot from closing the issue.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] issue-label-bot[bot] commented on issue #10764: Error adding DB2/400 iSeries database

Posted by GitBox <gi...@apache.org>.
issue-label-bot[bot] commented on issue #10764:
URL: https://github.com/apache/incubator-superset/issues/10764#issuecomment-685473536


   Issue-Label Bot is automatically applying the label `#bug` to this issue, with a confidence of 0.83. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! 
   
    Links: [app homepage](https://github.com/marketplace/issue-label-bot), [dashboard](https://mlbot.net/data/apache/incubator-superset) and [code](https://github.com/hamelsmu/MLapp) for this bot.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] frbarthe commented on issue #10764: Error adding DB2/400 iSeries database

Posted by GitBox <gi...@apache.org>.
frbarthe commented on issue #10764:
URL: https://github.com/apache/incubator-superset/issues/10764#issuecomment-686320680


   Yes i can add other kind of datasource without any trouble.
   I think this bug https://github.com/apache/incubator-superset/issues/5614 is the same as me.
   
   I suspect there is a problème when superset try to list the table inside the ISeries schema


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] dpgaspar commented on issue #10764: Error adding DB2/400 iSeries database

Posted by GitBox <gi...@apache.org>.
dpgaspar commented on issue #10764:
URL: https://github.com/apache/incubator-superset/issues/10764#issuecomment-687139337


   Note: Could be around DB2/OS400 not supporting `SELECT 1`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] willbarrett commented on issue #10764: Error adding DB2/400 iSeries database

Posted by GitBox <gi...@apache.org>.
willbarrett commented on issue #10764:
URL: https://github.com/apache/incubator-superset/issues/10764#issuecomment-686036334


   That's a really interesting error @frbarthe ! Are you able to add other types of databases correctly? Is this isolated just to  the DB2/400 iSeries?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] frbarthe commented on issue #10764: Error adding DB2/400 iSeries database

Posted by GitBox <gi...@apache.org>.
frbarthe commented on issue #10764:
URL: https://github.com/apache/incubator-superset/issues/10764#issuecomment-687253882


   If you mean select from a dummy table like in Oracle (dual). In DB2/400 you must query like this
   Select 1 from sysibm.sysdummy1
   
   only "select 1" didn't work
    


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org