Search found 3 matches

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: 4177

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: 74
Views: 13160

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: 4177

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.