Hi Eli,
IBM Cognos is built on Java platform and as such many features that require embedding the methods into jvm/jre processes should be built in Java. Authentication is one such feature where the implementation methods should be embedded as part of Cognos processing system itself. Moreover, all java samples do not have corresponding .net versions even where possible; that's because they are only samples.
This is what I can derive from my experience and understanding.
Also, I would suggest not to use the sample as is for authentication as the samples would not implement robust exception handling, security mechanisms etc that might usually be required in a production setup; you can use them as reference and build upon them.
Regards,
------------------------------
Kiran Passumarthi
www.linkedin.com/in/kiranpassumarthi------------------------------
Original Message:
Sent: Wed June 23, 2021 01:09 PM
From: Elihu El
Subject: Creating Jar Files
...Thanks. However, within the folder <servername>\Program Files\ibm\cognos\analytics\sdk\java\ there is sample code for Custom Authentication located in <servername>\Program Files\ibm\cognos\analytics\sdk\java\AuthenticationProvider\
There is no sample code for Custom Authentication located in <servername>\Program Files\ibm\cognos\analytics\sdk\csharp\
There is no AuthenticationProvider folder located in <servername>\Program Files\ibm\cognos\analytics\sdk\csharp\
Where can I find the C# code for Custom Authentication {AuthenticationProvider}?
Continued Regards,
Eli
Original Message:
Sent: 6/23/2021 2:13:00 AM
From: Kiran Passumarthi
Subject: RE: Creating Jar Files
Hi Eli,
As far as I know, Visual Studio Code IDE allows you to build a jar file and not Visual Studio 2019 IDE. VS Code is free and you can try that.
Regards,
------------------------------
Kiran Passumarthi
www.linkedin.com/in/kiranpassumarthi
Original Message:
Sent: Tue June 22, 2021 04:00 PM
From: Elihu El
Subject: Creating Jar Files
Good Afternoon,
I hope that your day is going well. How do we create Jar manifests using Visual Studio 2019?
Warm Regards,
Eli
#CognosAnalyticswithWatson