Search found 37 matches

by upali
Fri Jul 21, 2017 12:18 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Connecting with Integrated Login using VBA
Replies: 7
Views: 6277

Re: Connecting with Integrated Login using VBA

I had a chance to try it in Citrix and saw that I missed one line in the declares. It worked fine then. 'ENABLE THE CODE TO USE THE EXCEL TM1 HANDLE - SAVES LOGGING IN AGAIN '(This function does not appear in the standard tm1api module supplied ' by Applix / Cognos / IBM. Added by Alan Kirk, 15-Jan-...
by upali
Thu Jul 20, 2017 7:29 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Connecting with Integrated Login using VBA
Replies: 7
Views: 6277

Re: Connecting with Integrated Login using VBA

Try this: Dim hUser As Long Dim hPool As Long Dim vServerName As Long Dim vStringLength As Long Dim hServer As Long TM1APIInitialize hUser = TM1_API2HAN TM1SystemAdminHostSet hUser, "YourAdminHost" hPool = TM1ValPoolCreate(hUser) vStringLength = TM1ValIndex(hPool, 10) vServerName = TM1ValS...
by upali
Tue Apr 04, 2017 11:01 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Wildcard Search in a Dimension
Replies: 20
Views: 12076

Re: Wildcard Search in a Dimension

Also Scan() is case-sensitive, if you want to use that as a search mechanism.
by upali
Thu Mar 30, 2017 10:28 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Java HelloWorld App using TM1 API
Replies: 8
Views: 7021

Re: TM1 Java HelloWorld App using TM1 API

Oh wow! that code I posted is more than 3 years old now. Since then looks like we did a number of changes, especially SSL updates. However, the error looks like your AdminServer is looking at the v2 certificate, while the java packages might be using the "standard" certificate. I haven't d...
by upali
Thu Dec 22, 2016 5:19 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 10.2: Get Filesize via TI
Replies: 4
Views: 3416

Re: TM1 10.2: Get Filesize via TI

As a practice I usually use the MetaData tab to scan the file and find the intersections in the source file to determine what sections should be used for ZeroOut. However, you would need to relay on some assumptions and a contract between the Source System sending the file because it is not very eff...
by upali
Wed Dec 14, 2016 11:27 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: "Pulse" for TM1
Replies: 3
Views: 4031

Re: "Pulse" for TM1

Yes, we use Pulse heavily in our day-to-day work. Specifically for 1. Monitoring - Alerts, TM1Top actions and Instance restarts 2. User/Thread management - Basically replacing TM1Top 3. Development - Moving code from Dev to Test to Prod (Source control, with some limitations, but still very useful) ...
by upali
Wed Dec 14, 2016 11:22 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: IBM Planning Analytics On Prem
Replies: 63
Views: 49381

Re: IBM Planning Analytics On Prem

Interestingly the packages are called
* IBM TM1 2.0 Microsoft Windows Multilingual
* IBM TM1 Client 32-bit/64-bit 2.0 Microsoft Windows Multilingual

We are back to v2 :D
by upali
Tue Oct 25, 2016 10:39 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: SSL breaks on Nov 24 (TM1 SSL Certificates Expire on 24 November)
Replies: 164
Views: 122935

Re: SSL breaks on Nov 24 (TM1 SSL Certificates Expire on 24 November)

Hi all, I've got a question on the SSL fix that IBM has released. We've used it successfully and have no issues with it. However, my question is: Since the fix is only available from FC, does that mean any user who doesn't have the IBM maintenance agreement cannot use the fix? Is their only option n...
by upali
Fri Jun 24, 2016 7:22 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Server freezes in SaveData
Replies: 5
Views: 4496

Re: Server freezes in SaveData

Have you looked to see if you have any Anti Virus Software or any specialized logging software? I know its not TM1 but we had an issue with IBM Watson Content Analytics where some kind of logging program would get triggered when we crawled data for a collection and the server would attempt to build...
by upali
Tue Jun 21, 2016 2:07 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Server freezes in SaveData
Replies: 5
Views: 4496

Re: Server freezes in SaveData

Yes Brian... Storages are in SAN, and we have done diagnostics on Prod and Dev. During the freeze no connections are available to the server, unfortunately.
by upali
Tue Jun 21, 2016 1:15 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Server freezes in SaveData
Replies: 5
Views: 4496

Server freezes in SaveData

Hi all, We've got this very strange behaviour in our Windows Prod box, which is not apparent in the Dev box. Prod: Windows Server 2012, TM1 10.2.2.4, 1.5Tb RAM, 2Tb D:\, 32Cores Dev: Windows Server 2012, TM1 10.2.2.4, 512Gb RAM, 1Tb D:\, 16Cores (x2 threads) TM1 Models uses about 450-490Gb of RAM. C...
by upali
Sun Oct 18, 2015 9:47 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: 10.2.2 Fix Pack 4 - Temporary Objects in TI
Replies: 25
Views: 18342

Re: 10.2.2 Fix Pack 4 - Temporary Objects in TI

Ahh... what a coincidence, our PMR has also been made a APAR...
by upali
Thu Sep 24, 2015 10:33 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: 10.2.2 Fix Pack 4 - Temporary Objects in TI
Replies: 25
Views: 18342

Re: 10.2.2 Fix Pack 4 - Temporary Objects in TI

lotsaram wrote:Hmmm. So a temp subset does work but a temp view can't be assigned as a data source ....
... so a temp view does exactly what then? (Answer seems to be "NOTHING")
Just wondering, is there any other use-case for temp views? I find it useless since dynamic data source isn't supported.
by upali
Thu Sep 24, 2015 7:04 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: 10.2.2 Fix Pack 4 - Temporary Objects in TI
Replies: 25
Views: 18342

Re: 10.2.2 Fix Pack 4 - Temporary Objects in TI

Bummer... I can confirm that, cCube = 'System Info'; cSubset = 'TM1_Temp_Objects'; cView = cSubset; cTemp = 1; # View ViewCreate(cCube, cView, cTemp); vDim = 'System Parameters'; SubsetCreatebyMDX(cSubset, '{TM1SORT( {TM1FILTERBYLEVEL( {TM1SUBSETALL( [' | vDim | '] )}, 0)}, ASC)}', cTemp); vDim = 'S...
by upali
Wed Sep 16, 2015 6:23 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: 10.2.2 Fix Pack 4 - Temporary Objects in TI
Replies: 25
Views: 18342

Re: 10.2.2 Fix Pack 4 - Temporary Objects in TI

Well this works fine. cSubset = 'TM1_Temp_Objects'; vDim = 'Year'; SubsetCreatebyMDX(cSubset, '{TM1SORT( {TM1FILTERBYLEVEL( {TM1SUBSETALL( [' | vDim | '] )}, 0)}, ASC)}', 1); i = SubsetGetSize(vDim, cSubset); while (i > 0); AsciiOutput('D:\Temp\out.txt', SubsetGetElementName(vDim, cSubset, i)); i = ...
by upali
Sun Apr 19, 2015 8:48 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Is there an easy way to convert a dynamic subset to static?
Replies: 15
Views: 12744

Re: Is there an easy way to convert a dynamic subset to stat

I use these two lines... SubsetCreatebyMDX(cSubset, '{{[' | vDim | '].MEMBERS.ITEM(0)}, {TM1SORT( {TM1FILTERBYLEVEL( {TM1SUBSETALL( [' | vDim | '] )}, 0)}, ASC)}}'); SubsetElementDelete(vDim, cSubset, 1); vDim is the Dimension and cSubset is the subset you create. {TM1SORT( {TM1FILTERBYLEVEL( {TM1SU...
by upali
Tue Dec 23, 2014 4:07 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Renaming .cub$ files for restart
Replies: 3
Views: 3185

Re: Renaming .cub$ files for restart

Hi Matt, We had a similar issue very recently. In our case the time difference between our CUB file and CUB$ file was about 3 weeks. We just didn't notice issue. :o Anyway the best approach to aviod data loss was to use Process Explorer to unlik the CUB$ file from the TM1S process and then delete th...
by upali
Tue Dec 09, 2014 1:04 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: About the ETLDAP
Replies: 2
Views: 2637

Re: About the ETLDAP

As a practise I always use Apache DS to browse LDAP services before using ETLDAP. This will ensure you have all the parameters and credentials confirmed for a correct connection.
by upali
Sun Oct 26, 2014 10:29 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Odd logical "AND" behaviour in TI
Replies: 6
Views: 4819

Re: Odd logical "AND" behaviour in TI

TM1 does not have the optimization that only evaluates the right of a logical expression if needs to. It is stack based and it evaluates both sides, putting their results on the stack, before it sees that they are being combined with an "&". Ahh... if that's how this cookie crumbles, ...
by upali
Fri Oct 24, 2014 3:43 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Odd logical "AND" behaviour in TI
Replies: 6
Views: 4819

Re: Odd logical "AND" behaviour in TI

Thanks for the reply Robin In your first example - IF ( A & B ) then B has the issue so you get the error. Both clauses are evaluated because they are in the same statement. What I was expecting was; since A = FALSE there is no need to evaluate B (i.e. only one FALSE is enough to make an AND to ...