Skip to main content
ExLibris

Knowledge Assistant

BETA
 
  • Subscribe by RSS
  • Back
    Rosetta

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Rosetta
    3. Knowledge Articles
    4. Rosetta SP 8.1./HF 8.0.0.2. Parameters Related to Handling of CDATA in Descriptive and DNX Fields

    Rosetta SP 8.1./HF 8.0.0.2. Parameters Related to Handling of CDATA in Descriptive and DNX Fields

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Question
    2. Answer
    • Product: Rosetta
    • Product Version: 8.0.0.2, 8.1+

    Question

    What are the configuration changes we need to do in Rosetta version 8.0.0.2/8.1 to start using new CDATA in Dublin core fields handling method? 

    Answer

    After installation of Service pack 8.1 or HotFix 8.0.0.2 do following:

    1. make sure that the hidden general parameter strip_cdata_from_dc is set to false

    • Check: from dps user 

    sqlplus ${ORA_USER_PREFIX}ROS00/`get_ora_passwd ${ORA_USER_PREFIX}ROS00` << EOF select value from hfrgeneralparameter where name = 'strip_cdata_from_dc'; EOF

    • Update: from dps user create update_gp.csh  and run by csh -f update_gp.csh

    #!/bin/csh
    sqlplus ${ORA_USER_PREFIX}ROS00/`get_ora_passwd ${ORA_USER_PREFIX}ROS00` << EOF
    update hfrgeneralparameter set value = 'false' where name = 'strip_cdata_from_dc';
    commit;
    EOF

     

    2. make sure that the new UI general parameter is set to true 

    • Administration / General Parameters / general 

    clipboard_ec33eecb7ed360931f3630aa281230900.png

     


    • Article last edited: 08-Jan-2024
    View article in the Exlibris Knowledge Center
    1. Back to top
      • Rosetta SP 7.4 installation corrupts cantaloupe delivery
      • Rosetta SP 8.2 third-party upgrade available
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Community Content Type
      How To
      Content Type
      Knowledge Article
      Language
      English
      Product
      Rosetta
    2. Tags
      1. CDATA
      2. Rosetta
    1. © Copyright 2025 Ex Libris Knowledge Center
    2. Powered by CXone Expert ®
    • Term of Use
    • Privacy Policy
    • Contact Us
    2025 Ex Libris. All rights reserved