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

2010-02-24 Thread Symeon Breen
If you run curl with the -v flag to set it verbose you can see what headers are being sent and make sure you create the correct one in your code. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Perry Taylor Sent: 22 F

Re: [U2] 32 vs 64 bit

2010-02-24 Thread Symeon Breen
Redhat quite often comes with both the 32bit and 64bit libraries and you need to ensure your compiler is pointing to the correct one. I am not sure if the 64bit udt install uses 32 or 64 bit libraries. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@

Re: [U2] Embedded program for Windows

2010-02-24 Thread Symeon Breen
Tonys post got me thinking and actually running an "app" in the browser that is local gives a number of problems particularly with security, by default browsers will not run scripts on local pages, cookies can be a problem as well, and although in theory you would not need cookies as only the one p

Re: [U2] Uniobject.Net Plus ASP.Net web service performance (was Re: Error connecting to Universe using Web Service Developer Tool)

2010-02-20 Thread Symeon Breen
Certainly not - i run a number of websites that come to arround 50million hits per month - the busier ones we have to run with connection pooling but the others suffice without and they are getting a connection running a backend program and coming back out and rendering a web page within a second.

Re: [U2] UniObjects 'Exec'

2010-02-19 Thread Symeon Breen
A try catch around the exec will capture the exception. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton Sent: 19 February 2010 14:49 To: 'U2 Users List' Subject: [U2] UniObjects 'Exec' We are using

Re: [U2] Error connecting to Universe using Web Service Developer Tool

2010-02-17 Thread Symeon Breen
Personally i use asp.net and uniobjects.net to do web services, the reason being it is very simple this way and ultimately extendable, but also my web layer is in iis and this is where i want my webservices to sit, not some 'other' http server ... -Original Message- From: u2-users-boun.

Re: [U2] AccuTerm File Transfer

2010-02-15 Thread Symeon Breen
U2 does not support third party products directly. If you had your own client written in a u2 interface such as uniobjects then it would be a simple matter. Or use wintegrate or accuterm as the OP is trying to use. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u

Re: [U2] U2UG Elections

2010-02-05 Thread Symeon Breen
From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Symeon Breen Sent: 04 February 2010 8:15 PM To: lbc7...@gmail.com; 'U2 Users List' Subject: Re: [U2] U2UG Elections I have the same i cannot see a link on the home page, I am logged in - u2ug.org ? -

Re: [U2] U2UG Elections

2010-02-04 Thread Symeon Breen
U2ug.org, but changed the url to mvopen.org and it is no different. Under Membership i have 4 options Register, Join email List, U"UG charter, U2UG Newsletter - it is kind of like i have not logged in but at the top of the left column it says you are logged in as Symeon

Re: [U2] U2UG Elections

2010-02-04 Thread Symeon Breen
, under "Membership" (left side) you'll see a link for 'U2UG Elections', click it, then go to bottom of page. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Symeon Breen Sent: Thursday, February

Re: [U2] U2UG Elections

2010-02-04 Thread Symeon Breen
I have the same i cannot see a link on the home page, I am logged in - u2ug.org ? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Lloyd Cottrell Sent: 04 February 2010 18:02 To: U2 Users List Subject: Re: [U2] U2UG

Re: [U2] UODOT.NET and performance counter errors on Windows 2003

2010-02-01 Thread Symeon Breen
Uo dot net uses perf counters if you use connection pooling, it uses them to keep track of connections and their utilisation. If you are having errors it usually one of two issues - permissions of the iis application pools worker process with regard to accessing the registry (which is where the per

Re: [U2] Unidata on Virtualized Server

2010-01-31 Thread Symeon Breen
Ahh bliss -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brutzman, Bill Sent: 26 January 2010 17:37 To: U2 Users List Subject: Re: [U2] Unidata on Virtualized Server In my little world of fantasy... it would be grea

Re: [U2] UniVerse RetreiVe how do I query a file for all of its column's values?

2010-01-25 Thread Symeon Breen
2010 19:03 To: U2 Users List Subject: Re: [U2] UniVerse RetreiVe how do I query a file for all of its column's values? On Thu, Jan 21, 2010 at 10:29 AM, Symeon Breen wrote: > Example program (nb this has been posted before in this group - the group > is searchable at nabble ) This

Re: [U2] Alternative medium (StackOverflow, ServerFault)

2010-01-21 Thread Symeon Breen
Talking of SO - my ad serving company is about to start serving ads onto SO and some other tech sites - i will point them out if they go live - all served from asp.net using uniobjects with unidata as the main ad server. -Original Message- From: u2-users-boun...@listserver.u2ug.org [

Re: [U2] Export files

2010-01-21 Thread Symeon Breen
r.u2ug.org Subject: Re: [U2] Export files > From: Symeon Breen > Actually updating sql tables directly from udt is pretty easy > using the BCI I have to shake my head sometimes. Pick people are rightfully always looking for simple way to do things but when it comes to relational datab

Re: [U2] UniVerse RetreiVe how do I query a file for all of its column's values?

2010-01-21 Thread Symeon Breen
Example program (nb this has been posted before in this group - the group is searchable at nabble ) * ANALYSEFILE * By Symeon Breen - to analyse a data file and give a resume of what attributes are used * Usage - ANALYSEFILE {file name} s...@sentence IF Sen[1,4]="RUN "

Re: [U2] Export files

2010-01-20 Thread Symeon Breen
on the SQL Server side. No knowledge of SQL syntax required. Cheers Mecki Original-Nachricht ---- > Datum: Wed, 20 Jan 2010 15:10:20 - > Von: "Symeon Breen" > An: "\'U2 Users List\'" > Betreff: Re: [U2] Export files > Are you after th

Re: [U2] Export files

2010-01-20 Thread Symeon Breen
Are you after the simplest way of exporting from udt ? Or is it the whole transfer of data into sqlserver that is at stake here ?? The easy ways of exporting tend to be more effort to import at the other end ... -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-us

Re: [U2] U2 Web Services

2010-01-19 Thread Symeon Breen
The simplest solution is to use uniobjects (either .net or for java) and write your own webservice - in asp.net for example it is about 20 lines of code, asp.net then handles all your soap, or rest, or json stuff for you - there have been examples posted on here before, plus i think in the wiki. If

Re: [U2] Still using wIntegrate to copy files?

2010-01-18 Thread Symeon Breen
Funny you should say that Brian the 2010 beta install is there on my desktop just waiting for me to click on it . -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach Sent: 18 January 2010 12:13 To: 'U2 U

Re: [U2] Still using wIntegrate to copy files?

2010-01-15 Thread Symeon Breen
ing and can improve my times > dramatically! :-) > > Bill > > -------- > Symeon Breen said the following on 1/13/2010 3:04 PM: >> I know lots of people who use it >> >> The OP's ad concentrates on copying a 41mb file - i regularly copy many >>

Re: [U2] Error connecting to UD 5.2 from SQL Server 2008 SSIS [ad]

2010-01-14 Thread Symeon Breen
Tony Said Here's another common issue in this forum: People express a desire for a solution but what they really want is a free solution that they can use, understand, and maintain on their own. I'm sorry but when you're faced with complex issues, be prepared for solutions that you may not unde

Re: [U2] Still using wIntegrate to copy files?

2010-01-13 Thread Symeon Breen
I know lots of people who use it The OP's ad concentrates on copying a 41mb file - i regularly copy many gigabyte files, i just zip em, ftp them and it is all done in a minute or 2, why would i use wintegrate or an eclipse tool ??? -Original Message- From: u2-users-boun...@listserver.u2

Re: [U2] create.index and numeric dict names

2010-01-08 Thread Symeon Breen
rs.com Web: www.rocketsoftware.com/u2 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Symeon Breen Sent: Thursday, January 07, 2010 3:29 PM To: 'U2 Users List' Subject: [U2] create.index and numeric dict names A

[U2] create.index and numeric dict names

2010-01-07 Thread Symeon Breen
A funny on unidata 7.1 on linux - For a particular reason (don't ask why) i wanted to create an index on an attribute in a file, the dict name for this attribute is actually a number (1019) - but the command comes back :CREATE.INDEX TEMP 1019 -^ syntax error

Re: [U2] UniRPC returning 39125

2010-01-07 Thread Symeon Breen
r.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Symeon Breen Sent: Thursday, January 07, 2010 4:42 AM To: 'U2 Users List' Subject: Re: [U2] UniRPC returning 39125 I don't think ic_opensession itself knows - it will connect via a socket to unirpcd which itself will kn

Re: [U2] UniRPC returning 39125

2010-01-07 Thread Symeon Breen
I don't think ic_opensession itself knows - it will connect via a socket to unirpcd which itself will know that it is unidata and do the correct thing. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton

Re: [U2] Slow Universe/Win processes dropping

2009-12-28 Thread Symeon Breen
For UO there is a timeout setting. I do not think there is one for uv telnet tho. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Tony Gravagno Sent: 28 December 2009 19:21 To: u2-users@listserver.u2ug.org Subject: Re

Re: [U2] How to Extract Selected multivalue colums

2009-11-30 Thread Symeon Breen
Hi - For the split on the number of lines take the same principals you would use in whatever your normal programming language is (I assume you are a programmer) and do the same, ie a counter and a breakpoint. In order to extract specific columns from the table instead of building the pipe delimite

Re: [U2] Code Coverage Project

2009-11-26 Thread Symeon Breen
Hi - there do not seem to be any files available for download on sourceforge -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan McGrath Sent: 26 November 2009 21:35 To: U2 Users List Subject: [U2] Code Covera

Re: [U2] Where do print/crt statements go when using UniObjects?

2009-11-24 Thread Symeon Breen
/dev/null probably I have a debug flag i pass to my backend code - which if set does a como on at the start, will do crts throughout, and a como off at the end, read in the como output and place it in a var that is passed back to the front end code (in my case .net) which then displays however r

Re: [U2] http error using universe 10.3 on aix 6.x

2009-11-24 Thread Symeon Breen
It may be a specific error from the web service itself - if you turn on protocolLogging And post the actual http conversation logged in there it will (hopefully) be pretty clear. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org]

Re: [U2] Can't kill sessions

2009-11-12 Thread Symeon Breen
I have a similar prob on linux, esp with udcs processes, and esp with pooled ones, i can kill of the users using deleteuser and the process is indeed gone, but they still appear in listuser and continue to take a licence for about 5 mins. It is a major headache when we are at the max number of poo

Re: [U2] File corrupt

2009-11-09 Thread Symeon Breen
Unidata does this when a file gets to about 1.6 gig it displays a message and also logs it into the udt.errlog file. Is there no such errlog entry for uv ? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Martin Ph

Re: [U2] sending text messages to a regular cell phone

2009-11-06 Thread Symeon Breen
In the uk i use www.textanywhere.co.uk for a few applications - it works very well - You don't say what country you are in (hence i presume the USA ;) but i assume there are similar companies there. It is a simple http web service that just uses a get so is s simple as formulating a url and so can

[U2] Uniobjects licence

2009-10-26 Thread Symeon Breen
Does anybody know if unidata has to be fully licenced before unirpcd will accept uniobjects connections, or will it still work during the 60 day grace period like the rest of udt ? Thanks Symeon. ___ U2-Users mailing list U2-Users@

Re: [U2] Command logging in Universe 10.2.1

2009-10-23 Thread Symeon Breen
You can rename the COMO entry to something else like hiddencomocommand then when they start the command line (e..g either in the login paragraph or the process that escaped them out of your menu) do hiddencomocommand ON. COMO OFF will then not do anything. -Original Message- From: u2-u

Re: [U2] Unidata 7.1 XDOM Support

2009-10-22 Thread Symeon Breen
I have never used the XDOM stuff in anger - i tend to define extraction files and whiz through the xml using READXMLDATA etc. We have had problems with namespaces in the past - it does ring a bell, i will take a look at what our problem was. -Original Message- From: u2-users-boun...@list

Re: [U2] [UV] createSecureRequest

2009-10-21 Thread Symeon Breen
Do you know if the problem is occurring between uv and your webservice or your webservice and the cc provider ? Could it be something as simple as a timeout ? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dav

Re: [U2] 2 cents

2009-10-16 Thread Symeon Breen
Judging by the questions being asked i am not at all worried ;) -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of shaun.fergu...@ferguson.com Sent: 16 October 2009 20:32 To: u2-users@listserver.u2ug.org Subject: [U2]

Re: [U2] Unibasic: Sample program - to extract data from Table

2009-10-16 Thread Symeon Breen
Dattatraya if you are a programmer you should be able to do this - i would use the same technique in .net, java or databasic. The only difference is the way you get the information out of the arrays in the first place. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailt

Re: [U2] Unibasic: Sample Program

2009-10-15 Thread Symeon Breen
RUP, and others are also iterative and iterative is very important - especially if we are talking multi million dollar projects. Also important for such deals is definition of scope at the very start, 10% scope creep comes in at around a million dollars - i haven't got that in my back pocket... A

Re: [U2] Unibasic: Sample program - to extract data from Table

2009-10-15 Thread Symeon Breen
ASIC BP outfile Compiling Unibasic: BP/outfile in mode 'u'. main program: syntax error at or before OPENSEQ 'OUTPUT.CSV' TO CSVFIL --^ Expecting: ELSE compilation failed Thanks & Regards, Dattatraya Walgude DBA Team Rsystems Internat

Re: [U2] Unibasic: Sample Program

2009-10-14 Thread Symeon Breen
My experience in this is as a software vendor - it can be very dangerous to engage with a customer in an agile development - As a vendor we supply our packaged product with a certain amount of modification. It is very important that such modifications are ring fenced, costed and planned before the

Re: [U2] Unibasic: Sample program - to extract data from Table

2009-10-14 Thread Symeon Breen
st type it in and get done with it? Jerry Banker -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Symeon Breen Sent: Tuesday, October 13, 2009 2:09 PM To: 'U2 Users List' Subject: Re: [U2] Unibasic: Sample

Re: [U2] Unibasic: Sample program - to extract data from Table

2009-10-13 Thread Symeon Breen
ssage- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Symeon Breen Sent: Tuesday, October 13, 2009 9:43 AM To: 'U2 Users List' Subject: Re: [U2] Unibasic: Sample program - to extract data from Table Indian development firms are pretty m

Re: [U2] Unibasic: Sample program - to extract data from Table

2009-10-13 Thread Symeon Breen
Indian development firms are pretty much the same as any other - if you get a small highly focused team of experts they will achieve a lot. The problem is when you get large pools of programmers of various skill levels, and so need more management time than it would take to program it in the first

Re: [U2] Unibasic: Sample program - to extract data from Table

2009-10-12 Thread Symeon Breen
) : '"' WRITESEQ LINE ON CSVFIL ELSE CRT 'CAN NOT EWRITE TO CSV FILE' END REPEAT Facing compilation error :BASIC BP outfile Compiling Unibasic: BP/outfile in mode 'u'. main program: syntax error at or before OPENSEQ 'OUTPUT.CSV' TO

Re: [U2] Unibasic: Sample program - to extract data from Table

2009-10-12 Thread Symeon Breen
The big question is extract to what ? csv ? xml ? another data table ? Here is a very quick simple extract to a csv - this is just off the top of my head so i have not compiled it or tested it. OPEN 'FILE' TO FIL ESLE STOP 201,'FILE' OPENSEQ 'OUTPUT.CSV' TO CSVFIL WEOFSEQ CSVFIL SELECT FIL LOOP

Re: [U2] I need your eyes

2009-10-09 Thread Symeon Breen
Chuck - you may want to put this link on cdp as well - get a few more people from the "dead" (lol @ Tony) group to click through. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ross Ferris Sent: 09 October 2009 00

Re: [U2] UniObject .NET Session and Common Block Bug

2009-10-09 Thread Symeon Breen
This is very odd, uniobjects, uniobjects for java, and uniobjects.net are just client libraries that connect over a socket to the unirpcd process on the unidata host, which in turn runs and communicates with the backend udt process. I cannot imagine any of these libraries has an understanding of co

Re: [U2] How to check data dictionary?

2009-10-06 Thread Symeon Breen
Maybe not exactly what you are looking for - here is a program that will analyse all data in a file and give a resume of which attributes/columns have data and what kind of data. You could easily enhance this to tell you if there is any mv or sub valued data in an attribute. After running this you

[U2] pooled and nonpooled connections

2009-10-05 Thread Symeon Breen
Has anyone managed to use both pooled and nonpooled connections in a single asp.net process using uniobjects.net. ? I have tried and failed - basically i want the app to use pooled connections, but sometimes to use non pooled for certain customer accounts, these just hit the server occasiona

Re: [U2] Connection Pooling Statement

2009-09-25 Thread Symeon Breen
That is not quite right - it does not cope with 5 users at any one time - it only copes with 1 user at any one time, in the course of a second that may well end up being 5 individual users. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.

Re: [U2] Connection Pooling Statement

2009-09-25 Thread Symeon Breen
IMO still far too expensive - I have recently done a project on sql server because it would have been too expensive to use unidata with conn pooling on the back end - not a situation I want to be in really ! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-b

Re: [U2] Connection Pooling Statement

2009-09-25 Thread Symeon Breen
So does this mean that all mv.net and designbais customers also should have connection pooling licences as well - after all they are multiplexing to some extent ? Do bluefinity and designbais have a statement on this ? ___ U2-Users mailing list U2-U

Re: [U2] Universe web connectivity

2009-09-23 Thread Symeon Breen
Asp.net with uniobjects - very easy You can get a whole layer of extra functionality with mv.net - i have not used it yet but will hopefully do soon, - Tony can give you some good rep on this. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver

Re: [U2] Problem with Multi-value market in general

2009-09-18 Thread Symeon Breen
" ground-breaking iPod" You have succumbed to apple marketing, people think they invented the gui or windows - both wrong - people now think they invented mp3 players - i still have a tiny 256meg mpg player with an oled screen that i bought a couple of years before apple entered with the ipod. I

Re: [U2] Worst Case/Best Case

2009-09-17 Thread Symeon Breen
Just to pick up on one point - I am a .net developer but we use u2 as the data store in a growing business with many new customers every year. It is more a problem with peoples mindset than a problem with u2 technology itself, lets home rocket can tackle this head on. -Original Message- F

Re: [U2] U2 being sold!

2009-09-16 Thread Symeon Breen
Well what a fine thing to wake up to this morning, I agree with many statements here - the IBM name gave it a lot of credibility, tho I persisted with u2 because of (in my opinion) superior functionality compared to other mv databases. The IBM name was even something i could hide behind when asked

Re: [U2] .NET Developer

2009-09-11 Thread Symeon Breen
; Bill > > P.S. If you're moving software to the web, or not, you might check > with Bob. Print Wizard is pretty cool and well supported...and the > price is right! > > > Symeon Breen said the follo

Re: [U2] .NET Developer

2009-09-10 Thread Symeon Breen
ve found very > few qualified to work on business applications. > > Bill > > -------- > Symeon Breen said the following on 9/9/2009 2:08 AM: >> Sorry Bill - what country are you in ? >> >> -Orig

Re: [U2] .NET Developer

2009-09-09 Thread Symeon Breen
Sorry Bill - what country are you in ? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Haskett Sent: 08 September 2009 18:30 To: U2 Mail List Subject: [U2] .NET Developer I thought I'd let the list know that I'v

Re: [U2] callHTTP - disconnect?

2009-09-03 Thread Symeon Breen
Actually TIME_WAIT is normal - when you close a connection, it goes to timewait for a set amount of time and then is closed, this stops any delayed packets being accepted by a later connection. There are kernel/tcp params to determine how long it should be in timewait. If you have too many at timew

Re: [U2] SSH & Viewpoint Emulation

2009-09-03 Thread Symeon Breen
I used to use putty to tunnel and then use my term emulator on top - then i realised that actually putty is an excellent client in its own right and i just use that now. I use Putty connection manager which gives a tabbed set of emulation windows and replaces the ugly putty interface. -Orig

Re: [U2] callHTTP - disconnect?

2009-09-02 Thread Symeon Breen
In your apache app set the http response header 'Connection' to 'Close' -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Kevin King Sent: 02 September 2009 19:07 To: U2 Users List Subject: [U2] callHTTP - disconnect

Re: [U2] Better and Better Application - Launching today Friday 8/21/09 -- Browser instructions

2009-08-23 Thread Symeon Breen
I can't believe the comments on this - it is released as a favour to a closed user group - you - and the rules are . one of which is you use ie 6 or 7. Comeon it aint hard ! ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserve

Re: [U2] XMAP HTML encoding

2009-08-19 Thread Symeon Breen
Actually my mistake - the & is an xml entity and so should infact be & so the text should be &#233 this will then render to é -Original Message- From: Symeon Breen [mailto:syme...@gmail.com] Sent: 19 August 2009 15:21 To: 'U2 Users List' Subject: RE: [U2] XMAP H

Re: [U2] XMAP HTML encoding

2009-08-19 Thread Symeon Breen
é is not an xml entity - infact there are very few xml entities, so putting this inside an element or an attribute is perfectly valid. No need for a CDATA You may want to check your lang settings and the encoding of the xml to make sure they match. -Original Message- From: u2-users-boun.

Re: [U2] Memory error using XDOM Commands

2009-08-18 Thread Symeon Breen
I have had memory problems with the xml api before - it was due to the LANG setting not being set correctly. In udt its default is C but if you are handling xml docs with utf8 or 16 encoded characters, or in fact any character over 128 it can cause memory problems, give that a check, and set up you

Re: [U2] Your shell program

2009-08-04 Thread Symeon Breen
I have a standard include per main system file. This ensures all file operations use my generic function FFileOperation which handles all the opening, read writes etc to database, SQL via BCI, csv, XML, JSON, EDIFACT files. The file type is defined in a file table. So the programmer can just use th

Re: [U2] the XML/DB Tool

2009-07-30 Thread Symeon Breen
Ross Morrissey Sent: 30 July 2009 09:24 To: U2 Users List Subject: Re: [U2] the XML/DB Tool Hardcoding and Handcoding are subtly different. On Thu, Jul 30, 2009 at 12:59 AM, Symeon Breen wrote: > Just one point - where you say hard code - I am not entirely in agreement - > my xml handlin

Re: [U2] the XML/DB Tool

2009-07-30 Thread Symeon Breen
Just one point - where you say hard code - I am not entirely in agreement - my xml handling code is generic for all the xml file i suck into u2, the EXT file is different for each xml file - it is in a way an addendum to the xsd and allows you to only import parts of the xml. If this is what you ca

Re: [U2] Using PHP

2009-07-29 Thread Symeon Breen
I use it purely as a test layer - my web sites use web services that connect using uniobjects they run u2 subs to return xml data that they aprse etc. All that is in aso.net. I have some pho code that calls the udt subs directly and captures the output and then displayes the resulting xml together

Re: [U2] Error 4 22 from PHP exec of uv on AIX

2009-07-28 Thread Symeon Breen
This is a snip from my php handler for a unidata program $udtCmd="LANG=en_US.UTF-8;export LANG; cd /usr/ud/accounts/$account;/usr/ud71/bin/udt RUN $BP flyGen $noads $style $uid $keywords -G"; $result = array(); $i=1; $done=0; $time_start = microtime(true); exec( $udtCmd, &$result); $time_end = mic

Re: [U2] UniData and umlauts

2009-07-27 Thread Symeon Breen
Hi Brian, I have only ever used lang groups in order to get the udt xml api to work correctly with utf8/16 encoded xml files. I have to say if you do get it wrong then you can get intermittent errors with xml files, and other api's which is rather hard to trace. So just be careful and make sure

Re: [U2] Performance reports on 4 Terabyte files vs Distributed Files

2009-07-23 Thread Symeon Breen
I have a customer with files at the 600 gig level, we did not go the 64 bit route (for various reasons) but made the files dynamic (this is on udt where dynamic files are held in a directory with separate data blocks as files so you do not get a file over 2 gig). Write performance is fine as it is

Re: [U2] General guidelines on indexing

2009-07-10 Thread Symeon Breen
and their os and u2 configuration ! -Original Message- From: Symeon Breen [mailto:syme...@gmail.com] Sent: 09 July 2009 14:04 To: 'U2 Users List' Subject: RE: [U2] General guidelines on indexing Unidata 7.1 (32bit) on redhat EL 3 64bit, on XEON E5335 with 4 gig ram. Error whe

Re: [U2] General guidelines on indexing

2009-07-09 Thread Symeon Breen
Unidata 7.1 (32bit) on redhat EL 3 64bit, on XEON E5335 with 4 gig ram. Error when creating a shared memory segment (size=35682416), errno=22 Lol Hmmm ? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ron Hut

Re: [U2] General guidelines on indexing

2009-07-08 Thread Symeon Breen
Ha Ha a dev from IBM letting secrets out to ladybridge ;) -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Martin Phillips Sent: 08 July 2009 20:57 To: U2 Users List Subject: Re: [U2] General guidelines on indexing H

Re: [U2] Simple Export to Excel

2009-07-08 Thread Symeon Breen
The ! was just part of the data The standard is here http://tools.ietf.org/html/rfc4180 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of charles_shaf...@ntn-bower.com Sent: 07 July 2009 20:03 To: U2 Users List Subje

Re: [U2] Simple Export to Excel

2009-07-07 Thread Symeon Breen
The csv 'standard' for fields containing a quote is double quote So for the data Col1 = col1data Col2 = col 2 "is here" !, and it is good Col3 = end You have a csv of "col1","col 2 ""is here"" !, and it is good","end" -Original Message- From: u2-users-boun...@listserver.u2ug.org [mai

Re: [U2] 2gig limit sticking into bash shell

2009-07-07 Thread Symeon Breen
Hi, On most linux systems /bin/sh is a sym link to /bin/bash It just turns out that ulimit is inherited from the shell above and 32 bit udt does change it, hence why i get my issue. So i can work round that now by resetting ulimit. Thanks for everyones insight. -Original Message-

Re: [U2] 2gig limit sticking into bash shell

2009-07-06 Thread Symeon Breen
Not sure it is a bug TBH , i presume the shell is inheriting the settings from the udt shell above it. If at bash i do ulimit -f 1000 Then do another shell (type sh) and do ulimit -f it says 1000 so ulimit does seem to be inherited. Ofcourse udt is changing it from its parent shell i assume becaus

Re: [U2] 2gig limit sticking into bash shell

2009-07-06 Thread Symeon Breen
file size set on this specific user. Dan Goble Sr. Programmer Analyst RATEX Business Solutions, Inc. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Symeon Breen Sent: Monday, July 06, 2009 6:01 AM To: 'U2 Users

Re: [U2] 2gig limit sticking into bash shell

2009-07-06 Thread Symeon Breen
ave stayed with the other flavors out of lazy loyalty (usually running UniData under Slackware Linux actually.)? I am interested in this because of my SQLizer -- it is a application that takes UniData/UniVerse tables and keeps them synchronized with mirrors on MySQL, SQL Server or Oracles tabl

[U2] 2gig limit sticking into bash shell

2009-07-03 Thread Symeon Breen
Hi, Redhat linux ES 3 64bit with udt 7.1 32 bit - i have a zip file that contains a 12 gig csv in it. I can unzip this fine from bash. However if i go into udt then either shell out, or quit from udt and try the unzip command it stops when the extract gets to 2gig. I understand the fork-exec mech

Re: [U2] Program Comments/Documentation/Notes/Revision History

2009-06-29 Thread Symeon Breen
Here Here Brian - I was about to say something on the same lines... -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach Sent: 29 June 2009 10:12 To: u2-users@listserver.u2ug.org Subject: Re: [U2] Program Com

Re: [U2] Program Comments/Documentation/Notes/Revision History

2009-06-26 Thread Symeon Breen
The notes for the changes are in the source control repo so the comments in the code are more to do with what it does rather than how it changed . -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David A. Green Sent:

Re: [U2] Using ED

2009-06-25 Thread Symeon Breen
The EV command in AE is a lifesaver when looking at MV data ! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David A Barrett Sent: 25 June 2009 20:45 To: u2-users@listserver.u2ug.org Subject: Re: [U2] Using ED Back

Re: [U2] Mixed Case UV Basic Programming Standards.

2009-06-25 Thread Symeon Breen
Probably ot here - but i was NOT saying it was silly, I agree you can count on ED and i do use ED / AE every day i am working on a u2 box, but when it comes to sitting down and writing, or debugging some code i think most people do use a more visual editor, the one that comes free with u2, (old uni

Re: [U2] Mixed Case UV Basic Programming Standards.

2009-06-25 Thread Symeon Breen
An important point there from Brian on editors, yes the editors we use (no one writes code in ed do they?) will colour highlight verbs, literals, comments, variables etc + do case insensitive searches.. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun.

Re: [U2] Mixed Case UV Basic Programming Standards.

2009-06-25 Thread Symeon Breen
Wobbly case - lol Yes i remember years ago we had a chain printer that only printed caps - we moved to a new machine and the print runs came out all funny lots of characters missing, it took us ages to figure out it was only printing the caps chars, the old machine uppercased everything in the s

Re: [U2] Mixed Case UV Basic Programming Standards.

2009-06-24 Thread Symeon Breen
I use camel case in all the languages i program in. In unibasic i have capitalised verbs because i do not have the setting set to allow lowercase verb useage. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Charles

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

2009-06-02 Thread Symeon Breen
to the disk surface if I do have to bring them down for some reason. I don't think we have ever had a windows server stay up more than a week so I think you are either lucky or you very seldom install a patch on your server. Jerry Banker From: u2-users-boun...@listserver.u2ug.org [mail

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

2009-06-02 Thread Symeon Breen
My main web server running windows server 2003 was last rebooted Feb 2008 ! I think people when you say windows think about their own experience of their desktop whereas when it is on a server the whole usage is very different, that is what i am trying to get across ! Having said all th

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

2009-06-02 Thread Symeon Breen
one of them got hacked. Can you say the same about Windows? I can go on if you wish. Jerry Banker From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Symeon Breen Sent: Tuesday, June 02, 2009 3:07 AM To: 'U2 Users List' Subject: Re:

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

2009-06-02 Thread Symeon Breen
"It is the rated by the experts as the best of the systems," What experts ? "The first reason is that Unix systems are not susceptible by Windows viruses." A protected windows server would not be either - we are not talking desktops here with users surfing the internet all day.

Re: [U2] unidata hangs

2009-05-31 Thread Symeon Breen
or your platform. Wally Terhune U2 Support Architect IBM Information Management Software Tel: (303) 773-7969 T/L 656-7969 Mobile: (303) 807-6222 Email: wal...@us.ibm.com http://www.ibm.com/software/data/u2/support Inactive hide details for "Symeon Breen" ---05/30/2009 05:34:50 PM---Why why why d

<    1   2   3   4   5   6   7   8   >