Check File Condition in Windows With $ in Path Does Not Work
search cancel

Check File Condition in Windows With $ in Path Does Not Work

book

Article ID: 90254

calendar_today

Updated On:

Products

CA Automic Applications Manager (AM)

Issue/Introduction

Affects Release version(s): 7.1

Check File Condition in Windows With $ in Path Does Not Work

Environment

Release:
Component: APPMGR

Resolution

Symptoms

Check File Condition in Windows With $ in Path Does Not Work.

For example: \\path\to_file$\file.txt

The check file condition will not find the spcified file.


Cause

Java needs the ~ as an escape character before the $ character.


Resolution

add a ~ character in front of the $ character \\path\to_file$\file.txt 

The path will then look like this:  
 
\\path\to_file~$\file.txt