You are not logged in.
Hi i want to ask how to directly send file from host server to the teamspace folder
1st question :
how to directly send file from host server to the teamspace folder if it is on the same environment ?
2nd question :
how to directly send file from host server to the teamspace folder if it is not on the same environment ?
Thankyou
Offline
Hi felipe,
you can try to send the file via POST to a RS script and then you can save the file per script into your ReportServer.
The script guide:
https://reportserver.net/en/guides/script/main/
The javadocs can be found here: https://reportserver.net/api/latest/javadoc/index.html
List of entities: https://reportserver.net/api/latest/entities.html
List of hooks: https://reportserver.net/api/latest/hooks.html
List of services: https://reportserver.net/api/latest/services.html
Regards,
Eduardo
Offline
Hi Eduardo,
Can you maybe send me the script example for me ?
Regards,
Felipe
Offline
Hello felipe,
you can find very many examples here in our github repo
https://forum.reportserver.net/viewtopic.php?id=2703
You want examples for the teamspace, have a look here
https://github.com/infofabrik/reportser … /teamspace
Regards,
Tobias
Offline