Unnamed: 0
int64
0
999
0
stringlengths
258
77k
0
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9032\n\n### Instruction:\nWorkaround P1 incident\n\n### Response:\n["Comment 1: [\'test\']"]\nRelated Issues:\n[]\n\n### End'}
1
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9031\n\n### Instruction:\nCzesc\r\nProsba o zweryfikowanie wymiany danych miedzy DHP a Exchange.\r\nZdazają sie VT które nie przechodzą dalej przez co potem nie sa dostępne w systemie PCS\r\n \r\nDla przykładu VT : \r\nVT-8016\r\n\r\nVT-8022\r\n\r\nVT-8024\r\n\r\nVT-8025\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'Any news ??\'", "Comment 3: \'{code:java}System.Web.Services.Protocols.SoapException: Serwer nie może przetworzyć żądania. ---> Nie można przypisać wartości zerowej do członka typu System.Decimal", \'Comment 4: który jest członkiem typu wartość niezerowalna. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message\', \'Comment 5: WebResponse response\', \'Comment 6: Stream responseStream\', \'Comment 7: Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName\', \'Comment 8: Object[] parameters) at PlantAgentService.PCSWSWebReference.PCSIntegrationWebService.GetPendingDeliveries(Int32 numbersOfTickets\', "Comment 9: Int32 pcsId) in E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\18317313\\\\\\\\DHAPPS25-PCSIT182-JOB1\\\\\\\\DHPAgent\\\\\\\\Web References\\\\\\\\PCSWSWebReference\\\\\\\\Reference.cs:line 2434 at PlantAgentService.PendingDeliveriesService.ImportPendingDeliveries() in E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\18317313\\\\\\\\DHAPPS25-PCSIT182-JOB1\\\\\\\\DHPAgent\\\\\\\\Service\\\\\\\\ServicePendingDeliveries.cs:line 19{code}\'", \'Comment 10: "This VT was causing the problem\', \'Comment 11: the field for VtE_EstimatedWeight was null.We updated this field to zero\', \'Comment 12: VT\\\'s have been processed.!image-2023-04-25-19-19-51-287.png!"\', \'Comment 13: "{code:java}--update dbo.VehicleTicketElement--set VtE_EstimatedWeight = 0--where vte_id in (547641,--547642)SELECT top 100 * FROM [DH_Exchange].[dbo].[Log] order by 1 descselect * FROM [DH_Exchange].[dbo].[PendingDeliveryHeader] order by 1 descWiszące:select E.VtE_Id as PendingDeliveryElementId\', \'Comment 14: E.VtE_VtHId as PendingDeliveryHeaderId\', \'Comment 15: E.VtE_No as Number\', "Comment 16: isnull(dbo.VehicleTicketNumber(E.VtE_VtHId) + \'-\' + cast(E.VtE_No as nvarchar(5)),\'\') as PendingDeliveryElementDocumentNumber", \'Comment 17: E.VtE_DirectionType as DirectionType\', \'Comment 18: E.VtE_PackingForm as PackingForm\', \'Comment 19: isnull(A1.CtA_CstId\', \'Comment 20: E.VtE_CstId) as CustomerId\', \'Comment 21: isnull(C1.Cst_Code\', \'Comment 22: C.Cst_Code) as CustomerCode\', \'Comment 23: isnull(A1.CtA_Name1\', \'Comment 24: A.CtA_Name1) as CustomerName\', \'Comment 25: E.VtE_ArtId as ArticleId\', \'Comment 26: E.VtE_EstimatedWeight as EstimateWeight\', \'Comment 27: E.VtE_Weight as Weight\', \'Comment 28: E.VtE_UnloadingPlace as UnloadingPlace\', \'Comment 29: E.VtE_OdEId as OrderElementId\', "Comment 30: isnull(dbo.OrderNumber(OdE_OdHId) + \'-\' + cast(OdE_No as nvarchar(5))", "Comment 31: \'\') as OrderNumber", \'Comment 32: E.VtE_CorrectionId as CorrectionPendingDeliveryElementId\', "Comment 33: isnull(dbo.VehicleTicketNumber(E1.VtE_VtHId) + \'-\' + cast(E1.VtE_No as nvarchar(5))", "Comment 34: \'\') as CorrectionPendingDeliveryDocumentNumber", \'Comment 35: E.VtE_BagsCount as BagsCount\', \'Comment 36: E.VtE_BagSize as BagSize\', \'Comment 37: E.VtE_BagWeight as BagWeight\', \'Comment 38: E.VtE_QuantityPallet as QuantityPallet\', \'Comment 39: E.VtE_Description as Description\', \'Comment 40: E.VtE_Cancel as Cancel\', \'Comment 41: E.VtE_OtherWeight as OtherWeight\', \'Comment 42: E.VtE_Quantity as Quantity\', \'Comment 43: E.VtE_Description2 as Description2\', "Comment 44: E.VtE_ExpiryDate as ExpiryDatefrom dbo.VehicleTicketElement Ejoin dbo.MPCSPendingDeliveriesImport on E.VtE_VtHId = VtI_VtHNumerjoin dbo.CustomerCard C on E.VtE_CstId = C.Cst_Idjoin dbo.CustomerAdressCard A on C.Cst_CtAId = A.CtA_Idleft join dbo.OrderElement on E.VtE_OdEId = OdE_Idleft join dbo.OrderHeader on OdE_OdHId = OdH_Idleft join dbo.CustomerCard C1 on OdH_Cst2Id = C1.Cst_Idleft join dbo.CustomerAdressCard A1 on C1.Cst_CtAId = A1.CtA_Idleft join dbo.VehicleTicketElement E1 on E.VtE_Id = E1.VtE_CorrectionIdwhere --VtI_Ticket = \'25f67109-8c5b-46d0-9ce9-a648097a7e1d\'--andisnull(VtI_ConfirmDate,0) = 0 and e.VtE_EstimatedWeight is nullorder by E.VtE_VtHId", \'Comment 45: E.VtE_No{code}"\', "Comment 46: \'[[DHP 2.7] Brak VT w Exchange. Lack of VT in exchange database|onenote:https://kotrak.sharepoint.com/sites/erpasysta/Shared%20Documents/Baza%20wiedzy/Baza%20Wiedzy%20-%20ERPSD/Klienci/DEHEUS/DEHEUS%20APPLICATIONS/Polska/Baza%20wiedzy/DHP.one#%5bDHP%202.7%5d%20Brak%20VT%20w%20Exchange.%20Lack%20of&section-id=\\\\\\\\{F3B54834-6A02-4FD8-B2D4-74ADCAEDC4E9}&page-id=\\\\\\\\{7DA7A8BA-842F-45C1-964A-31B80B3F243D}&end] ([Widok sieci Web|https://kotrak.sharepoint.com/sites/erpasysta/_layouts/OneNote.aspx?id=%2Fsites%2Ferpasysta%2FShared%20Documents%2FBaza%20wiedzy%2FBaza%20Wiedzy%20-%20ERPSD&wd=target%28Klienci%2FDEHEUS%2FDEHEUS%20APPLICATIONS%2FPolska%2FBaza%20wiedzy%2FDHP.one%7CF3B54834-6A02-4FD8-B2D4-74ADCAEDC4E9%2F%5BDHP%202.7%5D%20Brak%20VT%20w%20Exchange.%20Lack%20of%7C7DA7A8BA-842F-45C1-964A-31B80B3F243D%2F%29])\']"]\nRelated Issues:\n[]\n\n### End'}
2
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9030\n\n### Instruction:\nSince March the 15e, we do not receive Warehouse movements in DHC (or those are not shown in the UI) can you please check what causes this?\r\n\r\n\n\n### Response:\n["Comment 1: [\'!afbeelding!\'", "Comment 2: \'That day we did the DHC release\'", "Comment 3: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\']"]\nRelated Issues:\n[]\n\n### End'}
3
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9029\n\n### Instruction:\nPlease remove (or disable) additional technology SN526402.\r\nIt isn\'t used yet and created "by accident".\r\n\r\nRegards,\r\nRob.\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'Additional technology has been disabled.\']"]\nRelated Issues:\n[]\n\n### End'}
4
{'prompt': "Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9028\n\n### Instruction:\nPersonal User setting disappear after shutdown.\n\n### Response:\n['Comment 1: []']\nRelated Issues:\n[]\n\n### End"}
5
{'prompt': "Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9027\n\n### Instruction:\nMeeting about plan for Intense 2023.1 deployment on UAT and PROD environment.\n\n### Response:\n['Comment 1: []']\nRelated Issues:\n[]\n\n### End"}
6
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9026\n\n### Instruction:\nHello,\r\n\r\ncan you please set status back to \'In progress\' for lot number 87014124042324681? there are some missing batches, with cannot be resend due to status\r\n\r\n\r\n\r\n\n\n### Response:\n["Comment 1: [\'!afbeelding!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", \'Comment 3: "{code:java} FROM [DH_Exchange_NL_PROD].[dbo].[ProductionLotReportHeader] plr where PlH_LotNumber in(\\\'87014124042324681\\\') FROM [DHP_NL_PROD].[dbo].[ProductionLotReportHeader] plr where PlH_LotNumber in(\\\'87014124042324681\\\'){code}"\', "Comment 4: \'Status for PLR has been changed.\']"]\nRelated Issues:\n[]\n\n### End'}
7
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9025\n\n### Instruction:\ni have this error for documents generated for johnson warehouse wheni try to generate them from DHC into ERP.\r\n\r\nError of type XLApiException has been thrown (XLNowyDokument:33).\r\nAPI Name - XLNowyDokument\r\nAPI Result - 33\r\nFlags - 16\r\nBŁĘDY:|Nie udało się wymusić numeru dokumentu/niepoprawny numer. (NowyDokument-33)\r\n\r\nDo we need to also cancel every manually generated document for johnson also to help fix this error?\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", \'Comment 2: "SELECT vt.ExpectedElementsQuantity\', \'Comment 3: vee.DocumentNumber,vt.documentnumber\', \'Comment 4: vee.message,o.DocumentNumber as ordernumber\', \'Comment 5: o.id as orderid\', \'Comment 6: d.*FROM [dbo].[VehicleTickets] vtjoin [dbo].[VehicleTicketElements] ve on vt.Id=ve.VehicleTicketIdjoin [dbo].[VehicleTicketElementERPDocuments] vee on vee.VehicleTicketElementId=ve.Idjoin [dbo].[VehicleTicketDocumentNumbers] d on d.Id=ve.DocumentNumberIdjoin dbo. OrderElements oe on oe.Id=ve.OrderElementIdjoin dbo.orders o on o.id=oe.OrderId--– join [ERPXL_GHA_PROD] .cdn.TraNag erp on erp.trn_gidnumer=pt.XlIdwhere d.id in (select id from [dbo].[VehicleTicketDocumentNumbers] where DocumentYear=2023 and DocumentMonth=4 and o.DocumentNumerator_Series=\\\'jons\\\') and vee.DocumentNumber is null and vee.Message like \\\'%APi%\\\' order by d.DocumentNumber desc"]\']\nRelated Issues:\n[]\n\n### End'}
8
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9024\n\n### Instruction:\nHello\r\nPlease help to check this stock unit: item 1101330 with serial number 240423PO805-070323V0. \r\nVT-1372/4/23 has already been closed, but the status of this stock unit is still in progress.\n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'!image-2023-04-25-13-24-07-554.png!\'", "Comment 4: \'!image-2023-04-25-13-24-52-324.png!!image-2023-04-25-13-25-15-883.png!!image-2023-04-25-13-25-38-473.png!\'", "Comment 5: \'!image-2023-04-25-13-47-29-267.png!\'", "Comment 6: \'!image-2023-04-25-14-06-04-705.png!!image-2023-04-25-14-05-19-113.png!\'", \'Comment 7: "{code:java}Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details. ---> Microsoft.Data.SqlClient.SqlException (0x80131904): Cannot insert duplicate key row in object \\\'dbo.StockUnits\\\' with unique index \\\'IX_StockUnits_Barcode\\\'. The duplicate key value is (436-W0079E).The statement has been terminated. at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception\', \'Comment 8: Boolean breakConnection\', \'Comment 9: Action`1 wrapCloseInAction) at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj\', \'Comment 10: Boolean callerHasConnectionLock\', \'Comment 11: Boolean asyncClose) at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior\', \'Comment 12: SqlCommand cmdHandler\', \'Comment 13: SqlDataReader dataStream\', \'Comment 14: BulkCopySimpleResultSet bulkCopyHandler\', \'Comment 15: TdsParserStateObject stateObj\', \'Comment 16: Boolean& dataReady) at Microsoft.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at Microsoft.Data.SqlClient.SqlDataReader.get_MetaData() at Microsoft.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds\', \'Comment 17: RunBehavior runBehavior\', \'Comment 18: String resetOptionsString\', \'Comment 19: Boolean isInternal\', \'Comment 20: Boolean forDescribeParameterEncryption\', \'Comment 21: Boolean shouldCacheForAlwaysEncrypted) at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior\', \'Comment 22: RunBehavior runBehavior\', \'Comment 23: Boolean returnStream\', \'Comment 24: Boolean isAsync\', \'Comment 25: Int32 timeout\', \'Comment 26: Task& task\', \'Comment 27: Boolean asyncWrite\', \'Comment 28: Boolean inRetry\', \'Comment 29: SqlDataReader ds\', \'Comment 30: Boolean describeParameterEncryptionRequest) at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\', \'Comment 31: RunBehavior runBehavior\', \'Comment 32: Boolean returnStream\', \'Comment 33: TaskCompletionSource`1 completion\', \'Comment 34: Int32 timeout\', \'Comment 35: Task& task\', \'Comment 36: Boolean& usedCache\', \'Comment 37: Boolean asyncWrite\', \'Comment 38: Boolean inRetry\', \'Comment 39: String method) at Microsoft.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) at Microsoft.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject) at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.Execute(IRelationalConnection connection)ClientConnectionId:5304a8bd-c3cd-4e34-b8fe-db284c3d7fc8Error Number:2601,State:1,Class:14 --- End of inner exception stack trace --- at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.Execute(IRelationalConnection connection) at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.Execute(IEnumerable`1 commandBatches\', \'Comment 40: IRelationalConnection connection) at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChanges(IList`1 entriesToSave) at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChanges(StateManager stateManager\', \'Comment 41: Boolean acceptAllChangesOnSuccess) at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.Execute[TState,TResult](TState state\', \'Comment 42: Func`3 operation\', \'Comment 43: Func`3 verifySucceeded) at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChanges(Boolean acceptAllChangesOnSuccess) at Microsoft.EntityFrameworkCore.DbContext.SaveChanges(Boolean acceptAllChangesOnSuccess) at Kotrak.Common.Infrastructure.EF.GenericRepositoryEf`1.Persist(TEntity entity) at Kotrak.Common.Infrastructure.EF.GenericConcurrencyRepositoryEf`1.Persist(TEntity entity) at Kotrak.Common.Infrastructure.Persistence.Repositories.AggregateRootRepository`2.Persist(TAggregateRoot root) at Plant.Stock.BusinessLogic.Application.Services.RegisterIntakeService.RegisterPackedIntake(RegisterPackedIntakeDataStructure dataStructure) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Application\\\\\\\\Services\\\\\\\\RegisterIntakeService.cs:line 134 at Plant.Stock.BusinessLogic.Application.CommandHandlers.PackedIntake.RegisterPackedIntakeCommandHandler.Handle(RegisterPackedIntakeCommand command) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Application\\\\\\\\CommandHandlers\\\\\\\\PackedIntake\\\\\\\\RegisterIntakeCommandHandler.cs:line 34 at Kotrak.Common.Infrastructure.Gate.CommandEnvironment.Run[TCommand](TCommand command) at Castle.DynamicProxy.AbstractInvocation.Proceed() at Kotrak.Common.Infrastructure.Interceptors.LoggingInterceptor`1.Intercept(IInvocation invocation) at Castle.DynamicProxy.AbstractInvocation.Proceed() at Kotrak.Common.Infrastructure.Gate.Filters.CommandProcessFilter`1.Execute(CommandPipelineContext`1 input) at Kotrak.Extensions.Pipeline.PredefinedFilters.FilterDecorator`1.Execute(TContext input) at Kotrak.Extensions.Pipeline.Pipeline`1.Execute(T input) at Kotrak.Common.Infrastructure.Gate.StandardGate.DispatchCommand[TCommand](TCommand command) at Plant.Stock.BusinessLogic.Infrastructure.ContextIntegration.IntercontextCommunication.WMS.PackedIntake.WarehouseIntakeUnitLoadRegisteredApplicationMessageHandler.Handle(WarehouseIntakeUnitLoadRegisteredApplicationEvent message) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Infrastructure.ContextIntegration\\\\\\\\IntercontextCommunication\\\\\\\\WMS\\\\\\\\PackedIntake\\\\\\\\WarehouseIntakeUnitLoadRegisteredApplicationMessageHandler.cs:line 47 at Kotrak.Common.Infrastructure.Integration.Filters.InboundMessageHandlerFilter.Execute(InternalStorageProcessContext`1 input) at Kotrak.Extensions.Pipeline.Pipeline`1.Execute(T input) at Kotrak.Common.Infrastructure.Integration.Filters.InboundMessagesProcessFilter.Execute(InternalStorageContext`1 input){code}"\', "Comment 44: \'{code:java}Plant.Stock.BusinessLogic.DomainAbstractions.AggregationNotes.Exceptions.AggregationNoteInvalidOperationException: Validation failed: -- AggregationStockUnitShouldBeIntakeOngoingMessage at Plant.Stock.BusinessLogic.Domain.Aggregation.Services.AggregationDomainService.RegisterIntakeAggregation(RegisterIntakeAggregationDomainDataStructure dataStructure) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Domain\\\\\\\\Aggregation\\\\\\\\Services\\\\\\\\AggregationDomainService.cs:line 323 at Plant.Stock.BusinessLogic.Domain.Aggregation.Services.AggregationDomainService.RegisterPackedIntakeAggregation(RegisterPackedIntakeAggregationDomainDataStructure dataStructure) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Domain\\\\\\\\Aggregation\\\\\\\\Services\\\\\\\\AggregationDomainService.cs:line 238 at Plant.Stock.BusinessLogic.Application.Services.RegisterIntakeService.RegisterPackedIntakeAggregation(RegisterPackedIntakeDataStructure data", \'Comment 45: StockUnit stockUnit\', "Comment 46: Delivery delivery) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Application\\\\\\\\Services\\\\\\\\RegisterIntakeService.cs:line 649 at Plant.Stock.BusinessLogic.Application.Services.RegisterIntakeService.RegisterPackedIntake(RegisterPackedIntakeDataStructure dataStructure) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Application\\\\\\\\Services\\\\\\\\RegisterIntakeService.cs:line 134 at Plant.Stock.BusinessLogic.Application.CommandHandlers.PackedIntake.RegisterPackedIntakeCommandHandler.Handle(RegisterPackedIntakeCommand command) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Application\\\\\\\\CommandHandlers\\\\\\\\PackedIntake\\\\\\\\RegisterIntakeCommandHandler.cs:line 34 at Kotrak.Common.Infrastructure.Gate.CommandEnvironment.Run[TCommand](TCommand command) at Castle.DynamicProxy.AbstractInvocation.Proceed() at Kotrak.Common.Infrastructure.Interceptors.LoggingInterceptor`1.Intercept(IInvocation invocation) at Castle.DynamicProxy.AbstractInvocation.Proceed() at Kotrak.Common.Infrastructure.Gate.Filters.CommandProcessFilter`1.Execute(CommandPipelineContext`1 input) at Kotrak.Extensions.Pipeline.PredefinedFilters.FilterDecorator`1.Execute(TContext input) at Kotrak.Extensions.Pipeline.Pipeline`1.Execute(T input) at Kotrak.Common.Infrastructure.Gate.StandardGate.DispatchCommand[TCommand](TCommand command) at Plant.Stock.BusinessLogic.Infrastructure.ContextIntegration.IntercontextCommunication.WMS.PackedIntake.WarehouseIntakeUnitLoadRegisteredApplicationMessageHandler.Handle(WarehouseIntakeUnitLoadRegisteredApplicationEvent message) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Infrastructure.ContextIntegration\\\\\\\\IntercontextCommunication\\\\\\\\WMS\\\\\\\\PackedIntake\\\\\\\\WarehouseIntakeUnitLoadRegisteredApplicationMessageHandler.cs:line 47 at Kotrak.Common.Infrastructure.Integration.Filters.InboundMessageHandlerFilter.Execute(InternalStorageProcessContext`1 input) at Kotrak.Extensions.Pipeline.Pipeline`1.Execute(T input) at Kotrak.Common.Infrastructure.Integration.Filters.InboundMessagesProcessFilter.Execute(InternalStorageContext`1 input){code}\'", "Comment 47: \'ID VTka52FB3FCE-4727-41B9-8E69-F44DF1137A6F!image-2023-04-25-14-18-57-328.png!!image-2023-04-25-17-04-21-380!\']"]\nRelated Issues:\n[]\n\n### End'}
9
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9023\n\n### Instruction:\nIOs from Johnson and Mag some of them especially from the 13th are not generating automatically kindly assist in solving this issue.\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\']"]\nRelated Issues:\n[]\n\n### End'}
10
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9022\n\n### Instruction:\nFor order SO000105268 there are three orderlines, but only the one with item 088345 is coming through to DHP. The other two are in DHC but not synced with DHP. \n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'It looks like the recipe is in DHC but not in DHP\'", "Comment 3: \'Hi Theo,Recipes are now available in DHP system:!image-2023-04-24-22-43-03-529.png!!image-2023-04-24-22-43-16-017.png!Please resend the order to dhp. It should be complete.\'", "Comment 4: \'!image-2023-04-24-22-48-04-007.png!!image-2023-04-24-22-48-15-576.png!Please give us a feedback. Could we close this ticket ?\'", "Comment 5: \'In meantime the complete order is in DHP\'", "Comment 6: \'OK. Can we close this ticket ?\'", "Comment 7: \'Yes", "Comment 8: for my part please close the ticketI assume that with vertical integration the speed of accepting recipes will increase very much... \'", "Comment 9: \'{code:java}2023-04-24 20:52:49,639 [117] INFO Evolution.DHCService.Dhc30.Handlers.RecipeChangedMessageHandler [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER546-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:42] - Receiving message (Evolution.DHCountry.Interfaces.Recipes.RecipeChangedMessage) [Id:eb24713e-600b-4574-9904-ca832a8336f1]2023-04-24 20:52:49,702 [117] ERROR Evolution.DHCService.Dhc30.Handlers.RecipeChangedMessageHandler [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER546-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:63] - Cannot handle message (Evolution.DHCountry.Interfaces.Recipes.RecipeChangedMessage). Exception occured:2023-04-24 20:52:49,702 [117] ERROR Evolution.DHCService.Dhc30.Handlers.RecipeChangedMessageHandler [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER546-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:64] - System.Data.Entity.Infrastructure.DbUpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.Entity.Core.UpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.SqlClient.SqlException: The conversion of a datetime2 data type to a datetime data type resulted in an out-of-range value.The statement has been terminated.{code}!image-2023-04-25-07-34-48-345.png!\'", "Comment 10: \'{code:java}2023-04-24 13:43:45,069 [14] INFO Evolution.DHCService.Dhc30.Handlers.RecipeChangedMessageHandler [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER546-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:42] - Receiving message (Evolution.DHCountry.Interfaces.Recipes.RecipeChangedMessage) [Id:603c13f4-ed0e-4de7-a2fe-283d9d1511f6]2023-04-24 13:43:45,100 [14] ERROR Evolution.DHCService.Dhc30.Handlers.RecipeChangedMessageHandler [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER546-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:63] - Cannot handle message (Evolution.DHCountry.Interfaces.Recipes.RecipeChangedMessage). Exception occured:2023-04-24 13:43:45,100 [14] ERROR Evolution.DHCService.Dhc30.Handlers.RecipeChangedMessageHandler [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER546-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:64] - System.Data.Entity.Infrastructure.DbUpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.Entity.Core.UpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.SqlClient.SqlException: The conversion of a datetime2 data type to a datetime data type resulted in an out-of-range value.The statement has been terminated.{code}!image-2023-04-25-07-40-57-577.png!\'", "Comment 11: \'Pierwszy zarejestrowany w logach:!image-2023-04-25-10-58-18-871.png!Dla drugiego itemu:!image-2023-04-25-10-59-17-822.png!\'", "Comment 12: \'Upgrade był 19 kwietnia - potwierdzone z Przemkiem. Przemek mówi", \'Comment 13: ze communication log czyści się po miesiącu\', "Comment 14: więc pewnie jakaś staroć została\']"]\nRelated Issues:\n[]\n\n### End'}
11
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9021\n\n### Instruction:\nHi\r\n\r\nWe need to produce the item *PEP8147-T* and it\'s extension PEP8147-T-S25.\r\nHowever the Production Recipe is not in DHP.\r\n\r\nCould you please help us?\r\n\r\nThank you very much!\n\n### Response:\n["Comment 1: [\'!image!!image-1!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", \'Comment 3: "{code:java}SELECT i2.code FROM [Evolution_DHCService].[dbo].[Items] i1 right join Evolution_DHCountry.[dbo].[Items] i2 on i1.id=i2.id where i2.code in(SELECT i.code FROM Evolution_DHCountry.[dbo].[RecipeIngredients] ri inner join Evolution_DHCountry.[dbo].DhhItems dh on ri.DhhItemId=dh.Id inner join Evolution_DHCountry.[dbo].Items i on i.id=dh.baseitemid where RecipeId=\\\'6C8AED72-2897-4214-B6AA-E5F051659BFA\\\') and i1.Code is null{code}!image-2023-04-24-20-01-55-795.png!"\', "Comment 4: \'Missing items in DHCService218312183721838Incorrect linked items in DHC", \'Comment 5: for example!image-2023-04-24-20-03-04-246.png!Pleasefinish linking items\', "Comment 6: they will appear in dhcservice and you will be able to send the recipe to plant.\'", "Comment 7: \'Hi [~Piotr.Gaczorek@kotrak.com]How did you find this missing items?Is there any DHC screen", "Comment 8: report or SQL query where we can find this information by ourselfs?Thank you\'", \'Comment 9: "Hi Maicon\', \'Comment 10: we found this in sql database by sql query: SELECT i2.code FROM [Evolution_DHCService].[dbo].[Items] i1 right join Evolution_DHCountry.[dbo].[Items] i2 on i1.id=i2.id where i2.code in(SELECT i.code FROM Evolution_DHCountry.[dbo].[RecipeIngredients] ri inner join Evolution_DHCountry.[dbo].DhhItems dh on ri.DhhItemId=dh.Id inner join Evolution_DHCountry.[dbo].Items i on i.id=dh.baseitemid where RecipeId=\\\'6C8AED72-2897-4214-B6AA-E5F051659BFA\\\') and i1.Code is nullCan we close this ticket? Thank you."\', "Comment 11: \'HI [~Lukasz.Lasok@kotrak.com]Thanks for this SQL query.You can close this task.Thank you very much!\']"]\nRelated Issues:\n[]\n\n### End'}
12
{'prompt': "Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9020\n\n### Instruction:\nPlease create a new user for Agra-Matic. \r\n\r\nName: Jan Willem Meijer\r\n\r\nSame permissions as Freddy Westrik.\n\n### Response:\n['Comment 1: []']\nRelated Issues:\n[]\n\n### End"}
13
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9019\n\n### Instruction:\nThe following Lot reports are available in DHC (draft Lot reports) but do not seem to be send to Milas. \r\nExpected: all draft Lot reports and Lot reports available in DHC are available in Milas.\r\n\r\nCan you (re)send these Lot report from DHC to Milas?\r\n\r\n0021200423072\r\n0041030423013\r\n0071200423088\r\n0071200423096\r\n0081200423097\r\n0081200423106\r\n0081200423108\r\n0081200423109\r\n0081200423110\r\n0081200423111\r\n\n\n### Response:\n["Comment 1: [\'!image-1!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", \'Comment 3: "{code:java} select * FROM [Evolution_DHCERP_NL_AS400_Identities].[dbo].[ProductionLotReportMappings] p where dhcid in(SELECT id FROM DHCountry_NL_AS400_PROD.[dbo].[ProductionLotReports] where LotNumber in(\\\'0021200423072\\\',\\\'0041030423013\\\',\\\'0071200423088\\\',\\\'0071200423096\\\',\\\'0081200423097\\\',\\\'0081200423106\\\',\\\'0081200423108\\\',\\\'0081200423109\\\',\\\'0081200423110\\\',\\\'0081200423111\\\')){code}"\', "Comment 4: \'Please check lot reports have been sent again to Milas.\'", "Comment 5: \'Thank you", "Comment 6: we will check this\'", "Comment 7: \'We received the Lot reports in Milas now. This ticket can be closed.\'", "Comment 8: \'Thank you for confirmation.\']"]\nRelated Issues:\n[]\n\n### End'}
14
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9018\n\n### Instruction:\nThe following Lot reports are confirmed in DHP. In DHC we only have draft Lot report. We expect the Lot report in DHC (and in Milas).\r\n\r\n0021210323021\r\n0071210323022\r\n0071240123084\r\n0081270123068\r\n0111040123040\r\n0111160123014\r\n\r\nPlease (re)send these Lot reports from DHP to DHC (and export to Milas)\n\n### Response:\n["Comment 1: [\'!image-1!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", \'Comment 3: "{code:java}SELECT * FROM [DHPlantProdBusinessLogicEvents].[dbo].[ProductionLots] where AggregateId=\\\'2BBEB7D7-A953-4648-882A-70178836C43A\\\' and EventType like \\\'%conf%\\\' SELECT * FROM [DHPlantProdBusinessLogicEvents].[dbo].[ProductionLots] where AggregateId=\\\'2BBEB7D7-A953-4648-882A-70178836C43A\\\' and EventType like \\\'%finish%\\\' SELECT [ProductionLotStatus],* FROM [DHPlantProdBusinessLogicMain].[dbo].[ProductionLots] where LotNumber=\\\'0071240123084\\\'{code}{code:java}SELECT * FROM [dbo].[ProductionLotReports] where LotNumber in(\\\'0071240123084\\\',\\\'0111040123040\\\',\\\'0111160123014\\\')0071210323022 utrecht0021210323021 sneek0081270123068 Veghel0011 maasb{code}!image-2023-04-25-13-49-05-697!"]\']\nRelated Issues:\n[]\n\n### End'}
15
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9017\n\n### Instruction:\nSO-2061/23/UMR wont sync as item code RD37071-S7980-P created today, is not in DHP. Needed for production tonight.\r\n\r\nItem code seems to be in other plants.\r\nItem code is linked.\r\nTechnology generated\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", \'Comment 2: "Jak dla mnie wygląda na problem z paczką{code:java}SELECT * FROM [DHCService_RSA_PROD].[dbo].[ItemExportInfoes] where (EntityId=\\\'359FD908-8E70-4BF1-9696-E73EF09160AA\\\' and ClientId=\\\'205268AF-8BE3-4344-BFA8-157AC266AAFC\\\') or PackageId=\\\'B988DCD7-0B46-4E21-A743-3E5B5DEC798C\\\' select * from CommunicationLogs where MessageDetails like \\\'%RD37071-S7980-P%\\\' select * from dbo.Items where id=\\\'359FD908-8E70-4BF1-9696-E73EF09160AA\\\'{code} !image-2023-04-24-13-57-08-885.png!DHP:!image-2023-04-24-13-58-18-650.png!W DHP jest sporo błędów dla towarów - nie wpadają do VC.Kotrak.Common.Application.Exceptions.CommandValidationException`1[Plant.VC.BusinessLogic.Application.Interfaces.Items.Commands.SynchronizeItemCommand]: Validation failed: -- WrongPackingFormMessage!image-2023-04-24-13-59-27-002.png!"]\']\nRelated Issues:\n[\'DGS-8999\']\n\n### End'}
16
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9016\n\n### Instruction:\nHello,\r\n\r\nCan you please send the lotreports from attached document from DHC to MILAS? It contains missing lot reports in MILAS from 1/1/2023 till 31/3/2023.\r\n\r\nKind regards,\r\nWijnand.\n\n### Response:\n["Comment 1: [\'[^Ontbrekende lots in AIS.xlsx] _(11 kB)_\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'Hi Wijnand,I have resent all lot reports from your file to Milas as requested. Please", "Comment 4: verify and let me know if everything is fine.Regards\']"]\nRelated Issues:\n[]\n\n### End'}
17
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9015\n\n### Instruction:\nPlease add the relation from column AA in the MAS NL for the guarantees.\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'Do zmiany relacja w sekcji gwarancji", "Comment 3: trzeba będzie teraz rozróżniać SI czy pochodzi z innego dokumentu - Doc_LeadingDocID czy nie.Do tej pory nie było rozróżniania. Do dodania nowa relacja z PI guarantees.!image-2023-04-25-12-04-07-849.png! \'", "Comment 4: \'Hi [~mbovene@deheus.com],we added new relation to Guarantees on Round (MAS NL) in Test Intense environment.You can verify it.Best regards,Grzegorz\']"]\nRelated Issues:\n[]\n\n### End'}
18
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9014\n\n### Instruction:\nCześć\r\n\r\nTask from Paulina.\r\n\r\nRafał Boniecki\r\n\r\n\n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'[^DGS-9014.docx]\'", "Comment 4: \'**Information in the attachment[^DGS-9014.docx]\']"]\nRelated Issues:\n[]\n\n### End'}
19
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9013\n\n### Instruction:\nCould you give Steffen Driesens en Koen Huibers access to the mailboxes of:\r\n* Rick Reimerink AA\r\n* Erik de Groot AA\r\n* Oscar Visser AA\r\n* Arthur van der Linde\n\n### Response:\n["Comment 1: [\'W międzyczasie dziś konto Rick Reimerink AA zmieniłem na Rick Reimerink", "Comment 2: a jego poprzednie konto jest jakoRick Reimerink_old i jest nieaktywne.Do zrobienia to samo z loginami Oscara i Erika\'", "Comment 3: \'Hi [~mbovene@deheus.com],we made changes on users and added access for Steffen and Koen.You can verify it.Best regards,Grzegorz\'", "Comment 4: \'Can be closed.\']"]\nRelated Issues:\n[]\n\n### End'}
20
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9012\n\n### Instruction:\nSometimes it\'s needed to choose round from Supplier on Purchase Invoice in MAS NL sector.\r\n\r\nIt should be added to list Rounds of Supplier.\r\n\r\nIt shoudln\'t be an issue when Rounds of Reference and Supplier will be shown always together because mainly only there are rounds for one of these (for Customer or for Supplier).\r\n\r\n\xa0\r\n\r\nExample from IBIP_DH database, ID\xa0118625,\xa0PI-RLM/2023/3331\r\n\r\n!image-2023-04-24-10-59-28-941.png!\n\n### Response:\n[\'Comment 1: [\\\'Hi [~mbovene@deheus.com],we\\\\\\\'ve added extra Rounds by Supplier in "Full number" lookup field in PI (MAS NL).Changes made on Test and Prod Intense enviornment.You can verify it.Best regards,Grzegorz\\\']\']\nRelated Issues:\n[\'DGS-8900\']\n\n### End'}
21
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9011\n\n### Instruction:\nInternal server error on FHP with the ip 10.233.3.37\r\nPlease help\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'Hi,Application Pools have been restarted. Please", "Comment 3: verify.Regards\'", "Comment 4: \'Working please close\'", "Comment 5: \'Thank you\']"]\nRelated Issues:\n[]\n\n### End'}
22
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9010\n\n### Instruction:\nOd 14.04 do dziś nie wygenerowały się żadne MM z PMX do LECGS.\r\nPoproszę o pilną naprawę problemu ponieważ jutro mamy inwentaryzację\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'Whether the problem is still present. If so", "Comment 3: can I ask the number of the order / orders for which the documents were not generated?\'", \'Comment 4: "all since the 18th of April\', \'Comment 5: looks like it\\\'s a problem after the update DHC/integrator!image!"\', "Comment 6: \'hello I have problem to log on to you environment. after log on - choosing 3 hour and rdp I got this window!image-2023-04-24-09-46-51-254.png!\'", "Comment 7: \'Try now\'", "Comment 8: \'The manager needs information What caused the problem and did the problem occur only in this one location?\'", "Comment 9: \'now it is working thank you\'", "Comment 10: \'!image-2023-04-24-12-58-01-575.png!\'", "Comment 11: \'select * from WMSInternalDocumentelements where wre_headerid in (SELECT idx_wrhid FROM [DHP_Leczyca].[dbo].[WMSInternalDocumentHeadersExport] where idx_date is null )\'", "Comment 12: \'!image-2023-04-24-14-28-48-704.png!\'", "Comment 13: \'we need to verify this with our developers\']"]\nRelated Issues:\n[]\n\n### End'}
23
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9009\n\n### Instruction:\nwe are unable to confirm bags for PLR 0705240323001 because the system says the lot can no longer be found. this lot had to be force finished (stuck in progress). \r\nID details have been resent from the error logs but this has not solved the problem.\n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'select * from ProductionLots where lotnumber= 0705240323001select * from DHPlantWmsBusinessLogicMain.dbo.productionlots where LotNumber= 0705240323001brak lotu w wms!image-2023-04-21-16-53-02-416.png!\'", \'Comment 4: "brakuje też production orderaSELECT * FROM DHPlantWmsBusinessLogicMain.dbo.ProductionOrders WHERE ID=\\\'11D12F7C-4432-4A36-89FE-C6107C3E1B4B\\\'"\', \'Comment 5: "przy próbie wysylki2023-04-21 17:47:44 (/Plant.WMS.BusinessLogic/SAKDSRV04/5544/68) [Error] Kotrak.Common.Infrastructure.Integration.Filters.InboundMessagesProcessFilter - Error during process inbound messageSystem.ArgumentNullException: Value cannot be null. (Parameter \\\'code\\\')"\', "Comment 6: \'Problem jest że wygląda jakby wms", "Comment 7: nie aktualizowały się cody itemów?Probowałam pro i prl przepchac rabitem i przez resend ale nic to nie dało.\'", "Comment 8: \'!klersdope.PNG|thumbnail!\'", "Comment 9: \'dzisiaj nie chodzi klersdope !klersdope.PNG!\'", \'Comment 10: "erory FROM [DHPlantWmsBusinessLogicIntercontext].[dbo].[Errors]where message like \\\'%519FEB6C-BA10-44E6-9F29-25ABD107DBBB%\\\'at Plant.WMS.BusinessLogic.Infrastructure.ContextIntegration.MappingProfiles.SynchronizeOrderCommandProfile.<>c.<.ctor>b__0_0(OrderChangedMessage message\', \'Comment 11: ResolutionContext context) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\f579cce2236e7995\\\\\\\\Plant.WMS.BusinessLogic\\\\\\\\Plant.WMS.BusinessLogic.Infrastructure.ContextIntegration\\\\\\\\MappingProfiles\\\\\\\\SynchronizeOrderCommandProfile.cs:line 0 at lambda_method6663(Closure \', \'Comment 12: OrderChangedMessage \', \'Comment 13: SynchronizeOrderCommand \', \'Comment 14: ResolutionContext ) at AutoMapper.Mapper.AutoMapper.IMapper.Map[TSource,TDestination](TSource source) at Plant.WMS.BusinessLogic.Infrastructure.ContextIntegration.IntercontextCommunication.BaseInboundMessageHandler`2.Handle(TMessage message) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\f579cce2236e7995\\\\\\\\Plant.WMS.BusinessLogic\\\\\\\\Plant.WMS.BusinessLogic.Infrastructure.ContextIntegration\\\\\\\\IntercontextCommunication\\\\\\\\BaseInboundMessageHandler.cs:line 26 at Kotrak.Integration.IntegrationPluginCommon.IntercontextCommunication.Inbound.IntercontextInboundHandler`2.Handle(InternalStorageDto message)"\', "Comment 15: \'dla samego plr w wms brak ewentu oi bledów !image-2023-04-25-14-30-39-149.png!\'", "Comment 16: \'!image-2023-04-25-14-31-02-249.png!\'", \'Comment 17: "FROM [DHPlantProdBusinessLogicEvents].[dbo].[ProductionLots] where AggregateId=\\\'ED002A97-C84A-48D1-AD69-9318C8D1BE5F\\\'select* FROM [DHPlantwmsBusinessLogicEvents].[dbo].[ProductionLots] where AggregateId=\\\'ED002A97-C84A-48D1-AD69-9318C8D1BE5F\\\'"\', "Comment 18: \'dla stocku taka sama sytuacja jak dla wms\']"]\nRelated Issues:\n[]\n\n### End'}
24
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9008\n\n### Instruction:\nHello,\r\n\r\nProduction helmond reports there is no communication to the pcs. Webservices are running, and are called by the pcs side, but no data is send. Please check and can you restart services on DHP side?\r\n\r\nthanks\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'Just had contact with production", "Comment 3: communication seems to be running again\'", "Comment 4: \'Restart usług.\'", "Comment 5: \'!image-2023-04-24-12-42-13-226.png!\']"]\nRelated Issues:\n[]\n\n### End'}
25
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9007\n\n### Instruction:\nWe are unable to use IPOR for the additional purchase cost. we using IPOR 204/23/JON and IPOR 205/23/JON.\r\n\r\nIt only works with PORs how do make it work\n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", \'Comment 3: "Hi\', \'Comment 4: please be informed that the issue has held sales since yesterday; we can\\\'t sell the product without the total cost registered in the system. The product (KLC5) is also a raw material and would be used in production today. "\', "Comment 5: \'Koszty dodatkowe zakupu krajowego można przypisywać do założonych w Systemie dostaw za pomocą dokumentu: „Koszty Dodatkowe Zakupu – KDZ”. Koszty można dodać do dokumentów FZ", \'Comment 6: PZ\', \'Comment 7: FRR\', \'Comment 8: PW\', "Comment 9: PWK oraz ręcznych korekt ilościowych FKS/FKW/WKK.\'", "Comment 10: \'For documents of the PZI type the cost must be corrected by the SII - Internal document.First you need to issue an IMI - Import Invoice document from IPOR.Then SII Internal document from IMI.You will be able to enter costs on the Amounts tab.After confirmed SII document if fixed delivery value is selected for IPOR a correction from the SII level can be issued for this document.\'", "Comment 11: \'Please what is this SII document? how do correct with the SII\'", "Comment 12: \'Can i turn IPOR to POR if yes how do I do it\'", "Comment 13: \'Yes", "Comment 14: but it depends on the type of transaction on the order - only for Domestic transaction on PO can be process POR.We can change the transaction type for the order from the database but it will not be correct for Netherlands.\']"]\nRelated Issues:\n[]\n\n### End'}
26
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9006\n\n### Instruction:\nProblem z zaczytaniem listy płac I10/2023/03\r\nProszę o zdiagnozowanie i naprawienie problemu, jaki wystąpił podczas migracji listy nr I10/2023/03 z Optimy do CDn-a; poniżej screeny, lista utknęła i nie została pobrana.\r\n\n\n### Response:\n["Comment 1: [\'!image!!image-1!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'Verification of the task is in progress\'", "Comment 4: \'If you changed something on this employee the last time (after made main payroll)?\'", "Comment 5: \'[^DGS-9006.docx]\'", "Comment 6: \'information in the attachment[^DGS-9006.docx]\']"]\nRelated Issues:\n[]\n\n### End'}
27
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9005\n\n### Instruction:\ni need the definition for the following product form in ERP when creating a product ;\r\nC\r\nF\r\nL\r\nM\r\nPLT\r\nPWD\r\nW\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'Hello. They are already defined in XL you should add them to the product when creating the product from the level of the product attribute (from the green plus option).!image-2023-04-24-15-35-31-706.png!We can also change the settings in XL so that they appear automatically.\'", "Comment 3: \'what i mean is if i select C in the list of attributes under product form", "Comment 4: what does it mean. is C standing for something? that is what i what i want to know.\']"]\nRelated Issues:\n[]\n\n### End'}
28
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9004\n\n### Instruction:\nThe name and financial details of Business Partner 0526 have been changed within CDN-XL from Ajinomoto to Metex.\r\n\r\nwhen we consult via DH CDN, the data is not changed !!\r\n\r\nHow is this possible?\n\n### Response:\n["Comment 1: [\'!image!!image-1!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'Adress data for customers (business parners) can be translated in DH CDN depending on choosen language. If data for selected language is gray then it came from ERPXL. If this data for choosen language is black then translation was created in DH CDN and can be modified by user. So you can modify it by yourself.This is standard functionality provided by DH CDN.There is no translation data for customer (business partner) information in ERP XL.!image-2023-04-20-13-17-34-062.png!!image-2023-04-20-13-20-37-646.png!Data shown by DH CDN depends on Language you choose when log into application!image-2023-04-20-13-20-15-643.png!Similar issue was in taskDGS-8455Regards\'", "Comment 4: \'Ticket can be closed\']"]\nRelated Issues:\n[]\n\n### End'}
29
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9003\n\n### Instruction:\nRecipe for 147475 was sent to DHC and accepted on 19-04-2023. It is missing in DHP/PCS for Maasbracht.\r\nItem seems to be linked correctly in DHC.\r\nIn DHP item is missing (and because of that I think recipe is not imported).\r\n\r\nCan you check why the item is missing in DHP, fix this and resent the recipe? It is needed in PCS for production.\r\n\n\n### Response:\n["Comment 1: [\'!image!!image-1!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'Please check", "Comment 4: recipe should be in DHP already.\'", "Comment 5: \'Indeed", "Comment 6: item and recipe are now in DHP and recipe is delivered to PCS.What was the issue / how did you fix this?\'", "Comment 7: \'!image-2023-04-20-11-03-31-732.png!\'", \'Comment 8: "Hi Bob,this is a known issue that pops up every now and then\', \'Comment 9: should be fixed in a future release of DHC/DHP.Apparently the fix involves some database trickery that we can\\\'t do ourselves.Regards,Rob.PS there was a ticket for this case already: DGS-9002"\', "Comment 10: \'Bob", "Comment 11: see DGS-8986\'", "Comment 12: \'Missing DHHitem in DHCService", "Comment 13: ithas been resolved since dhc 3.0.60.The current version should not have the problem but for items after the upgrade date.\'", "Comment 14: \'This ticket can be closedOk", "Comment 15: we will check for inconsistencies for items in DHC and DHP\'", "Comment 16: \'Thank you.\']"]\nRelated Issues:\n[\'DGS-9002\']\n\n### End'}
30
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9002\n\n### Instruction:\nItem/recipe/labels for 147475 are all present in DHH/DHC but don\'t arrive in DHP Maasbracht.\r\n\r\nSynchronize & resend didn\'t help.\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'{code:java}select h1.*,h2.* from [DHCountry_NL_AS400_PROD].[dbo].[DhhItems] h1select h1.*,h2.* from [DHCountry_NL_AS400_PROD].[dbo].[DhhItems] h1 left join [DHCService_NL_AS400_PROD].[dbo].[DhhItems] h2 on h1.id=h2.id where h2.id is null andh1.BaseItemId is not null{code}!image-2023-04-20-10-19-59-004.png!jeszcze temat z brakiem dhhitems.!image-2023-04-20-10-19-26-620.png!\'", "Comment 3: \'Resolved inDGS-9003.\'", "Comment 4: \'Technically speaking... I was first ;)This ticket can be closed. Thanks for the support.\'", "Comment 5: \'Thank you for confirmation.\']"]\nRelated Issues:\n[\'DGS-9003\']\n\n### End'}
31
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9001\n\n### Instruction:\nZZ-305/04/23 nie można zmienić kraju pochodzenia na SK-Słovakia.\r\nJeśli wybierzemy kraj SK-Slovakia wtedy po zapisie i ponownym otwarciu ZZ pole jest puste.\r\nWszystkie inne kraje zostają zapamiętane podczas zapisu i ponownego otwarcia ZZ.\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'https://helpdesk.kotrak.com/browse/DGS-7991\'", "Comment 3: \'Sprawdziłam", \'Comment 4: i faktycznie orirgin country nie wpada\', "Comment 5: sprawdziłam inne zz na słowacje z erp xl tj 381/12/2022 tez to pola jest puste w dhcdn!image-2023-04-20-13-34-09-562.png!\'", "Comment 6: \'na bazie kraj jest zapisany ale go nie widac widać go dla szwajcarii !image-2023-04-20-13-42-14-355.png!\'", "Comment 7: \'From what I verify the name of country it is visible in dhcdn gui database but not show in application.Did you have any example of order for that origin country (slovakia) when thi is visible?\'", \'Comment 8: "we don\\\'t\', \'Comment 9: we have such a contract first time"\', "Comment 10: \'[~michal.kordys@kotrak.com]Ania będzie na to robić DCi.\'", "Comment 11: \'We ask developers ofr help with that issue.\'", "Comment 12: \'!image-2023-04-25-10-43-49-788.png!\'", \'Comment 13: "select * from cdn.krajecelne where kpc_nazwa=\\\'slovakia\\\'"\', \'Comment 14: "--update cdn.KrajeCelne --set kpc_nazwa=\\\'test\\\'\', \'Comment 15: kpc_nazwapl=\\\'test\\\' --where kpc_id=205"\', "Comment 16: \'pleae verify it seems it works now!image-2023-04-25-11-04-01-331.png!\'", "Comment 17: \'był; zdublowany wpis an bazie w erpxl na taebli cdn.kraje celne", "Comment 18: sprawdzalm od striony apki nie da sie tgeo dodac.\']"]\nRelated Issues:\n[]\n\n### End'}
32
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-9000\n\n### Instruction:\nHi\r\n\r\nCould you please enable and configure SSRS for DHC? Or maybe the Printout functionality in the DHC\r\nI think we could use it for a lot of purpose.\r\n\r\nThank you\n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'Please be informed that we have forwarded the issue to the development team in order to internal analysis.We are waiting for more details and will be back with further information as soon as possible.\'", "Comment 4: \'[~przemyslaw.przybyszewski@kotrak.com]to jest do zrobienia? Kolega z Amazonii pyta :)\'", \'Comment 5: "Hi [~mberbert@deheus.com]\', "Comment 6: DHC doesn\'t support SSRS", \'Comment 7: printout functionality in DHC is limited and it uses Crystal Reports to generate printouts."]\']\nRelated Issues:\n[]\n\n### End'}
33
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8999\n\n### Instruction:\nSO-2061/23/UMR wont sync as item code RD37071-S7980-P created today, is not in DHP. Needed for production tonight.\r\n\r\nItem code seems to be in other plants.\r\nItem code is linked.\r\nTechnology generated\n\n### Response:\n["Comment 1: [\'!image!!image-1!!image-2!!image-3!\'", \'Comment 2: "If you find the issue\', "Comment 3: please tell me what you did to resolve. I\'ve most of the normal solutIon. Checked for error", \'Comment 4: Restarted application pools ,and services. Modified the item code\', \'Comment 5: etc."\', "Comment 6: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 7: \'Any update?\'", \'Comment 8: "We\\\'re working on it"\', "Comment 9: \'!image-2023-04-19-23-46-24-523.png!\'", "Comment 10: \'Please verify. Now it should be ok.Please give us a feedback.\'", "Comment 11: \'The problem was on the side of an unknown change in the item RD37071-S7980-P. Updating this item and trying to restart the services. ErpIntegrator", \'Comment 12: Dhc Country\', "Comment 13: Dhc Service and integration services with DHC in side on DHP. Several times trying to restart services in that order solved the problem.Can we close this task ?\'", "Comment 14: \'Próba rozwiązania wg opisu w ON: [[DHC][DHC SERVICE] BRAK ITEMU", \'Comment 15: RECEPTUR I STANDARD SPECIAL W DHC SERVICE|onenote:https://kotrak.sharepoint.com/sites/erpasysta/Shared%20Documents/Baza%20wiedzy/Baza%20Wiedzy%20-%20ERPSD/Klienci/DEHEUS/DEHEUS%20APPLICATIONS/Polska/Baza%20wiedzy/DHC.one#%5BDHC%5D%5BDHC%20SERVICE%5D%20BRAK%20ITEMU%2C&section-id=7d50734f-49d8-4579-83b9-e51158168a8f&page-id=6b290e1b-fdf7-44cf-ae24-ff050bc32bff&end] ([Widok sieci Web|https://kotrak.sharepoint.com/sites/erpasysta/_layouts/15/Doc.aspx?sourcedoc=\\\\\\\\{03c87c92-bf92-4b3e-bfbe-d3ad2729eba6}&action=edit&wd=target%28Klienci%2FDEHEUS%2FDEHEUS%20APPLICATIONS%2FPolska%2FBaza%20wiedzy%2FDHC.one%7C7d50734f-49d8-4579-83b9-e51158168a8f%2F%5BDHC%5D%5BDHC%20SERVICE%5D%20BRAK%20ITEMU%2C%7C6b290e1b-fdf7-44cf-ae24-ff050bc32bff%2F%29&wdorigin=703&wdpreservelink=1])Dodatkowo:Kilkukrotny restart usług - erpintgratora\', \'Comment 16: dhc country\', \'Comment 17: dhcservice\', "Comment 18: i uslugi integracji z dhc w plant - w tej kolejności problem został rozwiązany.\'", "Comment 19: \'Thank you. You may close the ticket.\'", "Comment 20: \'Hello", "Comment 21: RCA DGS-9017 for issue has been created.\']"]\nRelated Issues:\n[\'DGS-9017\']\n\n### End'}
34
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8998\n\n### Instruction:\nHi\r\n\r\nWe found one weird situation in DHP about Expiry Date.\r\nOn the Executiuon tab of PLR, system is getting the right information about Expiry date: 365 days.\r\nHowever, without any manual intervention, the Delivery of it\'s PLR is being created with Expiry date 180 days.\r\n\r\nWhy is that?\r\nCould you please help us to understand and fix that?\r\n\r\nThank you very much!\n\n### Response:\n["Comment 1: [\'!image!!image-1!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'Ten sam kejs co tuhttps://helpdesk.kotrak.com/browse/DGS-7160\'", "Comment 4: \'Hi [~mberbert@deheus.com],We know what happend.This issue is already fixed in R8.5\']"]\nRelated Issues:\n[\'DAP-12931\']\n\n### End'}
35
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8997\n\n### Instruction:\nHi\r\n\r\nWe had a power issue 1 hour ago and now DHP is not working.\r\nThe following message are everywhere on DHP screens.\r\n\r\nHelps us, please\r\nThank you\n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Hello,\\\\r\\\\rWe are investigating your issue. We will inform you about the solution as soon as possible.\\\\r\\\\rRegards\\\\r\\\\r\'", "Comment 3: \'Please check now should be ok.\'", "Comment 4: \'Hi [~Agnieszka.Januszewska@kotrak.com]Now everything is OK.Thank you very much!You can close this task\']"]\nRelated Issues:\n[]\n\n### End'}
36
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8996\n\n### Instruction:\nRecipes exported from DHH are not arriving in DHC Compound anymore.\r\nSeveral recipes were sent, but none were imported after 11:12h.\r\n\r\nProbably a result of the upgrade.\r\n\r\nPlease check.\r\n\r\nRegards,\r\nRob\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'Pytanie dlaczego usługa była nieuruchomiona to ktoś od nas się zagapil i co przekazac klientowi !image-2023-04-19-18-00-08-556.png!\'", "Comment 3: \'po logach tej uslugi wygląda że nie była uruchomiona miedzy 11:55 a 17.55 więc chyba nasz blad,dodatkowo do weryfikacji opis z ON.:[Brak komunikacji z DHH od strony kraju. Np. Pricelist nie przechodzą.|onenote:https://kotrak.sharepoint.com/sites/erpasysta/Shared%20Documents/Baza%20wiedzy/Baza%20Wiedzy%20-%20ERPSD/Klienci/DEHEUS/DEHEUS%20APPLICATIONS/MYANMAR/Baza%20wiedzy.one#Brak%20komunikacji%20z%20DHH%20od%20strony%20kraju.%20Np.%20Pricelist%20nie&section-id=\\\\\\\\{9275FC89-DE25-4053-A935-0246B426C25C}&page-id=\\\\\\\\{6685194F-9937-437F-9A1A-43879F0C77BD}&end] ([Widok sieci Web|https://kotrak.sharepoint.com/sites/erpasysta/_layouts/OneNote.aspx?id=%2Fsites%2Ferpasysta%2FShared%20Documents%2FBaza%20wiedzy%2FBaza%20Wiedzy%20-%20ERPSD&wd=target%28Klienci%2FDEHEUS%2FDEHEUS%20APPLICATIONS%2FMYANMAR%2FBaza%20wiedzy.one%7C9275FC89-DE25-4053-A935-0246B426C25C%2FBrak%20komunikacji%20z%20DHH%20od%20strony%20kraju.%20Np.%20Pricelist%20nie%7C6685194F-9937-437F-9A1A-43879F0C77BD%2F%29])\']"]\nRelated Issues:\n[\'DGS-8995\']\n\n### End'}
37
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8995\n\n### Instruction:\nRecipes exported from DHH are not arriving in DHC Compound anymore.\r\nSeveral recipes were sent, but none were imported after 11:12h.\r\n\r\nProbably a result of the upgrade.\r\n\r\nPlease check.\r\n\r\nRegards,\r\nRob\n\n### Response:\n["Comment 1: [\'Hello,\\\\r\\\\rWe are investigating your issue. We will inform you about the solution as soon as possible.\\\\r\\\\rRegards\\\\r\\\\r\'", "Comment 2: \'!image-2023-04-19-16-53-11-208.png!\'", "Comment 3: \'!image-2023-04-19-16-54-16-305.png!\'", "Comment 4: \'a chwile pozniej!image-2023-04-19-16-55-42-145.png!\'", "Comment 5: \'logi dhh holdingu2023-04-19 17:06:45,868 [181] ERROR Evolution.DHHolding.Infrastructure.MessageHandlerBase`1 [(null)] - Error occurred when processing message of type Evolution.DHHolding.Interfaces.Stocks.StockChangedMessageSystem.Data.Entity.Infrastructure.DbUpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.Entity.Core.UpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.SqlClient.SqlException: Distributed transaction completed. Either enlist this session in a new transaction or the NULL transaction. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception", \'Comment 6: Boolean breakConnection\', "Comment 7: Action`1 wrapCloseInAction)\'", "Comment 8: \'Could you provide example of recipe ( item version)", "Comment 9: that I may try to resend ?\'", "Comment 10: \'czy to nie powinno być odkomentowane!image-2023-04-19-17-39-20-795.png!\'", "Comment 11: \'307302 is a nice one to try... it is also the most urgent one.\'", "Comment 12: \'trzeba było kopnać jeszcze te kolejkę!image-2023-04-19-18-00-08-556.png!\'", "Comment 13: \'The recipes are now going from dhh to DHC. About 307302 there are recipes up to 213 now ", \'Comment 14: but in DHH I can see version 214 I resend it\', "Comment 15: but it may took a moment.\'", "Comment 16: \'Thank you Agniezka", "Comment 17: I see the recipes are being processed now.Can you think of a reason why the communication stopped (for future upgrades of DHC)?\'", "Comment 18: \'Please verify also version 214 for 307302", "Comment 19: should be in DHC in close future.\'", "Comment 20: \'Queue is filling up... still more recipes coming (see graph)!image!\'", "Comment 21: \' version 214 for 307302 has arrived :)\'", "Comment 22: \'May set this task too hold until you verify If everything comes to DHC or lower the priority?\'", "Comment 23: \'You may even close the ticket", \'Comment 24: but I still would like to know the reason why this happened\', "Comment 25: and how to avoid this in the future.\'", "Comment 26: \'Hello,In that case I will lower it to p2 until tomorrow morning", \'Comment 27: hope to give you quick answer. But If there is a need from your sideto investigate the reasonof the issue\', "Comment 28: we may raise RootCause Analysis (RCA)task for you.\'", "Comment 29: \'I think that is the plan. Close this task and raise a RCA please.For now... thank you for your invaluable support.Regards,Rob.\'", "Comment 30: \'RCA is underDGS-8995thank you\']"]\nRelated Issues:\n[\'DGS-8996\']\n\n### End'}
38
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8994\n\n### Instruction:\nField Saldo on Financial Statement now is calculated with gross values from invoices and feed sales, but should be calculated with net values instad of gross values.\r\n\r\nIt should be changed in all sectors.\r\n\r\n\xa0 !image-2023-04-19-13-56-00-783.png!\r\n\r\n\xa0\n\n### Response:\n["Comment 1: [\'zmieniona funkcja KR_FinancialStatementSaldo - dodatkowo dodana obsługa BV i EV z taska https://helpdesk.kotrak.com/browse/DGS-8714\'", "Comment 2: \'zmieniona funkcjaKR_FinancialStatementSaldo wrzucona już także na IBIP_DHzmieniona funkcjaKR_FinancialStatementSaldoMASBE na IBIP_DH_TEST.Do zmiany na TEST pozostałe sektory oprócz MAS NL i MAS BE\']"]\nRelated Issues:\n[\'DGS-8714\']\n\n### End'}
39
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8993\n\n### Instruction:\nArticle is needed for dispatch today, so P1: \r\nArticle 088171 is an item with packing type = pcs. But in the WMO it\'s displayed as kg: therefore it cannot be taken in. Please check, see screenshots for 088171 compared to 088050\r\n\r\nVT-1131/4/23\r\n\r\n\n\n### Response:\n["Comment 1: [\'!afbeelding!!afbeelding-1!!afbeelding-2!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'088170 has the same issue...\'", "Comment 4: \'{code:java}SELECT count(*),BaseUnit FROM [DHPlantVCBusinessLogicMain].[dbo].[Items] where PackingForm=4 and SettlementType=3 group by BaseUnit{code}!image-2023-04-19-09-22-02-330.png!\'", "Comment 5: \'these two items have BaseUnit as KG", "Comment 6: for pcs should be changed.088171 088170!image-2023-04-19-09-33-08-841.png!\'", "Comment 7: \'This has to be changed in the ERP?\'", "Comment 8: \'Yes,please make the change and the data will be sent to plants.\'", \'Comment 9: "We\\\'re on it\', \'Comment 10: thanks for explaining. Ticket can be closed"]\']\nRelated Issues:\n[]\n\n### End'}
40
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8992\n\n### Instruction:\nIn ASN overview, a calloff is normally filtered out when a VT is created and it is not possible to add a second VT.\r\nSee eg. call off CL000028804, VT-386/4/23 was created, but the line is not filtered and the user can add another VT, even when VT is already closed. \r\nFor Andel, I found approx 60 call offs in total with this behaviour (DHP ASN list, sort on linked document).\r\n\r\nCan you check when an ASN is not correctly filtered when the VT is created? How can we prevent this? For this user it is not clear what is the status of these ASN\'s and sending a second VT for the same call off to PCS will give issues.\r\n\r\n \r\n\r\n\r\n\r\n\r\n\n\n### Response:\n["Comment 1: [\'!image!!image-1!!image-2!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'!image-2023-04-18-19-12-43-286.png!\'", "Comment 4: \'U nas na wersji 8.6 (.170)", "Comment 5: asn z utworzonymi vtkami są widoczne tylko przy opcji show all.!image-2023-04-18-19-41-09-786.png!!image-2023-04-18-19-22-12-811.png!\'", "Comment 6: \'From our annalist it is related toDGS-8837 and has the same cause,It is fix in 8,6 version.Are you able to cancel the wrong vt", "Comment 7: are this information sufficient for you ?\'", "Comment 8: \'Can you give me access to that ticket?\'", "Comment 9: \'please try now\'", "Comment 10: \'Ok", "Comment 11: I have access now. Indeed seems to be the same case. User did not create a second VT. He only asked about the filtering. So no cleanup is needed.This ticket can be closed.\']"]\nRelated Issues:\n[]\n\n### End'}
41
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8991\n\n### Instruction:\nSee DGS-8651 which you closed without our permission\r\n\r\nThe point is that SORC-218/09 must be clipped with SOR-155/09\r\n\r\nThe user asks what exactly to do. How should he execute the yellow shaded without making CDN difficult again.\r\n\r\nHe has no working method of this, can she also provide it?\r\n\r\nHe assumes that after a new clipp document the Sorc can be clipped, but how do we get a new document to be clipped that is accepted by SORC218?\n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'HelloUnfortunately", \'Comment 4: I have not received the information that the xl operator does not understand the previous instructions\', "Comment 5: can not operate ERP XL to the appropriate extent Also please let me know if you see my comment with the source task with this date :!image-2023-04-18-14-53-39-734.png! If yes please let me know what in this information the user did not understand .the solution was at the end :!image-2023-04-18-14-55-12-429.png!Did user try to cancell invoice 512/09/2022 and got some problems,Or user do not know how to cancell invoice?{color:#403294}*In this situation does the user need instructions or are we to perform these operations for the user ourselves?*{color}I would appreciate quick and precise answers.\']"]\nRelated Issues:\n[]\n\n### End'}
42
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8990\n\n### Instruction:\nAccording to our agreement on last retro and based on DGS-7272 please prepare and implemente similar solution in other factories, in Grodzisk and Mieścisko\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'Please be informed that we have forwarded the issue to the development team in order to internal analysis.We are waiting for more details and will be back with further information as soon as possible.\']"]\nRelated Issues:\n[]\n\n### End'}
43
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8989\n\n### Instruction:\nCould you give:\r\nMinnen, Matteo <MMinnen@deheus.com>; \r\nBroek, Hans van de <hbroek@deheus.com>\r\n\r\nThe rights to create technical results?\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'Is it duplicated task to this one and we can close it?https://helpdesk.kotrak.com/servicedesk/customer/portal/56/DGS-8988\'", "Comment 3: \'Yes this is a dublicate. I am sorry", "Comment 4: I get a error message when creating the last one.\'", "Comment 5: \'Ok", "Comment 6: so I close this task\']"]\nRelated Issues:\n[\'DGS-8988\']\n\n### End'}
44
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8988\n\n### Instruction:\nCould you give:\r\nMinnen, Matteo <MMinnen@deheus.com>; \r\nBroek, Hans van de <hbroek@deheus.com>\r\n\r\nThe rights to calculate technical results?\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", \'Comment 2: "What do you mean about calculation technical results?There are no validations for this button on Financial statement. Do you have any example of document?Only when document is Archived it\\\'s not possible to edit anythin (also not possible to use this button) unless user has right to edit any document (we have a role for this and now few users have this rights like on screen. Users can edit any type of document in Archive)!image-2023-04-18-14-03-47-104.png!Should we add these users to this role?"]\']\nRelated Issues:\n[\'DGS-8989\']\n\n### End'}
45
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8987\n\n### Instruction:\nIssue created on the basis of an e-mail notification.\r\n \r\nOn DHVD01AP09 there are a couple of services that will not start anymore. When trying to start the service, it states it cannot find the file specified.\r\n\r\n\n\n### Response:\n["Comment 1: [\'[^Service issue on DHVD01AP09.msg] _(268 kB)_\'", "Comment 2: \'Powodem zgłoszenia był upgrade w ramach https://helpdesk.kotrak.com/browse/DGS-8630.Sprawa była dogadana z Thomasem", "Comment 3: w Premixie mieli nie pracować od 23\']"]\nRelated Issues:\n[]\n\n### End'}
46
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8986\n\n### Instruction:\nEven after numerous resending of data from the ERP and synchronizing from DHH the items 506103* and recipes don\'t arrive in DHP.\r\nThere seems to be nothing wrong with them in DHC.\r\n\r\nCould you please have a look at it?\r\n\r\nRegards,\r\nRob.\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'Hi,Shall I also resync967438?Regards\'", "Comment 3: \'Please do. Is that something I can do myself in the future?\'", "Comment 4: \'Recipe 506103 in plant now!image-2023-04-18-10-09-37-269.png!\'", "Comment 5: \'Thank you Aleksandra", "Comment 6: I will inform the users about it.\'", "Comment 7: \'Recipe for Andel is also in plant:!image-2023-04-18-10-22-00-963.png|width=669,height=294!To be honest", \'Comment 8: part of processing is done under the db. This is known issue for Thomas and it is solved in DHC version 60 and highier.Please\', "Comment 9: let us know if we can close this task.Regards\'", \'Comment 10: "If you could do your magic for the two other variants of the item first.... then you can close the ticket.They are the 506103-BB and 506103-Z20\', \'Comment 11: I still can\\\'t get them to DHP myself apparently."\', "Comment 12: \'Sure\'", "Comment 13: \'Thank you Aleksandra!\'", "Comment 14: \'!image-2023-04-18-10-46-48-919.png!\'", "Comment 15: \'All three are in Utrecht plant now.So I am closing this task as mentioned before.Regards\']"]\nRelated Issues:\n[]\n\n### End'}
47
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8985\n\n### Instruction:\nHi\r\n\r\nWe have a Production recipe for GCN1392-T, version 1.0. However this version is not in DHP. Only version 0.0\r\n\r\nWhen we generate the subversion, then both version 1.0 and 1.1 goes to DHP.\r\nWe have another case too: GCN1390-T\r\n\r\nThis is happening to often. Could you please investigate why is this happening?\r\n\r\nThank you very much\n\n### Response:\n["Comment 1: [\'Hi [~mberbert@deheus.com],For task DGS-8820 and DGS-8967 we have raised this RCA.Regards\'", \'Comment 2: "{code:java}select t.CreateDate,* from [Evolution_DHCountry].[dbo].[Technologies] tleft join [Evolution_DHCService].[dbo].[Technologies] tson t.id=ts.id where ts.id is nullorder by t.CreateDate desc{code}Sprawdzając braki technologi!image-2023-04-21-13-24-03-376.png!Jest 8 towarów jakby nie skończone linkowanie w DHCServer:{code:java}select * from DhhItems where Code=\\\'21837\\\'select * from DhhItems where Code=\\\'21837\\\'select * from Items where Code like \\\'21837%\\\' select h1.*,i1.* from [dbo].[DhhItems] h1 left join [dbo].[Items] i1 on h1.id=i1.DhhItemId where i1.DhhItemId is null andh1.BaseItemId is not null{code}!image-2023-04-21-13-24-39-598.png!"\', "Comment 3: \'Hello,due to the manual linking of items the process as you can see below has not been completed by the operator:COB4421COB5051-T218382183121837COB5029For example item 21837:!image-2023-04-21-15-12-34-297.png!If the given raw material is not properly linked the production recipe and technologies will not be transferred to the plants.\']"]\nRelated Issues:\n[\'DGS-8820\', \'DGS-8967\']\n\n### End'}
48
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8984\n\n### Instruction:\nGood afternoon, we have problem wit synchronization of SO-537, it is not landing in DHC. The order is for foreign customer (export), and as far as I know it is first such case. Maybe there is an issue with county code (Burkina Faso)? \r\nAIS gives the the message (see the screen). \n\n### Response:\n["Comment 1: [\'!image!!image-1!!image-2!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'order wysyłany 11.042023-04-11 16:06:11,961 [72] DEBUG Evolution.DHCERPService.ImplementationRestWoW.Savers.DataContractSaver`2 [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\18317313\\\\\\\\DHAPPSV3-DHCER400-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.ImplementationRestWoW\\\\\\\\Savers\\\\\\\\DataContractSaver.cs:39] - Saving SalesOrderDataContractDeHeusWoW2023-04-11 16:06:11,976 [72] ERROR Evolution.DHCERPService.ImplementationRestWoW.Savers.DataContractSaver`2 [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\18317313\\\\\\\\DHAPPSV3-DHCER400-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.ImplementationRestWoW\\\\\\\\Savers\\\\\\\\DataContractSaver.cs:49] - Evolution.DHCERPService.IdentityMapping.IdentityNotMappedException: Key of entity CustomerMappingEntity was not mapped. Key value Id: CIPC00070\'", "Comment 4: \'Country code seems ok. I found in erpintegrator logs that there is no customer with codeCIPC00070Please try to send first the customer from ERP to DHC", "Comment 5: then verify if it is viisble here :!image-2023-04-17-19-18-52-590.png!Then when it appears please resend order and verify.\'", "Comment 6: \'!image-3!\'", "Comment 7: \'Please verify data in your ERP application", \'Comment 8: it seems that the the data in customer are incorrect. Please verify if the field country is not empty \', \'Comment 9: if yes\', "Comment 10: fill it with correct value.We do not support and do not have access to your ERP system.\'", \'Comment 11: "Plugin return message: ERROR sending datacontract to webmethods.io.Bad request: Exception of type \\\'Evolution.DHCERPService.Service.Interface.ExceptionHandling.DataValidationException\\\' was thrown.CustomerAddressObject Id: 5637192585 Country Is required"\', "Comment 12: \'This is the message I get from AIS when I exported the customer data to DHC. first it must be fixed before I resent the SO-537\'", "Comment 13: \'Yes but this address and customer is now only in YOUR ERP.Kotrak SA do not support this system. DO NOT HAVE access there", \'Comment 14: DO NOT HAVE permissions to make any changes there.ASK someone who is this ERP Operator to create or correct this address.OR as I asked You before\', \'Comment 15: if you verified in that system\', \'Comment 16: that address is correct in that ERP \', \'Comment 17: please send some screenshot to show us that in program \', "Comment 18: that the field named Country ( probably I do not know how this system looks) is completed.\']"]\nRelated Issues:\n[]\n\n### End'}
49
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8983\n\n### Instruction:\nthe following production in pcs cannot be found as PLRs in DHP\r\nlot number : 202301130006 9004(6mm)-b20\r\n 202304150002 9004(6mm)-b20\r\nkindly help\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'!image-2023-04-17-18-04-58-117.png!\'", "Comment 3: \'Lot number 202301130006 is in DHP as 0722130123003 but for other item!image-2023-04-17-18-10-21-960.png|width=671,height=276!You do not precise for what plant you are missing that plr.\'", "Comment 4: \'sorry i made a mistake with the first lot numberit is 202304130006 and it is tema plant\'", "Comment 5: \'brak wpisów tu dla lot z 15i 13 kwietnia!image-2023-04-17-19-39-03-591.png!\'", \'Comment 6: "Please I didn\\\'t find nothing in errors or log files. Could you please may ask you pcs provider if the plr\\\'s were sent? Or ask them to try again and send us date and our of that operation."\', "Comment 7: \'okay i will do that\'", "Comment 8: \'Waiting for your feedback then.Regards\'", \'Comment 9: "I see in the database that those batches are finished in manual mode. Due to the manual mode exports won\\\'t run\', \'Comment 10: the export is triggered by the PLC when the batch has finished.It is not possible to export these 2 lotnumbers by hand. this is the response from the pcs provider"\', "Comment 11: \'Thank you response", \'Comment 12: we do not have access to this database\', \'Comment 13: it seems it is not DHP database.So could this person send a screenshot\', "Comment 14: so we can see date when it was send.Also could he verify LOGS in their application.Cause because it is not our we are not able to verify that,\'", "Comment 15: \'the pcs provider says that because the dosing was done manually", "Comment 16: data is not sent. what do we do in this case.\'", \'Comment 17: "Well\', \'Comment 18: we do not support your PCS. If PCS users and providers did sent it to DHP in correct in that case as a work around:You are able to add plr\\\'s for both items from DHP. Ask you PCS provider for data to create it to be correct.!image-2023-04-20-17-54-32-722.png!"\', "Comment 19: \'ok thank you. please close\']"]\nRelated Issues:\n[]\n\n### End'}
50
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8982\n\n### Instruction:\nWe have a small request. The guarantees section is a bit out of line with the rest of the margins, as you can see on the screenshot. Could you put this in line with the rest of the document?\n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", \'Comment 3: "Hi Steffen,we\\\'ve made changes in TEST and PROD environment.You can verify it.Best regards,Grzegorz"\', "Comment 4: \'Hello", \'Comment 5: This looks good\', "Comment 6: thank you.\'", \'Comment 7: "Hi,I\\\'m closing the task.Best regards,Grzegorz"]\']\nRelated Issues:\n[]\n\n### End'}
51
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8981\n\n### Instruction:\nplease i nee dan urgent answer to the following error in DHC and how to solve it. it is really causing issues for us.\r\n\r\nError of type XLApiException has been thrown (XLNowyDokument:33).\r\nAPI Name - XLNowyDokument\r\nAPI Result - 33\r\nFlags - 16\r\nBŁĘDY:|Nie udało się wymusić numeru dokumentu/niepoprawny numer. (NowyDokument-33)\n\n### Response:\n["Comment 1: [\'Hello,Kindly approve lowering priority of this task to P2 as P1 issues are only those with a critical or a blocking impact on business processes . This seems not to be the case in this issue so we suggest decreasing the issue priority.Regards\'", "Comment 2: \'okay approved\'", "Comment 3: \'Please provide me with impacted VT number. Direct translation of the error is:Error of type XLApiException has been thrown (XLNewDocument:33).API Name - XLNewDocumentAPI Result - 33Flags - 16BUGS:|Failed to force document number/invalid number. (NewDocument-33)\'", "Comment 4: \'VT 340/4/23/MAG\'", \'Comment 5: "{code:java}2023-04-17 00:33:21,881 [8] INFO Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.VehicleTicketProcessor [(null)] - VehicleTicket - VT-340/2/2023/AC [Id: 2ac95ea4-c659-4b80-912e-4ff6d6d53b00]2023-04-17 00:33:21,881 [8] DEBUG Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.VehicleTicketProcessor [(null)] - VehicleTicket Validator started - Evolution.ErpIntegrator.Extensions.VTOrderValidator.VehicleTicketOrderValidator2023-04-17 00:33:21,928 [8] DEBUG Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.VehicleTicketProcessor [(null)] - VehicleTicket Validator finished - Evolution.ErpIntegrator.Extensions.VTOrderValidator.VehicleTicketOrderValidator2023-04-17 00:33:22,053 [12] DEBUG Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.GenerateWarehouseMovementReceipt [(null)] - GenerateWarehouseMovementReceipt execution started2023-04-17 00:33:22,116 [12] DEBUG Evolution.ErpIntegrator.CdnXL.CdnXL2020.Transactions.XLTransaction [(null)] - XL transaction created\', \'Comment 6: token ID - A9;:>L8PO1G51lAK_JbP==5---.SH---2023-04-17 00:33:22,194 [12] DEBUG Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.GenerateWarehouseMovementReceipt [(null)] - Creating WMR+ element for vte Id: 58046c96-a30a-4acd-ac42-68c418020ed4 (1003400 - 22500.000000)2023-04-17 00:33:22,256 [12] DEBUG Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.GenerateWarehouseMovementReceipt [(null)] - Found 0 WMR- () for order IO-582/232023-04-17 00:33:22,287 [12] DEBUG Evolution.ErpIntegrator.CdnXL.CdnXL2020.Transactions.XLTransaction [(null)] - XL transaction rollbacked\', "Comment 7: token ID - A9;:>L8PO1G51lAK_JbP==5---.SH---2023-04-17 00:33:22,287 [12] DEBUG Evolution.ErpIntegrator.DHC.DHC30.Database.DhcTransaction [(null)] - DHC transaction rollback staeted2023-04-17 00:33:22,287 [12] DEBUG Evolution.ErpIntegrator.DHC.DHC30.Database.DhcTransaction [(null)] - DHC transaction rollback finished2023-04-17 00:33:22,303 [12] ERROR Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.GenerateWarehouseMovementReceipt [(null)] - Can\'t find WMR- document to map to WMR+Evolution.ErpIntegrator.ERP.Interfaces.Exceptions.WarehouseMovementReleaseNotMappedException: Can\'t find WMR- document to map to WMR+ at Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.GenerateWarehouseMovementReceipt.MapWarehouseMovementRelease(VehicleTicket vehicleTicket", \'Comment 8: InternalOrder internalOrder\', \'Comment 9: WarehouseMovementReceipt warehouseMovementReceipt) at Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.GenerateWarehouseMovementReceipt.OnExecute(VehicleTicket vehicleTicket)2023-04-17 00:33:22,381 [12] DEBUG Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.GenerateWarehouseMovementReceipt [(null)] - GenerateWarehouseMovementReceipt execution finished{code}"\', "Comment 10: \'{code:java}2023-04-17 13:17:23,613 [14] DEBUG Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.GenerateWarehouseMovementReceipt [(null)] - GenerateWarehouseMovementReceipt execution finished2023-04-17 13:17:23,910 [9] INFO Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.VehicleTicketProcessor [(null)] - VehicleTicket - VT-340/4/2023/AC [Id: e4e59c58-ba22-4c83-9fce-2d64540747a2]2023-04-17 13:17:23,910 [9] DEBUG Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.VehicleTicketProcessor [(null)] - VehicleTicket Validator started - Evolution.ErpIntegrator.Extensions.VTOrderValidator.VehicleTicketOrderValidator2023-04-17 13:17:23,910 [9] DEBUG Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.VehicleTicketProcessor [(null)] - VehicleTicket Validator finished - Evolution.ErpIntegrator.Extensions.VTOrderValidator.VehicleTicketOrderValidator2023-04-17 13:17:24,270 [8] DEBUG Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.GenerateSalesOrderRelease [(null)] - GenerateSalesOrderRelease execution started2023-04-17 13:17:24,488 [8] DEBUG Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.GenerateSalesOrderRelease [(null)] - Forcing document number - 805/4/2023/MAG for vt element id - Id: 7a1e4ad0-e080-4b91-8abf-f96647fefdc22023-04-17 13:17:24,660 [8] DEBUG Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.GenerateSalesOrderRelease [(null)] - VehicleTicketElement Validator started - Evolution.ErpIntegrator.Extensions.VTOrderValidator.VehicleTicketOrderValidator2023-04-17 13:17:25,363 [8] DEBUG Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.GenerateSalesOrderRelease [(null)] - VehicleTicketElement Validator finished - Evolution.ErpIntegrator.Extensions.VTOrderValidator.VehicleTicketOrderValidator2023-04-17 13:17:25,379 [8] DEBUG Evolution.ErpIntegrator.CdnXL.CdnXL2020.Transactions.XLTransaction [(null)] - XL transaction created", \'Comment 11: token ID - gEl.P/^14Q7<8M]H^h`7A-5----_C]--2023-04-17 13:17:25,379 [8] DEBUG Evolution.ErpIntegrator.CdnXL.CdnXL2020.Documents.Ordes.CdnXL2020OrderRepository [(null)] - Found reservation 1\', \'Comment 12: 2960142023-04-17 13:17:25,395 [8] DEBUG Evolution.ErpIntegrator.CdnXL.CdnXL2020.Documents.Ordes.CdnXL2020OrderRepository [(null)] - Found reservation 1\', \'Comment 13: 2960152023-04-17 13:17:25,395 [8] DEBUG Evolution.ErpIntegrator.CdnXL.CdnXL2020.Documents.Ordes.CdnXL2020OrderRepository [(null)] - Found reservation 1\', \'Comment 14: 2960132023-04-17 13:17:25,410 [8] DEBUG Evolution.ErpIntegrator.CdnXL.CdnXL2020.Documents.Ordes.CdnXL2020OrderRepository [(null)] - Found reservation 1\', \'Comment 15: 2960162023-04-17 13:17:25,410 [8] INFO Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.GenerateSalesOrderRelease [(null)] - Prcision 22023-04-17 13:17:25,410 [8] INFO Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.GenerateSalesOrderRelease [(null)] - Prcision 22023-04-17 13:17:25,410 [8] INFO Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.GenerateSalesOrderRelease [(null)] - Prcision 22023-04-17 13:17:25,410 [8] INFO Evolution.ErpIntegrator.IntegrationLibrary.Documents.VehicleTickets.GenerateSalesOrderRelease [(null)] - Prcision 22023-04-17 13:17:25,426 [8] DEBUG Evolution.ErpIntegrator.CdnXL.Interfaces.Documents.ExternalOrderTransactions.XLAPIExternalOrderTransaction [(null)] - NB Flag - Class = Net\', "Comment 16: API = N2023-04-17 13:17:25,754 [8] ERROR Evolution.ErpIntegrator.CdnXL.CdnXL2020.Documents.ExternalOrderTransactions.CdnXL2020ExternalOrderTransactionRepository [(null)] - Error of type Evolution.ErpIntegrator.CdnXL.CdnXL2020.XLApiException has been thrown (XLNowyDokument:33).API Name - XLNowyDokumentAPI Result - 33Flags - 16B£ʄY:|Nie uda³o si꠷ymusi栮umeru dokumentu/niepoprawny numer. (NowyDokument-33) at Evolution.ErpIntegrator.CdnXL.CdnXL2020.Documents.ExternalOrderTransactions.CdnXL2020ExternalOrderTransactionRepository.CreateHeader(XLExternalOrderTransaction documentHeader) in C:\\\\\\\\TeamCity\\\\\\\\buildAgent\\\\\\\\work\\\\\\\\57a7e278b67a115c\\\\\\\\Evolution.ErpIntegrator\\\\\\\\CdnXL\\\\\\\\Evolution.ErpIntegrator.CdnXL.CdnXL2020\\\\\\\\Documents\\\\\\\\ExternalOrderTransactions\\\\\\\\CdnXL2020ExternalOrderTransactionRepository.cs:line 792023-04-17 13:17:25,754 [8] ERROR Evolution.ErpIntegrator.CdnXL.CdnXL2020.Transactions.XLTransaction [(null)] - XL rollback error - possibly no transactionError of type Evolution.ErpIntegrator.CdnXL.CdnXL2020.XLApiException has been thrown (XLTransakcja - Rollback:-1).API Name - XLTransakcja - RollbackAPI Result - -1{code}\'", "Comment 17: \'zamowienie dla podanego vt[[DHC] generowanie dokumentów z VT|onenote:https://kotrak.sharepoint.com/sites/erpasysta/Shared%20Documents/Baza%20wiedzy/Baza%20Wiedzy%20-%20ERPSD/Klienci/DEHEUS/DEHEUS%20APPLICATIONS/RPA/Baza%20wiedzy.one#%5bDHC%5d%20generowanie%20dokument%C3%B3w%20z%20VT&section-id=\\\\\\\\{A2F09CD6-A23A-42F3-92F5-ED66B521455B}&page-id=\\\\\\\\{AFD9446F-4C74-4FAE-9502-1F02911E382C}&end] ([Widok sieci Web|https://kotrak.sharepoint.com/sites/erpasysta/_layouts/OneNote.aspx?id=%2Fsites%2Ferpasysta%2FShared%20Documents%2FBaza%20wiedzy%2FBaza%20Wiedzy%20-%20ERPSD&wd=target%28Klienci%2FDEHEUS%2FDEHEUS%20APPLICATIONS%2FRPA%2FBaza%20wiedzy.one%7CA2F09CD6-A23A-42F3-92F5-ED66B521455B%2F%5BDHC%5D%20generowanie%20dokument%C3%B3w%20z%20VT%7CAFD9446F-4C74-4FAE-9502-1F02911E382C%2F%29])\'", \'Comment 18: "SELECT vt.ExpectedElementsQuantity\', \'Comment 19: vee.DocumentNumber,vt.documentnumber,d.* FROM [dbo].[VehicleTickets] vt join [dbo].[VehicleTicketElements] ve on vt.Id=ve.VehicleTicketId join [dbo].[VehicleTicketElementERPDocuments] vee on vee.VehicleTicketElementId=ve.Id join [dbo].[VehicleTicketDocumentNumbers] d on d.Id=ve.DocumentNumberId where vt.id = \\\'1D34D81C-0CEF-4B9A-B0B5-B957978A0EC7\\\' or d.id in ( select id from [dbo].[VehicleTicketDocumentNumbers] where DocumentYear=2023 and DocumentMonth=4 )order by d.DocumentNumber desc"\', "Comment 20: \'!image-2023-04-17-14-50-43-569.png!\'", "Comment 21: \'Good morningWhile reviewing the request", \'Comment 22: we noticed that there was a problem with the operation of erp xl on server 10.233.3.20.This is a bug which sometimes happens in ERPXL\', \'Comment 23: when the user mainly uses a language version other than Polish.This situation caused a problem with generation of documents - it has been fixed.As for the error itself\', \'Comment 24: it can be translated to" Failed to force document number/invalid number."It is due to the fact that in dhc is generated maximum document number predicted for VTwhich is already used in ERP XL ( it is about the full document number including series ).When such situation happened sometimes in other countries were single SOR documents generated manually by the operator then we suggest that you cancel the documents made manually\', \'Comment 25: then the number is released and you can generate an SOR document from DHC\', \'Comment 26: and the manual document from another order is then created again by the operator.I verified that recently for SOR documents with "mag" series from April\', \'Comment 27: the maximum number generated from dhc is SOR SOR-696/23/MAG with vt 34/4/2023/AC. However\', \'Comment 28: since then in erp xl for sales orders with MAG series\', \'Comment 29: there were manually generated SOR documents that block the indicated number.In addition\', \'Comment 30: after erp xl was repaired\', \'Comment 31: the message given appeared for some cases - so it is possible that some of the ungenerated SOs in dhc were generated manually.Like here :!image-2023-04-17-17-19-54-875.png!this message means that the source document\', \'Comment 32: i.e. SO is in the status not allowing executionSO for that vt is 811. This order is already executed in erp xl!image-2023-04-17-17-23-15-370.png!SOR documents with mag series for April generated by a non-erpint operator are currently 134.So numbers from 697 up tu 806 are blocked.In that case for the first one I am asking you to as users ( mainly Hdabi - who created all documents from that list) to stop creating manual SOR for SO for MAG series until we solve this,The second thing\', \'Comment 33: please review the given file in the first sheet is a list of vt for which there may be a problem with the generation. The second sheet is the number of SOR and orders. Please have them reviewed and decisions made or executed : their cancellation If any SOr on the list concerned an order related to "hanging vt"\', "Comment 34: please add in the file what about the document in the following columns. !image-2023-04-17-17-40-50-483.png![^sors.xlsx]I!image-2023-04-17-17-40-50-483!\'", \'Comment 35: "select trn_gidnumer,cdn.nazwaobiektu(TrN_GIDTyp,trn_gidnumer,1,2) as numberSOR,--TrN_OpeNumerW,cdn.NazwaObiektu(zan_gidtyp,zan_gidnumer,1,2) as Ordernumber from cdn.tranag left join cdn.zamnag on zan_gidnumer=TrN_ZaNNumerwhere trn_gidtyp in ( 2001) and TrN_RokMiesiac=202304 and trn_trnnumer >=697 and trn_openumerw<>2and trn_stan not in (6) and TrN_TrNSeria in (\\\'mag\\\')SELECT vt.ExpectedElementsQuantity\', \'Comment 36: vee.DocumentNumber,vt.documentnumber\', \'Comment 37: d.* FROM [dbo].[VehicleTickets] vt join [dbo].[VehicleTicketElements] ve on vt.Id=ve.VehicleTicketId join [dbo].[VehicleTicketElementERPDocuments] vee on vee.VehicleTicketElementId=ve.Id join [dbo].[VehicleTicketDocumentNumbers] d on d.Id=ve.DocumentNumberId where vt.id = \\\'1D34D81C-0CEF-4B9A-B0B5-B957978A0EC7\\\' or d.id in ( select id from [dbo].[VehicleTicketDocumentNumbers] where DocumentYear=2023 and DocumentMonth=4 ) and vee. DocumentNumber is null order by d.DocumentNumber desc"\', "Comment 38: \'okay your submission is well noted", "Comment 39: is there a way we can see which document number an SOR is supposed to have?\'", "Comment 40: \'so if i should cancel all the SORs in the list will it resume automatic generation?\'", "Comment 41: \'Yes in cases where there is a connection to vt in DHC,For other cases the SO will be confirmed or in progress.You may verify them later.\'", "Comment 42: \'okay then \'", "Comment 43: \'Will you cancel the Sors? If yes I will wait until you did it. I\'", "Comment 44: \'i will speak to finance if i can cancel the SORs", "Comment 45: if not i will let you know\'", "Comment 46: \'we have identified SORs we want to cancel", \'Comment 47: we want to be sure if we should go ahead and cancel them\', "Comment 48: can we force the start of automatic document generation?\'", "Comment 49: \'And we also need the excel list for Johnson as well", "Comment 50: you only sent MAG\'", \'Comment 51: "Please ignore what i have said earlier.The main issue now is all the SORs on the list has to be reported to head quarters this week and from Finance they are advising that we don\\\'t cancel anything and if we do not cancel anything\', \'Comment 52: is it possible to force the automatic generation starting from the last available SOR number?"\', "Comment 53: \'I need to contact with developers with that - as I understand you want the SORs to be started with the first free number yes ?Automatic generation is still working", \'Comment 54: but for some documents where you have an error.I prepare second file with 2 sheets in first you have vt with existing document number ( api-33) and in second sheet you have few VT\', "Comment 55: that are related to orders that SOr documents generated manually as you can see.We may mapp this douments.For error api-33 we need to consult it with our developers.Also it looks that works willworks may exceed the 3 rbh.[^ghana_analisys2.xlsx]\'", \'Comment 56: "Przydatne selectySELECT vt.ExpectedElementsQuantity\', \'Comment 57: vee.DocumentNumber,vt.documentnumber\', \'Comment 58: vee.message,o.DocumentNumber as ordernumber\', \'Comment 59: o.id as orderid\', \'Comment 60: d.*FROM [dbo].[VehicleTickets] vtjoin [dbo].[VehicleTicketElements] ve on vt.Id=ve.VehicleTicketIdjoin [dbo].[VehicleTicketElementERPDocuments] vee on vee.VehicleTicketElementId=ve.Idjoin [dbo].[VehicleTicketDocumentNumbers] d on d.Id=ve.DocumentNumberIdjoin dbo. OrderElements oe on oe.Id=ve.OrderElementIdjoin dbo.orders o on o.id=oe.OrderId-- join [ERPXL_GHA_PROD] .cdn.TraNag erp on erp.trn_gidnumer=pt.XlIdwhere d.id in (select id from [dbo].[VehicleTicketDocumentNumbers] where DocumentYear=2023 and DocumentMonth=4 ) and vee.DocumentNumber is null and vee.Message is not null order by d.DocumentNumber desci dla wyfiltrowanych błędów z api-158 czyli tam gdzie status zamowienia jest złyselect ERPXL_GHA_PROD.CDN.nazwaobiektu(zan_gidtyp,zan_gidnumer,1,2)\', \'Comment 61: ERPXL_GHA_PROD.CDN.nazwaobiektu(TrN_GIDTyp,TrN_GIDNumer,1,2),z.zan_stan\', \'Comment 62: TrN_OpeNumerW from DhcErpPlugin_GHA_Prod.dbo.OrderSyncs pojoin ERPXL_GHA_PROD.cdn.ZamNag z on z.zan_gidnumer=xlidjoin ERPXL_GHA_PROD.cdn.TraNag t on t.trn_zannumer=z.ZaN_GIDNumerwhere po.DhcId in (\\\'6DE29D59-8F78-4647-A4FB-D619E6E0F6FA\\\',\\\'7610DC71-A50A-4057-A2E5-D6EBEFD81A2E\\\',\\\'12F2ED3C-66A1-4C75-BE90-AE82A5B4C4B0\\\',\\\'A9776347-68EF-49CD-A720-EC8EE38DCB91\\\',\\\'28443909-7191-40BA-9B0C-F6AAF0CC29C4\\\',\\\'2E226F97-2A0C-496E-BEDF-E1E3D49842A3\\\',\\\'5247F3C3-A272-4D10-9D3D-172703B28924\\\')erpint ma gidnumer 2 więc ostatniej kolumnie jak nie ma 2 znaczy to że oni wystawili."\', "Comment 63: \'what do you mean by mapping these documents please?\'", \'Comment 64: "Hello,I clicked all documents vt in april with the error api-result=33It took about 1 rbh.AsAs I informed you\', \'Comment 65: the part with the error api-33 ( no number) turned into 158 - that is\', \'Comment 66: they are VTs connected to orders already completed in part or in full. Sometimes there are 2-3 such cases in other customers then we can map the SOR document in ERPXL and DHC. However\', \'Comment 67: currently - at 8 pm such cases are with you : 112 VT. Counting for each about 10-15 minutes for updates it is about 28- manhours.And there still be 36 vt blocked by numeration.And the last free number is also set in DHP\', \'Comment 68: so I guess it may be also 2-3 hours of our work.I understand that the finance department may not be pleased to have to cancel erroneously generated documents by document users. However\', \'Comment 69: cancellation is the simplest\', \'Comment 70: fastest\', \'Comment 71: and safest solution in this situation. I can prepare for you a filter on the SOR list in erp xl\', \'Comment 72: which will search for all documents from April\', "Comment 73: with the series \'mag\' created by an operator other than erp xl.You may then checked all filter documents and then just cancel it.Then maybe there will be need to press generate on hanging vt from april from Thema", \'Comment 74: but we or you may do it\', \'Comment 75: and it want take more then 1 or max 2 hours\', \'Comment 76: to verify or resynchronised that.ALSO ASK YOUR TEAM to stop generating SOR\', \'Comment 77: until we finished blocking function."\', "Comment 78: \'ookay i understand you.I have asked them to stop generating SORs but it is not only tema but johnson also\'", "Comment 79: \'i mean it is not only mag but johnson also\'", "Comment 80: \'please create the filter for the series mag and jons please\'", "Comment 81: \'I do not know If you understand", \'Comment 82: that this task is for problem with api-result-33 error message on vt.I do not see that VT with that error wich diffrent plant.If you see that VT for that plant are not generated for diffrent reason please create other task.For case I am trying to explain you I am asking for your decision,a. Do you agree to cancel incorrect SOR documents ?- and you will do It?b. Do you want other solution that could cost you about 30 man-hoursPlease send one clear response\', \'Comment 83: because\', \'Comment 84: every single comment\', \'Comment 85: which does not allow us to start any work\', \'Comment 86: it only disturbs the way SLa is calculated in this task. In addition\', \'Comment 87: if you would decide to second change suggest changing the type of request to Service Request because it is a large amount of work that is due to user errors or create new SR\', "Comment 88: for fixing about 150 VT.\'", "Comment 89: \'We agree to cancel incorrect SOR documents and we will do it\'", "Comment 90: \'Ok so as I mentioned I created a filter so you can find all documents on SOR listwith that criteria : type=SOR", \'Comment 91: created by user different then erp_integrator\', \'Comment 92: from april 042023\', "Comment 93: with mag series.!image-2023-04-21-16-00-23-278.png!If you need to have some information for future what will be cancell you may use export to excel after you filtered that!image-2023-04-21-16-01-35-999.png!Please verify.\'", "Comment 94: \'okay\'", "Comment 95: \'i cannot find the filter \'", "Comment 96: \'!image!\'", "Comment 97: \'use module sales !image-2023-04-21-18-14-22-014.png!\'", "Comment 98: \'that is what i used\'", \'Comment 99: "let\\\'s meet on teams on Monday"\', "Comment 100: \'Hellooo so i realised when i use the filter it only filters for MAG but not JOHNSON\'", \'Comment 101: "YESdid you read/see my previus comments - are all my comments visiblePlease read that and let me know if for vt that was matter for that task that were reason for THAT issue after cancellation it works fine.CAUSE AS I ALSO EXPLAINED YOU BEFORE\', \'Comment 102: for series different than mag there were no errors likeAPI Result - 33.So please if there are problem with Vt from Johnson CREATE A NEW TASK.And for VT\\\'s from Tema plant. Did you cancel them and they were generated successfully?!image-2023-04-25-10-11-40-462.png!"\', "Comment 103: \'okay understood\'", "Comment 104: \'the SORs have been cancelled what is the next steps\']"]\nRelated Issues:\n[]\n\n### End'}
52
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8980\n\n### Instruction:\nProduct 329900 is available in DHC, but not in DHP Helmond. Can you resend it to DHP Helmond?\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'Item is in DHP now !screenshot-1! \'", \'Comment 3: "Thanks\', \'Comment 4: it\\\'s working now."\', "Comment 5: \'Thank you for confirmation.\\\\rFrom DHC version 3.0.60 problem should not occur.\']"]\nRelated Issues:\n[]\n\n### End'}
53
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8979\n\n### Instruction:\nHi, task from Paulina\r\n\r\nRafał Boniecki\r\n\r\n\n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'Trigger has been disabled. Immediately after making changes", "Comment 4: please let me know if it can be turned on.\'", "Comment 5: \'Please let me know if the trigger can be enabled\'", "Comment 6: \'No", "Comment 7: we will turn it on ourselves if we need.\'", "Comment 8: \'Task to close.\'", "Comment 9: \'ok", \'Comment 10: but we would like to inform you that the trigger was created to ensure the correctness of the provisions regarding fixed-term contracts\', \'Comment 11: its disabling may cause numerous irregularities in the system. The trigger should be constantly on\', \'Comment 12: only in exceptional situations (due to the layout of old data) it can be turned off for a while. If incorrect data is multiplied\', "Comment 13: turning it on this trigger will generate enormous number of error messages.\']"]\nRelated Issues:\n[]\n\n### End'}
54
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8978\n\n### Instruction:\nHi, \r\n\r\nThese item (883486200030, 883486500030, 883486900070) are zero quantity in Item screen. However, when I check with Administrator >>special function>> Restore Item stock, I do see transaction (please refer attached for more details). What kinds of these transactions are? Why cannot I restore it?\r\n\r\nBest Regards, \r\n\r\nClara\n\n### Response:\n["Comment 1: [\'!image!!image-1!!image-2!!image-3!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", \'Comment 3: "Hi Clara,On your screenshot I can see ERP XL version 2020\', \'Comment 4: however\', \'Comment 5: in our accesses I don\\\'t have information about server with 2020 versio. Could you please provide me with the ip address of the relevant server?Regards"\', "Comment 6: \'Hi,I do raise for Food Business. Please reach there 10.95.1.41:3339.\'", "Comment 7: \'Hi", \'Comment 8: Are you able to access it? Best Regards\', "Comment 9: Clara\'", "Comment 10: \'Hi", "Comment 11: Any update? \'", "Comment 12: \'We are working on this issue.Regards\'", "Comment 13: \'What database?!image-2023-04-20-11-41-07-633.png!I should start that password: Admin@123 does not work for none of above DB.!image-2023-04-20-11-41-55-278.png!Regards\'", "Comment 14: \'Please work on DHF_MM\'", "Comment 15: \'But the passwordAdmin@123 does not work\'", "Comment 16: \'Last time has no issue. Any way please try again.\'", "Comment 17: \'Item stock restoration in history mode allows you to determine what happened to the items historically.Analysis below: # Item 883486200030When you double-click on the item", "Comment 18: you can see that there is a difference for the stock quantity forIR+211/04/23/Y!image-2023-04-20-14-24-26-126.png!If there is a delivery document in the details!image-2023-04-20-14-25-03-536.png!you can go to History and find the differences!image-2023-04-20-14-26-06-810.png!!image-2023-04-20-14-27-08-126.png!you can find the reason for the differenceThis document need to be confirm - WR--936/04/232.883486500030!image-2023-04-20-14-34-51-009.png!Same document:!image-2023-04-20-14-36-14-736.png!3.883486900070!image-2023-04-20-14-37-28-084.png!Same document:!image-2023-04-20-14-38-28-903.png!!image-2023-04-20-14-41-26-871.png!\'", "Comment 19: \'This document must be confirmed WR--936/04/23 and created related trade document.Another way is to delete this WR--936/04/23 ( if it is incorrect).There will be differences if there is no complete set of documents.\'", "Comment 20: \'Hi", "Comment 21: I will check with user and proceed. You can close the ticket now. Thanks\']"]\nRelated Issues:\n[]\n\n### End'}
55
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8977\n\n### Instruction:\nHi\r\n\r\nPleas help to check this PLR 4361200323092 in Hai Phong 2 Plant ( 0436).\r\n\n\n### Response:\n["Comment 1: [\'[^PLR - 4361200323092.docx] _(170 kB)_\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'View from App!image-2023-04-17-08-46-36-705.png!\'", "Comment 4: \'!image-2023-04-17-08-49-15-009.png!!image-2023-04-17-08-50-24-894.png!\'", \'Comment 5: "Hi,I tried to verify your issue but:>> there is no PLR: 4361200323092 visible in the app update: found it by PrO number>> I can see it under database but in PLR\\\'s elements I can see only one element: item1002010 Could you please explain that?"\', \'Comment 6: "{code:java}SELECT * FROM [DHPlantProdBusinessLogicMain].[dbo].[ProductionLots] where LotNumber = \\\'4361200323092\\\' SELECT * FROM [DHPlantProdBusinessLogicMain].[dbo].[ProductionLotElements] where RecipeId = \\\'241D59C2-D7DB-4D0A-BDCB-809E5171D163\\\' --and ItemId = \\\'6166FA3D-93F8-4A21-962D-018997A344AF\\\' SELECT * FROM [DHPlantProdBusinessLogicMain].[dbo].[Recipes] where ItemId = \\\'87130F35-55F0-41D1-97C1-5C9141434D19\\\' SELECT * FROM [DHPlantProdBusinessLogicMain].[dbo].[RecipeElements] where Id = \\\'241D59C2-D7DB-4D0A-BDCB-809E5171D163\\\' SELECT * FROM [DHPlantProdBusinessLogicMain].[dbo].[Items] where code = \\\'2579\\\' SELECT * FROM [DHPlantProdBusinessLogicMain].[dbo].[Items] where id in (\\\'6166FA3D-93F8-4A21-962D-018997A344AF\\\',\\\'EC557595-73C0-41DA-B98C-D827B824026C\\\',\\\'47266428-01DF-42AF-818C-6A326688E5CB\\\'){code}"\', "Comment 7: \'!image-2023-04-17-09-11-45-719.png!!image-2023-04-17-09-12-12-445.png!\'", "Comment 8: \'!image-2023-04-17-09-26-52-906.png!\'", "Comment 9: \'!image-2023-04-17-09-41-47-853.png!!image-2023-04-17-09-41-16-666.png!\'", "Comment 10: \'Cześć [~maciej.dobrzanski@kotrak.com]Maciej,[~marcin.block@kotrak.com]sugerujena analize w Developmencie", "Comment 11: to też zostawiam ciekawy kejs :P :)\'", "Comment 12: \'Please be informed that we have forwarded the issue to the development team in order to internal analysis.We are waiting for more details and will be back with further information as soon as possible.\'", "Comment 13: \'Hello,Is there any update on this issue?\'", "Comment 14: \'Hi [~Hardy.huy@deheus.com],We have planned to work on this ticket tomorrow\'", "Comment 15: \'[~marcin.block@kotrak.com] będzie rozmawiał z Ericiem\'", "Comment 16: \'[~maciej.dobrzanski@kotrak.com] [~marcin.block@kotrak.com]dziękuję <3\'", "Comment 17: \'hi Maciej", \'Comment 18: this is user mistake. please close this case. this bagging recipe should not be prepare by this way. Normally\', "Comment 19: bagging recipe will have 1 bulk and 1 empty bag.\'", "Comment 20: \'We are closing this task. Thank you.\'", "Comment 21: \'Hi [~Eric.quang@deheus.com]Thsnk you for the response\']"]\nRelated Issues:\n[]\n\n### End'}
56
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8976\n\n### Instruction:\nHi,\r\nWe can not preview all printout\n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'wydruki nie chodziły tez 16 i 15 mieli jakies bledy!image-2023-04-17-03-24-41-689.png!\'", "Comment 4: \'było przy wejsciu na serwer 503", \'Comment 5: usluga niby działa\', "Comment 6: teoretycznie,profilaktycznie restart usługi potem puli na iis !image-2023-04-17-04-09-06-849.png!teraz infow logach ndal o błedzie ale ze maszyna na ktorej jest ssrs odmawia dostępu !image-2023-04-17-04-06-48-230.png!!image-2023-04-17-04-08-11-895! !image-2023-04-17-04-09-06-849!\'", "Comment 7: \'bledy z uslugie srrs sprzed restartu: !image-2023-04-17-04-16-48-364.png!!image-2023-04-17-04-15-40-493.png!\'", "Comment 8: \'Widzę że ktoś u nas (?)coś zmieniał!image-2023-04-17-04-27-47-215.png!\'", "Comment 9: \'odnośnie daty licencji wyglada ze jest expired od 13.01ale to moze tez wskazywac na jakis blad w konfig ?!image-2023-04-17-04-35-19-217.png!\'", "Comment 10: \'Please let me know since when there are problems with Reporting Services", "Comment 11: have you done any work on it recently? Or on server10.84.162.71?The problems may indicate problems with the license for Reporting Services\'", "Comment 12: \'install that from Kotrak side and it have issue in this morning.what we have to do to solve thís?\'", "Comment 13: \'The situation requires verification and possible repair of the configuration of reporting services", \'Comment 14: it is necessary to support the development team because to make the correct configuration\', \'Comment 15: including in terms of DHP. I forward this information to our development team\', "Comment 16: assistance will be available in about 3 hours.\'", "Comment 17: \'in case continue issue", "Comment 18: please install SSRS in 10.84.162.72.\'", "Comment 19: \'hi,you can close the ticket\'", "Comment 20: \'update tematu: powód DGS - licencje SSRS wygasły\']"]\nRelated Issues:\n[]\n\n### End'}
57
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8975\n\n### Instruction:\nHi\r\n\r\nWe created a STK-LO for location PRODUÇÃO which has 3 WMS locations.\r\nWhen we try to Confirm the WO(STK-LO), system shows an error message.\r\nCould you please confirm this WO document? Or cancel it.\r\nThere is only this 3 location to finish\r\n\r\nWe are stuck with no action.\r\n\r\nThank you\n\n### Response:\n["Comment 1: [\'!image-1!!image-2!\'", "Comment 2: \'Hello,\\\\r\\\\rWe are investigating your issue. We will inform you about the solution as soon as possible.\\\\r\\\\rRegards\'", "Comment 3: \'Hello,could you bring back a new password for my user for mubrasil domain. - AjanuszewskaI am not able to log on.!image-2023-04-14-22-23-59-601.png!\'", "Comment 4: \'Hi [~lalmeida1@deheus.com]Could you please help us with this access?Thank you\'", "Comment 5: \'Hi [~Agnieszka.Januszewska@kotrak.com]You are using wrong domain.It must be LATAM.corp.deheus.comThank you\'", "Comment 6: \'!image-2023-04-14-22-40-12-802.png!\'", "Comment 7: \'it works thank You\'", \'Comment 8: "select *into dbo.StorageLocationsBack2from dbo.StorageLocationswhere ParentId = \\\'0b024a71-b586-49e3-a4c8-9237c088801b\\\'--update dbo.StorageLocations--set ParentId = null--where ParentId =\\\'0b024a71-b586-49e3-a4c8-9237c088801b\\\'"\', "Comment 9: \'Could you try to confirm WOSTK please?\'", "Comment 10: \'WO are procesable please verify!image-2023-04-14-23-23-55-621.png!\'", "Comment 11: \'[[DHP 3.0] Inwentaryzacja ", "Comment 12: Stocktaking Brazylia.|onenote:https://kotrak.sharepoint.com/sites/erpasysta/Shared%20Documents/Baza%20wiedzy/Baza%20Wiedzy%20-%20ERPSD/Klienci/DEHEUS/DEHEUS%20APPLICATIONS/Brazil/Baza%20wiedzy.one#%5bDHP%203.0%5d%20Inwentaryzacja%20,%20Stocktaking%20Brazylia.&section-id=\\\\\\\\{05DF1439-683C-45FE-8260-61E2EC66DC91}&page-id=\\\\\\\\{B3F3F0B8-ADEF-4142-8A6F-E63F7E114E16}&end] ([Widok sieci Web|https://kotrak.sharepoint.com/sites/erpasysta/_layouts/OneNote.aspx?id=%2Fsites%2Ferpasysta%2FShared%20Documents%2FBaza%20wiedzy%2FBaza%20Wiedzy%20-%20ERPSD&wd=target%28Klienci%2FDEHEUS%2FDEHEUS%20APPLICATIONS%2FBrazil%2FBaza%20wiedzy.one%7C05DF1439-683C-45FE-8260-61E2EC66DC91%2F%5BDHP%203.0%5D%20Inwentaryzacja%20%2C%20Stocktaking%20Brazylia.%7CB3F3F0B8-ADEF-4142-8A6F-E63F7E114E16%2F%29])\'", \'Comment 13: "Hi AgnieszkaNow we can see WO on mobile scanners. Thank youI\\\'d like to ask your help to wait until we finish this coiunting and Settle this STK.So you can lower to P2Thank you"\', "Comment 14: \'HiThank you for the support.You can close this task\'", "Comment 15: \'Hi [~mberbert@deheus.com]@lalmeida1@deheus.com,Could you be so kind and reply my email?Regards\'", \'Comment 16: "Hi [Aleksandra.Przybylek@kotrak.com]I asked for [~lalmeida1@deheus.com]\\\'s help in the email.Thank you"\', "Comment 17: \'Thank you Maicon :)\']"]\nRelated Issues:\n[\'DGS-8246\']\n\n### End'}
58
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8974\n\n### Instruction:\nUnable to run historical prices, when run they either time out or a blank screen appears with no indication as to whether it is running or not. \r\n\r\nServer stack trace: \r\n at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)\r\n at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)\r\n at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)\r\n at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)\r\n at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)\r\n\r\nException rethrown at [0]: \r\n at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)\r\n at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)\r\n at DHCDNRMPriceService.Contracts.IDHCDNRMPriceService.GetHistoricPriceDocumentsWithPaging(PageRequest`1 request)\r\n at Kotrak.XLInterface.RMPrices.Infrastructure.WcfService.DHCDNRMPriceServiceClient.GetHistoricPriceDocumentsWithPaging(PageRequest`1 request) in E:\\BambooHome\\xml-data\\build-dir\\152764417\\DHGUI-DHCDN1041-JOB1\\DHCDN.RMPrices\\Kotrak.XLInterface.RMPrices.Infrastructure\\WcfService\\DHCDNRMPriceServiceClient.cs:line 81\r\n at Kotrak.XLInterface.RMPrices.Infrastructure.WcfService.Paging.<>c__DisplayClass2_0`2.<GetPaginated>b__0(String cursor) in E:\\BambooHome\\xml-data\\build-dir\\152764417\\DHGUI-DHCDN1041-JOB1\\DHCDN.RMPrices\\Kotrak.XLInterface.RMPrices.Infrastructure\\WcfService\\Paging.cs:line 33\r\n at Kotrak.XLInterface.RMPrices.Infrastructure.WcfService.Paging.GetPaginated[TResult](Func`2 serviceMethod, Func`3 aggregate, TResult initResult) in E:\\BambooHome\\xml-data\\build-dir\\152764417\\DHGUI-DHCDN1041-JOB1\\DHCDN.RMPrices\\Kotrak.XLInterface.RMPrices.Infrastructure\\WcfService\\Paging.cs:line 20\r\n at Kotrak.XLInterface.RMPrices.Infrastructure.WcfService.Paging.GetPaginated[TResult](Func`2 serviceMethod) in E:\\BambooHome\\xml-data\\build-dir\\152764417\\DHGUI-DHCDN1041-JOB1\\DHCDN.RMPrices\\Kotrak.XLInterface.RMPrices.Infrastructure\\WcfService\\Paging.cs:line 28\r\n at Kotrak.XLInterface.RMPrices.Infrastructure.WcfService.Paging.GetPaginated[TFilter,TResult](Func`2 serviceMethod, TFilter filter) in E:\\BambooHome\\xml-data\\build-dir\\152764417\\DHGUI-DHCDN1041-JOB1\\DHCDN.RMPrices\\Kotrak.XLInterface.RMPrices.Infrastructure\\WcfService\\Paging.cs:line 33\r\n at Kotrak.XLInterface.RMPrices.Presentation.Forms.ItemHistoricalPriceListModule.GetCalculatedHistoricalPrices(Filter filter) in E:\\BambooHome\\xml-data\\build-dir\\152764417\\DHGUI-DHCDN1041-JOB1\\DHCDN.RMPrices\\Kotrak.XLInterface.RMPrices.Presentation\\Forms\\ItemHistoricalPriceListModule.cs:line 767\r\n at Kotrak.XLInterface.RMPrices.Presentation.Forms.ItemHistoricalPriceListModule.RefreshList() in E:\\BambooHome\\xml-data\\build-dir\\152764417\\DHGUI-DHCDN1041-JOB1\\DHCDN.RMPrices\\Kotrak.XLInterface.RMPrices.Presentation\\Forms\\ItemHistoricalPriceListModule.cs:line 411\r\n at Kotrak.XLInterface.RMPrices.Presentation.Commands.BarItemUICommand`1.<>c__DisplayClass6_0.<.ctor>b__1(TArgument arg) in E:\\BambooHome\\xml-data\\build-dir\\152764417\\DHGUI-DHCDN1041-JOB1\\DHCDN.RMPrices\\Kotrak.XLInterface.RMPrices.Presentation\\Commands\\BarItemUICommand.cs:line 30\r\n at Kotrak.XLInterface.RMPrices.Presentation.Commands.BarItemUICommand`1.OnExecute() in E:\\BambooHome\\xml-data\\build-dir\\152764417\\DHGUI-DHCDN1041-JOB1\\DHCDN.RMPrices\\Kotrak.XLInterface.RMPrices.Presentation\\Commands\\BarItemUICommand.cs:line 45\r\n at Kotrak.XLInterface.RMPrices.Presentation.Commands.UserInterfaceCommandBase.Execute() in E:\\BambooHome\\xml-data\\build-dir\\152764417\\DHGUI-DHCDN1041-JOB1\\DHCDN.RMPrices\\Kotrak.XLInterface.RMPrices.Presentation\\Commands\\UserInterfaceCommandBase.cs:line 22\n\n### Response:\n["Comment 1: [\'!image-1!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'Dear Thabile,It seems to be the same case as underDGS-8940.Please check RDS server and confirm if everything is fine on server side.Best regards\'", "Comment 4: \'During Teams conversation with Thabile I have checked DB sahosrv07:>> time proceesin was quite high!image-2023-04-14-17-10-45-620.png|width=995,height=205!>> 134 blocking sessions!image-2023-04-14-17-12-08-110.png!>> verified sahosrv04 and sahosrv024: for me it worked on sahosrv04", \'Comment 5: on 24 there was a timeout; for Thabile\', \'Comment 6: on 24 timeout\', "Comment 7: on 04 worked very slow.\'", "Comment 8: \'Hi,Per Teams conversation", \'Comment 9: please use sahosrv04 server as a workaround. What is more\', "Comment 10: please let us know if there is any possibility to restart 024 and chech if it helped.Best regards\'", "Comment 11: \'Hello", "Comment 12: Plugin is working now thank you. task can be closed\'", "Comment 13: \'Thank you\']"]\nRelated Issues:\n[]\n\n### End'}
59
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8973\n\n### Instruction:\nThe item is linked to the wrong base item, but this can\'t be changed.\r\nSee attached image.\r\n\r\nCould you change it for me?\r\n\r\nThanks in advance,\r\nRob.\n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'Rob", "Comment 4: what base item should be used?Regards\'", "Comment 5: \'Hi Aleksandra", "Comment 6: it should be the regular 967367 instead of the 100kg variant\'", "Comment 7: \'ok\'", "Comment 8: \'Please", \'Comment 9: verify now. In addition\', "Comment 10: pleae remember that new recipes for this item must be generated now!image-2023-04-14-14-33-15-016.png|width=929,height=306!Regards\'", \'Comment 11: "It\\\'s looking great now\', \'Comment 12: thanks.I will inform the user they must create a new recipe fr the item.The ticket can be closed."\', "Comment 13: \'Thank you\']"]\nRelated Issues:\n[]\n\n### End'}
60
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8972\n\n### Instruction:\nFor Andel incorrect additional technologies were created for item 087001. \r\nThis code must only be used in Andel-Mest. Not in Andel-West.\r\n\r\nPlease remove \r\nAM087001 subversion 0 \r\nAW087001 subversion 0\r\nAW087001-BB\r\nAW087001-Z25\r\n\r\nIssue is that these versions are still available in recipe list when manually creating a lot report for these items. User often selects AW recipe or AM subversion 0 recipe. This last one, results in a Lot report without RM and the Lot report does not show in Lot report overview (e.g. 0052140423005)\r\n\r\nAM087001 subversion 1 is correct. It is ok if you remove this one as well and then I will create one new additional technology for this item.\r\n\r\nAttached: \r\nDHC Additional technologies for 087001 (archived subversion 0 is not shown here)\r\nDHP recipes for 087001, AM version 0 is the one that does not have RM\n\n### Response:\n["Comment 1: [\'!image-4!!image-5!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'Hello,incorrect additional technologies have been removed. Please verify.Regards\'", "Comment 4: \'Hello,can we close this issue?Regards\'", "Comment 5: \'Additional technology indeed was removed. This ticket can be closed.The goal of this request was to clean up recipes for the plant when creating a Lot report in DHP (plant agent now often select incorrect recipe version", \'Comment 6: e.g. Andel-West version instead of Andel-Mest version). However\', \'Comment 7: after removing /archiving of addtional technologies\', "Comment 8: the recipes still exist. But I understand that this is not fixed with this action.\'", "Comment 9: \'Hi Bob,I have processed archivisation of questioned recipes:AM087001 subversion 0AW087001 subversion 0AW087001-BBAW087001-Z25in PCS once again. Please", \'Comment 10: check. However\', "Comment 11: starting from DGS-8666 we do not delete from db anything.Please verify.Regards\'", "Comment 12: \'Hi Aleksandra", \'Comment 13: thank you. However when I create a Lot report for 08001\', \'Comment 14: line Andel-W is selected by default (there is a recipe) and after selecting line Andel-Mest\', "Comment 15: I still can choose from recipes 0.0 and 0.1.!image!!image-1!\'", "Comment 16: \'!image-2023-04-20-11-29-55-025.png!!image-2023-04-20-11-30-12-105.png!!image-2023-04-20-11-30-35-118.png!\'", "Comment 17: \'Jeśli chodzi o te dwie receptury: AM087001 subversion 0 AW087001 subversion 0 trzy razy puszczałam skrypt na bazie PCS i guzik", \'Comment 18: receptury nadal dostępne ...[~maciej.dobrzanski@kotrak.com]\', "Comment 19: co mogło pójść nie tak?\'", "Comment 20: \'Dear Bob,Recipes are available because as I mentioned before", \'Comment 21: we block it in PCS so that they are not used in PCS. What I can propose is tochange their status to blocked and renamed them with arch.Please\', "Comment 22: let us know if this is fine for you.Regards\'", "Comment 23: \'Hi,Any feedback?Regards\'", "Comment 24: \'Yes", "Comment 25: this is fine with me. \'", "Comment 26: \'Dear Bob,I have archivedAM087001 subversion 0AW087001 subversion 0should I also archive:AW087001-BBAW087001-Z25the same way?Regards\'", "Comment 27: \'Hello Aleksandra", "Comment 28: yes please archive the AW087001-BB and -Z25 as well.\'", "Comment 29: \'AW087001-BBAW087001-Z25also archived. Please", "Comment 30: verify.Best regards\'", "Comment 31: \'Thank you. This is really helpful to prevent that the users create incorrect Lot reports.This ticket can be closed.\']"]\nRelated Issues:\n[]\n\n### End'}
61
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8971\n\n### Instruction:\nApplicable for all plants.\r\n\r\nWe found that draft Lot reports received in Milas in some cases contains incorrect itemcode. In DHC I found that for items without repcipe, code 999999 is shown in draft Production Lot reports. And the basecode 969587 of this item is sent to Milas...\r\nThe Production Lot report contains the correct (produced) item and correct data is sent to Milas.\r\n\r\nNote that Bestmix item 999999 is used for linking ERP items without own recipe. This code 999999 and its basecode must never be used in reports and the base code in this item\r\n\r\nIssue is that draft production Lot reports are sent with incorrect item to Milas and possible Starlims.\r\n\r\nExpected: item that was produced is registered in the draft production lot report and sent to Milas and Starlims. So, use the ERP item and no lookup of Bestmix / base item.\r\n\r\nExample:\r\nAndel-Mest Lot report 0052140423005\r\nItem produced: 087001\r\nThis item does not have its own recipe and therefore it is linked to 999999\r\ndraft Lot report contains 999999. Exported to Milas 969587 (not correct)\r\nProduction Lot report contains 087001 (correct)\r\n\n\n### Response:\n["Comment 1: [\'!image!!image-1!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'For your information: we already had many draft Production Lot reports with code 999999 for Helmond (009)", "Comment 4: Andel-West (005) and Andel-Mest (098)!image-2!\'", \'Comment 5: \\\'{code:java}2023-04-14 09:19:22,260 [128] INFO WcfSendRequestLogger [C:\\\\\\\\Projects\\\\\\\\evolution.dhcerpservice\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.Service\\\\\\\\Logging\\\\\\\\LoggingInspectorBehavior.cs:53] - Request:<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header> <Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">unit01_dhc_adapter_ws_provider_wsd_webMethods_DHC_Provider_Binder_insertProductionLotReport</Action> </s:Header> <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <insertProductionLotReport xmlns="http://deheus.com/unit01/DHC"> <input xmlns=""> <header> <ReceivingSystem>Milas</ReceivingSystem> <SendingSystem>DHC</SendingSystem> <CreateDate>2023-04-14T08:35:00</CreateDate> <CreateUser xsi:nil="true" /> <MessageID>1829561f-b0b0-46a0-bef7-d72ae569d507</MessageID> </header> <productionLotReport> <ProductionOrderReference>0052140423005</ProductionOrderReference> <ProducedItem>969587</ProducedItem> <ProducedQTY>1860</ProducedQTY> <ProducedQTYUOM>kg</ProducedQTYUOM> <Plant>98</Plant> <ProductionDateTime>2023-04-14T08:35:00</ProductionDateTime> <ProductionLotTypeIndicator>9</ProductionLotTypeIndicator> </productionLotReport> </input> </insertProductionLotReport> </s:Body></s:Envelope>{code}\\\'\', "Comment 6: \'Hello,a GDC change for the described issue was already resolved. In the DHC version 3.0.63 this change is already included.\'", "Comment 7: \'Ok", "Comment 8: that is great. Do you have the GDC number for me?\'", "Comment 9: \'Hello,GDC-886 this GDC exactly.\'", "Comment 10: \'I checked on DHC production today and I still find draft Lot reports for 999999see attachment. This draft Lot report should have reported 088521-Z25!image-3!!image-4!\'", \'Comment 11: \\\'005221042300100522104230020092210423002Są z 21.4 piątku bez zmian:{code:java}2023-04-21 10:35:45,517 [50] INFO WcfSendRequestLogger [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER412-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.Service\\\\\\\\Logging\\\\\\\\LoggingInspectorBehavior.cs:54] - Request:<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header> <Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">unit01_dhc_adapter_ws_provider_wsd_webMethods_DHC_Provider_Binder_insertProductionLotReport</Action> </s:Header> <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <insertProductionLotReport xmlns="http://deheus.com/unit01/DHC"> <input xmlns=""> <header> <ReceivingSystem>Milas</ReceivingSystem> <SendingSystem>DHC</SendingSystem> <CreateDate>2023-04-21T10:35:44.74</CreateDate> <CreateUser xsi:nil="true" /> <MessageID>763d9979-40de-4531-b8bc-341c58e2bbcf</MessageID> </header> <productionLotReport> <ProductionOrderReference>0092210423002</ProductionOrderReference> <ProducedItem>969587</ProducedItem> <ProducedQTY>100</ProducedQTY> <ProducedQTYUOM>kg</ProducedQTYUOM> <Plant>9</Plant> <ProductionDateTime>2023-04-21T10:35:44.74</ProductionDateTime> <ProductionLotTypeIndicator>9</ProductionLotTypeIndicator> </productionLotReport> </input> </insertProductionLotReport> </s:Body></s:Envelope>{code}{code:java}2023-04-21 07:32:49,838 [45] INFO WcfSendRequestLogger [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER412-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.Service\\\\\\\\Logging\\\\\\\\LoggingInspectorBehavior.cs:54] - Request:<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header> <Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">unit01_dhc_adapter_ws_provider_wsd_webMethods_DHC_Provider_Binder_insertProductionLotReport</Action> </s:Header> <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <insertProductionLotReport xmlns="http://deheus.com/unit01/DHC"> <input xmlns=""> <header> <ReceivingSystem>Milas</ReceivingSystem> <SendingSystem>DHC</SendingSystem> <CreateDate>2023-04-21T06:02:00</CreateDate> <CreateUser xsi:nil="true" /> <MessageID>91aa58f0-97e3-4f7f-972b-0eaede2fb702</MessageID> </header> <productionLotReport> <ProductionOrderReference>0052210423001</ProductionOrderReference> <ProducedItem>969587</ProducedItem> <ProducedQTY>1980</ProducedQTY> <ProducedQTYUOM>kg</ProducedQTYUOM> <Plant>5</Plant> <ProductionDateTime>2023-04-21T06:02:00</ProductionDateTime> <ProductionLotTypeIndicator>9</ProductionLotTypeIndicator> </productionLotReport> </input> </insertProductionLotReport> </s:Body></s:Envelope>{code}{code:java}2023-04-21 10:35:45,517 [50] INFO WcfSendRequestLogger [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER412-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.Service\\\\\\\\Logging\\\\\\\\LoggingInspectorBehavior.cs:54] - Request:<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header> <Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">unit01_dhc_adapter_ws_provider_wsd_webMethods_DHC_Provider_Binder_insertProductionLotReport</Action> </s:Header> <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <insertProductionLotReport xmlns="http://deheus.com/unit01/DHC"> <input xmlns=""> <header> <ReceivingSystem>Milas</ReceivingSystem> <SendingSystem>DHC</SendingSystem> <CreateDate>2023-04-21T10:35:44.74</CreateDate> <CreateUser xsi:nil="true" /> <MessageID>763d9979-40de-4531-b8bc-341c58e2bbcf</MessageID> </header> <productionLotReport> <ProductionOrderReference>0092210423002</ProductionOrderReference> <ProducedItem>969587</ProducedItem> <ProducedQTY>100</ProducedQTY> <ProducedQTYUOM>kg</ProducedQTYUOM> <Plant>9</Plant> <ProductionDateTime>2023-04-21T10:35:44.74</ProductionDateTime> <ProductionLotTypeIndicator>9</ProductionLotTypeIndicator> </productionLotReport> </input> </insertProductionLotReport> </s:Body></s:Envelope>{code}\\\'\', "Comment 12: \'hej", \'Comment 13: podali kolejne z 21.4 piątku. Mógłbyś popatrzeć? \', "Comment 14: jest bez zmian.\\\\r\\\\rDzięki.\']"]\nRelated Issues:\n[]\n\n### End'}
62
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8970\n\n### Instruction:\nCześć,\r\n\r\nError id 6467308 start transfer.\r\n\r\nProszę o szybkie usunięcie problemu -brak raportowania i zaraz postój.\r\n\r\nPilne!!!!\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'Incorrect message has been canceled.\'", "Comment 3: \'Cześć ,Kolejny error id 6467379 – start transfer.\'", "Comment 4: \'StartTransferError 8: Production lot is already closed\'", "Comment 5: \'Mozliwe ze problemem jest raort produkcyjny ( z wczescniejszego bledu gdzie mimo produkcji workowanej do plr wpadly big bagi )!image!\'", "Comment 6: \'Kolejny errorId 6467407\'", \'Comment 7: "There were three PLR\\\'s already closed:230414003,230414004,230414005Messages have been canceled."\', \'Comment 8: "Now it\\\'s Ok ."\', "Comment 9: \' do zmiany statusu na ostatnia dla palety 27-6FDNG dla 915908-w25 lot 0272140423003\'", "Comment 10: \' !screenshot-1! \'", "Comment 11: \'Any news ?? \'", "Comment 12: \'But this barcode is a BigBag", "Comment 13: whether to make the change anyway? !screenshot-2! \'", "Comment 14: \'Please contact with business reporter\'", "Comment 15: \'Corrected.\'", "Comment 16: \'Confirmed with factory", "Comment 17: can we close?\'", "Comment 18: \'Yes\']"]\nRelated Issues:\n[]\n\n### End'}
63
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8969\n\n### Instruction:\nIO-61/23/DKD and IO-62/23/DKD are not showing in DHP\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'!image-2023-04-14-09-04-29-819.png!\'", \'Comment 3: "{code:java}The \\\'TypeAs\\\' expression with an input of type \\\'System.Guid\\\' and a check of type \\\'System.Nullable`1[[System.Guid\', \'Comment 4: mscorlib\', \'Comment 5: Version=4.0.0.0\', \'Comment 6: Culture=neutral\', \'Comment 7: PublicKeyToken=b77a5c561934e089]]\\\' is not supported. Only entity types and complex types are supported in LINQ to Entities queries{code}"\', "Comment 8: \'We need to do one more fix for DHC. It will take 15minutes,there will be a downtime at DHC.\'", \'Comment 9: "Ustalone na 16\', \'Comment 10: Michał Kordys będzie wgrywał\', \'Comment 11: do sprawdzenia po - ponowne przesłanie zamówień z XL:IO-61/23/DKD and IO-62/23/DKD{code:java}--update z --set zan_stan=ZaN_Stan FROM [CDNXL_DHFU].[CDN].[ZamNag] z where ZaN_GIDNumer in(803632,803778){code}powiadomić Rey\\\'a iNosipho Basi po."\', "Comment 12: \'Hi,The fix has been deployed and ordersIO-61/23/DKD and IO-62/23/DKD have been resent.Please", "Comment 13: verify.Regards\'", "Comment 14: \'Hi,Can we close this task?Regards\'", "Comment 15: \'Yes you may\'", "Comment 16: \'Thank you.Regards\']"]\nRelated Issues:\n[]\n\n### End'}
64
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8968\n\n### Instruction:\nHi\r\n\r\nPlease help to check this issue. VT-728/4/23 can not complete and close ticket.\n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'Hi,Could you please verify?!image-2023-04-13-19-13-36-840.png!Best regards\'", "Comment 4: \'HiPlease remote to 10.84.135.8\'", "Comment 5: \'we changed to new Servers!image-1!\'", "Comment 6: \'!image-2023-04-14-14-51-40-651.png!\'", \'Comment 7: \\\'{code:java}2023-04-14 19:51:24 (6465440b-b56d-4b96-b0a2-39607b64c782/Plant.Stock.BusinessLogic/VNAPPDHP-PCDV/7976/20) [Error] Kotrak.Common.Infrastructure.Middleware.LoggingMiddleware.ControllerLoggingMiddleware - Error during request{ "scheme": "http"\', \'Comment 8: "host": { "Value": "10.84.135.8:92"\', \'Comment 9: "HasValue": true\', \'Comment 10: "Host": "10.84.135.8"\', \'Comment 11: "Port": 92 }\', \'Comment 12: "path": "/api/RegisterBulkDispatch/getCompleteBulkDispatchValidationInfo"\', \'Comment 13: "queryString": []\', \'Comment 14: "requestBody": "{\\\\\\\\"elements\\\\\\\\":[{\\\\\\\\"sourceDocument\\\\\\\\":{\\\\\\\\"id\\\\\\\\":\\\\\\\\"77087023-2a75-494b-916e-febeada28666\\\\\\\\",\\\\\\\\"no\\\\\\\\":1,\\\\\\\\"number\\\\\\\\":\\\\\\\\"VT-728/4/23\\\\\\\\",\\\\\\\\"type\\\\\\\\":100},\\\\\\\\"itemId\\\\\\\\":\\\\\\\\"073b0b3b-f40f-442b-a646-f2ee64b26940\\\\\\\\",\\\\\\\\"requestedQuantity\\\\\\\\":{\\\\\\\\"unit\\\\\\\\":\\\\\\\\"kg\\\\\\\\",\\\\\\\\"value\\\\\\\\":0},\\\\\\\\"stockUnits\\\\\\\\":[{\\\\\\\\"stockUnitId\\\\\\\\":\\\\\\\\"2254b5c5-ce2c-4bc6-939f-4e61bbbc7271\\\\\\\\",\\\\\\\\"deliveryId\\\\\\\\":\\\\\\\\"4c55ade3-1324-4d34-ad02-95584836cad7\\\\\\\\",\\\\\\\\"stockUnitStatuses\\\\\\\\":[4,2048,1048576],\\\\\\\\"quantityOnHand\\\\\\\\":{\\\\\\\\"unit\\\\\\\\":\\\\\\\\"kg\\\\\\\\",\\\\\\\\"value\\\\\\\\":239},\\\\\\\\"plannedReservedQuantity\\\\\\\\":{\\\\\\\\"unit\\\\\\\\":\\\\\\\\"kg\\\\\\\\",\\\\\\\\"value\\\\\\\\":0}}]}]}"}.System.ApplicationException: \\\\\\\'2052\\\\\\\' is not a valid value in Plant.Stock.BusinessLogic.Domain.StockUnits.Enumerations.LogisticStatus at Kotrak.Common.SharedKernel.Enumeration.Parse[T,K](K value\', \'Comment 15: String description\', \'Comment 16: Func`2 predicate) at Plant.Stock.BusinessLogic.Application.MappingProfiles.CompleteBulkDispatchValidationInfoQueryMappingProfile.<>c.<.ctor>b__0_1(CompleteBulkDispatchStockUnitValidationInfo x) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Application\\\\\\\\MappingProfiles\\\\\\\\CompleteBulkDispatchValidationInfoQueryMappingProfile.cs:line 21 at System.Linq.Enumerable.SelectListIterator`2.ToList() at Plant.Stock.BusinessLogic.Domain.ActionData.CompleteBulkDispatchValidationDataStructure..ctor(IEnumerable`1 stockUnits\', \'Comment 17: SourceDocument sourceDocument\', \'Comment 18: AggregateId itemId\', \'Comment 19: Quantity requestedQuantity\', \'Comment 20: DocumentMissingStock missingStock\', \'Comment 21: IEnumerable`1 reservations) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Domain\\\\\\\\ActionData\\\\\\\\CompleteBulkDispatchValidationDataStructure.cs:line 17 at Plant.Stock.BusinessLogic.Application.MappingProfiles.CompleteBulkDispatchValidationInfoQueryMappingProfile.<.ctor>b__0_0(CompleteBulkDispatchElementValidationInfo s\', \'Comment 22: ResolutionContext _) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Application\\\\\\\\MappingProfiles\\\\\\\\CompleteBulkDispatchValidationInfoQueryMappingProfile.cs:line 21 at lambda_method8721(Closure \', \'Comment 23: CompleteBulkDispatchElementValidationInfo \', \'Comment 24: CompleteBulkDispatchValidationDataStructure \', \'Comment 25: ResolutionContext ) at lambda_method8722(Closure \', \'Comment 26: Object \', \'Comment 27: Object \', \'Comment 28: ResolutionContext ) at AutoMapper.Mapper.AutoMapper.IMapper.Map[TDestination](Object source) at Plant.Stock.BusinessLogic.Application.RegisterBulkDispatch.CompleteBulkDispatchValidationInfoQueryHandler.Handle(CompleteBulkDispatchValidationInfoQuery query) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Application\\\\\\\\RegisterBulkDispatch\\\\\\\\CompleteBulkDispatchValidationInfoQueryHandler.cs:line 35 at Plant.Stock.BusinessLogic.Infrastructure.Api.Controllers.RegisterBulkDispatchController.GetCompleteBulkDispatchValidationInfo(CompleteBulkDispatchValidationInfoFilterViewModel viewModel) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Infrastructure.Api\\\\\\\\Controllers\\\\\\\\RegisterBulkDispatchController.cs:line 62 at lambda_method8714(Closure \', \'Comment 29: Object \', \'Comment 30: Object[] ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper\', \'Comment 31: ObjectMethodExecutor executor\', \'Comment 32: Object controller\', \'Comment 33: Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next\', \'Comment 34: Scope& scope\', \'Comment 35: Object& state\', \'Comment 36: Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()--- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next\', \'Comment 37: Scope& scope\', \'Comment 38: Object& state\', \'Comment 39: Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()--- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker\', \'Comment 40: Task lastTask\', \'Comment 41: State next\', \'Comment 42: Scope scope\', \'Comment 43: Object state\', \'Comment 44: Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker\', \'Comment 45: Task task\', \'Comment 46: IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker\', \'Comment 47: Task task\', \'Comment 48: IDisposable scope) at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint\', \'Comment 49: Task requestTask\', \'Comment 50: ILogger logger) at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext\', \'Comment 51: ISwaggerProvider swaggerProvider) at Kotrak.Common.Infrastructure.Middleware.LoggingMiddleware.ControllerLoggingMiddleware.Invoke(HttpContext httpContext)2023-04-14 19:51:24 (7f6a931a-8d89-4aae-ac69-9c2d6ef00b36/Plant.Stock.BusinessLogic/VNAPPDHP-PCDV/7976/41) [Error] Kotrak.Common.Infrastructure.Middleware.LoggingMiddleware.ControllerLoggingMiddleware - Error during request{ "scheme": "http"\', \'Comment 52: "host": { "Value": "10.84.135.8:92"\', \'Comment 53: "HasValue": true\', \'Comment 54: "Host": "10.84.135.8"\', \'Comment 55: "Port": 92 }\', \'Comment 56: "path": "/api/RegisterBulkDispatch/getCompleteBulkDispatchValidationInfo"\', \'Comment 57: "queryString": []\', \'Comment 58: "requestBody": "{\\\\\\\\"elements\\\\\\\\":[{\\\\\\\\"sourceDocument\\\\\\\\":{\\\\\\\\"id\\\\\\\\":\\\\\\\\"77087023-2a75-494b-916e-febeada28666\\\\\\\\",\\\\\\\\"no\\\\\\\\":2,\\\\\\\\"number\\\\\\\\":\\\\\\\\"VT-728/4/23\\\\\\\\",\\\\\\\\"type\\\\\\\\":100},\\\\\\\\"itemId\\\\\\\\":\\\\\\\\"073b0b3b-f40f-442b-a646-f2ee64b26940\\\\\\\\",\\\\\\\\"requestedQuantity\\\\\\\\":{\\\\\\\\"unit\\\\\\\\":\\\\\\\\"kg\\\\\\\\",\\\\\\\\"value\\\\\\\\":0},\\\\\\\\"stockUnits\\\\\\\\":[{\\\\\\\\"stockUnitId\\\\\\\\":\\\\\\\\"2254b5c5-ce2c-4bc6-939f-4e61bbbc7271\\\\\\\\",\\\\\\\\"deliveryId\\\\\\\\":\\\\\\\\"4c55ade3-1324-4d34-ad02-95584836cad7\\\\\\\\",\\\\\\\\"stockUnitStatuses\\\\\\\\":[4,2048,1048576],\\\\\\\\"quantityOnHand\\\\\\\\":{\\\\\\\\"unit\\\\\\\\":\\\\\\\\"kg\\\\\\\\",\\\\\\\\"value\\\\\\\\":239},\\\\\\\\"plannedReservedQuantity\\\\\\\\":{\\\\\\\\"unit\\\\\\\\":\\\\\\\\"kg\\\\\\\\",\\\\\\\\"value\\\\\\\\":0}}]}]}"}.System.ApplicationException: \\\\\\\'2052\\\\\\\' is not a valid value in Plant.Stock.BusinessLogic.Domain.StockUnits.Enumerations.LogisticStatus at Kotrak.Common.SharedKernel.Enumeration.Parse[T,K](K value\', \'Comment 59: String description\', \'Comment 60: Func`2 predicate) at Plant.Stock.BusinessLogic.Application.MappingProfiles.CompleteBulkDispatchValidationInfoQueryMappingProfile.<>c.<.ctor>b__0_1(CompleteBulkDispatchStockUnitValidationInfo x) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Application\\\\\\\\MappingProfiles\\\\\\\\CompleteBulkDispatchValidationInfoQueryMappingProfile.cs:line 21 at System.Linq.Enumerable.SelectListIterator`2.ToList() at Plant.Stock.BusinessLogic.Domain.ActionData.CompleteBulkDispatchValidationDataStructure..ctor(IEnumerable`1 stockUnits\', \'Comment 61: SourceDocument sourceDocument\', \'Comment 62: AggregateId itemId\', \'Comment 63: Quantity requestedQuantity\', \'Comment 64: DocumentMissingStock missingStock\', \'Comment 65: IEnumerable`1 reservations) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Domain\\\\\\\\ActionData\\\\\\\\CompleteBulkDispatchValidationDataStructure.cs:line 17 at Plant.Stock.BusinessLogic.Application.MappingProfiles.CompleteBulkDispatchValidationInfoQueryMappingProfile.<.ctor>b__0_0(CompleteBulkDispatchElementValidationInfo s\', \'Comment 66: ResolutionContext _) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Application\\\\\\\\MappingProfiles\\\\\\\\CompleteBulkDispatchValidationInfoQueryMappingProfile.cs:line 21 at lambda_method8721(Closure \', \'Comment 67: CompleteBulkDispatchElementValidationInfo \', \'Comment 68: CompleteBulkDispatchValidationDataStructure \', \'Comment 69: ResolutionContext ) at lambda_method8722(Closure \', \'Comment 70: Object \', \'Comment 71: Object \', \'Comment 72: ResolutionContext ) at AutoMapper.Mapper.AutoMapper.IMapper.Map[TDestination](Object source) at Plant.Stock.BusinessLogic.Application.RegisterBulkDispatch.CompleteBulkDispatchValidationInfoQueryHandler.Handle(CompleteBulkDispatchValidationInfoQuery query) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Application\\\\\\\\RegisterBulkDispatch\\\\\\\\CompleteBulkDispatchValidationInfoQueryHandler.cs:line 35 at Plant.Stock.BusinessLogic.Infrastructure.Api.Controllers.RegisterBulkDispatchController.GetCompleteBulkDispatchValidationInfo(CompleteBulkDispatchValidationInfoFilterViewModel viewModel) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Infrastructure.Api\\\\\\\\Controllers\\\\\\\\RegisterBulkDispatchController.cs:line 62 at lambda_method8714(Closure \', \'Comment 73: Object \', \'Comment 74: Object[] ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper\', \'Comment 75: ObjectMethodExecutor executor\', \'Comment 76: Object controller\', \'Comment 77: Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next\', \'Comment 78: Scope& scope\', \'Comment 79: Object& state\', \'Comment 80: Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()--- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next\', \'Comment 81: Scope& scope\', \'Comment 82: Object& state\', \'Comment 83: Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()--- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker\', \'Comment 84: Task lastTask\', \'Comment 85: State next\', \'Comment 86: Scope scope\', \'Comment 87: Object state\', \'Comment 88: Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker\', \'Comment 89: Task task\', \'Comment 90: IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker\', \'Comment 91: Task task\', \'Comment 92: IDisposable scope) at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint\', \'Comment 93: Task requestTask\', \'Comment 94: ILogger logger) at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext\', "Comment 95: ISwaggerProvider swaggerProvider) at Kotrak.Common.Infrastructure.Middleware.LoggingMiddleware.ControllerLoggingMiddleware.Invoke(HttpContext httpContext){code}\'", \'Comment 96: \\\'{code:java}023-04-14 19:51:24 (/Plant.Stock.BusinessLogic/VNAPPDHP-PCDV/7976/20) [Error] Serilog.AspNetCore.RequestLoggingMiddleware - HTTP "POST" "/api/RegisterBulkDispatch/getCompleteBulkDispatchValidationInfo" responded 500 in 10.7165 ms2023-04-14 19:51:24 (/Plant.Stock.BusinessLogic/VNAPPDHP-PCDV/7976/41) [Error] Serilog.AspNetCore.RequestLoggingMiddleware - HTTP "POST" "/api/RegisterBulkDispatch/getCompleteBulkDispatchValidationInfo" responded 500 in 6.9073 ms{code}\\\'\', \'Comment 97: \\\'{code:java}2023-04-14 23:08:09 (/Plant.Stock.BusinessLogic/VNAPPDHP-PCDV/7976/34) [Error] Serilog.AspNetCore.RequestLoggingMiddleware - HTTP "POST" "/api/RegisterBulkDispatch/getCompleteBulkDispatchValidationInfo" responded 500 in 10.1007 ms2023-04-14 23:08:09 (/Plant.Stock.BusinessLogic/VNAPPDHP-PCDV/7976/90) [Error] Serilog.AspNetCore.RequestLoggingMiddleware - HTTP "POST" "/api/RegisterBulkDispatch/getCompleteBulkDispatchValidationInfo" responded 500 in 15.3161 ms{code}{code:java}2023-04-14 23:08:09 (c6c51aae-ae3c-4c05-b7ac-93e7fb8f98c6/Plant.Stock.BusinessLogic/VNAPPDHP-PCDV/7976/90) [Error] Kotrak.Common.Infrastructure.Middleware.LoggingMiddleware.ControllerLoggingMiddleware - Error during request{ "scheme": "http"\', \'Comment 98: "host": { "Value": "10.84.135.8:92"\', \'Comment 99: "HasValue": true\', \'Comment 100: "Host": "10.84.135.8"\', \'Comment 101: "Port": 92 }\', \'Comment 102: "path": "/api/RegisterBulkDispatch/getCompleteBulkDispatchValidationInfo"\', \'Comment 103: "queryString": []\', \'Comment 104: "requestBody": "{\\\\\\\\"elements\\\\\\\\":[{\\\\\\\\"sourceDocument\\\\\\\\":{\\\\\\\\"id\\\\\\\\":\\\\\\\\"77087023-2a75-494b-916e-febeada28666\\\\\\\\",\\\\\\\\"no\\\\\\\\":2,\\\\\\\\"number\\\\\\\\":\\\\\\\\"VT-728/4/23\\\\\\\\",\\\\\\\\"type\\\\\\\\":100},\\\\\\\\"itemId\\\\\\\\":\\\\\\\\"073b0b3b-f40f-442b-a646-f2ee64b26940\\\\\\\\",\\\\\\\\"requestedQuantity\\\\\\\\":{\\\\\\\\"unit\\\\\\\\":\\\\\\\\"kg\\\\\\\\",\\\\\\\\"value\\\\\\\\":0},\\\\\\\\"stockUnits\\\\\\\\":[{\\\\\\\\"stockUnitId\\\\\\\\":\\\\\\\\"2254b5c5-ce2c-4bc6-939f-4e61bbbc7271\\\\\\\\",\\\\\\\\"deliveryId\\\\\\\\":\\\\\\\\"4c55ade3-1324-4d34-ad02-95584836cad7\\\\\\\\",\\\\\\\\"stockUnitStatuses\\\\\\\\":[4,2048,1048576],\\\\\\\\"quantityOnHand\\\\\\\\":{\\\\\\\\"unit\\\\\\\\":\\\\\\\\"kg\\\\\\\\",\\\\\\\\"value\\\\\\\\":239},\\\\\\\\"plannedReservedQuantity\\\\\\\\":{\\\\\\\\"unit\\\\\\\\":\\\\\\\\"kg\\\\\\\\",\\\\\\\\"value\\\\\\\\":0}}]}]}"}.System.ApplicationException: \\\\\\\'2052\\\\\\\' is not a valid value in Plant.Stock.BusinessLogic.Domain.StockUnits.Enumerations.LogisticStatus at Kotrak.Common.SharedKernel.Enumeration.Parse[T,K](K value\', \'Comment 105: String description\', \'Comment 106: Func`2 predicate) at Plant.Stock.BusinessLogic.Application.MappingProfiles.CompleteBulkDispatchValidationInfoQueryMappingProfile.<>c.<.ctor>b__0_1(CompleteBulkDispatchStockUnitValidationInfo x) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Application\\\\\\\\MappingProfiles\\\\\\\\CompleteBulkDispatchValidationInfoQueryMappingProfile.cs:line 21 at System.Linq.Enumerable.SelectListIterator`2.ToList() at Plant.Stock.BusinessLogic.Domain.ActionData.CompleteBulkDispatchValidationDataStructure..ctor(IEnumerable`1 stockUnits\', \'Comment 107: SourceDocument sourceDocument\', \'Comment 108: AggregateId itemId\', \'Comment 109: Quantity requestedQuantity\', \'Comment 110: DocumentMissingStock missingStock\', \'Comment 111: IEnumerable`1 reservations) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Domain\\\\\\\\ActionData\\\\\\\\CompleteBulkDispatchValidationDataStructure.cs:line 17 at Plant.Stock.BusinessLogic.Application.MappingProfiles.CompleteBulkDispatchValidationInfoQueryMappingProfile.<.ctor>b__0_0(CompleteBulkDispatchElementValidationInfo s\', \'Comment 112: ResolutionContext _) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Application\\\\\\\\MappingProfiles\\\\\\\\CompleteBulkDispatchValidationInfoQueryMappingProfile.cs:line 21 at lambda_method8721(Closure \', \'Comment 113: CompleteBulkDispatchElementValidationInfo \', \'Comment 114: CompleteBulkDispatchValidationDataStructure \', \'Comment 115: ResolutionContext ) at lambda_method8722(Closure \', \'Comment 116: Object \', \'Comment 117: Object \', \'Comment 118: ResolutionContext ) at AutoMapper.Mapper.AutoMapper.IMapper.Map[TDestination](Object source) at Plant.Stock.BusinessLogic.Application.RegisterBulkDispatch.CompleteBulkDispatchValidationInfoQueryHandler.Handle(CompleteBulkDispatchValidationInfoQuery query) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Application\\\\\\\\RegisterBulkDispatch\\\\\\\\CompleteBulkDispatchValidationInfoQueryHandler.cs:line 35 at Plant.Stock.BusinessLogic.Infrastructure.Api.Controllers.RegisterBulkDispatchController.GetCompleteBulkDispatchValidationInfo(CompleteBulkDispatchValidationInfoFilterViewModel viewModel) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\99f3ad74a1ed56c8\\\\\\\\Plant.Stock.BusinessLogic\\\\\\\\Infrastructure.Api\\\\\\\\Controllers\\\\\\\\RegisterBulkDispatchController.cs:line 62 at lambda_method8714(Closure \', \'Comment 119: Object \', \'Comment 120: Object[] ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper\', \'Comment 121: ObjectMethodExecutor executor\', \'Comment 122: Object controller\', \'Comment 123: Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next\', \'Comment 124: Scope& scope\', \'Comment 125: Object& state\', \'Comment 126: Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()--- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next\', \'Comment 127: Scope& scope\', \'Comment 128: Object& state\', \'Comment 129: Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()--- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker\', \'Comment 130: Task lastTask\', \'Comment 131: State next\', \'Comment 132: Scope scope\', \'Comment 133: Object state\', \'Comment 134: Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker\', \'Comment 135: Task task\', \'Comment 136: IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker\', \'Comment 137: Task task\', \'Comment 138: IDisposable scope) at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint\', \'Comment 139: Task requestTask\', \'Comment 140: ILogger logger) at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext\', "Comment 141: ISwaggerProvider swaggerProvider) at Kotrak.Common.Infrastructure.Middleware.LoggingMiddleware.ControllerLoggingMiddleware.Invoke(HttpContext httpContext){code}\'", \'Comment 142: "Coś tu jest nie teges:!image-2023-04-14-18-36-06-348.png!{code:java}SELECT * FROM [DHPlantStockBusinessLogicMain].[dbo].[StockUnits] where id = \\\'2254b5c5-ce2c-4bc6-939f-4e61bbbc7271\\\' SELECT * FROM [DHPlantStockBusinessLogicMain].[dbo].[Items] where code = \\\'FG00\\\' or id = \\\'073b0b3b-f40f-442b-a646-f2ee64b26940\\\'{code} !image-2023-04-14-18-48-31-748.png!"\', \'Comment 143: "{code:java}/****** Script for SelectTopNRows command from SSMS ******/SELECT * FROM [DHPlantVCBusinessLogicMain].[dbo].[VehicleTicketBulkDispatchElements] where ItemId = \\\'2C7C3E04-DC5C-4DCC-B685-3A02AC543AD7\\\' and id = \\\'77087023-2A75-494B-916E-FEBEADA28666\\\' SELECT * FROM [DHPlantVCBusinessLogicMain].[dbo].[VehicleTicketBulkDispatchElements] where ItemId = \\\'073B0B3B-F40F-442B-A646-F2EE64B26940\\\' and id = \\\'77087023-2A75-494B-916E-FEBEADA28666\\\' SELECT * FROM [DHPlantVCBusinessLogicMain].[dbo].[VehicleTickets] where Document = \\\'VT-728/4/23\\\'{code}!image-2023-04-14-18-50-45-656.png!"\', \'Comment 144: "Inna sprawa\', "Comment 145: że żadnego z tych barcodów nie ma w WMS....!image-2023-04-14-18-53-47-621.png!{code:java}/****** Script for SelectTopNRows command from SSMS ******/SELECT * FROM [DHPlantWmsBusinessLogicMain].[dbo].[UnitLoads] where barcode in( \'436-S00C5Y\'", \'Comment 146: \\\'VTBD-VC00KVT\\\',\\\'VTBD-VC00KVZ\\\'){code}"\', "Comment 147: \'Hi,There is some inaccuracy: on VT we can see one element = item FG00*!image-2023-04-14-18-55-51-629.png|width=879,height=486!*But when I recreated your error", "Comment 148: I have received information about item1599C. Could you please let me know what should be onVT-728/4/23 ?Regards\'", "Comment 149: \'Hi First", \'Comment 150: the user adds SO with element 1599C\', \'Comment 151: but system shows this error message when the user completes dispatching. Then\', "Comment 152: user cancels element 1599C and adds element FG00 to try to complete VT and the system also shows this error message.!image-2!\'", \'Comment 153: "On clipped\\\'SO-4437/23/HPG2\\\' there is item1599C. Please cancelVT-728/4/23\', \'Comment 154: create a new one with correct item and if error reoccurs\', \'Comment 155: please inform us."\', "Comment 156: \'HiVT-1116/4/23 was created to replace VT-728/4/23 and still facing this issue . Please help to check.!image-3!\'", "Comment 157: \'Hi,I am sorry for my delay. VT-1116 is already closed. Please", "Comment 158: let me know if we should do something more on our side.Regards!image-2023-04-24-07-58-11-589.png!\'", \'Comment 159: "HelloYes\', "Comment 160: that\'s right", \'Comment 161: Eric Quang has solved this issue. Thanks you,"]\']\nRelated Issues:\n[]\n\n### End'}
65
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8967\n\n### Instruction:\nHi\r\n\r\nWe have the Technology generated for:\r\n# POP5390-T-S30\r\n# SUN7835-T-S20\r\n\r\nThe technology for its base item isin the DHP, however for informed item, it\'s not.\r\nWe have DGS-8820 wih other cases.\r\nIf we resend it, they will get in DHP, however we need to understand what is happening. So I\'ll no resend until you check.\r\n\r\nCould you please help?\r\n\r\nThank you\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'[~mberbert@deheus.com]we will analyse tracing more tomorrow morning with devs. For now", "Comment 3: recipes are in Plant now.Regards\'", "Comment 4: \'Hi [~Aleksandra.Przybylek@kotrak.com]You can close this task and keep the tracing on DGS-8820Thank you very much!\'", "Comment 5: \'Thank you.Regards\']"]\nRelated Issues:\n[\'DGS-8820\', \'DGS-8985\']\n\n### End'}
66
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8966\n\n### Instruction:\nPlease find enclosed review of the documents where the COGS seems to be unlogic. If we compare COGS of these products in some other weeks, it is easier to conclude that something went wrong in the calculation. What I noticed that some IRC documents were generated, and people whose names are on those documents cannot explain it. They claim that they not create it.\n\n### Response:\n["Comment 1: [\'Zgłoszenie założone na prośbę Piotra Łuczaka w imieniu dyrektora finansowego z Serbii.\'", "Comment 2: \'To kogo wrzucić w reportera?\'", "Comment 3: \'Piotr Łuczak tel 604 494 664[~beata.kapturska@kotrak.com]Piotr Ł prosi o kontakt", "Comment 4: jeśli byś miała pytania.\'", "Comment 5: \'Na razie mam wszystkie potrzebne informacje. Myślę", "Comment 6: że dzisiaj w godzinach późniejszych zaloguję się do Serbii i sprawdzę te dokumenty. \'", "Comment 7: \'I attached excel file with additional column with JO and other documents that are reason of higher costs on SORs.[^Wrong Historic COGS_with JO documents.xlsx]\'", "Comment 8: \' [^Wrong Historic COGS_with JO documents.xlsx] \'", \'Comment 9: "We are interested in root cause of this calculation\', \'Comment 10: and we must be sure it won\\\'t happen again"\', "Comment 11: \'If it was improper action of a user - we must instruct him/her what to avoid. If the additional documents have been generated in the different way - we must exclude such possibility. \'", \'Comment 12: "I found 3 reasons of incorrect COGS on sales documents:1. *value correction of IR+ document* like IRC+-4/02/23/SC for JO-326/02/23/S; IRC+3/02/23/SC for JO-248/02/23/S\', "Comment 13: IRC+1/03/23/SC for JO-208/03/23/S - those documents are made by user.Such documents should not be created because they have increased the cost of the product in relation to the materials used. The cost of the product is too high.2. *the number of used materials is too large* - for example on JO-518/12/22/S (3820-B2) - used materials: 250 kg - product quantity - 100 kgThe quantity of materials in technology is correct.It looks like the quantity of product was 250kg before and then was changed (for some reasons) to 100 kg but the number of materials were left without changes.3. *the number of used bags on JO is too large* - it looks like the technology wasn\'t correct at the time when JO was generated", \'Comment 14: The technology is correct now\', \'Comment 15: but the number of bags in JO wasn\\\'t corrected"\', "Comment 16: \'[^Wrong Historic COGS_with_column_The_cause.xlsx]\'", "Comment 17: \' [^Wrong Historic COGS_with_column_The_cause.xlsx] \'", \'Comment 18: \\\'HiI added report on the list of Job orders -> "Cost difference between IR+ and IR-" !screenshot-1! There are many documents where costs of materials doesn\\\\\\\'t match with product cost.These documents can be fixed but if we fix them - the cost of sales will also change.On the list of documents there is a filter like "Corrections"The filter shows correction documents like IRC+ !screenshot-2! We also can make report which will show IRC+ (value correction) that are created to Job Orders.Such documents should be verified and possibly removed.Please let us know if you want us to create such a reportAlso let me know if you want to correct wrong costs on documents? Best RegardsBeata\\\']\']\nRelated Issues:\n[]\n\n### End'}
67
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8965\n\n### Instruction:\nHi\r\nVt tansfer didn\'t synchronized from Golub.\r\nHelp needed.\r\n\r\nRafał Boniecki \r\n\r\n\n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'Please check VT is now in DHP.!image-2023-04-13-15-25-07-890.png!\'", \'Comment 4: "{code:java} select * --update v --set Status=Status FROM [Evolution_DHCountry].[dbo].[VehicleTickets] v where-- DocumentNumber like \\\'4146/4/2023/D\\\' or DocumentNumber like \\\'4485/4/2023/D\\\' SELECT c.OrderElementId,s.OrderElementId,c.No --update s --set s.OrderElementId=c.OrderElementId FROM [Evolution_DHCountry].[dbo].[VehicleTicketElements] c join [Evolution_DHCService].[dbo].[VehicleTicketElements] s on c.id=s.Id where c.[VehicleTicketId] in(select id FROM [dbo].[VehicleTickets] where DocumentNumber like \\\'4485/4/2023/D\\\')select * FROM [Evolution_DHCService].[dbo].[VehicleTicketExportInfoes] where EntityId=\\\'F96BD737-733F-47DA-BD29-D903E2BF74C7\\\'{code}"\', \'Comment 5: "yep\', \'Comment 6: it is. What\\\'s happen?How to resynchronize vt transfer?"\', "Comment 7: \'For this VT elements there was a difference between the data in DHCservice and DHCServer database in relation to orders elements.It is possible that the issue is related to the RCA DGS-8881 - it will be known if the problem will repeat when the RCA will be solved.\'", "Comment 8: \'ok", \'Comment 9: thanks\', "Comment 10: you can close it.\'", "Comment 11: \'Thank you\']"]\nRelated Issues:\n[\'DGS-8879\', \'DGS-8881\']\n\n### End'}
68
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8964\n\n### Instruction:\nPlease remove/archive additional technology VE307617. Plant needs the recipe for an order for this item. Due to additional technology it is now blocked.\r\n\r\n\n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'Hi Bob,Technology has been archived. Please", "Comment 4: verify.Reards\'", "Comment 5: \'Thank you for the quick response. I now see that the recipe is sent to PCS. This ticket can be closed.\'", "Comment 6: \'Thank you\']"]\nRelated Issues:\n[]\n\n### End'}
69
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8963\n\n### Instruction:\nDear, \r\nI need to add new period for window "Frekvence a trvání léčby". I need to fill "7 -10 dnů / 7 - 10 dní" for CZ_SK templates and "7 - 10 dní / 7 - 10 napig" for SK_HU templates.\r\nfor templates in annex\r\n\r\nCould you do it till tomorrow pls?\r\n\r\n\r\n\n\n### Response:\n["Comment 1: [\'!image!!image-2!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", \'Comment 3: \\\'New period for window "Frekvence a trvání léčby" has been added. Please verify and send a feedback.\\\'\', "Comment 4: \'Hi", "Comment 5: it is okay. thx\']"]\nRelated Issues:\n[]\n\n### End'}
70
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8962\n\n### Instruction:\nDears,\r\n\r\nall list of attached VT is in DHC and not in ERP.\r\n\r\nplease check and advise?\n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Hello,\\\\r\\\\rWe are investigating your issue. We will inform you about the solution as soon as possible.\\\\r\\\\rRegards\\\\r\\\\r\'", \'Comment 3: "2023-04-13 11:17:42,374 [169] ERROR Evolution.DHCERPService.MessageSender.Actors.ClientServiceCallActor [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.MessageSender\\\\\\\\Actors\\\\\\\\ClientServiceCallActor.cs:86] - Message with command PurchaseOrderReceiptSave and object id a4c03943-08f2-44fe-bf8f-fdaf8183160f couldn\\\'t be processed. Exception occured:2023-04-13 11:17:42,374 [169] ERROR Evolution.DHCERPService.MessageSender.Actors.ClientServiceCallActor [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.MessageSender\\\\\\\\Actors\\\\\\\\ClientServiceCallActor.cs:87] - System.Exception: Internal server error. Problems witch getting object from database. at Evolution.DHCERPService.Service.BaseQuery`2.GetById(Guid Id) in E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.Service\\\\\\\\BaseQuery.cs:line 89 at Evolution.DHCERPService.EGWebServiceClient.Commands.PurchaseOrderReceiptSaveCommand.Execute(Guid id) in E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.EGWebServiceClient\\\\\\\\Commands\\\\\\\\PurchaseOrderReceiptSaveCommand.cs:line 42 at Evolution.DHCERPService.MessageSender.Actors.ClientServiceCallActor.CallClientService(ObjectChangedMessage message) in E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.MessageSender\\\\\\\\Actors\\\\\\\\ClientServiceCallActor.cs:line 592023-04-13 11:17:42,390 [157] ERROR Evolution.DHCERPService.Service.BaseQuery`2 [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.Service\\\\\\\\BaseQuery.cs:85] - System.Exception: Not all vehicle ticket elements are present."\', "Comment 4: \'!image-2023-04-13-13-59-11-862.png!\'", "Comment 5: \'!image-2023-04-13-14-01-24-456.png!\'", "Comment 6: \'We resend all vt for 1002010 ", \'Comment 7: there were problem with lacking end-dates for item nutrition levels.To other VT : 359\', \'Comment 8: 382\', "Comment 9: are under analisys.\'", "Comment 10: \'dla kolejnego itema znowu nachodzi : !image-2023-04-13-15-11-58-197.png!\'", "Comment 11: \'vt - 382 was also resend", "Comment 12: there were the same problem as for previous one.\'", \'Comment 13: "vt 359 same towary packing!image-2023-04-13-15-42-20-426.png!2023-04-14 00:40:00,847 [40] ERROR Evolution.DHCERPService.MessageSender.Actors.ClientServiceCallActor [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.MessageSender\\\\\\\\Actors\\\\\\\\ClientServiceCallActor.cs:87] - System.Exception: Data were not found for vehicle ticket id 0a01c812-0877-4f0a-abdd-7e754122d8c3 at Evolution.DHCERPService.EGWebServiceClient.Commands.PurchaseOrderReceiptSaveCommand.Execute(Guid id) in E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.EGWebServiceClient\\\\\\\\Commands\\\\\\\\PurchaseOrderReceiptSaveCommand.cs:line 51 at Evolution.DHCERPService.MessageSender.Actors.ClientServiceCallActor.CallClientService(ObjectChangedMessage message) in E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.MessageSender\\\\\\\\Actors\\\\\\\\ClientServiceCallActor.cs:line 592023-04-14 00:40:16,742 [78] ERROR Evolution.DHCERPService.MessageSender.Actors.ClientServiceCallActor [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.MessageSender\\\\\\\\Actors\\\\\\\\ClientServiceCallActor.cs:86] - Message with command PurchaseOrderReceiptSave and object id 0a01c812-0877-4f0a-abdd-7e754122d8c3 couldn\\\'t be processed. Exception occured:2023-04-14 00:40:16,742 [78] ERROR Evolution.DHCERPService.MessageSender.Actors.ClientServiceCallActor [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.MessageSender\\\\\\\\Actors\\\\\\\\ClientServiceCallActor.cs:87] - System.Exception: Data were not found for vehicle ticket id 0a01c812-0877-4f0a-abdd-7e754122d8c3"\', "Comment 14: \'!image-2023-04-13-16-03-29-390.png!\'", \'Comment 15: "po updatec na forced na 0 przeszło?update VehicleTicketForProcessings set forced=0 where VehicleTicketId=\\\'B979ED97-6D38-434C-BDF5-1E6EE6BF6F47\\\' and VehicleTicketElementId is null"\', "Comment 16: \'please check also 359/4\'", "Comment 17: \'Thanks!all is in ERP. you can close this ticket.\']"]\nRelated Issues:\n[\'DGS-8788\', \'DGS-8936\']\n\n### End'}
71
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8961\n\n### Instruction:\nProduction location Sneek reports that they have to cancel and recreate VT;s for intake on regular basis, because VT doesn\'t show up in pcs. I checked with the pcs supplier and reason is tha deliveryID is missing. example: 611/4/23\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", \'Comment 2: "VT z 12/4 - jest accepted. {code:java} FROM [DHPlantPCSBusinessLogicMain].[dbo].[WebApiRequestLog] where Headers like \\\'%VT-611/4/23%\\\' or body like \\\'%VT-611/4/23%\\\'{code}!image-2023-04-14-12-43-27-534.png!{code:java}SELECT * FROM [DHPlantPCSBusinessLogicMain].[dbo].[VehicleTickets] where DocumentNumber=\\\'vt-611/4/23\\\'SELECT * FROM [DHPlantPCSBusinessLogicMain].[dbo].[ExportVehicleTickets] order by 1 desc -- where EntityId=\\\'20520\\\'{code} !screenshot-1! "\', "Comment 3: \'Czy to może być ten case? Mają już 8.5\\\\rhttps://helpdesk.kotrak.com/browse/DGS-8263\\\\rhttps://helpdesk.kotrak.com/browse/DAP-13164?\'", \'Comment 4: \\\' !screenshot-2! {code:java}<VehicleTicketToPCS xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <VehicleTickets> <VehicleTicket> <VehicleTicketNumber>VT-611/4/23</VehicleTicketNumber> <ASNNumber>CL000027027</ASNNumber> <Status>1</Status> <RealisationDate>2023-04-13T04:00:00</RealisationDate> <ForwarderCode>HEU</ForwarderCode> <ForwarderName>HEU</ForwarderName> <PlantId>2</PlantId> <VehiclePlateNumber>TRUCK</VehiclePlateNumber> <VehicleTicketLines> <VehicleTicketLine> <LoadLineNumber>1</LoadLineNumber> <ArticleCode>0642</ArticleCode> <ArticleName>KALKSTEENTJES (CACO3</ArticleName> <PackingForm>BLK</PackingForm> <ItemBaseWeight>0.000000</ItemBaseWeight> <ItemBaseWeightUnit>kg</ItemBaseWeightUnit> <SupplierCode>L002368</SupplierCode> <SupplierName>Cefetra Feed Service B.V.</SupplierName> <EstimatedQuantity>25000.000000</EstimatedQuantity> <EstimatedQuantityUnit>kg</EstimatedQuantityUnit> <DeliveryId xsi:nil="true" /> <LotNumber xsi:nil="true" /> <CountryOfOrigin>*</CountryOfOrigin> <Description xsi:nil="true" /> </VehicleTicketLine> </VehicleTicketLines> </VehicleTicket> </VehicleTickets></VehicleTicketToPCS>{code}{code:java}<ConfirmationMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ListOfIds> <Id>VT-611/4/23</Id> </ListOfIds></ConfirmationMessage>{code}Oni dostali ten VT i go potwierdzili\\\'\', "Comment 5: \'jakby mieli uwagi przekazać do ponownej weryfikacji do PCS provider.\'", "Comment 6: \'Hi [~TDankers@deheus.com],According to our investigation", \'Comment 7: it looks like PCS did receive this VT on time (!pcsintergation!). VT-611/4/23 was sent to PCS on at 2023-04-12 at 19:05 and PCS confirmed this message on 2023-04-12 at 19:05.Please look at the response message:{code:java}<VehicleTicketToPCS xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <VehicleTickets> <VehicleTicket> <VehicleTicketNumber>VT-611/4/23</VehicleTicketNumber> <ASNNumber>CL000027027</ASNNumber> <Status>1</Status> <RealisationDate>2023-04-13T04:00:00</RealisationDate> <ForwarderCode>HEU</ForwarderCode> <ForwarderName>HEU</ForwarderName> <PlantId>2</PlantId> <VehiclePlateNumber>TRUCK</VehiclePlateNumber> <VehicleTicketLines> <VehicleTicketLine> <LoadLineNumber>1</LoadLineNumber> <ArticleCode>0642</ArticleCode> <ArticleName>KALKSTEENTJES (CACO3</ArticleName> <PackingForm>BLK</PackingForm> <ItemBaseWeight>0.000000</ItemBaseWeight> <ItemBaseWeightUnit>kg</ItemBaseWeightUnit> <SupplierCode>L002368</SupplierCode> <SupplierName>Cefetra Feed Service B.V.</SupplierName> <EstimatedQuantity>25000.000000</EstimatedQuantity> <EstimatedQuantityUnit>kg</EstimatedQuantityUnit> <DeliveryId xsi:nil="true" /> <LotNumber xsi:nil="true" /> <CountryOfOrigin>*</CountryOfOrigin> <Description xsi:nil="true" /> </VehicleTicketLine> </VehicleTicketLines> </VehicleTicket> </VehicleTickets></VehicleTicketToPCS>{code}And also on confirmation from pcs:{code:java}<ConfirmationMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ListOfIds> <Id>VT-611/4/23</Id> </ListOfIds></ConfirmationMessage>{code}Please contact the PCS supplier for further conclusionsRegards\\\'\', "Comment 8: \'Yes it is send and received", \'Comment 9: but as you can see in the response message\', "Comment 10: deliveryID is missing: DeliveryID is needed in the pcs to further process and send back intake weight!afbeelding!\'", "Comment 11: \'Hi [~TDankers@deheus.com],I have created a GDC-923. We will block sending VT to PCS where there will be no delivery yset\'", "Comment 12: \'this ticket can be closed\']"]\nRelated Issues:\n[\'DGS-8263\', \'DAP-13577\']\n\n### End'}
72
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8960\n\n### Instruction:\nRecipe 3220.150KAU does not appear in DHP, even though it has been properly created in ERP system, linked with DHC, and there was no problem with technology generation\n\n### Response:\n["Comment 1: [\'!1!!2!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'Hello", \'Comment 4: recipes are now in DHP\', "Comment 5: please check and send a feedback. !image-2023-04-14-07-20-29-532.png!\'", "Comment 6: \'Can you tell me the reason? and will this problem be repeated in the future? thanks in advance\'", "Comment 7: \'Yes,this has been resolved in DHC 3.0.60.Isolated cases can unfortunately occur.\'", "Comment 8: \'thank you", "Comment 9: everything is ok now\'", "Comment 10: \'Thank you for confirmation.\']"]\nRelated Issues:\n[]\n\n### End'}
73
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8959\n\n### Instruction:\nDears,\r\n\r\nall orders sent to DHC is not in DHP, Example (23009771, 23009772, 2300973)\r\n\r\nNote: we can\'t receive any raw materials without linking with orders.\n\n### Response:\n["Comment 1: [\'Issue under analisys\'", "Comment 2: \'2023-04-12 13:50:20 (/Plant.DHC.Integration/DHP-3/8348/214) [Error] Plant.Integration.DhcService.Infrastructure.FetchDataFromDhcTask - ContaminationRulePipelineExecutor execution errorSystem.Exception: Cannot connect to server ---> System.ServiceModel.CommunicationException: No connection could be made because the target machine actively refused it ---> System.Net.Http.HttpRequestException: No connection could be made because the target machine actively refused it ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it\'", "Comment 3: \'Orders are in dhp now please verify!image-2023-04-13-02-18-52-282.png!\'", "Comment 4: \'Hello", "Comment 5: yes all in DHP.we have the same issue for all those VT in attachment.looks like there is an issue in DHC-ERP service.!image!\'", \'Comment 6: \\\'Could you pleasespecify "the same problem with vt"?Previously\', \'Comment 7: the topic was about not sending PO from DHC to DHP. From what I noticed there were problems with the service on the dhp side\', \'Comment 8: there were timeouts which disrupted its task after restarting the services on the dhp side and dhc service orders went through. VT documents\', \'Comment 9: on the other hand\', "Comment 10: go from DHP to DHC. So this is a separate problem and should be reported with a separate ticket to this.I verified few VT from your list and there are in both system - DHC i DHP.If the problem is with DHC-> ERP integartion II restarted the service prophylactically if there still will be missing VT in ERP please create new task for this one cause this is a diffrent function.May we close this taskconcerning originally integartion dhc->dhp and orders.\'", "Comment 11: \'Hello,clear! i will open new ticket\']"]\nRelated Issues:\n[]\n\n### End'}
74
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8958\n\n### Instruction:\nHi\r\n\r\nWe are trying to register the ULs from PLR 0831110423007\r\nHowever system displays an error message:\r\n{color:red}\r\n*Requested quantity for unit load exceeds available produced quantity. Unit load cannot be registered.*\r\n{color}\r\n\r\nBut we generated exactly what what produced.\r\n\r\nCould you please help?\r\n\r\nThank you\n\n### Response:\n["Comment 1: [\'!image!!image-1!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'ID :7438398f-fe2d-4117-b287-72cf9b05a390\'", "Comment 4: \'!image-2023-04-12-21-09-01-452.png!\'", \'Comment 5: \\\'An error occurred while saving the entity changes. See the inner exception for details. -> The INSERT statement conflicted with the FOREIGN KEY constraint "FK_StockUnits_UnitLoads_UnitLoadId". The conflict occurred in database "DHPlantWmsBusinessLogicMain"\', \'Comment 6: table "dbo.UnitLoads"\', "Comment 7: column \\\\\'Id\\\\\'.The statement has been terminated.\'", "Comment 8: \'Please try now.\'", "Comment 9: \'[[DHP 3.0] Brak unit loadu", "Comment 10: na stocku jest|onenote:https://kotrak.sharepoint.com/sites/erpasysta/Shared%20Documents/Baza%20wiedzy/Baza%20Wiedzy%20-%20ERPSD/Klienci/DEHEUS/DEHEUS%20APPLICATIONS/Brazil/Baza%20wiedzy.one#%5bDHP%203.0%5d%20Brak%20unit%20loadu,%20na%20stocku%20jest&section-id=\\\\\\\\{05DF1439-683C-45FE-8260-61E2EC66DC91}&page-id=\\\\\\\\{961E2282-2E7C-47A8-B946-33764D357518}&end] ([Widok sieci Web|https://kotrak.sharepoint.com/sites/erpasysta/_layouts/OneNote.aspx?id=%2Fsites%2Ferpasysta%2FShared%20Documents%2FBaza%20wiedzy%2FBaza%20Wiedzy%20-%20ERPSD&wd=target%28Klienci%2FDEHEUS%2FDEHEUS%20APPLICATIONS%2FBrazil%2FBaza%20wiedzy.one%7C05DF1439-683C-45FE-8260-61E2EC66DC91%2F%5BDHP%203.0%5D%20Brak%20unit%20loadu%2C%20na%20stocku%20jest%7C961E2282-2E7C-47A8-B946-33764D357518%2F%29])\'", "Comment 11: \'HiThe message changed: look the attached screenshotThank you!image-2!\'", "Comment 12: \'!image-2023-04-12-22-25-18-605.png!\'", "Comment 13: \'po insercie kody przypiely sie do zamowienia 90/4/23!image-2023-04-12-22-32-41-961.png!\'", "Comment 14: \'tak wynika z selecta !image-2023-04-12-22-35-57-077.png!\'", "Comment 15: \'There was a bug that blocked the creation of the stock unit and unit load from the application level in the WMS module", "Comment 16: which in turn resulted in the first error. Stocks and UnitLoad were completed from the database side. Please verify.At this point it now looks like a problem with the status of the WO(ip) document itself .If the slopes are ok then can the level be downgraded to P2?!image-2023-04-12-22-43-20-687.png!\'", \'Comment 17: "Hi [~Agnieszka.Januszewska@kotrak.com]Yes we can lower to P2. We\\\'ll load the truck with these ULs.But then\', \'Comment 18: we need to execute the WO(IP). So could you please ask for someone to fix that tomorrow morning as first task?Thank you"\', "Comment 19: \'Status for teh WO(ip) was fixed please verify.\'", "Comment 20: \'updatowano status na 50 ( exeuted na nagłówku i elemnta)", \'Comment 21: na elemnatach uzupełniono też daty exeuted\', "Comment 22: executed user na Admin - na id =b145240c-e1e8-462c-b0a3-6b48af0bc5ae)\'", \'Comment 23: "Hi [~Agnieszka.Januszewska@kotrak.com]I see that in the WO(IP) there are no realization\', \'Comment 24: however I can see the UL in the stock. So\', \'Comment 25: let\\\'s move as is.You can close this task.Thank you very much!"]\']\nRelated Issues:\n[]\n\n### End'}
75
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8957\n\n### Instruction:\nSO000097321 does not appear in DHP Meppel.\r\n\r\nWhile doing some research I found that item 140402 (which is the only item in the salesorder) is not in DHP Meppel either. I tried to resend this from the recipes in DHH, but it still hasn\'t arrived.\r\n\r\nOrder is scheduled for tomorrow early in the morning, therefore this is a P1.\r\n\r\nCan you please investigate? Thanks!\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'Forgot to mention that the Salesorder is visible in DHC.\'", "Comment 3: \'Resynced Item", \'Comment 4: Recipe\', "Comment 5: Production Recipe and Technology!image-2023-04-12-19-56-59-711.png!\'", "Comment 6: \'I see the recipe / item is there", "Comment 7: but the order not yet.Guess I have to be patient? :) Or should I try to resend it from Milas?\'", "Comment 8: \'Yes. The issue is known -the item was not in DHC service. Yes", "Comment 9: we need to wait a bit.Regards\'", "Comment 10: \'Dear Martijn,Please", "Comment 11: resend the order from Milas.Regards\'", \'Comment 12: "Done\', \'Comment 13: I see it now in DHP. I\\\'ve asked the reporter to check if everything is OK now."\', "Comment 14: \'Great. Waiting for your feedback then :)\'", "Comment 15: \'Confirmed", "Comment 16: everything is OK now. Thanks!\'", "Comment 17: \'Thank you\']"]\nRelated Issues:\n[]\n\n### End'}
76
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8956\n\n### Instruction:\nCould you please uncheck all checkboxes called "technical results" in the customer cards in MAS BE?\n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", \'Comment 3: "[~mbovene@deheus.com],we\\\'ve updated all customers in MAS BE.Best regards,Grzegorz"]\']\nRelated Issues:\n[]\n\n### End'}
77
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8955\n\n### Instruction:\nHello,\r\n\r\nPlease assist.\r\n\r\nAttached lot is not generating in DHC.\r\n\n\n### Response:\n["Comment 1: [\'!image!!image-1!!image-2!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'HI,JO has been generated. IR documents should generate when all production will be registered!image-2023-04-12-19-54-09-381.png!!image-2023-04-12-19-54-27-043.png!Regards\'", "Comment 4: \'Hi AleksandraWhat stopped it from being generated?Regards\'", \'Comment 5: "Hi Rey,To be honest\', "Comment 6: I have focused on unblocking the process / fixing the issue so what I\'ve done was only to resync Recipe", \'Comment 7: Production Recipe and Technology and clicked generate documnets on PLR card in DHC as error message said about inactive technology. I am also pretty sure that resend technology only would also helped.Please\', \'Comment 8: let me know if we should treat it as an incident? Or wait to another example to perform some root cause analysis :)Best regards"\', "Comment 9: \'Thanks", "Comment 10: you may close this ticket\'", "Comment 11: \'Thank you\'", "Comment 12: \'coś takiego się dzieje jak usuną technologię z XL.Jak technologii nie było przed wysyłką ponowną w XL.\']"]\nRelated Issues:\n[]\n\n### End'}
78
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8954\n\n### Instruction:\nHi\r\n\r\nWe have this UL Barcode *89-W00YQ0-C202304041110494225*\r\nHowever we don\'t know why is it with this -C suffix.\r\nWe know who created it, and we know it was dispatched, but we don\'t know the source of it\'s creation: Was it created from DummyPallet in PLR? Was it splited from another UL?\r\nWe\'d like to understand what happened with this UL barcode.\r\n\r\nThank you\n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'Jest tylko ten długaśny:!image-2023-04-14-12-59-57-669.png!!image-2023-04-14-12-59-57-669!\'", \'Comment 4: "{code:java}SELECT * FROM [DHPlantWmsBusinessLogicMain].[dbo].[UnitLoads] where barcode = \\\'89-W00YQ0-C202304041110494225\\\' or barcode like \\\'89-W00YQ0%\\\' SELECT * FROM [DHPlantWmsBusinessLogicMain].[dbo].[UnitLoads] where ItemId in (--\\\'E4016894-DA25-4E4C-A554-28D858D3569B\\\',\\\'7A73A0CD-DC3A-46BF-8DBC-7155BD56262D\\\')--\\\'809594FF-5948-4561-8929-306F5CFA5810\\\') SELECT * FROM [DHPlantProdBusinessLogicMain].[dbo].[Items] where id = \\\'7A73A0CD-DC3A-46BF-8DBC-7155BD56262D\\\' SELECT * FROM [DHPlantProdBusinessLogicMain].[dbo].[Items] where code like \\\'FCP4945-T%\\\'{code}!image-2023-04-13-19-56-19-098.png!"\', "Comment 5: \'patrząc po unitloadzie!image-2023-04-13-19-59-10-307.png!\'", "Comment 6: \'do zapytania na stand up\'", "Comment 7: \'Hi [~Pawel.Sadowski@kotrak.com]Did you have opportunity to check this issue?I was noticed about one more case of it.Thank you\'", "Comment 8: \'Hej Maciek,[~maciej.dobrzanski@kotrak.com]skąd taki dziwny barcode", \'Comment 9: tzn z czego pobrał taki ciąg znaków? Spacer kota po klawiaturze nie bierzemy pod uwagę. I nie jest to rework\', "Comment 10: barcode jest z 3 kwietnia. Pomysły wyczerpane heh :)pytałam na DHApps :PZ góry dzięki\'", "Comment 11: \'Hi [~mberbert@deheus.com],Could you please provide us with second example and ask user to describe step by step how did he or she create questioned barcode (not how it should be done but what user did).We have forwarded your issue to Dev analysis.Reagards\'", "Comment 12: \'[~aleksandra.przybylek@kotrak.com] taki kod się tworzy jak jest anulowany\'", "Comment 13: \'[~mberbert@deheus.com]This suffix creates when the barcode is cancelled. C for cancelled", \'Comment 14: then you have a date of cancellation:*C202304041110494225 -* the 4th of April\', "Comment 15: 2023.Regards\'", \'Comment 16: "Hi [~Aleksandra.Przybylek@deheus.com]About ask user what step was used to create\', \'Comment 17: he doesn\\\'t remember what happened. And we need to understand what is happening. Why do we have 1.9tons of PLR and 2.4tons on WO(IP).Seems that — somehow — system is not validating the WO(IP) quantity with PLR quantity.If this barcode was cancelled how did they dispatch it?How this barcode was created?Thank you "\', \'Comment 18: \\\'Id StoredAt AggregateType AggregateId Event EventType UserId UserName CorrelationId CreatedAt SentAtId StoredAt AggregateType AggregateId Event EventType UserId UserName CorrelationId CreatedAt SentAtCA02DFED-0251-44A9-9363-9C8C3ABB6BCE 2023-04-04 11:10:50.2010213 Plant.Stock.BusinessLogic.Domain.StockUnits.StockUnit 807a0522-5be4-4578-b434-e461789cd6a7 {"StockUnitId":{"Id":"807a0522-5be4-4578-b434-e461789cd6a7"},"*OldBarcode":\\\\\\\\{"Code":"89-W00YQ0"},"NewBarcode":\\\\\\\\{"Code":"89-W00YQ0-C202304041110494225"}}* Plant.Stock.BusinessLogic.DomainAbstractions.StockUnits.StockUnitBarcode*ChangedEvent* 51867B60-5E3C-4689-84E4-EE3DBBDABC08 *lqueiroz* E741EB87-FBFE-4F3D-9164-AD701C43CEDF 2023-04-04 11:10:50.1932341 2023-04-04 11:10:50.3503482WMS dla Unitload||Head |EventType|UserName|CreatedAt||Plant.WMS.BusinessLogic.DomainAbstractions.UnitLoads.DomainEvents.UnitLoadUpdatedEvent|lqueiroz|2023-04-04 11:10:49.4225918||Plant.WMS.BusinessLogic.DomainAbstractions.UnitLoads.DomainEvents.UnitLoadBarcodeChangedEvent|lqueiroz|2023-04-04 11:10:49.4225935||Plant.WMS.BusinessLogic.DomainAbstractions.UnitLoads.DomainEvents.UnitLoadCancelledEvent|lqueiroz|2023-04-04 11:10:49.4225942|ing 1||Heading 2|||Col A1|Col A2|\\\'\', "Comment 19: \'Hello. User lqueiroz canceled this Barcode at2023-04-04 11:10.User tgrassi at 2023-04-04 10:44 released related stock for this barcode.Should we do a analysis for this case?\'", "Comment 20: \'Hi,Any feedback?Regards\']"]\nRelated Issues:\n[]\n\n### End'}
79
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8953\n\n### Instruction:\nFor trip 01005748 two dispatch messages were sent from PCS. Both messages were not accepted in DHP. \r\nError message (with retry with these messages from Swagger): "Message": "An unexpected error occurred. Please contact system help desk.",\r\n\r\nCan you please check why these messages were not accepted / how it can be fixed? We need to deliver the sales packing slip to the customers.\r\n\r\n{\r\n"trips":[{"tripId":"01005748","loadingDate":"2023-04-10T07:31:39.87","salesOrders":[{"salesOrderNumber":"SO-3677/4/23","salesOrderLines":[{"salesOrderLineNumber":"1","articleCode":"114339","recipeId":95784,"quantity":18260.0,"compartments":[{"compartmentNumber":1,"compartmentWeight":1100.0},{"compartmentNumber":4,"compartmentWeight":4100.0},{"compartmentNumber":5,"compartmentWeight":4080.0},{"compartmentNumber":8,"compartmentWeight":4120.0},{"compartmentNumber":9,"compartmentWeight":4860.0}]}]}]}]}\r\n\r\n{\r\n "trips":[{"tripId": "01005748","loadingDate": "2023-04-10T07:23:06.955Z","salesOrders":[{"salesOrderNumber": "SO-3678/4/23","salesOrderLines": [\r\n{"salesOrderLineNumber": "1","articleCode": "115337","recipeId": 95956,"quantity": 9900,"compartments": [{"compartmentNumber": 2,"compartmentWeight": 1160},{"compartmentNumber": 3,"compartmentWeight": 1180},{ "compartmentNumber": 7,"compartmentWeight": 3880},{ "compartmentNumber": 6,"compartmentWeight": 3680}]}]}]}]}\n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", \'Comment 3: \\\'Same issue in Veghel for trip 01006224Message is not accepted in DHP (actually no indication if it is accepted or not) and error message: "Message": "An unexpected error occurred. Please contact system help desk.",I checked sales order/trip/itemline/recipeId... all seems to be okPlease check the issue for these tickets. We need to send the correct packing slip to the customers.{"trips":[{"tripId":"01006224","loadingDate":"2023-04-12T12:20:34.563","salesOrders":[{"salesOrderNumber":"SO-4125/4/23","salesOrderLines":[{"salesOrderLineNumber":"1","articleCode":"318235","recipeId":59951,"quantity":12024.0,"compartments":[{"compartmentNumber":1,"compartmentWeight":2772.0},{"compartmentNumber":3,"compartmentWeight":1870.0},{"compartmentNumber":5,"compartmentWeight":3706.0},{"compartmentNumber":7,"compartmentWeight":3676.0}]}]}]}]}\\\'\', "Comment 4: \'Same issue for a dispatch from Utrecht. In this case", \'Comment 5: the operator manually created a VT and registered quantities on the VT. Original dispatch message from PCS was not accepted in DHP.<LoadingReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><Trips><Trip><TripId>01005662</TripId><LoadingDate>2023-04-11T09:12:25</LoadingDate><SalesOrders><SalesOrder><SalesOrderNumber>SO-3823/4/23</SalesOrderNumber><SalesOrderLines><SalesOrderLine><SalesOrderLineNumber>1</SalesOrderLineNumber><ArticleCode>505360</ArticleCode><RecipeId>67734</RecipeId><Quantity>4012</Quantity><Compartments><Compartment><CompartmentNumber>8</CompartmentNumber><CompartmentWeight>4012</CompartmentWeight></Compartment></Compartments></SalesOrderLine></SalesOrderLines></SalesOrder><SalesOrder><SalesOrderNumber>SO-3407/4/23</SalesOrderNumber><SalesOrderLines><SalesOrderLine><SalesOrderLineNumber>1</SalesOrderLineNumber><ArticleCode>505383</ArticleCode><RecipeId>67739</RecipeId><Quantity>5006</Quantity><Compartments><Compartment><CompartmentNumber>3</CompartmentNumber><CompartmentWeight>2002</CompartmentWeight></Compartment><Compartment><CompartmentNumber>5</CompartmentNumber><CompartmentWeight>3004</CompartmentWeight></Compartment></Compartments></SalesOrderLine></SalesOrderLines></SalesOrder><SalesOrder><SalesOrderNumber>SO-1811/4/23</SalesOrderNumber><SalesOrderLines><SalesOrderLine><SalesOrderLineNumber>1</SalesOrderLineNumber><ArticleCode>505360</ArticleCode><RecipeId>67734</RecipeId><Quantity>8014</Quantity><Compartments><Compartment><CompartmentNumber>2</CompartmentNumber><CompartmentWeight>2008</CompartmentWeight></Compartment><Compartment><CompartmentNumber>6</CompartmentNumber><CompartmentWeight>3000</CompartmentWeight></Compartment><Compartment><CompartmentNumber>9</CompartmentNumber><CompartmentWeight>3006</CompartmentWeight></Compartment></Compartments></SalesOrderLine></SalesOrderLines></SalesOrder></SalesOrders></Trip><Trip><TripId>01005862</TripId><LoadingDate>2023-04-11T09:12:25</LoadingDate><SalesOrders><SalesOrder><SalesOrderNumber>SO-4115/4/23</SalesOrderNumber><SalesOrderLines><SalesOrderLine><SalesOrderLineNumber>2</SalesOrderLineNumber><ArticleCode>505210</ArticleCode><RecipeId>67261</RecipeId><Quantity>3996</Quantity><Compartments><Compartment><CompartmentNumber>1</CompartmentNumber><CompartmentWeight>2056</CompartmentWeight></Compartment><Compartment><CompartmentNumber>7</CompartmentNumber><CompartmentWeight>1940</CompartmentWeight></Compartment></Compartments></SalesOrderLine><SalesOrderLine><SalesOrderLineNumber>1</SalesOrderLineNumber><ArticleCode>505075</ArticleCode><RecipeId>66429</RecipeId><Quantity>7522</Quantity><Compartments><Compartment><CompartmentNumber>4</CompartmentNumber><CompartmentWeight>3216</CompartmentWeight></Compartment><Compartment><CompartmentNumber>10</CompartmentNumber><CompartmentWeight>4306</CompartmentWeight></Compartment></Compartments></SalesOrderLine></SalesOrderLines></SalesOrder></SalesOrders></Trip></Trips></LoadingReport>\\\'\', "Comment 6: \'For the dispatch from Utrecht", \'Comment 7: I found and solved the issue: for one of the orders\', "Comment 8: a different trip number was used. That trip was cancelled in DHP. I updated the tripnumber and reprocessed the dispatch message from PCS. Now it was processed correctly in DHP.For the not processed dispatches for Maasbracht and Veghel I need your help.\'", \'Comment 9: "Hi Bob,I\\\'m not sure what is the exact issue.In Veghelfor trip 01006224 I can see all data is in Plant. Could you please verify and let me know?!image-2023-04-12-19-11-15-422.png!!image-2023-04-12-19-10-42-735.png!"\', "Comment 10: \'!image-2023-04-12-19-20-14-862.png!!image-2023-04-12-19-20-48-602.png!\'", "Comment 11: \'Hi Aleksandra", \'Comment 12: the quanties were entered manually on the VT. This results in an incorrect SPS. For that compartment information and recipeId is required.I tried to register the quantities again using the original dispatch message from PCS. But saw that this message was not accepted (not the first time it was sent from PCS and not when I resent it). I do not understand why the dispatch message from PCS is not accepted in DHP. I checked tripnumber\', \'Comment 13: SO number\', "Comment 14: etc and all seems to be ok.I hope you can help me with this.That is my question.\'", "Comment 15: \'VT jest z 12 kwietnia", "Comment 16: na tą datę nie mamy errorów:!image-2023-04-13-14-32-35-010.png!!image-2023-04-13-14-32-50-599.png!\'", "Comment 17: \'!image-2023-04-13-16-33-42-460.png!!image-2023-04-13-16-35-22-711.png!\'", \'Comment 18: "*Veghel*{code:java}--SELECT *-- FROM [DHPlantVCBusinessLogicMain].[dbo].[VehicleTicketBulkDispatchElements] where ItemId = \\\'1A611975-3A76-4156-8590-97D2E811666C\\\' -- and OrderId = \\\'E7AE4918-A671-4289-B5CB-D73322A8A923\\\'SELECT * FROM [DHPlantProdBusinessLogicMain].[dbo].[Items] where code = \\\'318235\\\' --SELECT * --FROM [DHPlantProdBusinessLogicMain].[dbo].[Recipes] where itemid = \\\'1A611975-3A76-4156-8590-97D2E811666C\\\' order by CreateDate descSELECT* FROM [DHPlantVCBusinessLogicMain].[dbo].[Orders] where Document = \\\'SO-4125/4/23\\\' --SELECT* --FROM [DHPlantVCBusinessLogicMain].[dbo].[OrderElements] where ItemId = \\\'1A611975-3A76-4156-8590-97D2E811666C\\\' --and id = \\\'E7AE4918-A671-4289-B5CB-D73322A8A923\\\'select RecipeId,* from VehicleTicketBulkDispatchElementswhere ItemId=\\\'1A611975-3A76-4156-8590-97D2E811666C\\\' and OrderId=\\\'E7AE4918-A671-4289-B5CB-D73322A8A923\\\'{code}!image-2023-04-13-18-11-54-342.png!"\', \'Comment 19: "*Maasbracht*{code:java} SELECT * FROM [DHPlantProdBusinessLogicMain].[dbo].[Items] where code = \\\'114339\\\' SELECT * FROM [DHPlantProdBusinessLogicMain].[dbo].[Items] where code = \\\'115337\\\'{code}{code:java}SELECT* FROM [DHPlantVCBusinessLogicMain].[dbo].[Orders] where Document in (\\\'SO-3677/4/23\\\'\', "Comment 20: \'SO-3678/4/23\'){code}{code:java} select RecipeId,* from [DHPlantVCBusinessLogicMain].[dbo].VehicleTicketBulkDispatchElementswhere ItemId in (\'368D6BA7-1AD5-45CC-AD8F-3AA40ABF67DF\'", "Comment 21: \'FAAB180C-A073-4440-ABAC-DB0F0E75108F\') and OrderId in (\'045816A0-33F3-4C83-8CF1-EF11CFC2BECA\'", \'Comment 22: \\\'625BB384-4455-4938-B644-8DA8211C45F8\\\'){code}!image-2023-04-13-18-38-07-567.png!!image-2023-04-13-18-41-08-306.png!"\', \'Comment 23: "Veghelfaktycznie brakuje vte recipe id na tym bulku w module vtogolnie takich pozycji w bazie dla Veghel jest ok 600 z czego cześć ma jakies dziwne daty i jest stara ale częścz jest z okresu do miesiącaSELECT vde.[Id]\', \'Comment 24: recipeid,FinalWeighingDate,*FROM [DHPlantVCBusinessLogicMain].[dbo].[VehicleTicketBulkDispatchElements] vde join VehicleTickets vt on vt.id=vde.id where vt.id=\\\'0FB32AD6-C6EE-47B7-BD48-50C94657F5D4\\\' or vde.recipeid is null order by vde.FinalWeighingDate desc!image-2023-04-14-09-07-36-796.png!Podana receptura przeszła do pcs :!image-2023-04-14-09-08-38-496.png! zamówienie też pasuje!image-2023-04-14-09-09-58-759.png!"\', "Comment 25: \'dla Veghel ustawiłam recznie recipe id bo wszystko pasuje", \'Comment 26: wersja\', \'Comment 27: towar\', "Comment 28: labelki sa w tej wersji zoabczymy czy pomogło\'", "Comment 29: \'Hello,Could you verify the Veghel VT and tripVeghel for trip 01006224I filled in teh recipe id", "Comment 30: that was missing on vt element.\'", \'Comment 31: "--update -- [DHPlantVCBusinessLogicMain].[dbo].[VehicleTicketBulkDispatchElements] --set recipeid=\\\'D58BDABD-F3D8-437E-9DA8-EB8C65286F75\\\'-- where id=\\\'0FB32AD6-C6EE-47B7-BD48-50C94657F5D4\\\'"\', "Comment 32: \'Hello Agnieszka", \'Comment 33: I now see that VT is closed and that compartments are still missing...For a correct SPS printout from DHP we need a) compartment information b) reipeId. Both are in the original dispatch message that was sent by PCS but this was not accepted in DHP.My question is mainly to find the reason why the dispatch message from PCS was not accepted. As far as I could check\', "Comment 34: the format and data of the message is ok (same for other two from Maasbracht).!image-1!\'", "Comment 35: \'[^SPS_admin_14042023_114227568_9c249fd0-cdf3-4623-a110-bd585519f8b2.xml]\'", "Comment 36: \'Yes butIn this task we have focused on clearingandunblocking the process. I add missing information from database and ask you if sps printout is now ok for vt 489/4/23 from plant Veghel.Because you feedback was unclear I generated test xml sps printout for that element ( see attachement). Please verify if that sps printout is correct.[^SPS_admin_14042023_114227568_9c249fd0-cdf3-4623-a110-bd585519f8b2.xml]I quess this is a printout you mentioned.If that works fine for that object I will fixed it for VT from Massbracht", \'Comment 37: that you sent us before..If there is a need from your sideto investigate the reasonof the issue\', \'Comment 38: why recipeid\', \'Comment 39: it is not declared on VT elements\', \'Comment 40: we may raise RootCause Analysis (RCA)task for you.Please\', "Comment 41: let us knowhow you wish us to proceed.\'", "Comment 42: \'Hi Agnieszka,The XML is processed in another application (Transform). It requires data for the compartments. This is currently missing in the XML that you generated.So", \'Comment 43: it does not really help to manually add recipeId. The printout will still not be correct.The reason that recipeId and compartments are missing in the VT is that the dispatch message from PCS was not processed. Quantities were entered manually by the operator. The recipeId and compartments cannot be added by the user\', \'Comment 44: so the will be missing. Normally\', \'Comment 45: dispatch must be registered based on the dispatch message from PCS.To clarify my issue once more: Please check why the dispatch message from PCS is not processed in DHP. What is the reason for the error message "An unexpected error occurred. Please contact system help desk."\\\'\', \'Comment 46: "Hi Bob,In that case this issue needs to be verified by dev team\', \'Comment 47: so please be informed that your task has been transferred to dev department. We\\\'ll let you know about the result as soon as possible.Regards"\', "Comment 48: \'[~maciej.dobrzanski@kotrak.com]jeszcze pytanko", \'Comment 49: powiązać task z https://helpdesk.kotrak.com/browse/DGS-8609i https://helpdesk.kotrak.com/browse/DGS-8610i robimy RCA?Tak naprawdę\', "Comment 50: zgłaszają dosyć sporo tych problemów z packingslips... :/\'", "Comment 51: \'[~aleksandra.przybylek@kotrak.com] nie. Rozmawiałem w środę w tym temacie z Bobem. Pewnie bedzie potrzebne GDC\'", "Comment 52: \'ok :)\'", "Comment 53: \'Hi Aleksandra", \'Comment 54: another example from Utrecht: <LoadingReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><Trips><Trip><TripId>01007890</TripId><LoadingDate>2023-04-14T09:31:39</LoadingDate><SalesOrders><SalesOrder><SalesOrderNumber>SO-6370/4/23</SalesOrderNumber><SalesOrderLines><SalesOrderLine><SalesOrderLineNumber>1</SalesOrderLineNumber><ArticleCode>505075</ArticleCode><RecipeId>68731</RecipeId><Quantity>7964</Quantity><Compartments><Compartment><CompartmentNumber>1</CompartmentNumber><CompartmentWeight>2292</CompartmentWeight></Compartment><Compartment><CompartmentNumber>2</CompartmentNumber><CompartmentWeight>2306</CompartmentWeight></Compartment><Compartment><CompartmentNumber>8</CompartmentNumber><CompartmentWeight>3366</CompartmentWeight></Compartment></Compartments></SalesOrderLine></SalesOrderLines></SalesOrder><SalesOrder><SalesOrderNumber>SO-6373/4/23</SalesOrderNumber><SalesOrderLines><SalesOrderLine><SalesOrderLineNumber>1</SalesOrderLineNumber><ArticleCode>506365</ArticleCode><RecipeId>68080</RecipeId><Quantity>5556</Quantity><Compartments><Compartment><CompartmentNumber>4</CompartmentNumber><CompartmentWeight>3068</CompartmentWeight></Compartment><Compartment><CompartmentNumber>6</CompartmentNumber><CompartmentWeight>2488</CompartmentWeight></Compartment></Compartments></SalesOrderLine></SalesOrderLines></SalesOrder></SalesOrders></Trip></Trips></LoadingReport>\\\\tThe error message (after retry in Swagger):500 UndocumentedError: Internal Server ErrorResponse bodyDownload[ { "Message": "An unexpected error occurred. Please contact system help desk."\', \'Comment 55: "Code": null }]Note: for code 500 errors\', "Comment 56: I think another ticket was already created.\'", "Comment 57: \'Hi [~BKennedy@deheus.com],For this case", "Comment 58: we have more than one shipping notice. One ASN is canceled and the other is in progress that is why the error appears. !doubledasns! There is a GDC-901 raised that is about to solve this issue: !901! The requirement marked in yellow will solve this issue since the PCS NL module will skip canceled trips.Regards\'", \'Comment 59: \\\'Hi Maciej,Thank you for the response.I was not aware that the issue is cancelled trips (with same trip number). I think due to the approach in DHC that an update of an ASN results in a cancellation and a "new" ASN with the same trip number\', \'Comment 60: in DHP we have a lot of cases where we have multiple ASN with the same trip number.Priority of the GDC-901 I think has to be checked (I saw version 3.8...). We must be able to send a correct packing slip to the customer. For this we need compartment info and recipeId (it is not yet possible to enter this manually in the VT).If we have the issue now\', \'Comment 61: as a workaround\', "Comment 62: it would help to update the trip number of the cancelled trip e.g. add a - or put it to 0... correct?\'", "Comment 63: \'Hi [~BKennedy@deheus.com],Yes", \'Comment 64: I do really understand that is a big issue that is why both I and Theo have decided to implement the "yellow" point as a hotfix to the DHP R8.5. The rest of the scope will be planned for the later version.In my opinion\', \'Comment 65: we should be ready somewhere in the middle of next week\', "Comment 66: then we can plan the upgrades of only PCS.NL service.I hope that is good news for you\'", "Comment 67: \'Ok", "Comment 68: thank you. Indeed this is good news!This ticket can be closed.\'", "Comment 69: \'Thank you.Regards\']"]\nRelated Issues:\n[]\n\n### End'}
80
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8952\n\n### Instruction:\nHi, Task form Paulina\r\n\r\n\n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'The task was addressed to the producer of the system OPT/993023\'", \'Comment 4: \\\'Producer\\\\\\\'s response:"{color:#2e2e2e}Po aktualizacji zawsze usuwana jest data wyrejestrowania - {color}jest to standardowe działanie programu. Najczęściej aktualizacja po wyrejestrowaniu dotyczy ponownego zatrudnienia dlatego data wyrejestrowania jest automatycznie usuwana."\\\'\', "Comment 5: \'!image-1!\'", "Comment 6: \'Pani Paulino,Jeśli mają Panie taki przypadek że po zwolnieniu pracownika i wyrejestrowaniu go z ZUS robią Panie na nim aktualizację (dodają kolejny zapis historyczny np. zmieniający wydział) to trzeba pamiętać iż traci się informacja o wyrejestrowaniu z ZUS i dane te należy ponownie uzupełnić w ramach tego zapisu historycznego. Producent nie traktuje tego jako błąd.\'", "Comment 7: \'Could you please confirm if we can close this task?Regards\'", \'Comment 8: "I\\\'m waiting for user response"\', "Comment 9: \'Thank you for the information\'", "Comment 10: \'Task to close", "Comment 11: thanks.\']"]\nRelated Issues:\n[]\n\n### End'}
81
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8951\n\n### Instruction:\n I tried to Move opening Balance for 2023 from 2022 Ending and closing balance, but not working properly it will take 2022 Opening Balance as 2023 Opening balance. Can you help us to be resolved.\r\n\r\n\r\n Thanks.\r\nGetish Lemma\r\nAlema Koudijs Feed Plc\r\nFinance Manager\r\n\r\n\r\n \r\n\r\n\n\n### Response:\n["Comment 1: [\'!1!!2!!3!!4!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'Dear Sir", \'Comment 4: Ok thank you and much appreciated if you can help us. Thanks. {color:#1F3864}With best Regards,{color} {color:#1F3864}{color} {color:#1F3864}Getish Lemma\', \'Comment 5: Finance Manager{color} {color:#1F3864}{color} {color:#1F3864}Alema Koudijs Feed PLC{color} {color:#1F3864}(+251) 912 144 728{color}{color:#2E74B5}{color} !image001!{color:#2E74B5}{color} *From:* De Heus Global Service Desk <jira@kotrak.com> *Sent:* Wednesday\', \'Comment 6: April 12\', "Comment 7: 2023 2:32 PM *To:* Getish Lemma <Getish@alemakoudijs.com> *Subject:* DGS-8951 ERP Opening Balance Move to 2023 \'", "Comment 8: \'Dear Sir", \'Comment 9: Ok thank you and much appreciated if you can help us. Thanks. {color:#1F3864}With best Regards,{color} {color:#1F3864}{color} {color:#1F3864}Getish Lemma\', \'Comment 10: Finance Manager{color} {color:#1F3864}{color} {color:#1F3864}Alema Koudijs Feed PLC{color} {color:#1F3864}(+251) 912 144 728{color}{color:#2E74B5}{color} !image001!{color:#2E74B5}{color} *From:* Paweł Sadowski (Jira) <jira@kotrak.com> *Sent:* Wednesday\', \'Comment 11: April 12\', "Comment 12: 2023 2:34 PM *To:* Getish Lemma <Getish@alemakoudijs.com> *Subject:* DGS-8951 ERP Opening Balance Move to 2023 \'", "Comment 13: \'Hi1. change period to 2023 (1.png)2. Tools -> Transfer of opening balance -> check: all accounts", "Comment 14: Status : Accepted - > then click Lightning icon The system will only transfer the balances of those accounts that have a balance in 2022 and that have not already been transferredIt will transfer closing balance from 2022 as opening balance in 2023The opening balance can be transferred many times in this way - the system will always transfer only differences - creating an OB correction document.If you need- the opening balance can be deleted very easily from the list of Menu Accounting -> Opening balancesYou can just change status of opening balance - Accepted to Buffer and then just delete it.\'", "Comment 15: \'Dear Sir", \'Comment 16: I have tried to do like below\', \'Comment 17: Still not resolved it is taking opening Balance of 2022 for 2023. See the attached Excel file. Regards\', "Comment 18: Getish[^Alema Koudijs Feed Plc Opping Balance moved for 2023 but it is openning balance of 2022.xlsx] _(20 kB)_\'", "Comment 19: \'I transferred opening balance. Please", "Comment 20: checkI had to change configuration !screenshot-1! \'", "Comment 21: \'Dear Sir", \'Comment 22: Thanks a lot for helping me\', \'Comment 23: I have got a difference for below account which is not found and I added to the chart of account and also the balances: and for Retained earning account from Net income is not moving for total Amount of ETB 217,190,338.60 I have also added the Balance for account number 30-31000 (Retained Earning). |{color:black} Number{color} |{color:black} Type{color} |{color:black} Name{color} |{color:black} Debit balance{color} |{color:black} Credit Balance{color} |{color:black} Credit and Debit Balance{color} | |{color:black} 11-11200-03--304{color} |{color:black} R{color} |{color:black} KEBEDE ZEWDE{color} |{color:black} 500.00{color} |{color:black} -{color} |{color:black} 500.00{color} | |{color:black} 11-11200-03-390{color} |{color:black} R{color} |{color:black} Temesgen Niguse{color} |{color:black} 3,250.00{color} |{color:black} -{color} |{color:black} 3,250.00{color} | |{color:black} 20-29401{color} |{color:black} R{color} |{color:black} Dividend Tax Payable{color} |{color:black} 1,422.00{color} |{color:black} - {color} |{color:black} 1,422.00{color} | | | | | | | | |{color:black} 30-31000{color} |{color:black} AP{color} |{color:black} Retained earnings{color} |{color:black} {color} |{color:black} 217,190,338.60{color} |{color:black} (217,190,338.60){color} | Now the problem seems resolved. Thanks a lot. Regards\', "Comment 24: Getish!image001-1!\'", "Comment 25: \'Dear Getish,{color:#000000}The system didn\\\\\'t transfer the balance of those accounts:11-11200-03–304", \'Comment 26: 11-11200-03-390\', \'Comment 27: 20-29401{color}{color:#000000}because they are created in 2023 by hand\', \'Comment 28: not by transferring chart of accounts from 2022\', \'Comment 29: so those account didnt have connection with account in 2022.I rebuilt this connection by filling the field "Account in the next period".!image-2023-04-18-15-42-03-221.png!Now \', "Comment 30: everything is ok for me.{color}Could you please confirm if we can close this task?Regards,{color:#000000}Beata{color}\'", "Comment 31: \'Dear Beata Kapturska", \'Comment 32: Thanks for your effort to help me now it is fine\', \'Comment 33: and good. Thank you. Regards\', "Comment 34: Getish!image001-2!\']"]\nRelated Issues:\n[]\n\n### End'}
82
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8950\n\n### Instruction:\nCould you change the customer numbers on these SR\'s to 100290:\r\n* SR/6406\r\n* SR/6407\r\n* SR/6409\r\n* SR/6412\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", \'Comment 2: "Hi [~mbovene@deheus.com],we are investingating this issue and which customer are you would to change on these SR\\\'s?If it will be Farmer (Farmer code\', \'Comment 3: Farmer name)\', \'Comment 4: which Round do we need to update?Best regards,Grzegorz"\', "Comment 5: \'We can close the task\']"]\nRelated Issues:\n[]\n\n### End'}
83
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8949\n\n### Instruction:\nHi\r\n\r\nThe factory reported that Production Order Printout for PRO-657/3/23 (FCP5290-T-S24) version 1.0 didn\'t list all elements.\r\nLooking to the PrO and PLR, all items are there, however printout is not displaying it.\r\nI found the problem: the scale number on DHP for this recipe is NULL.\r\nHowever on DHC we have the right scale number.\r\n\r\nWhen we execute the following query, we find 32 registers with ScaleNumber = NULL.\r\n\r\n{noformat}\r\nSELECT * FROM DHPlantProdBusinessLogicMain.dbo.RecipeElements re WHERE ScaleNumber IS NULL\r\n{noformat}\r\n\r\nCould you please fix that?\r\n\r\nThank you very much\n\n### Response:\n["Comment 1: [\'Ostatni komentarz toHi[~Agnieszka.Januszewska@kotrak.com]We now have more 3 recipes with elements with ScaleNumber = NULL:||Item||Version||Subversion|||FCP5271-T-S12|8|2||GLN2217-S25|59|0||SUN7500-S15|14|1|And yes", \'Comment 2: please\', \'Comment 3: raise a RCACzy te 3 przypadki updatowa\', "Comment 4: czy zostawić wam do analizy.\'", "Comment 5: \'It will be necessary to log the exact data sent from the DHC to the DHP. We can incorporate them however we would ask for an exact date. We would ask for monitoring of free disk space during this period. Such logging would last about a week", "Comment 6: we would ask then and sending a new example\'", "Comment 7: \'Hi [~Agnieszka.Januszewska@kotrak.com]You have access to our servers", "Comment 8: feel free to get these logs.We are monitoring free disk space since last month and we are fine until know.Thank you\'", "Comment 9: \'[~przemyslaw.przybyszewski@kotrak.com]mamy zeilone światło\']"]\nRelated Issues:\n[\'DGS-8807\']\n\n### End'}
84
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8948\n\n### Instruction:\nI would like to know if it is possible to block manual confirmations where documents are to be generated automatically\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'Could you please provide more details: * what kind of documents ( SOR", \'Comment 3: POR\', \'Comment 4: IR+\', "Comment 5: JO?) * the blocking should be for all users? * What do you mean bygenerated automaticallyO maybe you have in mind to block generating sor/por and from orders?\'", "Comment 6: \'yes i want to block manual generation of SOR and POR from warehouses with DHP\'", "Comment 7: \'problem z logowaniem do ich erp xl!image-2023-04-17-13-35-42-635.png!\'", "Comment 8: \'!image-2023-04-17-13-43-29-047.png!\'", "Comment 9: \'if ERPINT is supposed to generate the document", \'Comment 10: i dont want any user to be able to do manual execution of SOR\', \'Comment 11: POR\', "Comment 12: IR and JO\'", \'Comment 13: "Could you please provide credentials for test envirovment - so I can test a solution?I reccomend add-inn \\\'s or bans.If that should be bans please provide a list of users\', \'Comment 14: if for bans provide a centers."\', "Comment 15: \'okay\'", "Comment 16: \'i dont think we have license for the test environment", "Comment 17: we moved all to production environment\'", "Comment 18: \'for the list of users that needs to be blocked from creating manual documents when ERPINT should do that are;Gilbert Laweh ZogblahChristian GodsonHarriet DabiRita AppiahEdem Zode\'", "Comment 19: \'any update for this?\'", "Comment 20: \'Are these users to be blocked from adding SOR Por", \'Comment 21: eor and pori \', \'Comment 22: IR+\', "Comment 23: Ir- documents completely?Or only for designated warehouses ?\'", "Comment 24: \'For just johnson and mag\'", "Comment 25: \'Do users ( you did listed) need to edit SO", \'Comment 26: PO\', \'Comment 27: IO (except creating sor etc)?do they creating new document from order by using right-click ?There are 2 options: * I may created a filter that will hide all the orders that are for warehouses specified by you and in status confirmed and in progress\', \'Comment 28: it is kind of filter\', "Comment 29: that unable to change it * We may create an add-inbut for that we need more tests\'", "Comment 30: \'Yes they need to edit SO", "Comment 31: PO and IO and i will prefer they are unable to create SOR or POR or WMR for MAG and JOHNSON by right clicking on the order. I dont knownif the filter will be very effective \'", "Comment 32: \'Could please set the test enviroment for erp xl", \'Comment 33: so I can prepare solution and test it ?when the order are not visisble ( in specified ststaus and so one\', "Comment 34: there an unreachable to use righcklick on order)\'", "Comment 35: \'in order for us to use the test environment we need to request an upgrade first\'", "Comment 36: \'we have to upgrade the key manager first\']"]\nRelated Issues:\n[]\n\n### End'}
85
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8947\n\n### Instruction:\nRecipe version 46 of product 967118 for plant 4 is not exported from DHC to MILAS. I don\'t see an entry in the recipemappings table as well.\r\n\r\nCan you check why it is not send and fix it?\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'Hello,\\\\r\\\\rWe are investigating your issue. We will inform you about the solution as soon as possible.\\\\r\\\\rRegards\\\\r\\\\r\'", \'Comment 3: "recipeid=\\\'31901BFF-0161-4553-8E81-156D1E87722F\\\'"\', "Comment 4: \'Please could you ask verify Milas to verify again.\'", "Comment 5: \'Is the recipe still missing or may we close the task?\']"]\nRelated Issues:\n[]\n\n### End'}
86
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8946\n\n### Instruction:\nWhen we try to open the Comarch ERP program, an error comes, and it cannot be opened. An error message window attached with this request. The program version is Comarch ERP XL.\r\n\n\n### Response:\n["Comment 1: [\'!Screenshot 2023-04-12 105101!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'Issue is already analysis in DGS-8945.\'", "Comment 4: \'Issue resolved in DGS-8945.\']"]\nRelated Issues:\n[\'DGS-8945\']\n\n### End'}
87
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8945\n\n### Instruction:\nDear help Desk ! \r\nwe are having this problem this week when users try login ; i tried sometime to clear the Temp files and sign out and restart the Server ; but what is the permanent solution you suggest to solve this ; \r\nThanks always \n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Thanks Very Much !\'", "Comment 3: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 4: \'Thanks Very much ! Regards\'", "Comment 5: \'Hello", "Comment 6: I changed settings for public shortcut to run as administrator!screenshot-1! Please check if the problem still exists\'", "Comment 7: \'Dear Brother Yes I see the difference in the login to CDNXL as Admin but I couldn`t login still ; same error notification are displaying ???!image001!\'", "Comment 8: \'The reasons for this may be vary.Please provide additional information:Please check if the problem is also on another server - ETAPP03.Is the problem opening every module?\'", "Comment 9: \'Hello Dear We never experienced this problem on other Application except ETTS02 (ERP CDNXL). ETAPP03 is fine and no problem login ; Only this ETTS02 ERP CDNXL is rejecting the login ; Last Monday problem happened and used the Run command and %Temp% and deleted the Temp folder ; signed out and worked Great ; but today this problem was happened n couldn`t fix ? hoping you have more expirence with the Applications and problems of this kinds ; For AKF Ethiopia it is our first experience Regards \'", "Comment 10: \'Hey Dear Status of my Desktop Short cut ; Admin User Name (Tgemechis ) ; hope it might be helpful . Thanks\'", \'Comment 11: "!image001! *From:* Gemechis Terefe *Sent:* Wednesday\', \'Comment 12: April 12\', "Comment 13: 2023 10:25 *To:* \'dgs@help.kotrak.com\' <dgs@help.kotrak.com> *Subject:* RE: DGS-8945 ERP CDNXL Remotely login problems Hey Dear Status of my Desktop Short cut ; Admin User Name (Tgemechis ) ; hope it might be helpful . Thanks *From:* Piotr Gaczorek (Jira) <[jira@kotrak.com|mailto:jira@kotrak.com]> *Sent:* Wednesday", \'Comment 14: April 12\', \'Comment 15: 2023 09:48 *To:* Gemechis Terefe <[gemechis@alemakoudijs.com|mailto:gemechis@alemakoudijs.com]> *Subject:* DGS-8945 ERP CDNXL Remotely login problems !image001-1!"\', "Comment 16: \'We will verify the differences between the servers", "Comment 17: but if you can work on the server can we reduce the priority to p2?Does the error occur only when trying to open a module?What hours users work on the problematic server?\'", "Comment 18: \'Hello Dear ; Additional information ? Some users are login remotely after a long Wait . but I and other users still couldn`t ! I can login using the main server ; but Remote login problems are still happening ; All users can`t connect to the server at the same time . so", "Comment 19: operation is affected in our company We all were supposed to do work Today from 07:20 till 17:00 pm ; but still I and some other users couldn`t login ! Yes The ERROR happens when trying open the Module using the desktop short cut !\'", "Comment 20: \'We will repair XL but I would like to ask you to log out all operators from XL - or specify what time will be appropriate.\'", "Comment 21: \'Hey Dear We Will stop Working on CDNXL and related system after 16:00 (4pm) Netherlands Time / 17:00 (5pm) Ethiopian time . Every one will log out and you can repair XL Thanks very much !\'", "Comment 22: \'Thank you for information", "Comment 23: we will start at this time.\'", "Comment 24: \'You are Welcome to start anytime from now on even ; Now all users are forced to Log out . no user can`t access the module any more for the same kind of Error . \'", "Comment 25: \'Hi,We will push repairing at 8 p.m. Netherlands time.Regards\'", "Comment 26: \'Ok Dear Good ; Ask if anything we could help is needed . we ll be online to see your feed back . All users were forced to log out already. Thanks Again !\'", "Comment 27: \'Hello", \'Comment 28: XL repair did not solve the problem\', "Comment 29: we are consulting the issue with the XL app producer.Unfortunately - I will let you know as soon as I know something new.\'", "Comment 30: \'Hey May be XL repair worked ! including me ; all users are logged in . CDNXL is working great Again ; just wanted to see the total progress and report that to ya sir. i appreciate the immediate response ya guys give us quick ! Thanks Again \'", "Comment 31: \'Thank you for information", "Comment 32: so please check and let me know.\'", "Comment 33: \'Hi i have some updates on the ERP module ! Users logged in Early in the morning are still working fine ! But users exited module and tried to login back had the same error like yesterday . including Me ; the picture is the remote login trail fail i received 5min ago . As it is very critical for us ; Sales and finance users are all told not to log out or ideal n end the session till customers are gone !So this problem is not fully resolved ; Last Monday we had unexpected shut down to the main server . (power Failure) Since this problem came an issue ! Tomorrow all day long there is no work here AKF Ethiopia ; no users will log in to the module. S you can have enough time to investigate What sup if possible ! Thanks always !image-1!\'", "Comment 34: \'XL/993102\'", \'Comment 35: "I\\\'m still waiting for the manufacturer\\\'s information\', \'Comment 36: can users work on another server?"\', "Comment 37: \'hithe ERP module was / is created on this Server ETTS02 . (This same server with error ) users only use other servers for other modules . Here ", "Comment 38: Sales gives service for customer n Finance-transaction both on ERP module . Tonight after 16 pm NL time all users will log out till 15th Saturday morning 7am NL. so let me know your updates ! \'", "Comment 39: \'Hi 👋Wanted to inform ya that", "Comment 40: tomorrow Friday 14 is holiday here in ETH. So no one will be around the factory from 7:00 am - 10 pm (NL time). We will shut down the main server also. Because electricians will shut down the power Generator n leave. But if you have new updates from t manufacturer n wants to login ? We will try our best to make it happen 🙏 Just let us know here yr plans beforehand.Less ya do schedule t time out of the mentioned time intervals.Regards \'", "Comment 41: \'Hi,No worries. I think it will take a day or two until we receive feedback from producer as the issue seems to be more complicated.We will inform you as soon as we receive some feedback.Best regards\'", "Comment 42: \'Well that is great. Thanks 👍\'", "Comment 43: \'hello dears are there any updates ? this issue became very critical ! Today Monday Apri-17 ; No user can log in to the ERP Module and both Sales and Finance Department already stopped Working ; so what is the immediate solution you advise ? our working environment is really affected ; \'", "Comment 44: \'Hi,attempts were made today to repair the application after turning on the server but we are currently still working on solving the problem.Does the problem currently affect all operators?", "Comment 45: because I see that they are logged in to XL.We can repair the application again as a temporary solution but then you cannot work in XL on this server.Break about 15 minutes.\'", "Comment 46: \'Hi please ", "Comment 47: Now every one stopped working ; some tried to login this morning but the session ended and i can`t cut users ; all Users and operators are affected ; No one is working ; only sales are trying server the customers by hand written Receipts manually ; Repair and do you miracles ; Becouse Finace is just sitting and weighbridge row material operators also just sitting \'", "Comment 48: \'please repair it if you can now ; because every one is told not to try work on the XL \'", "Comment 49: \'just let me know when you guys are finished ? we will try login ASAP and change manual Documents to CDNXL Regards \'", "Comment 50: \'Please check again", "Comment 51: can I get access the server WIN-27LQHK3KIPV?What license key is used for XL? !screenshot-2! \'", "Comment 52: \'Use My Credential !User Name ( Alemakoudijs\\\\\\\\Tgemechis)Password (Jesus@2021) use this account ; so i will update it later ! \'", \'Comment 53: "You don\\\'t have access to that server either."\', "Comment 54: \'User: Administrator Password : Summer2019! ----\'", "Comment 55: \'Hey dearUse this to accept WIN-27LQHK3KIPV User name (Administrator)Password (Akf@main2023!) Regards \'", "Comment 56: \'Please verify application should working correct now,the problem was incorrect data on the XL side for translations.\'", "Comment 57: \'[[ERP XL] [deheus]Nie można się zalogować ", "Comment 58: informacje o braku licencji .|onenote:https://kotrak.sharepoint.com/sites/erpasysta/Shared%20Documents/Baza%20wiedzy/Baza%20Wiedzy%20-%20ERPSD/Baza%20wiedzy/XL.one#%5bERP%20XL%5d%20%5bdeheus%5dNie%20mo%C5%BCna%20si%C4%99%20zalogowa%C4%87%20&section-id=\\\\\\\\{FACAA0DC-563C-4105-A8C0-CDBAAB485E6B}&page-id=\\\\\\\\{3D9A0481-8941-4C49-9EDB-69C2A9CC5AAA}&end] ([Widok sieci Web|https://kotrak.sharepoint.com/sites/erpasysta/_layouts/OneNote.aspx?id=%2Fsites%2Ferpasysta%2FShared%20Documents%2FBaza%20wiedzy%2FBaza%20Wiedzy%20-%20ERPSD&wd=target%28Baza%20wiedzy%2FXL.one%7CFACAA0DC-563C-4105-A8C0-CDBAAB485E6B%2F%5BERP%20XL%5D%20%5Bdeheus%5DNie%20mo%C5%BCna%20si%C4%99%20zalogowa%C4%87%20%7C3D9A0481-8941-4C49-9EDB-69C2A9CC5AAA%2F%29])\'", "Comment 59: \'Hey Dear The Application is working great ! checked it myself and Operators from sales and finance ; Great !new things we noticed was just a language changes in some area from English to Polish ; For example ; finance Department noticed this changes 1. Reference for inventory IR+ IR- changed to PW - and RW- 2. Purchase Documents invoice PI - changed to FZ- and POR to PZ-3. Sales invoice SI (Sales invoice) changed to FS and SOR to WZ 4. Last Sales SOR print out customer name ", "Comment 60: issued by . Date of Dispatch .. all changed to Polish from English ; see attached Picture Thanks again !image-2!!image-3!\'", "Comment 61: \'Hello,Happy to see if the erp works fine", \'Comment 62: please try to after log on use that option and verify if that works fine :Log to erp xl\', \'Comment 63: choose modul you need\', "Comment 64: then use system - change languge and just confirm your settings . Then log out and log on and see if that helps.If not we will look at it but ,kindly approve lowering priority of this task to P2 as P1 issues are only those with a critical or a blocking impact on business processes . This seems not to be the case in this issue so we suggest decreasing the issue priority.Regards!image-2023-04-17-15-08-56-341.png!!image-2023-04-17-15-08-56-341!\'", "Comment 65: \'Hey dear This is were the only new things they noticed so far . ERP was great again. We will set the language n will report you the results ASAPThanks always \'", "Comment 66: \'Good Morning SirERP module is Working great again ! all operators are working ; The language setting was done and receipts are changed to English !Task P2 can be changed to Task P1 Thanks very much i will follow up the day routine responses from the operators and will let you know the Result . So we can close the Ticket finally . Regards \'", "Comment 67: \'Hello", \'Comment 68: thank you for confirmation.So\', "Comment 69: we will wait for final feedback.\'", "Comment 70: \'Hey Dear Today all our operators work day was great ! ERP is Doing Great again ; AKF was Dispatching and financial report sent using ERP module and no problems at all . Now we can close the ticket ! Problem Solved ! Thanks very much ! your immediate response and tentative support is very appreciated and helpful to our daily routine . Thanks again \']"]\nRelated Issues:\n[\'DGS-8946\']\n\n### End'}
88
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8944\n\n### Instruction:\nHi\r\n\r\nWe have this SU barcode 90-W00WK4\r\nChecking the location tracking, we can find that it was moved with fast movement between 2 BUs, but the configuration is set to block such fast movement.\r\nCould you check why this happened and be sure that this will not happen again?\r\n\r\nThank you very much!\n\n### Response:\n["Comment 1: [\'!image!!image-1!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'https://helpdesk.kotrak.com/browse/DAP-13372\'", "Comment 4: \'!image-2023-04-12-15-39-05-635.png!\'", "Comment 5: \'!image-2023-04-12-15-39-51-257.png!\'", "Comment 6: \'!image-2023-04-12-15-51-45-077.png!\'", "Comment 7: \'Na naszym tescie gdzie jest wersja 8,5 jest tylko jeden unit aleCiekawa rzecz kiedy sprawdząłam to wczoraj mieli to zaznczone", "Comment 8: aktualnie jest ti odznaczone u nichna false!image-2023-04-13-08-55-23-246.png!!image-2023-04-13-08-53-28-678.png!\'", "Comment 9: \'!dzisiaj.PNG! HelloWhen the movement was done,I noticed that when I verify configuration yestserday this parametr was checked - today it is unmarked ?Could you please verify why this was changed? There is possibility that in this case someone was able to create fast movement because", "Comment 10: the configuration was changed.!dzisiaj.PNG|thumbnail!\'", \'Comment 11: "Hi [~Agnieszka.Januszewska@kotrak.com]That\\\'s weird. I just access it and it\\\'s turned off. I\\\'m turning on right now!Only me and Priscyla have permission to configure this option. Priscyla is on vacation and I didn\\\'t turned off this configuration.Can you trace who is disabling it?Thank you very much!"\', "Comment 12: \'HiThe situation is crtical: some users (like vandrade) have access to WMS configuration screen", "Comment 13: however they are not System admin function.\'", "Comment 14: \'Ile takich przypadków wystąpiło? Moze po zmianie konfiguracji na zablokowana któryś z operatorów na mobilnym nie przelogował się i dalej miał zaczytana konfiguracje pozwalająca na movement?Użytkownik z uprawnieniami jak vandrade ma dostęp do konfiguracji", \'Comment 15: ale po zapisie pojawia się komunikat o braku uprawnień.Oprócz Maicona i Priscyli konfiguracje mogą zmieniać aguelfi\', \'Comment 16: jveroneze (maja role system admina) i mój użytkownik :PInformacje o zmianie konfiguracji nie są zapisywane w tej wersji (dopiero w 8.6 w HttpRequestEvents)\', "Comment 17: więc nie mam jak sprawdzić czy ktoś przestawiał konfigurację.!screenshot-1! \'", "Comment 18: \'Thank you for Your patience # regarding the functionality itself and with the blocking parameter enabled", \'Comment 19: we have not been able to reproduce the situation. # from version 8.6 will be logged in the database information about who changed the configuration at this time we are not able to verify this # a user with permissions such as Vandrade only has access to view the configuration but should not be able to edit it (should show an error) # other users who can change configurations are Aguelfi\', "Comment 20: Jveronezead 1,are there any more recent cases where you in production have managed to do fast movment and the parameter was definitely on ?If not and the explanations given are sufficient then can we close this task ?\'", \'Comment 21: "Hi [~Agnieszka.Januszewska@kotrak.com]Thank you for these information.Let\\\'s wait for R8.6You can close this taskThank you very much!"\', "Comment 22: \'W AspNetUserClaims claima WmsConfiguration posiada:* admin* systemadmin\']"]\nRelated Issues:\n[]\n\n### End'}
89
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8943\n\n### Instruction:\nHi\r\n\r\nThe PLR 0881100423005 didn\'t integrate from DHP to DHC.\r\nCould you please check why this happened and fix it?\r\n\r\nThank you very much!\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'12:56id=7c0a7f16-ab3d-4bca-8f6a-248a19b7c581!image-2023-04-11-18-01-13-510.png!!image-2023-04-11-18-01-13-510!\'", "Comment 3: \'!image-2023-04-11-18-03-33-100.png!!image-2023-04-11-18-25-23-759.png!!image-2023-04-11-18-25-23-759!\'", "Comment 4: \'Logi z wczoraj po id PLRa{code:java}2023-04-10 12:28:18 (9505b7fd-ae3a-4866-8563-0a83e5eb17cd/Plant.DHC.Integration/BR-3-SV-VM0202/6864/21) [Error] Plant.Integration.DhcService.Application.DhpToDhcMapFilter - Couldn\\\\\'t map dhp message Plant.QAM.BusinessLogic.DomainAbstractions.Quarantine.ProductionLotReportQuarantineSynchronizationEventKotrak.Integration.IdentityMapping.IdentityNotMappedException: Key of entity ProductionLotReportIdentityEntity was not mapped. Key value Id: 7c0a7f16-ab3d-4bca-8f6a-248a19b7c581 at Kotrak.Integration.IdentityMapping.EF.GenericIdentityMappingRepository`1.GetExternalKey(GuidKey key) at Plant.Integration.DhcService.Application.ProductionLotReports.ProductionLotReportQuarantineMapFilter.MapIds(ProductionLotReportQuarantineSynchronizationEvent message", \'Comment 5: ProductionLotReportQuarantine externalObject) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\e810c04f78ab209c\\\\\\\\Plant.Integration.DhcService\\\\\\\\Plant.Integration.DhcService.Application\\\\\\\\ProductionLotReports\\\\\\\\ProductionLotReportQuarantineMapFilter.cs:line 28 at Plant.Integration.DhcService.Application.DhpToDhcMapFilter`2.Process(PackageIntegrationState input) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\e810c04f78ab209c\\\\\\\\Plant.Integration.DhcService\\\\\\\\Plant.Integration.DhcService.Application\\\\\\\\DhpToDhcMapFilter.cs:line 442023-04-10 12:28:18 (9505b7fd-ae3a-4866-8563-0a83e5eb17cd/Plant.DHC.Integration/BR-3-SV-VM0202/6864/21) [Error] Plant.Integration.DhcService.Infrastructure.Handlers.BaseInboundMessageHandler - ProductionLotReportQuarantinePipelineExecutor execution errorKotrak.Integration.IdentityMapping.IdentityNotMappedException: Key of entity ProductionLotReportIdentityEntity was not mapped. Key value Id: 7c0a7f16-ab3d-4bca-8f6a-248a19b7c581 at Kotrak.Integration.IdentityMapping.EF.GenericIdentityMappingRepository`1.GetExternalKey(GuidKey key) at Plant.Integration.DhcService.Application.ProductionLotReports.ProductionLotReportQuarantineMapFilter.MapIds(ProductionLotReportQuarantineSynchronizationEvent message\', \'Comment 6: ProductionLotReportQuarantine externalObject) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\e810c04f78ab209c\\\\\\\\Plant.Integration.DhcService\\\\\\\\Plant.Integration.DhcService.Application\\\\\\\\ProductionLotReports\\\\\\\\ProductionLotReportQuarantineMapFilter.cs:line 28 at Plant.Integration.DhcService.Application.DhpToDhcMapFilter`2.Process(PackageIntegrationState input) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\e810c04f78ab209c\\\\\\\\Plant.Integration.DhcService\\\\\\\\Plant.Integration.DhcService.Application\\\\\\\\DhpToDhcMapFilter.cs:line 44 at Kotrak.Integration.Pipeline.PredefinedFilters.FilterBase`1.Execute(T input) at Kotrak.Integration.Pipeline.Pipeline`1.Excecute(T input) at Plant.Integration.DhcService.Infrastructure.Handlers.BaseInboundMessageHandler`1.Handle(TEvent message) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\e810c04f78ab209c\\\\\\\\Plant.Integration.DhcService\\\\\\\\Plant.Integration.DhcService.Infrastructure\\\\\\\\Handlers\\\\\\\\BaseInboundMessageHandler.cs:line 492023-04-10 12:28:18 (9505b7fd-ae3a-4866-8563-0a83e5eb17cd/Plant.DHC.Integration/BR-3-SV-VM0202/6864/21) [Error] Kotrak.Integration.IntegrationPluginCommon.IntercontextCommunication.Inbound.InboundIntercontextErrorHandler - Error during handling message of type "Plant.QAM.BusinessLogic.DomainAbstractions.Quarantine.ProductionLotReportQuarantineSynchronizationEvent"\', \'Comment 7: retry no 1Kotrak.Integration.IdentityMapping.IdentityNotMappedException: Key of entity ProductionLotReportIdentityEntity was not mapped. Key value Id: 7c0a7f16-ab3d-4bca-8f6a-248a19b7c581 at Kotrak.Integration.IdentityMapping.EF.GenericIdentityMappingRepository`1.GetExternalKey(GuidKey key) at Plant.Integration.DhcService.Application.ProductionLotReports.ProductionLotReportQuarantineMapFilter.MapIds(ProductionLotReportQuarantineSynchronizationEvent message\', "Comment 8: ProductionLotReportQuarantine externalObject) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\e810c04f78ab209c\\\\\\\\Plant.Integration.DhcService\\\\\\\\Plant.Integration.DhcService.Application\\\\\\\\ProductionLotReports\\\\\\\\ProductionLotReportQuarantineMapFilter.cs:line 28 at Plant.Integration.DhcService.Application.DhpToDhcMapFilter`2.Process(PackageIntegrationState input) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\e810c04f78ab209c\\\\\\\\Plant.Integration.DhcService\\\\\\\\Plant.Integration.DhcService.Application\\\\\\\\DhpToDhcMapFilter.cs:line 44 at Kotrak.Integration.Pipeline.PredefinedFilters.FilterBase`1.Execute(T input) at Kotrak.Integration.Pipeline.Pipeline`1.Excecute(T input) at Plant.Integration.DhcService.Infrastructure.Handlers.BaseInboundMessageHandler`1.Handle(TEvent message) in C:\\\\\\\\BuildAgent\\\\\\\\work\\\\\\\\e810c04f78ab209c\\\\\\\\Plant.Integration.DhcService\\\\\\\\Plant.Integration.DhcService.Infrastructure\\\\\\\\Handlers\\\\\\\\BaseInboundMessageHandler.cs:line 49 at Kotrak.Integration.IntegrationPluginCommon.IntercontextCommunication.Inbound.IntercontextInboundHandler`2.Handle(InternalStorageDto message){code}\'", "Comment 9: \'!image-2023-04-11-18-13-07-747.png!!image-2023-04-11-18-17-28-608.png!!image-2023-04-11-18-17-05-044.png!!image-2023-04-11-18-16-22-596.png!\'", "Comment 10: \'Ostatni PCSowy event dla tego Lota to finished:!image-2023-04-11-18-27-59-817.png!!image-2023-04-11-18-29-59-430.png!!image-2023-04-11-18-29-59-430!\'", "Comment 11: \'Stany poszły:!image-2023-04-11-18-38-28-547.png!\'", "Comment 12: \'Przy wróceniu PLRa na finished i confirm z aplikacji pojawia się błąd:Current settlement configuration requires that deliveries are explicitly specified appearsTo samo co tu:https://helpdesk.kotrak.com/browse/DGS-8639\'", "Comment 13: \'Hi [~mberbert@deheus.com] I have verified this issue very carefully and it is the same as in taskDGS-8639. So similarly", \'Comment 14: I need to ask dev team for help. We will revert to you as soon as possible. Please\', "Comment 15: let me know if there is any possibility to downgrade priority to P2?Regards\'", "Comment 16: \'Hi AleksandraYes", "Comment 17: you can downgrade to P2Thank you\'", "Comment 18: \'Hej", "Comment 19: przekazuję zgodnie z ustaleniami z Olą. Dzięki.\'", "Comment 20: \'Hej,Po rozmowie z Łukaszem wynika że znowu poleciał timeout.Do wersji 8.5 udało się już zrobić rozwiązanie która zwiększa ten timeout: https://helpdesk.kotrak.com/browse/DAP-13377.Jeżeli chodzi o wygenerowanie eventa to jest skrypt który go tworzy:http://10.10.10.52:82/projects/PLA3/repos/dhp30implementations/browse/BASE/8.3.0/SQL/create_plr_confirmed_event.sqlW linii nr 8 nalezy podać id lotu\'", "Comment 21: \'Dziękuję <3\'", "Comment 22: \'Hi [~mberbert@deheus.com],PLR in DHC now:!image-2023-04-12-13-20-56-173.png!Regards\'", \'Comment 23: "Hi [~Aleksandra.Przybylek@kotrak.com]If the root cause is the same as DGS-8639\', \'Comment 24: do you know why the recipe is in DHP but not in DHC?You see? DHP only have the recipe because it was received from DHC\', \'Comment 25: and now DHC doesn\\\'t have it. Is it some crashing in the DHC database?Thank you"\', "Comment 26: \'There was a timeout while confirm PLR. The event did not create correct and PLR did not arrive to DHC.In version 8.5 it is solved by extending the time untill the timeout.Can we close this task?Regards\'", "Comment 27: \'Hi [~Aleksandra.Przybylek@kotrak.com]Thank you!You can close this task.\'", "Comment 28: \'Thank you\'", "Comment 29: \'Timeout był - Łukasz Furlepa znalazł\']"]\nRelated Issues:\n[]\n\n### End'}
90
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8942\n\n### Instruction:\nIn DHC test (3.0.63) we do not get any data from ERP in orders overview. Data seem to be processed in DHC (order is in communication log), but it is not visible in Order overview and not sent to DHP.\r\nSee e.g. sales order SO000057002, created 11/4/2023 15:44\r\n\r\n\n\n### Response:\n["Comment 1: [\'!image!!image-1!\'", "Comment 2: \'Hi Bob,I am very sorry but the DGS project is to raise the incident/issue tickets related to the production environment. In case of introducing new features or modifying existing ones please rise a GDC ticket", "Comment 3: for questions or issues on the test environment you can rise a DHITS.Best regards\'", "Comment 4: \'Hi Aleksandra", "Comment 5: I have created https://helpdesk.kotrak.com/projects/GDC/issues/GDC-914?filter=allissues for this issue.This ticket can be closed.\'", "Comment 6: \'Thank you", "Comment 7: Bob.Regards\']"]\nRelated Issues:\n[]\n\n### End'}
91
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8941\n\n### Instruction:\nHello guys, we have problem with PO-213. in DHC and DHP it has status "Executed", which is incorrect. PO-213 has ordered quantity 1000t and received q-ty (from VTs) = 339.14t. I have checked in ERP and, each VT received by ERP has multiplied intake quantity - 3 or 4 times. In the attached .xml example you will see 4 lines for VT-240, which intake quantity was: 39.68 t, and in ERP we received 158.72t (4 times more), that is why each intake consumes ordered quantity 3 or 4 times faster. For PO-213 we have 9 VTs registered, and it is impossible that each of them is for 100-150 t, as we see in ERP. I have checked the log from DHC and I can see there are indeed wrong quantities sent from DHC to ERP (see attached screen). Please investigate the reason of such error, and fix it ASAP, users cannot register more intakes for this PO. \r\nAs another example there is .xml for VT-74 - for the same PO-213, tripled quantity. \r\nPlease make sure that DHC error is fixed, because we have such problems with other POs as well. Once the error is fixed, please deploy the update on the production environment asap, to prevent such issues in the future. \n\n### Response:\n["Comment 1: [\'!image!!image-1!!image-2![^INTK_PO000213_2621.xml] _(3 kB)_[^INTK_PO000213_2944.xml] _(4 kB)_\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'Hello", "Comment 4: any news? \'", \'Comment 5: "{code:java}SELECT * FROM [DHCountry_IVC_Prod].[dbo].[Orders] where DocumentNumber = \\\'PO000213\\\' SELECT * FROM [DHCountry_IVC_Prod].[dbo].[OrderElements] where OrderId = \\\'F2900603-1487-410E-8113-38796A186978\\\' SELECT * FROM [DHCountry_IVC_Prod].[dbo].[VehicleTickets] where DocumentNumber like \\\'240/1/2023%\\\'{code}!image-2023-04-12-17-06-45-081.png!"\', \'Comment 6: \\\'{code:java}xmlMessage: <?xml version="1.0"?><IntakeDataContractDeHeusWoW xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Lines> <IntakeLineDeHeusWoW> <LineId>1342243292</LineId> <LineOrder>1</LineOrder> <TransactionId>CIP-002585</TransactionId> <ItemCode>1002010</ItemCode> <ItemName>Maïs Importer</ItemName> <PurchStatus>Received</PurchStatus> <OrderQty>62.06</OrderQty> <OrderQtyUOM>t</OrderQtyUOM> <Origin /> <BatchProdDate>1900-01-01T00:00:00</BatchProdDate> <BatchExpDate>1900-01-01T00:00:00</BatchExpDate> <PSId>240/1/2023/</PSId> <PSDate>2023-01-10T00:00:00</PSDate> <VendorRef /> <DeliveredQty>158.72</DeliveredQty> <DeliveredQtyUOM>t</DeliveredQtyUOM> <SupplierQty>0</SupplierQty> <DeliveryTime /> <DeliveryTimeDescr /> <ExpectedDeliveryDate>2022-12-28T00:00:00</ExpectedDeliveryDate> <PurchOrder>PO000213</PurchOrder> <OrderDate>2022-12-28T11:00:45</OrderDate> <Type>0</Type> <VendorCode>CIPV00071</VendorCode> <VendorName>KENZ COTE D\\\\\\\'IVOIRE</VendorName> <Remarks /> <VehicleTypeCode /> <VehicleId /> <VehicleCode /> <CarrierCode /> <CarrierName /> <PeriodCode /> <AnnouncementCode /> <ProgressStatus /> <ProgressStatusDescription /> <ProducerCode /> <ProducerName /> <PurchContractType /> <Purchcontract /> <PurchContractReference /> <DeliveryMode /> <PurchLineText /> <CustomerRequisition /> <SalesTerms>Delivered weight</SalesTerms> <Price>300000</Price> <PriceUnitFactor>1</PriceUnitFactor> <PriceUnitId>t</PriceUnitId> <CountryOrigin /> <SiteCode>CIPWH01</SiteCode> <WhsCode>CIPWH01</WhsCode> <SizeId /> <ConfigId /> <ColorId /> <LocationId /> <BatchId /> <AddressID>000006027</AddressID> </IntakeLineDeHeusWoW> </Lines> <ApprovalStatus>Confirmed</ApprovalStatus> <EndpointID>0</EndpointID> <CreateDate>2023-01-10T17:51:49.2242058+01:00</CreateDate> <CreateUser>Admin</CreateUser> <TenantCode>CIP</TenantCode> <SaveType>2</SaveType> <LanguageCode /> <SourceAppVersion>7.0.6441.41</SourceAppVersion> <ExpireDate>2023-01-11T17:51:49.2242058+01:00</ExpireDate> <UniqueID>{3AD57C82-A1D7-47A2-9943-9396D95E6351}</UniqueID> <EndpointCode>AX</EndpointCode> <SourceInfo>Intake_20235110045149000_PO000213</SourceInfo></IntakeDataContractDeHeusWoW>2023-01-10 16:51:49,118 [29] DEBUG Evolution.DHCERPService.ImplementationRestWoW.Savers.DataContractSaver`2 [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCER391-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.ImplementationRestWoW\\\\\\\\Savers\\\\\\\\DataContractSaver.cs:39] - Saving IntakeDataContractDeHeusWoW2023-01-10 16:51:49,165 [29] DEBUG Evolution.DHCERPService.Service.BaseSaveService`1 [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCER391-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.Implementation\\\\\\\\Orders\\\\\\\\OrderSaveService.cs:165] - UnmapDeletedElements deletedElements.Count = 02023-01-10 16:51:49,165 [29] INFO Evolution.DHCERPService.Service.BaseSaveService`1 [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCER391-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.Service\\\\\\\\BaseSaveService.cs:79] - Saved: OrderObject with Id Id: PO0002132023-01-10 16:51:49,165 [29] DEBUG Evolution.DHCERPService.ImplementationRestWoW.Savers.DataContractSaver`2 [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCER391-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.ImplementationRestWoW\\\\\\\\Savers\\\\\\\\DataContractSaver.cs:44] - IntakeDataContractDeHeusWoW saved2023-01-10 16:51:50,477 [61] INFO Evolution.DHCERPService.MessageSender.Actors.ClientServiceCallActor [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCER391-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.MessageSender\\\\\\\\Actors\\\\\\\\ClientServiceCallActor.cs:66] - Message with command PurchaseOrderReceiptSave and object id 1255a0c0-6c77-4a20-8181-5757aaec751c was sucessfully processed.2023-01-10 16:51:50,477 [57] INFO Evolution.DHCERPService.WoWWebServiceClient.Commands.CommandDecorator [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCER391-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.WoWWebServiceClient\\\\\\\\Commands\\\\\\\\CommandDecorator.cs:26] - Executing VehicleTicketSaveCommand 1255a0c0-6c77-4a20-8181-5757aaec751c2023-01-10 16:51:50,477 [57] WARN Evolution.DHCERPService.WoWWebServiceClient.Commands.VehicleTicketSaveCommand [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCER391-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.WoWWebServiceClient\\\\\\\\Commands\\\\\\\\VehicletTicketSaveCommand.cs:63] - VT 1255a0c0-6c77-4a20-8181-5757aaec751c was already synchronized - skiped2023-01-10 16:51:50,477 [57] INFO Evolution.DHCERPService.MessageSender.Actors.ClientServiceCallActor [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCER391-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.MessageSender\\\\\\\\Actors\\\\\\\\ClientServiceCallActor.cs:66] - Message with command PurchaseOrderReceiptSave and object id 1255a0c0-6c77-4a20-8181-5757aaec751c was sucessfully processed.2023-01-10 17:16:03,277 [52] DEBUG Evolution.DHCERPService.ImplementationRestWoW.Controllers.ServiceController [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCER391-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.ImplementationRestWoW\\\\\\\\Controllers\\\\\\\\ServiceController.cs:48] - dataContract: ArticleDataContractDeHeusWoW{code}\\\'\', "Comment 7: \'Z 10 stycznia nie ma żadnego messega!image-2023-04-12-17-16-27-965.png!\'", "Comment 8: \'{code:java}2023-01-10 16:51:49,274 [24] INFO Evolution.DHCService.Dhc30.Handlers.OrderChangedMessageHandler [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER538-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:37] - Receiving message (Evolution.DHCountry.Interfaces.Orders.Messages.OrderChangedMessage) [Id:f2900603-1487-410e-8113-38796a186978]2023-01-10 16:51:49,290 [24] INFO Evolution.DHCService.Dhc30.Handlers.OrderChangedMessageHandler [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER538-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:49] - Message received successfuly!2023-01-10 16:52:12,874 [12] INFO Evolution.DHCService.Dhc30.OrderService [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER538-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\BaseGetService.cs:47] - [ClientId: (6be3433c-61ee-4586-94a0-f5c966542f45)] Handling: (Order) Package(33ba31df-b1bb-4080-b79c-18db6e34cb57) Sending: 12023-01-10 16:52:12,936 [12] INFO Evolution.DHCService.Dhc30.OrderService [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER538-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\BaseGetService.cs:64] - [ClientId: (6be3433c-61ee-4586-94a0-f5c966542f45)] Handling: (Order) Package(33ba31df-b1bb-4080-b79c-18db6e34cb57) Confirming: 12023-01-10 17:26:51,794 [27] INFO Evolution.DHCService.Dhc30.Handlers.ItemChangedMessageHandler [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER538-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:37] - Receiving message (Evolution.DHCountry.Interfaces.Items.ItemChangedMessage) [Id:1fa62ef5-d7c8-44df-aee9-59700526448d]2023-01-10 17:26:51,856 [27] INFO Evolution.DHCService.Dhc30.Handlers.ItemChangedMessageHandler [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER538-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:49] - Message received successfuly!2023-01-10 17:27:12,512 [32] INFO Evolution.DHCService.Dhc30.ItemService [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER538-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\BaseGetService.cs:47] - [ClientId: (6be3433c-61ee-4586-94a0-f5c966542f45)] Handling: (Item) Package(f8806264-93a0-40b5-80a6-2bb8243554f6) Sending: 12023-01-10 17:27:12,606 [32] INFO Evolution.DHCService.Dhc30.ItemService [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER538-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\BaseGetService.cs:64] - [ClientId: (6be3433c-61ee-4586-94a0-f5c966542f45)] Handling: (Item) Package(f8806264-93a0-40b5-80a6-2bb8243554f6) Confirming: 12023-01-10 17:27:19,325 [19] INFO Evolution.DHCService.Dhc30.Handlers.ItemChangedMessageHandler [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER538-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:37] - Receiving message (Evolution.DHCountry.Interfaces.Items.ItemChangedMessage) [Id:1fa62ef5-d7c8-44df-aee9-59700526448d]2023-01-10 17:27:19,341 [19] INFO Evolution.DHCService.Dhc30.Handlers.ItemChangedMessageHandler [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER538-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:49] - Message received successfuly!2023-01-10 17:27:19,622 [17] INFO Evolution.DHCService.Dhc30.Handlers.ItemChangedMessageHandler [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER538-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:37] - Receiving message (Evolution.DHCountry.Interfaces.Items.ItemChangedMessage) [Id:1fa62ef5-d7c8-44df-aee9-59700526448d]2023-01-10 17:27:19,638 [17] INFO Evolution.DHCService.Dhc30.Handlers.ItemChangedMessageHandler [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER538-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:49] - Message received successfuly!2023-01-10 17:27:19,888 [16] INFO Evolution.DHCService.Dhc30.Handlers.ItemChangedMessageHandler [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER538-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:37] - Receiving message (Evolution.DHCountry.Interfaces.Items.ItemChangedMessage) [Id:1fa62ef5-d7c8-44df-aee9-59700526448d]2023-01-10 17:27:19,919 [16] INFO Evolution.DHCService.Dhc30.Handlers.ItemChangedMessageHandler [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER538-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:49] - Message received successfuly!2023-01-10 17:28:12,491 [27] INFO Evolution.DHCService.Dhc30.ItemService [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER538-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\BaseGetService.cs:47] - [ClientId: (6be3433c-61ee-4586-94a0-f5c966542f45)] Handling: (Item) Package(064108f1-0585-4bcd-baa0-4ecfc437a3de) Sending: 12023-01-10 17:28:12,522 [27] INFO Evolution.DHCService.Dhc30.ItemService [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\31916033\\\\\\\\DHAPPSV3-DHCSER538-JOB1\\\\\\\\Evolution.DHCService\\\\\\\\Evolution.DHCService.Dhc30\\\\\\\\BaseGetService.cs:64] - [ClientId: (6be3433c-61ee-4586-94a0-f5c966542f45)] Handling: (Item) Package(064108f1-0585-4bcd-baa0-4ecfc437a3de) Confirming: 1{code}\'", "Comment 9: \'Po id vt!image-2023-04-12-17-29-20-121.png!po ID elementu też nie!image-2023-04-12-17-31-36-451.png!\'", "Comment 10: \'!image-2023-04-12-17-36-48-323.png!\'", "Comment 11: \'Good morning", "Comment 12: any news? \'", "Comment 13: \'[~aleksandra.przybylek@kotrak.com]daj na DEV", "Comment 14: sprawdzimy\'", "Comment 15: \'[~piotr.chmielarski@kotrak.com]dziękuję bardzo :)ja mam w tym tygodniu 2 zmianę czyli od 12", \'Comment 16: ogarniam maile :)Przeprowadziłam jakąś wstępną analizę\', \'Comment 17: ale szczerze mówiąc zabrakło mi pomysłu i jakichś jednoznacznych treści logów\', "Comment 18: co w erpie poszło nie tak ...\'", "Comment 19: \'Good morning", "Comment 20: any news? \'", "Comment 21: \'Błąd był rozwiązany w tym tasku: https://helpdesk.kotrak.com/browse/DHITS-639podegranie było 01.19.2023 !screenshot-1! a zgłaszają problem z 01.10.2023 !screenshot-2! \'", "Comment 22: \'Hi,This issue has been resolved in https://helpdesk.kotrak.com/browse/DHITS-639and DHCERPService with a fix has been deployed on19th of January. Reported PO are from the 10th of January.Regards\'", \'Comment 23: "Indeed\', "Comment 24: this is not the case for later PO\'s. Thank you for the response", \'Comment 25: please close the ticket."\', "Comment 26: \'Thank you\']"]\nRelated Issues:\n[]\n\n### End'}
92
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8940\n\n### Instruction:\nHello,\r\n\r\nPlease assist we are getting the attached error message when we log in on Replacement Prices/ Historical Price.\r\n\r\n\n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'SELECT TOP (1000) * FROM [CDNXL_DHFU].[dbo].[RMPricesReplacementPriceQuery] where itemtype is null – tu jest czysto\'", "Comment 4: \'!image-2023-04-11-15-27-24-410.png!\'", "Comment 5: \'Could you please try again?\'", "Comment 6: \'https://helpdesk.kotrak.com/browse/DGS-4257\'", "Comment 7: \'Still getting the same error message.\'", "Comment 8: \'[[DHCDN] Historical Prices Upload timeout|#%5bDHCDN%5d%20Historical%20Prices%20Upload%20timeout&section-id=\\\\\\\\{A2F09CD6-A23A-42F3-92F5-ED66B521455B}&page-id=\\\\\\\\{8C2933BA-621C-4FF9-AA0C-BD7B0049AC54}&end] ([Widok sieci Web|https://kotrak.sharepoint.com/sites/erpasysta/_layouts/OneNote.aspx?id=%2Fsites%2Ferpasysta%2FShared%20Documents%2FBaza%20wiedzy%2FBaza%20Wiedzy%20-%20ERPSD&wd=target%28Klienci%2FDEHEUS%2FDEHEUS%20APPLICATIONS%2FRPA%2FBaza%20wiedzy.one%7CA2F09CD6-A23A-42F3-92F5-ED66B521455B%2F%5BDHCDN%5D%20Historical%20Prices%20Upload%20timeout%7C8C2933BA-621C-4FF9-AA0C-BD7B0049AC54%2F%29]) ale ten adres 138 jest już chyba niekatulny ,może to 248 - tam jest teraz BI.\'", "Comment 9: \'Please try again.\'", \'Comment 10: "As per teams\', \'Comment 11: I\\\'m still getting the same error message"\', "Comment 12: \'Dear Nosipho,I have restarted service. For me it is working fine. Could you please check on your side?Regards\'", "Comment 13: \'I think the case is similar as in taskDGS-8328As you can see below", "Comment 14: percentage of fragmentation seems to be quite high. And there are 114 rows for fragmentation higher than 30%In taskDGS-8328 Rey mentioned that then server 20 has failed. Could you please verify the server and let me know if shall I rebuild indexes?Regards!image-2023-04-11-16-49-19-421.png!\'", "Comment 15: \'to raczej będzie tohttps://helpdesk.kotrak.com/browse/DGS-8328\'", "Comment 16: \'Reindex ran this morning", "Comment 17: but we still have the issue.I am going to reboot and manually run th ere-index.!image-1!!image-2!\'", "Comment 18: \'!serw20.PNG|thumbnail!\'", "Comment 19: \'According to what Aleksandra wrote yesterdayI check now the indexes on erp_xl database there are still indexes with high fragmentation - mainly related to tables use for replacment price!image-2023-04-12-09-17-25-218.png|width=503,height=324!So let us know whe you will finish the rebiuld or if you wish us to do it.Second thing is the working of server|SAHOSRV020|10.27.0.248|in previous similar task :DGS-8328There were problem with it. Could you please verify it alsoAnd could we change the priority for p2 issue?\'", "Comment 20: \'!image-3!\'", "Comment 21: \'ERP-XL databases are indexed daily", "Comment 22: and that job is also succeeding !image-4!\'", "Comment 23: \'What server is in your screenshot? I just checked SAHOSRV07 and nothing of any size is above 6% fragmentation.\'", "Comment 24: \'Morning,Still getting the attached error message !image-5!\'", "Comment 25: \'|SAHOSRV07|10.27.0.7|I verified only erp xl database!image-2023-04-12-09-57-33-478.png!\'", \'Comment 26: \\\'I double check and this are some tables that do not use clustered/nonclustered "indexes \', \'Comment 27: but "heaps".Did you verify the server10.27.0.248 if t s working fine ?Hello,Kindly approve lowering priority of this task to P2 as P1 issues are only those with a critical or a blocking impact on business processes .Regards\\\'\', \'Comment 28: "We have not modified or adjusted any index\\\'s in the SRV020. As we did not want to affect it\\\'s performance in a negative manner. Has someone from Kotrak removed index\\\'s with the last update?What server is 248?This issue is urgent. We need to resolve ASAP. Do you have a solution?"\', "Comment 29: \'I restarted services again. Please verify if that help.\'", "Comment 30: \'Same error message\'", "Comment 31: \'As Aleksandra mentioned before And I also mentioned8328the server is the|SAHOSRV020|10.27.0.248|!image-2023-04-12-10-15-42-574.png!\'", "Comment 32: \'Your records are incorrect. See attached screenshot of ping to server. What server are you looking at?On the screenshot you supplied of the heap tables", "Comment 33: I assume you are refering to the KR_ReplacementPriceForecast table. This table is tiny. See second screenshot. Can you tell me what table is causing this issue?!image-6!!image-7!\'", "Comment 34: \'On task DGS-8328. All maintenance jobs were implimented and are running succefully. Have also been run manually this morning. What further information do you require?\'", "Comment 35: \'We are consulting issue with developer", "Comment 36: if we have ither question we will ask\'", "Comment 37: \'komunikat wyslany an teams:!image-2023-04-12-11-35-57-816.png!\'", "Comment 38: \'Please try now. But it wroks slow 5-10 minutes!image-2023-04-12-12-44-01-192.png!!image-2023-04-12-12-44-01-192!\'", \'Comment 39: "I\\\'m getting this error message !image-8!"\', "Comment 40: \'Please log out ", "Comment 41: close dhcdn and ten start it and log again.\'", "Comment 42: \'The plug in is too slow", "Comment 43: it ran for 15min (no error messages).\'", "Comment 44: \'Hello,In this task we have focused on clearingandunblocking the process.Kindly approve lowering priority of this task to P2 as P1 issues are only those with a critical or a blocking impact on business processes . This seems not to be the case in this issue so we suggest decreasing the issue priority.In terms of performance", \'Comment 45: it would be recommended to rebuild the current functionality\', \'Comment 46: one direction could be to make it independent of the ERPXL table\', "Comment 47: for this we would ask you to create a change request - GDC.\'", "Comment 48: \'You can lower to P2.\'", "Comment 49: \'About slowly work ", \'Comment 50: today I verify the function again and list of historical prices and the list loaded after 1-2 minutes.So if there were any other job or other problems thatslowed down the operation ?Could you test it today ?Also as I wrote beforeIn terms of performance\', \'Comment 51: it would be recommended to rebuild the current functionality\', \'Comment 52: one direction could be to make it independent of the ERPXL table\', "Comment 53: for this we would ask you to create a change request - GDC.\'", "Comment 54: \'Hello,We restarted RDS servers last night and the issue was resolved.\']"]\nRelated Issues:\n[]\n\n### End'}
93
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8939\n\n### Instruction:\nProszę o analizę podstawy wynagrodzenia pracownika Johannes van der Wegen na liście E-UM/2023/03/*.\r\n\r\nJest bardzo wysoka podstawa do składki zdrowotnej.\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'[^DGS-8939.docx]\'", "Comment 3: \'The description in the attachment[^DGS-8939.docx]\'", "Comment 4: \'Task to close \']"]\nRelated Issues:\n[]\n\n### End'}
94
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8938\n\n### Instruction:\nThere is PO-363 which is not synchronized to DHP. The PO element is new RM and it was not linked with BMX item before the PO was registered in ERP. I have linked the item 1116010 (po item) with production area IVC in DHH, the item was sent to DHC and automatically linked with ERP article, however the PO-363 (made for 1116010) is not synced to DHP. Please can you sent the PO-363 to DHP? Users must register the intake asap. \n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'please resend the order from ERP\'", "Comment 3: \'Done and it worked. Thanks for the support", "Comment 4: you can close the ticket. \'", "Comment 5: \'Thank you", "Comment 6: for confirmation.\']"]\nRelated Issues:\n[]\n\n### End'}
95
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8937\n\n### Instruction:\nNext to item codes \'TARW\',\'OWNW\',\'0041\',\'0043\',\'0048\',\'702066\',\'704910\' we need to include \'704913\'.\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", \'Comment 2: "w procedurach KR_calculatetechresults iKR_calculatetechresults_MASBEpowinnien być uwzględniany także kod \\\'704913\\\' w kalkulacji @WeightofWheat!image-2023-04-11-12-39-44-142.png!"\', \'Comment 3: "Item with code\\\'704913\\\' has been added to calculation. Now it is also included for Weight of Wheat\', \'Comment 4: so value of \\\'Percentage Wheat\\\' will be calulated also including this item.It\\\'s ready to test on Test environment in MAS NL and MAS BE sectors.Please verify and then we can move it to Production environment."\', "Comment 5: \'Can be closed\'", "Comment 6: \'It has been moved to Production environment in MAS NL and MAS BE sectors.\']"]\nRelated Issues:\n[]\n\n### End'}
96
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8936\n\n### Instruction:\nDears,\r\n\r\nVT no. 158/4/2023 is in DHC and not in ERP even after generation.\r\n\r\nNote this issue is repeated with the same item number.\n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'{code:java}2023-04-11 10:03:58,992 [188] INFO Evolution.DHCERPService.MessageSender.Handlers.BaseMessageHandler`1 [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.MessageSender\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:52] - Receiving message (Evolution.DHCountry.Interfaces.VehicleTickets.Messages.VehicleTicketFinishedChangedMessage) [Id:86768678-f8e1-4374-a1ca-c75bb38855fc]2023-04-11 10:03:58,995 [188] INFO Evolution.DHCERPService.MessageSender.Handlers.BaseMessageHandler`1 [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.MessageSender\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:60] - Message received successfuly!2023-04-11 10:03:59,069 [141] INFO Evolution.DHCERPService.MessageSender.Actors.ClientServiceCallActor [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.MessageSender\\\\\\\\Actors\\\\\\\\ClientServiceCallActor.cs:66] - Message with command PurchaseOrderReceiptSave and object id 86768678-f8e1-4374-a1ca-c75bb38855fc was sucessfully processed.{code}{code:java}2023-04-05 16:10:44,403 [95] INFO Evolution.DHCERPService.MessageSender.Handlers.BaseMessageHandler`1 [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.MessageSender\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:52] - Receiving message (Evolution.DHCountry.Interfaces.VehicleTickets.Messages.VehicleTicketFinishedChangedMessage) [Id:86768678-f8e1-4374-a1ca-c75bb38855fc]2023-04-05 16:10:44,403 [95] INFO Evolution.DHCERPService.MessageSender.Handlers.BaseMessageHandler`1 [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.MessageSender\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:60] - Message received successfuly!2023-04-05 16:10:44,653 [175] INFO Evolution.DHCERPService.MessageSender.Handlers.BaseMessageHandler`1 [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.MessageSender\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:52] - Receiving message (Evolution.DHCountry.Interfaces.VehicleTickets.Messages.VehicleTicketFinishedChangedMessage) [Id:86768678-f8e1-4374-a1ca-c75bb38855fc]2023-04-05 16:10:44,653 [175] INFO Evolution.DHCERPService.MessageSender.Handlers.BaseMessageHandler`1 [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.MessageSender\\\\\\\\Handlers\\\\\\\\BaseMessageHandler.cs:60] - Message received successfuly!2023-04-05 16:10:46,075 [186] INFO Evolution.DHCERPService.MessageSender.Actors.ClientServiceCallActor [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.MessageSender\\\\\\\\Actors\\\\\\\\ClientServiceCallActor.cs:66] - Message with command PurchaseOrderReceiptSave and object id 86768678-f8e1-4374-a1ca-c75bb38855fc was sucessfully processed.2023-04-05 16:10:46,091 [38] INFO Evolution.DHCERPService.MessageSender.Actors.ClientServiceCallActor [E:\\\\\\\\BambooHome\\\\\\\\xml-data\\\\\\\\build-dir\\\\\\\\152764417\\\\\\\\DHAPPSV3-DHCER-JOB1\\\\\\\\Evolution.DHCERPService\\\\\\\\Evolution.DHCERPService.MessageSender\\\\\\\\Actors\\\\\\\\ClientServiceCallActor.cs:66] - Message with command PurchaseOrderReceiptSave and object id 86768678-f8e1-4374-a1ca-c75bb38855fc was sucessfully processed.{code}\'", "Comment 3: \'We have information from the DHCERPService that the document PurchaseOrderReceiptSave was sucessfully processed,can you check on the ERP side?\'", "Comment 4: \'Sorry", "Comment 5: the VT no is :185/4/2023\'", "Comment 6: \'Błąd jak we wcześniejszych taskach - System.Exception: Not all vehicle ticket elements are present.Brak end date dla Item nutrient level z 31.3 !screenshot-1! Po wpisaniu przeszło.\'", \'Comment 7: "itemversionclosed - taki message!image-2023-04-13-12-36-13-150.png!ostatnie błędy są z 2022!image-2023-04-13-12-37-39-400.png!\', \'Comment 8: dla tych co dodałem closed nie ma wpisu w logu DHCServer. tj.{code:java}select * FROM [Evolution_DHCountry].[dbo].[ItemVersions] where DhhItemId=\\\'E90F8CC2-6546-4F2D-B10A-BE40CDCC896C\\\' and id in(\\\'F7BE2FD1-844E-4BD8-8173-7F617C905DAB\\\',\\\'EA544B81-2C29-4103-B689-BDB64F0C790D\\\') order by version desc{code}EA544B81-2C29-4103-B689-BDB64F0C790DF7BE2FD1-844E-4BD8-8173-7F617C905DAB!image-2023-04-13-12-24-09-804.png!!image-2023-04-13-12-37-39-400!"\', "Comment 9: \'185/4/2023 should be in ERP", "Comment 10: RCA will be needed to determine the cause of a recurring problem.Please confirm to create one.\']"]\nRelated Issues:\n[\'DGS-8788\', \'DGS-8962\']\n\n### End'}
97
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8935\n\n### Instruction:\npleae check on attachment\n\n### Response:\n["Comment 1: [\'!image!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 3: \'Sprawdzaliśmy wydruk. Poprawki wprowadzone. [~marcin.block@kotrak.com] jeszczem miał rozmawiać aby sobie Eric wgrał brakujące funkcje.\'", "Comment 4: \'Could you please verify", "Comment 5: it should be fine now.\'", "Comment 6: \'Przekazałem wczoraj Ericowi", "Comment 7: że brakowało procedury i funkcji. I zmieniliśmy konfigurację w aplikacji.\'", "Comment 8: \'May we close the task?\'", "Comment 9: \'May we close the task?\']"]\nRelated Issues:\n[]\n\n### End'}
98
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8934\n\n### Instruction:\nW DHC zawisł VT-6797/M\r\nWprowadziłem zmainy w ZS w 1 pozycji ponieważ widac było większa wartosc która przeszła z DHP\r\nZmiany naniesione na zamóieniu w CDN nie przeniosły sie do DHC ( mówa tu o ilości w zmaóieniu ) Dodatkowo od bazy wprowadziłęm inna wartośc na ilosci z zamóienia co nie skutkowało jej zmiana w VT w DHC\r\nZmiana daty realizacji zamóienia rowniez nie zmieniła sie po modyfikacji w CDN\r\nProsba o weryfikacje \n\n### Response:\n["Comment 1: [\'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", "Comment 2: \'!image-2023-04-07-20-49-41-568.png!!image-2023-04-07-20-53-24-676.png!!image-2023-04-07-20-53-52-445.png!\'", "Comment 3: \'Proszę o rozwinięcie myśli:W DHC zawisł VT-6797/M. Zawisł czyli co? VT w DHC jest w statusie Ticket Closed.Dodatkowo", \'Comment 4: zmiana ilości od bazy nie zmieni ilości na innym dokumencie. Rozumiem\', "Comment 5: że poprawne ilości są w CDN?Data realizacji zamówienia w CDN i w DHC jest taka sama - kwietnia.Jakie są dokładne oczekiwania? Zmiana ilości na VT?Pozdrawiam\'", "Comment 6: \'Stwierdzenie zawisło odnosi sie do tego ze VT nie przeszedł z DHC do CDNJAk widac w pozycji 1 w VT widac ze wiecej paszy przyszło z DHP niz jest to na zamóieniu w CDN stad tez była proba zmiany ilosci na zamowieniu by VT przeszedł z DHC do CDN lecz zmiana tak nie pokazałą sie w DHC i nadal w polu Quantity w Ordersach jest poprzednia wartośc a nie nowa zmieniona w CDN\'", "Comment 7: \'Na zamówieniu w DHC jest 23 tony!image-2023-04-07-21-22-14-012.png!W DHP (chyba", "Comment 8: że chodzi o pomocniczą)!image-2023-04-07-21-23-58-464.png!W GUI zrealizowana!image-2023-04-07-21-25-27-232.png!\'", "Comment 9: \'Na zamówieniu!image-2023-04-07-21-28-43-006.png!Minus niezrealizowane!image-2023-04-07-21-29-15-984.png!\'", "Comment 10: \'Proszę o ponowną weryfikację. VT jest generated w DHC czyli wpadlo do CDN. Zarówno w DHC", \'Comment 11: DHP\', \'Comment 12: CDN i GUI ilość zrealizowana sumarycznie to 23 tony (po ok 11,5 per element)!image-2023-04-07-21-31-11-551.png!W CDN widzimy ilości zamawiane!image-2023-04-07-21-32-37-973.png!Ale jak zmienimy na niezrealizowane\', \'Comment 13: i odejmiemy\', "Comment 14: wtedy też będą 23 tony!image-2023-04-07-21-33-14-795.png!\'", "Comment 15: \'Tak teraz widze ze VT sie wygenerował i że moja zmiana na ilosci w zamowieniu przeszła do DHC z bardzo dużym opoznieniem\'", "Comment 16: \'czyli wszystko w porządku i zamykamy? Wygenerował się", "Comment 17: bo puściłam synchronizację na zamówieniu.\'", "Comment 18: \'Tak . Zgłoszenie do zamkniecia\']"]\nRelated Issues:\n[]\n\n### End'}
99
{'prompt': 'Below is a description that describes an issue. Write a response that will help solve the problem.\n\n\n### Issue Key:\nDGS-8933\n\n### Instruction:\nExamples for Utrecht. Issue I think is applicable for all plants.\r\n\r\nIn Milas we have issues with stocks, e.g. for item 0048. For this item, corrections for 0041 (-) and 0048 (+) are sent from PCS. The correction seems to be registered correctly in DHP. \r\nIn export from DHC to WM/ERP for some corrections we see that the signs of the quantities seem to be switched: we see + on 0041 and - on 0048\r\n\r\nExpected: corrections are processed/sent to WM/ERP as received from PCS/DHP\r\nPlease check/fix this issue; we have incorrect bookings and incorrect stocks due to this issue.\r\n\r\nExample correct message from DHC to WM/ERP:\r\n\r\nSTK-3521. Geregistreerd in DHP op 31-03-2023 23:59\r\n\r\n2023-03-31 23:59:02,932 [79] INFO\xa0 WcfSendRequestLogger [C:\\Projects\\evolution.dhcerpservice\\Evolution.DHCERPService\\Evolution.DHCERPService.Service\\Logging\\LoggingInspectorBehavior.cs:53] -\xa0\r\nRequest:<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">\r\n<s:Header>\r\n<Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">unit01_dhc_adapter_ws_provider_wsd_webMethods_DHC_Provider_Binder_insertStockCorrection</Action>\r\n</s:Header>\r\n<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n<insertStockCorrection xmlns="http://deheus.com/unit01/DHC">\r\n<input xmlns="">\r\n<header>\r\n<ReceivingSystem>Milas</ReceivingSystem>\r\n<SendingSystem>DHC</SendingSystem>\r\n<CreateDate>2023-03-31T23:58:59.48</CreateDate>\r\n<CreateUser>DHPlant</CreateUser>\r\n<MessageID>7765e48e-5b6f-440d-adb8-ec2e3d9dd090</MessageID>\r\n</header>\r\n<StockCorrections>\r\n<ItemCode>0048</ItemCode>\r\n<CorrectionQTY>-3079.642</CorrectionQTY>\r\n<CorrectionQTYUOM>KG</CorrectionQTYUOM>\r\n<CorrectionDate>2023-03-31T23:58:26</CorrectionDate>\r\n<Plant>7</Plant>\r\n<ReasonCode>ChangeArticleCodeTransfer-D019</ReasonCode>\r\n<Description xsi:nil="true" />\r\n</StockCorrections>\r\n<StockCorrections>\r\n<ItemCode>0041</ItemCode>\r\n<CorrectionQTY>3079.642</CorrectionQTY>\r\n<CorrectionQTYUOM>KG</CorrectionQTYUOM>\r\n<CorrectionDate>2023-03-31T23:58:27</CorrectionDate>\r\n<Plant>7</Plant>\r\n<ReasonCode>ChangeArticleCodeTransfer-D019</ReasonCode>\r\n<Description xsi:nil="true" />\r\n</StockCorrections>\r\n</input>\r\n</insertStockCorrection>\r\n</s:Body>\r\n</s:Envelope>\r\n\r\nExample incorrect message from DHC to WM/ERP:\r\n\r\nSTK-3460, registered in DHP on 31-03-2023 14:29\r\nIn DHP: RM-for 0041 and RM+ for 0048\r\n\xa0\r\nOnly message I found from DHC to WM/ERP was sent at 16:42 and signs of the corrections are switched.\r\n\xa0\r\n2023-03-31 16:42:42,421 [75] INFO\xa0 WcfSendRequestLogger [C:\\Projects\\evolution.dhcerpservice\\Evolution.DHCERPService\\Evolution.DHCERPService.Service\\Logging\\LoggingInspectorBehavior.cs:53] -\xa0\r\nRequest:<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">\r\n<s:Header>\r\n<Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">unit01_dhc_adapter_ws_provider_wsd_webMethods_DHC_Provider_Binder_insertStockCorrection</Action>\r\n</s:Header>\r\n<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n<insertStockCorrection xmlns="http://deheus.com/unit01/DHC">\r\n<input xmlns="">\r\n<header>\r\n<ReceivingSystem>Milas</ReceivingSystem>\r\n<SendingSystem>DHC</SendingSystem>\r\n<CreateDate>2023-03-31T14:25:51.127</CreateDate>\r\n<CreateUser>DHPlant</CreateUser>\r\n<MessageID>7abefab6-5cb4-485f-ace0-d7d029c7a885</MessageID>\r\n</header>\r\n<StockCorrections>\r\n<ItemCode>0041</ItemCode>\r\n<CorrectionQTY>17261.749</CorrectionQTY>\r\n<CorrectionQTYUOM>KG</CorrectionQTYUOM>\r\n<CorrectionDate>2023-03-31T14:25:26</CorrectionDate>\r\n<Plant>7</Plant>\r\n<ReasonCode>ChangeArticleCodeTransfer-D019</ReasonCode>\r\n<Description xsi:nil="true" />\r\n</StockCorrections>\r\n<StockCorrections>\r\n<ItemCode>0048</ItemCode>\r\n<CorrectionQTY>-17261.749</CorrectionQTY>\r\n<CorrectionQTYUOM>KG</CorrectionQTYUOM>\r\n<CorrectionDate>2023-03-31T14:25:26</CorrectionDate>\r\n<Plant>7</Plant>\r\n<ReasonCode>ChangeArticleCodeTransfer-D019</ReasonCode>\r\n<Description xsi:nil="true" />\r\n</StockCorrections>\r\n</input>\r\n</insertStockCorrection>\r\n</s:Body>\r\n</s:Envelope>\r\n\r\nExpected: same corrections as received from PCS/registered in DHP.\r\n\r\nNote: we do have additional technology defined for changing 0041 to 0048. But that must not change any correction bookings from PCS/DHP to WM/ERP.\n\n### Response:\n["Comment 1: [\'!image!!image-1!\'", "Comment 2: \'Hello,We are investigating your issue. We will inform you about the solution as soon as possible.Regards\'", \'Comment 3: "{code:java}/****** Script for SelectTopNRows command from SSMS ******/SELECT s.Document,i.Code,se.QuantityAfter-se.QuantityBefore,s.SettledDate,s.* FROM [DHPlantStockBusinessLogicMain].[dbo].[StocktakingElements] se inner join dbo.Items i on i.id=se.ItemId inner join [DHPlantStockBusinessLogicMain].[dbo].[Stocktakings] s on s.id=se.Id where s.Document like \\\'%STK-3521%\\\' or s.Document like \\\'%STK-3460%\\\'{code} !screenshot-1! !image-2023-04-11-12-52-16-034!!image-2023-04-11-12-53-10-859! !image-2023-04-11-12-53-23-748!"\', \'Comment 4: "{code:java}SELECT TOP (1000) [Id] ,[No] ,[DeliveryId] ,[ItemId] ,[CorrectionDate] ,[Description] ,[Quantity] ,[QuantityUnit] ,[ReasonCode] FROM [DHPlantStockBusinessLogicMain].[dbo].[StockCorrectionElements] where id in( SELECT [Id] FROM [DHPlantStockBusinessLogicMain].[dbo].[StockCorrections] where StocktakingId in(\\\'31505044-A633-4064-A852-E8AE67A66B30\\\',\\\'50117CBD-7F7F-45B9-A12D-8011D54547F2\\\'))select * from dbo.Itemswhere Id in(\\\'E6537639-D413-4EC7-AB70-F9D2469E71B1\\\',\\\'84BCB9B4-A989-49A0-B8D1-0DBE864D19A0\\\' ){code}{code:java}SELECT TOP (1000) [PlantId] ,[PlantIdNo] ,[LongId] ,[StringId] ,[GuidId] FROM [DHPlantIntegrationDhcServiceIdentityMapping].[dbo].[StockCorrectionIdentityMappings] where plantid in(\\\'9D131D34-E7A7-4932-9B2B-6889E88E4AF2\\\',\\\'EBB34212-D1AC-437C-A0ED-12E477ABECCC\\\'){code}{code:java}SELECT s.*,i.Code FROM [DHCService_NL_AS400_PROD].[dbo].[StockCorrectionElements] s join dbo.items i on i.id=s.ItemId where s.ExternalId in(\\\'7581\\\',\\\'7582\\\',\\\'7583\\\',\\\'7446\\\',\\\'7447\\\',\\\'7448\\\') and s.StockCorrectionId in(\\\'7C27CC46-647F-4D4E-867E-F5DF96F875A0\\\',\\\'7765E48E-5B6F-440D-ADB8-EC2E3D9DD090\\\'){code}jest jak w plancie: !screenshot-2! !image-2023-04-12-15-00-58-303!"\', "Comment 5: \'ten STK w dhcservice jest jak w plancie jeden jest poprawny drugi na odwrót.\\\\r\\\\rProśba o pomoc w analizie", "Comment 6: jakby co to jestem do dyspozycji.\'", "Comment 7: \'Do you have an update on this issue?\'", "Comment 8: \'Do you have an update for this issue? We need correct sign in stock corrections in ERP.\'", "Comment 9: \'[~BKennedy@deheus.com]this is the only case or do you have other examples?\']"]\nRelated Issues:\n[]\n\n### End'}