Permissions error - WeOnlyDo Discussion board

Permissions error (General questions)

by Plamen, Saturday, February 17, 2007, 19:30 (6489 days ago)

Hi,

Is there any way to determine if user has insufficient privilegies to access a certain file on the remote server? I've looked through the error codes but I don't see any error code relevant to this case. Thanks!

Re: Permissions error

by wodDamir, Saturday, February 17, 2007, 20:01 (6489 days ago) @ Plamen

Hi Plamen,

When user doesn't have the sufficient rights to do the wanted operation, the server will return error code 30018 which will contain the description why the error was returned (in this case it would be Permission denied ).

Hope I helped.

Regards,
Damba

Re: Permissions error

by Plamen, Saturday, February 17, 2007, 23:31 (6489 days ago) @ wodDamir

Yes, sorry, I was accessing some odd file on my server and I though that error reporting wasn't working properly but fact it works just great. Thanks for the fast reply!