Re: [U2] UniObjects.Net error message

2011-06-01 Thread Hona, David
Is this a new program/process? Do it is just stop working?

Does it rely upon label common variables, file hands/variables, etc which 
perhaps aren't defined when calling it via your call?


-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ken Ford
Sent: Wednesday, 1 June 2011 8:50 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] UniObjects.Net error message

I wonder if anyone can assist with this problem:
We are using UniObjects.Net with Universe 10.3 on under AIX 5.3.
A web request is returning an error about a subroutine failing to complete:

[IBM U2][UODOTNET - UNICLIENT][ErrorCode=30107] The subroutine failed to 
complete successfully 

It works successfully with other web requests, and the format of the request is 
correct.
The apiserver log file reveals that the request was received, but has this line 
after the request details:

ICSubCall UVSETJMP returncode=30107.

When I run the request using a Universe request emulation program that calls 
the same subroutine, it works correctly and the output is correctly formatted.

Thanks for any help or suggestions you may have.

Ken Ford
Software Engineer (Universe, etc.)

** IMPORTANT MESSAGE *   
This e-mail message is intended only for the addressee(s) and contains 
information which may be
confidential. 
If you are not the intended recipient please advise the sender by return email, 
do not use or
disclose the contents, and delete the message and any attachments from your 
system. Unless
specifically indicated, this email does not constitute formal advice or 
commitment by the sender
or the Commonwealth Bank of Australia (ABN 48 123 123 124) or its subsidiaries. 
We can be contacted through our web site: commbank.com.au. 
If you no longer wish to receive commercial electronic messages from us, please 
reply to this
e-mail by typing Unsubscribe in the subject line. 
**



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Pondering recent thread on compact framework

2011-06-01 Thread Symeon Breen
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan McGrath
snip
That is, unless you have the holy grail of users that are able to
perfectly articulate the solution that works for them each and every
time.
/snip


Ahh - never met those people yet ;)






___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UniObjects.Net error message

2011-06-01 Thread Holt, Jake
Is the subroutine actually running successfully and you are just getting
an error message or is it failing?  I have had this message show up
occasionally on subroutines that worked when I used END instead of
RETURN at the end of the subroutine.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Hona, David
Sent: Wednesday, June 01, 2011 1:39 AM
To: 'U2 Users List'
Subject: Re: [U2] UniObjects.Net error message

Is this a new program/process? Do it is just stop working?

Does it rely upon label common variables, file hands/variables, etc
which perhaps aren't defined when calling it via your call?


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ken Ford
Sent: Wednesday, 1 June 2011 8:50 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] UniObjects.Net error message

I wonder if anyone can assist with this problem:
We are using UniObjects.Net with Universe 10.3 on under AIX 5.3.
A web request is returning an error about a subroutine failing to
complete:

[IBM U2][UODOTNET - UNICLIENT][ErrorCode=30107] The subroutine failed to
complete successfully 

It works successfully with other web requests, and the format of the
request is correct.
The apiserver log file reveals that the request was received, but has
this line after the request details:

ICSubCall UVSETJMP returncode=30107.

When I run the request using a Universe request emulation program that
calls the same subroutine, it works correctly and the output is
correctly formatted.

Thanks for any help or suggestions you may have.

Ken Ford
Software Engineer (Universe, etc.)

** IMPORTANT MESSAGE *   
This e-mail message is intended only for the addressee(s) and contains
information which may be confidential. 
If you are not the intended recipient please advise the sender by return
email, do not use or disclose the contents, and delete the message and
any attachments from your system. Unless specifically indicated, this
email does not constitute formal advice or commitment by the sender or
the Commonwealth Bank of Australia (ABN 48 123 123 124) or its
subsidiaries. 
We can be contacted through our web site: commbank.com.au. 
If you no longer wish to receive commercial electronic messages from us,
please reply to this e-mail by typing Unsubscribe in the subject line. 
**



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] RPC timeouts

2011-06-01 Thread Chris Austin

We recently switched to a new server and I've been having some weird RPC 
failures. Every night we run a nightly
cycle that processes our batches and transactions. During the monthly cycles 
(which take a little longer), we have 
a process at the very end that will connect to our java data pool and then kick 
off a process but it has to read a UniVerse
file first (config table). This POST backup never finishes on the new server so 
I started to investigate. The error we get in our log is below:

doPostBatch()

LIVE: 81009 Error opening table LFCONFIG

The RPC failed  NOT opened ok @ Wed Jun 01 02:11:04 GMT-06:00 2011

DataPool.clear()

Disconnect PickVolume

* run(): Error opening table LFCONFIG

The RPC failed

I noticed the following directory contains timeouts and I compared the 2 files 
(old server vs new) and saw the differences of the timeouts
was 864,000 (old server) and only 3,600 (new server).

$home\IBM\unishared\unirpc\unirpcservices

My question is what do most of you guys set this timeout to? 

And is there any specific formula to it? I would assume the timeout is in 
seconds. I didn't see anywhere in UniAdmin to adjust this, I assume you guys 
are doing it through an editor?

Also, is this the timeout from the uniRPC-shell? 

Thanks. 




  
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] UV SaaS

2011-06-01 Thread Michael Pflugfelder
Does anyone out there have any experience with offering their software as a 
service when the software is written on U2, specifically Universe?

I'm looking for information on things like licensing, hosting, security, etc...

Thanks,
-Mike

==
C. Michael PflugfelderPhone:  800-417-2839 
x 4151
System Administrator Fax:
610-828-8632

 E mail:   mpflugfel...@ratex.commailto:lcas...@ratex.com
RATEX Business Solutions, Inc.   Web:   
http://www.ratex.comhttp://www.ratex.com/
2250 Hickory Road, Suite 10
Plymouth Meeting, PA 19462-1047

PRIVACY STATEMENT:
The information contained in this electronic mail transmission (including all 
attachments) is intended only for the use of the individual or entity named in 
this transmission. If you are not the intended recipient of this transmission, 
you are hereby notified that any disclosure, copying or distribution of the 
contents of this transmission is strictly prohibited and that you should delete 
the contents of this transmission from your system immediately. Any comments or 
statements contained in this transmission do not necessarily reflect the views 
or position of RATEX Business Solutions, Inc. or its subsidiaries and/or 
affiliates.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] Quickbooks to Dashboard

2011-06-01 Thread Tom Dodds
I know some of you have worked with interfacing Quickbooks into various U2 
products, but I was wondering if anyone has generated a Dashboard from the data 
garnered from Quickbooks.
I have a suspect that has a lot of data in Job costing within Quickbooks and is 
looking to generate a dashboard to get a better handle of the changes in their 
business.  Has anyone seen anything like this.

Thanks

Tom Dodds




___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UV SaaS

2011-06-01 Thread Symeon Breen
Yes

One of my companies is www.adprecision.net - we offer as a service ad
campaign management, ad serving and directory pages. Powered by asp.net with
unidata in the backend. The DB licence belongs to adrecision. The customers
can access admin screens via designbase. We host in a uk hosting provider.
The customers (both publishers and advertisers) know it only as a service
and do not know about the unidata or the .net for that matter.



-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Michael
Pflugfelder
Sent: 01 June 2011 16:54
To: u2ug Mailing List (u2-users@listserver.u2ug.org)
Subject: [U2] UV SaaS

Does anyone out there have any experience with offering their software as a
service when the software is written on U2, specifically Universe?

I'm looking for information on things like licensing, hosting, security,
etc...

Thanks,
-Mike

==
C. Michael PflugfelderPhone:
800-417-2839 x 4151
System Administrator Fax:
610-828-8632
 
E mail:   mpflugfel...@ratex.commailto:lcas...@ratex.com
RATEX Business Solutions, Inc.   Web:
http://www.ratex.comhttp://www.ratex.com/
2250 Hickory Road, Suite 10
Plymouth Meeting, PA 19462-1047

PRIVACY STATEMENT:
The information contained in this electronic mail transmission (including
all attachments) is intended only for the use of the individual or entity
named in this transmission. If you are not the intended recipient of this
transmission, you are hereby notified that any disclosure, copying or
distribution of the contents of this transmission is strictly prohibited and
that you should delete the contents of this transmission from your system
immediately. Any comments or statements contained in this transmission do
not necessarily reflect the views or position of RATEX Business Solutions,
Inc. or its subsidiaries and/or affiliates.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1375 / Virus Database: 1511/3673 - Release Date: 06/01/11

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Pondering recent thread on compact framework

2011-06-01 Thread Tony Gravagno
 From: Dan McGrath
 Don't just find out 'what' the users want to achieve, 
 understand 'why' as well.

Quite right, Dan.  My poorly edited text intended to convey that
developers shouldn't continue to question why they should do
something with alternative user interfaces.  It should be evident
that after over a decade of GUI and now voice/mobile that
learning how to do these things should be a given.  I was talking
about technology in general, not specific tasks.

I'll note that when people ask questions here like how do I
connect to Universe with ODBC, my response here is frequently
why ODBC? and what are you ultimately trying to achieve?
Such responses are often met with hostility, though as you say,
it's important to understand why so that we can provide better
solutions.  A guy just can't win in these forums... LOL

It would be interesting to get some feedback from others here who
has actually engaged in discussions about mobile interfaces to
their U2 apps.

T

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users