Search found 11 matches

by j.calibs
Wed Feb 03, 2021 4:25 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Architect & Web are not responding when trying to login
Replies: 9
Views: 3873

Re: TM1 Architect & Web are not responding when trying to login

I also tried if the replicate server will work and it worked fine (It has a different port too). So I'm really confused why I can't access the other 4 servers. I'm really stuck and don't know what to do anymore.
by j.calibs
Wed Feb 03, 2021 4:19 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Architect & Web are not responding when trying to login
Replies: 9
Views: 3873

Re: TM1 Architect & Web are not responding when trying to login

When you trigger stopping the service the model attempts to save all the data in memory to disk (aka a savedataall). Before the service can commit this data to disk any locks/running processes will be resolved first before coming to a halt. If it's taking a long while to stop they'll be something l...
by j.calibs
Wed Feb 03, 2021 4:12 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Architect & Web are not responding when trying to login
Replies: 9
Views: 3873

Re: TM1 Architect & Web are not responding when trying to login

If you cannot stop server, it's 100% not on client side, so Tm1p.ini configuration will not help. Try to login and see what's happening in TM1top What authentication mode do you use? Our authentication mode is 1. I've tried running the TM1top while logging in but it only shows logs below 8260 ??? -...
by j.calibs
Tue Feb 02, 2021 10:04 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Architect & Web are not responding when trying to login
Replies: 9
Views: 3873

TM1 Architect & Web are not responding when trying to login

Hi, I currently have 4 TM1 servers, but when I'm trying to login to any server TM1 Architect suddenly freezes. I tried logging in TM1 Web but after I input my credentials, no response was being received. And whenever I'm trying to stop the server, I always encounter an error message "Unable to ...
by j.calibs
Wed Nov 04, 2020 12:48 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI Process doesn't return a correct value
Replies: 9
Views: 3510

Re: TI Process doesn't return a correct value

Add an ASCIIOUTPUT after the generated statements: # to use this you'll have to define sDataLogfile with filename and path for the output. ASCIIOutput(sDataLogfile, EXPAND('%NValue%, %vYear%, %vPeriod%, %vCurrency%, %vPlant%, %vComponentSKU%, %vMeasure%')); This will tell you what you are reading. ...
by j.calibs
Tue Nov 03, 2020 10:38 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI Process doesn't return a correct value
Replies: 9
Views: 3510

Re: TI Process doesn't return a correct value

Sounds like a lot is happening and without seeing your code it will be very hard to give a helpful response. I would comment out all aspects of the process except for the ViewZeroOut to ensure that is working as expected. Then include an asciioutput to ensure the remainder of your code is aggregati...
by j.calibs
Fri Oct 30, 2020 9:32 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI Process doesn't return a correct value
Replies: 9
Views: 3510

TI Process doesn't return a correct value

Hi, I have an existing TI process which doesn't return the correct value of the cube I'm referencing to. The current process doubles the expected value. ViewZeroOut function is running before the process so I'm kinda stuck why this is happening. I can't seem to find anything wrong in the process, th...
by j.calibs
Thu Sep 17, 2020 3:39 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to Extract Cube data into csv file using TI process
Replies: 3
Views: 2655

How to Extract Cube data into csv file using TI process

I'm still new to TM1 and I need help to extract data from a cube and save it as csv using TI process.
by j.calibs
Tue Apr 21, 2020 5:28 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Is it possible to automatically extract TM1 reports in TM1 web using VBA?
Replies: 1
Views: 1417

Is it possible to automatically extract TM1 reports in TM1 web using VBA?

I need to extract some reports in TM1 Web using VBA, is this possible? I'm new to TM1 and I'm just learning VBA thru internet. I've checked it online and it needs the source code but when I'm checking the TM1 Web source code, there's no much too see. I think it is encrypted or something.