cancel
Showing results for 
Search instead for 
Did you mean: 

cProjects Status report not visible

nirajsikligar
Active Contributor
0 Kudos

Hi

I am trying to disply the project status report but unable to do so.

When I click on Preview butttonto display status report, new screen opens with Save, Save and Send and cancel button but could not see report there.

Is there anything missing with JAVA applate setting?

Working on ECC6 server.

Thanks and Regards,

Niraj Sikligar

Accepted Solutions (1)

Accepted Solutions (1)

former_member189058
Active Contributor
0 Kudos

Hi Niraj,

Run the following reports in Transaction SE38

1. FP_PDF_TEST_00

specify connection as ADS

This should return certain version information. If this is succesfull go for the next one.

2. FP_TEST_IA_01

Keep everything on the selection screen as it is and execute.

Note: If you get an error that says: "Cannot find PDL type for output device LOCL",

Open the report in SE38 in display mode.

Navigate to the source code:



* Set output parameters and open spool job
fp_outputparams-preview  = 'X'.    " do not launch print preview
fp_outputparams-nodialog = 'X'.      " suppress print dialog
fp_outputparams-connection = p_conn.

Place a session break-point on

 fp_outputparams-connection = p_conn. 

and then execute the report (F8).

When it stops at the break-point, double click on fp_outputparams-nodialog and remove the X on it.

(you may take help from a technical guy here)

Continue by pressing F8.

A print pop-up will appear, change output device from LOCL to PDF1 and continue (F8).

Check wether a form is displyed or not.

Regards,

Reema.

nirajsikligar
Active Contributor
0 Kudos

Hi Reema,

Thanks for your reply.

As mentioned by you,

I ran the report,

FP_PDF_TEST_00 , with specifying the connection as ADS, I got following error message:

Test Program: Version Information (for Analysis Only)

***************************************************

      • SYSTEM ERROR

***************************************************

ERROR CODE : 100,101

ERROR MESSAGE : SOAP Runtime Exception: CSoapExceptionTransport : HTTP send returned with status code

SOAP Framework error: SOAP Runtime Exception: CSoapExceptionTransport : HTTP send returned with status code(100,101).

No version information available

How should I remove this error?

Should I go ahead for another report or wait for this error to solve?

Waiting for your reply.

Thanks and Regards,

Niraj Sikligar

nirajsikligar
Active Contributor
0 Kudos

Hi Reema,

I tried to test the ADS connection in SM59,

it gave to following Test result :

Destination ADS

Ty. HTTP Connection to External Server

On test result tab page :

Status HTTP Response 503

Status Text Not Ready

Duration Test Call 99 ms

On the Responce Body tab:

503 Service Unavailable

7.00

Dispatcher running but no server connected!

Details: No details available

Does this mean that ADS is not installed or not activated? if so, please guide me how to do so.

Thanks and Regards,

Niraj Sikligar

former_member189058
Active Contributor
0 Kudos

Hi Niraj,

Pl ask your basis team to check if ADS and Java Server areup and running.

Regards,

Reema.

nirajsikligar
Active Contributor
0 Kudos

hi Reema,

Talked to my basis team he has confirmed that ADS and JAVA server are up and running.

Today again I checked both the report,

first report is giving version output.

When run second report,

Error of Output as mentioned by you found...

Then we did same thing mentioned by you.

We got error of PDF1 device not available, we installed it but still report is not displayed on the cProjects front end.

Any other settings missing for displaying it on front end?

Regards,

Niraj Sikligar

former_member189058
Active Contributor
0 Kudos

Niraj,

Were you able to execute the 2nd report and see the PDF after adding the device PDF1?

Reema.

nirajsikligar
Active Contributor
0 Kudos

Hi Reema,

I was able to execute the second report but could not see the report in print preview in PDF.

What is that I am missing?

Thanks and Regards,

Niraj

nirajsikligar
Active Contributor
0 Kudos

Hi Reema,

We ran the second report after adding PDF1, following was the output of the report:

Generate Interactive PDF

ADS: Request start time: Thu Sep 25 06:14:20 EDT 2008(200,101).

But still I am unable to see Status report in cProjects front end screen.

I am trying this scenario on edison server.

Regards,

Niraj

Answers (0)