Page 1 of 1

Problem setting rights for folder

PostPosted:Mon Apr 16, 2012 8:24 am
by t.wolter
i try to set new rights for an existing folder.
if i just set it for the folder or an document inside it works fine.

But if i activate "do it recursive" at folder i get an error 007015

in the documentation i can see 007 = problem authentication 015 = path not found
where can i see the exactly problem? the path/documents just have chars a-zA-Z0-9 and - or _ in the name.

how can i solve this problem?

Re: Problem setting rights for folder

PostPosted:Tue Apr 17, 2012 8:14 am
by t.wolter
i did it know with php and the webservices.

there i found that some of the files are not korrekt in the index
if i call OKMDocument->getChilds for a folder (at Taxanomie) i dont get a correct object for some of the files.

i get for example
Code: Select all
stdClass Object
(
    [actual] => 1
    [author] => autoImport
    [comment] => 
    [created] => 2012-01-26T10:37:42.275+01:00
    [name] => 1.0
    [size] => 2848122
)
or
Code: Select all
Array
(
    [0] => stdClass Object
        (
            [author] => okmAdmin
            [created] => 2012-01-11T16:04:38.530+01:00
            [hasChilds] => 
            [path] => /okm:categories/Picture
            [permissions] => 15
            [subscribed] => 
            [uuid] => 6dde283a-13a5-4433-8863-3d00de0fa53e
        )

    [1] => stdClass Object
        (
            [author] => okmAdmin
            [created] => 2012-01-11T16:04:56.754+01:00
            [hasChilds] => 
            [path] => /okm:categories/High resolution
            [permissions] => 15
            [subscribed] => 
            [uuid] => 43e57196-5dfe-43de-bea3-001b246f7ea4
        )

)
or just the name of the owner or the document name

Re: Problem setting rights for folder

PostPosted:Wed Apr 18, 2012 5:54 pm
by jllort
I would like to see server.log error ( only the error ) to understanding better the cause. I do not understand the relation with php webservices access ?

Re: Problem setting rights for folder

PostPosted:Thu Apr 19, 2012 6:41 am
by pavila
The first example is the document versioning information. The second one is a couple document information.