Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Saving IDataSetDefinition fails with message 'you must upgrade your client to 4.0 or newer'

 I'm trying to programmatically  modify some property of a dataasetdefinition from a custom client api as follow


IDataSetDefinitionClient dsdClient=(IDataSetDefinitionClient)
getRepo().getClientLibrary(IDataSetDefinitionClient.class);
IDataSetDefinition[] dsda=dsdClient.getDataSetDefinitions(projectArea, new NullProgressMonitor());
for (IDataSetDefinition dsDef : dsda)
 {
      dsDef .setName(idsd.getName()+"ren");//modify a property
       dsdClient.save(idsd, new NullProgressMonitor());
}

this gives the following exception

com.ibm.team.repository.common.TeamRepositoryException: You cannot save data set definition "PACPCXT1.PACPCXT1.CNTLCARD.F0ren".  To save the data set definition, you must upgrade your client to 4.0 or newer.

I'm using Eclipse 4.2.2 with an RTC client 6.0.5 and RTC SDK 6.0.5, what i'm i missing?
Thanks

0 votes



One answer

Permanent link

I have searched for IDataSetDefinitionClient in the SDK for 6.0 and 6.0.3 and there is no hint of it anywhere.
This might be something related to RTC EE.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,937

Question asked: Jun 20 '18, 10:06 a.m.

Question was seen: 1,646 times

Last updated: Jun 21 '18, 7:39 a.m.

Confirmation Cancel Confirm