Search found 29 matches

by afshin
Wed Nov 30, 2011 12:22 am
Forum: Commercial and Events
Topic: CubeSpy TM1 Server Monitor - Open Beta
Replies: 15
Views: 27271

Re: CubeSpy TM1 Server Monitor - Open Beta

Thanks for this and it looks good so far and I do have a couple of enhancements in mind.

Cheers
Afshin
by afshin
Tue Oct 04, 2011 4:59 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 from outside network
Replies: 3
Views: 7294

Re: TM1 from outside network

Interesting and a curly one,

What is the value <client id="thinClient"> in
in pmpsvc_config.xml in the folder Apache Software Foundation\Tomcat 6.0\webapps\pmpsvc\WEB-INF\configuration ?
by afshin
Sun Oct 02, 2011 1:42 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Tm1 data Backup - best practice
Replies: 10
Views: 10479

Re: Tm1 data Backup - best practice

You will also find "IBM Cognos TM1 Backup and Recovery Guide" from the IBM Developer Works helpful !!
by afshin
Thu Sep 29, 2011 10:32 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Tm1 data Backup - best practice
Replies: 10
Views: 10479

Re: Tm1 data Backup - best practice

"Steps: 1) take back of dev data folder 2) delete the data directory objects from folder 3) copy data objects from prod and paste it in dev" "I noticed that Views that are built in prod are lost when i refreshed the data from Prod to dev- could you please comment." At no point yo...
by afshin
Thu Sep 29, 2011 10:29 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CX Support for Excel 2010.?
Replies: 3
Views: 3049

Re: CX Support for Excel 2010.?

Although not officially supported, Excel 2010 and CX 9.5.1 work perfectly, we have had a few minor issues with Active Forms.
At this stage IBM has its hands full with TM1 10 and the push to integrate it into CX suggests H1 2012 is a bit far fetched.
by afshin
Thu Sep 08, 2011 3:44 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to set ODBC autocommit off
Replies: 2
Views: 3641

Re: How to set ODBC autocommit off

Another way possibly you could do this is call a stored procedure using TI wherein you pass the measures, dimension as parameters and then issue the commit statement in the Epilog via another stored procedure.

I have never done this but I am sure this would work.
by afshin
Wed Aug 24, 2011 2:23 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: View Transaction Log not executing
Replies: 12
Views: 12965

Re: View Transaction Log not executing

Andy,

This is a known issue and had IBM Support send us the file and the issue was resolved.
Backup the registry just in case and or take a snapshot and test before you deploy.

Cheers
Afshin
by afshin
Fri Aug 12, 2011 1:04 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Creating TM1 Objects in C# and ASP.NET
Replies: 20
Views: 154564

Re: Creating TM1 Objects in C# and ASP.NET

Dear All,

I was hoping if somebody could please post a complete sample code with regards to import into a GridView in a ASP.NET page with preferably the ASP .NET code as well.

And some more commentary on DO's and Don't with regards to the approach.


cheers
afshin
by afshin
Fri Jul 29, 2011 6:06 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Excel 2010 SP 1 & TM1 9.5.1
Replies: 2
Views: 2563

Re: Excel 2010 SP 1 & TM1 9.5.1

Sorry I hit the button too soon,

what I was trying to convey was and every time the user access a workbook from the tm1 applications folder it opens in an another window where in the TM1 addin is not enabled.
by afshin
Fri Jul 29, 2011 5:49 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Excel 2010 SP 1 & TM1 9.5.1
Replies: 2
Views: 2563

Excel 2010 SP 1 & TM1 9.5.1

G'Day, I understand that 9.5.1 is not officially supported with Excel 2010 however we have tested the same and have deployed it for a 2 users as a pilot group before we rolling it out to other users in a Dev environment. Whilst both the user faces no problems connecting to TM1 using Perspectives. On...
by afshin
Tue Jul 26, 2011 2:29 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Best Practices
Replies: 11
Views: 11021

Re: Best Practices

Lotsa , further to your comment "Set TM1RebuildOption to the appropriate value for the use case of the particular report (usually False IMO)" . Appreciate your and everybodys thoughts on this one. A couple of our Excel Sheets ( Accessed via TM1 Applications), open and retrieve from our cli...
by afshin
Tue Jul 12, 2011 5:25 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: In VBA code, open an Excel workbook of the applications tree
Replies: 6
Views: 6748

Re: In VBA code, open an Excel workbook of the applications

It would be great if you could let us know how you got on ? I am working on something like this as well. Some of our users are complaining that perspectives is slow ( templates open in approx 10 seconds ).
by afshin
Mon Jul 11, 2011 12:32 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: 9.4 export to Oracle speed
Replies: 3
Views: 3151

Re: 9.4 export to Oracle speed

Hi Anthony, I would ask the resident Oracle DBA to have a look at the issue before looking at flat files etc. This could largely be due to size of redo logs, rollback contention, indexes etc. I suggest you ask the DBA to execute dbms_system.set_sql_trace_in_session(170, 590, true); to understand the...
by afshin
Thu Jul 07, 2011 12:45 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Select from Oracle Procudure in TI
Replies: 5
Views: 6785

Re: Select from Oracle Procudure in TI

Try this . CREATE OR REPLACE FUNCTION GetData (p_parameter IN table_name.fieldname%TYPE) RETURN sys_refcursor IS c1 sys_refcursor; BEGIN OPEN c1 FOR SELECT * FROM yourtable where column=p_parameter return c1; END GetData ; your Query should be select GetData (???) from dual and use the prolog to pas...
by afshin
Wed Jun 08, 2011 12:25 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Finding out if a server is loaded and ready
Replies: 8
Views: 7050

Re: Finding out if a server is loaded and ready

lookup PowerShell

and particular this website.

http://msmvps.com/blogs/richardsiddaway ... -file.aspx

cgywin is another option !!
by afshin
Thu Mar 24, 2011 12:30 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Relative Proportional Spread using API
Replies: 1
Views: 2032

Relative Proportional Spread using API

Hello All, Our client is not in favour of using the right click option in Perspectives to do Relative Proportional Spread or Relative Percent Adjustment. Hence I was hoping if we could use the VB API options to automate the Relative Proportional Spread and Relative Percent Adjustment in Perspectives...
by afshin
Thu Feb 24, 2011 7:02 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos Express & Admin
Replies: 1
Views: 2305

Re: Cognos Express & Admin

FYI ..

Trick is to change the IntegratedSecurityMode = 1 then assign the administrator user created by Cognos Express to the admin group in TM1 and then change it back in IntegratedSecurityMode = 5.
by afshin
Thu Feb 24, 2011 2:47 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos Express & Admin
Replies: 1
Views: 2305

Cognos Express & Admin

Hi All, I have successfully installed the latest Cognos Express 9.5 on WIN 2008 Server Release 2. While I do have an Cognos Express administrator account created and can log onto the TM1 Server. I cannot seem to create TI objects or dimensions in Cognos Express. I suspect this is largely because the...
by afshin
Fri Feb 18, 2011 4:30 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Anyone used Board MIT?
Replies: 2
Views: 4000

Re: Anyone used Board MIT?

Certainly Looks interesting and will play with it, Whats yr opinion so far ? "BOARD International, the global leader in the Business Intelligence (BI) and Corporate Performance Management (CPM) toolkit space, announces that it has been positioned in the Gartner 2011 Magic Quadrant for Business ...
by afshin
Fri Feb 04, 2011 1:05 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dim Subset MDX for filter by leaf node but display parents?
Replies: 4
Views: 8902

Re: Dim Subset MDX for filter by leaf node but display paren

Thanks for the solution an absolute beauty, somebody must have read my mind. I was tearing my head over this just yesterday and decided to give it a go after the caffeine kicked in. Maybe I just need a beer now. :-)

Cheers to all ..