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

output differ from development client and quality client

Former Member
0 Likes
841

Hi All,

I am facing one problem .while i am executing one report in development client the entire list output is coming properly,But i moved the program to quality by creating a request and i transported it to quality.

when i executed the program the entire list is not coming properly.

Please help me to resolve this problem.

With Regards,

R.P.Sastry

6 REPLIES 6
Read only

Former Member
0 Likes
806

Please check the data with which you are testing in the quality

client

Regards,

siva.

Read only

Former Member
0 Likes
806

Hey,

The reasons I can think of are:

Customizing mismatch between DEV and QAS and

Data not available in QAS.

Please check with the functional consultant.

Cheers

Kiran

Read only

Former Member
0 Likes
806

1st ensure that All part of ur program has been transported including INCLUDE programs in main program.

If you r not satisfied with ur result in Quality ,select one record and check it in debug mode...

It must be some conditions which is not matching with DEV and QUA.

Read only

Former Member
0 Likes
806

Hi,

this problem is due to only lack in data i.e different data in both the clients dev and quality client.

Regards

Venkat

Read only

Former Member
0 Likes
806

hi

good

if the report output is coming fine in the development than it should come find in the quality too, if some of your output field are not coming properly than i would suggest you to check the below points

1-Check the length of the report in both development and quality.

2-Check the length of the data field that you are trying to display in the quality server,

3-Debug the report in quality and check wheather you have missed something in development and that is reflecting in quality .

thanks

mrutyun^

Read only

Former Member
0 Likes
806

well Dev and test system have the same DDIC objects.

And if transported as well same reports and such.

BUT you will have completeley other DATA in yout database tables. That is the reason why your liost looks not similar to the list in DEV.