Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I installed Cognos Developer 10.1 recently, with sample databases running on SQL Server. My objective is to create a custom style, using the style management command line utility. However, my attempts to start the utility are throwing an "Array index out of range exception". The empty "namespace" value seems like it might be the issue, but whatever I enter for namespace still results in the exception. If my understanding is correct, the namespaces are listed in Cognos Administration > Security > Users, Groups, and Roles.

Has anyone encountered this error? Am I looking in the wrong place for namespace configuration?

C:\Program Files (x86)\IBM\Cognos Developer\bin\utilities\StyleManager>stylemgr.bat
Looking for JRE in: ..\..\jre\6.0\bin...
Username:administrator
Password*********
Namespace:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 5
at com.cognos.css.skintool.CRNConnect.getNamespaces(CRNConnect.java:194)
at com.cognos.css.skintool.CRNConnect.isValidNamespace(CRNConnect.java:321)
at com.cognos.css.skintool.CRNConnect.doLogin(CRNConnect.java:222)
at com.cognos.css.skintool.Console.login(Console.java:106)
at com.cognos.css.skintool.Console.main(Console.java:76)

C:\Program Files (x86)\IBM\Cognos Developer\bin\utilities\StyleManager>
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.