PxPlus User Forum

Main Board => Discussions => Language => Topic started by: Thomas Bock on June 19, 2019, 04:41:26 AM

Title: conversion failed?
Post by: Thomas Bock on June 19, 2019, 04:41:26 AM
In the DD (PxPlus V14) I changed the record structure from
Code: [Select]
IOLIST BIC$:[LEN(11)],BLZ$:[LEN(8)],BEZ$,BEZ_KURZ$,TYP:[LEN(1)],MARKERto
Code: [Select]
IOLIST BIC$:[LEN(11)],BLZ$:[LEN(8)],BEZ$,BEZ_KURZ$,IMPORT_DAT,ANL_DAT,ANL_BEN$,AEND_DAT,AEND_BEN$,LOE_DAT,LOE_BEN$,LCKD
After a click on "Update File" the new field IMPORT_DAT contained the old content from TYP and MARKER. Is this the designed behavior?
Title: Re: conversion failed?
Post by: Jane Raymond on June 19, 2019, 02:02:50 PM
When you change the iolist as you have, the Update File process starts by offering you three update options:
Based on your results, it looks like option 3 was selected.
Title: Re: conversion failed?
Post by: Thomas Bock on June 21, 2019, 04:02:22 AM
I selected option #1. And I can reproduce it.
That change also removes key #1. Perhaps this is the reason for the failed conversion.
Title: Re: conversion failed?
Post by: Jane Raymond on June 21, 2019, 09:13:20 AM
If you can reproduce it, it would be great if you could go to our Helpdesk system at:
https://helpdesk2.pvxplus.com/ (https://helpdesk2.pvxplus.com/)


Create a ticket and for the issue and supply a before and after version of the file (with a few records) so we can duplicate the issue here.


This would be greatly appreciated.