Author Topic: Using NONE as a Data Type  (Read 2537 times)

rstockton

  • Guest
Using NONE as a Data Type
« on: May 21, 2014, 10:02:48 AM »
We are working on a project to load adhoc data to an Application Group, this data will be in a blob type format which can contain anything and will not be viewed.  It will only be loaded and retrieved as is.  Would the Data Type of "NONE" work for this application?

Thanks,

Russell

jeffs42885

  • Guest
Re: Using NONE as a Data Type
« Reply #1 on: May 21, 2014, 11:45:12 AM »
May be a stupid question but-

What fields are you setting up? Are you at least setting up a run date?

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2231
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: Using NONE as a Data Type
« Reply #2 on: May 22, 2014, 04:43:45 AM »
Set this as a User Defined data type, and set the extension and MIME Type to match the file type.  If there isn't a defined MIME type, use something like binary/octet-stream and make the file association for the extension on the PC. 

If the file you're loading is already compressed, you'll want to set compression to Disable if compressing it with OD77 provides no meaningful advantage.

-JD.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

rstockton

  • Guest
Re: Using NONE as a Data Type
« Reply #3 on: May 22, 2014, 06:02:44 AM »

Thanks for the replys.

The files are only in OnDemand for storage and will be retrieved by a user process that will open the file to determine the contents, and then use the data to create attachments for reports. Each indivdual file can contain different types of data and we will not know what the types are, they can have mime type data, XML strings or mixed data, in other words it will be blobs of data.  The data will be fully indexed and will not be compressed when received, we will compress at load time. 

I just need to make sure that loading it as NONE it can be easily opened by the retrieveing process.


Thanks,

Russell