F98MODAT blob size limit

nkuebelbeck

nkuebelbeck

VIP Member
Per

E1: MOBJ: Media Object Attachments Moved into the Database starting with Tools Release 9.2.1 (Doc ID 2212744.1)

"If the file size exceeds the size limit, then it will be broken into smaller data sets for storage. Therefore, this table could potentially have multiple records for a single attachment."

Anyone know the limit? if the file is split, anyone find out how to reassemble one document from multiple records?

Thanks
 
When we got briefed by Denver on the changes they mentioned 30mb from memory.
 
Text attachments have been split in XE, possibly from before and probably for long after, at 64k intervals. You just needed to glue these chunks back, end to start, to get the whole. It's probably the same here, I guess...
 
With regards to recreating, we haven't looked into it other than to just use the services provided by the AIS server. Not sure within what context you're trying to access the files. If you're using direct DB access then you should just be able to append each part together.
 
Not sure exactly how we plan to access it. Today we pull the images from the media queue file store via a webservice to get images into bipub and a couple other internal apps.
 
Per E1: MOBJ: What is the Media Object File Upload Limit ? (Doc ID 2197753.1)

"File Upload: It is hard coded to 10MB and can't be changed."

so it must be less than this?
 
A couple of things to note.


  • As of 9.2.1.2 tools release the upload limit was changed from 10MB to 50MB.
  • As per Bug 25969919 : OPTION OF OLD FILE STORAGE FOR MEDIA OBJECT FILES they are making this architecture optional so you can still use file storage
 
Back
Top