cancel
Showing results for 
Search instead for 
Did you mean: 

Security Violation during PATH Variable Substitution

Former Member
0 Kudos

Hi -

I' m trying to write a file with the receiver file adapter by the variable substitution feature from SP12 on.

Whereas the %filename% variable works fine, I get for the %path% variable an exception in the adapter engine, whenever I'm trying either

- to use an absolute path like "/tmp" or

- composed pathnames like "tmp/test" (that are based on $XIHOME/j2ee/cluster/server0)

Non-composed pathnames like $XIHOME/j2ee/cluster/server0/tmp by setting %path% to "tmp" work also.

Any clue?

I'm on AIX on SP12.

Here is the exception:

java.text.ParseException: Security violation encountered during variable substitution: Content of variable path is not safe

Thanks.

Stefan

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

Hi Stefan,

did you check the flag 'Disable Security Checks' in the communication channel?

Regards

Stefan

Former Member
0 Kudos

No! Obviously, I'm a lazy reader - set the flag, and now it's working.

Thanks!

Answers (0)