Perspective Server Login
-
- Posts: 4
- Joined: Mon May 12, 2014 3:59 am
- OLAP Product: TM1
- Version: 10.2
- Excel Version: NA
Perspective Server Login
Is there any option to connect the a server from perspective, if I provide the server details(server name, user id and password ) in the columns of excel. As shown in the attached screenshot by taking those column values as inputs can we connect to that perticular server?
- Attachments
-
- Tm1 Screen.png (2.91 KiB) Viewed 3926 times
-
- MVP
- Posts: 3706
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: Perspective Server Login
Have you tried the documentation? There is a very simple VBA function provided with Perspectives called N_Connect ...
Very easy, as good as nil coding and nil understanding required. If however you want to use CAM as the security provider then it won't work and you would need to build your own connection module from scratch with API, at your own peril.
Why would you want to do this anyway and expose a password in a cell in an excel worksheet? Is that really a good idea when the application already provides a login dialog?
Very easy, as good as nil coding and nil understanding required. If however you want to use CAM as the security provider then it won't work and you would need to build your own connection module from scratch with API, at your own peril.
Why would you want to do this anyway and expose a password in a cell in an excel worksheet? Is that really a good idea when the application already provides a login dialog?
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
-
- Posts: 4
- Joined: Mon May 12, 2014 3:59 am
- OLAP Product: TM1
- Version: 10.2
- Excel Version: NA
Re: Perspective Server Login
Hi,
Thanks for your reply
By using N_Connect function I am able to connect to server through excel
One more query, I want to pass the server name from login page to all formulas used remaining pages
For example, if I connected to Go_New_Stores server in login page, all formulas should use Go_New_Stores. At present it is using Planning sample, but preferably when I connect to Go_New_Stores then formulas also take Go_New_Stores instead of Planning sample
Thanks for your reply
By using N_Connect function I am able to connect to server through excel
One more query, I want to pass the server name from login page to all formulas used remaining pages
For example, if I connected to Go_New_Stores server in login page, all formulas should use Go_New_Stores. At present it is using Planning sample, but preferably when I connect to Go_New_Stores then formulas also take Go_New_Stores instead of Planning sample
- Attachments
-
- Tm1 Issue.png (14.42 KiB) Viewed 3662 times
-
- MVP
- Posts: 3706
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: Perspective Server Login
So ... you're saying you don't know how to write an Excel formula?
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
-
- Posts: 4
- Joined: Mon May 12, 2014 3:59 am
- OLAP Product: TM1
- Version: 10.2
- Excel Version: NA
Re: Perspective Server Login
I have Given Cell Reference(Login page Server Name Cell ) But It is Not working
-
- Site Admin
- Posts: 6667
- Joined: Sun May 11, 2008 2:30 am
- OLAP Product: TM1
- Version: PA2.0.9.18 Classic NO PAW!
- Excel Version: 2013 and Office 365
- Location: Sydney, Australia
- Contact:
Re: Perspective Server Login
I suggest that you post the EXACT FORMULA that you're using rather than the above abstraction of it. And when it comes to "not working"?satya.bhamidipati wrote:I have Given Cell Reference(Login page Server Name Cell ) But It is Not working
It also applies to Excel formulas.Request For Assistance Guidelines wrote:4) Similarly if you're getting unexpected results, specifics of what you're running, how, and what results you're getting will yield a more valuable response than "I'm running a T.I. but my code doesn't work properly". If you're getting an error, please be specific about what the error is (full details, not just "a runtime error" or "process terminated with errors"), and the circumstances under which it's occurring. But remember that even if you do specify the exact error message, it's not likely to be helpful unless you provide the context for it; which part of the software the error is occurring in (point 2 above), and what, specifically, you were doing at the time. For Rules and TurboIntegrator processes, remember that including the actual code in your post will be a thousand times more useful than an attempted description of it. You can upload entire .pro and .cho files as attachments if necessary, or just copy and paste the relevant part into your post using the Code tag at the top of the post editing window.
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.