view the build output using the ISPF-client
When I try to view the build output using the ISPF-client, I get an error telling me that there is an "Error loading the log file". In the "/var/jazz406/logs/ISPF_log0.log.0" - file I see more details: BROWSE /SYSTEM/var/jazz406/logs/ISPF_log0.log.0 Line 00000183 Col 001 080
Why is this happening? When using the eclipse-client, the logfiles can be opened correctly. It looks like the output is being written to the user's home directory on USS. However, there is no home directory configured. Is it possible to change the location where the .LogfEdit - directory is created? |
2 answers
Hi Bernd, The .logfEdit directory is created under the tso USERID USS home directory, and as I saidd in my first comment, ISPF client is coded to cover the case where no USS home directory is configured for the userid. In this case there is a ISPF error message returned on the View Build Logs panel, withe this message : "No HOME specified" - "Your userid does not have a USS Home directory specified in your OMVS segment in your security product. Some functions of RTC will not work without one." So if this ISPF error message is not display when you're trying to View the build log files, and else the load operation seems to be performed and failed, it should be interresting to have the ISPF client trace file corresponding to your Build work. You can obtain this trace starting ISPF Client with the following command : ex '<your HLQ>.sblzexec(blz)' '<your HLQ> enu tracei(blzbuild)' After navigating thru your Build scenario to reproduce the View build logs issue, disconnect from ISPF client, and the corresponding ISPF Client trace file will be available in the data set : USERID.RTC.TRACE Can you send me this trace file. Thanks. |
Hello Bernd,
There are some RTC operations performed using ISPF client, that requests USS Home directory specified in the ISPF userid OMVS segment of the security product, and The View Build Logs is one of these (also some View remote or Compare on change sets are concerned). Concerning the Build View Log, if the ISPF userid have no USS Home directory specified, you should have an error as follow : If the View Log failed for another reason, during the load of the Log file on USS, it should be a system space problem. Comments
Bernd van Oostrum
commented Dec 17 '14, 9:00 a.m.
Hi @xhouis,
Bernd van Oostrum
commented Jan 07 '15, 9:58 a.m.
Does anybody have an idea? |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.