[U2] uniobjects/unirpc setup

2006-06-30 Thread Symeon Breen
I have a udt on linux machine that has several apps connecting to it via
uniobjects. (designbais + some of our own asp and asp.net apps)

I have found that if i have just one uniobjects session open (i.e. if
designbais, or unidebugger has one) then all the other apps, that need to
open and close a session go much slower, the difference is between them
being instant to taking a couple of seconds or more, so is quite a big
change

Is there some sort of concurrency setting or something i need to do on my
udt install on linux to make this faster at all ?



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


[U2][UV]How to start properly uv from cron ?

2006-06-30 Thread Manu Fernandes

Hello,

Is there someone with suggestions to do this ?

Thanks for any comment.

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


RE: [U2][UV]How to start properly uv from cron ?

2006-06-30 Thread Bob Witney
Invoke a unix script like this


0001: ##
0002: # Run program EWFTPAVAIL in /PROD
0003: ##
0004: #
0005: echo Start of Script
0006: cd /PROD
0007: echo PHANTOM EWFTPAVAIL | uv
0008: echo End of Script


Bob



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Manu Fernandes
Sent: 30 June 2006 10:38
To: u2-users@listserver.u2ug.org
Subject: [U2][UV]How to start properly uv from cron ?


Hello,

Is there someone with suggestions to do this ?

Thanks for any comment.

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

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2][UV]How to start properly uv from cron ?

2006-06-30 Thread Barry Rogen
   If you mean a process then

/u1/uv/bin/uv  processname

   Footnote:  A word for thought.  We were running a substantial
application
  process in UV, started by a cron. It was running quite
nicely for
  the longest period. Then all of sudden, it would
consistently bomb
  out with available memory issues. When run manually,
it would not
  once fail. I contacted HP, who told me that cron
carries with it
  a great deal of 'baggage' with it, and with all the
processes that
  we run, it might be blowing out your memory. So, we
switched it to
  our application based process manager and it never
failed.
  Morale of the story, (at least for us), it seems
should you hang
  too many application tasks from the cron, you may face
issues.

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.t. roosevelt




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Manu Fernandes
Sent: Friday, June 30, 2006 5:38 AM
To: u2-users@listserver.u2ug.org
Subject: [U2][UV]How to start properly uv from cron ?

Hello,

Is there someone with suggestions to do this ?

Thanks for any comment.

Manu
---
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]How to start properly uv from cron ?

2006-06-30 Thread Bob Witney
no

we had that problem

if you run them as phantom processes they are fine

Bob

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Barry Rogen
Sent: 30 June 2006 11:32
To: u2-users@listserver.u2ug.org
Subject: RE: [U2][UV]How to start properly uv from cron ?


   If you mean a process then

/u1/uv/bin/uv  processname

   Footnote:  A word for thought.  We were running a substantial
application
  process in UV, started by a cron. It was running quite
nicely for
  the longest period. Then all of sudden, it would
consistently bomb
  out with available memory issues. When run manually,
it would not
  once fail. I contacted HP, who told me that cron
carries with it
  a great deal of 'baggage' with it, and with all the
processes that
  we run, it might be blowing out your memory. So, we
switched it to
  our application based process manager and it never
failed.
  Morale of the story, (at least for us), it seems
should you hang
  too many application tasks from the cron, you may face
issues.

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.t. roosevelt




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Manu Fernandes
Sent: Friday, June 30, 2006 5:38 AM
To: u2-users@listserver.u2ug.org
Subject: [U2][UV]How to start properly uv from cron ?

Hello,

Is there someone with suggestions to do this ?

Thanks for any comment.

Manu
---
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/

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UV] Problem starting the UniRPC Daemon

2006-06-30 Thread robwills_u2list
We have just installed UniVerse 10.1.18 on Solaris.

When we tried to start the UniRPC daemon using the instructions from 
chapter 19 of the admin guide:

Starting the UniRPC Daemon
Complete the following steps to start the UniRPC daemon:
1. Choose Rpc administration from the Package menu, then choose Start the
rpc daemon.
2. At the prompt, do one of the following to handle any error messages:
.. Enter the name of the file to send all error and system messages to.
.. Enter a space to display messages on your screen.
.. Press ENTER if you do not want to display or save messages.
3. At the next prompt, click Yes to start the UniRPC daemon or No to 
return to
the Rpc administration menu.
Note: The file that receives all error and system messages can grow 
unchecked unless
you monitor it periodically.
Once you start the UniRPC daemon, it automatically restarts whenever you 
boot
UniVerse.

we get the following error message:

Either the /.unishared file does not exist or is corrupt,
or the unishared/unirpc/unirpcservices file does not exist,
or the uvrpc entry in /etc/services does not exist.
The RPC daemon is not being started.

Unfortunately the /.unishared file does exist and has the path in it that 
I would expect, the unishared/unirpc/unirpcservices file exists and the 
uvrpc entry within /etc/services exists.

Any ideas?  I hope it's something simple but I couldn't find this error in 
the history that I have for the forum.

Regards,

Rob Wills
(rob dot wills at tigerinfotech dot com)
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Fw: [UV] Problem starting the UniRPC Daemon

2006-06-30 Thread robwills_u2list
Scrap what I just said.

The unishared/unirpc/unirpcservices file didn't exist.  All we had in 
the unishared/unirpc directory were two files:

unirpcd
version

I have copied unirpcservices across from another server (with identical 
install pathnames) and have now successfully started the daemon.

Apologies :-

Not sure why the file wasn't created during the install though?

Regards,

Rob Wills
(rob dot wills at tigerinfotech dot com)

Rob Wills wrote on 30/06/2006 13:22:41:

 We have just installed UniVerse 10.1.18 on Solaris.
 
 When we tried to start the UniRPC daemon using the instructions from
 chapter 19 of the admin guide:
 
 Starting the UniRPC Daemon
 Complete the following steps to start the UniRPC daemon:
 1. Choose Rpc administration from the Package menu, then choose Start 
the
 rpc daemon.
 2. At the prompt, do one of the following to handle any error messages:
 .. Enter the name of the file to send all error and system messages to.
 .. Enter a space to display messages on your screen.
 .. Press ENTER if you do not want to display or save messages.
 3. At the next prompt, click Yes to start the UniRPC daemon or No 
toreturn to
 the Rpc administration menu.
 Note: The file that receives all error and system messages can grow 
 unchecked unless
 you monitor it periodically.
 Once you start the UniRPC daemon, it automatically restarts whenever you 
boot
 UniVerse.
 
 we get the following error message:
 
 Either the /.unishared file does not exist or is corrupt,
 or the unishared/unirpc/unirpcservices file does not exist,
 or the uvrpc entry in /etc/services does not exist.
 The RPC daemon is not being started.
 
 Unfortunately the /.unishared file does exist and has the path in it
 that I would expect, the unishared/unirpc/unirpcservices file 
 exists and the uvrpc entry within /etc/services exists.
 
 Any ideas?  I hope it's something simple but I couldn't find this 
 error in the history that I have for the forum.
 
 Regards,
 
 Rob Wills
 (rob dot wills at tigerinfotech dot com)
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Barcode PCL Commands

2006-06-30 Thread u2ug
REPOSTED FOR NON-MEMBER E-MAIL ADDRESS: Don Kibbey [EMAIL PROTECTED]

I've also used www.elfring.com for barcodes, micr and logo fonts.
Just sent off some signatures to be made into fonts today.

-- 

- Charles Barouch, Moderator

U2-Users
U2-Community
RBSolutions
SBSolutions

Visit http://listserver.u2ug.org, 
enter your e-mail address, 
and 'browse all' lists to maintain your access.

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


Re: [U2] Barcode PCL Commands

2006-06-30 Thread u2ug
REPOSTED FOR NON-MEMBER E-MAIL ADDRESS: Scott Schuler [EMAIL PROTECTED]

I tried this and it works great with one exception.  The data now creeps up the 
page so by the bottom of the page I've lost about a line.  Anyone know how I 
can have the barcode match the linefeed height. Thanks


 While normally one needs a special font cartridge for this, I posted 
 an article (with code) on u2ug.org two years ago that allows you to 
 create 3-of-9 barcodes using PCL line-draw commands. Here's a link:

http://www.u2ug.org/index.php?name=Newsfile=articlesid=9


Scott Schuler
Cell - 612-205-9465
Home - 763-633-3113
Work - 651-766-6464

-- 

- Charles Barouch, Moderator

U2-Users
U2-Community
RBSolutions
SBSolutions

Visit http://listserver.u2ug.org, 
enter your e-mail address, 
and 'browse all' lists to maintain your access.

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


Re: [U2][UV]How to start properly uv from cron ?

2006-06-30 Thread Clifton Oliver

Do NOT run UV processes directly from cron without using PHANTOM!!

When run from cron, uv processes get the same group process id. That  
id is used to determined the printer memory segment used. So if you  
have two uv processes that kick off and are running at the same time,  
they are using the SAME printer memory segment. This segment  
contains, among other things, the MFILES buffers. The summary version  
is that these multiple processes can then start stepping on each  
other's uv files causing file corruption and data loss.


I had this happening with a client just last year.


--

Regards,

Clif

~~~
W. Clifton Oliver, CCP
CLIFTON OLIVER  ASSOCIATES
Tel: +1 619 460 5678Web: www.oliver.com
~~~


On Jun 30, 2006, at 3:41 AM, Manu Fernandes wrote:


If I understand good,
you start uv session which start a phantom sessions.

why not directly uv EWFTPAVAIL ?  Is there a difference into  
share memory segment ?


Thanks for your participation.

Manu- Original Message - From: Bob Witney  
[EMAIL PROTECTED]

To: u2-users@listserver.u2ug.org
Sent: Friday, June 30, 2006 12:15 PM
Subject: RE: [U2][UV]How to start properly uv from cron ?



Invoke a unix script like this


0001:  
##

0002: # Run program EWFTPAVAIL in /PROD
0003:  
##

0004: #
0005: echo Start of Script
0006: cd /PROD
0007: echo PHANTOM EWFTPAVAIL | uv
0008: echo End of Script


Bob



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Manu  
Fernandes

Sent: 30 June 2006 10:38
To: u2-users@listserver.u2ug.org
Subject: [U2][UV]How to start properly uv from cron ?


Hello,

Is there someone with suggestions to do this ?

Thanks for any comment.

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

_ 
_

This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
_ 
_


_ 
_

This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
_ 
_

---
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]Universe NT on Microsoft Virtual Server

2006-06-30 Thread Manu Fernandes

Hi all,

A bottle on the see.

Is there someone with experience on these plateform.

I talk about 60 users ServerEdition +- 500 accounts (accounting package). 


Any comments are welcome.

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


[U2] Universe 9.5

2006-06-30 Thread Teri Henry
I am getting an error I've not seen before and wondered who could give me
some input on what is the cause.  Self Deadlatch error on device 876113028,
inode 1790065680, group 16226304, latch 1 to WRITE. 
 
Thanks!
 
Teri Henry
Matrix Group Ltd., Inc.

[demime 1.01d removed an attachment of type image/gif which had a name of Blank 
Bkgrd.gif]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2][UV]Universe NT on Microsoft Virtual Server

2006-06-30 Thread Tony Gravagno
Manu Fernandes wrote:
 Is there someone with experience on these plateform.
 I talk about 60 users ServerEdition +- 500 accounts (accounting
 package). 

This should work as long as the host OS has a _lot_ of RAM and CPU power.

For production use I recommend 2-6GB of RAM for the host, though the
maximum RAM allocation to virtual server is only 3.6GB.  No less than 1GB
should be allocated to the host in a production environment.

The CPU should be a P2.8 or AMD 4200+ or better.  The host should be used
only minimally while the guest is running.  A virtual server only
virtualizes a uni-processor, so even if you have a dual core or SMP host
you won't see the same benefits.  Dual core and SMP help to offload host
operations from the guest.  There are reasons to not be cheap with the host
resources.

Don't under-allocate disk to the virtual system because it's difficult to
add more, and avoid dynamic disks for production servers.

We use virtual guest systems to do testing all the time.  For us it's just
like another box on the network, impossible to tell from another piece of
hardware.  There is never a problem with stability, only with resources.
We are not, however, running 60 users off of a live environment on one of
them so there might be unforeseen issues.  Ensure you get regular backups
which are exported out of the virtual AND out of the host OS.  Don't keep
everything on the same hardware.

Please check my facts, I might be a little off and will defer to someone
else's deeper expertise, but I think these are reasonable guidelines.

Regards to Daniel Dries if he is still at InfoData.

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/


RE: [U2] Fw: [UV] Problem starting the UniRPC Daemon

2006-06-30 Thread Debster
 It's a mysteryI've seen it blown away myself...

Do a shutdown/restart lately?



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
[EMAIL PROTECTED]
Sent: Friday, June 30, 2006 8:59 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] Fw: [UV] Problem starting the UniRPC Daemon


Scrap what I just said.

The unishared/unirpc/unirpcservices file didn't exist.  All we had in 
the unishared/unirpc directory were two files:

unirpcd
version

I have copied unirpcservices across from another server (with identical 
install pathnames) and have now successfully started the daemon.

Apologies :-

Not sure why the file wasn't created during the install though?

Regards,

Rob Wills
(rob dot wills at tigerinfotech dot com)

Rob Wills wrote on 30/06/2006 13:22:41:

 We have just installed UniVerse 10.1.18 on Solaris.
 
 When we tried to start the UniRPC daemon using the instructions from
 chapter 19 of the admin guide:
 
 Starting the UniRPC Daemon
 Complete the following steps to start the UniRPC daemon:
 1. Choose Rpc administration from the Package menu, then choose Start 
the
 rpc daemon.
 2. At the prompt, do one of the following to handle any error messages:
 .. Enter the name of the file to send all error and system messages to.
 .. Enter a space to display messages on your screen.
 .. Press ENTER if you do not want to display or save messages.
 3. At the next prompt, click Yes to start the UniRPC daemon or No 
toreturn to
 the Rpc administration menu.
 Note: The file that receives all error and system messages can grow 
 unchecked unless
 you monitor it periodically.
 Once you start the UniRPC daemon, it automatically restarts whenever you 
boot
 UniVerse.
 
 we get the following error message:
 
 Either the /.unishared file does not exist or is corrupt,
 or the unishared/unirpc/unirpcservices file does not exist,
 or the uvrpc entry in /etc/services does not exist.
 The RPC daemon is not being started.
 
 Unfortunately the /.unishared file does exist and has the path in it
 that I would expect, the unishared/unirpc/unirpcservices file 
 exists and the uvrpc entry within /etc/services exists.
 
 Any ideas?  I hope it's something simple but I couldn't find this 
 error in the history that I have for the forum.
 
 Regards,
 
 Rob Wills
 (rob dot wills at tigerinfotech dot 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] Missing Voc Entries - How to

2006-06-30 Thread Debster
 Ok

This is what I am doing

Moving data files from a UNIX box to the Windows box via a uvbackup 
uvrestore

Backup file is created (will contain multiple files) and then FTP'd and
restored on the Windows box (Don't go down the NFSshare path cuz I've been
there and won't fly - talk about making things harder)

On the windows side the uvrestore command is not located in the VOC although
it is in Ibm\bin

Du

I know that an account voc is created when it is configured and entries are
made depending on the flavor selected

I know there is a way to copy in missing vocs or to create your own flavor
kinda like blend-in ice cream ;-)  I forgot how to do this (a senior moment)

(Multi-level file based on flavor)

I know there is a command that will list any verbs located in NEWACC that do
not exist in the account...(senior moment number 2)

Sohow do I get the stinkin' verb where I want it?

OK so I'm blonde too...



 ~ Debbie

Anyone can hold the helm when the sea is calm.

-Syrus Publilius

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


RE: [U2][UV]How to start properly uv from cron ?

2006-06-30 Thread Debster
Memory  issues...

I think I remember... ;-) (when it happens at 3:00AM who can?)

I had the same problem before...what finally straightened it out was...

Bringing it down

Going beyond and making sure other open processes were killed as
well...(sometimes ya gotta use -9) especially in the case of dead telnet
sessions that refuse to release (confused samba sessions a real putz)
Double checking for Phantoms ; SPOOLER...(now that's a sweet one that
drains)

Bringing it up gracefully in cron


If you want to see what might possibly be causing the issue list all active
processes in between each step so you know what you are dealing with


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Barry Rogen
Sent: Friday, June 30, 2006 6:32 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2][UV]How to start properly uv from cron ?


   If you mean a process then

/u1/uv/bin/uv  processname

   Footnote:  A word for thought.  We were running a substantial
application
  process in UV, started by a cron. It was running quite
nicely for
  the longest period. Then all of sudden, it would
consistently bomb
  out with available memory issues. When run manually,
it would not
  once fail. I contacted HP, who told me that cron
carries with it
  a great deal of 'baggage' with it, and with all the
processes that
  we run, it might be blowing out your memory. So, we
switched it to
  our application based process manager and it never
failed.
  Morale of the story, (at least for us), it seems
should you hang
  too many application tasks from the cron, you may face
issues.

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.t. roosevelt




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Manu Fernandes
Sent: Friday, June 30, 2006 5:38 AM
To: u2-users@listserver.u2ug.org
Subject: [U2][UV]How to start properly uv from cron ?

Hello,

Is there someone with suggestions to do this ?

Thanks for any comment.

Manu
---
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] Daniel Jorgenson/GUS/SICK is out of the office.

2006-06-30 Thread Daniel Jorgenson
I will be out of the office starting  06/30/2006 and will not return until
07/10/2006.

I will respond to your message when I return.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/