Tuesday, 2009-04-07

*** rossand has quit IRC02:04
*** mull__ has joined #ingres02:57
*** rossand has joined #ingres03:06
*** ChanServ sets mode: +o rossand03:06
*** mull__ has quit IRC03:31
*** toumi01 has quit IRC03:42
*** rossand has quit IRC04:31
*** Alex|off is now known as Alex|06:09
*** Alex| is now known as Alex|off06:54
*** pleemans has joined #ingres06:56
*** Alex|off is now known as Alex|07:10
*** Gerhard has joined #ingres07:46
*** grantc_offline is now known as grantc08:03
Alex|Found terminating message type 27. when type 22. was necessary to complete an incomplete message08:20
Alex|aha...08:20
Alex|An internal error prevents further processing of this query.08:20
Alex|...08:20
pboro:D08:21
Alex|An ADF internal coding error has been detected. <- that one is nice...08:21
grantcwhat'ya doing?08:22
Alex|select * from table where id = number08:23
Alex|that's all08:23
grantcwhat's in the table?08:23
Alex|it's the salesforce account table - about 30-40 columns, many nvarchars, but nothing I would think casues a problem08:24
Alex|count(*) works08:24
Alex|but select * keeps crashing on two databases/copies08:25
grantcI've not seen that table. do you have an offline copy somewhere?08:25
*** Gerhard has quit IRC09:29
pboroHmmh... it looks like 9.2 \w p13300 allows certain ingresdates to be inserted into a column even there's a constraint which prohibits them10:14
pborowhen trying to insert/update from isql the constraint works as it should... time for a test case :)10:15
*** Alex| is now known as Alex|off10:40
*** troal01 has left #ingres12:23
*** troal01 has joined #ingres12:25
*** toumi01 has joined #ingres12:42
*** rossand has joined #ingres13:04
*** ChanServ sets mode: +o rossand13:04
*** mull__ has joined #ingres13:42
*** DarylM has joined #ingres14:54
*** pboro has quit IRC15:13
*** pboro has joined #ingres15:14
troal01DarylM: Yes, WoW :)15:28
DarylMlol delayed reaction15:29
*** troal01 has quit IRC15:29
*** troal01 has joined #ingres15:42
*** pleemans has quit IRC15:54
troal01Putty on Linux FTW16:04
*** rossand has quit IRC16:07
*** rossand has joined #ingres16:08
*** ChanServ sets mode: +o rossand16:08
DarylMInteresting, what does putty give you on LInux that "ssh hostname" does not?16:08
troal01Saves my connection info? :)16:09
troal01It's just like Putty on WIndows... except on Linux heh16:09
SlimeyPeteit works a little better with Ingres 2.6's standard termcaps than most Linux terminal emulators do (except xterm)16:12
*** pboro has quit IRC16:32
*** pboro has joined #ingres16:44
*** DerMeister has joined #ingres17:33
*** pboro has quit IRC17:46
*** pboro has joined #ingres17:51
*** pleemans has joined #ingres18:06
*** pboro has quit IRC18:21
*** pboro has joined #ingres18:36
vikramtroal01, you've heard of gnu 'screen' right? is that what you mean by saves connection info?18:45
pboroscreen can be used to leave a terminal-based program running on a unix server18:52
pborothe program will keep running normally when you disconnect and you will be able to resume it later on18:53
vikramwell it can be a x11 program too, basically anything that needs to have its parent shell running18:56
troal01Yeah I know of screen, quite useful :)18:57
pborovikram, sure, tho' there's better ways for X programs18:58
vikramso i dont get whats deal with using putty on linux?18:59
pborono idea... Putty is nice tho', the idea of graphical user interface is to make things easier :)19:00
*** pleemans has quit IRC19:26
vikramhmm the day i dont park the car in the garage, and it snows....19:52
troal01Grats vikram! :P19:55
troal01Hey has anyone here actually used Pentaho with Ingres?19:55
troal01Pentaho Kettle/DI that is19:55
DarylMyes19:55
troal01How the heck do I make it work? It keeps refusing my connection19:56
troal01Trying to use the spoon app19:56
DarylMyea, cool app.19:56
troal01If it would work :)19:57
DarylMDo your other JDBC connections work?  SquirrelSQL for example?19:57
troal01How do I test SquirrelSQL?19:57
DarylMNice SQL query tool at http://www.squirrelsql.org/19:57
troal01yaourt -S squirrel-sql :D19:59
DarylMI apparently no longer have Pentaho installed after my experimentation was over.19:59
troal01Maybe it's so smart it knew you were done with it and uninstalled itself!19:59
DarylMlol19:59
DarylMCould have simply been afraid of me19:59
troal01Hehe!20:03
troal01I suck at Java, do I have to set CLASSPATH to ingres/lib?20:09
DarylMYes20:09
DarylMno20:09
DarylM$II_SYSTEM/ingres/lib/iijdbc.jar20:09
DarylM;)20:10
troal01Hm20:12
troal01Okay so the squirrel doesn't like me either, what should I put for URL if the DB is on localhost and db name is test?20:25
troal01Okay now I get this: com.ingres.gcf.util.SqlEx: Communications error while establishing connection.20:27
troal01(realized I had to have a proper connection str)20:28
DarylMjdbc:ingres://localhost:II7/database20:28
DarylMis the default URL style20:28
troal01Yeah got that now, now I have a communications error, same I get from Kettle20:28
DarylMOK, this may seem like a dumb question, but the DAS server (iigcd) is running isn't it?20:29
troal01This one: ingres    3384     1  0 10:52 ?        00:00:00 /opt/Ingres/IngresAR/ingres/bin/iigcd AR gcd20:31
troal01 ?20:31
DarylMYour installation code is AR   ?20:31
troal01Yeah, for Arch Linux heh20:32
DarylMThen the default port number will be    AR7   instead of II720:32
troal01Oh duh20:32
troal01god I feel stupid now20:32
DarylMEveryone has done that one :)20:32
troal01Okay now it works20:33
troal01I built an Ingres package for Arch Linux so you can yaourt -S ingres , I named it AR instead of II20:34
troal01It came back to bite me in the ass20:34
troal01Thanks DarylM :)20:34
DarylMI use a different installation ID all the time to keep things straight.20:34
*** DerMeister has quit IRC21:59
troal01Hey DarylM did you ever get an error while trying to create a repository in Spoon? It tries to create a column varchar with 2 million characters22:04
DarylMCan't remember exactly; I was definitely connecting to existing databases.22:31
DarylMtroal01: I was using it to migrate mysql databases to Ingres ;)22:31
troal01Hmm interesting, What version?22:32
DarylMNot sure.  I have a $HOME/.pentaho folder with a .vercheck file containing versionchk.PDI.3.0.3.056922:34
DarylMDon't know if that means anything......22:34
troal01Yeah, that's 3.0 I'm trying out 3.122:40
troal01Which part of it is actually used to migrate stuff? I'm trying to use spoon.sh but it needs me to create a repos and it fails22:42
troal01I'll try to get 3.0 instead, maybe 3.1 has issues with Ingres22:46
DarylMI found these tools to be rather cool, but not at all obvious to the beginner22:47
troal01I agree, but I know I've done it right up until this point... When you see SQL using a varchar(2000000) you know something is wrong :P22:49
troal01No way in hell Ingres would let that through22:49
DarylMQuestion:  Why would anyone want varchar(2000000)?  ANSWER:  To hold the average politicians speech.22:50
troal01rofl22:50
DarylMpwd22:50
troal01Meh does same thing with 3.022:54
*** DarylM has quit IRC23:34
*** rossand has quit IRC23:37

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!