RE: [U2] Difficulty replying to U2 postings

2006-04-27 Thread Bob Woodward
Maybe you need to reinstall Windows???  

BobW
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett
Sent: Thursday, April 27, 2006 12:58 PM
To: 'U2Users'
Subject: [U2] Difficulty replying to U2 postings

I'm having some difficulty posting to the list.

Occasional I get an email from the "community".  When I try to respond
by
clicking on the appropriate reply-link I get a "You have no permission
to
write into this category or forun" error.

When I try to login using my username and password, and clicked
"Remember
me" I was directed to www.microsoft.com.  It works fine if I uncheck the
"Remember me" box.

Anyway, when I went to the web site and try to respond from the site I'm
also told I don't have permissions (even though I'm a registered user).

I guess the difficulty of communicating explains why the number of
postings
I receive has practically dried up.  Oh well...

Bill
---
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] UNIOBJECTS and ASP.NET

2006-04-27 Thread Ray Wurlod
It shouldn't really matter.  UniObjects exposes a number of objects either 
through COM or as Java classes.

That you're invoking from ASP.NET may affect how you identify the OCX file, and 
how you create (sorry, instantiate) new objects, but otherwise you should be 
fine.  The methods and properties aren't changed by the invoking environment.

> - Original Message -
> From: u2ug <[EMAIL PROTECTED]>
> To: u2-users@listserver.u2ug.org
> Subject: [U2] UNIOBJECTS and ASP.NET
> Date: Mon, 24 Apr 2006 21:02:10 -0400
> 
> 
> REPOSTED FOR NONMEMBER: "Wilson, John P." <[EMAIL PROTECTED]>
> 
> I'd like to use ASP.NET and Uniobjects to access my UniData 7.1 
> environment. Can anyone provide direction or advise?
> 
> Thanks,
> jpw
> 
> 
> John P. Wilson
> Senior Web Developer
> Phillips Exeter Academy
> 603-777-3475
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] File sizing

2006-04-27 Thread John Jenkins
Tweaklet that has paid off on some systems:

For batch programs that perform sequential SELECTs and sequential or
skip-sequential processing. Make the file separation/block size larger than
usual and match it to the physical disk transfer unit size of the disk
subsystem.

e.g. disk transfer unit size=8k; file blocksize a multiple of 8K

It has paid off lots in the past - not sure whether it's still true on
modern faster systems with lots of cache tho'. Answers on an email.

Regards

JayJay

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Barry Brevik
Sent: 26 April 2006 19:33
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] [UV] File sizing

Great replies everyone! Thanks very much.

Barry Brevik
---
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] Difficulty replying to U2 postings

2006-04-27 Thread Bill Haskett
I'm having some difficulty posting to the list.

Occasional I get an email from the "community".  When I try to respond by
clicking on the appropriate reply-link I get a "You have no permission to
write into this category or forun" error.

When I try to login using my username and password, and clicked "Remember
me" I was directed to www.microsoft.com.  It works fine if I uncheck the
"Remember me" box.

Anyway, when I went to the web site and try to respond from the site I'm
also told I don't have permissions (even though I'm a registered user).

I guess the difficulty of communicating explains why the number of postings
I receive has practically dried up.  Oh well...

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


Re: [U2] Question of permissions UV Linux

2006-04-27 Thread Geoffrey Mitchell
If the editor (or whatever you are using to create the files, or maybe 
uv itself, if you are creating them through a BASIC program) is owned by 
the "bin" group and is setgid, that would do it, I think.  I doubt that 
UV is doing anything special with the group, but I could be wrong.

Incidentally, I meant to send my reply to the list, but forgot about 
that "reply all" thing.  So, I'm copying the list now...

Jerry Banker wrote:

>I just checked and none of the directories have a group of 'bin' they're
>all part of the 'root' group all the way up to root (/). None of the
>setgid are set on the directories. I did notice that all of the programs
>in the ./uv/bin directory are part of the 'bin' group and some of them
>have the setgid set which leads me to believe that UV uses the settings
>of the programs in the ./uv/bin directory to set the group while in UV.
>The user ID  is set as the owner though.
>
>-Original Message-
>From: Geoffrey Mitchell [mailto:[EMAIL PROTECTED] 
>Sent: Thursday, April 27, 2006 11:38 AM
>To: Jerry Banker
>Subject: Re: [U2] Question of permissions UV Linux
>
>Are you creating the files from unix in the same directory that they are
>
>being created in from UV? 
>
>If not, it could be that the directory where your program source is 
>stored has setgid set, which would cause files created therein to have 
>the same group as the directory. 
>
>Jerry Banker wrote:
>
>  
>
>>This doesn't cause any problems but it puzzles me. None of our users
>>
>>
>are
>  
>
>>set up in the 'bin' group they are all in the 'users' group. However,
>>I've noticed the when we save a program source, while in UV, the group
>>it's saved under is 'bin'. If I shell out of UV then save a file it is
>>saved under the 'users' group. Can someone explain this behavior?
>>
>>
>>
>>Jerry
>>---
>>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] Question of permissions UV Linux

2006-04-27 Thread Jerry Banker
Thanks Glenn.





From: Glenn Herbert [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 27, 2006 11:17 AM
To: Jerry Banker
Cc: [EMAIL PROTECTED]; U2Users
Subject: Re: [U2] Question of permissions UV Linux




When writing to a directory type file (type 1 or 19), the permissions
are changed to match those of the directory.  This is so that the owner
of the directory is able to have access to all the contents regardless
of the writer.  In your test of shelling out, you bypass the permission
change because you are no longer under write control of universe.
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
"Happiness comes through doors you didn't even know you left open." -
Anonymous

Glenn M. Herbert - Connectivity Development  Engineer
Information Integration Solutions, IBM Software Group
50 Washington Street Westboro, MA 01581
508-599-7281 direct



"Jerry Banker" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]

04/27/2006 11:51 AM

To

"U2Users" 

cc



Subject

[U2] Question of permissions UV Linux










This doesn't cause any problems but it puzzles me. None of our users are
set up in the 'bin' group they are all in the 'users' group. However,
I've noticed the when we save a program source, while in UV, the group
it's saved under is 'bin'. If I shell out of UV then save a file it is
saved under the 'users' group. Can someone explain this behavior?



Jerry
---
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] Question of permissions UV Linux

2006-04-27 Thread Glenn Herbert
When writing to a directory type file (type 1 or 19), the permissions are 
changed to match those of the directory.  This is so that the owner of the 
directory is able to have access to all the contents regardless of the 
writer.  In your test of shelling out, you bypass the permission change 
because you are no longer under write control of universe.
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
"Happiness comes through doors you didn't even know you left open." - 
Anonymous

Glenn M. Herbert - Connectivity Development  Engineer
Information Integration Solutions, IBM Software Group
50 Washington Street Westboro, MA 01581
 508-599-7281 direct 



"Jerry Banker" <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
04/27/2006 11:51 AM

To
"U2Users" 
cc

Subject
[U2] Question of permissions UV Linux






This doesn't cause any problems but it puzzles me. None of our users are
set up in the 'bin' group they are all in the 'users' group. However,
I've noticed the when we save a program source, while in UV, the group
it's saved under is 'bin'. If I shell out of UV then save a file it is
saved under the 'users' group. Can someone explain this behavior?



Jerry
---
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] Question of permissions UV Linux

2006-04-27 Thread Jerry Banker
This doesn't cause any problems but it puzzles me. None of our users are
set up in the 'bin' group they are all in the 'users' group. However,
I've noticed the when we save a program source, while in UV, the group
it's saved under is 'bin'. If I shell out of UV then save a file it is
saved under the 'users' group. Can someone explain this behavior?



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


[U2] UniData/InfoLease: how to map a file descriptor number back to actual filename

2006-04-27 Thread bradley . schrag
We are experiencing intermittent performance issues with InfoLease. Our AIX
admin wants to use filemon to monitor individual file activity. The problem
is that if a file is already open when filemon is started, filemon returns
a pid / file descriptor combo instead of the actual filename (see below).
Is it possible to figure out which file is actually being referenced?


Most Active Files

  #MBs  #opns   #rds   #wrs  file volume:inode

 413.6  0  52939  0  pid=7241756_fd=55
 383.5  7  49089  0  LS.MASTER


Brad Schrag
InfoLease Development
651-205-3074
RiverBank / EP-MN-BGF


--
Electronic Privacy Notice. This e-mail, and any attachments, contains 
information that is, or may be, covered by electronic communications privacy 
laws, and is also confidential and proprietary in nature. If you are not the 
intended recipient, please be advised that you are legally prohibited from 
retaining, using, copying, distributing, or otherwise disclosing this 
information in any manner. Instead, please reply to the sender that you have 
received this communication in error, and then immediately delete it. Thank you 
in advance for your cooperation.
==
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Rich Hoult is out of the office, but don't panic

2006-04-27 Thread Rich Hoult
I will be out of the office starting  27/04/2006 and will not return until
28/04/2006.

Normal service will be resumed soon.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/