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 Transforming meta data transformation: java.lang.NullPointerException"
Hi Matthias, Keith and All,
Thank you for your continuous support.
I am reading the Database by using a Macro. At the time it is showing an Error message as
Error Transforming meta data transformation: java.lang.NullPointerException and for this no quick fixes available.
And After that I am connecting it to Select "Attribute subset operator" for that no output delivering from previous Database read operator.
IIf I read the database without Macro, It is working properly. No Errors.
What could be the reason...How can I solve this.
Thank you for your continuous support.
I am reading the Database by using a Macro. At the time it is showing an Error message as
Error Transforming meta data transformation: java.lang.NullPointerException and for this no quick fixes available.
And After that I am connecting it to Select "Attribute subset operator" for that no output delivering from previous Database read operator.
IIf I read the database without Macro, It is working properly. No Errors.
What could be the reason...How can I solve this.
0
Answers
well, what would you expect? We can not read the meta data from a database which contains a macro, hence is dynamically created during process execution. My tip: First design the complete process without using the macro during data loading but a fixed value instead. Then, if everything works fine, the last step is introducing the macro. RapidMiner will complain in the Problems view (which is ok since we loose meta data information) but the process will execute anyway.
Cheers,
Ingo
Thank you for your tip. Now its working fine
Yours
Anki