Search found 219 matches

by RJ!
Fri Nov 30, 2012 6:25 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rules / Feeders Oddity
Replies: 4
Views: 2553

Re: Rules / Feeders Oddity

Thanks Mate!!

Cube now calculates perfectly :D
by RJ!
Thu Nov 29, 2012 6:48 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rules / Feeders Oddity
Replies: 4
Views: 2553

Rules / Feeders Oddity

Hi All, I've been trying to build a Cube to store all of our Headcount data so that our analysts can review the movements of staff within Cost Centres & businesses. As seems to be typical, I had it all working sort of OK, all my rules were working OK (from what I could tell) but a screw up in th...
by RJ!
Tue Oct 23, 2012 6:43 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Staff Cube with Movement Analysis
Replies: 2
Views: 1918

Re: Staff Cube with Movement Analysis

Hi Winson, The Raw Data is a Monthly Flat File that basically lists out all of the Staff ID's & names with their Cost Centre and a few other roll up details (for that Month only). So to determine if the Staff are "New" we have tried to apply the logic that if their ID did not exist las...
by RJ!
Tue Oct 23, 2012 5:17 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Staff Cube with Movement Analysis
Replies: 2
Views: 1918

Staff Cube with Movement Analysis

Hi All, I'm trying to build a Cube to store our Staff HC data and had this great idea of also including "dummy" accounts so that we could have a hierarchy like this: Beginning of Period (BOP) New Staff Attrition Transfers in Transfers out End of Period (EOP) As you can see in the attched f...
by RJ!
Tue Oct 02, 2012 5:21 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Finding all of the top level heirarchy/consolidated elements
Replies: 1
Views: 1424

Finding all of the top level heirarchy/consolidated elements

Hi All, I'm trying to write a rule that effectively "hides" all of our legacy Cost Centres from our users by updating the Element Security Cube relating to the Responsibility Centre. So the logic for the rule is: If the Responsibility Centre is in the "Legacy RC" consolidation &a...
by RJ!
Fri Sep 28, 2012 6:12 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Admin vs. Client Packages
Replies: 9
Views: 5333

Re: Admin vs. Client Packages

Prolly should have google searched for images earlier, seems the TM1 Modeller is a new (for us anyway) set of tools for us to play with:

Image
by RJ!
Fri Sep 28, 2012 3:35 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Admin vs. Client Packages
Replies: 9
Views: 5333

Re: Admin vs. Client Packages

Just had a look at what we purchased: IBM Cognos Enterprise Planning TM1 Modeler Authorized User IBM Cognos 8 Enterprise Planning TM1 Contributor Authorized User So my assumption is that the Modeler package is our "Admin" Package & Contributor is the "Client" package. In that...
by RJ!
Wed Sep 26, 2012 11:28 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Admin vs. Client Packages
Replies: 9
Views: 5333

Re: Admin vs. Client Packages

Ah... the joys of working in a Global company, the IT team in AU have to coordinate with the actual programers / packagers in China :roll: The Admin package contains both the Perspectives + Architect so should not be a problem, was just curious if anyone knew if there were any licencing issues in re...
by RJ!
Wed Sep 26, 2012 7:45 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Admin vs. Client Packages
Replies: 9
Views: 5333

Admin vs. Client Packages

Hi All, Hopefully a simple question :D Is there any difference in releasing the TM1 Admin Package to users over the Client Package other than the addition of the Architect app? Is Admin licenced differently or anything? The reason I ask is that our IT team have gone off and created a package for dis...
by RJ!
Tue Sep 11, 2012 3:58 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Exporting Cube data to Sql Server Table
Replies: 12
Views: 11730

Re: Exporting Cube data to Sql Server Table

ok, for sh!ts & giggles, i put in my username & password into the ODBCOpen and ran the process, then put in the WRONG password and it still process successfully without actually updating the SQL database :shock: Shouldn't I get some error if i was really connecting to the ODBC source or is i...
by RJ!
Tue Sep 11, 2012 12:24 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Exporting Cube data to Sql Server Table
Replies: 12
Views: 11730

Re: Exporting Cube data to Sql Server Table

Hi Jorel, My code does have the single quotation marks... BTW - found that the Could not Initialise Process was due to this line of code: # Execute process for check to see if Balances send in the SQL query match to the balances in z_ctrl_measures cube ExecuteProcess('123 JC Trans Daily 3a', 'cubena...
by RJ!
Mon Sep 10, 2012 5:42 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Exporting Cube data to Sql Server Table
Replies: 12
Views: 11730

Re: Exporting Cube data to Sql Server Table

Just another note, I have run the Process without the code to do the SQL update - ODBCOutput('TM1DBP_UAT', sqlStmt ) ; I still get the same result... " Could not initialize process " And just to confirm that I have access to the ODBC source, I can retrieve the transactions from our Drill p...
by RJ!
Mon Sep 10, 2012 3:41 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Exporting Cube data to Sql Server Table
Replies: 12
Views: 11730

Re: Exporting Cube data to Sql Server Table

Hi Tomok, Just to confirm, we are not using MS Access as the "database", it is merely used to execute the code to append our transactions from the text file into our main SQL Database tables on a SQL Server 2008. We are trying to eliminate that MS Access step and have a TM1 process execute...
by RJ!
Mon Sep 10, 2012 1:07 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Exporting Cube data to Sql Server Table
Replies: 12
Views: 11730

Re: Exporting Cube data to Sql Server Table

I've got a similar issue, I'm trying to send the data from a text file to an SQL database. Our current set up is using MS Access to import the text file and then "append" the new transaction data into our SQL database, we want to automate this via a TM1 process. I seem to be able to genera...
by RJ!
Thu Jul 26, 2012 1:28 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ODBCOutput TI error
Replies: 5
Views: 4807

Re: ODBCOutput TI error

I seem to have found most of my issue, the "TRANS_Details" is an alias I created in the Data Source, so renamed it to its real name and inserted the [] around it and now seems to export now :D BTW - Was lucky it didn't work previously, I was actually pointing to our Prod DB & not UAT :o
by RJ!
Wed Jul 25, 2012 11:31 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ODBCOutput TI error
Replies: 5
Views: 4807

Re: ODBCOutput TI error

The Result of the ASCIIOutput is: "INSERT INTO TRANS_Details (COY_NO , GL_ACCOUNT , RC, TRANS_DATE ,TRANS_CODE , DESCRIPTION , TRANS_SOURCE , TRANS_REF , AMOUNT , LV , TRANS_DATE_EFF , SEQUENCE_NO ,BATCH_NO , TM1_MONTH , FDL_B , TM1_Daily , TYPE , MAPA , MAPB , MAPC , MAPD , PRODPROC ,AMOUNT_AV...
by RJ!
Wed Jul 25, 2012 6:43 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ODBCOutput TI error
Replies: 5
Views: 4807

Re: ODBCOutput TI error

I thought I'd piggyback on this tread, I'm getting the same error with my SQL, code per below: ODBCOutput('TM1DBP_SQL', Expand( 'INSERT INTO TRANS_Details (COY_NO , GL_ACCOUNT , RC, TRANS_DATE , TRANS_CODE , DESCRIPTION , TRANS_SOURCE , TRANS_REF , AMOUNT , LV , TRANS_DATE_EFF , SEQUENCE_NO , BATCH_...
by RJ!
Tue Jul 24, 2012 5:34 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI does not recognize character set?
Replies: 5
Views: 4103

Re: TI does not recognize character set?

Hi Duncan,

Thanks for having a look, if we were to create a script, what would the "Find" be?

Getting our source system changed is an unlikely scenario unfortunately.
by RJ!
Tue Jul 24, 2012 12:29 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI does not recognize character set?
Replies: 5
Views: 4103

Re: TI does not recognize character set?

Hi Duncan P, Just a quick background, our current process is to copy a .data file from our source systems, there is scripting that moves that .data file to another location and renames it to a .txt file ready to import. We then use MS Access to do the necessary "Import to Table" / "te...