Connecting to the Cincom Public Repository?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Connecting to the Cincom Public Repository?

Conrad Taylor
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
Reply | Threaded
Open this post in threaded view
|

Re: Connecting to the Cincom Public Repository?

Conrad Taylor
On Sat, May 5, 2012 at 4:22 PM, Conrad Taylor <[hidden email]> wrote:
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 


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





--

Think different and code well,

-Conrad



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: Connecting to the Cincom Public Repository?

Conrad Taylor
On Sun, May 6, 2012 at 1:30 AM, Conrad Taylor <[hidden email]> wrote:
On Sat, May 5, 2012 at 4:22 PM, Conrad Taylor <[hidden email]> wrote:
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 


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.

I have located the correct username and password to use when publishing to the public store repository.
 
 
--

Think different and code well,

-Conrad





--

Think different and code well,

-Conrad





--

Think different and code well,

-Conrad



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc