RE: [U2] submitRequest

2005-10-26 Thread Stuart . Boydell
   What's the value of RESULT?

   Is the request POST or GET?

   Are you using SSL?

   Have you tried increasing the timeout?

   Stuart

   -Original Message-

 RESULT=submitRequest(RHANDLE,6000,,RHEAD,RDATA,RSTAT)
 RHEAD, RDATA AND RSTAT are always null (empty).
 Any thoughts or ideas would be incredibly appreciated.

   **

   This email message and any files transmitted with it are confidential

   and intended solely for the use of addressed recipient(s). If you have

   received  this  email  in  error please notify the Spotless IS Support
   Centre (+61 3 9269 7555) immediately, who will advise further action.

   This footnote also confirms that this email message has been scanned

   for the presence of computer related viruses.

   **
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [Potentially SPAM Header Checking] - RE: [U2] submitRequest - Email has different SMTP TO: and MIME TO: fields in the email addresses

2005-10-26 Thread Barry Rogen
   Thank you very much twofold Mike. The primary issue was
(duh, I feel so dumb) timing out.  I am also finding the 
protocol logging quite helpful. Again, thanks a lot and I
owe you one.



Barry  Rogen
PNY Technologies, Inc.
Senior  Programmer/Analyst
(973)  515 - 9700  ext 5327
[EMAIL PROTECTED]

-
Far better it is to dare mighty things, to win 
glorious triumphs even though checkered by
failure, than to rank with those poor spirits who
neither enjoy nor suffer much because they live
in the gray twilight that knows neither victory
nor defeat



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mike Dallaire
Sent: Tuesday, October 25, 2005 5:20 PM
To: U2 Users List
Subject: [Potentially SPAM Header Checking] - RE: [U2] submitRequest -
Email has different SMTP TO: and MIME TO: fields in the email addresses

As stated, I  pass it all

through fine,

but the return statuses never get back.

 

RESULT=submitRequest(RHANDLE,6000,,RHEAD,RDATA,RSTAT)

 

  RHEAD, RDATA AND RSTAT   are always  null (empty).

 

   Any thoughts or ideas would be incredibly appreciated.

 

Barry,

Just a quick glance at your email and two things come to mind.  1) the
third
parameter in the submitRequest is the data being sent, you are sending a
null value.  May or may not be correct, just wondering. 2) Your timeout
is
not very long.  You may be timing out before a response gets back to
you.

Another helpful thing to do is to turn on protocol logging.  It can give
you
lots of helpful information for debugging these types of issues.

HTH,

 

Mike Dallaire

Programmer

IBM Certified Solutions Expert - U2 UniVerse V9.6 Administrator for Unix
and
Windows

Mortgage Builder Software Inc.

(248) 304-0600 x 103

[EMAIL PROTECTED]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

NOT INTENDED AS A SUBSTITUTE FOR A WRITING 

NOTHING IN THIS E-MAIL, IN ANY E-MAIL THREAD OF WHICH IT MAY BE A PART, OR IN 
ANY ATTACHMENTS THERETO, SHALL CONSTITUTE A BINDING CONTRACT, OR ANY 
CONTRACTUAL OBLIGATION BY PNY, OR ANY INTENT TO ENTER INTO ANY BINDING 
OBLIGATIONS, NOTWITHSTANDING ANY ENACTMENT OF THE UNIFORM ELECTRONIC 
TRANSACTIONS ACT, THE FEDERAL E-SIGN ACT, OR ANY OTHER STATE OR FEDERAL LAW OF 
SIMILAR SUBSTANCE OR EFFECT.  THIS EMAIL MESSAGE, ITS CONTENTS AND ATTACHMENTS 
ARE NOT INTENDED TO REPRESENT AN OFFER OR ACCEPTANCE OF AN OFFER TO ENTER INTO 
A CONTRACT.  NOTHING IN THIS E-MAIL, IN ANY E-MAIL THREAD OF WHICH IT MAY BE A 
PART, OR IN ANY ATTACHMENTS THERETO SHALL ALTER THIS DISCLAIMER.  

This e-mail message from PNY Technologies, Inc. is for the sole use of the 
intended recipient(s) and may contain confidential and privileged information. 
Any unauthorized review, use, disclosure or distribution is prohibited. If you 
are not the intended recipient, please contact the sender by reply e-mail and 
destroy all copies of the original message. 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] File index problem on UniData

2005-10-26 Thread John Jenkins
Useful Unix command:

fuser -u Unix_filename

It lists the PIDs of any processes which have the physical file open.

Something I see from time to time is file indices getting Out of step or
self-disabling.  The most common cause is building the index while the
file is in use.

I don't know whether a package which gives Unix commands on Windows (such as
cygwin or MKS Toolkit) gives you this, but http://www.sysinternals.com is
very useful (thanks to all the contributors there).

Supplementary Note: Yes - there are occasions when you may want to build an
index on a file translate, and (with care) this is perfectly useable. I do
still see instances though of indices being built in file translates and
volatile data. Not many granted - but some

Regards

JayJay
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniData and multi-core chips.

2005-10-26 Thread David Beahm
FWIW, I have seen a UniVerse process jump from one CPU to another on a 
dual-CPU box running NT 4.  It was a big process and we were logging 
system monitors to identify bottlenecks -- Rich Taylor might (or might 
not, as it was years ago) remember helping us with our investigation.


A quick search shows how to set processor affinity permanently for an 
application if the opposite behavior is desired:


http://searchwin2000.techtarget.com/tip/1,289483,sid1_gci778853,00.html




Date: Tue, 25 Oct 2005 19:48:31 -0500
From: David Wolverton [EMAIL PROTECTED]
Subject: RE: [U2] UniData and multi-core chips.

For Windows the processes float?  Interesting!!  I was just reporting what
we were told eons ago -- that Processes were bound to a CPU on on startup on
a Windows MultiProcessor... If that's not the case, even better ...
Information in this area is hard to come by -- any authoritative information
is welcome!!   Where can we find more information on this?


When you start up, in the case of a dual/quad-processor, my understanding
is that process is 'bound' to whatever CPU the OS kicked it off on... So, in
theory, you do get some advantage of multiple processors, but the load is
not dynamically balanced based on usage.

This is NOT how it works. The OS is able to start a process on a particular
CPU and then can move the process on to other CPU's as it sees fit, to
manage the load. E.g. does dynamically balance based on usage. There are OS
commands to bind processes to CPUs, but these should not normally
required, you are best to leave it up to the OS!

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [OT] BREAKING NEWS

2005-10-26 Thread Richard Taylor
Karl,

Thanks for the laugh of the day :)


Rich Taylor | Senior Programmer/Analyst| VERTIS
250 W. Pratt Street | Baltimore, MD 21201
P 410.361.8688 | F 410.528.0319 
[EMAIL PROTECTED] | http://www.vertisinc.com
 
Vertis is the premier provider of targeted advertising, media, and
marketing services that drive consumers to marketers more effectively.
 
The more they complicate the plumbing
  the easier it is to stop up the drain
 
- Montgomery Scott NCC-1701
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-u2-
 [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
 Sent: Tuesday, October 25, 2005 5:18 PM
 To: u2-users@listserver.u2ug.org
 Subject: RE: [U2] [OT] BREAKING NEWS
 
 quote who=Caryl Lange
  We missed you so...:)
 
 ... but our aim will get better . . .
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Running Totals Universe

2005-10-26 Thread Anthony Dzikiewicz
Thanks to all for the running totals help.
I have acquired some new magic for my bag of tricks.

Anthony
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [OT] BREAKING NEWS

2005-10-26 Thread u2ug
End of thread. If you want to continue this, move it to U2-Community. To 
post or read U2-Community:
   Visit http://listserver.u2ug.org, enter your e-mail address, 
and 'browse all' lists to maintain your access.


- Charles Barouch, Moderator

U2-Users
U2-Community
RBSolutions
SBSolutions
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Running Totals Universe

2005-10-26 Thread Buss, Troy \(Logitek Systems\)
Insert another line of code before line 003 below:

IF @NI = 1 THEN  RUNNING.TOTAL = 0

And you won't need another routine to zero it out.  The first record
with @NI equal to 1 will take care of it.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tom Dodds
Sent: Tuesday, October 25, 2005 1:59 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Running Totals Universe

If you set up an I-Type that calls a subroutine with a named common
where you keep adding the field you want the running total on into the
named common variable and use the named common value as your answer it
will give you a running total.

0001: I
0002: SUBR(RUNBABY,ANS)
...

0001:  SUBROUTINE RUNBABY(RUNNING.TOTAL)
0002:  COM /RUNRUN/ RUNNING.TOTAL
0003:  RUNNING.TOTAL += @RECORDnn
0004:  END

I haven't done this for a while, but I think that is the syntax.
The problem with this is that you have to create another routine to
clearout the named common if you want to run the list more than once
during a session.  I used to do mine in a Paragraph and have the clear
out routine as a part of the Paragraph just before the list statement.

hth

Tom Dodds
[EMAIL PROTECTED]
630-235-2975
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniData and multi-core chips.

2005-10-26 Thread David Wolverton
Interesting - thanks for that link - although not useful to use for UniData
sounds like!! Every user would start udt.exe and be condemned to a single
processor unless you had a 'special' udt4.exe that bound to processor 4
while the other udts floated -- but still - I can't think of a benefit to
bind ourselves to a processor in our current settings.

I'm VERY pleased to know we're actually getting the benefit of the
multi-processor setup.  I couldn't figure out with shared memory why the
udt.exe would actually care which processor it ran against - but it's one of
those things I just took as a fact and never thought about.

DW

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Beahm
Sent: Wednesday, October 26, 2005 8:04 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] UniData and multi-core chips.

FWIW, I have seen a UniVerse process jump from one CPU to another on a
dual-CPU box running NT 4.  It was a big process and we were logging system
monitors to identify bottlenecks -- Rich Taylor might (or might not, as it
was years ago) remember helping us with our investigation.

A quick search shows how to set processor affinity permanently for an
application if the opposite behavior is desired:

http://searchwin2000.techtarget.com/tip/1,289483,sid1_gci778853,00.html



 Date: Tue, 25 Oct 2005 19:48:31 -0500
 From: David Wolverton [EMAIL PROTECTED]
 Subject: RE: [U2] UniData and multi-core chips.
 
 For Windows the processes float?  Interesting!!  I was just reporting 
 what we were told eons ago -- that Processes were bound to a CPU on on 
 startup on a Windows MultiProcessor... If that's not the case, even better
...
 Information in this area is hard to come by -- any authoritative
information
 is welcome!!   Where can we find more information on this?
 
 
 When you start up, in the case of a dual/quad-processor, my 
 understanding is that process is 'bound' to whatever CPU the OS kicked 
 it off on... So, in theory, you do get some advantage of multiple 
 processors, but the load is not dynamically balanced based on usage.
 
 This is NOT how it works. The OS is able to start a process on a 
 particular CPU and then can move the process on to other CPU's as it 
 sees fit, to manage the load. E.g. does dynamically balance based on 
 usage. There are OS commands to bind processes to CPUs, but these 
 should not normally required, you are best to leave it up to the OS!
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UD] how to find records with a in the data

2005-10-26 Thread Kathy Tymoczko
We have a number of records with double-quote () characters in one of the 
data fields.  We'd like to be able to select those records so we can fix up 
the data.  Is there any way to find these records with a SELECT 
statement?  I've tried:


SELECT filename WITH fieldname LIKE '..'  which gives a missing 
quote error


and

SELECT filename WITH fieldname LIKE .. which returns all the records 
in the file


ESEARCH does work, but we thought we should be able to do this somehow with 
SELECT.




Kathy Tymoczko
Information Technology Services
Wabash College, Crawfordsville, Indiana 47933
[EMAIL PROTECTED] 765-361-6440 
---

u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UD] how to find records with a in the data

2005-10-26 Thread George Gallen
Try...just a guess.

select filename with filename like '...\\...'

it works with UV basic

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Kathy Tymoczko
 Sent: Wednesday, October 26, 2005 5:09 PM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] [UD] how to find records with a  in the data
 
 
 We have a number of records with double-quote () characters 
 in one of the 
 data fields.  We'd like to be able to select those records so 
 we can fix up 
 the data.  Is there any way to find these records with a SELECT 
 statement?  I've tried:
 
 SELECT filename WITH fieldname LIKE '..'  which gives a missing 
 quote error
 
 and
 
 SELECT filename WITH fieldname LIKE .. which returns all 
 the records 
 in the file
 
 ESEARCH does work, but we thought we should be able to do 
 this somehow with 
 SELECT.
 
 
 
 Kathy Tymoczko
 Information Technology Services
 Wabash College, Crawfordsville, Indiana 47933
 [EMAIL PROTECTED] 765-361-6440 
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UD] how to find records with a in the data

2005-10-26 Thread Dan Fitzgerald
Why not just do a BASIC internal select  loop through the file, evaluating 
each id?


open filename to fBad else whatevuh
dblq=''
loop
  while readnext id do
  * note that you should test for null ids if you suspect that you have one
   if index(id,dblq) then
 * rebuild the id without the offending character.
 * loop through here if you have more than one in any given id
 * also maybe you want to capture which ones had the problem somehow
 * write the record back
 * delete the old record
   end
repeat



Our greatest duty in this life is to help others. And please, if you can't 
help them, could you at least not hurt them? - H.H. the Dalai Lama
When buying  selling are controlled by legislation, the first thing to be 
bought  sold are the legislators - P.J. O'Rourke

Dan Fitzgerald






From: George Gallen [EMAIL PROTECTED]
Reply-To: u2-users@listserver.u2ug.org
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] [UD] how to find records with a  in the data
Date: Wed, 26 Oct 2005 17:32:44 -0400

Try...just a guess.

select filename with filename like '...\\...'

it works with UV basic

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Kathy Tymoczko
 Sent: Wednesday, October 26, 2005 5:09 PM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] [UD] how to find records with a  in the data


 We have a number of records with double-quote () characters
 in one of the
 data fields.  We'd like to be able to select those records so
 we can fix up
 the data.  Is there any way to find these records with a SELECT
 statement?  I've tried:

 SELECT filename WITH fieldname LIKE '..'  which gives a missing
 quote error

 and

 SELECT filename WITH fieldname LIKE .. which returns all
 the records
 in the file

 ESEARCH does work, but we thought we should be able to do
 this somehow with
 SELECT.



 Kathy Tymoczko
 Information Technology Services
 Wabash College, Crawfordsville, Indiana 47933
 [EMAIL PROTECTED] 765-361-6440
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UD] how to find records with a in the data

2005-10-26 Thread Keith W. Roberts
Doesn't work in UD.  Don't know whether that's a bug or a limitation,
though.

Try an I-desc with F2 like:
IF fieldname MATCHES 0X':CHAR(32):'0X THEN 1 ELSE ''

Then you can:
SELECT filename WITH idesc

-Keith

Original Message
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of George Gallen
Sent: Wednesday, October 26, 2005 2:33 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] [UD] how to find records with a  in the data

 Try...just a guess.
 
 select filename with fieldname like '...\\...'
 
 it works with UV basic
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Kathy
 Tymoczko Sent: Wednesday, October 26, 2005 5:09 PM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] [UD] how to find records with a  in the data
 
 
 We have a number of records with double-quote () characters in one
 of the data fields.  We'd like to be able to select those records so
 we can fix up the data.  Is there any way to find these records with
 a SELECT statement?  I've tried: 
 
 SELECT filename WITH fieldname LIKE '..'  which gives a
 missing quote error 
 
 and
 
 SELECT filename WITH fieldname LIKE .. which returns all the
 records in the file
 
 ESEARCH does work, but we thought we should be able to do
 this somehow with
 SELECT.
 
 
 
 Kathy Tymoczko
 Information Technology Services
 Wabash College, Crawfordsville, Indiana 47933
 [EMAIL PROTECTED] 765-361-6440
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [ ] - [U2] [UD] how to find records with a in the data - Found word(s) list error in the Text body

2005-10-26 Thread Bob Woodward
Kathy, try something like:
EVAL COUNT(@recordxyz,CHAR(###)) GE 1

Of course you need to set xyz to your attribute number and ### to the
ASCII value for the double quote.  Don't have a table at hand or I'd
give that to you.

HTH

BobW

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-u2-
 [EMAIL PROTECTED] On Behalf Of Kathy Tymoczko
 Sent: Wednesday, October 26, 2005 2:09 PM
 To: u2-users@listserver.u2ug.org
 Subject: [ ] - [U2] [UD] how to find records with a  in the data -
Found
 word(s) list error in the Text body
 
 We have a number of records with double-quote () characters in one of
the
 data fields.  We'd like to be able to select those records so we can
fix
 up
 the data.  Is there any way to find these records with a SELECT
 statement?  I've tried:
 
 SELECT filename WITH fieldname LIKE '..'  which gives a missing
 quote error
 
 and
 
 SELECT filename WITH fieldname LIKE .. which returns all the
records
 in the file
 
 ESEARCH does work, but we thought we should be able to do this somehow
 with
 SELECT.
 
 
 
 Kathy Tymoczko
 Information Technology Services
 Wabash College, Crawfordsville, Indiana 47933
 [EMAIL PROTECTED] 765-361-6440
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UD] how to find records with a in the data

2005-10-26 Thread Allen E. Elwood
Well that'd be a good idea except (whispering) he said data field  ;)
doh...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Dan Fitzgerald
Sent: Wednesday, October 26, 2005 15:48
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] [UD] how to find records with a  in the data


Why not just do a BASIC internal select  loop through the file, evaluating
each id?

open filename to fBad else whatevuh
dblq=''
loop
   while readnext id do
   * note that you should test for null ids if you suspect that you have one
if index(id,dblq) then
  * rebuild the id without the offending character.
  * loop through here if you have more than one in any given id
  * also maybe you want to capture which ones had the problem somehow
  * write the record back
  * delete the old record
end
repeat



Our greatest duty in this life is to help others. And please, if you can't
help them, could you at least not hurt them? - H.H. the Dalai Lama
When buying  selling are controlled by legislation, the first thing to be
bought  sold are the legislators - P.J. O'Rourke
Dan Fitzgerald





From: George Gallen [EMAIL PROTECTED]
Reply-To: u2-users@listserver.u2ug.org
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] [UD] how to find records with a  in the data
Date: Wed, 26 Oct 2005 17:32:44 -0400

Try...just a guess.

select filename with filename like '...\\...'

it works with UV basic

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Kathy Tymoczko
  Sent: Wednesday, October 26, 2005 5:09 PM
  To: u2-users@listserver.u2ug.org
  Subject: [U2] [UD] how to find records with a  in the data
 
 
  We have a number of records with double-quote () characters
  in one of the
  data fields.  We'd like to be able to select those records so
  we can fix up
  the data.  Is there any way to find these records with a SELECT
  statement?  I've tried:
 
  SELECT filename WITH fieldname LIKE '..'  which gives a missing
  quote error
 
  and
 
  SELECT filename WITH fieldname LIKE .. which returns all
  the records
  in the file
 
  ESEARCH does work, but we thought we should be able to do
  this somehow with
  SELECT.
 
 
 
  Kathy Tymoczko
  Information Technology Services
  Wabash College, Crawfordsville, Indiana 47933
  [EMAIL PROTECTED] 765-361-6440
  ---
  u2-users mailing list
  u2-users@listserver.u2ug.org
  To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2][UV] UPS rate calculator

2005-10-26 Thread John Hester
Has anyone directly integrated UPS's online shipping rate calculator 
service and/or address verification with UV?


Thanks,
John
--
John Hester
System  Network Administrator
Momentum Group Inc.
(949) 833-8886 x623
http://memosamples.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UD] how to find records with a in the data

2005-10-26 Thread Roger Glenfield

If you want to check every field.

SEARCH FILENAME
prompts STRING: and you enter 

Which will return a select list for any record containing a .   And 
then you can pass that list to the editor to clean it up.


Roger

Kathy Tymoczko wrote:

We have a number of records with double-quote () characters in one of 
the data fields.  We'd like to be able to select those records so we 
can fix up the data.  Is there any way to find these records with a 
SELECT statement?  I've tried:


SELECT filename WITH fieldname LIKE '..'  which gives a missing 
quote error


and

SELECT filename WITH fieldname LIKE .. which returns all the 
records in the file


ESEARCH does work, but we thought we should be able to do this somehow 
with SELECT.




Kathy Tymoczko
Information Technology Services
Wabash College, Crawfordsville, Indiana 47933
[EMAIL PROTECTED] 765-361-6440 ---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2][UV] UPS rate calculator

2005-10-26 Thread Tony Gravagno
John Hester wrote:
 Has anyone directly integrated UPS's online shipping rate
 calculator service and/or address verification with UV?

http://www.ups.com/content/us/en/bussol/offering/technology/automated_ship
ping/online_tools.html
The FAQ has good info.  Web Services consumers are easy to build and
integrate with MV apps.  I'll be happy to write a general purpose or
company-specific interface for any VAR or end-user on a TM basis, and if
there is enough demand I can productize it.  Have I done this particular
one?  Not yet, but it's just an exercise.  I haven't driven a Hummer yet
either but I'm sure I can.  :)

Tony Gravagno
Nebula Research and Development
TG@ removethisNebula-RnD.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] How to read a post [was: how to find records with a in the data]

2005-10-26 Thread Stuart . Boydell
   Seems  this  post is causing some reading difficulties. An advantage I
   find  of  trimming  posts when replying is that I often manage to read
   the original post to the very end; ADD notwithstanding... 8-}

   Stuart

   -Original Message-

   SEARCH FILENAME
   prompts STRING: and you enter 
   Kathy Tymoczko wrote:
 ESEARCH  does  work,  but  we  thought we should be able to do this
   somehow
with SELECT.

   **

   This email message and any files transmitted with it are confidential

   and intended solely for the use of addressed recipient(s). If you have

   received  this  email  in  error please notify the Spotless IS Support
   Centre (+61 3 9269 7555) immediately, who will advise further action.

   This footnote also confirms that this email message has been scanned

   for the presence of computer related viruses.

   **
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2][UV] UPS rate calculator

2005-10-26 Thread Results

John,
   I've linked UPS and FedEx to D3 using ODBC if that's of any help.

   - Chuck Shipper Shape Barouch

John Hester wrote:

Has anyone directly integrated UPS's online shipping rate calculator 
service and/or address verification with UV?


Thanks,
John

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] non-uvBackup

2005-10-26 Thread Results
All,
 I have a client who is using savevg to backup UniVerse on AIX. I'm 
not familiar with this command, any info would be appreciated. The 
command they are using is: savevg -mif/dev/rmt1 raidvg  backup_uv.txt

- Charles Barouch
[EMAIL PROTECTED]
(718) 762-3884 x 1
P. O. Box 540957,
Linden Hill, NY 11354-0957
www.KeyAlly.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/