Load Out Ticket Distribution Causes Error

Issue No: AR-6802
Created 2/23/2018 1:54:24 PM
Type Bug-QC
Priority Blocker
Status Closed
Resolution Fixed
Fixed Version 17.3
Description When distributing a Load out scale ticket, the following error occurs.   v17.3.0214.301   Ticket - 190, apply to contract 33B   *Steps:*   # Created Sales contract and scale ticket. # Distribute scale ticket to contract. # Click Process on Manual Distribibution screen     *Environment: BattleRiver01 Environment - Rackspace server*   *1. !pastedImage_d92770_0.png!*   *Issue:*   Load Out Ticket Distribution Causes Error   *!pastedImage_d92770_1.png!*   declare @p3 dbo.ScaleManualCostingTableType insert into @p3 values(1,1,1,1,'2018-02-23 12:42:56.7608385',89.298,1.00000000000000000000,7.3,0,0,2,1,188,87,N'190',3,0,NULL,NULL,N'CNT',NULL,NULL,NULL,0)   declare @p7 int set @p7=NULL exec sp_executesql N'[dbo].[uspSCManualDistributionOutbound] @LineItem, @intTicketId, @intUserId, @intEntityId, @InventoryShipmentId',N'@LineItem [dbo].[ScaleManualCostingTableType] READONLY,@intTicketId int,@intUserId int,@intEntityId int,@InventoryShipmentId int output',@LineItem=@p3,@intTicketId=188,@intUserId=3,@intEntityId=641,@InventoryShipmentId=@p7 output select @p7   *Accpted* : Should be able to distribute tickets successfully.