IBM Support

How to change the default location of the generated Coma Separate Value files in Rational Logiscope 6.6.5

Question & Answer


Question

How do you change the default location of the generated Coma Separate Value (CSV) files in IBM Rational Logiscope 6.6.5 ?

Cause

By default, the generated CSV file gets saved within the Temp folder location which can get deleted un-noticed by your actions.

Default temp Location: C:/<Login ID>/<LoginName>/AppData/Local/Temp/

Answer

To change the CSV file generated path to the current project directory, you need to edit the CSV.tcl.

This file is located under <Logiscope Installation>\addins\export\Script\formats\.

Modify the line below mentioned line present within the CSV.tcl file.

BEFORE: set dir [misc::getTempDir]

AFTER: set dir [api::get_project_report_directory $prj]

[{"Product":{"code":"SSYQHS","label":"Rational Logiscope"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"General Information","Platform":[{"code":"PF033","label":"Windows"}],"Version":"6.6.5","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
16 June 2018

UID

swg21632602