Search found 4 matches

by ZLD
Mon Sep 02, 2024 2:05 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: where to find log file for TM1 architect?
Replies: 9
Views: 25098

Re: where to find log file for TM1 architect?

Hi, That could/should be a reason to move on to the newer tools ? I like to have TM1 on my local machine for testing purposes, but I don't want PAW installed on my local machine as it pretty huge. In which case how do I carry out dev work on my local machine without Architect or PAW? Maren You can ...
by ZLD
Mon Jan 08, 2024 3:07 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PAW - GIT Repository Connection issue
Replies: 9
Views: 15081

Re: PAW - GIT Repository Connection issue

Can you try "ssh-keygen -t rsa -b 4096 -C "your_email@example.com'" to generate the RSA 4096? It is supported by GitHub https://docs.github.com/en/authenticati ... -ssh-agent.
by ZLD
Mon Jan 08, 2024 2:49 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Ultimate Long TM1 quiz
Replies: 215
Views: 1124235

Re: Ultimate Long TM1 quiz

Same as above 0, 16, 15. A is not fed since feeders only apply to leaf cells not consolidated ones, B and C are fed instead to B1 and C1 in this case because feeding from consolidation will feed its leaf descendants, thus B1 and C1 cells are marked to use standard dense data structures algorithm. SK...
by ZLD
Mon Jan 08, 2024 1:32 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PAW - GIT Repository Connection issue
Replies: 9
Views: 15081

Re: PAW - GIT Repository Connection issue

What SSH algorithm did you use to generate SSH key? If it was Ed25519, you may want to try RSA (ssh-keygen -t rsa -b 4096 -C "your_email@example.com"). Older TM1 does not support Ed25519 to authenticate to git repository.