Re: [U2] Error connecting to Universe using Web Service Developer Tool

2010-02-17 Thread Bill Haskett
Jason: When I tried the WSD several years ago I needed a connection pooling license, otherwise the connection wouldn't work. I'm not sure this is still required but it was when I tried it. Secondly, I may have had some problems with casing, so make sure that's ok too. HTH, Bill

Re: [U2] Error connecting to Universe using Web Service Developer Tool

2010-02-17 Thread Jason Lin
Quoting Bill Haskett wphask...@advantos.net: Jason: When I tried the WSD several years ago I needed a connection pooling license, otherwise the connection wouldn't work. I'm not sure this is still required but it was when I tried it. Secondly, I may have had some problems with casing,

Re: [U2] Error connecting to Universe using Web Service Developer

2010-02-17 Thread Cooper, Rudy
Hi Jason, Our OS is windows and we really haven't had a problem, it has been really stable. When you setup the soap server, and after you entered the host connection, did you test the database connection? Did it error out then or was it a successful connection? Rudy Date: Tue, 16 Feb 2010

Re: [U2] Error connecting to Universe using Web Service Developer

2010-02-17 Thread David Jordan
I have seen this before. Check all the permissions such as c:\ibm\uv\bin\uvtemp Regards David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Error connecting to Universe using Web Service Developer Tool

2010-02-17 Thread Symeon Breen
Personally i use asp.net and uniobjects.net to do web services, the reason being it is very simple this way and ultimately extendable, but also my web layer is in iis and this is where i want my webservices to sit, not some 'other' http server ... -Original Message- From:

Re: [U2] Error connecting to Universe using Web Service Developer

2010-02-17 Thread Jason Lin
Quoting David Jordan da...@dacono.com.au: I have seen this before. Check all the permissions such as c:\ibm\uv\bin\uvtemp Regards David Jordan Jordan, We are running HP-UX but I don't think we have any permission issues with temp directories used by Universe. Jason

Re: [U2] Error connecting to Universe using Web Service Developer

2010-02-17 Thread Norman Bauer
Also, make sure that 31438 is open on the firewall for the server. Norm On Wed, Feb 17, 2010 at 3:16 PM, Cooper, Rudy rudy.coo...@sagepub.com wrote: Hi Jason, Our OS is windows and we really haven't had a problem, it has been really stable. When you setup the soap server, and after you

Re: [U2] Error connecting to Universe using Web Service Developer Tool

2010-02-17 Thread Jason Lin
Quoting Symeon Breen syme...@gmail.com: Personally i use asp.net and uniobjects.net to do web services, the reason being it is very simple this way and ultimately extendable, but also my web layer is in iis and this is where i want my webservices to sit, not some 'other' http server ...

Re: [U2] Error connecting to Universe using Web Service Developer

2010-02-17 Thread Jason Lin
Quoting Norman Bauer normanba...@gmail.com: Also, make sure that 31438 is open on the firewall for the server. Norm Norm, I don't think the server has block port 31438 because Uniobject.net works just fine assuming that uniobject communicates with unirpc daemon over port 31438. Jason

Re: [U2] [UV] Hash.Help

2010-02-17 Thread Brutzman, Bill
Our UniVerse system has been slow over the last few weeks. It seems to take approx one second to launch any program. It just hangs there for a second. So... I tried to resize VOC... and obtained the following error (at the bottom). Help would be appreciated. --Bill

Re: [U2] Error connecting to Universe using Web Service Developer Tool

2010-02-17 Thread Tony Gravagno
Quoting Symeon Breen: Personally i use asp.net and uniobjects.net to do web services ... Jason wrote: Good to hear that I'm not the only one thinking about using asp.net and uniobject.net together instead building web service directly in Universe. Jason, you're certainly not the only

Re: [U2] [UV] Hash.Help

2010-02-17 Thread John Rodgers
Resizing the VOC is only for the non quiche eating real manly admins. I have found that the only way to do this is remotely via q-pointers from another account - and make sure you have triple backups, belts, braces (suspenders) and safety nets, parachutes and back-doors easily accessible.

Re: [U2] [UV] Hash.Help

2010-02-17 Thread FFT2001
Bill from your stat report, it's doubtful that this is your problem. Your VOC appears to be more or less sized fine. Even were it very badly sized, one second seems long. I would consider that something in your system is eating CPU like a wild hog. That's more likely to be the culprit. Will

Re: [U2] Error connecting to Universe using Web Service Developer Tool

2010-02-17 Thread Hona, David
If you don't have a connection pooling license on your UV server, turn it off in U2 WSDT. See page 113 in the webservices.pdf. Regards David -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jason Lin Sent:

Re: [U2] Error connecting to Universe using Web Service Developer Tool

2010-02-17 Thread Jason Lin
On 2/17/2010 4:14 PM, Tony Gravagno wrote: I have a video on our website showing ways to do web services with ASP.NET: nospam.pleaseNebula-RnD.com/products/gallery.htm My connectivity tool of choice is mv.NET, which is used in the video, but for this purpose one can easily use UO.NET instead.