[{ALLOW view All}]
[{ALLOW edit Authenticated}]
! SAP Java Connector (JCo)
Java <> ABAP

Download at [http://service.sap.com/connectors/]

|SMMS|Message Server
|SMLG|Logon Group
|RZ70|System Landscape
|SMGW|Gateway (RFC Connections)

jcoDestination
{{{
jco.client.ashost=<ip or host name>
jco.client.sysnr=<00>
jco.client.client=<001>
jco.client.user=<username>
jco.client.passwd=<password>
jco.client.lang=de
#jco.client.r3name=
#jco.client.group=
#jco.client.mshost=
#jco.client.msserv=
}}}

!Important Note [x|https://forums.sme.sap.com/thread.jspa?threadID=1588059&tstart=13]:
t turned out that I did not download and install the right Visual C Service Pack 1 distribution. JCo release notes suggest that
"Starting with JCo 3.0.4 you'll need updated libraries because of the Microsoft ATL patch, that requires new runtime libraries. See note 1375494 for details on how to install them."

I was unaware of the fact that there was another patch on top of the service pack 1. That patch can be found at [http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=766a6af7-ec73-40ff-b072-9112bab119c2]

I had only downloaded and installed the Microsoft Visual C++ 2005 SP1 Redistributable Package (x64) which can be found at [http://www.microsoft.com/downloads/details.aspx?familyid=EB4EBE2D-33C0-4A47-9DD4-B9A6D7BD44DA&displaylang=en] __<= this helped me on Windows XP SP3 on 07.01.2011, Thanks__