meyersrl
meyersrl
> This is what I get: > `['XSRF-TOKEN', 'cam_passport', 'usersessionid', 'CRN', 'cc_session', 'cea-ssa', 'userCapabilities', 'userCapabilitiesEx']` > > You should talk to your Admin team and setup Cognos Analytics properly (not...
Ryan Clapp has a post on the IBM Community site that I think represents the problem for TM1Py trying to use SSO with CAM for login. In short, CA is...
I have been working a bit more at this and for some reason our PROD environment/network will allow for CAM Mode 5 Authentication with TM1Py. However our DEV environment/network won't....
Im noticing a slight difference in Fiddler between logging in to TM1Web in our DEV vs PROD environment. In DEV there is an extra call with the negotiate authentication header....
Yes we don’t have to enter credentials for any of the clients. We are running the IIS gateway for CA 11 to allow SSO for PA. On Sun, Oct 25,...
I ran Planning Sample in Mode 1 as a test to make sure python was working. From: Marius Wirtz Reply-To: cubewise-code/tm1py Date: Sunday, October 25, 2020 at 2:41 PM To:...
When verify=False The error is 401 For the location of the certificate, which cert is it looking for? Does it only need the .pem cert for our internal CA? Or...
Sorry just tried a different .pem which I believe has the full chain. I got this 401 On Sun, Nov 1, 2020 at 8:13 AM Marius Wirtz wrote: > Hi...
And just tried using the cert for the TM1 database server and got SSLError: HTTPSConnectionPool(host='uscdcctm19.us.cbre.net', port=443): Max retries exceeded with url: /ibmcognos/bi/v1/disp?CAMNamespace=AD (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed:...
I notice in Fiddler that when we make a connection to our server there are 2 attempts. The first one fails as it attempts to use NTLM authentication, then it...