I have passed the Assignment 2 but when I again trying to execute the same Dispatcher, transaction item is not getting into the queue. It is getting Logout, Once I execute.
- I have removed the Queue.
- I have reset the work items.
I have passed the Assignment 2 but when I again trying to execute the same Dispatcher, transaction item is not getting into the queue. It is getting Logout, Once I execute.
Have you created New Queue in Orchestrator or not ?
If yes then please check once Queue name in Orchestrator and your dispatcher process whether both are equal. And also debug process and check what is the exact error.
Instead of the RUN option, try the Debug option and run the entire solution using the debug mode. This will be bit slow than the usual run mode, but you will be able to visually see what’s happening through the workflow. And in case it runs into any run time error, you will be notified at that point. To make it more easier, add some breakpoints in locations where you suspect the issue is and do a step by step execution. This will help you to locate and resolve the error much easily
Let know how it goes.
I just checked with the Debug mode also but it doesn’t show any error, it logs into acme, clicked the work items and get logged out. I changed the Queue Name also. Earlier i used to face the same issue. That time i used to remove the queue items but now there is no queue item but facing issue
Before Add Queue Item activity, print this value in_Config(“InHouse_Process4”).Tostring once and see.
And also show me screenshot of your config file and Orchestrator Queue Name page once.
It didn’t print the Orchestrator Queue Name here. Please check once whether you passed arguments properly or not.