Hi @Aks333 ,Are you using and encrypted file? If so, you need to1. select the "Pre Process File" option.2. Use '|gpg --decrypt /x/x/xxx.pgp' command to decrypt or 1. use it with a file collector activity.2. select the "Pre Process File" option.3. set <%= vars.filename %> in the command Cheers,Deb
Hi @Aks333 ,Are you picking up the file from sftp or it is one off file from your local machine?It will be difficult t solve the issue without looking at the config of the data loading activity.If you are uploading a file from local make sure it is uploaded to server before running the workflow. Che...
Hi @hetfidd,We had the same issue and the only solution could come up with was to create a different scheduled workflow to update the status.The status is stored in "nms:couponValue" schema. All the used coupons are linked to a broadlog record.If the status is Available and message-id>0, then you ca...
Hi @alik98709228 ,I guess you are using a data loading activity here.When you set it up by default it sets the data type as string and hence you are seeing double quotes.If the "Auto-detect Format" doesn't work you need to click on "click here to change the file format"(as mentioned by Cedric) and c...
Thanks Jon for your response.There are some workflow to be edited where it is easy to do directly in the xml than from the workflow UI by editing activities. But those particular operators need Admin Access as this is the only way to do it so far. I was checking other possible options without giving...
Hi,Can there be a a custom named right for workflow xml edit access.Currently, only the the Admin can edit an workflow xml. I have a requirement to provide some operators the access to edit the workflow xml but not to be an Admin. Thanks,Deb
Hi @Greeshma_Sampath1,Did you manage to compare the following URL(highlighted in yellow) from both the environments. If they are different, can you try to put an approval activity in anew workflow from the environment where you are getting the error/being redirected to different one.
Hi @Greeshma_Sampath1 , Can you compare the approval URLs generated from both the environments, if the servers are same or different?If same, then you need to compare various intranet and internet URLs in deployment wizard of both the environments.Be very careful when making any changes in deploymen...