简体   繁体   中英

Pega: How do I use Connect-File method?

I want to create a text file on Pega local system and write some content in it. For that i am using Connect-File method. I have a parameter to specify there, "destination path". I don't know what destination path to give because the environment that I am using i don't know in which server it is hosted. When i give, "/tmp", it says it is not an absolute path. Any clue ?

Do you know which OS is running on the server Pega is running on? It it is Unix / Linux a path like

/tmp/

is an absolute path. According to the PDN article on a windows system the path should be like

C:\\temp

Do you get an error when saving the rule or later when executing the Connect-File? If the error occurs while executing, maybe you forgot to provide a filename as parameter.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM