The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
error codes
sgenzer
Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Manager
hi...I keep getting "error code 124". What is this error? And is there a list of the 3-digit RM error codes?
Thanks.
Scott
Tagged:
0
Answers
Scott,
are you sure this does not originate from a database? -124 would be too long insert statement. Any RM Server invovled?
~Martin
Dortmund, Germany
Hey Scott,
learning something new every day 124 is:
All messages are defined here: https://github.com/rapidminer/rapidminer-studio/blob/4759926c6cf845c42b961ef3faff2442a26662ca/src/main/resources/com/rapidminer/resources/i18n/UserErrorMessages.properties
Cheers,
Martin
Dortmund, Germany
thanks for the link. That's very helpful. Unfortunately that message seems weird. What I have is an Execute Program operator inside a loop where it executes a shell script with different variables every time. Sort of like this:
file_name macros inside loop:
Scott.txt
Bob.txt
Eric.txt
Mary.txt
etc...
Execute Program
cat %{file_name}
Then I pull the output and do some work on it. I'm not actually using cat...it's just an example.
Normally this works fine but every once in a while I get this error 124. Maybe it's character length or a weird character? I will see next time it happens.
And any thoughts on how to timeout if the shell script will not terminate? I tried the Unix "timeout 1 cat %{file_name}" but RapidMiner does not like it for some reason...
Thanks.
Scott
Hi,
Execute Program will usually try to relay the OS error code of your command.
Regards,
Marco