Hello,
Benny Otterbach published a shell script as an example how to insert a filestore folder and an infoitem document. Many thanks for that.
I'm using OX-HE Version: 6.5.0-6504 (GUI and Server).
For some reason the following situation puts the folder but not the document on OX-Filestore.
The URL: http://192.168.xxx.xx/ajax/folders?a...02,304,305,307
returns
{"data":[["default",null,"E-Mail","system",7,true,4,""],
[25,1,"Calendar","calendar",1,false,403710016,""],
[26,1,"Contacts","contacts",1,false,403710016,""],
[27,1,"Tasks","tasks",1,false,403710016,""],
[28,9,"My infostore folder","infostore"
Giving that, "9" has been used in the shell-script (attached) as folder-id (parent)
No output in logfiles is given after execution of the script. What is wrong with the script?
Just don't know, for what reason the document cannot be inserted. No problem on adding documents via the webgui after folder is created with "script.sh"
Thanks for help.
greetings,
willy
Benny Otterbach published a shell script as an example how to insert a filestore folder and an infoitem document. Many thanks for that.
I'm using OX-HE Version: 6.5.0-6504 (GUI and Server).
For some reason the following situation puts the folder but not the document on OX-Filestore.
The URL: http://192.168.xxx.xx/ajax/folders?a...02,304,305,307
returns
{"data":[["default",null,"E-Mail","system",7,true,4,""],
[25,1,"Calendar","calendar",1,false,403710016,""],
[26,1,"Contacts","contacts",1,false,403710016,""],
[27,1,"Tasks","tasks",1,false,403710016,""],
[28,9,"My infostore folder","infostore"
Giving that, "9" has been used in the shell-script (attached) as folder-id (parent)
No output in logfiles is given after execution of the script. What is wrong with the script?
Just don't know, for what reason the document cannot be inserted. No problem on adding documents via the webgui after folder is created with "script.sh"
Thanks for help.
greetings,
willy
Comment