Re: [U2] SB+ editing question

2012-02-10 Thread Adam Eccleshall
Hi, Non-standard characters can often be added (possibly depending on editor, but it works here in SB Client), by holding down ALT and typing in the character code on the numeric pad. In the case of @VM, that would be alt+253. Adam -Original Message- From:

[U2] Error message on file write - am I interpreting it correctly?

2011-08-30 Thread Adam Eccleshall
Hi, We've had an error on one of our client sites regarding bad keys on a given file and on the file exceeding its limit. The errors I'm seeing in udt.errlog are Fri Aug 05 10:36:46 cwd=account path 1: new block's offset is over the limit error in U_get_dest_block for file 'DEP.CHNG.Y', key

Re: [U2] Error message on file write - am I interpreting it correctly?

2011-08-30 Thread Adam Eccleshall
, Adam From: John Jenkins [mailto:u2g...@btopenworld.com] Sent: 30 August 2011 13:51 To: U2 Users List Cc: Adam Eccleshall Subject: Re: [U2] Error message on file write - am I interpreting it correctly? Adam, getting to (or over) 2Gb and not a Dynamic file? Regards JayJay mailto:u2g

Re: [U2] Pondering recent thread on compact framework

2011-05-20 Thread Adam Eccleshall
However, with mobile apps, you would need to have a different program, or at least end-drivers for each type of phone - and then you need to know which phone it's going to. ... That's what I'm looking for.what are those really good apps that have been developed out there that would

Re: [U2] Redback Limit

2011-03-31 Thread Adam Eccleshall
Road Miamisburg, OH  45342 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Adam Eccleshall Sent: Thursday, March 31, 2011 8:45 AM To: U2 Users List Subject: Re: [U2] Redback Limit Hi, Was the update within

[U2] GETENV in phantom / Redback processes

2010-09-08 Thread Adam Eccleshall
Hi, This morning, we've had two different problems caused by what appears to be the same issue. Both issues relate to programs running via Redback calls. The issue is that certain environment variables (in these particular cases, USERNAME and COMPUTERNAME) do not seem to be picked up in the RB

[U2] Sockets changes from Windows 2003 to Windows 2008?

2010-07-16 Thread Adam Eccleshall
Hi, I'm not sure if this is strictly a U2 question, but since it relates to a U2 application, I'll post here just in case... Has anyone got any experience of the differences between sockets on Windows 2003 and Windows 2003? We have a Windows service that listens on a port for a connection from

RE: [U2] validate active directory username password from within unidata?

2009-03-18 Thread Adam Eccleshall
Hi, You can call DLLs from UniData on Windows with the CALLC function. It's in the Developing UniBasic Applications manual under Linking Programs with UniData. I think there's a Universe equivalent, but as I don't use UV, I've never needed to check. This links dynamically, though - you only

RE: [U2] Unidata Time in Milliseconds?

2008-01-30 Thread Adam Eccleshall
Hi, SYSTEM(12) returns the current local time in milliseconds. Adam -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin King Sent: 30 January 2008 15:16 To: u2-users@listserver.u2ug.org Subject: [U2] Unidata Time in Milliseconds? I got an

[U2] Memory can not be 'read' error

2007-12-17 Thread Adam Eccleshall
Hi, I was testing some new software last week, and caused the test server to hang all its UD sessions and refuse new ones. I would get past the UD telnet user / password prompt, but SB Client would disconnect before getting to the SB login prompt. Looking at the udt.errlog revealed several

RE: [U2] XDOMRemove() query

2007-09-07 Thread Adam Eccleshall
use message. Does anybody know of any IBM example code for this function? Thank you, Adam Eccleshall -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Rajkowski Sent: 06 September 2007 21:47 To: u2-users@listserver.u2ug.org Subject: Re

[U2] XDOMRemove() query

2007-09-06 Thread Adam Eccleshall
, HTTP, XML, SCTX ,MQS, SOAP or database variable. Unfortunately, the one example for XDOM I found on the internet covered all the addition functions, but not removal. Any help greatly appreciated, Adam Eccleshall This electronic message contains information from CACI International Inc

[U2] UO.Net error 30102

2006-06-05 Thread Adam Eccleshall
, the UO.Net manual gives descriptions of codes 30101 and 30103, but misses out 30102. The calling application is a windows service using .Net 2 on Windows 2003, connecting to a UD program running on UD 7.1 under Windows 2000. Thanks in advance, Adam Eccleshall --- u2-users mailing list u2

Re: [U2] Re: Identifying UD files

2006-01-26 Thread Adam Eccleshall
Hi, Thanks for the suggestions, but the files in question actually cause the session to terminate with a regular OPEN, and don't even trigger the ON ERROR clause. I need to check the file before attempting the OPEN, so currently I have Read actual location from VOC entry OSOPEN actual location

Re: [U2] Re: Identifying UD files

2006-01-26 Thread Adam Eccleshall
Hi, Robert Paterson wrote Am I right in thinking you are trying to use the idea of a magic sequence to identify the UniData files? Yes, that's exactly what I'm trying to do. If so, I am not sure that such a sequence exists. It does for UniVerse as has been described in previous discussions.

[U2] Identifying UD files

2006-01-25 Thread Adam Eccleshall
Hi, Is it possible from inside a UniBasic program to identify whether or not a VOC pointer points to a valid UniData file? Currently, I have a routine which OSOPENs and reads from the file and compares certain bytes at the beginning of the file which appeared consistent in my initial checks,