BusinessObjects Board

Run a Publication via RESTFUL Powershell - 4.1 SP8

At the moment we refresh webi reports via RestFUL powershell.

I am struggling to work out how to now run a publication via RestFul in powershell.

Have header as: $headers = @{“X-SAP-LogonToken” = “$LogonToken” ;“Accept” = “application/json”;“Content-Type” = “application/json”;“X-SAP-PVL” = $contentLocale};

Not quite sure what the put method should be.


Sili (BOB member since 2016-05-21)

[Moderator Note: Moved from General Discussion to SDK (VBA/ASP/JSP)]


Marek Chladny :slovakia: (BOB member since 2003-11-27)

Which version of BOBJ are you using? I don’t thing publication-specific stuff is available until 4.2 with either SP3 or SP4 (not sure which…)

-Dell


hilfy :us: (BOB member since 2007-04-16)

We’re using 4.1 SP6


Sili (BOB member since 2016-05-21)

Then I don’t think you’ll be able to do this through the RESTful Web Services until you’re able to upgrade your system.

-Dell


hilfy :us: (BOB member since 2007-04-16)