I try to connect to the Cincom Public Store Repository through port 80. I use the following snippet to define the connection:
Store.RepositoryManager addRepository: (Store.ConnectionProfile new name: 'Public Store Repository'; driverClassName: #PostgreSQLEXDIConnection; environment: 'store.cincomsmalltalk.com:80_store_public'; userName: 'guest'; password: 'guest'; tableOwner: 'BERN'; yourself). Can someone please try this? Does it work? I ask, since I am suspect this could be a problem with our firewalls. Kind regards, Runar _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
From both inside and outside our firewall, I get a long timeout then a failure using either port 80 or 22, but 5432 works fine. Maybe those ports aren’t open at Cincom’s end after last week’s “infrastructure issues” mentioned on vw-dev? Steve From: [hidden email] [mailto:[hidden email]] On Behalf Of Runar Jordahl I try to connect to the Cincom Public Store Repository through port 80. I use the following snippet to define the connection: Store.RepositoryManager addRepository: (Store.ConnectionProfile new name: 'Public Store Repository'; driverClassName: #PostgreSQLEXDIConnection; environment: 'store.cincomsmalltalk.com:80_store_public'; userName: 'guest'; password: 'guest'; tableOwner: 'BERN'; yourself). Can someone please try this? Does it work? I ask, since I am suspect this could be a problem with our firewalls. Kind regards, Runar _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Steve,
You are correct. We are working on this as part of the infrastructure issues from last week. Suzanne
From: Steven Kelly [mailto:[hidden email]]
Sent: Monday, September 16, 2013 04:19 AM To: [hidden email] <[hidden email]> Subject: Re: [vwnc] Unable to Connect to Public Store Repository Port 80 From both inside and outside our firewall, I get a long timeout then a failure using either port 80 or 22, but 5432 works fine. Maybe those ports
aren’t open at Cincom’s end after last week’s “infrastructure issues” mentioned on vw-dev? Steve From: [hidden email] [mailto:[hidden email]]
On Behalf Of Runar Jordahl I try to connect to the Cincom Public Store Repository through port 80. I use the following snippet to define the connection: Store.RepositoryManager addRepository: (Store.ConnectionProfile new name: 'Public Store Repository'; driverClassName: #PostgreSQLEXDIConnection; environment: 'store.cincomsmalltalk.com:80_store_public'; userName: 'guest'; password: 'guest'; tableOwner: 'BERN'; yourself). Can someone please try this? Does it work? I ask, since I am suspect this could be a problem with our firewalls. Kind regards, Runar _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Is there any news on the progress of this work? I still cannot connect. Runar 2013/9/16 Fortman, Suzanne <[hidden email]>
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
I can connect via port 5432 but not via port 80 HTH Helge Von: [hidden email] [mailto:[hidden email]]
Im Auftrag von Runar Jordahl Is there any news on the progress of this work? I still cannot connect. Runar 2013/9/16 Fortman, Suzanne <[hidden email]> Steve, From: Steven Kelly [mailto:[hidden email]]
From both inside and outside our firewall, I get a long timeout then a failure using
either port 80 or 22, but 5432 works fine. Maybe those ports aren’t open at Cincom’s end after last week’s “infrastructure issues” mentioned on vw-dev? Steve From:
[hidden email] [mailto:[hidden email]]
On Behalf Of Runar Jordahl I try to connect to the Cincom Public Store Repository through port 80. I use the following snippet to define the connection: Store.RepositoryManager addRepository: (Store.ConnectionProfile new name: 'Public Store Repository'; driverClassName: #PostgreSQLEXDIConnection; environment: 'store.cincomsmalltalk.com:80_store_public'; userName: 'guest'; password: 'guest'; tableOwner: 'BERN'; yourself). Can someone please try this? Does it work? I ask, since I am suspect this could be a problem with our firewalls. Kind regards, Runar
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |