I tried to export a file to Excel or CSV when using the Web Client, but cannot find the file anywhere. We looked for the capture and checkpoint datasets, but it can’t be found. CAPPFX and CAPPOOL were also reviewed, but we weren’t able to find any further information. Where does the CSV file go?
MESSAGE: Excel cannot open the file because the file format or file extension is not valid. Verify that the file has not been corrupted and that the file extension matches the format of the file.
Vantage
Ensure that the following JVM configuration parameter is set to TRUE in your started task procedure for the Web Client, initially delivered as the VANWEBUI member in the CCTUSAMP library :
IJO="$IJO -Djava.awt.headless=true"
*
# JVM CONFIGURATION PARAMETERS
IJO="$IJO -Djava.awt.headless=false" <<<--- check this parameter
export IBM_JAVA_OPTIONS="$IJO"
export JAVA_DUMP_HEAP=false
export JAVA_PROPAGATE=NO
export IBM_JAVA_ZOS_TDUMP=NO
# DISABLE ABILITY FOR OTHER JVMS USE MEMORY OF WEBUI
export _BPX_SHAREAS=NO
*