cancel
Showing results for 
Search instead for 
Did you mean: 

steps for deployment and checks

Former Member
0 Kudos

hi all,

i created one windows application to connect to sap and make some trasactions using sap.net connecter.

It's working fine on my system.

what are files needed and how to deploy this application on production?

what are the steps we have to follow when deploying this application at production?

Thanks,

Sridhar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi sridhar,

You need to install the SAP.net connector2.0 in the production server and copy your project files into your production server. Thats it.

Nothing more.It will be working.

(if this solved your problem dont forget to award me points)

Regards

ram

reiner_hille-doering
Active Contributor
0 Kudos

You can install NCo on you production server. However the disadvantage is that you would need Visual Studio on it.

Alternatetively you copy the following DLLs from your development system to your production system:

- SAP.Connector.DLL (install into GAC or application folder)

- SAP.Connector.Rfc.DLL (install into GAC or application folder)

- LIBRFC32.DLL (install into system32 or application folder)