Exporting Level0 Data Using REST (EPBCS)
Summary
Troubleshoot REST API to export Level0 Data Using REST APIContent
Hello-
Does anyone know what the best method to export Level0 data through EPM Automate or via REST APIs is? We are using the below method, however it is not working for our instance. We have tried it with other domains and it seems to work, but it does not work for our EPBCS domain.
Unfortunately, our domain simply gets a blank file produced.
Any help on this will be appreciated.
PowerShell Script Name:
Powershell_ExportLevel0.ps1
Content:
$Username = "" #replace with username
$Password = "" #replace with password
0