We are trying to get tax connect set up. One of the steps is to do a bulk validation. No matter how narrow we make the filter, it takes about 2 hours and then fails with this error message:
Program Ice.Services.Lib.RunTask when executing task 110298 raised an unexpected exception with the following message: RunTask:
System.FormatException: The input string 'LLC' was not in a correct format.
at System.Number.ThrowFormatException[TChar](ReadOnlySpan`1 value)
at Erp.Internal.SI.BulkAddrValLogic.printLog() in C:\_releases\ERP\ERP11.3.100.0\Source\Server\Internal\SI\SILib\BulkAddrValLogic\BulkAddrValLogic.cs:line 316
at Erp.Internal.SI.BulkAddrValLogic.RunProcess(Int64 instanceTaskNum, String outputFileName) in C:\_releases\ERP\ERP11.3.100.0\Source\Server\Internal\SI\SILib\BulkAddrValLogic\BulkAddrValLogic.cs:line 184
at Ice.Core.TaskBase`1.StartProcess(Int64 instanceTaskNum, String outputFileName) in F:\_Releases\11.3.100\UD11.3.100.8\Source\Server\Internal\Lib\TaskLib\TaskBase\TaskBase.cs:line 83
at Ice.Hosting.TaskCaller.InnerExecuteTask(IceDataContext newContext) in C:\_releases\ICE\ICE4.3.100.8\Source\Server\Framework\Epicor.Ice\Hosting\TaskCaller\TaskCaller.cs:line 113
at Ice.Hosting.TaskCaller.ExecuteTask() in C:\_releases\ICE\ICE4.3.100.8\Source\Server\Framework\Epicor.Ice\Hosting\TaskCaller\TaskCaller.cs:line 61
at Ice.Hosting.TaskCaller.ExecuteTask(IceDataContext dataContext, Boolean suppressTransaction) in C:\_releases\ICE\ICE4.3.100.8\Source\Server\Framework\Epicor.Ice\Hosting\TaskCaller\TaskCaller.cs:line 41
at Ice.Services.Lib.RunTaskSvc.<>c__DisplayClass30_2.<InnerRunTask>b__1() in C:\_releases\ICE\ICE4.3.100.0\Source\Server\Services\Lib\RunTask\RunTask.cs:line 460
at Ice.Lib.RunTask.BpmFriendlyTaskLauncher.Run(String sessionIdPrefix, IceContext db, Action taskRunner) in C:\_releases\ICE\ICE4.3.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\ICE4.3.100.0\Source\Server\Services\Lib\RunTask\RunTask.cs:line 457
I don’t understand why the process takes the same amount of time to fail regardless if we tell it only do x addresses, and I don’t know how to find what record its failing on. So far support hasn’t been any help.
I made a BAQ to check if any addresses had ‘LLC’ in the state, zip, or country. Didn’t find any.
I already know addresses need A LOT of cleanup. There wasn’t enough will power to go as far as I wanted, but hopefully this TaxConnect project will get us 50% there.
The addresses are junk, but I still find it lame that and address verification process fails on a bad address, cmon.
Hmm removed all % same error… removed all LLC from address 1 and address 2, same error. Tried manually validating suspicious ship to’s manually from customer entry and they work fine. I think its the filtering that is dying, not the address verifying part.
@Olga By looking at the source code line number, can you tell me what field it is looking at when throws the exception?