UBE error on the Server

raiym

Active Member
Hello friends,

Been a long time watcher on this list but a
virgin as far as posting is concerned. so hope you
people understand my problem.

I have a custom requirement for which I copied
the R43500 UBE, renamed it as R5543501 and then
applied the changes. The changes worked fine and was
deployed to PROD. Now it doesn't seem to be running on
the server. Every time it's submitted it comes up with
a status of 'E' (Error) on the Work with submitted
jobs. It runs fine locally. I have run out of ideas on
how to go about finding the problem. Apparently we
have another job which is behaving likewise and it
again is a copy of the another jde report, R42565.
We are currently on B7332 on an AS/400 Server.
Would really appreciate if I could get in some input
as to debugging a job in the server..

Thanks
Yathindra

__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
 
You need to create and deploy a server package for the new object.
 
This is going to sound like an obvious question, but did you deploy the UBE
and Versions to the Enterprise Server?
 
Yes. I did. Actually got the Processing options copied
and deployed over as well.


--- Carl Fisher <[email protected]> wrote:
> This is going to sound like an obvious question, but
> did you deploy the UBE
> and Versions to the Enterprise Server?
>
>
>
>
> --------------------------
> To view this thread, visit the JDEList forum at:
>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=OWDEV&Number=1548
>
>
*************************************************************
> This is the JDEList One World / XE Developers
> Mailing List.
> Archives and information on how to SUBSCRIBE, and
> UNSUBSCRIBE can be found at http://www.JDELIST.com
>
*************************************************************
>


__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
 
yathindra,
to debug a job on the server go to the Advanced tab when submitting the job and turn on Logging and Tracing. then when job completes look at submitted jobs and select View Logs. this should get you the information you need to start fixing the problem.
dave

NT 4.0 SP5, SQL 7.0, One World B7321 SP12.4
 
Thanks for the info!!. That did help but am still
having problems with identifying the problem. Shows an
error as follows " Could not retrieve Report template
Specifications".

--- got_to_love_jde <[email protected]> wrote:
> yathindra,
> to debug a job on the server go to the Advanced
> tab when submitting the job and turn on Logging and
> Tracing. then when job completes look at submitted
> jobs and select View Logs. this should get you the
> information you need to start fixing the problem.
> dave
>
> NT 4.0 SP5, SQL 7.0, One World B7321 SP12.4
> --------------------------
> Visit the forum to view this thread at:
>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=OWDEV&Number=1560
>
>
*************************************************************
> This is the JDEList One World / XE Developers
> Mailing List.
> Archives and information on how to SUBSCRIBE, and
> UNSUBSCRIBE can be found at http://www.JDELIST.com
>
*************************************************************
>


__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
 
Re: RE: UBE error on the Server

Yathindra,

we've had problems when the printer that was assigned to the job couldn't handle the paper size. What kind of change did you do?

Frank
 
then almost surely you will have to do another server package to update the enterprise server. i have always used two server packages to install new UBEs on the enterprise server. in the first one i enter the template itself. after that completes, i send all of the versions.
i am not sure if this is necessary but it has always worked for me.
on the other hand if the report already exists on the enterprise server then i usually include any versions along with the template in one server package.
good luck,
dave


NT 4.0 SP5, SQL 7.0, One World B7321 SP12.4
 
Hi,

Please try the following :

1. Open your report design
2. Go to the advanced tab of the driver section
3. Check the 'Sub System' box.
4. Click generate button there in the same tab.
5. Make sure you get the msg " 'R5543500.h' created in directory".

Open the R5543500.h and make sure you got the report interconnect data
structure there.

Now check in your object.
Ask your CNC guy to build a FULL SERVER PACKAGE and deploy to the server.

BOTTOM LINE:

Custom Reports with report interconnect data sturcture have to be generated
to get the .h file and a full package have to be built and deployed to the
server to make it work on server.

I am positive this will solve your problem.

Krishna


----Original Message Follows----
From: raiym <[email protected]>
Reply-To: [email protected]
To: [email protected]
Subject: UBE error on the Server ~~0:1542
Date: Tue, 21 Nov 2000 16:00:45 -0800 (PST)

Hello friends,

Been a long time watcher on this list but a
virgin as far as posting is concerned. so hope you
people understand my problem.

I have a custom requirement for which I copied
the R43500 UBE, renamed it as R5543501 and then
applied the changes. The changes worked fine and was
deployed to PROD. Now it doesn't seem to be running on
the server. Every time it's submitted it comes up with
a status of 'E' (Error) on the Work with submitted
jobs. It runs fine locally. I have run out of ideas on
how to go about finding the problem. Apparently we
have another job which is behaving likewise and it
again is a copy of the another jde report, R42565.
We are currently on B7332 on an AS/400 Server.
Would really appreciate if I could get in some input
as to debugging a job in the server..

Thanks
Yathindra

__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/




--------------------------
To view this thread, visit the JDEList forum at:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=OWDEV&Number=1542
*************************************************************
This is the JDEList One World / XE Developers Mailing List.
Archives and information on how to SUBSCRIBE, and
UNSUBSCRIBE can be found at http://www.JDELIST.com
*************************************************************


_____________________________________________________________________________________
Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com
 
If your R5543501 UBE is being called from another UBE
or Bsfn make sure your version specs are on the server
as well. To do this submit your R5543501 UBE directly
to the SERVER (instead of via the other UBE or
Bsfn)using the "submit version specs only" option from
the Advanced from exit. Then try running your UBE as
normal.

Its just a thought...hope it helps.
 
Krishna,

Thanks for the help. Actually I never gave a thought
about the report having a report interconnect data
structure. Just deleted the data structure and the
references to it and the report worked like a dream.
I just had one question about the procedure. If I
do keep the report interconnect data structure and
generate the header file, why exactly would I need a
full server package and not an update package?

Regards
Yathindra

> Hi,
>
> Please try the following :
>
> 1. Open your report design
> 2. Go to the advanced tab of the driver section
> 3. Check the 'Sub System' box.
> 4. Click generate button there in the same tab.
> 5. Make sure you get the msg " 'R5543500.h' created
> in
> directory".
>
> Open the R5543500.h and make sure you got the report
>
> interconnect data
> structure there.
>
> Now check in your object.
> Ask your CNC guy to build a FULL SERVER PACKAGE and
> deploy to the server.
>
> BOTTOM LINE:
>
> Custom Reports with report interconnect data
> sturcture
> have to be generated
> to get the .h file and a full package have to be
> built
> and deployed to the
> server to make it work on server.
>
> I am positive this will solve your problem.
>
> Krishna
>
>
> ----Original Message Follows----
> From: raiym <[email protected]>
> Reply-To: [email protected]
> To: [email protected]
> Subject: UBE error on the Server ~~0:1542
> Date: Tue, 21 Nov 2000 16:00:45 -0800 (PST)
>
> Hello friends,
>
> Been a long time watcher on this list but a
> virgin as far as posting is concerned. so hope you
> people understand my problem.
>
> I have a custom requirement for which I copied
> the R43500 UBE, renamed it as R5543501 and then
> applied the changes. The changes worked fine and was
> deployed to PROD. Now it doesn't seem to be running
> on
> the server. Every time it's submitted it comes up
> with
> a status of 'E' (Error) on the Work with submitted
> jobs. It runs fine locally. I have run out of ideas
> on
> how to go about finding the problem. Apparently we
> have another job which is behaving likewise and it
> again is a copy of the another jde report, R42565.
> We are currently on B7332 on an AS/400 Server.
> Would really appreciate if I could get in some input
> as to debugging a job in the server..
>
> Thanks
> Yathindra
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Shopping - Thousands of Stores. Millions of
> Products.
> http://shopping.yahoo.com/
>
>
>
>
> --------------------------
> To view this thread, visit the JDEList forum at:
>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Ca
> t=0&Board=OWDEV&Number=1542
>
********************************************************
> *****
> This is the JDEList One World / XE Developers
> Mailing
> List.
> Archives and information on how to SUBSCRIBE, and
> UNSUBSCRIBE can be found at http://www.JDELIST.com
>
********************************************************
> *****
>
>
>
________________________________________________________
> _____________________________
> Get more from the Web. FREE MSN Explorer download :
>
> http://explorer.msn.com
>
>
>
>
> --------------------------
> To view this thread, visit the JDEList forum at:
>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Ca
> t=0&Board=OWDEV&Number=1578
>
>
> ----- End forwarded message -----
>
*************************************************************
> This is the JDEList One World / XE Developers
> Mailing List.
> Archives and information on how to SUBSCRIBE, and
> UNSUBSCRIBE can be found at http://www.JDELIST.com
>
*************************************************************
>


__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
 
If I am right then update package possibilite exists only for workstation.
Zoltán

B7332 SP11, ESU 4116422, Intel NT4, SQL 7 SP1
(working with B7321, B7331, XE too)
 
Hi Guy,

I think you need to build to package and deploy it to your interprise server, I do it all the time, no problem.
 
Back
Top