Menu

Create Access Files

Help
2016-09-22
2016-09-22
  • awadalla ahmed

    awadalla ahmed - 2016-09-22

    i faced an message like " Can't set semaphore, another process is writing access file, try again later " when am trying to create accessfile , please feed me back as soon as possible

     
  • Maik N.

    Maik N. - 2016-09-22

    If you're really sure that no other process access the file, go to your database and readout the "workinfo" table. The last entry need to be set to "closed"

    | 804039 | 2016-09-22 09:20:02 | createaccessfile | closed | sem |
    | 804040 | 2016-09-22 09:20:05 | createauthuserfile | closed | sem |

    If not, set it manually or delete the "open" entry.

     
  • awadalla ahmed

    awadalla ahmed - 2016-09-22

    very thanx M.maik
    i was checked the table "workinfo" and the last entry is closed ,
    but how can i be sure the no other process accessing the file ?
    again thanxx for reply :)

     
  • Maik N.

    Maik N. - 2016-09-22

    please query the table with
    select * from workinfo where status like 'open';

    and if you get a result, fix it with
    update workinfo set status = 'closed' where status like 'open';

     
  • awadalla ahmed

    awadalla ahmed - 2016-09-22

    thnx M.maik
    everything now is fine :)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.