Migrating from IP to sub-system level

Hi All,

I have sequence items, sequences, agents and envc at ip level. I want to port this to sub-system level, using import packages I was able to do but when, I tried to run the ip level sequence with the sub-system level agent it is not working. The sequence item type used at IP level is different than the one at sub-system level.

I tried using the sub-system sequence item at the ip level sequence I am getting error as:

sequence_item cannot be resolved, as it is defined in package ip_level_env_pkg and package sub_system_agent_pkg which are both wild card imported.

I have included the susb system level sequence_item file in the IP level en pkg.

Could anyone please help me on this.

Regards,

Abhinandan

When reusing sub-system IP, you should be compiling and importing the packages from the sub-system.

The error message you are getting seems to indicate that you are including classes in multiple locations resulting in the same classes existing in multiple packages. A class should only exist in one package.

Maybe this could help: