Hello, thanks for your help.
I think I should use POST method instead of GET. I'm testing it. I will be back soon to tell you.
Search found 10 matches
- Wed Oct 02, 2019 6:57 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Configuring Postman to test MDX requests
- Replies: 2
- Views: 3550
- Tue Oct 01, 2019 3:28 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Configuring Postman to test MDX requests
- Replies: 2
- Views: 3550
Configuring Postman to test MDX requests
Hello, I would like some help on Postman configuring. I aim testing MDX requests through Postman as I prefer avoiding PAWS. The TM1 server works fine. Its version is IBM Cognos TM1 Server Application 11.0.6.71-0 . Integrity mode is set to 5. My account is correctly set as I permanently use it with A...
- Thu Sep 27, 2018 2:32 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: [Postman] Unexpected token : yes but where ?!
- Replies: 9
- Views: 8639
- Thu Sep 27, 2018 2:03 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: [Postman] Unexpected token : yes but where ?!
- Replies: 9
- Views: 8639
Re: [Postman] Unexpected token : yes but where ?!
I am not very familiar with Postman, but should your JSON payload not be in the body? Pre-request script should be Javascript code. It seems you are definitely right. It can not work as I use Postman in the correct way. I'm not out of the inn ! :lol: Is TM1 so difficult for newbies ? I have worked ...
- Thu Sep 27, 2018 12:39 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: [Postman] Unexpected token : yes but where ?!
- Replies: 9
- Views: 8639
Re: [Postman] Unexpected token : yes but where ?!
I'm sorry, but without any code and/or any explanations of what you have and haven't tried, all I can do is recommend the IBM documentation. No problem bgregs , I know you're doing your best. What should I have provided to you ? I have not developped any Java code or something else... IBM support a...
- Thu Sep 27, 2018 12:14 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: [Postman] Unexpected token : yes but where ?!
- Replies: 9
- Views: 8639
Re: [Postman] Unexpected token : yes but where ?!
You're missing part of your "ExecuteMDX" statement. Try something like "ExecuteMDX?$expand=Cells" and then post your MDX. This link provides a good example using PostMan: https://www.ibm.com/support/knowledgecenter/SSD29G_2.0.0/com.ibm.swg.ba.cognos.tm1_rest_api.2.0.0.doc/tm1_re...
- Thu Sep 27, 2018 8:39 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: [Postman] Unexpected token : yes but where ?!
- Replies: 9
- Views: 8639
[Postman] Unexpected token : yes but where ?!
Hello, I've been trying using Postman, sending a simple request to a TM1 server. On Postman, I put : URL = vvd-tm1ana:12355/api/v1/ExecuteMDX In headers, I set those params : Content-Type = application/x-www-form-urlencoded Authorization = CAMNamespace ZGItdGVzdC03YmE6QGhSd2V0KioqKjIwMTc6QkVSQ1k= [t...
- Wed Sep 26, 2018 7:06 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Java TM1 API : need help
- Replies: 7
- Views: 5141
Re: Java TM1 API : need help
Hello,
I finally changed to API REST, it looks better and more efficient. I discovered Postman, it helps a lot... but I have so much to learn.
I will let you know as soon as possible.
I finally changed to API REST, it looks better and more efficient. I discovered Postman, it helps a lot... but I have so much to learn.

I will let you know as soon as possible.
- Fri Sep 21, 2018 7:30 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Java TM1 API : need help
- Replies: 7
- Views: 5141
Re: Java TM1 API : need help
Hello, Thanks for your replies. So, I should leave Java API and use API REST instead. Probably better that I respond before an admin shuts it down ;) . Try looking on the forum first before submitting a question. bgregs, As I'm new on this forum, I looked into it and seached for informations... but ...
- Thu Sep 20, 2018 3:30 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Java TM1 API : need help
- Replies: 7
- Views: 5141
Java TM1 API : need help
Hello, I would like building a Java prototype, I aim sending MDX requests to data cubes. I just joined this new project, I had never worked on Planning Analytics TM1 before. I installed PA on my computer, I reach SData server by using Architect. It perfectly works. Look at tm1s.cfg : [TM1S] ServerLo...