RE: Uniobjects Asp

2004-02-27 Thread Brian Leach
Nick, Depends on how you far you need to scale, and if you are looking to support large numbers of users. UniObjects is NOT thread safe, but you can roll your own connection pooling - ie. write your logic into a DLL that maintains a series of connections with some form of semaphoring, and call

RE: mvQuery's MVQUERY_LOGIN MVQUERY_ABORT features

2004-02-27 Thread Brian Leach
Denny, Please send any mvQuery questions to [EMAIL PROTECTED] - we'll be happy to help you out! I use MVQUERY_LOGIN and MVQUERY_ABORT (on UniVerse) frequently as a means of testing mvQuery by COMOing trace output and setting DATE.FORMAT. Here are my paragraphs: ED VOC MVQUERY_LOGIN 3 lines

RE: Redback vs Raining Data's .Net Data Provider

2004-02-27 Thread Nick Southwell
We are currently converting from IBM UniOLEDB to PDP and all the tests we've run so far suggest better concurrency and faster speeds. The increase of course is proportional to the complexity of what you want to do with it but I have no bad news as yet! Cheers Nick -Original Message-

Universe File Corruption

2004-02-27 Thread TELRIS MAN
Our system is running on UV 9.4.1.3B on SCO Unix 5.0.5. I have encoutered the following error message when I SELECT a file 'INVOICE' File /disk3/MYDATA/INVOICE Computed blink of 0x312e3134 does not match expected blink of 0x158800 Detected within group starting address 0x27e1e00 ! Internal data

RE: Universe File Corruption

2004-02-27 Thread Bob Witney
do you have this on the system anywhere ./usr/lpp/uv/bin/uvfixfile bob -Original Message- From: TELRIS MAN [mailto:[EMAIL PROTECTED] Sent: 27 February 2004 15:04 To: [EMAIL PROTECTED] Subject: Universe File Corruption Our system is running on UV 9.4.1.3B on SCO Unix 5.0.5. I have

RE: Universe File Corruption

2004-02-27 Thread Eppel,Gary
'uvfixfile' won't touch this (bitter experience speaking here). You really need fixtool and for that you'll need to have UV10.0.x (I think the 'x' is 15 or higher, not totally sure) or, even better, v10.1, installed. The versions of fixtool prior to that were not as sophisticated as the current

RE: Universe File Corruption

2004-02-27 Thread Jeff Schasny
Or, assuming you have good backups, delete the file and restore it from backups -Original Message- From: Eppel,Gary [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 8:34 AM To: U2 Users Discussion List Subject: RE: Universe File Corruption 'uvfixfile' won't touch this (bitter

Re: New Listserver on the air (or is U2 Community working?)

2004-02-27 Thread Karjala Koponen
There have been at least 60 messages on U2 community since the Welcome Back message was sent. Karjala - Original Message - From: Kathy Tymoczko [EMAIL PROTECTED] To: U2 Community Discussion List [EMAIL PROTECTED] Sent: Friday, February 27, 2004 7:09 AM Subject: Re: New Listserver on

Re: Universe File Corruption

2004-02-27 Thread Karl L Pearson
Once upon a time, I repaired uniVerse files fairly often. I was taught by Mark Baldridge and later took a refresher course from Joel Yates. Fixing the file at v9.4.n.n (pre fixtool days) will require manual file work at the OS level using filepeek. Since filepeek doesn't prompt for errors,

UniVerse to excel feeds

2004-02-27 Thread Don Cutting
Hi All, We are looking for a process, where a report run in UniVerse can feed direct into excel, with no human action being taken - or as little as possible. If you have a process or tool where you can do this, and are willing to share this information, please e-mail. We are on

Re: UniVerse to excel feeds [AD]-ish

2004-02-27 Thread Results
Don, We have a tool which can be automated to pull data at a specified time (or multiple times) from UniVerse and push it out in CSV (which can be read directly by excel). If that's a close enough fit, let me know. The product is called Zeus Data Integration and it retails for less than

RE: UniVerse to excel feeds

2004-02-27 Thread George Gallen
Well, here is one way, given you are running Unix and want to use windows... If you just want to load data into Excel and you only want to do this on one windows machine. There is a lpd/lpr daemon program I use (www.brooksnet.com) called RPM which when setup on a windows machine, looks like a

Re: Printing to local printer

2004-02-27 Thread FFT2001
In a message dated 2/26/2004 12:07:35 PM Pacific Standard Time, [EMAIL PROTECTED] writes: We use AUX ON / AUX OFF for local printers already. The problem is, we want to be able to specify which local printer to use as the AUX. So, when the user is printing a CC receipt, it would print to the

Re: Uniobjects Asp

2004-02-27 Thread Cooper, Rudy
Does anyone know if Uniobjects.net will be thread safe ? thx, rudy From: Cooper, Rudy [mailto:[EMAIL PROTECTED] Sent: 26 February 2004 21:46 To: [EMAIL PROTECTED] Subject: Uniobjects Asp I have a requirement to use Asp with Uniobjects. Our OS is W2K and the backend is UV 10.0.10. I was

RE: UniVerse to excel feeds

2004-02-27 Thread Harold . Oaks
Don: I have written a program called BEXCEL which takes in a command, formats a csv file, and then uses an ftp process (we have pi/open on hpux) to send this file to a place where the users can open it. For example, the command BEXCEL INMATE | LNAME FNAME MNAME DOB AKA.LN AKA.FN | IRPT1 | ALL |

Re: Universe File Corruption

2004-02-27 Thread Martin Phillips
I keep pushing it but The UniVerse Internals course teaches you how to repair files for yourself. The cost of the course is far lower than IBM's standard minimum charge for fixing a file for you so it's money well spent. The next Internals course in the UK is scheduled for the week starting

RE: Uniobjects Asp

2004-02-27 Thread Greg L. Bonebrake
From documentation I have seen Uniobjects.net will be thread safe, however I have not heard anything recently regarding a release date. Does anyone have any update on when this will be available? Greg snip Does anyone know if Uniobjects.net will be thread safe ? snip thx, rudy -- u2-users

RE: UniVerse to excel feeds

2004-02-27 Thread Tony Gravagno
For an example of what's possible, see these links: http://Nebula-RnD.com/products/analysis.htm http://Nebula-RnD.com/demos/nebulanalysis/ (audio/video presentation) Unattended, all Pick BASIC, no CSV files or XML or other file I/O or translations, full formatting with charts and all other

When is developing with UniObjects the correct approach?

2004-02-27 Thread Karjala Koponen
Can someone lay out, in relatively simple terms for a simple guy, when using UniObjects is the correct approach to developing an application using one of the U2 databases? And, perhaps, when UniObjects would seem attractive but is not, in reality, a good choice? And, yes, I am sure that

RE: When is developing with UniObjects the correct approach?

2004-02-27 Thread jasonp
From my experience, I really haven't encountered a situation where I'd recomment not using UniObjects when accessing a U2 database from an outside application. I've heard people say you shouldn't use it directly from ASP because of threading issues, but I've successfully gotten around that by

RE: UniVerse to excel feeds

2004-02-27 Thread Bruce McAdoo
Don: If you have wIntegrate, terminal emulation and host-based application, you can accomplish your task. I did, but it was about five years ago. Maybe a current wIntegrate user could chime in. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL

[UV] XML conversion in UV 10.1

2004-02-27 Thread John Hester
We're planning a platform migration to UV 10.1 and hope to utilize the built-in XML functionality to exchange data with our trading partners. From what I read on the IBM U2 site it appears that XML can be created from standard UV files in 10.1. Are there also tools that enbable data to go the

RE: [UV] XML conversion in UV 10.1

2004-02-27 Thread Mike Randall
Not sure about Unix tools but Excel 2003 is fully XML aware. Going from XML to CSV is as simple as Save As. If you are into .Net, Microsoft has introduced a very power API called Visual Studio Tools for Office that will allow full programmatic control over Excel (Word too) from within

UDCS sessions

2004-02-27 Thread Bill Pizer
Hi all - We are a Unidata site just bringing up WebAdvisor. I have seen udcs sessions hang out in the listuser listing for hours. We have our unirpcservices set to: udcs /usr/ud60/bin/udapi_server * TCP/IP 0 3600 Why do they hang out? How do I tell if someone is connected to the session

RE: UniVerse to excel feeds

2004-02-27 Thread Ronnie Adams
I have a subroutine that works with both Accuterm and Wintegrate. It's fairly easy to integrate into an existing report. You can put column headings, set column widths, add formulas, multiple sheets, multiple books. It does quite a bit. I'd be glad to share it with the group if somebody would

RE: UniVerse to excel feeds

2004-02-27 Thread Tony Gravagno
Sounds like a great tool Ronnie. http://www.PickSource.com is a great place for stuff like this. I'll be happy to host it at http://Nebula-RnD.com/freeware, just e-mail me a zip, and please include a ReadMe. Good luck in any case. Tony Nebula RD -Original Message- From: [EMAIL

RE: UniVerse to excel feeds

2004-02-27 Thread Ian McGowan
you're also quite welcome to post it to http://www.pickwiki.com along with any docs you might have. the more, the merrier! -Original Message- From: Tony Gravagno [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 8:41 PM To: 'U2 Users Discussion List' Subject: RE: UniVerse to