Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ODI + Script Groovy - unable to resolve class

inter1908Oct 15 2016 — edited Oct 19 2016

Hi All,

I'm just starting to study groovy in order to create a few Script.

I copied some Internet example but I'm not able to compile because ODI don't found some library (*)

I don't understant if i need configure path where is stored this library or I need install it.

Who can help me on this issue?

Thanks a lot.

(*) ERROR

startup failed:

ConsolidateModelsGraphical.groovy: 15: unable to resolve class oracle.odi.domain.mapping.finder.IMappingFinder

@ line 15, column 1.

   import oracle.odi.domain.mapping.finder.IMappingFinder;

   ^

ConsolidateModelsGraphical.groovy: 17: unable to resolve class oracle.odi.domain.mapping.component.Dataset

@ line 17, column 1.

   import oracle.odi.domain.mapping.component.Dataset;

   ^

ConsolidateModelsGraphical.groovy: 23: unable to resolve class oracle.odi.domain.mapping.physical.MapPhysicalNode

@ line 23, column 1.

   import oracle.odi.domain.mapping.physical.MapPhysicalNode;

   ^

ConsolidateModelsGraphical.groovy: 16: unable to resolve class oracle.odi.domain.mapping.Mapping

@ line 16, column 1.

   import oracle.odi.domain.mapping.Mapping;

   ^

ConsolidateModelsGraphical.groovy: 18: unable to resolve class oracle.odi.domain.mapping.component.DatastoreComponent

@ line 18, column 1.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 16 2016
Added on Oct 15 2016
5 comments
1,091 views