cancel
Showing results for 
Search instead for 
Did you mean: 

Visual Studio Error (.Net connector version 2.0)

Former Member
0 Kudos

When we drag a BAPI from the server explorer to the proxy designer form. We receive the following messages:

1) Retrieving Data Window - Loading data. This may take some time.

2) Server Explorer Window - The system cannot find the file specified...

Why are we receiving the second message.

Accepted Solutions (1)

Accepted Solutions (1)

reiner_hille-doering
Active Contributor
0 Kudos

This is usually a problem of Java installation required for NCo design time. Please make sure that:

- Java Runtime Environment (or JDK) 1.3 or 1.4 is installed.

- the registry key "HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment" exists.

- it contains a value "CurrentVersion", e.g. "1.4".

- the subkey according to the value of "CurrentVersion" (e.g. 1.4) exists.

- the subkey contains a value "JavaHome" which point to the correct directory.

- This directory has a "bin" subfolder with "Java.exe" in it.

Answers (1)

Answers (1)

Former Member
0 Kudos

It worked... Thanks...