After 2025.2 Upgrade, my Packslip ssrs report I built quit working

Hello,

Has anyone seen an error like this when trying to run a custom SSRS report that worked before the upgrade?

The Standard SSRS report runs so I assume they changed something. Just don’t know what or how to track down without rebuilding report from scratch…

I am Gov Cloud so I don’t have access to servers to see any logs.

System.ArgumentNullException: Value cannot be null. (Parameter 'key')
   at System.Collections.Generic.Dictionary`2.FindValue(TKey key)
   at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
   at Ice.Core.RptTaskBase`1.XMLDumpTable(IRow row, String rptTableId) in C:\_releases\ICE\ICE5.1.100.7\Source\Server\Internal\Lib\TaskLib\RptBase\RptTaskBase.cs:line 265
   at Erp.Internal.SR.PackingSlipPrint.doShipHead() in C:\_releases\ERP\ERP12.1.100.7\Source\Server\Internal\SR\PackingSlipPrint\PackingSlipPrint.cs:line 2305
   at Erp.Internal.SR.PackingSlipPrint.RunProcess(Int64 Instance_TaskNum, String OutputFile) in C:\_releases\ERP\ERP12.1.100.7\Source\Server\Internal\SR\PackingSlipPrint\PackingSlipPrint.cs:line 1088
   at Ice.Hosting.TaskCaller.InnerExecuteTask(IceDataContext newContext) in C:\_releases\ICE\ICE5.1.100.7\Source\Server\Framework\Epicor.Ice\Hosting\TaskCaller\TaskCaller.cs:line 71
   at Ice.Hosting.TaskCaller.ExecuteTask() in C:\_releases\ICE\ICE5.1.100.7\Source\Server\Framework\Epicor.Ice\Hosting\TaskCaller\TaskCaller.cs:line 62
   at Ice.Lib.RunTask.BpmFriendlyTaskLauncher.Run(String sessionIdPrefix, IceContext db, Action taskRunner) in C:\_releases\ICE\ICE5.1.100.0\Source\Server\Services\Lib\RunTask\BpmFriendlyTaskLauncher.cs:line 57
   at Ice.Services.Lib.RunTaskSvc.InnerRunTask(Int64 ipTaskNum, Boolean suppressTransaction) in C:\_releases\ICE\ICE5.1.100.0\Source\Server\Services\Lib\RunTask\RunTask.cs:line 349```

yup theres a thread a few down

You have to manually fix your RDD. Jose posted the solution here.

1 Like

This was exactly it!

Thanks for pointing me in the right direction.

You bet! Glad it worked for you!