Re: [U2] [UD] ODBC TIMEOUT question

2007-03-06 Thread Symeon Breen
You can change the timeouts 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

[U2] Exporting database files.

2007-03-06 Thread Anita Panda
Hi, I want to create a Universe Database and export or import files from database.Wether it is similar to SQL database creation .Has it to do something with SQL dumps in oracle or as Flat files in Mainframe. Regards, Anita =-=-= Notice: The information contained in this

[U2] XML Output Error

2007-03-06 Thread Sanjeebkumar Sarangi
Hi Brian, I took the following block of code and executed. PA DIVERT.OUT ON UFD INV.XML TTY.OFF SELECT ITEM_CODE, DESCRIPTION FROM INVENTORY.T TOXML ELEMENTS; DIVERT.OUT OFF TTY.ON After executing it, I am able to see the XML output in the screen. It is also creating an empty folder INV.XML

[U2] RE: XML Output Error

2007-03-06 Thread brian
Sanjeeb Sounds like you already have created a UniVerse file called INV.XML. The D_INV.XML is the file dictionary - that's a binary formatted file that is unreadable. The reason you saw the XML on screen is that it could not create a new Windows file named INV.XML. Change the INV.XML to

Re: [U2] Exporting database files.

2007-03-06 Thread Ray Wurlod
The UniVerse export utility is called UNLOAD.FILE, but is not cataloged by default. How you catalog it depends on what flavor of account you have set up. In an Ideal flavor account the command would be CATALOG APP.PROGS UNLOAD.FILE.B UNLOAD.FILE To import (bulk load) the name of the utility

RE: [U2] [UD] ODBC TIMEOUT question

2007-03-06 Thread colin.alfke
There is also an ODBCLOGIN. From the docs: Routine name: ODBCLOGIN Parameters: RTNVAL and USERNAME RTNVAL is an output parameter set by the routine; if it is set to 0, the connect fails; this allows the administrator to test for invalid connections and refuse them; any other value will allow

RE: [U2] [UD] ODBC TIMEOUT question

2007-03-06 Thread Metherall, Arthur
I checked the unirpcservices and it is set to the default of 6 minutes for all of its values. So it doesn't seem to be doing what I need either. Thanks anyway. Arthur Metherall Courier Corporation On 06/03/07, Symeon Breen [EMAIL PROTECTED] wrote: You can change the timeouts in the

[U2] [AD] Colorado U2 Programmer wanted

2007-03-06 Thread daverch
U2logic the premier U2 Eclipse plug-in tool developer of the free XLr8 Editor, XLr8 Web Developer, and XLr8 Object Editor announces that they are looking for a U2 programmer with Unidata and/or Universe experience. This individual should have 5 years of U2 experience and familiarity with our XLr8

[U2] [AD] Java and HTML/JavaScript Programmer

2007-03-06 Thread daverch
U2logic the developer of the RedBack replacement middleware called U2WeblinkT announces an opening for a Java programmer. Since our middleware is based on the open source json-rpc from the www.json.org http://www.json.org/ , JavaScript programmer experience is required too. This individual must

Re: [U2] OT:Employment

2007-03-06 Thread Dave S
Which database does the verndor recommend short-term and long-term ? If the vendor favors one, I would select that database. Jeffrey Butera [EMAIL PROTECTED] wrote: It may be depend on which software package works best for the college. Then it would depend upon which database that

[U2] How to define a map of namespace for the OpenXMLData API

2007-03-06 Thread Francis Guillozo
HI, I have to import data from xml to Uv. Every think works fine when my xml file doesn't have namespace. When my xml file has namespace, I put the following parameter : NameSpace Prefix = ast URI = an/url / file_extraction start = /root/ast:record dictionary= VOC / When I call the

[U2] UniData ECL anomolies

2007-03-06 Thread Bill Haskett
I've been tripping over this ever since converting D3 applications to UniData. 2 Demo (0)- COPY DTALPTRSET 4.2.6.4*KYOCERA 4.2.6.4*PCL5 (D TO: 4.2.6.3*KYOCERA 4.2.6.3*PCL5 4.2.6.4 is not in file DTALPTRSET *KYOCERA is not in file DTALPTRSET 4.2.6.4 is not in file DTALPTRSET *PCL5 is not in file

RE: [U2] UniData ECL anomolies

2007-03-06 Thread Bill Haskett
Bruce: As you saw in my email, I tried both unquoted and single-quoted record keys. Unidata can occasionally get very strange. Most stuff works but sometimes a Pick person keeps knocking their head trying to execute simple commands. For instance, the Prime style COPY command has a different

RE: [U2] UniData ECL anomolies

2007-03-06 Thread Bruce Nichol
Goo'day, Bill, At 21:09 06/03/07 -0800, you wrote: Bruce: As you saw in my email, I tried both unquoted and single-quoted record keys. Unidata can occasionally get very strange. Most stuff works but sometimes a Pick person keeps knocking their head trying to execute simple commands. For