Community Halloween is live until October 31st! Complete any 2 quick activities to earn the 2025 Community Halloween badge. Feeling brave? Check out the activities here
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Run command

jeffv
8 - Asteroid

All,

 

I have a batch file that runs the following command:

 

"C:\Users\mydir\Documents\MyApps\adfind\adfind.exe" -b dc=northgrum,dc=com -f "(&(objectCategory=person)(objectClass=user))" cn name givenName initials sn extensionAttribute6 extensionAttribute2 streetaddress l st physicaldeliveryofficename co c postalcode telephonenumber ngcBuildingId ngcMailDrop company department mail ngcmanagerid extensionAttribute1 extensionAttribute4 extensionAttribute13 displayname ngcstartdate ngcGroup ngcSegment useraccountcontrol whenCreated -samdc -tdca -tdcfmt %%MM%%/%%DD%%/%%YYYY%% -utc -nodn -csv >e:\reports\AnalyticsInput\adexport.csv

 

I've trying to get the run command to run the adfind exe but am having difficulties. I get an error saying the parameter is incorrect.

 

Any ideas?

 

Jeff

 

2018-12-18_11-05-30.png

3 REPLIES 3
WillBowman
9 - Comet

If your batch runs normally, just execute the .bat file from cmd in Alteryx. Good luck!

 

Like this Capture.PNG

jeffv
8 - Asteroid

Sometimes I make this too hard.   Thanks!

ikhellal
5 - Atom

can you share your alteryx solution .yxmd, i have the same problem.

thanks in advance 

Labels
Top Solution Authors