cancel
Showing results for 
Search instead for 
Did you mean: 

exception "unable to log into business objects, check connection and login details and try again"

0 Kudos

I have a visual studio application which connects to SAP BO instance to fetch Universe data, when I am running application on my local machine on selection of radio button "repository" I click button with three dots and a window pops up, where I can enter SAP instance details. (refer below screen shot)

.I have created an exe of this application and tried to run it on jump server (as SAP instance is available on jump server only) but as soon as I click on button with dots instead of getting user identification window I get exception

"unable to log into business objects, check connection and login details and try again"

denis_konovalov
Active Contributor
0 Kudos

I have fixed your tags. Please select more careful if you want to reach audience that knows about your situation.

It is also not clear what part of this you want help with ?

Accepted Solutions (0)

Answers (1)

Answers (1)

daniel_paulsen
Active Contributor

It is possible that you built your application using 32bit runtime and when you transferred your application to the "jump server" it only has the 64bit runtime installed.

If this is the case, you can installe the 32bit skd to the Jump Server or your can install the 64bit runtime to your laptop and re-compile as a 64bit application.

Dan