Search found 160 matches

by dr.nybble
Tue May 05, 2020 2:39 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: No Data Tree in PAW 2.0.49 with error 500 javax.crypto.BadPaddingException
Replies: 16
Views: 7077

Re: No Data Tree in PAW 2.0.49 with error 500 javax.crypto.BadPaddingException

You'd best contact support. I don't work at IBM any more so my ability to help is now limited!
by dr.nybble
Mon May 04, 2020 2:26 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: No Data Tree in PAW 2.0.49 with error 500 javax.crypto.BadPaddingException
Replies: 16
Views: 7077

Re: No Data Tree in PAW 2.0.49 with error 500 javax.crypto.BadPaddingException

OK and the credential_store.key is actually a file of non-zero size and not a directory?
by dr.nybble
Mon May 04, 2020 1:00 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: No Data Tree in PAW 2.0.49 with error 500 javax.crypto.BadPaddingException
Replies: 16
Views: 7077

Re: No Data Tree in PAW 2.0.49 with error 500 javax.crypto.BadPaddingException

Look in the config/ssl directory. You should see some small key files in there. Make sure they are not empty directories instead (which can happen if Docker has some problems). Those key files get mounted into wa-proxy and other services who need it. wa-proxy encrypts credentials and stores them in ...
by dr.nybble
Thu Apr 23, 2020 5:39 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: No Data Tree in PAW 2.0.49 with error 500 javax.crypto.BadPaddingException
Replies: 16
Views: 7077

Re: No Data Tree in PAW 2.0.49 with error 500 javax.crypto.BadPaddingException

Try to restart redis. Something wrong with the encryption of TM1 credentials that are stored in redis. May also be that the encryption key generation didn't work right due to your installation problems.
by dr.nybble
Mon Dec 30, 2019 2:30 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Licensing for Docker EE
Replies: 2
Views: 1771

Re: Licensing for Docker EE

Docker EE Basic comes with your Windows Server license. It says that right on the link you provided: Docker Enterprise (Windows Server) is available at no additional cost to all Windows Server 2019 and 2016 customers. Technical support is aligned to the Microsoft support entitlement and provided by ...
by dr.nybble
Tue Dec 10, 2019 4:54 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PAW on Linux better performance?
Replies: 10
Views: 7976

Re: PAW on Linux better performance?

You can use the 'docker' package included with the RHEL 7 subscription. No difference compared to Docker EE for PAW Local.
by dr.nybble
Fri Dec 06, 2019 7:30 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Changing Gagteway Ports for PAW in Linux
Replies: 1
Views: 1279

Re: Changing Gagteway Ports for PAW in Linux

Look in config/defaults.env.

Anything you want to change -- copy it to config/paw.env, modify it, the run scripts/paw.sh to apply

If you get errors that pa-gateway cannot bind to port 80 or 443 then something is already bound to that port....
by dr.nybble
Tue Dec 03, 2019 1:12 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PAW Local cores
Replies: 1
Views: 1504

Re: PAW Local cores

8 cores / 16 GB RAM
by dr.nybble
Tue Oct 29, 2019 7:37 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Create a process with TM1 REST API where data source contains accented characters
Replies: 8
Views: 7486

Re: Create a process with TM1 REST API where data source contains accented characters

Try to convert it to UTF8 with no BOM (which is the default for Get-Content) which Notepad++ can do
by dr.nybble
Tue Oct 29, 2019 7:16 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Create a process with TM1 REST API where data source contains accented characters
Replies: 8
Views: 7486

Re: Create a process with TM1 REST API where data source contains accented characters

Have you tried the -Encoding flag on Get-Content?

What encoding is your text file in?
by dr.nybble
Tue Oct 29, 2019 12:08 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PAW on Linux better performance?
Replies: 10
Views: 7976

Re: PAW on Linux better performance?

PAW Local is not available on Windows 2019 yet. Once PAW is running I doubt you'll see much performance difference for Windows 2016 vs. Linux. Linux, though, is definitely quicker to start and also generally more stable. There also tends to be less chance of AV software mucking things up. We now sup...
by dr.nybble
Tue Sep 03, 2019 12:15 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PAW not working after network changes
Replies: 38
Views: 53378

Re: PAW not working after network changes

Ugh, some kind of Docker problem.

Can you remove it with docker rm ?
by dr.nybble
Tue Aug 27, 2019 4:31 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PAW not working after network changes
Replies: 38
Views: 53378

Re: PAW not working after network changes

You may need to set the 'IPAddressV4' setting in the tm1s.cfg file.

If your machine has multiple NICs then TM1 may choose the wrong one to advertise via the Admin Host.
by dr.nybble
Fri Aug 23, 2019 6:41 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PAW not working after network changes
Replies: 38
Views: 53378

Re: PAW not working after network changes

Yes save it and run. You may first do the following: docker ps -a | sls gateway If there are any gateway containers delete them docker rm <container-id> Check if the WinNAT module has any static mappings defined (it should not have port 80/443 mapped if there are no gateways): Get-NetNatStaticMappin...
by dr.nybble
Thu Aug 22, 2019 1:28 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PAW not working after network changes
Replies: 38
Views: 53378

Re: PAW not working after network changes

Is that file in your current directory? It complains it cannot find that PowerShell script.
by dr.nybble
Tue Aug 20, 2019 2:18 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PAW is not creating any containers in windows after installing 2.0.44
Replies: 7
Views: 11240

Re: PAW is not creating any containers in windows after installing 2.0.44

Not aware that there is any problem other than the Administration Tool not starting.
What are you seeing when you run scripts/paw.ps1 ?
by dr.nybble
Fri Aug 16, 2019 10:14 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PAW is not creating any containers in windows after installing 2.0.44
Replies: 7
Views: 11240

Re: PAW is not creating any containers in windows after installing 2.0.44

This occurs if you have a space in your PAW install path (sorry about that -- fixed in SC45). Patch scripts/admintool.ps1:31 to quote the volume options (-v): $cmd="docker run --rm -d --name admintool -e PAW_RELEASE -e SHOW_STATUS=true -v '${env:PAW_DIR}\config:C:\admintool\paw' -v '${env:PAW_D...
by dr.nybble
Mon Jul 29, 2019 12:36 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Using charts to change data
Replies: 2
Views: 1915

Re: Using charts to change data

This is not supported at the moment. Please add your idea to https://ibm.biz/IBM-Data-and-AI-Ideas
by dr.nybble
Mon Jul 29, 2019 12:33 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Synchronizing dimensions in IBM PAW
Replies: 3
Views: 2811

Re: Synchronizing dimensions in IBM PAW

Currently this is not supported. Synchronization scope is at the book or sheet level.

We have discussed adding "synchronization groups" which would allow user-defined synchronziation scoping.

Please add an item to https://ibm.biz/IBM-Data-and-AI-Ideas to promote this feature!