It's all about the answers!

Ask a question

problem loading repository sandbox using load rule for heirarchical component ?


vinitha dsouza (14719123) | asked Jun 14 '17, 2:19 a.m.

hello team

I am loading the repostory sandbox using load rule for hierarchical components ,i am using below code :
String f = "D:/SCM/test"+".loadrule";
        InputStream ins = new FileInputStream(f);
        Reader xmlReader = new InputStreamReader(ins);
   
        ILoadRule2 rule = ILoadRuleFactory.loadRuleFactory.getLoadRule(StreamName, xmlReader, monitor);                                   
        ILoadOperation loadoperator = rule.getLoadOp(sandbox, p, monitor);

    loadoperator.run(monitor);


But when i run the code i get the below error:
Exception in thread "main" com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=4 Failed to load due to 10 invalid requests null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Failed to load into D:/SCM/Loadrule/finalMsValidation/rb_ca_CoreAsset/newCoreAsset/subcoreasset/subcoreasset1 null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null] Status ERROR: com.ibm.team.filesystem.client code=0 Failed to load into D:/SCM/Loadrule/finalMsValidation/nissan/algo null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null] Status ERROR: com.ibm.team.filesystem.client code=0 Failed to load into D:/SCM/Loadrule/finalMsValidation/rb_ca_CoreAsset null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null] Status ERROR: com.ibm.team.filesystem.client code=0 Failed to load into D:/SCM/Loadrule/finalMsValidation/rb_ca_CoreAsset/newCoreAsset null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null] Status ERROR: com.ibm.team.filesystem.client code=0 Failed to load into D:/SCM/Loadrule/finalMsValidation/rb_ca_CoreAsset/rb_alg_Algo null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null] Status ERROR: com.ibm.team.filesystem.client code=0 Failed to load into D:/SCM/Loadrule/finalMsValidation/rb_ca_CoreAsset/newCoreAsset/subcoreasset null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null] Status ERROR: com.ibm.team.filesystem.client code=0 Failed to load into D:/SCM/Loadrule/finalMsValidation/rb_ca_CoreAsset/newCoreAsset/subcoreasset/subcoreassetTest null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null] Status ERROR: com.ibm.team.filesystem.client code=0 Failed to load into D:/SCM/Loadrule/finalMsValidation/rb_ca_CoreAsset/newCoreAsset/subcoreasset/subcoreasset1/subcoreasset2 null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null] Status ERROR: com.ibm.team.filesystem.client code=0 Failed to load into D:/SCM/Loadrule/finalMsValidation/nissan null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null] Status ERROR: com.ibm.team.filesystem.client code=0 Failed to load into D:/SCM/Loadrule/finalMsValidation/rb_ca_CoreAsset/newCoreAsset/subcoreasset/subcoreasset1/subcoreasset2/subcoreasset3 null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null Status ERROR: com.ibm.team.filesystem.client code=0 Overlaps with other load requests null]]

Do you have any idea ?? Thank you very much



Comments
David Lafreniere commented Jan 11 '19, 3:59 p.m.
FORUM MODERATOR / JAZZ DEVELOPER

Can you load from this exact load rule file using Eclipse/VS/CLI?

Be the first one to answer this question!


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.