Search found 98 matches

by mrisen
Wed May 22, 2013 4:33 pm
Forum: Integration Development
Topic: 503 Service Unavailable
Replies: 4
Views: 671

Re: 503 Service Unavailable

I'm not sure what changed but it suddenly started working.
by mrisen
Mon May 20, 2013 4:25 pm
Forum: Integration Development
Topic: 503 Service Unavailable
Replies: 4
Views: 671

Re: 503 Service Unavailable

We currently have a few instances of SoftPro setup in this matter, in our Production environment and in 2 of our test environments. I'm trying to hook up a 3rd and expect it should work. Do you know if there is a log somewhere that can indicate what is causing the 503 error?
by mrisen
Thu May 16, 2013 8:40 pm
Forum: Integration Development
Topic: 503 Service Unavailable
Replies: 4
Views: 671

Re: 503 Service Unavailable

Does anyone know where error logs might be kept?
by mrisen
Thu May 16, 2013 1:13 pm
Forum: Server
Topic: Cannot access select server from WCF service
Replies: 18
Views: 3948

Re: Cannot access select server from WCF service

Is this the same exception you are getting?
by mrisen
Wed May 15, 2013 7:12 pm
Forum: Integration Development
Topic: 503 Service Unavailable
Replies: 4
Views: 671

503 Service Unavailable

I'm trying to hook up a WCF service to a SoftPro server but I'm getting 503 Service Unavailable when I try to make a call to the SoftPro web service. Browsing gives me the same error. Connecting to the server through the SoftPro client works, however. There is nothing in the Event Log that indicates...
by mrisen
Tue May 14, 2013 1:19 pm
Forum: Server
Topic: Cannot access select server from WCF service
Replies: 18
Views: 3948

Re: Cannot access select server from WCF service

Yes, that line and here is the stack trace: StackTrace: at SoftPro.Select.Client.SelectServer.OnInitialize() at SoftPro.ClientModel.ServerObject.SoftPro.ClientModel.ISupportInit.Initialize(IServiceProvider sp) at SoftPro.Select.Client.SelectServer..ctor(IServiceProvider serviceProvider, Uri uri, ICr...
by mrisen
Tue Apr 23, 2013 2:08 pm
Forum: Server
Topic: Cannot access select server from WCF service
Replies: 18
Views: 3948

Re: Cannot access select server from WCF service

My apologies for not responding sooner. I never got an email on this so I guess I'll have to monitor it manually. We are not multithreading as far as I am aware. We are making calls directly from a middletier web service. However, my question is about not using an administrative account. With an adm...
by mrisen
Thu Apr 11, 2013 1:33 pm
Forum: Server
Topic: Cannot access select server from WCF service
Replies: 18
Views: 3948

Re: Cannot access select server from WCF service

Opening this thread back up again. I work with Hari and it's the same service. I don't want to run this under an administrative account and would like to identify the specific privilege(s) needed. The specific call that is falling is: var selectServer = new SelectServer(mConfig.SelectServerName, cre...