Is a request/build log available?
Hints
How to retrieve the build log of a DC?
1. Open the CBS WebUI
2. Select the "Buildspaces" pane
3. In the table of buildspaces click the link for the buildspace that contains the DC
4. Select the compartment that contains the DC
5. In the "Development Components" table click the link for the DC you want to examine
6. In the view "Development Component Details" select the tab "Build Status"
7. The Request and Build Logs can be retrieved by clicking on the links in the corresponding table rows
Alternatively
1. Open the CBS WebUI
2. Select the "Development Components" pane
3. Enter the name/vendor and buildspace of the DC to check and press the "Search" button
4. In the "Search Result" table click the link for the DC you want to examine
5. In the view "Development Component Details" select the tab "Build Status"
6. The Request and Build Logs can be retrieved by clicking on the links in the corresponding table rows
How to get logs from CBS Web UI
SAP Note 1305991 explains in detail how to download a build log archive.
Logs and log archives can be downloaded by invoking the following URLs:
- Request log:
- http://<cbsserver>:<port>/tc.CBS.Appl/servlet/archiveapi?METHOD=GET_REQUESTLOG&BUILDSPACE=<buildspacename>&REQUEST=<requestnumber>
- http://<cbsserver>:<port>/tc.CBS.Appl/servlet/archiveapi?METHOD=GET_REQUESTLOG&BUILDSPACE=<buildspacename>&BUILDNUMBER=<buildnumber>
- Build log:
- http://<cbsserver>:<port>/tc.CBS.Appl/servlet/archiveapi?METHOD=GET_BUILDLOG&BUILDSPACE=<buildspacename>&REQUEST=<requestnumber>&COMPARTMENT=<compartmentname>
&DC_VENDOR=<dcvendor>&DC_NAME=<dcname>&VARIANT=<buildvariant> - http://<cbsserver>:<port>/tc.CBS.Appl/servlet/archiveapi?METHOD=GET_BUILDLOG&BUILDSPACE=<buildspacename>&BUILDNUMBER=<buildnumber>&COMPARTMENT=<compartmentname>&
DC_VENDOR=<dcvendor>&DC_NAME=<dcname>&VARIANT=<buildvariant>
- http://<cbsserver>:<port>/tc.CBS.Appl/servlet/archiveapi?METHOD=GET_BUILDLOG&BUILDSPACE=<buildspacename>&REQUEST=<requestnumber>&COMPARTMENT=<compartmentname>
- Build trace:
- http://<cbsserver>:<port>/tc.CBS.Appl/servlet/archiveapi?METHOD=GET_CBSBUILDLOG&BUILDSPACE=<buildspacename>&REQUEST=<requestnumber>&COMPARTMENT=<compartmentname>&
DC_VENDOR=<dcvendor>&DC_NAME=<dcname>&VARIANT=<buildvariant> - http://<cbsserver>:<port>/tc.CBS.Appl/servlet/archiveapi?METHOD=GET_CBSBUILDLOG&BUILDSPACE=<buildspacename>&BUILDNUMBER=<buildnumber>&COMPARTMENT=<compartmentname>&
DC_VENDOR=<dcvendor>&DC_NAME=<dcname>&VARIANT=<buildvariant>
- http://<cbsserver>:<port>/tc.CBS.Appl/servlet/archiveapi?METHOD=GET_CBSBUILDLOG&BUILDSPACE=<buildspacename>&REQUEST=<requestnumber>&COMPARTMENT=<compartmentname>&
- Build log archive:
- http://<cbsserver>:<port>/tc.CBS.Appl/servlet/archiveapi?METHOD=GET_BUILDLOGARCHIVE&BUILDSPACE=<buildspacename>&REQUEST=<requestnumber>&COMPARTMENT=<compartmentname>&
DC_VENDOR=<dcvendor>&DC_NAME=<dcname>&VARIANT=<buildvariant> - http://<cbsserver>:<port>/tc.CBS.Appl/servlet/archiveapi?METHOD=GET_BUILDLOGARCHIVE&BUILDSPACE=<buildspacename>&BUILDNUMBER=<buildnumber>&COMPARTMENT=<compartmentname>&
DC_VENDOR=<dcvendor>&DC_NAME=<dcname>&VARIANT=<buildvariant>
- http://<cbsserver>:<port>/tc.CBS.Appl/servlet/archiveapi?METHOD=GET_BUILDLOGARCHIVE&BUILDSPACE=<buildspacename>&REQUEST=<requestnumber>&COMPARTMENT=<compartmentname>&