cancel
Showing results for 
Search instead for 
Did you mean: 

Request to autosave username and password for EPM, BPC

0 Kudos

Hi, since my team is trying to build a SAP BPC version 10.1 for our client, is there a way to autosave username and password for EPM? It is pretty inconvenient if we have to type in the username and password every time we login, Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor

If you are not using SSO then the only solution will be VBA! For example, in order to support multiple systems I have created simple Excel Add-In to save passwords and to login to different systems...

Sample:

strConn = "_FPM_BPCNW10_[http://" & strServer & "]_[" & strEnvironment & _
            "]_[" & strModel & "]"
epm.Connect strConn, strUser, strPassword
0 Kudos
Thank you!
former_member186338
Active Contributor
0 Kudos

asd1351

Please accept the correct answer to your question.

Answers (0)