Hi, how does one retrieve their user-id and password for the Cincom Public Repository? Also, I'm starting to experiment with VW 7.9 and the guest credentials for the Cincom Public Repository are not coming up as they normally do. I'm presented with the dialog:
Unable to connect to "Cincom Public Repository" because of the following error: FATAL: role "guest" does not exist Think different and code well, -Conrad _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
On Sat, May 5, 2012 at 4:22 PM, Conrad Taylor <[hidden email]> wrote:
Hi, I was to resolve the connection issue by running the following code within a workspace: Store.StoreDevelopmentSystem reconnectAction: #reconnect.
Store.RepositoryManager addRepository: (Store.ConnectionProfile new name: 'Cincom Public Repository'; driverClassName: #PostgreSQLEXDIConnection;
environment: 'store.cincomsmalltalk.com:5432_store_public'; userName: 'guest'; password: 'guest'; tableOwner: 'BERN';
yourself). Store.DbRegistry connectTo: (Store.RepositoryManager repositories detect: [:each | each name = 'Cincom Public Repository']).
Now, I need to search for my Cincom Public Repository password.
Think different and code well, -Conrad _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
On Sun, May 6, 2012 at 1:30 AM, Conrad Taylor <[hidden email]> wrote:
I have located the correct username and password to use when publishing to the public store repository.
Think different and code well, -Conrad _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |