Re: [U2] Universe/Unidata in the Cloud

2012-06-04 Thread Kevin King
It's my understanding that George hit the issue squarely on the head with this comment: Instead if you connection pool using Rocket's or your own technology then you need to buy connection pooling licenses. Rocket doesn't want people creating their own connection pooling logic that would allow a

Re: [U2] Universe/Unidata in the Cloud

2012-06-04 Thread David Wolverton
They do have an ASP license -- it's an annual license fee instead of the 'permanent' fee. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Kevin King Sent: Saturday, June 02, 2012 6:04 PM To: U2 Users List Subject:

Re: [U2] Universe/Unidata in the Cloud

2012-06-04 Thread George Land
Actually ASP is being 'retired', there is now a fixed term license which means that you don't have the same up front fee but pay more as an annual fee. And if true SaaS is what you need, paying based on the number of transactions processed or whatever, then you need to talk about it. I'm not

Re: [U2] Universe/Unidata in the Cloud

2012-06-04 Thread Robert Houben
As usual this group is a wealth of information. I think the talk to Rocket is the most useful thing. Our OLE DB driver uses Microsofts OLE DB Resource Pooling (built into Windows) to pool. Our other products provide built-in pooling. We've always told our U2 customers that they need to get

Re: [U2] Universe/Unidata in the Cloud

2012-06-04 Thread Wjhonson
Surely Robert you know that courts understand that wording can be ambiguous. If you really think some court is going to tell you you need 2 million licenses I think you're trying to make a case out of tissue -Original Message- From: Robert Houben robert.hou...@fwic.net

[U2] [UV] Using Global sign certificates in UV

2012-06-04 Thread Jacques G.
Hello, The URL of a webservice I need to use has a port number in it ei: Acceptance = https://Leonardo.Rafael.be:9101/CustomerOrder/OrderManagementService/01/; The libraries U2 libraries I'm using are somehow interpreting: Leonardo.Rafael.be:9101 as the complete hostname (which it doesn't

Re: [U2] Universe/Unidata in the Cloud

2012-06-04 Thread George Land
If you are connection pooling without connection pooling licenses then the most a court will do is rule that you need to buy those connection pool licenses, they aren't going to tell you that you need 2 million licenses. On 04/06/2012 15:58, Wjhonson wjhon...@aol.com wrote: Surely

[U2] Regarding: programming Techinques

2012-06-04 Thread satya satya
Hi Everyone, Can any one explain, were we can get the nformation about the Unidata Programming Logic. Thank you, Satya. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Regarding: programming Techinques

2012-06-04 Thread Wjhonson
At TCL type HELP BASIC -Original Message- From: satya satya satyapal...@gmail.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Mon, Jun 4, 2012 9:30 am Subject: [U2] Regarding: programming Techinques Hi Everyone, Can any one explain, were we can get the nformation about the

Re: [U2] Universe/Unidata in the Cloud

2012-06-04 Thread Wjhonson
Yes. And I have to say, that contrary to some of my peers, the majority of the income does not arise from the sale of seats, which are relatively cheap. It arises from the sale of consulting services, which can run a seat per hour, if you get my drift. And the sale of training, seminars,

Re: [U2] Regarding: programming Techinques

2012-06-04 Thread Mark Eastwood
www.rocketsoftware.com/rocket-resources/tech-resources/u2 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of satya satya Sent: Monday, June 04, 2012 9:30 AM To: U2 Users List Subject: [U2] Regarding: programming

Re: [U2] Regarding: programming Techinques

2012-06-04 Thread Charles_Shaffer
satya, You should be able to find documentation on the Rocket site. If you are interested in techniques read the document called Developing Unibasic Applications. There is also a UniBasic Commands Reference for a list of commands and how they work. Charles Shaffer Senior Analyst NTN-Bower

Re: [U2] Universe/Unidata in the Cloud

2012-06-04 Thread Robert Porter
And they'd never give you $2,860,000 for not realizing coffee is hot and spilling it on your lap... Yes, I know it was re-done for an undisclosed amount. My point is that relying on the court system to be reasonable when it has repeatedly been absurd in their judgement (or lack thereof) is

Re: [U2] Universe/Unidata in the Cloud

2012-06-04 Thread Wjhonson
That was a jury award. It's common knowledge that juries can be swayed to grant millions of dollars to bloated greedy record labels, or people who got cancer after smoking three packs a day for 20 years. -Original Message- From: Robert Porter ropor...@ochsner.org To: U2 Users

[U2] 13. Re: Monthly Multivalue Inserts and Speed (Nick Gettino)

2012-06-04 Thread Nick Gettino
As John stated we use dimensioned arrays but we also equate each attribute which reserves a spot for the piece of data making it tremendously faster updating. Nicholas M Gettino, Director of Professional Services Support, EnRoute Emergency Systems an Infor Company, Concourse Center 1, 3501

Re: [U2] Regarding: programming Techinques

2012-06-04 Thread Tony Gravagno
The difference between logic and syntax is huge. Common reference manuals are intended to provide details for people who already understand the environment. In addition to the guide on techniques referenced below, look for code at http://PickWiki.com. There you'll find a lot of functional code

Re: [U2] 13. Re: Monthly Multivalue Inserts and Speed (Nick Gettino)

2012-06-04 Thread Perry Taylor
If someone has already suggested this then forgive me as I haven't been following this discussion in great detail. Since you are handling the records in a dimensioned array you can RAISE() each element, process each element as attributes where field caching will come into play, then LOWER()

Re: [U2] 13. Re: Monthly Multivalue Inserts and Speed (Nick Gettino)

2012-06-04 Thread Daniel McGrath
Note: This is only true for UniVerse which implements an internal hint mechanism. This will not provide the desired effect in UniData. Also note, correctly using LOOP/REMOVE will outperform the RAISE/LOWER method as it doesn't do the 2 extra laps of string scanning and modified delimiters.

Re: [U2] [UV] Using Global sign certificates in UV

2012-06-04 Thread Gregor Scott
Is the actual host name (Leonardo.Rafael.be) in the hosts file on the server? Can you use ping Leonardo.Rafael.be to resolve the host name into the correct IP? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of

Re: [U2] Regarding: programming Techinques

2012-06-04 Thread dennis bartlett
Satya Google Jonathan E Sisk for a good book on the architecture, (and it's built in BASIC programming SQL language) if that's what you're looking for. There are many variations (Unidata / Universe / D3 Revelation / etc) but the basic database architecture is the same. Pickwiki has source code