Author Topic: arsdoc update  (Read 4433 times)

hlim

  • Guest
arsdoc update
« on: February 15, 2011, 12:30:52 PM »
Hi all,

I'm getting following error when I try to update report title (I also tried other fields and getting same error).  Any idea?

C:\Program Files\IBM\OnDemand for WinNT\bin>arsdoc update -u admin -p mypassword -
h localhost -i "WHERE report_title = 'Trial Balance'" -n "report_title = 'Trial
Balance2'" -f "MYTESTFOLDER" -v

02/15/2011 11:17:14 : Starting arsdoc.  Version:  8.4.1.5

02/15/2011 11:17:14 : arsdoc update -u admin -h localhost -i WHERE report_title
= 'Trial Balance' -n report_title = 'Trial Balance2' -f MYTESTFOLDER -v

02/15/2011 11:17:14 : Attempting login for userid 'admin' on server 'localhost'
...

02/15/2011 11:17:14 : Login successful

02/15/2011 11:17:14 : Searching for folder 'MYTESTFOLDER' ...

02/15/2011 11:17:14 : Search successful

02/15/2011 11:17:14 : Index values that have been stored in database field 'repo
rt_title' cannot be changed.

02/15/2011 11:17:14 : arsdoc completed.

Alessandro Perucchi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1002
    • View Profile
Re: arsdoc update
« Reply #1 on: February 16, 2011, 04:19:55 AM »
Hello,

Have you check in the field information on your application group if the field has the option "Updateable" or not?
If not, then you cannot update your field... if yes, then the error is elsewhere!
Is the field you are triying to change is an "Application ID" field? If yes, then you cannot change the value of this field too, well to change it would be to export/reimport in a new application.

Cheers,
Alessandro
Alessandro Perucchi

#Install #Migrations #Conversion #Educate #Repair #Upgrade #Migrate #Enhance #Optimize #AIX #Linux #Multiplatforms #DB2 #Windows #Oracle #TSM #Tivoli #Performance #Audits #Customizing #Availability #HA #DR #JavaApi #ContentNavigator #ICN #WEBi #ODWEK #Services #PDF #AFP #XML

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2231
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: arsdoc update
« Reply #2 on: February 18, 2011, 01:19:30 AM »
I agree with Alessandro's first point -- sounds like a lack of permissions or an Application Group configuration issue.
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

hlim

  • Guest
Re: arsdoc update
« Reply #3 on: February 25, 2011, 03:25:25 PM »
That was it.  Thank you so much.