Search results

  1. A

    Date Syntax

    s_date1 = 09/05/08. i = month(s_date1). if i = 12 then e_date1 = date(1,1,year(s_date1) + 1) - 1. else e_date1 = date(1,1,year(s_date1) + 1) - 1. s_date2 = e_date1 + 1. i = month(s_date2). if i = 12 then e_date2 = date(1,1,year(s_date2) + 1) - 1. else e_date2 = date(i + 1,1,year(s_date2)) - 1...
  2. A

    how to get the progress version with unix command

    ;)how to get the progress and qad version with unix command? Tks I'm newbie....
  3. A

    DB shutdown and permission denied

    Because of the DB shutdown,I want to start the DB,But I can not access to scripts folder which is have some scripts,including stop,start DB prod. It show error message : "# /usr/local/scripts ksh: /usr/local/scripts: 0403-006 Execute permission denied. " here is one part of that days logs...
  4. A

    Can not attach share memory

    Today ,we rebulid a DB, But when we import to some date,the server show below error message: "SYSTEM ERROR: Can't attach shared memory with segment_id: 1310726 for /data/szasc/prod/szasc There is no server for database /data/szasc/prod/szasc. " how can I resolve this error...
Top