[Logo] Track+ Support Forum - Support for Track+
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Updated Postgres dbase scripts  XML
Forum Index » Support
Author Message
rockman



Joined: 06/04/2006 22:30:11
Messages: 1
Location: Chesapeake, VA, USA
Offline

We just successfully got Track+ 3.2 to work with Postgresql 8.0 on Solaris 9. There were some tweeks to the scripts

1) In dbase\postgres\track-schema.sql, all refernces to the 'group' column should be 'thegroup'

2) Indbase\postgres\permissions.sql, the script needed the following additions:

GRANT ALL PRIVILEGES ON TATTRIBUTE TO friedj;
GRANT ALL PRIVILEGES ON TREPORTLAYOUT TO friedj;
GRANT ALL PRIVILEGES ON TWORKFLOW TO friedj;
GRANT ALL PRIVILEGES ON TPLISTTYPE TO friedj;
GRANT ALL PRIVILEGES ON TSITE TO friedj;
GRANT ALL PRIVILEGES ON TPROJECTTYPE TO friedj;

Just wanted to share our findings for those trying to use postgresql.

Thanks!
Track+ Support



Joined: 02/03/2005 15:14:42
Messages: 1000
Location: Stuttgart, Germany
Offline

Great, thanks! We will include this in the development trunk.


______________________
Track+ Support
Track+ Bug & Issue Tracking
http://www.trackplus.com
[WWW]
sjakob



Joined: 29/05/2006 22:40:05
Messages: 1
Offline

rockman wrote:We just successfully got Track+ 3.2 to work with Postgresql 8.0 on Solaris 9. There were some tweeks to the scripts

1) In dbase\postgres\track-schema.sql, all refernces to the 'group' column should be 'thegroup'

2) Indbase\postgres\permissions.sql, the script needed the following additions:

GRANT ALL PRIVILEGES ON TATTRIBUTE TO friedj;
GRANT ALL PRIVILEGES ON TREPORTLAYOUT TO friedj;
GRANT ALL PRIVILEGES ON TWORKFLOW TO friedj;
GRANT ALL PRIVILEGES ON TPLISTTYPE TO friedj;
GRANT ALL PRIVILEGES ON TSITE TO friedj;
GRANT ALL PRIVILEGES ON TPROJECTTYPE TO friedj;

Just wanted to share our findings for those trying to use postgresql.

Thanks!

With regard to step #2, has something changed? I see no mention of a "friedj" user in the installation docs. The only user mentioned is "trackp", the owner of the database.

Steve.
williambyrne



Joined: 20/01/2006 20:19:30
Messages: 7
Offline

Have you noticed long authentication delays with the Postgresql integration?

See:
http://www.trackplus.com/forum/posts/list/36.page
Track+ Support



Joined: 02/03/2005 15:14:42
Messages: 1000
Location: Stuttgart, Germany
Offline


With regard to step #2, has something changed? I see no mention of a "friedj" user in the installation docs. The only user mentioned is "trackp", the owner of the database.


No, not really. Since 3.2 the user manual has changed the database user from friedj to trackp. However, the privileges script still had friedj in there.

The name really doesn't matter, as long as it is the same here, in the Torque.properties file, and the database system.

______________________
Track+ Support
Track+ Bug & Issue Tracking
http://www.trackplus.com
[WWW]
 
Forum Index » Support
Go to:   
Track+ Issue Tracker. Try Track+ bug tracking software for your project!