Content Export/Import Plugin in Cloud

Hi,

I’m testing the content export/import forge plugin. And on my local machine I got it running and can export the contentdocuments with the REST API via an curl to localhost:8080/cms/ws/exim/export

On the live server, which is hosted on bloomreach cloud it does not work but I dont get an error, so that I down know what I need to do.

On both servers i can see the “processes” via /ws/exim/ps.

Can anyone help or does anyone have an idea what I can do?

Peter

Some additional Infos: with curl -v I get this Error:

Authorization: Basic XYZ

User-Agent: curl/7.54.0
Accept: /
Content-Length: 233
Expect: 100-continue
Content-Type: multipart/form-data; boundary=------------------------651ecf515a888b09

< HTTP/1.1 100 Continue
} [233 bytes data]
< HTTP/1.1 401 Unauthorized

You’re getting an authorization error, so that is where I would start looking. It shouldn’t be a problem with on-demand service, but it may be a good idea to file an official Jira issue anyway.

1 Like