Getting Object reference not set to an instance of an object error in Process workflow in RE Framework

Hello,

I have tried but i missed something that i am unable to find out. Can anyone help me on this?

Thanks in advance…

@Swetha_V

Check that Transaction item has ID or The value is getting null value

Check the arguments are passing correctly and you are not getting null value

Hope this may help you

Thanks

Your variable has not value when you are in the if activitie. Check all variables value at that point.

Go to main.xaml - Process Transaction, check if you are passing any DataRow value to in_TransactionItem argument where process.xaml is invoked.

For checking the values use Debun Run and check the Locals panel

Thanks for all your responses. That error got resolved but i am facing different one now. I have kept Throw activity inside Try-catch if any error identified in my transaction that need to skipped then need to process other transaction but in my case it’s not processing like that. Can anyone help me to this?

image

image

Thanks.

Any suggestions and help?

@Swetha_V

Instead of Throw activity Fill that else part place the activity with which you want to place

Hope this may help you

Thanks

Hi @Srini84,

I wanted to use throw activity only but that exception need to take care by try-catch block. Can you refer the above attached screenshots once again?

Thanks…