Search found 4 matches

by Eruadan
Fri Mar 20, 2015 6:00 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Basic Authentication with Rest (RestSharp API)
Replies: 1
Views: 7226

Re: Basic Authentication with Rest (RestSharp API)

Fixed!

For those that are curious about the solution... if UsingSSL is true you need to use https://localhost:HTTPPortNumber/RelativeAPI-Path
by Eruadan
Fri Mar 20, 2015 2:44 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Basic Authentication with Rest (RestSharp API)
Replies: 1
Views: 7226

Basic Authentication with Rest (RestSharp API)

Hello everyone, I'm trying to use C# with the RestSharp API to pull data from the admin server and individual TM1 servers. I've managed to successfully get a list of online TM1 Servers from the admin server by sending a get request to "http://localhost:5895/api/v1/Servers" This returns: .....
by Eruadan
Fri Feb 13, 2015 7:05 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Java API - Need help getting started
Replies: 2
Views: 2843

Re: TM1 Java API - Need help getting started

Thanks! That solved the issue!
by Eruadan
Fri Feb 13, 2015 5:25 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Java API - Need help getting started
Replies: 2
Views: 2843

TM1 Java API - Need help getting started

Hello everyone, I've recently began playing with the TM1 Java API. However all my attempts to even connect have resulted in "SystemServerNotFound" and the TM1Bean's getnumberofservers is always -1. I looked through these forums extensively and tried various methods to fix this problem. I f...