Re: [U2] Regarding: use of I - Descriptor

2012-06-28 Thread John Bullard
"You can even put alternate indexes on I-Desc, though this can lead to
serious problems if you are indexing a translate."

I read this comment (from an earlier thread on this list) and started
worrying: I have a requirement to select records based on a field that
is not currently in the record.  I have been planning on creating an
I-Desc that uses a TRANS() function to look up the data and then
building an index on that field.

What sort of "serious problems" would I expect from indexing a TRANS()
I-descriptor?

John B.



This message and all attachments are intended for the use of the individual or 
entity to whom or which it is addressed and may contain information that is 
privileged, confidential, and exempt from disclosure. If the reader of this 
message is not the intended recipient or the agent responsible for delivering 
the message to the intended recipient, you are hereby notified that any 
dissemination, distribution, or copying of this communication is strictly 
prohibited. If you have received this e-mail in error, please notify me 
immediately at the number listed above.

U.S. export law as contained in the International Traffic In Arms Regulations 
(ITAR) and the Export Administration Regulations (EAR) may be applicable to any 
technical information submitted with this communication. This technical 
information is not to be placed in the public domain, exported from the U.S., 
or given to any foreign person in the U.S., without the prior, specific written 
authorization of TeligentEMS LLC and the U.S. Department of State or the U.S. 
Department of Commerce as applicable.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Regarding: use of I - Descriptor

2012-06-29 Thread John Bullard
Thanks, all of you, for the clear explanation and alternatives.  I
understand the issue now.

That information is very timely: the index I was considering adding
-could- have changed on the secondary file.  I would have been chasing
that ghost for days :)



This message and all attachments are intended for the use of the individual or 
entity to whom or which it is addressed and may contain information that is 
privileged, confidential, and exempt from disclosure. If the reader of this 
message is not the intended recipient or the agent responsible for delivering 
the message to the intended recipient, you are hereby notified that any 
dissemination, distribution, or copying of this communication is strictly 
prohibited. If you have received this e-mail in error, please notify me 
immediately at the number listed above.

U.S. export law as contained in the International Traffic In Arms Regulations 
(ITAR) and the Export Administration Regulations (EAR) may be applicable to any 
technical information submitted with this communication. This technical 
information is not to be placed in the public domain, exported from the U.S., 
or given to any foreign person in the U.S., without the prior, specific written 
authorization of TeligentEMS LLC and the U.S. Department of State or the U.S. 
Department of Commerce as applicable.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


RE: [U2] Wintegrate scripts

2007-11-27 Thread John Bullard
If (like me) you learn much better from looking at already written code:
after you go and get the "wIntegrate Client Scripting Reference" from
IBM's website (as Bill suggested), look at
C:\Program_Files\wIntegrate\Example\Script\ProdM2.wis (or any of several
others in that directory).  There are some good examples in there of how
to build a dialog box and capture the result of a clicked button.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Larson, Eydie
Sent: Monday, November 26, 2007 7:10 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Wintegrate scripts

Hello!



I am trying to find out if something is possible, and if it is, how to
write the script.



I want to have an end user press a function key and have that function
key run a Wintegrate script that prompts the user for 3 different
options.

I think this needs to be done using a dialogue box, but I'm not sure.



I have never created a dialogue box.



I know how to attach a script to a function key.



Once the user responds to the 3 different options, I either need to
launch Notepad, or an application screen. I also need to capture
@LOGNAME from the Wintegrate session.



I know I can save and then restore the end user's original Wintegrate
session.



Any direction that anyone can give me would be MUCH appreciated!







Eydie Larson

Vice President of Application Development

Modular Information Systems

925.244.5930 ext 207

www.miscorp.com
---
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] uniVerse COPY command and the UVTEMP directory

2008-09-17 Thread John Bullard
Does the uniVerse COPY command use the UVTEMP directory for workspace?



I have a program that is creating a >200MB XML file in the &HOLD& file.
It then transfers (or attempts to transfer) that file to another file
using "COPY FROM &HOLD& TO OTHERFILE TMP41904 OVERWRITING".  When this
command is issued, I get:



Program "COPYI": pc = 19F8,

Available memory exceeded. Unable to continue processing record.

Record "TMP41904" not found in file "&HOLD&".



In investigating, I first went after swap space (BTW...this is on a
HP-UX system) but I found that there is almost 2GB available on that
file system.  In looking at available RAM, top is showing me about 35K
free...but I would expect the available swap space would make up for
that.



The last thing I am lookg at is the fact that the file system where
UVTEMP resides has only about 60MB available...far less than the XML
file is going to need.



I was just looking for confirmation that this could be the problem
before I go shutting things down and moving UVTEMP just to find out it
was something else.



Thanks,

John B.



-





This message and all attachments are intended for the use of the individual or
entity to whom or which it is addressed and may contain information that is
privileged, confidential, and exempt from disclosure. If the reader of this
message is not the intended recipient or the agent responsible for delivering
the message to the intended recipient, you are hereby notified that any
dissemination, distribution, or copying of this communication is strictly
prohibited. If you have received this e-mail in error, please notify me
immediately at the number listed above.

U.S. export law as contained in the International Traffic In Arms Regulations
(ITAR) and the Export Administration Regulations (EAR) may be applicable to
any technical information submitted with this communication. This technical
information is not to be placed in the public domain, exported from the U.S.,
or given to any foreign person in the U.S., without the prior, specific
written authorization of TeligentEMS LLC and the U.S. Department of State or
the U.S. Department of Commerce as applicable.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] uniVerse COPY command and the UVTEMP directory

2008-09-18 Thread John Bullard
Thanks, guys.  As usual, the list was full of useful information.

I came in this morning and changed my program to use OS-level copy
commands instead of the UV COPY and it worked perfectly.  I had always
used the COPY command (even on type 1 and type 19 files) in my programs
and it never occurred to me that there may be a file size limit in UV
that did not exist at the UNIX level.  I continue learn new things every
day.

Once again: thanks for all of your help.

John B.



This message and all attachments are intended for the use of the individual or 
entity to whom or which it is addressed and may contain information that is 
privileged, confidential, and exempt from disclosure. If the reader of this 
message is not the intended recipient or the agent responsible for delivering 
the message to the intended recipient, you are hereby notified that any 
dissemination, distribution, or copying of this communication is strictly 
prohibited. If you have received this e-mail in error, please notify me 
immediately at the number listed above. 

U.S. export law as contained in the International Traffic In Arms Regulations 
(ITAR) and the Export Administration Regulations (EAR) may be applicable to any 
technical information submitted with this communication. This technical 
information is not to be placed in the public domain, exported from the U.S., 
or given to any foreign person in the U.S., without the prior, specific written 
authorization of TeligentEMS LLC and the U.S. Department of State or the U.S. 
Department of Commerce as applicable.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] RedBack Garbage Collection

2007-06-11 Thread John Bullard
>>> * Don't use session variables in IIS


Could you expand on this statement?  Do you mean don't use them to store
a copy of the RBO or not to use them in general with RedBack?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] RedBack Garbage Collection

2007-06-13 Thread John Bullard
Thanks for the info; I had not heard this one before.  All of the apps
that I have written so far are quite small-scale and, although I do use
session variables, I don't think they are affected by the conditions
that you mentioned.

However, we all know what will happen if I make the ASSumption that they
will STAY small-scale; so I have to ask for my future work:

What methodology do you use in place of session variables?

John B.


-Original Message-
...
The problem is IIS itself: IIS Session Variables are thread-locked to
the
specific IIS thread on which they were instantiated.
...
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/