403 Forbidden error using Hippo Content EXIM

I’m trying to use the Hippo Content EXIM tool in my bloomreach project (v13.4.7)
I have followed this guide step by step: Hippo Content EXIM (EXport/IMport) Documentation – Installing Hippo Content EXIM (Export / Import)

The project is running with a sql database configured like this guide: Configure Bloomreach Experience Manager for Microsoft SQL Server - Bloomreach Experience Manager - The Fast and Flexible Headless CMS

This is my configuration:

Root pom.xml:

image
image
image

cms/pom.xml

image

web.xml


image

hippo:configuration - Domains & Modules

image
image

When I make this request in postman http://localhost:8080/cms/ws/exim/ps
It returns a 403 Forbidden
image
I’m using an admin user included in the admin group.

I have used this tool before in bloomreach projects (v11 and v14) and it has worked perfectly, the difference I see is that this project is running with a database.

Can someone help me?

Eva

you are using wrong version of the plugin (4.0.0 instead of 3.0.1), see release notes/compatibility verison table at:

https://bloomreach-forge.github.io/content-export-import/release-notes.html

Yes indeed, also see the /hippo:configuration/hippo:domains/content-exim configuration at Hippo Content EXIM (EXport/IMport) Documentation – Built-in REST Services

I have solved it by running the project configuring the migration tool without database and copying the hippo configuration node.
Then I have run the project with the database and the migration tool and I have replaced the new node with the old one.
It has worked perfect!

I used version 4.0.0

Good to hear you have it covered!