File Share Encryption

 View Only
  • 1.  PGP Universal Server Update 3.2. MP4 "sms is a required field"

    Posted Feb 28, 2012 03:12 AM

    Hello!

     

    After having updated the PGP Universal Server from  PGP Universal 3.2.0 (Build 2233) to PGP Universal 3.2.0 (Build 2526) - waht is Maintenance Pack 4 of Version 3.2 - I get the following warning (100 times in 10 Minutes) in the administration log:

     

    validation error loading ovidprefs file /etc/ovid/prefs.xml : sms is a required field. Trying to load without validation."

     

    My first guess is to edit the prefs-xml over the console/ssh but I have no idea where to put the "sms field" and what value to give.

    Any suggestions?

     

    ...Update ended with :

    "

    Successfully installed update PGP Universal 3.2.0 (Build 2526) "

    ...but right before the successfull end of the update I had the following error:

    "(see "/var/lib/ovid/pgprep/schema_report.txt" for detail)

    There are differences between the default database schema and the database schema on this server.

     

    Error while executing "/usr/share/ovid/migration/../pgprep/compare-schema.sh > /var/lib/ovid/pgprep/schema_report.txt""

     

    Thank you, Chris



  • 2.  RE: PGP Universal Server Update 3.2. MP4 "sms is a required field"
    Best Answer

    Posted Feb 28, 2012 10:25 AM

    Please do a backup before doing the following changes:

    Open the file prefs.xml.rpmnew or prefs.xml.save  in directory /etc/ovid. (command: nano prefs.xml.rpmnew)

    1. Open the file prefs. xml (in directory /etc/ovid ) in a second session.
    2. Copy all settings between <sms> and </sms>  in the file prefs.xml.rpmnew or prefs.xml.save.
    3. Insert the settings between <sms> and </sms> in prefs. xml file between following section of file <ovidprefs></ovidprefs>.
    4. Save the file prefs.xml.  (command: strg + x)
    5. Restart tomcat (command: pgpsysconf --restart tomcat)
    6. Restart httpd (command: pgpsysconf --restart httpd)

    settings between <sms> </sms>  are:

    <sms>
      <enabled>false</enabled>
      <gateway-provider>
       <name>Wire2Air</name>
       <server-url>http://smsapi.wire2air.com/smsadmin/submitsm.aspx</server-url>
       <version>2.0</version>
       <user-id></user-id>
       <password></password>
       <vas-id>1195</vas-id>
       <profile-id>2</profile-id>
       <from>49474</from>
      </gateway-provider>
     </sms>



  • 3.  RE: PGP Universal Server Update 3.2. MP4 "sms is a required field"

    Posted Feb 28, 2012 10:48 AM

    Sounds reasonable!

    Thank you



  • 4.  RE: PGP Universal Server Update 3.2. MP4 "sms is a required field"

    Posted Feb 28, 2012 11:27 AM

    Thats the solution 

    I suggest using WinSCP to edit this file in a easy way. You can use SSH if you know how to use vim.



  • 5.  RE: PGP Universal Server Update 3.2. MP4 "sms is a required field"

    Posted Feb 28, 2012 04:48 PM

    WinSCP is my first choice too.  - inserted the sms-tags more than 6 hours ago and had no warning since that moment - as expected.

     

    Thank You again