Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
error codes
sgenzer
Administrator, Moderator, Employee, 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