Export File using web Client
search cancel

Export File using web Client

book

Article ID: 130378

calendar_today

Updated On:

Products

Vantage Storage Resource Manager

Issue/Introduction

I try to export a file to Excel or CSV when using the Web Client but cannot find the file anywhere. We can’t find where the CSV goes. 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 go? The CSV and flat file export seem to have been mixed together as one within the documentation. 14.05 webclient. 

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.

Environment

Release: SMV3EN00200-14.0-Graphical Management Interface
Component:

Resolution

Ensure that the following JVM configuration parameter is set to TRUE in your starting task procedure for the Web Client, initially delivered as VANWEBUI member in the CCTUSAMP library : 
IJO="$IJO -Djava.awt.headless=true" 

Here's the block in the JCL: 
# JVM CONFIGURATION PARAMETERS 
IJO="$IJO -Djava.awt.headless=false" <<<--- check this parm. 
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