Bugs item #1872185, was opened at 2008-01-15 15:44 Message generated for change (Comment added) made by henningw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1872185&group_id=139143
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: ver devel >Status: Closed >Resolution: Works For Me Priority: 5 Private: No Submitted By: deejay2 (deejay2) Assigned to: Henning Westerholt (henningw) Summary: Error when trying to grant access to gw_grp_seq_id Initial Comment: gw_grp_seq_id doesn't exist.. in this iteration: for TABLE in $STANDARD_TABLES; do replace: if [ $TABLE != "version" ] by: if [ $TABLE != "version" -a $TABLE != "gw_grp" ] ---------------------------------------------------------------------- >Comment By: Henning Westerholt (henningw) Date: 2008-01-16 14:43 Message: Logged In: YES user_id=337916 Originator: NO This problem probably happened with a self backported openserdbcl tool from trunk to 1.3. I've backported the fix from trunk to 1.3 too, works for me. Please reopen if the problem persist. Thank you, Henning ---------------------------------------------------------------------- Comment By: Henning Westerholt (henningw) Date: 2008-01-15 16:36 Message: Logged In: YES user_id=337916 Originator: NO Hi, well, i've tested this, and it works for me. There is no gw_grp table anymore for trunk, this was deleted some time ago. For what version this error happens to you? Cheers, Henning ---------------------------------------------------------------------- Comment By: deejay2 (deejay2) Date: 2008-01-15 15:45 Message: Logged In: YES user_id=1978367 Originator: YES Forgot to specify this is in openserdbctl.pgsql ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1872185&group_id=139143 _______________________________________________ Devel mailing list [email protected] http://lists.openser.org/cgi-bin/mailman/listinfo/devel
