Pentaho

 PDI 9.2 - Carte

Jump to Best Answer
Serena Rossetti's profile image
Serena Rossetti posted 03-16-2022 13:29
Hi,
I try to execute transformation with Carte inside pdi 9.2 community edition but the result is "Missing mandatory parameter rep", I don't work with repository. Tranformations and Jobs are only in the file system.
Why does Carte say repository name is required? Is there any way to avoid the problem?
Thanks in advance

The result of Carte is:

<webresult>
<result>ERROR</result>
<message>Missing mandatory parameter rep</message>
<id/>
</webresult>

This is configuration.xml
<slave_config>
<slaveserver>
<name>carte</name>
<hostname>srvbipnt01.dev.apra.it</hostname>
<port>8081</port>
<master>Y</master>
</slaveserver>
<max_log_lines>10000</max_log_lines>
<max_log_timeout_minutes>1440</max_log_timeout_minutes>
<object_timeout_minutes>1440</object_timeout_minutes>
</slave_config>
Antonio Petrella's profile image
Antonio Petrella Best Answer
Hi, it seems like pdi version 9.2 requires the repository parameter.

I solved / worked around it by providing an empty one in the list of GET parameters 

Just add &rep= to your Carte URI
Serena Rossetti's profile image
Serena Rossetti
It works, thanks!!!