Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

NLServer Module

Avatar

Level 3

Hello - How to use script in NLserver module, I am trying to export the specific package thru workflow using nlserver module but stuck with syntax error. I guess the file directory is not provided in correct way - Can you please help me here.

 

package -instance: [instance_name] -export: sftp/incoming/adobe/export/test.xml -spec:cus:PKG242 -verbose

 

Thank you

Ukender

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Can you try removing the space between the file path and semicolom

 

  •  -export: sftp/incoming/adobe/export/test.xml

to

  • -export:sftp/incoming/adobe/export/test.xml

View solution in original post

5 Replies

Avatar

Community Advisor

Hi @ukender ,

 

What is the error you are getting? You can share your workflow log.

 

Thanks,

Jyoti

Avatar

Level 3

Hi Jyoti

 

Thanks for the response, it is throwing syntax error for the file directory.

I have tried to provide the path within <%=  %>, single and double quotes but no success, please assist.

 

ukender_0-1637654219282.png

 

Avatar

Correct answer by
Community Advisor

Can you try removing the space between the file path and semicolom

 

  •  -export: sftp/incoming/adobe/export/test.xml

to

  • -export:sftp/incoming/adobe/export/test.xml