[U2] UniObjects Error 39207

2009-08-31 Thread Holt, Jake
I am hoping that one of you more experienced UniObjects users can help
me with this error I cannot seem to correct:

 

We're running UniVerse 10.0.18.

 

[IBM U2][UODOTNET - UNICLIENT][ErrorCode=39207] Error [39207] occurred
on server.  Possible server-side licensing failure.

 

I have other applications that use Uniobjects and this application has
dozens of other subroutines in it that work fine before and after this
one.

I have other subroutines that access the same data.

I can move this up so it's the first sub called and it still gives me
this error.

The UniSession is active when it's called.

There is only one arg and it's for returning the list (so it's not
something with an arg being set wrong)

The subroutine works perfectly if I run it in universe.

I rewrote the subroutine on the server under a different name
(desperation?).

It's not a licensing issue (other subs work fine).

 

Is there anything else that can cause this error?

 

In addition, is there a way to get Uniobjects to not ignore my calls to
close the session in my catch block?  This error always leaves an
opening connection.

 

Jake Holt

 

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


Re: [U2] UniObjects Error 39207

2009-08-31 Thread Doug
You might check your program.  We get this error when the program is not
cataloged or the object is not available. 

Doug
www.u2logic.com

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Holt, Jake
Sent: Monday, August 31, 2009 10:13 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] UniObjects Error 39207

I am hoping that one of you more experienced UniObjects users can help me
with this error I cannot seem to correct:

 

We're running UniVerse 10.0.18.

 

[IBM U2][UODOTNET - UNICLIENT][ErrorCode=39207] Error [39207] occurred on
server.  Possible server-side licensing failure.

 

I have other applications that use Uniobjects and this application has
dozens of other subroutines in it that work fine before and after this one.

I have other subroutines that access the same data.

I can move this up so it's the first sub called and it still gives me this
error.

The UniSession is active when it's called.

There is only one arg and it's for returning the list (so it's not something
with an arg being set wrong)

The subroutine works perfectly if I run it in universe.

I rewrote the subroutine on the server under a different name
(desperation?).

It's not a licensing issue (other subs work fine).

 

Is there anything else that can cause this error?

 

In addition, is there a way to get Uniobjects to not ignore my calls to
close the session in my catch block?  This error always leaves an opening
connection.

 

Jake Holt

 

___
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


Re: [U2] UniObjects Error 39207

2009-08-31 Thread Holt, Jake
It is compiled and cataloged.  It runs fine when called from a UniVerse
program.  I deleted the object code, recompiled and de/cataloged the
application just to make sure though.  Still gives me this error.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Doug
Sent: Monday, August 31, 2009 12:07 PM
To: 'U2 Users List'
Subject: Re: [U2] UniObjects Error 39207

You might check your program.  We get this error when the program is not
cataloged or the object is not available. 

Doug
www.u2logic.com

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Holt, Jake
Sent: Monday, August 31, 2009 10:13 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] UniObjects Error 39207

I am hoping that one of you more experienced UniObjects users can help
me
with this error I cannot seem to correct:

 

We're running UniVerse 10.0.18.

 

[IBM U2][UODOTNET - UNICLIENT][ErrorCode=39207] Error [39207] occurred
on
server.  Possible server-side licensing failure.

 

I have other applications that use Uniobjects and this application has
dozens of other subroutines in it that work fine before and after this
one.

I have other subroutines that access the same data.

I can move this up so it's the first sub called and it still gives me
this
error.

The UniSession is active when it's called.

There is only one arg and it's for returning the list (so it's not
something
with an arg being set wrong)

The subroutine works perfectly if I run it in universe.

I rewrote the subroutine on the server under a different name
(desperation?).

It's not a licensing issue (other subs work fine).

 

Is there anything else that can cause this error?

 

In addition, is there a way to get Uniobjects to not ignore my calls to
close the session in my catch block?  This error always leaves an
opening
connection.

 

Jake Holt

 

___
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-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UniObjects Error 39207

2009-08-31 Thread br...@brianleach.co.uk
Hi Jake

1. It is using named common or anything that would be normally set up on LOGIN?
2. Is there any message in your errlog file?
   (if you don't have an errlog, you can create it as a zero length file in the
uv directory and uniVerse will start to populate it with errors).
3. Is is doing any printing?

The error normally means that the back end application has died (cannot read
from slave). You can get that e.g. if accessing a resource you don't have
permission on, if trying to print with no printer defined, trying to access a
file variable that is not opened ...


Brian

On 31 August 2009 at 20:15 Holt, Jake jh...@samsill.com wrote:

 It is compiled and cataloged.  It runs fine when called from a UniVerse
 program.  I deleted the object code, recompiled and de/cataloged the
 application just to make sure though.  Still gives me this error.
 
 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Doug
 Sent: Monday, August 31, 2009 12:07 PM
 To: 'U2 Users List'
 Subject: Re: [U2] UniObjects Error 39207
 
 You might check your program.  We get this error when the program is not
 cataloged or the object is not available. 
 
 Doug
 www.u2logic.com
 
 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Holt, Jake
 Sent: Monday, August 31, 2009 10:13 AM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] UniObjects Error 39207
 
 I am hoping that one of you more experienced UniObjects users can help
 me
 with this error I cannot seem to correct:
 
  
 
 We're running UniVerse 10.0.18.
 
  
 
 [IBM U2][UODOTNET - UNICLIENT][ErrorCode=39207] Error [39207] occurred
 on
 server.  Possible server-side licensing failure.
 
  
 
 I have other applications that use Uniobjects and this application has
 dozens of other subroutines in it that work fine before and after this
 one.
 
 I have other subroutines that access the same data.
 
 I can move this up so it's the first sub called and it still gives me
 this
 error.
 
 The UniSession is active when it's called.
 
 There is only one arg and it's for returning the list (so it's not
 something
 with an arg being set wrong)
 
 The subroutine works perfectly if I run it in universe.
 
 I rewrote the subroutine on the server under a different name
 (desperation?).
 
 It's not a licensing issue (other subs work fine).
 
  
 
 Is there anything else that can cause this error?
 
  
 
 In addition, is there a way to get Uniobjects to not ignore my calls to
 close the session in my catch block?  This error always leaves an
 opening
 connection.
 
  
 
 Jake Holt
 
  
 
 ___
 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-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


Re: [U2] UniObjects Error 39207

2009-08-31 Thread Holt, Jake
Alright that cannot read from slave error message led me to the solution, 
thanks for the help everyone.  I'll admit the solution is probably a bit on the 
embarrassing side but I blame the UniVerse Debugger since it didn't seem to 
care (but should have apparently!).

USER.LIST =  at the beginning of the subroutine fixed it.  Not sure why it 
cares since its always set later on, but I removed it again and it throws the 
error again.

Thanks again,

Jake

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of 
br...@brianleach.co.uk
Sent: Monday, August 31, 2009 1:27 PM
To: U2 Users List
Subject: Re: [U2] UniObjects Error 39207

Hi Jake

1. It is using named common or anything that would be normally set up on LOGIN?
2. Is there any message in your errlog file?
   (if you don't have an errlog, you can create it as a zero length file in the
uv directory and uniVerse will start to populate it with errors).
3. Is is doing any printing?

The error normally means that the back end application has died (cannot read
from slave). You can get that e.g. if accessing a resource you don't have
permission on, if trying to print with no printer defined, trying to access a
file variable that is not opened ...


Brian

On 31 August 2009 at 20:15 Holt, Jake jh...@samsill.com wrote:

 It is compiled and cataloged.  It runs fine when called from a UniVerse
 program.  I deleted the object code, recompiled and de/cataloged the
 application just to make sure though.  Still gives me this error.
 
 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Doug
 Sent: Monday, August 31, 2009 12:07 PM
 To: 'U2 Users List'
 Subject: Re: [U2] UniObjects Error 39207
 
 You might check your program.  We get this error when the program is not
 cataloged or the object is not available. 
 
 Doug
 www.u2logic.com
 
 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Holt, Jake
 Sent: Monday, August 31, 2009 10:13 AM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] UniObjects Error 39207
 
 I am hoping that one of you more experienced UniObjects users can help
 me
 with this error I cannot seem to correct:
 
  
 
 We're running UniVerse 10.0.18.
 
  
 
 [IBM U2][UODOTNET - UNICLIENT][ErrorCode=39207] Error [39207] occurred
 on
 server.  Possible server-side licensing failure.
 
  
 
 I have other applications that use Uniobjects and this application has
 dozens of other subroutines in it that work fine before and after this
 one.
 
 I have other subroutines that access the same data.
 
 I can move this up so it's the first sub called and it still gives me
 this
 error.
 
 The UniSession is active when it's called.
 
 There is only one arg and it's for returning the list (so it's not
 something
 with an arg being set wrong)
 
 The subroutine works perfectly if I run it in universe.
 
 I rewrote the subroutine on the server under a different name
 (desperation?).
 
 It's not a licensing issue (other subs work fine).
 
  
 
 Is there anything else that can cause this error?
 
  
 
 In addition, is there a way to get Uniobjects to not ignore my calls to
 close the session in my catch block?  This error always leaves an
 opening
 connection.
 
  
 
 Jake Holt
 
  
 
 ___
 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-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-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users