RE: [U2] U2 Board

2006-03-17 Thread Dave Tabor
Think they forgot to click 'Reply-to-all'?
(Sorry... my conscience lost on this one!)


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of leslie
chamberlin
Sent: Friday, March 17, 2006 12:47 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] U2 Board


That's the last I heard also.  -Leslie Chamberlin

-Original Message-

I received notification in 2005, but not this year. The last email I
received was the following:

  Dana Baron<[EMAIL PROTECTED]> to u2-users
 More options   Feb 2
 For those of you on this list who are U2UG members, you should be
receiving
instructions for voting in this year's board election soon. Due to
"technical difficulties" (mostly caused by me), the election has been
delayed. Stay tuned!

Thanks for your patience,


Dana Baron
U2UG Nominations & Elections
 - Show quoted text -
---
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] Changes to the List

2006-03-17 Thread Dave Tabor
Hi, 

Referring to the U2UG Charter:

Bullet #7 --> "To provide a forum for the promotion of excellence in 
information processing through recognition of individuals who exemplify the 
best in our profession in their work utilizing the U2 product line."
My thoughts:  It would seem to me that the promotion of excellence will not 
happen, when the provided 'excellence' is in the form of replies to specific 
users (Reply-To), and remains hidden from the rest of the group (Reply-To-All).

--- also ---

Bullet #8 --> "To promote the exchange of technical information among U2 users."
In my opinion, the exchange of technical information is being exchanged via 
roadblocks and hidden alleys.  

--- In conclusion ---

I've gotten a lot of great ideas from this list, and am saddened at the fact 
that I (along with many other newbies) won't see a lot of those, due to people 
with busy schedules forgetting to click the right button.  CHANGE IT BACK, 
PLEASE!!!

--- Questions for the moderators/board ---

1)  Did our 'founding fathers' really want it run the way it is currently being 
run?
2)  Shouldn't the current format require the board to do a U2UG Charter rewrite?

Thanks for allowing the thoughts of someone who actually learns from the posts 
on this list!
- Dave
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Excel from Unidata

2006-03-17 Thread Dave Tabor
Hi, 

I'd like to be able to create an excel file from a Unidata program to be used 
for download on a website, without any user intervention.

Can anyone offer any tips/tricks to make this a simple process?

Thanks,
Dave

PS:  Unidata 6.0 / AIX 5.1
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniObjects Select Error ( HELP!!! - Different error message - 81002 )

2006-03-08 Thread Dave Tabor
Thanks to all who replied.

I found my error.  There was a program in Unidata that I had modified the day 
before, that was throwing an error when run from this VB.NET program.  This was 
run as a Session.Command.Exec() through UniObjects.  When it threw the error, 
it killed the udt session for this UniObjects 'phantom' user.  (I found this by 
trying to run that program manually.)

Oddly enough, when that happened, UniObjects still returned an .error code of 
0, meaning no error.  This made it appear that my program was doing everything 
correctly up to the select statement, and I had ignored it as being a possible 
issue.  I guess sometimes ignorance ISN'T bliss, right?

Thanks, again for your time and your support in this issue.  It's all resolved 
now!!!
- Dave


-Original Message-----
From: Dave Tabor 
Sent: Wednesday, March 08, 2006 11:05 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [U2] UniObjects Select Error ( HELP!!! - Different error
message - 81002 )



Hi,

Unfortunately, although it was set to en_US, instead of C, it didn't appear to 
have helped.  I did realize that my other application, which works with 
virtually the same routines, does work.  This would seem to indicate that it's 
not the LANG setting on my machine, as it's also en_US for that user.

I did try bypassing the select statement, and going right straight for the 
statement:
SelectListObj.GetList("FSD")
to see what happened.  This gives me an error 81002, which says 
"UVE_RPC_NO_CONNECTION"  Description reads "The connection is broken"... a lot 
of help, huh?

My session is still active at this point, and I can see the user still logged 
in.

Q1) Any thoughts, anyone???

Q2) How is the RPC connection different from the session?

Thanks,
Dave

-Original Message-
From: Piers Angliss [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 07, 2006 6:01 PM
To: Dave Tabor
Cc: U2-Users
Subject: RE: [U2] UniObjects Select Error


Dave,

I hit this with a Linux server last year and I'm hoping it's the same
problem. Pete @ Epicor UK did some research and advised that Error 39207
refers to an incorrect LANG setting on a Unix server. LANG should be set to
'C' , if it isn't you'll hit this.

My problem was that the base system LANG setting was not C, but all my
logins used a .profile script to set it to 'C' so ECL worked fine.

Unfortunately, UniObjects doesn't execute .profiles, LOGIN paras or anything
so it reverts to the base LANG (so in order for my theory to hold in your
case, somebody must have changed something in AIX)

Hth

Piers

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Dave Tabor
Sent: 07 March 2006 21:10
To: u2-users@listserver.u2ug.org
Subject: [U2] UniObjects Select Error


Hi,

I've got an application that is written in VB.NET which uses UniObjects to
connect to Unidata 6.0 on an AIX server.

It's been working fine for months, and today seems to have 'broken'.  I've
stepped through the lines in VB.NET, and come up with what I think might be
the offending error message.

The error is error code 39207, which I have no reference as to it's meaning.

I'm getting the error right after executing this two line code:

Session.command.text = "SSELECT FSD BY DEL_DATE BY SORT_SEQ BY.DSND @ID WITH
SELECT_DATE GE """ & SelectDateStr & """ AND WITH @ID # ""moved"" AND WITH
NO PRM_DATE = ""PDt"" AND WITH NO CUST_NAME = """""

Session.command.exec()

Notes:
1) My session is open, and has no error status.
2) The actual Select Statement created here is:  SSELECT FSD BY DEL_DATE BY
SORT_SEQ BY.DSND @ID WITH SELECT_DATE GE "03/1/06" AND WITH DISPLAYED # "Y"
AND WITH @ID # "moved" AND WITH NO PRM_DATE = "PDt" AND WITH NO CUST_NAME =
""
3) The Session.command.text statement works correctly, as I can cut/paste it
from the watch window to an ECL prompt and it works fine.

I'm the only IT person working with this server and VB.NET code, and as I
mentioned, I haven't changed anything in a months, so I'm not sure where to
start.

Any guess what the error code means, and/or what I could try to do to
resolve this issue?

Thanks,
Dave
---
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] UniObjects Select Error

2006-03-07 Thread Dave Tabor
Hi,

I've got an application that is written in VB.NET which uses UniObjects to 
connect to Unidata 6.0 on an AIX server.

It's been working fine for months, and today seems to have 'broken'.  I've 
stepped through the lines in VB.NET, and come up with what I think might be the 
offending error message.

The error is error code 39207, which I have no reference as to it's meaning.

I'm getting the error right after executing this two line code:

Session.command.text = "SSELECT FSD BY DEL_DATE BY SORT_SEQ BY.DSND @ID WITH 
SELECT_DATE GE """ & SelectDateStr & """ AND WITH @ID # ""moved"" AND WITH NO 
PRM_DATE = ""PDt"" AND WITH NO CUST_NAME = "

Session.command.exec()

Notes:
1) My session is open, and has no error status.
2) The actual Select Statement created here is:  SSELECT FSD BY DEL_DATE BY 
SORT_SEQ BY.DSND @ID WITH SELECT_DATE GE "03/1/06" AND WITH DISPLAYED # "Y" AND 
WITH @ID # "moved" AND WITH NO PRM_DATE = "PDt" AND WITH NO CUST_NAME = ""
3) The Session.command.text statement works correctly, as I can cut/paste it 
from the watch window to an ECL prompt and it works fine.

I'm the only IT person working with this server and VB.NET code, and as I 
mentioned, I haven't changed anything in a months, so I'm not sure where to 
start.

Any guess what the error code means, and/or what I could try to do to resolve 
this issue?

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


RE: [U2] Webinar Oct.. 6 time zones??

2005-09-30 Thread Dave Tabor
Hi, 
It would be 13.5 hours.  In the US, 0:00 to 11:59 is considered AM, and 12:00 
to 23:59 is considered PM.
Also, don't forget that most parts of the US shift their times due to Daylight 
Savings Time, and many parts of the world don't.  Just make sure to determine 
if you need to work in this 1 hour shift.
Hope this helps.
- Dave

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Claus Derlien
Sent: Friday, September 30, 2005 6:42 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] Webinar oct. 6 timezones??


The Webinar october the 6. is announced to take place from 10:00 am to 11:30 pm 
PDT

i have found out that im 9 hours ahead of that timezone, so it will be a night 
session for me, but as always the american way of displaying time is confusing 
me... 
Am I right in believing that the time span 10:00 am to 11:30 pm is 13= hours 
???  or is it only 2= hours ??

best regards from cold Denmark

Claus 'S.I. freak' Derlien




Frie Funktionfrer - faglig organisation og tvfrfaglig a-kasse - www.f-f.dk

***
Denne email og alle filer vedlagt som bilag kan indeholde fortroligt materiale, 
der kun er beregnet for adressaten,
og maa ikke udleveres eller kopieres til uvedkommende. Har De ved en 
fejltagelse modtaget denne email, bedes
De venligst omgaaende meddele os dette pr. telefon : 6313 8550. Paa forhaand 
tak.
***
This email and any files transmitted with it may contain confidential 
information intended for the addressee(s) only.
The information is not to be surrendered or copied to unauthorised persons. If 
you have received this
communication in error, please notify us immediately by telephone: +45 6313 
8550. Thank you.
***
---
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] UVODBC procedure call from VBScript

2005-07-27 Thread Dave Tabor
Hi, Mr. Jordan.

I've been considering using ODBC instead of UniObjects for our web project, 
too, but am unfamiliar with .  Could you please include a small, very generic, 
code snippet to show what you mean here.  It would be much appreciated!

Thanks,
Dave

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of OZEMAIL
Sent: Tuesday, July 26, 2005 6:21 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] UVODBC procedure call from VBScript


To return a recordset from a UniBasic subroutine to an ODBC call you need to
load data into the @HSTMT variable in the UniVerse Basic Subroutine.

Regards
David Jordan

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, 27 July 2005 6:31 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] UVODBC procedure call from VBScript

Hi all,

I'm trying to convert a web app from Sybase to UV. I've been attempting to
get a vbscript app to call a subroutine as a stored procedure. I am able
to connect to the database using the OLE provider and retrieve recordsets.
I'd like to be able to execute stored procs as well. IBM provided me with
a VB sample to call a subroutine but I can't seem to implement it in
VBScript. I've gone over the docs a million and one times and still can't
seem to see what I'm missing. Does anyone have any samples, calling a
subroutine through ODBC that would return a rescordset to the script that
they would be able to share ?

Thanks for any help,

Vance Forste

---
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] access via disabled accounts (solution) - How?

2005-06-10 Thread Dave Tabor
I like the sounds of this type of data security.

I'm still kind of new with VB.NET and UniObjects, but have a healthy concern 
for security.  

Could someone please answer this for me:
How can you pull data from a U2 file, via UniObjects, manipulate it in VB.NET, 
and write it back to the file, via UniObjects, via stored procedures, and 
without directly accessing the files from UniObjects?  I'm just looking for 
basic general info, but if you happen to have code snippets, too, that would be 
greatly appreciated.  I'm having trouble envisioning how this works.

Thanks, in advance!
- Dave

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of David Jordan
Sent: Thursday, June 09, 2005 8:58 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] access via disabled accounts (solution)


<< Within UniVerse you can do the same thing.  You can restrict user read,
 write, delete access to the database either setting OS level file access or
 by SQL security access.  With the AUTHORIZE statement, you can allow
 subroutines to have a different access rights.  Thus from UniObects one can
 only access the database through subroutines and they cannot do anything
 else. >>

<>

Within UniVerse Basic is an AUTHORIZE Statement which allows you to give the
program different access rights to the user running the program. Ie
AUTHORIZE "Administrator"
This would give the program the access rights of Administrator at SQL
security or OS file security level.  The program has to be compiled by the
user who the authorize statement will adopt as user rights ie the example
above would have to be compiled by Administrator.

ED BP TEST
AUTHORIZE "Administrator"
...
OPEN "","TEST" TO FV ELSE...
...
WRITE REC TO FV,KEY

User Joe has no access rights to the UniVerse data files either by setting
OS file level security or by not GRANTing access if SQL level security
installed.  

IF Joe did ED TEST 123 the system would not grant him access
But if Joe runs the program TEST it would write the record to TEST file.


Regards

David Jordan
---
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] access via disabled accounts

2005-06-09 Thread Dave Tabor
Yikes!!!

I just tried it in AIX 5.2/UniData v6.1.3 (Locking the account via smit) and 
UniObjects [NOT .NET... yet!] was still able to connect and work perfectly.

Back before starting to use UniObjects, I remember reading something about 
UniObjects not logging in like a normal user would log in.  I didn't realize 
that it meant UniObjecs was 'above the law' in terms of logins.  That's a 
potentially scary issue!

Thanks, for the heads-up on this!
- Dave


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of gerry-u2ug
Sent: Thursday, June 09, 2005 9:48 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] access via disabled accounts


here is something that popped up today.
hpux 11 / uv 10.1.8
I disabled my login account yesterday [ too many fat fingered login attempts
;-) ] and it has yet to be re-enabled , so I can't login to unix/universe
which is as it should be.
however , I have a dts package setup in sql server to pull a file from
universe into sql server using uniOleDB that is configured to use my login and
it works !!!
I also have another process that accesses universe via UO.NET again using my
login and it also has no problem connecting to universe and doing its thing.

does anyone else see this a major security hole ?

Gerry
---
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] UniObjects Ports?

2005-02-18 Thread Dave Tabor
Hi, Everyone.

I'm trying to get a program that works fine on our intranet, to work from a 
remote location.  If I put in the external IP address of the server from 
'outside' it never connects.  I'm guessing this is a firewall issue.

Are there any ports that need to be opened in the firewall specifically for 
UniObjects?

Should I approach this a different way?

Any other thoughts?

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


RE: [U2] Using PROCs with Unidata 6

2004-11-18 Thread Dave Tabor
--- Original Message ---
From: Carole A Cafasso
Sent: Thursday, November 18, 2004 10:16 AM
  
Now we are getting ready to upgrade from Unidata 5x to 
Unidata 6. Will the Procs still work?

 

Hi,

Since I've been involved with Unidata (about 7 yrs), we've gradually been 
upgrading from Unidata 3.2 to our current version of Unidata 6.0.  We haven't 
had any problems with any procs running under 6.0 that were originally 
programmed with 3.2 or earlier.  They have been running flawlessly.

I should mention, though...  I can't promise that we're using ALL the 
commands/keywords/etc. that are in Unidata, so it's possible that there might 
be something out there that would be a problem.  If there is, it wouldn't be a 
regularly used command or keyword.

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


RE: [U2] UniObjects.NET speed/performance - PERFORMANCE SURVEY

2004-11-05 Thread Dave Tabor
*** Now you've got me wondering... ***

We're considering moving from UO to UO.NET due to a considerable amount of our non-MV 
programming is in VB.NET anyway.  I'm getting the feeling that UO.NET is generally 
slow, but then remembered, this conversation is one-sided so far.

On the flip side of this conversation, can we get a feel for how many people are 
experiencing performance issues, and how many are finding it's working just fine?

Simple SLOW/FINE answers are fine, but feel free to explain answers or comment further 
if you'd like.

Thanks, for the help
Dave


-Original Message-

I find .net to be slow and cludgy in virtually all situations - even with
a fast processor and 512MB RAM.


-Original Message-

Yes!  We found it so slow


- Original Message -

> Is anyone else experiencing speed problems with Uniobjects.net?
>
> I've just upgraded our core application from Uniobjects to UONET
> (a non-trivial exercise as I'm sure you're aware) but the response
> times are atrocious. Opening a file has gone from being a virtually
> instant response to taking well over a quarter of a second.

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


RE: [U2] wIntegrate Editor indenting problem

2004-10-29 Thread Dave Tabor
Also, used in selected sections using Alt-F8.  I like it.  (How'd I ever miss that 
one!)
Thanks for the tip, everyone!
- Dave

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wendy Smoak
Sent: 29 October 2004 16:01
To: [EMAIL PROTECTED]
Subject: RE: [U2] wIntegrate Editor indenting problem


> There's no format facility in the wIntegrate editor.

There is in mine, assuming we're talking about the same thing:  Edit ->
Format All.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] wIntegrate Editor indenting problem

2004-10-29 Thread Dave Tabor
What version of the wIntegrate Editor do you have?  I'm on version 1.2 and I don't see 
anything for automatic indenting.  That would be a feature I'd like?
What version of wIntegrate did it come with?
Thanks,
Dave


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Wendy Smoak
Sent: Friday, October 29, 2004 11:01 AM
To: [EMAIL PROTECTED]
Subject: RE: [U2] wIntegrate Editor indenting problem


Adrian Matthews wrote:

> Do you mean UniDebugger? 

No, I mean the graphical editor that comes with wIntegrate. Possibly
also known as WintEdit.  Text editing, color coding syntax and (usually)
indenting to show me which END goes with which IF, etc.

> There's no format facility in the wIntegrate editor.

There is in mine, assuming we're talking about the same thing:  Edit ->
Format All.

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University, PA, IRM 
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Has anyone tried UniObjects for .NET?

2004-10-15 Thread Dave Tabor
Hi, Steve.  The detailed explaination is very helpful.
I still think I'm going to get uo.net, but will keep an eye out for those issues, too.
Thanks, very much.
- Dave

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Steve Johnson
Sent: Friday, October 15, 2004 12:43 AM
To: [EMAIL PROTECTED]
Subject: RE: [U2] Has anyone tried UniObjects for .NET?


Yes, we have been developing an entirely new product
with UO.NET and UV since June. Mostly it has worked
quite well, but we have hit a few snags.

With the beta version of uodotnet.dll we had a problem
with the GetArg or getArgDynArray methods on one
particular UniSubroutine object. It would sometimes
return garbage values for higher argument numbers
(above 5 or 6), or cause an abort with a message about
"possible client-side licensing problem." The
orkaround was to reduce the number of arguments. (We
combined several single-valued arguments into a
dynamic array.)

With build 1.1.7073.0 (first released build dated
7-Aug-04), we had these problems:

(1) LockRecord method of UniFile class raises
exception if record not found. But if executed twice,
it does NOT raise the exception the second time even
though the record is still not found. IMO, it should
not raise an exception, but I would be happy with any
consistent behavior.

(2) The UniVerse basic statement "DEL ATC<1>" causes
UO.NET to abort when ATC is an empty string passed in
to the subroutine as an argument. It is a UniDynArray
object in .NET. This happened every time in one
particular case, but it not occur with other
subroutines when they were passed an empty dynamic
array.

(3) The UniVerse basic statement"aMsg<-1>=Variable"
causes UO.NET to abort when aMsg is passed and it is
an empty string. Again, this happened every time in
one particular case, but not elsewhere.

My workaround for both (2) and (3) has been to insert
a statement like IF ATC="" THEN ATC="" for any
argument passed into a basic subroutine from .NET
where it might 
possibly be an empty string.

Yesterday, I installed build 1.1.1.0 dated 7-Oct-04
which patches a performance issue (not one that we
have experienced) with code like (example from Wally
Terhune 
at IBM U2 ATS):

uonetCMD.Command = "SSELECT CLIENTS" 
uonetCMD.Execute() 
uoSelectlist = uonetSession.CreateUniSelectList(0)
 
Do While Not uoSelectlist.LastRecordRead
itemid = uoSelectlist.Next
Loop

So far, no new problems with this build. I have not
checked the issues with prior builds to see if they
are resolved in this new build.

HTH...

Regards, 

Steve Johnson
Technology Director
FXA Group Ltd.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]  
On Behalf Of Dave Tabor
Sent: Thursday, October 14, 2004 9:44 PM
To: [EMAIL PROTECTED]
Subject: [U2] Has anyone tried UniObjects for .NET?

Hi,

Just wondering if anyone has had a chance to try then
new UniObjects for .NET?  

If so:
What are your thoughts pro & con?  
Any bugs to keep in mind?  
Anything else?

Thanks in advance!
- Dave
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit
http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Has anyone tried UniObjects for .NET?

2004-10-14 Thread Dave Tabor
Thanks, Don.  Any thoughts from anyone moving from the standard UniObjects to 
UniObjects for .NET?
- Dave

-Original Message-
From: [EMAIL PROTECTED]

I have a project that I'm using it for right now.  So far, it's working O.K.  It does 
take a bit of getting used to after using the UniObjects for Java stuff via .Net, but 
I hope to have this current project running by next Monday.  It's a simple thing that 
will just build a set of records and move them over to a sql server for further 
processing by another program.  

Don Kibbey
Financial Systems Manager
Finnegan, Henderson, Farabow, Garrett & Dunner LLP
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Has anyone tried UniObjects for .NET?

2004-10-14 Thread Dave Tabor
Hi,

Just wondering if anyone has had a chance to try then new UniObjects for .NET?  

If so:
What are your thoughts pro & con?  
Any bugs to keep in mind?  
Anything else?

Thanks in advance!
- Dave
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniObject Problem

2004-06-28 Thread Dave Tabor
Sorry.. Typo.  Make that AIX 5.1 ML-05 as the fix.

- Dave

-Original Message-
From: Dave Tabor 
Sent: Monday, June 28, 2004 9:58 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [U2] UniObject Problem


Hi, 

A similar problem, if the recent conversion included upgrading TO AIX 5.1.  We also 
had VERY high paging faults.

We actually found that there is an issue with AIX 5.1 itself being very slow, and that 
was fixed by installing Machine Level 04.  

I'm not sure if that's the most current machine level at this point, but I know it 
fixed our system (running Unidata).  Check IBM's website for Machine Level downloads.

Good luck!
- Dave

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Kevin Vezertzis
Sent: Monday, June 28, 2004 9:30 AM
To: [EMAIL PROTECTED]
Subject: [U2] UniObject Problem


We are looking for some insight from anyone that has experienced
performance degradation in UV, as it relates to the OS.  We are running
UV 10.0.14 on AIX 5.1.we are having terrible 'latency' within the
application.  This is a recent conversion from D3 to UV and our client
is extremely disappointed with the performance.  We've had IBM hardware
support and Universe support in on the box, but to no avail..we are
seeing high paging faults and very highly utilized disk space.  Any
thoughts or suggestions?
 
Thanks,
Kevin
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniObject Problem

2004-06-28 Thread Dave Tabor
Hi, 

A similar problem, if the recent conversion included upgrading TO AIX 5.1.  We also 
had VERY high paging faults.

We actually found that there is an issue with AIX 5.1 itself being very slow, and that 
was fixed by installing Machine Level 04.  

I'm not sure if that's the most current machine level at this point, but I know it 
fixed our system (running Unidata).  Check IBM's website for Machine Level downloads.

Good luck!
- Dave

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Kevin Vezertzis
Sent: Monday, June 28, 2004 9:30 AM
To: [EMAIL PROTECTED]
Subject: [U2] UniObject Problem


We are looking for some insight from anyone that has experienced
performance degradation in UV, as it relates to the OS.  We are running
UV 10.0.14 on AIX 5.1.we are having terrible 'latency' within the
application.  This is a recent conversion from D3 to UV and our client
is extremely disappointed with the performance.  We've had IBM hardware
support and Universe support in on the box, but to no avail..we are
seeing high paging faults and very highly utilized disk space.  Any
thoughts or suggestions?
 
Thanks,
Kevin
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] u2ug.org

2004-05-07 Thread Dave Tabor
Hi, 
I just tried logging in, and it worked without a problem.
- Dave

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Dianne Ackerman
Sent: Friday, May 07, 2004 9:22 AM
To: [EMAIL PROTECTED]
Subject: Re: [U2] u2ug.org


I have been able to access the page consistently throughout the entire 
past week!
-Dianne

Harry Hambrick wrote:

>Yes, I can't get to it either. 
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] On Behalf Of
>[EMAIL PROTECTED]
>Sent: Friday, May 07, 2004 7:29 AM
>To: [EMAIL PROTECTED]
>Subject: [U2] u2ug.org
>
>Anybody else having trouble accessing www.u2ug.org?
>
>Vance Alspach
>J & L Industrial Supply
---
u2-users mailing list
[EMAIL PROTECTED]
http://www.u2ug.org/listinfo/u2-users
---
u2-users mailing list
[EMAIL PROTECTED]
http://www.u2ug.org/listinfo/u2-users


RE: [SPAM?] [U2] u2ug.org

2004-05-07 Thread Dave Tabor
Hi, 

I've only been receiving one copy of each.  [That's weird, though!]

Are you set up to receive individual emails, as I am, or are you set up to receive a 
single batch email each day?  If batch, maybe the issue is related to that format.

- Dave

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Lora Pennington

[snip]

Is anyone else receiving duplicate emails to this listserver ?
I have been for 3 days now.

Lora Pennington
---
u2-users mailing list
[EMAIL PROTECTED]
http://www.u2ug.org/listinfo/u2-users