this is the error i am encountering with. I have replaced the file but still issue is same.
SetTransactionStatus.xaml failed: Compressed part has inconsistent data length. at Source: WindowsBase level: Fatal
this is the error i am encountering with. I have replaced the file but still issue is same.
SetTransactionStatus.xaml failed: Compressed part has inconsistent data length. at Source: WindowsBase level: Fatal
Hope it helps!!
Regards,
@Ehsan_ul_haq
change TransactionItem Argument type to String instead of QueueItem in SetTransactionStatus workflow and then check it.
Now it states
SetTransactionStatus.xaml failed: Compressed part has inconsistent data length. at Source: WindowsBase
I have checked, all things looks good
Welcome to Community!
I think you are using large number of queue items then only the error will occurs.
I hope it helps!!
May due too lot many transactions it’s showing you that error. Put the set Transaction Status in Retry scope. Hope it might help.
Regards,
Hi @Ehsan_ul_haq ,
Could you Debug the workflow and check at which activity it is giving out the Error.
This way we’ll be able to identify what is the actual issue, it seems like you are trying to write data in the Set Transaction Status workflow and it’s giving out the error but do check it out by Debugging.
More on Debugging :
Welcome to the community
So just to check first …is the bot entering the xaml? Or it failing while invoking the xaml only?
If it is entering it then on which activity is it failing?
It would be a good idea to run the bot in debug mode and when paused for error check the locals panel and open the exception details from there might might give more info
Cheers