Search found 10 matches

by cw1194
Wed Dec 03, 2008 7:56 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Sending data from a cube view to Access
Replies: 5
Views: 4914

Re: Sending data from a cube view to Access

Okay I changed the ASCIIOUTPUT command to:
asciioutput('c:\temp1.txt', store);

and it actually returned the first value in my cube view. So I guess I just need to sort out my SQL statement....which has proven a difficult task.
by cw1194
Wed Dec 03, 2008 7:12 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Sending data from a cube view to Access
Replies: 5
Views: 4914

Re: Sending data from a cube view to Access

When I input the following asciioutput statement: asciioutput('c:\temp1.txt', ('INSERT INTO sendodbc (Store) VALUES ( Store)' )); it returned the following into my temp1.txt file: "INSERT INTO sendodbc (Store) VALUES ( Store)" I am assuming I want to see actual values and not literals corr...
by cw1194
Wed Dec 03, 2008 5:38 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Sending data from a cube view to Access
Replies: 5
Views: 4914

Sending data from a cube view to Access

I could really use some help if someone has an idea. I need to get a value to access from my cube view and am getting an SQL error. In my prolog tab I have the following: Source='sendodbc'; ODBCOpen('sendodbc',' ',' '); (sendodbc is the name of the odbc I set up to connect to my table called sendodb...
by cw1194
Tue Nov 11, 2008 1:13 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Connection options to SAP
Replies: 10
Views: 8320

Connection options to SAP

Have a perspective client who is currently on SAP R3 (not using BW)...can anyone provide the lowdown on connection options to TM1 for them? Possible solutions?

Regards,
Chris
by cw1194
Fri Oct 17, 2008 9:19 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Publishing Data from TM1 to an ODBC source
Replies: 13
Views: 23064

Re: Publishing Data from TM1 to an ODBC source

Thank you Eric...however I am still getting nothing. I'm sure my mistake is painfully simple. Is there a process to see exactly what the process will try to pull other than in the preview window. By that I mean is there another way to show the output from the execution of the SQL Statement? Regards
by cw1194
Fri Oct 17, 2008 8:53 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Publishing Data from TM1 to an ODBC source
Replies: 13
Views: 23064

Re: Publishing Data from TM1 to an ODBC source

I have finally moved past the 'cannot connect to remote machine' error thanks to the advice from the board. However I am still not getting data to populate into my Access Database. This is the entirety of my Data Tab in TI: #****GENERATED STATEMENTS START**** #****GENERATED STATEMENTS FINISH**** ODB...
by cw1194
Thu Oct 16, 2008 4:59 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Publishing Data from TM1 to an ODBC source
Replies: 13
Views: 23064

Publishing Data from TM1 to an ODBC source

I realize this will sound eerily similar to a question just posted but the source and destinations were reversed..when setting up the ODBC connection to publish FROM TM1 to access...what should I select for the Database? I am trying to publish the entire cube called Sales. Also, do I need to do anyt...
by cw1194
Wed Oct 15, 2008 3:06 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Publishing Data from TM1 to an ODBC source
Replies: 2
Views: 3310

Re: Publishing Data from TM1 to an ODBC source

Thank you Martin, I will take a look.
by cw1194
Wed Oct 15, 2008 2:59 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Publishing Data from TM1 to an ODBC source
Replies: 2
Views: 3310

Publishing Data from TM1 to an ODBC source

I was interested in knowing if there is a way to take data from a cube and to publish it into a source like MS Access. If this is possible can someone please show me how this is done or where to find out how?

Thanks
by cw1194
Fri Sep 12, 2008 4:27 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Action Buttons General Questions
Replies: 1
Views: 2868

Action Buttons General Questions

I have someone interested in developing dynamic TM1-spreadsheets using action buttons-TM1 TI processes that would work as macros within a spreadsheet. I was curious if someone could answer the following: 1. Performance Factors 2. Things to consider\possible problems when using and point me to a good...