execCommand() is not working in workflow. | Adobe Higher Education
Skip to main content
parveshp7822672
Level 3
November 4, 2019
해결됨

execCommand() is not working in workflow.

  • November 4, 2019
  • 5 답변들
  • 8089 조회

Hello Everyone,

execCommand() is not working in a JS activity in a workflow on application server.

There is on-premise instance and build is 9032.

Configuration is serverConfig.xml:

<!-- Command execution

         blacklistFile :  Path to the file containing the commands to blacklist

         user :  Execute commands as a different user -->

    <exec blacklistFile="" user=""/>

JS Code:

logInfo(execCommand("cd",true));

Error:

BAS-010076 Cannot execute command 'cd' (err=2, the system cannot find the file specified.).

I am getting same error for every commands.

Please let me know if you have any question.

Thanks.

Parvesh.

이 주제는 답변이 닫혔습니다.
최고의 답변: saikatk2447661

If this is windows server try logInfo(execCommand("cmd /c cd",true));

5 답변

saikatk2447661
Level 4
November 4, 2019

If this is windows server try logInfo(execCommand("cmd /c cd",true));

Level 2
January 27, 2020
Hi, I have windows location as D:/Adobe/Adobe Campaign v6/var/ALGN/workflow under that i have directories starts with "wf-algn__" and again inside, one more directory is there "Workflow". Finally i have files with .TXT and .CSV , I want to remove all those files. need some suggestion on how to achieve that. Regards, Rajshekar.
parveshp7822672
Level 3
November 4, 2019

Hello Saikatk,

Thanks it is working now.

Could you please explain me why the first one was not working?

This solution is not mentioned in documentation.

How did you find it?

Thank.

Parvesh.

saikatk2447661
Level 4
November 4, 2019

1. No idea.

2. Adhiyan​​ told me few months back.

Jonathon_wodnicki
Community Advisor
Community Advisor
November 4, 2019

Hi,

'cd' is not a Windows executable, it's a cmd command.

Thanks,

-Jon

parveshp7822672
Level 3
November 4, 2019

Hello Jon,

Yes, 'cd' is a cmd command.

Can you please explain, what do you mean by Windows executable?

Thanks.

Parvesh.