COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos Disclosure Management => Topic started by: rameez on 05 Nov 2015 01:53:33 PM

Title: CDM: security negotiation error
Post by: rameez on 05 Nov 2015 01:53:33 PM
Hello,
I have Cognos Disclosure Management (CDM) 10.2.4 installed. When trying to connect to server for the first time i get "a negotiation error has occurred"
in the allerrors log file following error messages are listed. Can anyone decode this message for me and guide as to what is the solution to this. I appreciate any help.

2015-11-05 12:24:28,988 [3] ERROR Ibm.CognosDM.Api.PluginsManager - CDCGN00500E (null) Plugin DashboardPlugIn was loaded. ErrorFormat  0 
2015-11-05 12:24:29,018 [3] ERROR Ibm.CognosDM.Api.PluginsManager - CDCGN00500E (null) Plugin TasksPlugIn was loaded. ErrorFormat  0 
2015-11-05 12:27:53,988 [1] ERROR Ibm.CognosDM.App - CDCGN00025E ExceptionToken: Unknown [LayoutPersistErrorException] Error  0 System.NullReferenceException: Object reference not set to an instance of an object.
   at Ibm.CognosDM.Storage.Bases.UserDataSetBase..ctor(String storageLocation, String user)


Thanks again.
Title: Re: CDM: security negotiation error
Post by: Stellas on 19 Nov 2015 02:55:30 AM
Hi,
When CDM adds a AD user, it assigns AD user  a name in the format - *AD_server_name: port\*+Username.
When CDM working with Windows directories client CDM create a temporary folder to upload for each user separately. And since there is a symbol in the name of "\" is created redundant subfolder.
I directly change the value of "LoginID" field (delete part *AD_server_name: port\* ) in the database CDM in the table "core.User" .
Exporting objects began to work correctly. I hope nothing else will break because of this change.

Hopefully IBM will correct formation of this field, or give advice on setting it up.