Shared, private on first use

Hello

I am trying to put document collection to shared, private on first use folder using below LotusScript code;

call doccoll.putallinfolder(“SearchResult”)

It gives me error that can not be access using and erroris 4291, I have manager access in ACL and everything else works fine.

Please suggest.

Subject: Shared, private on first use

The private instance of SPOFU folder does not exist until the user opens it for the first time in the Notes client. Before that moment, only the shared design exists. Back-end methods like putAllInFolder fail if the private instance doesn’t exist.