Hi Daniele, We currently cannot test against AS400 machines because we don't have such a virtualization environment, so we can't reproduce the issue.
Our IBMDB2 setups are on linux boxes, which means that both the syntax and the internal schema are most probably different. I suggest running the test suite first, and reporting any problems with it. Greets, Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 15 April 2015 at 16:47, Daniele Scillia <[email protected]> wrote: > Hy guys, I have a problem using doctrine with Ibm DB2 driver on an as400 > iseries IBMi. > > I spent the last 3 days studying Doctrine, and I think I understood the > basic and I was able to make the tutorial with sqlite works. > After that,I tried to make it works connecting to a DB2 database. > I found the right configuration to give to it and the connection works. > It was also able to run the create command and create the table, and also > insert some data in it. > Of course it'just simple table with two columns but it's great for me that > it works. > > The problem is about the update command of doctrine, it's giving me the > error from the attached image. > > It seems to me that is trying to extract some data from some system table, > but the name of this table are not as he expect them. > > In the example, he look for the table: SYSTABLES in the library: SYSIBM. > This library does not exist. I was able to find the table in another > library, but if I edit the IBMDB2platform of doctrine to look into that > library, this specific quesry goes ok but after this there a lot of other > queries, more complicated, looking for tables that doesn't exist. > > I hope I explained my sealf clearly. > If anyone can help, I would really appreciate it. > Thanks in advance guys. > > -- > You received this message because you are subscribed to the Google Groups > "doctrine-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/doctrine-user. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/d/optout.
