biztalk - File Name in Send Port with PGP Encryption -
The name of the file in the Send port should be set with a mask like ABC.txt.pgp. Since I have used PGP encryption component, this file name like ABC.pp.tttppp Is generating. But what I need is just abct.ttpppppp How can this be done?
What you are looking for is expected. Behavior If you are referring to:
Or one of its derivatives, it will modify the FILE.ReceivedFileName internally. The PPG will be added if it sets the property is.
Therefore, if you only use% SourceFileName%, you will get the desired result. Otherwise, you must explicitly set the file. Get ABC.txt somewhere before the PGP component.
You can also modify the source code to delete this behavior. (One Response)
Comments
Post a Comment