When tried to use the SDK sample which from IBM website to publish the Framework model in local PC to Cognos server[v8.4], I encounter the following error:
String modelName = “C:\test\test.cpf”;
…
setLocale.openProject(modelName);
setLocale.setActiveLocale(modelName, locale);
setLocale.publish(modelName);
…
faultString: Metadata Provider Error
faultActor:
faultNode:
faultDetail:
{http://developer.cognos.com/schemas/bibus/3/}exception: ErrorBME-SP-0023mdpSe ssionErrorns1:messageBME-SP-0023 Invalid property handle ID: [].[packages].[test]
1</nes tingLevel></ns1:message>
Is there anybody has idea about that? Thank you.