Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there any suggestion regarding how to connect sap file system with visual studio.So that to develop web page in which shows cpu utilization data,memory utilization,number of users,system log etc. in particular server in web page.As for file system uses putty.But how to access putty's data with visual studio.Plz help me in these issue.As putty's job runnning in background.
Posted
Updated 24-Nov-15 0:13am
v2
Comments
Richard MacCutchan 24-Nov-15 6:55am    
None of these issues are relevant to Visual Studio. If you wish to process information between systems then you need to use a programming language to do so.

1 solution

The process is:
1. Install SAP .NET Connector (http://service.sap.com/connectors[^] - you need a SAP account)
2. Reference the newly installed dll's for SAP (sapnco*.dll)
3. use SAP.Middleware.Connector namespace to talk to SAP

For more details, look here: http://www.dataxstream.com/2011/11/nco-3-rfc-client-vb-net-step-by-step/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900