Re: [U2] Good Programming Practice Question.........

2005-09-27 Thread Nancy Fisher
RETURN with a comment..that is an excellent suggestion. Nancy - Original Message - From: Mark Johnson [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Tuesday, September 27, 2005 2:51 PM Subject: Re: [U2] Good Programming Practice Question. Another

Re: [U2] Just checking!

2005-10-17 Thread Nancy Fisher
Well since you asked, I'm having trouble with loading XML into a database: Error with XMAPOpen(). The error description and code: -- Error desc: The document named '' did not exist. Error code: 5 -- I do have a map

[U2] Re: Problem on XMAPReadNext

2005-10-18 Thread Nancy Fisher
Universe 10.1.11 (Windows 2003) I'm not getting any errors returned on the XMAPOpen But there is no data being read into 'record' on the XMAPReadNext: Status = XMAPReadNext(Xfile, someFILE, Record) Would that indicate a problem with the map ??? Any help is appreciated. Thanks, Nancy

[U2] XML Issue

2006-01-26 Thread Nancy Fisher
programming on their part). When I use the URL to access it directly (not through UniVerse) I can see it as a regular XML document so everything appears to be as it should on their end. We are using the latest version of UniVerse... Thanks, Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253

[U2] RE: XML Issue

2006-01-27 Thread Nancy Fisher
=ISO-8859-1 standalone=yes? I tried to look up what standalone means - but didn't really get it. I wondered if it meant it wasn't using mapping? Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929-2040 [EMAIL PROTECTED] --- u2-users mailing list u2-users@listserver.u2ug.org

[U2] Re: XML Issue

2006-01-31 Thread Nancy Fisher
version=1.0 encoding=ISO-8859-1 standalone=yes? I tried to look up what standalone means - but didn't really get it. I wondered if it meant it wasn't using mapping? Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929-2040 [EMAIL PROTECTED] --- u2-users mailing list u2-users

[U2] RE: XML Issue

2006-01-31 Thread Nancy Fisher
? Could the problem be the difference of the type of encoding used in the first resp header versus the second? Does your system which UniVerse is running on support ISO-8859-1 character set? Just a thought... Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929-2040 [EMAIL PROTECTED

[U2] Re: XML Issue

2006-02-01 Thread Nancy Fisher
a character greater than char(128) (eg Cafi blend coffee) will be misinterpreted by most XML parsers if the encoding attribute is set to UTF-8. Try using the following header: ?xml version=1.0 encoding=iso-8859-1? Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929-2040

[U2] Re: XML Issue

2006-02-03 Thread Nancy Fisher
Thanks for your help. I'm not opening it with any editor. I do the HTTP Call to the URL the vendor gives me. When I look at the RESPDATA (response data) just with a CRT during the download, that's when I see the structure I'm referring to. (I have to remove the 'standalone' or remove the

[U2] TIME

2006-04-06 Thread Nancy Fisher
...will clock in at one time zone and clock out in another. I'm just wondering how others might handle UniVerse / SB+ applications across zones, especially since all processes were built with only one timezone in mind. Thanks for any and all suggestions! Nancy Fisher [EMAIL PROTECTED] --- u2-users

Re: [U2] TIME

2006-04-06 Thread Nancy Fisher
Thanks for all the help and suggestions. I believe we are going to standardize on Pacific Time... Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929-2040 [EMAIL PROTECTED] - Original Message - From: Gordon J Glorfield [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org

[U2] RETURN FLAG

2006-04-13 Thread Nancy Fisher
windows 2003 UniVerse 10+ SB+ 5+ Why would a blank (zero?) @rtn.flag have a length of 4 ? thanks Nancy Fisher --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] Fw: RETURN FLAG

2006-04-13 Thread Nancy Fisher
Sorry. should have sent to sb+ not U2 - Original Message - From: Nancy Fisher To: u2-users@listserver.u2ug.org Sent: Thursday, April 13, 2006 3:53 PM Subject: RETURN FLAG windows 2003 UniVerse 10+ SB+ 5+ Why would a blank (zero?) @rtn.flag have a length of 4 ? thanks Nancy Fisher

Re: [U2] Importing Data from Universe into Excel

2006-04-22 Thread Nancy Fisher
If you use AccuTerm they have some very nice programs for dynamically reading dictionaries from Excel. Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929-2040 [EMAIL PROTECTED] - Original Message - From: Dave Taylor [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org

[U2] HTTP Error

2006-04-28 Thread Nancy Fisher
Error in submitRequest: 2 The network subsystem has failed. What is the meaning of this error message on an HTTP Call? Does that refer to our network as opposed to the vendors network I'm trying to retrieve the data from? thanks, Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929

Re: [U2] HTTP ERROR

2006-05-10 Thread Nancy Fisher
According to the manual it is basically timing out ? Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929-2040 [EMAIL PROTECTED] - Original Message - From: Nancy Fisher [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, May 10, 2006 9:20 AM Subject: [U2

Re: [U2] Repeats from the list server

2006-11-22 Thread Nancy Fisher
I recevd dupes also... Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929-2040 [EMAIL PROTECTED] - Original Message - From: Gordon J Glorfield [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, November 22, 2006 6:52 AM Subject: [U2] Repeats from

Re: [U2] Printer Creeping

2006-11-30 Thread Nancy Fisher
If you have a print server did you cycle that off and on? Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929-2040 [EMAIL PROTECTED] - Original Message - From: [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Thursday, November 30, 2006 8:12 AM Subject: [U2

[U2] FTP

2007-03-07 Thread Nancy Fisher
I'm using AccuTerm DOSSVC to place a file on remote FTP site. It always shows up exactly like I want. But I need to capture the results so I can automate it (just in case it doesn't go). The Basic program (AccuTerm) DOSSVC uses this syntax: EQU ESC TO CHAR(27) EQU STX TO CHAR(2) EQU CR

Re: [U2] FTP

2007-03-07 Thread Nancy Fisher
on the Windows server (if you're using Windows), or on a Linux server, to do the same thing without using AccuTerm. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nancy Fisher Sent: Wednesday, March 07, 2007 1:55 PM To: u2-users@listserver.u2ug.org

Re: [U2] FTP

2007-03-07 Thread Nancy Fisher
in your current directory. BobW -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nancy Fisher Sent: Wednesday, March 07, 2007 1:55 PM To: u2-users@listserver.u2ug.org Subject: [U2] FTP I'm using AccuTerm DOSSVC to place a file on remote FTP site. It always

Re: [U2] FTP

2007-03-07 Thread Nancy Fisher
work without input from you. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nancy Fisher Sent: Wednesday, March 07, 2007 3:04 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] FTP I tried just one '' and then I tried 2 '' and still nada. I

Re: [U2] FTP

2007-03-08 Thread Nancy Fisher
Pete (AccuTerm) was able to make it work. Hi Nancy - The Windows command processor does not handle redirection properly. Try explicitly launching the command processor using CMD.EXE with the '/C' option: cmd = CMD.EXE /C FTP -s:\\OURSERVER\Flatfile\FTP.EXPORT\ftpscript1.txt

Re: [U2] FTP

2007-03-08 Thread Nancy Fisher
Yes! He is the man. Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929-2040 [EMAIL PROTECTED] - Original Message - From: MAJ Programming [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Thursday, March 08, 2007 4:12 PM Subject: Re: [U2] FTP If you're

Re: [U2] FTP

2007-03-11 Thread Nancy Fisher
Thanks Tony. Nancy [EMAIL PROTECTED] - Original Message - From: Tony Gravagno [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Sunday, March 11, 2007 7:49 PM Subject: RE: [U2] FTP I see security has been mentioned a couple times but I hope that sinks in - FTP is not a

Re: [U2] Users of UniVerse

2007-04-27 Thread Nancy Fisher
Peninsula Truck Lines, Inc a northwest regional carrier... using UniVerse for at least 15 years. Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929-2040 [EMAIL PROTECTED] - Original Message - From: Liesse, Dave [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent

Re: [U2] UniData 7.1 vs. MS SQL 2005 performance

2007-07-18 Thread Nancy Fisher
Why doesn't IBM allow access to all information that would help users - we've already bought the product? Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929-2040 [EMAIL PROTECTED] - Original Message - From: Smith, Robert [EMAIL PROTECTED] To: u2-users

Re: [U2] UniData 7.1 vs. MS SQL 2005 performance

2007-07-18 Thread Nancy Fisher
(character based) SB+. I do recall hearing the VAR angle but my experience with our VAR didn't really support that. Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929-2040 [EMAIL PROTECTED] - Original Message - From: Brian Leach [EMAIL PROTECTED] To: u2-users

Re: [U2] KB access - with var permission

2007-07-18 Thread Nancy Fisher
Precisely what I heard. Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929-2040 [EMAIL PROTECTED] - Original Message - From: Marc Harbeson [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, July 18, 2007 10:04 AM Subject: [U2] KB access - with var

Re: [U2] Forms printing

2007-08-28 Thread Nancy Fisher
Is that the name of the product: Create!form/Create!Print ? Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929-2040 [EMAIL PROTECTED] - Original Message - From: phil walker [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Tuesday, August 28, 2007 1:04 PM

[U2] U2 University

2007-10-30 Thread Nancy Fisher
Is anyone going to the San Francisco end of Nov venue? Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929-2040 [EMAIL PROTECTED] --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: IBM DOCS was: RE: [U2] sigh phantom ?

2007-12-13 Thread Nancy Fisher
We've never been able to use the fixtool with uniadmin (universe 10.2/windows2003). We get Unable to access file: no matter which file - then we have to break out as the 'OK' button never goes away. Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929-2040 [EMAIL PROTECTED

Re: [U2] Universe: IF statements in parargraphs don't work anymore

2008-06-05 Thread Nancy Fisher
Thanks! Good to know. Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929-2040 Visit our Website www.peninsulatruck.com [EMAIL PROTECTED] - Original Message - From: Louie Bergsagel [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Thursday, June 05, 2008 12:56

[U2] XML ISSUE

2008-06-20 Thread Nancy Fisher
I have an xml map that looks like: (partial) ColumnMap Node=REASON Column=REASON/ ColumnMap Node=ODOMETER Column=ODOMETER/ ColumnMap Node=TRAVELTIME Column=TRAVELTIME/ The record is built and each of the Columns is a dictionary item. The xml used to look like this (partial): VEHICLE ID=23485

Re: [U2] group locks and user nbr's

2008-06-23 Thread Nancy Fisher
I like to know what worked... Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929-2040 Visit our Website www.peninsulatruck.com [EMAIL PROTECTED] - Original Message - From: Dave Taylor [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Thursday, June 19, 2008 3:00

[U2] XML (AGAIN!)

2008-06-27 Thread Nancy Fisher
I got the impression (it says so in my notes!) while I was at U2 University that an Options entry in the XML map could tell the XDOM (soap download) to ignore namespaces. OPTIONS IgnoreNameSpace/ /OPTIONS I continue to get Error code: 10 The location path '/LocPathResponse/LocPathResponse'

[U2] xml-namespace-parsing

2008-06-30 Thread Nancy Fisher
At U2 University (San Francisco) I learned that an Options entry in the XML map could tell the XDOM (soap download-parsing) to ignore namespaces. Alternately if I could 'use' the namespaces I would but that's not working either. There are 2 namespace links http://web.webservice... and

Re: [U2] SELECT problem with quote characters

2008-08-06 Thread Nancy Fisher
LIKE ...LLOYD'S... Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington Visit our Website www.peninsulatruck.com [EMAIL PROTECTED] - Original Message - From: Anthony Youngman [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, August 06, 2008 8:18 AM Subject: [U2

Re: [U2] Multiple email copies

2009-03-04 Thread Nancy Fisher
Me too - just 1 copy. Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929-2040 Visit our Website www.peninsulatruck.com nan...@peninsulatruck.com - Original Message - From: George Gallen ggal...@wyanokegroup.com To: u2-users@listserver.u2ug.org Sent: Wednesday, March 04

Re: [U2] What ever happened...

2009-08-27 Thread Nancy Fisher
You really made my day. Nancy Fisher Peninsula Truck Lines, Inc Federal Way, Washington 253/929-2040 Visit our Website www.peninsulatruck.com nan...@peninsulatruck.com - Original Message - From: Larry Hiscock lar...@wcs-corp.com To: 'U2 Users List' u2-users@listserver.u2ug.org Sent

Re: [U2] Change is a coming!

2009-09-15 Thread Nancy Fisher
No attachment? Nancy Fisher Peninsula Truck Lines, Inc Federal Way, Washington 253/929-2040 Visit our Website www.peninsulatruck.com nan...@peninsulatruck.com - Original Message - From: Doug dave...@hotmail.com To: 'U2 Users List' u2-users@listserver.u2ug.org Sent: Tuesday, September

Re: [U2] AUTO: Haydon Bishop is out of the office. (returning 16/04/2010) [not-secure]

2010-04-16 Thread Nancy Fisher
It sounds like the beginning of a poem though. Nancy Fisher Peninsula Truck Lines, Inc Federal Way, Washington 253/929-2040 Visit our Website www.peninsulatruck.com nan...@peninsulatruck.com -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun

Re: [U2] What do you do with CallHTTP?

2011-01-28 Thread Nancy Fisher
We consume data. VERY reliable. Not serving anything, though. Nancy Fisher Peninsula Truck Lines, Inc Federal Way, Washington 253/929-2040 Visit our Website www.peninsulatruck.com nan...@peninsulatruck.com -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users

Re: [U2] Date Problem

2012-01-20 Thread Nancy Fisher
I also quit using @DATE and changed to DATE() as @DATE was not 100% reliable. Nancy Fisher Peninsula Truck Lines, Inc Federal Way, Washington 253/929-2040 Visit our Website www.peninsulatruck.com nan...@peninsulatruck.com -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] FW: [MailServer Notification]Content Filtering Notification

2012-03-27 Thread Nancy Fisher
Not me. Nancy Fisher Peninsula Truck Lines, Inc Federal Way, Washington 253/929-2040 Visit our Website www.peninsulatruck.com nan...@peninsulatruck.com -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen

Re: [U2] User timeout question

2012-10-12 Thread Nancy Fisher
Sb+ has an ON.EXIT process, I was going to replace with my own, but don't know what the SB+ process does, and haven't found an explanation in docs. Nancy Fisher Peninsula Truck Lines, Inc Federal Way, Washington 253/929-2040 Visit our Website www.peninsulatruck.com nan...@peninsulatruck.com

[U2] UNIVERSE/SB+ AND BLUE TOOTH

2012-10-19 Thread Nancy Fisher
Has anyone done an integration using data from a blue tooth device? We currently have a wireless application on a handheld device (ttwin) we'd like to use to receive input from wireless scales via blue tooth. Thanks! Nancy Fisher Peninsula Truck Lines, Inc Federal Way, Washington 253

[U2] SENDING BARCODE COMMANDS TO OKI PRINTER

2013-03-25 Thread Nancy Fisher
the internal barcode (using code 39). Nancy Fisher Peninsula Truck Lines, Inc Federal Way, Washington 253/929-2040 Visit our Website http://www.peninsulatruck.com www.peninsulatruck.com mailto:nan...@peninsulatruck.com nan...@peninsulatruck.com

Re: [U2] SENDING BARCODE COMMANDS TO OKI PRINTER

2013-03-26 Thread Nancy Fisher
Thanks. I'm beginning to think we're having printer commands stopped by our (accuterm) terminal interface. Nancy Fisher Peninsula Truck Lines, Inc Federal Way, Washington 253/929-2040 Visit our Website www.peninsulatruck.com nan...@peninsulatruck.com -Original Message- From: u2-users

Re: [U2] SENDING BARCODE COMMANDS TO OKI PRINTER

2013-03-26 Thread Nancy Fisher
No luck on that. Nancy Fisher Peninsula Truck Lines, Inc Federal Way, Washington 253/929-2040 Visit our Website www.peninsulatruck.com nan...@peninsulatruck.com -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf

Re: [U2] SENDING BARCODE COMMANDS TO OKI PRINTER

2013-03-26 Thread Nancy Fisher
DIRECT CONNECT gives us a nice barcode. We'll need a script for AccuTerm - to let the command codes thru. Thanks! Nancy Fisher Peninsula Truck Lines, Inc Federal Way, Washington 253/929-2040 Visit our Website www.peninsulatruck.com nan...@peninsulatruck.com -Original Message- From: u2

Re: [U2] SENDING BARCODE COMMANDS TO OKI PRINTER

2013-03-26 Thread Nancy Fisher
I mean dynamic connect. Nancy Fisher Peninsula Truck Lines, Inc Federal Way, Washington 253/929-2040 Visit our Website www.peninsulatruck.com nan...@peninsulatruck.com -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf

Re: [U2] SENDING BARCODE COMMANDS TO OKI PRINTER

2013-03-26 Thread Nancy Fisher
AccuTerm transparent printing command works for this. Barcode printing accomplished. Thanks! Nancy Fisher Peninsula Truck Lines, Inc Federal Way, Washington 253/929-2040 Visit our Website www.peninsulatruck.com nan...@peninsulatruck.com -Original Message- From: u2-users-boun

Re: [U2] Web services at 11.x

2014-05-13 Thread Nancy Fisher
We query outside services for information via soap. Universe 10.3. Nancy Fisher Federal Way, Washington -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: Tuesday, May 13, 2014 10:21 AM To: u2-users