How to Enable Debugging for Fast Data Masker (FDM)
book
Article ID: 9934
calendar_today
Updated On:
Products
CA Test Data Manager (Data Finder / Grid Tools)
Issue/Introduction
This document highlights the various approaches that can be used to obtain detailed debugging information from Fast Data Masker (FDM). This information is helpful while troubleshooting any issue faced with the product.
Environment
CA Test Data Manager TDM Fast Data Masker FDM 3.5 and above.
Resolution
Option 1:
- Pre-requisites: Please exit out of the FDM application before starting.
Go to the FDM directory folder. The default location for this is C:\Program Files\Grid-Tools\FastDataMasker
Open a command prompt from this window. One way to do this is to type in 'cmd' in front of the file path and hit 'Enter' on your keyboard.
Enter the command java -jar GTMAPPER.exe. This will launch FDM and record debugging information.
Select a database profile and click the 'Connect' button.
With the command prompt still open, recreate the issue you are experiencing.
You should see a stack trace appear in the command prompt. This means you successfully enabled debugging. If you do not know how to fix the issue after analyzing the stack trace, then please record this information, and send it to support. The following steps will tell you how to accomplish this.
At the top of the command prompt window, right-click, select 'Edit' from the list.
Click on the 'Mark' option.
You should be able to highlight the text in the command prompt. Select all the text and hit 'Enter' on your keyboard. Now the information has been copied to your clipboard.
Paste the text into a program like 'Notepad++'.
Now you can analyze the log file or attach this information to your support case.
Option 2:
Launch FDM.
Connect to a database profile.
Create your masking rules.
In the 'Options' tab, set the 'DIAGLEVEL' to 5.
In the 'Summary' tab, click the 'Save & Run Mask' button.
Once the masking is complete or errors out, go to your FDM log folder. By default, this is located at C:\%AppData%\Roaming\Grid-Tools\FastDataMasker\Logs.
Now you can analyze the log file or attach this information to your support case.