Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Runtime error in production server

Former Member
0 Likes
822

Hi experts,

I have designed one report.In that report 3 includes are there.

I excuted this report in quality server it is working fine.

When this report is executing in production server it is giving error

"INCLUDE YP_AAAA NOT FOUND".

Why it is coming like this ?please help me.

regards

kavi

8 REPLIES 8
Read only

Former Member
0 Likes
790

Hi kavi,

May be the INCLUDE YP_AAAA is not available in production server, means the INCLUDE YP_AAAA was not included in the TR (transport request). so this object is not moved to the production server. Now you save this include in one TR and move the TR to production server again.

Regards

DKS

Read only

Former Member
0 Likes
790

This means that objects YP_AAAA is not transported from Quality to Production.

Please check the transports and the object list of the TR.

You have to transport YP_AAAA from Quality to Production again.

Read only

Former Member
0 Likes
790

Hi

This means that the include is not there in production server,.

Import the request into prod . server

Rajendra

Read only

Former Member
0 Likes
790

Hi,

i created new request for includes also.

still it is not working.

please help me

Read only

0 Likes
790

Have you got any error during the transportation of transport request to production server?

If got any error then the object is not transported successfully.

Regards

DKS

Read only

karthik_vardhan
Associate
Associate
0 Likes
790

Check the Include YP_AAAA In PRD Server If it is there Check Sequence If Incledes .

I that include is not In Prd goto SE80 & Create request for this Include in Quality or Dev.

Transport Request From corresponding Server to PRD .

Read only

Subhankar
Active Contributor
0 Likes
790

Hi,

It may be transport issue. Check if the transport was moved successfully or not. There may be another issue...like object were not generated successfully. Check if this include exist or not. If exist then generate the same and main report program then it will work fine.

Thanks

Subhankar

Read only

Former Member
0 Likes
790

Thanks to all

It is working now

I created new request for includes and moved it to production.