| Author |
Message |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 07/04/2006 22:11:14
|
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!
|
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 11/04/2006 16:03:04
|
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 |
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 29/05/2006 22:46:35
|
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.
|
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 03/06/2006 03:14:27
|
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
|
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 03/06/2006 14:33:00
|
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 |
|
|
 |
|
|