cancel
Showing results for 
Search instead for 
Did you mean: 

Since EBF 12.0.1.3867; Problem with reading long binary values (entity framework)

Former Member
2,848

Hello,

Since i installed the EBF 12.0.1.3867 i'm having issues with some icons not showing up in my application. All the icons are stored as long binary. On loading the application, a random amount of icons dont show up. I checked, they're stored correctly. What i found out is that every broken icon is 65535 bytes big on reading with entity framework. Strangely that's the UInt16 max value. So i believe they somehow get truncated.

Is that a known bug, and if so, what is the solution?

Cheers.

Accepted Solutions (0)

Answers (1)

Answers (1)

jeff_albion
Product and Topic Expert
Product and Topic Expert

Yes, this is a known bug - see: CR #742857 and CR #743127. This fixes the cases for both LONG VARCHAR and LONG BINARY, in build 12.0.1.3937.

Former Member
0 Kudos

Very nice,

thanks for the quick answer! 🙂

VolkerBarth
Contributor
0 Kudos

in build 12.0.1.3937

which is not yet available on Windows, right? (AFAIK, 12.0.1.3924 has just been released.)

jeff_albion
Product and Topic Expert
Product and Topic Expert
0 Kudos

Correct, the EBF is not yet available but it has been requested.

Former Member
0 Kudos

Jeff:

Clicking on the link for CR #743127 brings me to an empty bug report page. Is that the right number?

VolkerBarth
Contributor
0 Kudos

I'd suspect expect the public CR definition is not yet available - in my experience, it sometimes takes a while until a specified CR is filled with meaningful contents for us (i.e. the public). The internal description will have been filled right from the start...

jeff_albion
Product and Topic Expert
Product and Topic Expert
0 Kudos

The details for CR #742857 are the same details as #743127, except 'LONG BINARY' instead of 'LONG VARCHAR' in the description.

I will inquire about the visibility of CR #743127.