Forum Post: RE: protop errors

  • Thread starter Thread starter aapotokin
  • Start date Start date
Status
Not open for further replies.
A

aapotokin

Guest
-- add db_user for used database -- AIX has different ulimit format. Need to change dictdb/osinfo.p protop_3.2e $ diff dictdb/osinfo.p.bkp dictdb/osinfo.p 459c459 input through value( "ulimit -a" ). /* this should be portable across all unix implementations... */ --- input through value( "/usr/bin/ulimit -a" ). /* this should be portable across all unix implementations... */ protop_3.2e $ -- a little change to config.p *** dictdb/config.p.bkp Thu Sep 18 12:03:43 2014 --- dictdb/config.p Thu Sep 18 16:18:36 2014 *************** *** 397,402 **** --- 397,403 ---- * tt_configuration.dbSHMpinned = getStartupParam( "locked in memory" ) */ + assign tt_configuration.recSpaceDepth = integer( entry( *************** *** 405,412 **** " " ) ) ! . ! end. assign --- 406,412 ---- " " ) ) ! no-error. end. assign

Continue reading...
 
Status
Not open for further replies.
Back
Top