Hi Kanwaljit,The solution here could be to use a concurrency check for the workflow instance by using an instance variable called isRunning. Instance variables are shared by all the parallel executions of the workflows.Here is a simple test workflow:The scheduler is triggering an event every minute....
Hi Prem,Did you install the Binary for cent OS and can you try to start the process after changing the folder to point to the /bin folder in your installation directoryRegards,Adhiyan
HI Gigi,In Such cases , the best way is to kill it on the Database directly. You need to get the pid for the query and then stop / kill that pid from the Database.If the instance is hosted by Adobe , raise a support ticket , else ask your DBA to kill the workflow but providing the primary keys.Regar...
Hi ,The yellow exclamation mark means the exclusion is expecting inputs from some temp table but the references are missing in the current workflow context.Probably deleting that exclusion activity and creating it again with the same conditions will fix the issue.Regards,Adhiyan
Hi Christopher,The best way to do this is probably by exploring the calculated fields present in the nms:delivery table.For example , by configuring the list in the delivery folder you can get data like opens , unique opens, clicks , unique clicks etc.in this way , you can get the dashboard view of ...
Hi Jitendra,Is this account created from another account by changing the settings.Is it possible to create a new SMS account completely and see if that sends the SMS.Regards,Adhiyan
Hi Harish,For ACS , you need use a REST Client like Postman and then follow the documentation given here :Adobe Campaign Standard API Using this , you can make external REST calls using the Campaign standard APIsRegards,Adhiyan
Hi Andre,Could you check if the folder nlclient is present under :AppData\Roaming\Neolane\NL_5 location in your computer.If this is missing , you need to download and install the client again.Alternately , as a hack just try creating the same folder there with the same name in case it's not there
Hello Richa,No , it's not a good idea to run scheduler at intervals of less than 10 minutes. The reason is that , due to some issue , the workflow execution may be stuck for longer than 5 minutes and if the scheduler kicks in while the workflow is still running it can cause multiple workflow instanc...
Hello Ashok,TargetData elements are generally not stored anywhere in the logs because it's meant to insert dynamic values generated during a workflow execution.But if you really want to insert them in the delivery logs , I guess a setup like this would work.1>. Extend the broadLogRcp table to add th...