cancel
Showing results for 
Search instead for 
Did you mean: 

Looking for Log Files

Former Member
0 Kudos

Hello experts,

I am trying to us the update Service of a Business Object in my VC Model. I mapped all Parameter but the Application is not able to execute the Web Service. Also if i try to test it with right click etc. i am not able to run it. All other CRUD operations working fine. I have just problems with my update operation.

Also the Service Browser is not able to update a entry. After running the find all operation I try to modify an entry but it always appears the messeage that an mandatory attribute is missing. But tha is not possible.

For example:

I have a fiel called Manufacturer. After changing the value from "ABC" to "ABCD" the CAF says that the mandatroy field "Manufacturer" is missing.

But i already wrote ABCD in the cell.

?????

Is ther any Log File which explain me what is going wrong in the background?

Regards Marco

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Marco,

Log files can be located at :

<drive>:\usr\sap\<instance>\J00\j2ee\cluster\server0\log

applications_00.X.log ( where x =1 to 4)

You can see the logs updated at runtime, so if you test the web service form VC design time by right click that would not help to locate problem. Test your service with runtime, then search in the log for that name of web service you see the input parameter filled and also the output...

Good Luck and let me know if you need more help.

Regards,

Dharmi

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Check the below blog for finding your logfiles and traces using Nwa.

Govindu