Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. In data-integration/simple-jndi/jdbc.properties:
  2.  
  3. totoDb/type=javax.sql.DataSource
  4. totoDb/driver=com.informix.jdbc.IfxDriver
  5. totoDb/url=jdbc:informix-sqli://123.123.123.123:5432/dbname:INFORMIXSERVER=ddpbasp
  6. totoDb/user=toto1
  7. totoDb/password=blah
  8.  
  9. When I open spoon, edit connection, explore, get 100 first result from table xyz, I get:
  10.  
  11. An error occurred executing SQL:
  12. SELECT * FROM xyz
  13. The specified table (toto1.xyz) is not in the database.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement