Author Topic: arsload only by document name  (Read 2207 times)

zeus1996

  • Jr. Member
  • **
  • Posts: 37
    • View Profile
arsload only by document name
« on: September 10, 2015, 02:52:59 AM »
Hi !
Has anyone experience of loading files to od only with document name.
I know the parameters -B and -b, but how can I use them in practice.
I need also index from the name, say it is customernro.
Do I have to know the file names before load, and is the application type generic, or something else.
The files are scanned pdf:s, and pdf indexer cant get into them, and I would not like to start generating metadata files for loading.
thx in advance
Env win 2008, od 9.02, sql database

t:Zeus

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2231
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: arsload only by document name
« Reply #1 on: September 10, 2015, 08:41:45 AM »
I actually have a similar requirement for this.  Anyone who could let us know how they're using the -b / -B options would be greatly appreciated. 

-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

Vinothkumar_ve

  • Guest
Re: arsload only by document name
« Reply #2 on: October 01, 2015, 05:58:33 AM »
Actually, you need to mention the index name and number that which part of the file name has to be assigned to the index field as its value.

Ex : -b "1, index" -B "file.name.sample.yyyymmdd.ard"
« Last Edit: October 01, 2015, 06:00:13 AM by Vinothkumar_ve »

zeus1996

  • Jr. Member
  • **
  • Posts: 37
    • View Profile
Re: arsload only by document name
« Reply #3 on: October 07, 2015, 03:21:43 AM »
Hi, yes Vinothkumar_ve, that one I know too from the manuals.
I needed pure example how to load files with different names, with application "app" to application group "ag", and with what indexer.
Got around with this by doing little javaprog which generates ind file/files, but anyway curious to know how this could work with od-parameters, cause it should.

T:Zeus