Re: [MTT users] MTT server side problem

2008-05-07 Thread Josh Hursey
Pasha, I'm looking at the patch a bit closer and even though at a high level the do_pg_connect, do_pg_query, simple_select, and select functions do the same thing the versions in submit/index.php have some additional error handling mechanisms that the ones in database.inc do not have. Spe

Re: [MTT users] MTT server side problem

2008-05-07 Thread Pavel Shamis (Pasha)
Hi Josh, I had the original problem with some old revision from trunk. Today I updated the server to latest revision from trunk + the patch and everything looks good. Can I commit the patch ? Pasha Ethan Mallove wrote: On Wed, May/07/2008 06:04:07PM, Pavel Shamis (Pasha) wrote: Hi Josh.

Re: [MTT users] MTT server side problem

2008-05-07 Thread Ethan Mallove
On Wed, May/07/2008 06:04:07PM, Pavel Shamis (Pasha) wrote: > Hi Josh. > > > > Looking at the patch I'm a little bit conserned. The > > "get_table_fields()" is, as you mentioned, no longer used so should be > > removed. However the other functions are critical to the submission > > script partic

Re: [MTT users] MTT server side problem

2008-05-07 Thread Pavel Shamis (Pasha)
Hi Josh. Looking at the patch I'm a little bit conserned. The "get_table_fields()" is, as you mentioned, no longer used so should be removed. However the other functions are critical to the submission script particularly 'do_pg_connect' which opens the connection to the backend database. All

Re: [MTT users] Fail to run MTT, maybe authorization failure

2008-05-07 Thread Jeff Squyres
Brad Benton (CC'ed on this mail) is the holder of the IBM Open MPI MTT username/password -- he can probably help you out. On May 7, 2008, at 9:26 AM, Wen Hao Wang wrote: Hi all: I am new to MTT. Today I applied for one MTT account and got the confirmation mail with password. But I failed

Re: [MTT users] MTT server side problem

2008-05-07 Thread Josh Hursey
Pasha, Looking at the patch I'm a little bit conserned. The "get_table_fields()" is, as you mentioned, no longer used so should be removed. However the other functions are critical to the submission script particularly 'do_pg_connect' which opens the connection to the backend database.

Re: [MTT users] MTT server side problem

2008-05-07 Thread Josh Hursey
Pasha, All of the scripts can be run whenever. They should not be saving state between runs, so there should not be any bad effects on the database by starting them up late in the game. The 'periodic-maintenance.pl' script is a postgresql cleaning/ vacuuming script that helps the database

[MTT users] Fail to run MTT, maybe authorization failure

2008-05-07 Thread Wen Hao Wang
Hi all: I am new to MTT. Today I applied for one MTT account and got the confirmation mail with password. But I failed to run client/mtt after setting mttdatabase_username, mttdatabase_password and mttdatabase_platform. Following message is printed out: [root@valiant MTT]# client/mtt -d --forc

Re: [MTT users] MTT server side problem

2008-05-07 Thread Pavel Shamis (Pasha)
Hi, I upgraded the server side (the mtt is still running , so don't know if the problem was resolved) During upgrade I had some problem with the submit/index.php script, it had some duplicated functions and some of them were broken. Please review the attached patch. Pasha Ethan Mallove wrote: