Author |
Message
|
sysera |
Posted: Fri Jun 10, 2005 6:22 am Post subject: QFlex Installation |
|
|
Acolyte
Joined: 20 May 2005 Posts: 53
|
Hello,
I am trying to install QFlex on a SUSE Linux 8 machine and running into the following error with the MySQL load.
I am running the command:
Root# mysql –u root –p < qflex1020.clean.sql
And receiving this error:
ERROR 1064 at line 15: You have an error in your SQL syntax near 'ENGINE=InnoDB DEFAULT CHARSET=utf8' at line 6
Has anyone else had any experience with this? Thanks!  |
|
Back to top |
|
 |
c4delta |
Posted: Mon Jun 13, 2005 12:08 pm Post subject: |
|
|
Novice
Joined: 07 Jun 2005 Posts: 13
|
I did not have that problem. But I did encounter a case problem where the qflex is referring to tables in upper case, and is unable to find them. The install script created the tables in lower case. |
|
Back to top |
|
 |
periya |
Posted: Wed Apr 12, 2006 7:55 pm Post subject: How to install Qflex on WAS |
|
|
Newbie
Joined: 12 Apr 2006 Posts: 3 Location: Singapore
|
does anyone know how to install Qflex on Websphere Application server 5.x. In the Qflex website they only give instruction on installing on Tomcat.
Thank you |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Apr 13, 2006 4:01 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I'm fairly sure QFlex comes as a WAR file. If that's the case, you should be able to install it like any other application. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
malammik |
Posted: Thu Apr 13, 2006 6:22 am Post subject: |
|
|
 Partisan
Joined: 27 Jan 2005 Posts: 397 Location: Philadelphia, PA
|
If you are getting this error, most likely you are using older version of mysql which does not support transactional InnoDB engine. You have to upgrade because qflex needs a db with transactioning capabilities. The version we recommend is any latest 4.1.x release such as 4.1.18 that is being used by the developers. If you dont know what version of mysql you are running, you can loging to mysql and issue a "status" command. _________________ Mikhail Malamud
http://www.netflexity.com
http://groups.google.com/group/qflex |
|
Back to top |
|
 |
malammik |
Posted: Thu Apr 13, 2006 6:29 am Post subject: |
|
|
 Partisan
Joined: 27 Jan 2005 Posts: 397 Location: Philadelphia, PA
|
|
Back to top |
|
 |
malammik |
Posted: Thu Apr 13, 2006 6:34 am Post subject: Re: How to install Qflex on WAS |
|
|
 Partisan
Joined: 27 Jan 2005 Posts: 397 Location: Philadelphia, PA
|
periya wrote: |
does anyone know how to install Qflex on Websphere Application server 5.x. In the Qflex website they only give instruction on installing on Tomcat.
Thank you |
Next release documentation will provide more details on WAS specifics, however, when you are using express version, we will not be able to provide much help in troubleshooting qflex WAS installation because it is too expensive to support express users on multiple platforms. _________________ Mikhail Malamud
http://www.netflexity.com
http://groups.google.com/group/qflex |
|
Back to top |
|
 |
|