Search found 9 matches
- Thu Apr 23, 2020 7:44 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Exporting Dimension subset member list with parent via API
- Replies: 2
- Views: 2369
Re: Exporting Dimension subset member list with parent via API
Thanks Tomok. I confirmed that the "Parent" information is simply not available in the dimension subset API (it would have been easier if it were for us). I confirmed that the "subset" that I want to export is actually part of the main dimension views. And I can link between the ...
- Wed Apr 22, 2020 7:29 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Exporting Dimension subset member list with parent via API
- Replies: 2
- Views: 2369
Exporting Dimension subset member list with parent via API
Hi All, I am trying to export a particular Dimensions' subset members with hierarchy (Parent) via API Call. I can call it nicely with below: https://xxx. planning-analytics.ibmcloud.com/tm1/api/tm1/api/v1/Dimensions('gbl.Entities')/Hierarchies('gbl.Entities')/Members?$select=Name,Ordinal,Weight&...
- Tue Apr 07, 2020 8:19 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Exporting cube view to CSV via TI
- Replies: 1
- Views: 1567
Exporting cube view to CSV via TI
Hi All, I am trying to export data from a cube view to CSV file, the process reported successful, however, it produces no file ... Detail of TI: Data source is cube view and previews returning 1 sample data. I have converted all entries in variable tab as "Other" Tried both ASCIIOutput and...
- Thu Apr 02, 2020 5:15 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Authenticating to REST API on Postman
- Replies: 12
- Views: 10383
Re: Authenticating to REST API on Postman
Thank you all for your help. I have now managed to connect to REST-API and get the result. The address format is correct (https://<<customer>>.planning-analytics.ibmcloud.com/tm1/api/tm1/api/v1) and the username/password is also correct The issue was with the permission of the non-interactive user i...
- Tue Mar 31, 2020 7:29 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Authenticating to REST API on Postman
- Replies: 12
- Views: 10383
Re: Authenticating to REST API on Postman
kangc Thanks for your help, using the default instance "tm1" seems to work. https://<<customer>>.planning-analytics.ibmcloud.com/tm1/api/tm1/api/v1/$metadata --Returns value https://<<customer>>.planning-analytics.ibmcloud.com/tm1/api/tm1/api/v1/Configuration --Returns the correct server c...
- Tue Mar 31, 2020 4:13 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Authenticating to REST API on Postman
- Replies: 12
- Views: 10383
Re: Authenticating to REST API on Postman
kangc, I tried the suggested format and change the Server Name to what we know and still comes up with 404. Is that possible that the REST API on my cloud server is not enabled yet? When I use the following format, the attached screenshots pops up, but it does not work beyond that. https://customer....
- Mon Mar 30, 2020 11:07 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Authenticating to REST API on Postman
- Replies: 12
- Views: 10383
Re: Authenticating to REST API on Postman
asheevel, yes, the check box next to "Authorization" header. ykud, yes the CAMNamespace is LDAP, also put character ":" in between username, password and "LDAP". I tried your suggested format: https://server_name.planning-analytics.ibmcloud.com/tm1/api/client_name howev...
- Mon Mar 30, 2020 9:49 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Authenticating to REST API on Postman
- Replies: 12
- Views: 10383
Re: Authenticating to REST API on Postman
When I use the format https://<company>.planning-analytics.ibmcloud.com/tm1/api/<database>/api/v1/.... It returns 404 Not Found error in both Web Browser and Postman. However, when I remove "/api" after the "/tm1", it works on Web Browser and returns 401 Unauthorized on Postman. ...
- Mon Mar 30, 2020 10:45 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Authenticating to REST API on Postman
- Replies: 12
- Views: 10383
Authenticating to REST API on Postman
Hi All, I have been trying to access our IBM TM1 cloud instance's REST API. While I can access it via a web-browser (and authenticate via my IBMId), I always get 401 Unauthorized error when trying to access it on Postman. Below are sample URLs that I use: https://<<company>>.planning-analytics.ibmcl...