Hi,
I wanted to share the following situation, in case there is a solution for this.
I'm using PB2022, build 1900 and the database is Oracle 19
I'm getting the error "The Int64 type is not compatible..." and below is an example of a situation where I can see the mapping in the .cs file going wrong, but I can't see any reason why it goes wrong.
Here are two data windows, the 'd_company' works ok and the 'd_document_list' not
d_company column specification is here
and the column specification for d_document_list is here
Both have the "key" field specifies as number.
in the data models here is the d_company.cs and how the fields get mapped. The company_key is mapped to long
but in the d_document_list.cs the document_key gets mapped to double, resulting in showing the error when runnung the PS application, Running as PB application all works fine.
To me the data window specification looks the same for both (number), so why does PS map the other one to long and the other one to double?
Is there a way to control the mapping or some other fix to resolve this?
Thanks,
kari