Search found 9 matches

by TimeTq
Tue Aug 24, 2021 8:04 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Rest Api and Workspace
Replies: 4
Views: 5357

Re: TM1 Rest Api and Workspace

According
https://code.cubewise.com/blog/determin ... -analytics

I have 2.0.9.1 and 2.0.9.3 versions of pal on different servers.

Maybe I made wrong insert in page?
My url insert looks like "//srv-ibm:9510/tm1web/MyPage/test.html"
by TimeTq
Mon Aug 23, 2021 2:14 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Rest Api and Workspace
Replies: 4
Views: 5357

Re: TM1 Rest Api and Workspace

I made a simple html page with a request ("http://...:5001/api/v1/ActiveUser"). After I created a workbook in workspace with url insert. I tried to change API_ALLOW_ORIGINS="http://...:5001" and CSP_FRAME_ANCESTORS=" 'self' http://...:5001" in paw.env. The error I got: ...
by TimeTq
Thu Aug 19, 2021 2:57 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Rest Api and Workspace
Replies: 4
Views: 5357

TM1 Rest Api and Workspace

Hi, does anyone know how to integrate a request in a sheet with URL?

"http://...:5001/api/v1/ActiveUser"

The problem is a "blocked:csp" status. Does workspace have some settings which allow use this domain?
by TimeTq
Thu Jun 11, 2020 10:18 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Suppress message PAx
Replies: 0
Views: 3105

Suppress message PAx

Hi, does anyone know, how to suppress/hide message "Working..." after rebuild an exploration by macros?

Reporting.Explorations.GetAt(ExplorationSheet).SetSpecification Sheets(FaceSheet).Range("A1")
by TimeTq
Wed Feb 26, 2020 7:29 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Hyperlink in TM1 Web
Replies: 5
Views: 3728

Re: Hyperlink in TM1 Web

Hi, there is .blob file in application folder. If you open it with notepad, you'll find a name of file same as in externals folder (ENTRYREFERENCE).

I made a working hyperlink but on .xlsx file from .xlsx file. Is there problem with xlsm files?
by TimeTq
Tue Feb 25, 2020 10:07 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Hyperlink in TM1 Web
Replies: 5
Views: 3728

Hyperlink in TM1 Web

Hi, I want to create a hyperlink from xlsm file to another xlsm file ( both of them on server). I tried with a TM1://ServerName/blob/PUBLIC/.\}externals\ filename .xlsm . Name of the file i got from filename.blob file (ENTRYREFERENCE) in an }application folder. After I click on hyperlink i got "...
by TimeTq
Thu Feb 06, 2020 2:13 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Commit exploration in VBA
Replies: 1
Views: 1528

Commit exploration in VBA

Hi, does someone know, how to commit any changes in exploration with a VBA macros?
by TimeTq
Tue Jan 21, 2020 8:50 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Error 400 in PAx
Replies: 3
Views: 2305

Re: Error 400 in PAx

I hadn't connect CognosOfficeTM1.xll and CognosOfficeBI.xll. After connection buttons TI Process start working. But this error shows when i start this VBA code: Public Sub ExecuteAction_4ded29e8_f7af_4b6e_bff8_787d58e98cd4() 'RebuildSpecification is used to return the MDX string that is used when re...
by TimeTq
Mon Jan 20, 2020 10:05 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Error 400 in PAx
Replies: 3
Views: 2305

Error 400 in PAx

Hello everyone

I get this error message every time I push button created by IBM PA.
Does anybody know how to solve this problem?

Thanks