RTE: Uanble to find sandbox for given Workspace/Component while reading data from stream
Hello,
I am trying to read data directly from the Stream/Component while trading i am getting Run time exception saying : java.lang.RuntimeException: java.lang.RuntimeException: Uanble to find sandbox for given Workspace/Component
at com.ibm.team.aspice.traceability.TraceabilityRTCPlainJavaAPI.getRequirementsTraceability(Unknown Source)
at com.ibm.team.aspice.traceability.TraceabilityRTCPlainJavaAPI.getAllRequirementTraceability(Unknown Source)
at com.bosch.mdu.utils.StreamUtils.getComponentMap(StreamUtils.java:119)
while using this function which was given by IBM (it is not Generic)
getAllAssociations(ITeamRepository repo, IWorkspaceHandle workspace, IComponentHandle component, String sandboxLocation_CanBeNullIfRunningFromWithinEclipseRTC)
I am trying to read data directly from the Stream/Component while trading i am getting Run time exception saying : java.lang.RuntimeException: java.lang.RuntimeException: Uanble to find sandbox for given Workspace/Component
at com.ibm.team.aspice.traceability.TraceabilityRTCPlainJavaAPI.getRequirementsTraceability(Unknown Source)
at com.ibm.team.aspice.traceability.TraceabilityRTCPlainJavaAPI.getAllRequirementTraceability(Unknown Source)
at com.bosch.mdu.utils.StreamUtils.getComponentMap(StreamUtils.java:119)
while using this function which was given by IBM (it is not Generic)
getAllAssociations(ITeamRepository repo, IWorkspaceHandle workspace, IComponentHandle component, String sandboxLocation_CanBeNullIfRunningFromWithinEclipseRTC)
I am able to find ITeamRepository ,IWorkspaceHandle, IComponentHandle
Thanks!!