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.

asked 29 Jul '13, 07:57

rst's gravatar image

rst
31114
accept rate: 0%

edited 29 Jul '13, 08:51

Jeff%20Albion's gravatar image

Jeff Albion
10.8k171175


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.

permanent link

answered 29 Jul '13, 08:48

Jeff%20Albion's gravatar image

Jeff Albion
10.8k171175
accept rate: 25%

Very nice,

thanks for the quick answer! :)

(29 Jul '13, 09:43) rst

in build 12.0.1.3937

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

(29 Jul '13, 09:51) Volker Barth
Replies hidden

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

(29 Jul '13, 10:10) Jeff Albion

Jeff:

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

(30 Jul '13, 09:32) TonyV

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...

(30 Jul '13, 09:35) Volker Barth

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.

(30 Jul '13, 13:42) Jeff Albion
showing 2 of 6 show all flat view
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×438
×69
×39

question asked: 29 Jul '13, 07:57

question was seen: 2,480 times

last updated: 30 Jul '13, 13:42