RE: [U2] [UD] ODBC TIMEOUT question

2007-03-06 Thread Metherall, Arthur
in the unirpcservices file. However if your VB app is not coded to accept the exception/error of a timedout connection object you may get into trouble. unirpcservices is in /usr/unishared/unirpc on *nix - there is documentation on what to change. Rgds Symeon. On 05/03/07, Metherall, Arthur [EMAIL PROTECTED

[U2] [UD] ODBC TIMEOUT question

2007-03-05 Thread Metherall, Arthur
Hello, I'm running a VB read-only application that connects into UniData 6.0.8 on an IBM AIX 4.3.3, using ODBC. My problem is that we keep running out of user licenses on UniData. I have TIMEOUT set in the VOC-LOGIN, but that doesn't seem to effect the ODBC logins. Is there a way in UniData

[U2] RE: U2 Users Digest V1 #1283

2006-08-09 Thread Metherall, Arthur
We're running VERCOM's PRIMAC and everything is PROC based. I, also, have an old photocopied Microdata PROC Programming Manual [#82-1074] (with page 120 missing). Prior to finding this manual I used the following websites, in an effort to understand what an existing proc is/was doing: -

RE: [U2] Unidata proc manual

2006-08-09 Thread Metherall, Arthur
We're running VERCOM's PRIMAC and everything is PROC based. I, also, have an old photocopied Microdata PROC Programming Manual [#82-1074] (with page 120 missing). Prior to finding this manual I used the following websites, in an effort to understand what an existing proc is/was doing: -

[U2] [UD] XML levels question

2006-06-28 Thread Metherall, Arthur
I have a Purchase Order XML file that I need to load into UniData, the problem is that it has 4 levels to it. I can read it to the SVM level (3) with the extraction file, but what do I do about level 4? I tried using two extraction files, one for the 'Header' information. And one for the

RE: [U2] [UD] Separate catalog space 2 instances of Unidata installed

2006-01-20 Thread Metherall, Arthur
Andy, We have 3 instances of UniData running on a DEC Alpha and IBM AIX boxes. We created 3 unix directories '/usr/ud60/ud60dev', '/usr/ud60/ud60qa', and '/usr/ud60/ud60pc' and within them created symbolic links back to the '/usr/ud60' directories so the only 'real' subdirectory in the

[U2] SBClient 5.2.4 Downloads

2006-01-20 Thread Metherall, Arthur
Hello, We're running SBClient 5.2.4 / UniData 6.0.8 on and IBM AIX unix 4.3.3 platform. Some of our UniBasic programs we download output file straight to the users pc using the SBClient TU.PC.DOWNLOAD routine. My question/problem is: How do I get rid of the 'filename' line that gets

RE: [U2] pgsql and unidata basic

2005-12-15 Thread Metherall, Arthur
Jeff, I'm not sure how different postgresql is from MSSQL or where its installed (OS) but, you'll probably need to 'acquire' a 3rd party software in order to access non-unix databases from unix. We're running AIX 4.3.3 and have found Easysoft ODBC-ODBC Bridge software to be great for both

[U2] RE: U2 Users Digest V1 #928

2005-11-22 Thread Metherall, Arthur
Andy, We had a similar problem here with UniData. Even though the user had unix 'secondary' group access to the data files, UDODBC did not look beyond the unix 'primary' group access. Once we changed the users to match the unix 'primary' group access of the data file(s), the error went

RE: [U2] connection from UniBasic to a SQL database [was What are you using to develop your web pages...] {Unclassified}

2005-10-14 Thread Metherall, Arthur
Wendy, Not sure I cut your original message out of the messages correctly, but here goes. As someone else mentioned for unix you need to 'acquire' 3rd party software in order to access non-unix databases from unix, i.e., MS SQL, Oracle, Sybase, etc. We're running AIX and have found

RE: [U2] Parsing XML

2005-10-04 Thread Metherall, Arthur
Jeff, Depending on the release of UniData 6.0, or 6.1 (7.? not sure haven't seen it) the UniData preparation is some what different between versions: UDT 6.0 You need to create a Extraction file definition (see chapter(s) 10-Using UniQuery, or 14-Using Unidata the chapters

RE: [U2] XML question on UniData 6.0

2005-09-20 Thread Metherall, Arthur
Unidata 6.0 XML extraction file to do this? Thanks. - - - - - - - - - - - - Arthur E. Metherall Sr. Programmer Analyst Courier Corporation - - - - - - - - - - - - -Original Message- From: Metherall, Arthur Sent: Monday, September 19, 2005 10:57 AM To: u2-users@listserver.u2ug.org

[U2] XML question on UniData 6.0

2005-09-19 Thread Metherall, Arthur
Yes, you've read this before. But all the XML experts must have been on vacation, so I'm posting it again in hopes that they 're back. Is there a way to define the following XML section in a Unidata 6.0 extraction file, so that it will give me a single date (07/20/2005) value/DICT entry,

[U2] XML question on UniData 6.0

2005-08-04 Thread Metherall, Arthur
Is there a way to define the following XML section in a Unidata 6.0 extraction file, so that it will give me a single date (07/20/2005) value/DICT entry, without having to define individual Month (07), Day(20), Year(2005) DICT items? BusinessAcknowledgementDate Date Year2005/Year

RE: [U2] Connecting SQL server from Universe

2005-07-27 Thread Metherall, Arthur
We're using Easysoft ODBC-ODBC-Bridge, on our AIX using UniData connecting to MSSQL 2K, for database inquiries. I don't see why it wouldn't work for uniVerse also, you would just need write UVBASIC code to use GCI/BCI? to interface with the ODBC driver. The code is pretty simple, with BCI

RE: [U2] Installing Easysoft ODBC-ODBC-Bridge on AIX

2005-05-03 Thread Metherall, Arthur
, May 03, 2005 4:05 AM To: [EMAIL PROTECTED] Subject: U2 Users Digest V1 #639 -- Date: Mon, 2 May 2005 17:42:48 -0400 From: Metherall, Arthur [EMAIL PROTECTED] Subject: [U2] Installing Easysoft ODBC-ODBC-Bridge on AIX I'm trying to install the Easysoft ODBC-ODBC-Bridge

[U2] Installing Easysoft ODBC-ODBC-Bridge on AIX

2005-05-02 Thread Metherall, Arthur
I'm trying to install the Easysoft ODBC-ODBC-Bridge on an AIX system. Has anyone done this? When I define LIBPATH with the Easysoft libraries, for the Easysoft tests to work, UniData won't run. $

[U2] RE: ODBC driver for accessing MS-SQL from AIX running unix

2005-03-03 Thread Metherall, Arthur
. A quick test on a sql server sitting on the other side of our DMZ took 3 minutes to write a program and 2.5 secs to return 10mb of data. Cheers, Stuart - -Original Message- Metherall, Arthur Hello, Is anyone using a unix ODBC driver, other than DataDirect, that can be installed onto

[U2] ODBC driver for accessing MS-SQL from AIX running unix

2005-03-01 Thread Metherall, Arthur
Hello, Is anyone using a unix ODBC driver, other than DataDirect, that can be installed onto an AIX box that will connect to MS-SQL 2000? I need to pull information from the MS-SQL 2000 database into my UniData environment for reporting using BCI. Thanks, Arthur - - - - - - - - - - Arthur