RE: [U2] UV objects question

2008-06-03 Thread Les Hewkin
We found the best way is to have all the logic in databasic. Call a
subroutine to return the data you want. This can be tested before it is
used within VB. 


Les Sherlock Hewkin 
Project Manager
Group Financial Systems
I.T. Department
Rye Hill House
T 01604 592289 
M 07917 856195

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brenda Price
Sent: 02 June 2008 22:44
To: u2-users@listserver.u2ug.org
Subject: [U2] UV objects question

We have a VB process that looks for a record in a set of files
PRINT.TODAY (today's file), PRINT.HIST.0508, PRINT.HIST.0408 etc.  If
the record is not in those files it reads a file called INTERIM.LETTERS.
Once the data is found a IE html document is displayed to screen.



We keep the date in the record id, so a record written today would first
try the PRINT.TODAY file, then the PRINT.HIST.0608 (which does not get
created until after 5 pm on the first business day of the month), then
the INTERIM.LETTERS file.



Each night after 5 pm all data in the file PRINT.TODAY is moved to
current month year file. Tonight it would be the PRIINT.HIST.0608 file,
normally it would find that the file isn't there and create it.



On the first business day of the month, this file has not yet been
created and when the process gets to that file something is happening
that causes the next file INTERIM.LETTERS to be skipped.  When they
decided the problem must be that the file is not there yet and had me
create the file, the problem went away.



Our VB programmers say they have checked every error they can think of
and the process is not returning an error that they can recognize.



What error would be returned when a program tries via UV Objects to read
a file that does not exist?



Brenda Price

Affiliated Acceptance Corporation

Sunrise Beach, MO
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

html
head
meta http-equiv=Content-type content=text/html; charset=UTF-8
/head
body
P style=MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0ptSPAN 
style=FONT-SIZE: 8.2pt; FONT-FAMILY: 'MS Sans Serif'This e-mail and any 
attachments are confidential and intended solely for the use of the addressee 
only. If you have received this message in error, you must not copy, distribute 
or disclose the contents; please notify the sender immediately and delete the 
message. /SPAN/P
P style=MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0ptSPAN 
style=FONT-SIZE: 8.2pt; FONT-FAMILY: 'MS Sans Serif'This message is 
attributed to the sender and may not necessarily reflect the view of Travis 
Perkins plc or its subsidiaries (Travis Perkins). Agreements binding Travis 
Perkins may not be concluded by means of e-mail communication. /SPAN/P
P style=MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0ptSPAN 
style=FONT-SIZE: 8.2pt; FONT-FAMILY: 'MS Sans Serif'E-mail transmissions are 
not secure and Travis Perkins accepts no responsibility for changes made to 
this 
message after it was sent. Whilst steps have been taken to ensure that this 
message is virus free, Travis Perkins accepts no liability for infection and 
recommends that you scan this e-mail and any attachments. /SPAN/P
P style=MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0ptSPAN 
style=FONT-SIZE: 8.2pt; FONT-FAMILY: 'MS Sans Serif'Part of Travis Perkins 
plc. Registered Office: Lodge Way House, Lodge Way, Harlestone Road, 
Northampton, NN5 7UG. /SPAN/P
/BODY
/HTML
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] UV objects question

2008-06-02 Thread Brenda Price
We have a VB process that looks for a record in a set of files
PRINT.TODAY (today's file), PRINT.HIST.0508, PRINT.HIST.0408 etc.  If
the record is not in those files it reads a file called INTERIM.LETTERS.
Once the data is found a IE html document is displayed to screen.



We keep the date in the record id, so a record written today would first
try the PRINT.TODAY file, then the PRINT.HIST.0608 (which does not get
created until after 5 pm on the first business day of the month), then
the INTERIM.LETTERS file.



Each night after 5 pm all data in the file PRINT.TODAY is moved to
current month year file. Tonight it would be the PRIINT.HIST.0608 file,
normally it would find that the file isn't there and create it.



On the first business day of the month, this file has not yet been
created and when the process gets to that file something is happening
that causes the next file INTERIM.LETTERS to be skipped.  When they
decided the problem must be that the file is not there yet and had me
create the file, the problem went away.



Our VB programmers say they have checked every error they can think of
and the process is not returning an error that they can recognize.



What error would be returned when a program tries via UV Objects to read
a file that does not exist?



Brenda Price

Affiliated Acceptance Corporation

Sunrise Beach, MO
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] UV Objects

2005-05-27 Thread gcanedy
We are trying to get UV Objects to tell us when a user's password has
expired. There is an error (# 80019) that seems like it should work, but in
testing I get no error back using a login with an expired password. I need
to know if anyone else has run into this issue and has found a way to make
UV Objects recognized expired passwords...

Thanks

Gary P. Canedy
Database Analyst
ProMutual Group
(617) 757-6775





---
This email and any files transmitted with it are intended only for the
person or entity to which it is addressed and may contain confidential
and/or privileged material.   If you received this email in error, please
contact the sender immediately and delete this email from your system.  If
you are not the named addressee, you should not disseminate, distribute,
print, or copy the email, or take any action in reliance on its contents.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UV Objects disconnecting

2004-09-20 Thread Graham Hansen
Adrian

That was our first thought. We've tried selecting/counting all of the
files and doing a check disk on the server both of which didn't show any
problems.

Graham Hansen

-Original Message-
From: Adrian Matthews [mailto:[EMAIL PROTECTED] 
Sent: 17 September 2004 16:47
To: [EMAIL PROTECTED]
Subject: RE: [U2] UV Objects disconnecting

You normally get an error like that if trying to access a corrupted
file.

Try checking the files that are being read/written from UniObjects.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Graham Hansen
Sent: 17 September 2004 16:17
To: [EMAIL PROTECTED]
Subject: [U2] UV Objects disconnecting

We have recently had a problem with a client using UV Objects and
getting 
Disconnected for no apparent reason.  I wondered if anyone has seen a
similar message on any of their apps?

The client is running UV10 on NT4.
The error message is :-

Universe error Unhandled Exception raised at address 0x78001799:
Access violation. Attempted to write to address 0x69755124. Binary
data is processor CONTEXT structure.

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


The information contained in this email is strictly confidential and for
the use of the addressee only, unless otherwise indicated. If you are
not the intended recipient, please do not read, copy, use or disclose to
others this message or any attachment. Please also notify the sender by
replying to this email or by telephone +44 (0)20 7896 0011 and then
delete the email and any copies of it. Opinions, conclusions (etc.) that
do not relate to the official business of this company shall be
understood as neither given nor endorsed by it.  IG Markets Limited and
IG Index Plc are authorised and regulated by the Financial Services
Authority and, in Australia, by the Australian Securities and
Investments Commission.
---
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] UV Objects disconnecting

2004-09-20 Thread Adrian Matthews
Some of the file corruption errors we've had in the past won't show in a
Select/Count, but trying to read every record or running
uvfixfile/fixtool did.

We've been running thousands of uniobjects connections for 4 years now
and I don't recall seeing that message apart from when there is file
corruption.

If it turns out to be something else then please let the group know as
Sods law dictates that we will get the same problem now I've made that
statement! :)

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Graham Hansen
Sent: 20 September 2004 09:50
To: [EMAIL PROTECTED]
Subject: RE: [U2] UV Objects disconnecting

Adrian

That was our first thought. We've tried selecting/counting all of the
files and doing a check disk on the server both of which didn't show any
problems.

Graham Hansen

-Original Message-
From: Adrian Matthews [mailto:[EMAIL PROTECTED] 
Sent: 17 September 2004 16:47
To: [EMAIL PROTECTED]
Subject: RE: [U2] UV Objects disconnecting

You normally get an error like that if trying to access a corrupted
file.

Try checking the files that are being read/written from UniObjects.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Graham Hansen
Sent: 17 September 2004 16:17
To: [EMAIL PROTECTED]
Subject: [U2] UV Objects disconnecting

We have recently had a problem with a client using UV Objects and
getting 
Disconnected for no apparent reason.  I wondered if anyone has seen a
similar message on any of their apps?

The client is running UV10 on NT4.
The error message is :-

Universe error Unhandled Exception raised at address 0x78001799:
Access violation. Attempted to write to address 0x69755124. Binary
data is processor CONTEXT structure.

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


The information contained in this email is strictly confidential and for
the use of the addressee only, unless otherwise indicated. If you are
not the intended recipient, please do not read, copy, use or disclose to
others this message or any attachment. Please also notify the sender by
replying to this email or by telephone +44 (0)20 7896 0011 and then
delete the email and any copies of it. Opinions, conclusions (etc.) that
do not relate to the official business of this company shall be
understood as neither given nor endorsed by it.  IG Markets Limited and
IG Index Plc are authorised and regulated by the Financial Services
Authority and, in Australia, by the Australian Securities and
Investments Commission.
---
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/


The information contained in this email is strictly confidential and for the use of 
the addressee only, unless otherwise indicated. If you are not the intended recipient, 
please do not read, copy, use or disclose to others this message or any attachment. 
Please also notify the sender by replying to this email or by telephone +44 (0)20 7896 
0011 and then delete the email and any copies of it. Opinions, conclusions (etc.) that 
do not relate to the official business of this company shall be understood as neither 
given nor endorsed by it.  IG Markets Limited and IG Index Plc are authorised and 
regulated by the Financial Services Authority and, in Australia, by the Australian 
Securities and Investments Commission.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UV Objects .Net slow

2004-09-20 Thread Don Kibbey
I had some issues with select lists.  Found that if I read the entire select
list into an uniarray and then processed it, things went much faster.
Probably not a good idea for really large select lists, but then the stuff
I'm working with should never be more than a few thousand (famous last
words). 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kate Stanton
Sent: Monday, September 20, 2004 7:53 PM
To: U2 List
Subject: [U2] UV Objects .Net slow

Has anyone else had problems with the new .Net UV objects being slow?
Especially with subroutine and execute.

TIA,  Kate

Kate Stanton
Walstan Systems Ltd
4 Kelmarna Ave, Herne Bay
Auckland, New Zealand
Ph +61 9 360 5310  Fax +61 9 376 0750
email [EMAIL PROTECTED]
---
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] UV Objects disconnecting

2004-09-17 Thread Graham Hansen
We have recently had a problem with a client using UV Objects and
getting 
Disconnected for no apparent reason.  I wondered if anyone has seen a
similar message on any of their apps?

The client is running UV10 on NT4.
The error message is :-

Universe error Unhandled Exception raised at address 0x78001799:
Access violation. Attempted to write to address 0x69755124. Binary
data is processor CONTEXT structure.

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


RE: [U2] UV Objects disconnecting

2004-09-17 Thread Adrian Matthews
You normally get an error like that if trying to access a corrupted
file.

Try checking the files that are being read/written from UniObjects.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Graham Hansen
Sent: 17 September 2004 16:17
To: [EMAIL PROTECTED]
Subject: [U2] UV Objects disconnecting

We have recently had a problem with a client using UV Objects and
getting 
Disconnected for no apparent reason.  I wondered if anyone has seen a
similar message on any of their apps?

The client is running UV10 on NT4.
The error message is :-

Universe error Unhandled Exception raised at address 0x78001799:
Access violation. Attempted to write to address 0x69755124. Binary
data is processor CONTEXT structure.

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


The information contained in this email is strictly confidential and for the use of 
the addressee only, unless otherwise indicated. If you are not the intended recipient, 
please do not read, copy, use or disclose to others this message or any attachment. 
Please also notify the sender by replying to this email or by telephone +44 (0)20 7896 
0011 and then delete the email and any copies of it. Opinions, conclusions (etc.) that 
do not relate to the official business of this company shall be understood as neither 
given nor endorsed by it.  IG Markets Limited and IG Index Plc are authorised and 
regulated by the Financial Services Authority and, in Australia, by the Australian 
Securities and Investments Commission.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UV objects dying

2004-05-10 Thread djordan
Hi Kate

What specifically are you doing in the execute command.  Executing a Select
List, running a program ?

Regards

David Jordan
Managign  Consultant
[EMAIL PROTECTED]

Dacono Holdings Pty Ltd
Business  Technology Consulting
PO Box 909
Lane Cove 
NSW 2066
Australia
Ph 61 2 9418 8329
Fax 61 2 9427 2371
www.dacono.com.au 
---
u2-users mailing list
[EMAIL PROTECTED]
http://www.u2ug.org/listinfo/u2-users


RE: [U2] UV objects dying

2004-05-10 Thread Björn Behr
Just a question - I was reading in one of the posts something about
UniObjects for .Net not being done yet, could this not be your problem.

PS: I stand to be corrected on this one.

Bjorn 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kate Stanton
Sent: 10 May 2004 12:18
To: Oliver U2
Subject: [U2] UV objects dying

We are interested to know if anyone else gets this problem, and if any
solution has been found.

It occurs apparently at random when executing from UVObjects, returning an
error 39207 (undocumented).  The next attempt at executing (which is just
about all we do from UVObjects) returns error 30114: An execute is
currently active.  The only course is then to disconnect and start another
session.
Repeating exactly the same work does not result in the problem.

Prism were some help, telling us that:

Error 39207 Failed to read from the slave correctly indicates that the
slave
(uvapi_slave) has crashed.  Reasons that the slave may have crashed include:

1. A UniVerse Basic subroutine failed.  This may be a code path that is not
often taken therefore it is intermittent.  A variable may not be
initialised, etc...
2. An exec of a Command Object failed. (e.g. CommandObj.exec ).
3. A broken file.

It is not caused by any of these problems.  If so, repeating the same job
would cause the problem.

We are on UniVerse server 10.0.17, client 10e  running on various Windows
platforms (including Windows 2003 and XP).  Upgrade from UV10.0.15 to
10.0.17 made no difference.

The machines it occurs on most frequently are:

Windows 2003 Server, running the DotNet 1.1 Framework and Visual Studio 2003
Windows XP, running the DotNet 1.1 Framework and Visual Studio 2003


There is the suggestion that it occurs more if there are multiple sessions
running, but this may be because the chance of hitting it is higher.

Hoping someone can help!

Cheers,  Kate

Kate Stanton
Walstan Systems Ltd
4 Kelmarna Ave, Herne Bay, Auckland, New Zealand ph +64 9 360 5310  fax +64
9 376 0750 ah +64 9 378 9594 [EMAIL PROTECTED]
---
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