Search found 11 matches

by winshent
Thu Apr 07, 2016 3:59 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Subset: Sort by Element Name, Display Alias
Replies: 4
Views: 4490

Re: Subset: Sort by Element Name, Display Alias

Try this: UNION({[GLT_Account].[All_Accounts]}, ORDER({TM1DRILLDOWNMEMBER( {[GLT_Account].[All_Accounts]}, ALL, RECURSIVE )},[}ElementAttributes_GLT_Account].([GLT_Account].Currentmember),BASC)) It appeared from your previous MDX that you only have level 0 and 1 so did not include a filter on level...
by winshent
Mon Apr 04, 2016 8:53 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Error : Object NULL could not be added to owning client
Replies: 0
Views: 1453

Error : Object NULL could not be added to owning client

Does anyone know what this means ?

Full Message :

10936 [2] ERROR 2016-04-04 07:26:51.398 TM1.Object TM1ObjectImpl::AddUnregistered: Object NULL could not be added to owning client XYZ

Is there a list of definitions of all codes generated in the server log ?
by winshent
Wed Mar 02, 2016 4:15 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Subset: Sort by Element Name, Display Alias
Replies: 4
Views: 4490

Subset: Sort by Element Name, Display Alias

I am trying to get my head around this (I'm still relatively new to TM1).. My dimension is named GLT_Account, the subset is named All_Accounts. This subset contains the consolidation 'All_Accounts' and all of its N level elements. For example Premium Written Direct(10000) Gross Premiums Written by 3...
by winshent
Thu Dec 10, 2015 11:54 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Perspectives - Cannot view transaction log
Replies: 4
Views: 4343

Re: TM1 Perspectives - Cannot view transaction log

Hi.. no error message, just nothing happens..

This is on my client machine btw... Architect is only on the server here.
by winshent
Wed Dec 09, 2015 3:58 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Perspectives - Cannot view transaction log
Replies: 4
Views: 4343

TM1 Perspectives - Cannot view transaction log

Hi guys

From TM1 perspectives I cannot open the transaction log filter screen when right clicking on an instance, or selecting from the Server menu.

The "View Transaction Log.." option is enabled via both methods..

Any idea how i can get this working ?
by winshent
Tue Oct 06, 2015 8:59 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Deploying Updated TI files
Replies: 2
Views: 2761

Deploying Updated TI files

Hi All I'm a newbie... and am wondering about how to deploy updated TI processes.. Our contractor here says that the server needs to come down as TI processes stored in memory are written back to the file on disk. Our TM1 servers comes down each night. Yesterday I copied across an updated TI from De...
by winshent
Fri Jul 03, 2015 2:19 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Calling VBscripts issues - not permissions related
Replies: 7
Views: 5152

Re: Calling VBscripts issues - not permissions related

Just added fso.copyFile to my test script and that works fine when called via the chore/ ti processes..
by winshent
Fri Jul 03, 2015 2:08 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Calling VBscripts issues - not permissions related
Replies: 7
Views: 5152

Re: Calling VBscripts issues - not permissions related

Ok, so they both look fine. Have you tried outputting a string to a text file as your first command in the .VBS to see that the process is actually starting? Yes I have tested this... I am going to test if i can xcopy a single file from the source folder.. To see if there is a permissions issue the...
by winshent
Fri Jul 03, 2015 11:15 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Calling VBscripts issues - not permissions related
Replies: 7
Views: 5152

Re: Calling VBscripts issues - not permissions related

Please post the ExecuteCommand lines from both processes so that we can get an idea of syntax, filenames, invalid characters etc. Hi.. here they are... ExecuteCommand('C:\windows\system32\cscript.exe E:\Tm1dev9\Backup\TestScript.vbs' ,0); ExecuteCommand('C:\windows\system32\cscript.exe E:\Tm1dev9\B...
by winshent
Fri Jul 03, 2015 8:36 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Calling VBscripts issues - not permissions related
Replies: 7
Views: 5152

Re: Calling VBscripts issues - not permissions related

It appears permissions are not an issue, so I'm a bit confused...Any ideas ? How have you come to this conclusion? TI processes run under the account that the TM1 service runs under, not yours. Did you log into the server using this account and then click on the script to see if it would execute? H...
by winshent
Thu Jul 02, 2015 2:29 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Calling VBscripts issues - not permissions related
Replies: 7
Views: 5152

Calling VBscripts issues - not permissions related

Hi Guys I am new to this forum and have recently started working with TM1. I have written a vbscript which copies each TM1 file in our data directory to a backup folder, zipping each file. It creates Backup Folders named Day0 through to Day6. If the folder for the current day exists then the folder ...