🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

MySQLIntegrityConstraintViolationException while saving output

User: "ypalrecha"
New Altair Community Member
Updated by Jocelyn

Trying to run a process on rapidanalytics and got error while saving the output. Has anyone come across such an error before? Thanks for the help in advance.

/Process/ApplyModel
com.rapidminer.operator.UserError: Cannot store data in repository at entry '//_LOCAL/Process/1'. Reason: Cannot store example set in database as es_36: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'Title' for key 1.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "MariusHelf"
    New Altair Community Member
    Is the repository "//_LOCAL" a local repository on your local machine? Then the RapidAnalytics server obviously cannot access it, since it's accessible only from your local RapidMiner instance. Are you using a "Store" operator? Then try to use relative paths instead of absolute paths. If your process is e.g. stored in "//MyRapidAnalyticsRepository/path/to/process/processName" and you enter "../data/myData" as location in the Apply operator, then the result will be stored in "//MyRapidAnalyticsRepository/path/to/data/myData".

    Best, Marius