Search found 8 matches

by hiits100rav
Thu Sep 15, 2016 5:46 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI Error Behavior
Replies: 8
Views: 7620

Re: TI Error Behavior

Reviving this after a 8 years..

Since the code in the epilog doesn't execute, is there a way to identify the error log filename as GetProcessErrorFileName() would return blank in the parent process.

Thanks,
Saurabh
by hiits100rav
Sat Jun 04, 2016 12:15 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How Do I Protect Password on ODBCOpen
Replies: 14
Views: 16645

Re: How Do I Protect Password on ODBCOpen

We tried various approaches to handle this. I am listing down below. 1) Tried to locate if we can attach service accout with MySQL server, however couldn't find much documentation on mysql for this. There is indeed a 'windows authentication plugin' available bowever seems to work only with.net appli...
by hiits100rav
Fri Apr 29, 2016 2:08 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: User defined SQL function in Query box fails.
Replies: 4
Views: 4111

Re: User defined SQL function in Query box fails.

Hi Guys, Apologies for the delay in response. The error that I am receiving is "SQL statement failed" while performing preview. Paul SImon - The query is actual, that said, mysql doesn't force to use 'from' clause. ("Select 1" works in mysql). Interesting that SQL server stored p...
by hiits100rav
Thu Apr 07, 2016 7:21 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Secure connection to DB
Replies: 2
Views: 2938

Secure connection to DB

Hi, We have a strict infosec policy to make sure that the passwords are secure all through the process. My question is regarding the transmission of password from connecting from TM1 to DB using ODBC connector. Is this connection secure using SSL/TLS? How can I identify or make it to use SSL? Thanks!
by hiits100rav
Thu Apr 07, 2016 7:18 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How Do I Protect Password on ODBCOpen
Replies: 14
Views: 16645

Re: How Do I Protect Password on ODBCOpen

Thank you Paul, David, Brian for your response. This is really helpful.
We are now trying to implement windows authentication process based on Paul's thoughts. We make use of AWS RDS and trying to check the feasibility for the same.

I shall share update on how it goes.

Thanks,
Saurabh
by hiits100rav
Wed Mar 23, 2016 7:32 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How Do I Protect Password on ODBCOpen
Replies: 14
Views: 16645

Re: How Do I Protect Password on ODBCOpen

Hi Greg,

Were you able to identify a solution to address the password in plain text issue. I am a newbie to TM1 TI and trying to address exactly the same issue.

It would be very helpful if you can share your findings.

Thanks!
by hiits100rav
Tue Mar 22, 2016 7:16 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Best practice for versioning
Replies: 13
Views: 12783

Re: Best practice for versioning

Hi everyone, I am a newbie and trying to understand the concepts of TM1. We are struggling to manage our TI processes version and found this post to be very helpful. However it would e great if I could get a guide on integrating our TM1 environment to a version control system (preferably GIT). Thanks!
by hiits100rav
Mon Mar 21, 2016 10:08 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: User defined SQL function in Query box fails.
Replies: 4
Views: 4111

User defined SQL function in Query box fails.

Hi, I have created a function in MySQL which I want to call in my query box in data source tab. However it seems to be not working and fails. The same query works when run on sql prompt. I am an newbie to TI processes. Can anyone share their experience on this? As a simple example: SELECT 'a.txt' as...