Re: [U2] UniObjects Java

2011-02-16 Thread Norman Bauer
Thanks Jeff. You may get an email from me in the near future. Norm On Tue, Feb 15, 2011 at 7:58 PM, Jeff Powell j...@powellclan.com wrote: I do a lot with UOJ and I'd be happy to help. Contact me offline if you're interested. On 02/15/2011 02:43 PM, Norman Bauer wrote: ha ha I can see

[U2] UniObjects Java

2011-02-15 Thread Norman Bauer
import asjava.uniclientlibs.UniString; import asjava.uniobjects.*; Ok, i started playing around with UOJ, going through the docs and looking at some examples from PickWiki. Below I am expecting the Customer record for Customer AA to display on the screen, but I get nothing. Where have I gone

Re: [U2] UniObjects Java

2011-02-15 Thread Norman Bauer
: Can you try something simpler like a COUNT VOC to see if you are connecting fine? On 2/15/2011 12:25 PM, Norman Bauer wrote: import asjava.uniclientlibs.UniString; import asjava.uniobjects.*; Ok, i started playing around with UOJ, going through the docs and looking at some examples from

Re: [U2] UniObjects Java

2011-02-15 Thread Norman Bauer
...@gmail.com wrote: I use UniObjects with .net but this may be the problem. Should this: UniString cus = customerFile.read(rec); Be This: UniDynArray cus = customerFile.read(rec); Norman Bauer wrote: Steve, thanks for the sugestion.I was fairly sure that I was making it to UV, but just to be sure

Re: [U2] UniObjects Java

2011-02-15 Thread Norman Bauer
Thanks Steve, yeah using UOJ is a lot like giving directions to 4 year old. On Tue, Feb 15, 2011 at 2:32 PM, Steve Romanow slestak...@gmail.com wrote: Norm, Google judaw and find his helper classes.  He has some wrappers around uoj that make some things a little easier. Steve

Re: [U2] UniObjects Java

2011-02-15 Thread Norman Bauer
ha ha I can see that. Carbon breathing cave dweller. On Tue, Feb 15, 2011 at 2:58 PM, Steve Romanow slestak...@gmail.com wrote: On 2/15/2011 2:34 PM, Norman Bauer wrote: Thanks Steve, yeah using UOJ is a lot like giving directions to 4 year old. Imaging me tinkering with it.  Not even

Re: [U2] Pick Dinosaurs

2011-02-07 Thread Norman Bauer
I started on a Microdata in 1972, first system in Seattle,Wa - Sent from my iPhone my how times have changed :) On Mon, Feb 7, 2011 at 1:48 PM, Steve Romanow slestak...@gmail.com wrote: Earliest we've seen yet.  Awesome!  You early adopter! On 2/7/2011 1:45 PM, Tom wrote: I started on a

Re: [U2] What do you do with CallHTTP?

2011-01-28 Thread Norman Bauer
The only thing I'm using it for is to get currency exchange rates. On Fri, Jan 28, 2011 at 1:50 PM, David Wolverton dwolv...@flash.net wrote: What uses have you found for CallHTTP for in your applications? Are you 'eating' someone else's data with it - like doing lookups against a web service

Re: [U2] LIST.READU - clear lock table ?

2011-01-18 Thread Norman Bauer
LOGOUT 44885 Norm :) On Tue, Jan 18, 2011 at 7:26 PM, Garry Smith gar...@charlesmcmurray.com wrote: So great -- LIST.READU shows you some information ...  but how do you clear these locks Active Record Locks: Device Inode  Netnode Userno  Lmode   Pid Login Id Item-ID.

Re: [U2] LIST.READU - clear lock table ?

2011-01-18 Thread Norman Bauer
Sorry let me just elaborate a little on that last message. We are a small company so this might not be applicable to you. The one or two times a year where I get someone calling me about a lock I do a LISTU to see who it is and then call them and ask them to hurry it along because someone else is

Re: [U2] Another NEW cutting-edge column based database concept!

2010-08-06 Thread Norman Bauer
Not to start a flame war, but there is difference between spam and self promotion. Self promotion is what Nebula is doing. norm On Fri, Aug 6, 2010 at 10:18 AM, Address mrparkl...@yahoo.com wrote: Why does nebula always have no spam in their postings ? No other poster seems to do that in this

Re: [U2] XML format question

2010-05-13 Thread Norman Bauer
George, either way will work. The by product of making xml attribute centric (fields inside the label) is that it produces smaller files (about half the size of element centric). If your producing small files that may be read by an admin, then go with element centric as it is easier to read.

Re: [U2] XML format question

2010-05-13 Thread Norman Bauer
If space is of concern then attributes take less room, but then again if space is of concern don't do xml, do json/csv/edi etc excellent advice. norm On Thu, May 13, 2010 at 11:25 AM, Symeon Breen syme...@gmail.com wrote: Ahh the old attribute/element discussion - much to be said on this in

Re: [U2] Groovy?

2010-04-26 Thread Norman Bauer
Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Norman Bauer Sent: Sunday, April 25, 2010 8:07 PM To: U2 Users List Subject: [U2] Groovy?? Anyone here used UniObjects Java and Groovy? Thanks, Norm

[U2] Groovy??

2010-04-25 Thread Norman Bauer
Anyone here used UniObjects Java and Groovy? Thanks, Norm ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] [UV] - setHTTPDefault(AUTHENTICATE, value)

2010-02-24 Thread Norman Bauer
Here is a live example of how we use it. MY.PROXYSTATUS = setHTTPDefault(PROXY_NAME,PROXY.NAME) ;* set proxy name MY.PROXYSTATUS2 = setHTTPDefault(PROXY_PORT,PROXY.PORT);* set proxy port MY.PAGE = createRequest(MY.URL,GET,MY.HANDLE) ;* create a page request MY.PAGE2 =

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

[U2] UOJ Eclipse 3.5 Galileo

2009-12-10 Thread Norman Bauer
Is anyone using 3.5 Galileo? I have tried to set my environment up using JDK 6 and Eclipse 3.5 but I get an error about no source files for asjava, even though I have added the asjava.zip file to the project. I am also new to Eclipse and Java so I could be doing something totally armature at this

Re: [U2] UOJ Eclipse 3.5 Galileo

2009-12-10 Thread Norman Bauer
Little UniVerse Developer Market America Greensboro NC -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Norman Bauer Sent: Thursday, December 10, 2009 3:08 PM To: U2 Users List Subject: [U2] UOJ Eclipse 3.5

Re: [U2] Capturing output from a Command line program?

2009-10-23 Thread Norman Bauer
Change the to , currently you are directing the output of your command back to your command. On Fri, Oct 23, 2009 at 1:56 AM, Richard Blackman richard.black...@itvision.com.au wrote: Hi All, I am trying to capture the output from an EXECUTE statement on a command line program but nothing is

Re: [U2] Capturing output from a Command line program?

2009-10-23 Thread Norman Bauer
-users- boun...@listserver.u2ug.org] On Behalf Of Norman Bauer Sent: Friday, October 23, 2009 8:02 AM To: U2 Users List Subject: Re: [U2] Capturing output from a Command line program? Change the to , currently you are directing the output of your command back to your command. On Fri, Oct 23

Re: [U2] OPOS printing to wireless receipt printer

2009-10-21 Thread Norman Bauer
I have no experience in this but from the looks of it OPOS is a MS OLE technology and the only Linux counterpart is JPOS. But I suppose you probably already knew that. On Wed, Oct 21, 2009 at 12:00 PM, George Gallen ggal...@wyanokegroup.com wrote: I'm going to be trying to interface with an

Re: [U2] UniVerse Add-ins for Visual Studio

2009-10-21 Thread Norman Bauer
The fastest way to get the number is to call them 1.720.475.8002 On Wed, Oct 21, 2009 at 12:33 PM, Robert Porter ropor...@ochsner.org wrote: Application is our... database is from Rocket themselves I need list prices David Wolverton dwolv...@flash.net 10/21/2009 11:31 AM You'll have to get

Re: [U2] [UV] createSecureRequest

2009-10-21 Thread Norman Bauer
We had a similar issue, not with UniVerse, but something else, that was symptomatic of what you described. For us it turned out we had to turn off fail over protection on the multi honed interface. Norm On Wed, Oct 21, 2009 at 11:28 AM, David Ward damad...@comcast.net wrote: No it is not

Re: [U2] UniVerse Add-ins for Visual Studio

2009-10-21 Thread Norman Bauer
yes. On Wed, Oct 21, 2009 at 12:59 PM, David Wolverton dwolv...@flash.net wrote: Got it - so in that case, you'll have to call Rocket since they are your provider. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf

Re: [U2] How to check data dictionary?

2009-10-06 Thread Norman Bauer
Along the lines of what David suggested, I would also recoment reading the System Description PDF that is provided in the documentation as well as the Guide to Retrieve. I am not sure exactly what you are asking, but the only way that I know of to check the dictionary (in UniVerse, not sure about

Re: [U2] U2 Rocket

2009-09-22 Thread Norman Bauer
Good article. Thanks Rudy. On 9/22/09, Cooper, Rudy rudy.coo...@sagepub.com wrote: Hi, Don't know how reputable this guy is, but it's an interesting article on U2 and Rocket, in case your interested. http://www.itjungle.com/tfh/tfh092109-story03.html rudy Rudy Cooper

[U2] U2 University 2009, Denver

2009-09-11 Thread Norman Bauer
I look forward to meeting many of you there. I am really looking forward to Creating RESTful ADO.NET Data Services and Consuming Them Using Silverlight, AJAX, and .NET Client presented by Rajan Kumar. Norm ___ U2-Users mailing list

Re: [U2] xml mapping file question

2009-08-09 Thread Norman Bauer
Thanks for the suggestion Stuart. On 8/9/09, Boydell, Stuart stuart.boyd...@spotless.com.au wrote: Hi Norman, Can I suggest a couple of modifications. You could use the fieldstore function instead of converting to and from VMs. Using fieldstore will run exponentially faster than the VM

Re: [U2] xml mapping file question

2009-08-08 Thread Norman Bauer
Dave, If you have Excel 2007 all you have to do is open an XML file in Excel and it shows up sorted and ready to filter. Cool stuff. I needed the XML stylesheet so that I could display the report in a browser and have it sorted easily and consistently. Steve - Have you been able to get python to

Re: [U2] xml mapping file question

2009-08-08 Thread Norman Bauer
Wow xlwt is schaweet! Thanks for the mention on that. Yet another amazing thing that Python can do. Are you listening IBM? Drop the Java crap in favor of Python. On Sat, Aug 8, 2009 at 8:07 PM, Steve Romanowslestak...@gmail.com wrote: I'm sorry if i dont get this in context, have not kept up

Re: [U2] xml mapping file question

2009-08-07 Thread Norman Bauer
So here is how I did it. To recap. I wanted to include the xsl-stylesheet in the xml document that is produced by XMLExecute(). Below is the code that produced the desired result. PROGRAM STDCSTXML $OPTIONS INFORMATION $INCLUDE UNIVERSE.INCLUDE XML.H ;* CMD is the

[U2] xml mapping file question

2009-08-05 Thread Norman Bauer
Hello all, Is there a way to insert stylesheet information in the mapping file? For instance: U2 root=name treat-as=element stylesheet=some.xsl / It would save me a lot of work and a huge headache if I could get that information in the mapping file. Thanks, Norm

Re: [U2] xml mapping file question

2009-08-05 Thread Norman Bauer
That is exactly what I mean Jo. If I were to do: SORT VOC TOXML XMLMAPPING some_file.map TO some-xml-file then in some-xml-file I would expect to see ?xml version=1.0 encoding=ISO-8859-1? ?xml-stylesheet type=text/xsl href=simple.xsl? ROOT yada yada yada /ROOT On Wed, Aug 5, 2009 at

[U2] XML DOM question

2009-07-26 Thread Norman Bauer
Hi all, I am learning the DOM API and reading through the UniVerse BASIC Extension Guide and some PDFS on PickWiki and U2UG, I have been able to piece together some partially working example code. What I am having trouble understanding is the correct way to navigate the DOM for MV Elements. My

Re: [U2] How do you do EDI?

2009-06-20 Thread Norman Bauer
...@listserver.u2ug.org] On Behalf Of Norman Bauer Sent: Friday, June 12, 2009 9:25 AM To: U2 Users List Subject: [U2] How do you do EDI? We have a very painful, labor intensive way that we do EDI. From the way we create the X12 documents to our users inputing information to be sent in an EDI message. I

Re: [U2] How do you do EDI? AD EC/EDI*Wizard /AD

2009-06-18 Thread Norman Bauer
Business Partner 49 Aspen Way Rolling Hills Estates, CA 90274 (O) 800-SYSMARK (800-797-6275) (F) 310-377-3550 (C) 310-561-5200 www.sysmarkinfo.com - Original Message - *From:* Norman Bauer normanba...@gmail.com *To:* U2 Users List u2-users@listserver.u2ug.org *Sent:* Friday, June 12

[U2] Send output from query to text file

2009-06-12 Thread Norman Bauer
A lot of the times I want to query UniVerse and capture that information to a text file. I can send to an XML file no problem and sometimes that is exactly what I want to do. However most of the time I just want to view the info unformatted without screen scraping or copy and pasting from Dynamic

[U2] How do you do EDI?

2009-06-12 Thread Norman Bauer
We have a very painful, labor intensive way that we do EDI. From the way we create the X12 documents to our users inputing information to be sent in an EDI message. I would like to start evaluating alternative methods to our current practices. All suggestions welcome. Norm

Re: [U2] How do you do EDI?

2009-06-12 Thread Norman Bauer
of the edidata (to some extent, doesn't format loops). *From:* u2-users-boun...@listserver.u2ug.org [mailto: u2-users-boun...@listserver.u2ug.org] *On Behalf Of *Norman Bauer *Sent:* Friday, June 12, 2009 9:25 AM *To:* U2 Users List *Subject:* [U2] How do you do EDI? We have a very

Re: [U2] Send output from query to text file

2009-06-12 Thread Norman Bauer
Thanks for all the suggestions. Brian's EXPORT was the best solution. Thanks Brian! Norm On Fri, Jun 12, 2009 at 9:22 AM, Norman Bauer normanba...@gmail.com wrote: A lot of the times I want to query UniVerse and capture that information to a text file. I can send to an XML file no problem

Re: [U2] POS System

2009-06-11 Thread Norman Bauer
Thank you all so much for the wonderful leads. Norm On Thu, Jun 11, 2009 at 2:04 PM, doug chanco d...@chancofamily.com wrote: I used to work at Activant and Eagle (if I remember right) uses a cobal backend. They do sell Vision/Ultimate (which use a pick database, one is unidata and the other

[U2] POS System

2009-06-10 Thread Norman Bauer
Does anyone know of a point-of-sale system that uses UniVerse? Thanks, Norm ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] POS System

2009-06-10 Thread Norman Bauer
/find.html There are a number of references to point-of-sale systems there which probably use UV or UD. Regards Glenn -- *From:* u2-users-boun...@listserver.u2ug.org [mailto: u2-users-boun...@listserver.u2ug.org] *On Behalf Of *Norman Bauer *Sent:* Mittwoch, 10

Re: [U2] u2blog.org?

2009-06-10 Thread Norman Bauer
Anyone ever get the notion to add a Planet U2 that has feeds from several U2 contributor blogs. planet.u2ug.org Examples of a planet would be Planet SUSE http://www.planetsuse.org/ and Planet Ubuntu http://planet.ubuntu.com/ Norm On Wed, Jun 10, 2009 at 9:39 AM, Rex Gozar rgo...@autopower.com

Re: [U2] u2blog.org?

2009-06-10 Thread Norman Bauer
and I'll make the update. Tony Gravagno Nebula Research and Development TG@ remove.pleaseNebula-RnD.com remove.pleaseNebula-RnD.com/blog Visit PickWiki.com! Contribute! -- *From:* Norman Bauer Anyone ever get the notion to add a Planet U2 that has feeds from

Re: [U2] [u2u] UV on Windows question

2009-06-02 Thread Norman Bauer
I'll second that Printing in Windows is much more seamless than Linux/UNIX. You create a printer and it's there. However what I think you miss out on in Windows is all the great utilities and diverse language support that is native to Linux. Your options to get things done in a native, less hacked

Re: [U2] [u2u] New Listserver

2009-06-01 Thread Norman Bauer
Lag time. Lets see if this test gets back to me in 30 seconds. On Mon, Jun 1, 2009 at 9:19 AM, George Gallen ggal...@wyanokegroup.com wrote: NICE under 30 seconds. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On

Re: [U2] UV BASIC Flowing Charting Tools

2009-05-26 Thread Norman Bauer
I would also love to use it. Brian has a program that essentially does this, however in the economic times we are in now my CEO told me if it does not directly translaye into improveing the bottom line I can not authorize it. If I get time in the next year I may write something and release it,

Re: [U2] Universe Fonts

2009-04-24 Thread Norman Bauer
we use ,FONTNAME Monotype.com for the Monotype.com font. On Fri, Apr 24, 2009 at 10:08 AM, Baruch Salamander bar...@ats.org wrote: Greetings, Is the generic font in Universe a Courier? If not, what's the command for a Courier font? If someone can provide the commands for other types of

Re: [U2] Universe Fonts

2009-04-24 Thread Norman Bauer
The entire command which is specified in PRITNERS: CSLASER 002 175 003 60 004 2 005 2 006 1 007 NFMT,BRIEF,NHEAD,AT CSLASER,GDI,FONTNAME Monotype.com,FONTSIZE 8 On Fri, Apr 24, 2009 at 10:49 AM, Baruch Salamander bar...@ats.org wrote: Universe 10.1 printing on HP laser. I'm not concerned about

[U2] Getting a graphical view of my data in UniVerse

2009-04-21 Thread Norman Bauer
I'd like to know if there are any applications out there that could help me get a good graphical view of my data in UV. I have inherated a UV system that spans 25+ years of service with our company. I have had only 6 months of catchup to get up to speed on UV and how we use it. My primary goal is

Re: [U2] UV to SAP migration disaster

2009-04-21 Thread Norman Bauer
I think it would be to our advantage if only businesses were in fact led by rational intelligent people all the time but Enron, Global Crossings, Bear Stearns, etc, etc, etc should be sufficient warning that they are not. The best line I have seen on this thread thus far. Really we are all human

Re: [U2] Getting a graphical view of my data in UniVerse

2009-04-21 Thread Norman Bauer
Thanks Brian. I'll be in touch. On Tue, Apr 21, 2009 at 7:29 AM, Brian Leach br...@brianleach.co.uk wrote: Hi Norman [AD] line for the confused :) I have a product called mvScan that may go some way towards what you need. This iterates through a UniVerse system building maps of the file

Re: [U2] IDE

2009-03-17 Thread Norman Bauer
I'll chime in that I use Emacs with UniBasic.elhttp://www.emacswiki.org/emacs/UniBasic.elfor basic code. Norm On Mon, Mar 16, 2009 at 4:54 PM, Cooper, Rudy rudy.coo...@sagepub.comwrote: Hi List, I need some recommendations. We've been coding using our UV text editor. You know the

Re: [U2] Unidata personal edition password reset question.

2009-02-09 Thread Norman Bauer
Log on to UniVerse as the local computer administrator. In Windows it is Administrator and on *NIX it is root. On Mon, Feb 9, 2009 at 1:13 PM, Lunt, Bruce bl...@shaklee.com wrote: Hi All, I had downloaded and installed the personal edition of Unidata a few months ago and haven't done much

Re: [U2] [UV] Where have all the printers gone?

2009-02-03 Thread Norman Bauer
Jeff, are you on Windows? or *NIX? Windows does not use the DEVICE file. Norm On Tue, Feb 3, 2009 at 12:54 PM, Jeff Schasny jscha...@gmail.com wrote: Universe 10.2.4 In the process of setting up a new printer I've noticed that most of my printers have no entry in DEVICE. Where is UV storing

Re: [U2] UV, Linux, and Active Directory

2009-01-29 Thread Norman Bauer
Thanks all, I have used Samba and Kerberous many a time before just never had UniVerse on a Linux box before. From the sound of it there are no issues with UV logons once you join to the domain. Thanks again, Norm On Wed, Jan 28, 2009 at 6:39 PM, Adrian Merrall pigeonra...@gmail.com wrote:

Re: [U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-28 Thread Norman Bauer
Tony, good post. I agree with some of your points and others I disagree with. Your point about commercial support in particular. But I will refrain from counter point because it would take this thread off point and that is not it's purpose. Thanks for your thoughts. I had the day off from work,

[U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-27 Thread Norman Bauer
Hello, Is there anyone here who implemented their own PDF printing system using LaTex, Ghostscript, or TeX, etc. We are printing on multi-part forms for all of our shipping documents and I am looking into ways to getting us off that system. 100% of our forms are printed using UniBASIC. Any

Re: [U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-27 Thread Norman Bauer
-0424 fax: (910) 763-5664 E-mail: webmas...@all-spec.com Web: http://www.all-spec.com Blog: http://blog.all-spec.com -Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2- us...@listserver.u2ug.org] On Behalf Of Norman

[U2] UV, Linux, and Active Directory

2009-01-27 Thread Norman Bauer
I am still learning UV, it's been a long three months of learning, but I have to say that I really do like it. That being said, we run it on Windows Server 2003. We recently tried to deploy it on Server 2008 which IBM says is possible in the docs. However it will not run on Server 2008. My

Re: [U2] UV, Linux, and Active Directory

2009-01-27 Thread Norman Bauer
You would be correct and that was the release we were trying to install. We have an open issue with IBM, but so far the issue remains unresolved and the proposed solution does not work either. Norm On Tue, Jan 27, 2009 at 5:11 PM, djordan djor...@ozemail.com.au wrote: Hi Norm I believe it is

Re: [U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-27 Thread Norman Bauer
of them knowing LaTeX? How difficult would it be for them to learn? and so on. When taking questions like that into consideration you can see how they may tip the scales in favor of another method. Norm On Tue, Jan 27, 2009 at 4:42 PM, Bob Rasmussen r...@anzio.com wrote: On Tue, 27 Jan 2009, Norman