[U2] Slave Network Printing using Wintegrate

2004-09-21 Thread Cooper, Rudy
I have an application that requires a slave printer (Zebra thermal printer) and a network printer. We are using UV 10.0.10 W2k Wintegrate 4.2.1 My problem is my output goes to the last printer that was used even tho I may not have directed it to that specific printer. E.g., When I first enter

[U2] UvOdbc

2004-09-22 Thread Cooper, Rudy
I'm having a problem getting my odbc connection to UV working. I know many of you have already overcome this problem so I'm looking for some help in getting this going on my end. Here is what we have: UV 10.0.10 W2K (UV Server) W2K (Client) Wintegrate 4.2.1 Client side odbc driver = IBM

[U2] Text to PDF Converter

2004-10-21 Thread Cooper, Rudy
Hello List, Can anyone recommend any text to pdf converters that work at the command line. Are there any shareware tools out there ? We're running UV in a W2K environment. thx, rudy Rudy Cooper Sage Publications I.T Development Thousand Oaks, California (805) 499-0721 #7724 ---

[U2] UV UniObjects/Uo.Net

2005-02-11 Thread Cooper, Rudy
Hi, I sent a question earlier to the list, but I didn't receive any comments, and I know that would be unusual for this list, so I'm not sure if my question went thru or not. If it did then excuse me for reposting if not then maybe you can address my question. About a year ago there was alot

[U2] Uv Error

2005-02-15 Thread Cooper, Rudy
Hello, Does anyone know what can cause the following error ? 1009: Program S$WEB.CM.CREATE: Line 8, Error initializing AK file f:/sage/sagpub9/I_33/INDEX.003. 1010: No CM file. We're on a W2K box running UV 10.0.1 We have jobs that run in the windows scheduler.Just recently we started

Re: [U2] Uv Error

2005-02-16 Thread Cooper, Rudy
Actually the message is a UV message and not coming from the applications program. Line 8 of the applications program is just a regular UV OPEN statement. And Yes I have ruled out the backup and antivirus software. It's the oddest thing. It will be in the middle of processing, reading/writing

Re: [U2] Uv Error

2005-02-17 Thread Cooper, Rudy
Hi, I had pretty much done everything that you have already suggested prior to posting here. My next move is to look at MFILES, our's is set to 200. Providing your MFILES number is less than the os per process limit of open files Does anyone know how to check the os per process limit of open

[U2] [UV] Hashed file size

2005-03-01 Thread Cooper, Rudy
I seem to recall a limitation on the size of a hashed file. I believe it was 2gigs. I've tried looking for an explaination in the U2 library on the IBM site , but haven't come across anything regarding UV file limitations. Can someone please refresh this aging memory of mine or link me to the

Re: [U2] [UV] Hashed file size

2005-03-01 Thread Cooper, Rudy
So does that mean there is no limit on a w2k box ? rudy Date: Tue, 01 Mar 2005 13:47:44 -0500 From: Stu Glancy [EMAIL PROTECTED] Subject: Re: [U2] [UV] Hashed file size The 2 gig limit is the unix file size limit. Cooper, Rudy wrote: I seem to recall a limitation on the size of a hashed file

Re: [U2] looking for Joe Toledo, Toledo Assoicates Inc.

2005-03-03 Thread Cooper, Rudy
I believe Joe runs a golf tournament in memory of his late father and for the City of Hope. If you go here, http://www.lusogolf.org/ , you may find his email address referenced somewhere. rudy Rudy Cooper Sage Publications I.T Development Thousand Oaks, California (805) 499-0721 #7724

[U2] [UV] Web Services for Dummies

2005-03-11 Thread Cooper, Rudy
Has anyone developed a web service for Universe ? I'm trying to gather as much info as I can about the technology used. I realize UV 10.1 has many of the tools that I'll need for the backend, but what is normally used on the frontend, what communications protocal is normally used ? I've read

[U2] SqlServer to UV

2005-04-28 Thread Cooper, Rudy
Hello Everyone, I have a W2K box running UV 10.1.10 (Not in production yet). I want to make an odbc connection from SqlServer to UV, i.e., while in Query Analyzer. I'm not having much luck. I have the user system dsn defined and it connects properly to UV. I know that because I used

[U2] UV User Name

2005-09-21 Thread Cooper, Rudy
Does anyone know where UV gets it's list of active user names ? E.g., when doing a LISTU or PORT.STATUS on UV 10.1 on a W2K box, it shows hostname\username. We've had instances where for a particular user, devadmin, it has normally shows SAGEPUB\DEVadmin when displaying the @ACCOUNT

[U2] U2 XML/DB Tool

2005-10-11 Thread Cooper, Rudy
Has anyone had any luck in getting the U2 Client tool XMLDBTool to work (Connect) ? I'm trying to connect to a UV server on a W2K platform. I'm using the default settings for transport type and rpc port #. It seems to hang so I haven't been able to connect to my server. Anything I'm

[U2] ODBC

2005-10-18 Thread Cooper, Rudy
Has anyone been successful in creating an odbc connection from sqlserver to UV running on a W2k platform ? If so and you don't mind could you give a brief explanation on what you did to get it to work or direct me to a source ? I understand that I can use DTS, but I'm looking to update,

RE: [U2] ODBC

2005-10-19 Thread Cooper, Rudy
Bob, thank you for the detailed explanation, but I was looking to go the other way, connect from Sql Server to UV. E.g., being in sql query analyzer and selecting UV files, unless this works from sql server to UV as well. Thx, Rudy Date: Wed, 19 Oct 2005 08:58:26 +0100 From: Bob Witney

Ref: [U2][UV] Universe and SQL Server

2006-02-03 Thread Cooper, Rudy
Nick, If your using Windows as the OS then just use BCI. It come's with UV for free. We use it here and it work's great. In addition I would also create a UV trigger to work with your BCI call(s). Rudy Date: Thu, 2 Feb 2006 16:41:23 -0500 From: Nick Cipollina [EMAIL PROTECTED]

[U2] bci

2006-03-10 Thread Cooper, Rudy
Can someone familiar with bci assist me with one of the functions. I'm running bci from w2k UV 10.1.10. I'm trying to get a varchar output parameter from a sql server stored procedure. I made sure the sproc worked in sql analyzer before attempting to use bci. In UV I can execute the

[U2] Re:bci

2006-03-15 Thread Cooper, Rudy
Ray, I'm using a stored procedure with an output parameter. I've used SQLBindCol to execute sql directly, but does it also with stored procedures ? Thx, Rudy Date: Sat, 11 Mar 2006 22:45:02 +1000 From: Ray Wurlod [EMAIL PROTECTED] Subject: Re: [U2] bci SQLBindParameter is for

[U2] RE: [u2] bci

2006-03-16 Thread Cooper, Rudy
David, Here is my test code. This run's fine without the output parameter from my stored procedure. **Source code:** OPTIONS INFORMATION * $INCLUDE UNIVERSE.INCLUDE ODBC.H * UCMD = '' * STATUS = SQLAllocEnv(DBENV) STATUS = SQLAllocConnect(DBENV,CONENV)

[U2] xls to text

2006-05-10 Thread Cooper, Rudy
Hello List, Does anyone know where I can get FREE software that will convert Excel files to text files in command line mode ? Thx, Rudy Rudy Cooper Technical Project Lead Sage Publications Information Technology Development (805) 410-7724 [EMAIL PROTECTED] --- u2-users

[U2] BCI

2006-05-26 Thread Cooper, Rudy
Hello List, I have a problem with the bci inserting into sql server. I'm running UV 10.1.10, W2K Sp2. I've already ran it thru IBM and they tell me it is a problem on the sql server side. Here is my problem: I have a uv program that inserts into a table in sql server via a stored

[U2] RE: BCI

2006-05-26 Thread Cooper, Rudy
: Cooper, Rudy Sent: Friday, May 26, 2006 12:45 PM To: 'u2-users@listserver.u2ug.org' Subject: BCI Hello List, I have a problem with the bci inserting into sql server. I'm running UV 10.1.10, W2K Sp2. I've already ran it thru IBM and they tell me it is a problem on the sql server side

Re: [U2] mv.NET Seminar on June 23 at the Saddle Brook Marriott [ad]

2006-06-20 Thread Cooper, Rudy
Any plans for the west coast ? Date: Mon, 19 Jun 2006 12:29:47 -0700 From: Tony Gravagno [EMAIL PROTECTED] Subject: [U2] mv.NET Seminar on June 23 at the Saddle Brook Marriott [ad] Posted for Bob Markowitz at BlueFinity International: There has been lots of buzz on this forum about

[U2] U2 Web Product

2006-06-23 Thread Cooper, Rudy
Hello List, I was curious if anyone was using IBM's U2 Web DE 4.3 product ? If so I wanted to know what you thought about the product. I know I could read about it on IBM's page, but I want to get someone's opinion who is using it. Thx, Rudy Rudy Cooper Technical Project Lead

[U2] UV Bci

2007-01-11 Thread Cooper, Rudy
Hello List, I think I've asked this before, but I'm not sure. If I have please bear with me. We're running UV 10.1.10 on a W2K box with sp3. Has anyone called a sql server stored procedure with an output parameter from UV using bci and gotten it to work ? I can call a stored procedure

[U2] UV and SOA

2007-02-08 Thread Cooper, Rudy
Hello List, Does anyone have any insight into UV and SOA ? I've just started my research into finding out what SOA is, and whatever it is can it be used with UV. Even tho it's all over the net, I haven't come across anything that gives me a real world example. Is anyone currently using the

Re: [U2] The best way to access SQLServer from UV

2007-06-27 Thread Cooper, Rudy
Jerry, I don't know if it's the best way, but we use UV's bci. At tcl enter HELP BCI and you'll see all the functions. It works great for us. We can write UV programs with the sql embedded or write UV programs calling sql server stored procedures returning a result set. We're satisfied with

[U2] Green Screen Dev. Environment

2007-10-05 Thread Cooper, Rudy
Hi list, I'm researching the types of character based development tools that are available in the UV environment for screen and report development. We're cutting/pasting code from our vendors software, which is poorly coded btw, to create new screens and what not. It's a mess and I really want

[U2] WebService

2007-11-15 Thread Cooper, Rudy
Hello List, Can someone direct me to a source for creating a web service TO UV. We are running UV 10.10 on a Windows Xp server. As a test I want to create a simple web service to uv to return some data in a dotnet app. I have a vb.net app reading and writing to uv using uonet, but I want

[U2] UID

2007-12-19 Thread Cooper, Rudy
Hello List, Has anyone come across a situation a where user has a -2 user id? uid User No User Name Terminal No Login Time -2 4076 SAGEPUB\DEVadmin telnet:4076 Dec 19 06:12 It seems to affect their permissions. IBM is checking into, but

[U2] Hardware upgrade

2008-03-04 Thread Cooper, Rudy
Hi List, We're upgrading our UV server. We have approx. 100 users. Our UV box is W2K Sp4, UV 10.1.10. We'll be installing UV 10.2.x on the new box. Does anybody see anything questionable about the following configuration for 100 UV users? HP DL580 2 -

[U2] IDE

2009-03-16 Thread Cooper, Rudy
Hi List, I need some recommendations. We've been coding using our UV text editor. You know the routine, copy and paste from 1 program to another. I have finally been given the green light to get pricing on a tool for development, creating forms (screens), document as you go, reusability,

[U2] Replication

2009-04-07 Thread Cooper, Rudy
Hello, I have a concern about our uv server suffering a catastrophic hardware failure. Our uv server is responsible for our order processing shipping, core to the business. We can't afford much down time. Is anyone replicating UV data to another server or using any kind of 'snapshot'

[U2] RE: Replication

2009-04-08 Thread Cooper, Rudy
From: Cooper, Rudy rudy.coo...@sagepub.com Subject: [U2] Replication Hello, I have a concern about our uv server suffering a catastrophic hardware failure. Our uv server is responsible for our order processing shipping, core to the business. We can't afford much down time. Is anyone

RE: RE: [U2] UV to SAP mig... GOOGLE funds for MV worldwide !

2009-04-21 Thread Cooper, Rudy
What would you use Revelation OpenInsight for? Presentation layer? rudy -Original Message- From: owner-u2-users-dig...@listserver.u2ug.org [mailto:owner-u2-users-dig...@listserver.u2ug.org] Sent: Tuesday, April 21, 2009 1:55 PM To: u2-users-dig...@listserver.u2ug.org Subject: U2 Users

Re: [U2] How do you do EDI?

2009-06-12 Thread Cooper, Rudy
Norm, We process 850's, 855's and 810's. We use translation software, takes the raw edi and translates to a text file which we process. The translation software queries our van's for orders and also send's out the 810's and 855's. We have an in-house app that takes the 850 po's and creates

[U2] U2 Rocket

2009-09-22 Thread Cooper, Rudy
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 Technical Project Lead Sage Publications Inc. 2455 Teller Road Thousand Oaks, CA. 91320

Re: [U2] U2 Web Services

2010-01-19 Thread Cooper, Rudy
Dan, We've been using U2 web services for over a year. It was easy to implement and so far no problems, seems to very stable. Rudy Message: 1 Date: Tue, 19 Jan 2010 08:50:42 +1100 From: Dan McGrath dmc...@imb.com.au To: U2 Users List u2-users@listserver.u2ug.org Subject: [U2] U2 Web Services

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

[U2] Universe Cispub Subscriptions

2010-02-26 Thread Cooper, Rudy
Hi, Our erp system, cispub, that runs in our uv environment we have a module, subscriptions, that we want to 'turn on'. The only problem is we can't seem to find anyone who is familiar with it. We're looking for someone who can set it up for us and possibly train 1 or 2 users. If you know

Re: [U2] Universe Cispub Subscriptions

2010-02-26 Thread Cooper, Rudy
...@afs_exchange.afs.afsi.com Content-Type: text/plain; charset=us-ascii Have you tried the people at www.cispub.com ? Mark -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Cooper, Rudy Sent: Friday, February 26, 2010 9:32 AM

[U2] uonet

2011-01-06 Thread Cooper, Rudy
I need some help. I'm writing a front-end program using vb.net and uo.net. My form has single valued fields, text boxes and a datagrid. My backend is uv 10.3.3 in windows. Does anyone have or can they direct me to an example that shows how to loop thru a datagrid, pull out the values and

Re: [U2] BCI

2011-11-09 Thread Cooper, Rudy
for researchers http://www.srmo.sagepub.com -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Cooper, Rudy Sent: 04 November 2011 22:02 To: 'u2-users@listserver.u2ug.org' Subject: [U2] BCI Need some help on using a bci function

Re: [U2] Consuming web services

2012-10-05 Thread Cooper, Rudy
Hi, If I understand correctly, you're asking how the data embedded in the xml gets parsed out and written to a uv file, correct? If so, we use a uv function called XMLTODB, it's in the bp of the uv account. We accept orders from college book stores and we do that by consuming their web

[U2] Web service

2013-01-16 Thread Cooper, Rudy
Hello list, I’ve been banging my head against the wall but getting nowhere trying to find a good example of of a c# program consuming a web service. Specifically, I need an example of a c# program consuming a UV web service. We have a few web services in UV that are consumed by a Seibel app.

Re: [U2] Web service

2013-01-17 Thread Cooper, Rudy
Tony Brian, I’m using soap. I have a service in UV that get’s called from a Seibel app, which has been running for several years now. I created the soap server using the UV web services developer. It works great for the Seibel app. So now I want to consume that same web service but I

[U2] Ref: Is there anything built in to UV that contains when/who last

2013-04-09 Thread Cooper, Rudy
Do a help on the tcl command MAKE.MAP.FILE. That may be able to help you. Is there anything built in to UV that contains when/who last Are you a fan of SAGE? Show us at www.facebook.com/SAGEPublications. ___ U2-Users mailing list

[U2] Ref: TCL input and response logging such as COMO

2013-04-26 Thread Cooper, Rudy
You might be able to do something creative using the remote voc like someone said earlier. Have a look at the following paragraph. It's in the UV documentation in the admin.pdf. Security Subroutines VOC entries that point to remote items provide a mechanism for controlling access to certain

[U2] Ref: Web Services at Universe 11.n

2013-10-31 Thread Cooper, Rudy
Harold, We’re on a windows platform and we’ve doing web services with UV since 10.2. Use the WSD for creating the soap server and and use soapui (free) for testing. We access external services from UV using the soap api that is documented in basicext.pdf of the uv documentation. The