cancel
Showing results for 
Search instead for 
Did you mean: 

NCo 3.0 Invalid Code Page 6100

Former Member
0 Kudos

Trying to establish a connection to our SAP R/3 instance with the new NCo 3.0. I am getting an an error "Invalid SAP Code Page 6100" does anyone know how to resolve this?

I have successfully used the NCo 2.0 for the last 4 years with success, I would like to upgrade to the new version if possible.

App.Config: (Username, Password and ASHost have values but did not want to post)

<add NAME="TST" USER="" PASSWD="" CLIENT="900" LANG="EN" ASHOST="" SYSNR="10" MAX_POOL_SIZE="10"/>

Code:

try

{

RfcDestination destination = RfcDestinationManager.GetDestination("TST");

destination.Ping();

}

catch (Exception ex)

{

string except = ex.Message;

MessageBox.Show(ex.Message);

}

Any help is appreciated

James.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

OK, so no ideas from anyone? Am I missing something obvious... This is happening on two seperate instances of SAP within our company.