This SAS KB article provides instructions about how to enable SAS Workflow Studio log generation and debugging in order to troubleshoot a problem in SAS Workflow Studio.
On the client machine where Workflow Studio is installed, follow the steps below.
2. Right-click the workflowstudio.ini file and open it in a text editor (for example, Microsoft WordPad).
3. Modify the value of the APPLOGLOC= parameter in that file to either of the values that are shown here
Notes: The value for APPLOGLOC= writes the studio.log file either to SASHOME\SASWorkflowStudio\1.3 or to your-file-systerm-location\studio.log. The user who launches SAS Workflow Studio requires Write permission to the folder to which the studio.log file is written.
4. Save the workflowstudio.ini file.
<root>
<level value="debug" />
<appender-ref ref="CONSOLE" />
<appender-ref ref="FILE" />
</root>
3. Save log4j.xml file.
4. Relaunch the SAS Workflow Studio client. Re-create the issue and send the resulting studio.log file (with debugging enabled) from your client machine to SAS Technical Support.