Recent content by Alex097

  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

    and how to open the file which is showcfg ?
  3. 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....
  4. A

    DB shutdown and permission denied

    Hello,sphipp. Did u read the log? Im a newbe. can u give some suggestions about the log.I think we can find some usefull message through the log. Who do you log in as to start/stop databases? What permissions do they have? In this Server,only Root account have this right that can start/stop DB...
  5. 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...
  6. A

    Can not attach share memory

    Tks for your great support. you are right,the filesystem was 100%,and have no space to run progress. Now, I found the problem what is .when we sutup the DB,not distribute the securing space on server,so the db setup in the root (that is default). Had a big mistake. It's OK now. Really very thank...
  7. A

    Can not attach share memory

    Thanks.Tom. yes,we use the account which is root to setup. and now ,how to resolve this problem... I checked the AIX systme file, the usage is 100%, I release the space for system file, but the problem is still:mad: PS: I'm a rookie about AIX system...:D
  8. 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