SAP Connector Proxy Wizard doesn't start

Hi all,
I've just installed VS2003, the SAP .NET connector and the .net framework (1.1) on a freshly installed Windows XP pro machine. If I follow the various tutorials on the web I should be able to create a SAP proxy when doing the following:
- start VS2003
- create a new Windows Application (in C#)
- Add a SAP Connector Proxy
-- A wizard starts
And that is were it starts to go wrong. Instead of a wizard, I get the following:
<?xml version="1.0" encoding="utf-8" ?>
<wsdl:definitions targetNamespace="urn:sap-com:document:sap:rfc:functions" xmlns:s0="urn:sap-com:document:sap:rfc:functions" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <xsd:schema targetNamespace="urn:sap-com:document:sap:rfc:functions" xmlns:s0="urn:sap-com:document:sap:rfc:functions" xmlns:xsd="http://www.w3.org/2001/XMLSchema"></xsd:schema>
  </wsdl:types>
  <wsdl:portType name="dummy.PortType"></wsdl:portType>
  <wsdl:binding name="dummy.SAPBinding" type="s0:dummy.PortType" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <s0:binding style="rfc" />
    <wiz:GeneratorSettings xmlns:wiz="urn:sap:mw:dotnet:wizard">
      <wiz:ProxyType>Client</wiz:ProxyType>
      <wiz:ClassName>SAPProxy1</wiz:ClassName>
      <wiz:Beautify>True</wiz:Beautify>
      <wiz:CreateAsyncs>False</wiz:CreateAsyncs>
      <wiz:CreateQRFC>False</wiz:CreateQRFC>
      <wiz:CreateTRFC>False</wiz:CreateTRFC>
    </wiz:GeneratorSettings>
  </wsdl:binding>
  <wsdl:binding name="dummy.Binding" type="s0:dummy.PortType" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
  </wsdl:binding>
</wsdl:definitions>
Does anyone know what could be wrong here?
Thank you and kind regards,
Thomas

Hi Thomas,
With the newer version of NCo (> 2.0) there is no wizard. You would have to drag and drop the RFC/BAPI from the server explorer window of visual studio.
First open the solution explorer, click on the SAP icon. Specify the credentials. And then from the list of RFC/BAPI drag and drop on SAP connector proxy page(design view). You can also specify the filter to restrict the listing of RFC/BAPI.
Regards.

Similar Messages

  • Install Wizard doesn't start

    I have tried installing Sun Java Studio Creator 2.0 Update 1 on both my Windows Vista and Windows XP Professional machines.
    Issue:
    On the machines a window appears that says "Preparing Java(tm) Virtual Machine"..., then says "Running InstallShield Wizard...". The installation then stops and nothing further happens, Wizard doesn't starts.
    Systems and system variables used:
    The Vista machine has 1 GB RAM, XP machine has 768 MB RAM.
    I can see no problems with firewalls on either machine.
    The installation file also seems to have downloaded completely.
    Can someone please help??!!?? :-D

    Do you have any other versions of creator already installed ? If so, try uninstalling those first. Here are the FAQs on installing creator which might help:
    http://developers.sun.com/jscreator/reference/faqs/index.jsp
    In particular check the FAQ:
    My installation of Java Studio Creator 2 Update 1 may not have completed successfully on Windows 2000 or XP. How should I proceed?

  • Can't see SAP Connector Proxy

    Hi experts,
    I'm trying to use SAP .Net Connector 2.0 or 3.0 on visual studio 2003, 2005, 2008 or 2010
    to call ABAP function modules via RFC .
    I have the same problem, once installed the right connector, if I try to add the item SAP Connector Proxy to my project
    but I could not find it as option.
    Another problem then is yhan I can't connect to my SAP server that is on an external network, even if I reach the
    system via SAP Gui.
    My tought is that I can't find the Connector because I'm not connected to the Server, but in some forum I found
    suggested to first add the item Connector to the project and then connect to the SAP server.
    Please if you have some experience also in only one of this problem replay to my thread,
    I need to implement the whole thing as soon as possible, every help will be appreciated!!
    Greetings,
                        Paolo F.C.

    Please note that this forum is dedicated to development and deployment of .Net applications that connect and interact with BusinessObjects Enterprise, BusinessObjects Edge, or Crystal Reports Server. This includes the development of applications using the BusinessObjects Enterprise, Report Application Server, Report Engine, and Web Services SDKs.
    You will have to re-post your query to one of the SAP forums.
    Marking this thread as "Assumed answered".
    Ludek

  • SAP Connector / Proxy Classes

    Hello,
    when i wont to call bapi-calls i need proxy classes. with the sap enterprise connetor they will be generated for JCo. Whats about calling with the connector framework? How i become the proxy-classes for my babi-call?
    Thanks,
    Frank

    Hi Michael,
    there is API documentation available on the SDN. The API docs of the SAP Java Connector is located here:
    http://media.sdn.sap.com/html/submitted_docs/60_sp2_javadocs/sapjco/index.html
    In general, API docs of Web AS 6.40 and EP components is available here:
    https://www.sdn.sap.com/sdn/developerareas/ep.sdn?page=javadoc.htm
    Hope that helps!
    Regards,
    Ivo

  • Web Service Proxy wizard doesn't open up in edit-mode anymore

    I've created a web service proxy project for my existing bpel processes and since the bpel processes server has changed, the endpoint has changed as well.
    When I update the endpoint in the <webservicename>_Stub.java file from the webservice proxy client everything works fine.
    But when I try to go back in edit-mode inside the wizard, the wizard complains about the old endpoint url of the bpel process. If I search in the project after that specific hostname, I can't find any file or folder referring to the old url.
    Could somebody explain me why I can't invoke the wizard anymore for a web service proxy client if the endpoint has changed?
    Kind Regards,
    Nathalie

    Hi Nathalie,
    Which version of JDeveloper are you using?
    With the latest release, 11g Tech Preview 2, I don't think you can re-enter the wizard by double-clicking on the service proxy icon on the application navigator tree.
    From the context menu, the only option is to edit handlers, add custom mapping, security or reliability.
    I have found that using ant-based tasks is a better way to get predictable and reproducable outputs, even if the learning curve is not easy.
    Here is just a snippet to give you a concret sample:
      <target name="genproxy">
        <delete dir="./gen_src"/>
        <o :genProxy wsdl="http://${endpoint.host}/pge/webservice?WSDL" output="./gen_src"/>
        <o :genProxy wsdl="http://${endpoint.host}/pge/webservice?WSDL"
                    mapheaderstoparameters="true" databinding="false" output="./gen_src"
                    packagename="com.selectg"/>
      </target>Hope it helps,
    -Eric
    I add an extra space in the XML, so that the o: prefix is displayed in the XML snippet
    Message was edited by:
    erajkovi

  • The Wizard doesn´t start ("Bad version number in .class file")

    Hi,
    I have done the steps from Adobe´s web to install the plugin and dependences... But when i try to start the wizard i have this problem:
    "The selected wizard could not be started.
      Plug-in com.adobe.livecycle.cde was unable to load class com.adobe.livecycle.cde.wizard.CdeWizard.
      Bad version number in .class file"
    Thanks

    Thanks for reply nothing

  • MDT Deployment Wizard doesn't start after booting from the LiteTouchPE.iso

    Hello Experts,
    I'm using the MDT 2013. When I boot the Physical machine or VM with the LiteTouchPEx86 or x64, I'm not getting the Deployment Wizard. It just stops with a command prompt X:\Windows\System32>. Anyone faced this problem earlier. I searched the Technet, but
    I couldn't find any solutions.
    I've done all the possible things which I know. Please help.
    Regards,
    Sukumar. R.

    You are getting some kind of crash, or your variables are not setup correctly.
    From the command prompt (X:\Windows\System32 ) Run the following command and let us know what the error message is (exactly):
    cscript x:\deploy\scripts\litetouch.wsf /debug:true /debugcapture
    It should crash or exit with error error. If it does not crash with a specific line number, then please copy the bdd.log file to a public site like OneDrive and copy the link here.
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • WSDL Proxy Wizard and Slashes in Binding/Port Name of SAP Webservice

    Hi there,
    i have problems to get the Java Webservice Proxy Wizard liking the SAP WSDL File:
    Here is a small excerpt of it:
    <wsdl:service name="/SIE/TS_PL03_GIDService">
         <wsdl:port name="/SIE/TS_PL03_GIDSoapBinding" binding="tns:/SIE/TS_PL03_GIDSoapBinding">
    <soap:address location="../sap/bc/srt/rfc/SIE/TS_PL03_GID/version3?sap-client=025"/>
    </wsdl:port>
    </wsdl:service>
    The Editor is also underlining these Names.
    I've googled a bit in order to find out if there is a W3C restriction for having forward slashes in service Names but i've not found some so far.
    any help is appreciated, Alex

    Hi Thomas,
    With the newer version of NCo (> 2.0) there is no wizard. You would have to drag and drop the RFC/BAPI from the server explorer window of visual studio.
    First open the solution explorer, click on the SAP icon. Specify the credentials. And then from the list of RFC/BAPI drag and drop on SAP connector proxy page(design view). You can also specify the filter to restrict the listing of RFC/BAPI.
    Regards.

  • SAP Connector

    Hello,
    when i will make a bapi call by the sap connector framework, what i have to do? Can i take the sap connector framework wizard? But i become a error-msg:
    Error This compilation unit indirectly references the missing type javax.resource.cci.ResourceAdapterMetaData (typically some required class file is referencing a type outside the classpath)     BspConnectorAppConnection.java     BspConnectorApp/src/com/gft/connector/connection     line 0
    Only the jdbc connector is default on the sap application server. When I will make a bapi call, which connector i need (java?) and i have to pay for that or not - example please?
    Thanks,
    Frank

    Hello Frank,
    have a look at this thread: How to read R/3 table and show it in SAP EP 6.0 I hope it helps.
    Regards
    Gregor

  • SAP NETWEAVER COMPOSITION ENVIRONMENT 7.1 EHP1 - System doesn't start

    Hello,<br>
    <br>
    after i get the message the installation was succesfully and i start the server the proces jstart.exe<br>
    <br>
    doesn't start completely.<br>
    <br>
    in the trace file dev_jstart in find this error message:<br>
    <br>
    F  Starting process: D:\usr\sap\CE1\SYS\exe\uc\NTI386\jstart.EXE<br>
    F    arg[ 1] = -nodeId=1000<br>
    F    arg[ 2] = pf=D:\usr\sap\CE1\SYS\profile\CE1_J00_sjodevb1<br>
    F    arg[ 3] = -DSAPINFO=CE1_00_collector<br>
    F    arg[ 4] = -hostvm<br>
    F    arg[ 5] = -nodeName=collector<br>
    F    arg[ 6] = -file=D:\usr\sap\CE1\SYS\exe\uc\NTI386\startup.properties<br>
    F    arg[ 7] = -jvmFile=D:\usr\sap\CE1\J00\work\jstart.jvm<br>
    F    arg[ 8] = -traceFile=D:\usr\sap\CE1\J00\work\dev_collector<br>
    F    arg[ 9] = -javaOutFile=D:\usr\sap\CE1\J00\work\jvm_collector.out<br>
    F    arg[10] = -clusterId=bootstrap<br>
    F    arg[11] = -exitcode<br><br>
    F    arg[12] = 503<br>
    <br>
    an in the tracefile log_bootstrap.0 this error message:<br>
    <br>
    [Nov 19, 2009 5:17:50 PM ] Exception of type com.sap.sql.log.OpenSQLException caught: Could not load class com.sap.dbtech.jdbc.DriverSapDB with class loader com.sap.engine.offline.FileClassLoader@6caf16..
    [EXCEPTION]
    com.sap.sql.log.OpenSQLException: Could not load class com.sap.dbtech.jdbc.DriverSapDB with class loader com.sap.engine.offline.FileClassLoader@6caf16.
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:104)
         at com.sap.sql.connect.factory.VendorConnectionFactory.createInstance(VendorConnectionFactory.java:210)
         at com.sap.sql.connect.factory.VendorConnectionFactory.createVendorDriver(VendorConnectionFactory.java:43)
         at com.sap.sql.connect.factory.DriverPooledConnectionFactory.<init>(DriverPooledConnectionFactory.java:31)
         at com.sap.sql.connect.datasource.DataSourceManager.createPooledConnectionFactory(DataSourceManager.java:546)
         at com.sap.sql.connect.datasource.DataSourceManager.createDataSource(DataSourceManager.java:505)
         at com.sap.sql.connect.datasource.DataSourceManager.createDataSource(DataSourceManager.java:136)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getDataSource(OpenSQLDataSourceImpl.java:272)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:208)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:357)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:157)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:48)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:127)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:262)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:39)
         at com.sap.engine.bootstrap.HelperImpl.getConfigurationHandlerFactory(HelperImpl.java:38)
         at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:111)
         at com.sap.engine.bootstrap.Bootstrap.initializeSynchronizer(Bootstrap.java:74)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:229)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:161)
    Caused by: java.lang.ClassNotFoundException: com.sap.dbtech.jdbc.DriverSapDB
         at com.sap.engine.offline.FileClassLoader.findClass(FileClassLoader.java:909)
         at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:800)
         at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:748)
         at com.sap.sql.connect.factory.VendorConnectionFactory.createInstance(VendorConnectionFactory.java:206)
         ... 22 more
    <br>
    <br>
    any idea?<br>
    <br>
    <br>
    thank you for your help<br>
    thomas<br>

    Hi Angie,
    You will find the needed information here - http://service.sap.com/~form/handler?_EVENT=DISP_NEW&_APP=00200682500000001303&00200682500000002804=01200615320900001418
    Release to Customer     Available     09.05.2007                    
    Default Release             Available     14.12.2007
    Good Luck!!!
    GLM

  • SAP doesn't start

    Since 4 weeks we've the problem that our sap doesn't start if we are using our SAPMMC console.
    We receive the attached message in the dev_disp log.
    The restart of our sap system is only possible after we've restarted the complete server.
    The operating system is windows NT with MSQL Database
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      01
    sid        P08
    systemid   562 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    185
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        11684
    Sat Mar 28 06:50:41 2009
    kernel runs with dp version 241000(ext=110000) (@(#) DPLIB-INT-VERSION-241000-UC)
    length of sys_adm_ext is 576 bytes
    *** SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (01 11684) [dpxxdisp.c   1285]
                shared lib "dw_xml.dll" version 185 successfully loaded
                shared lib "dw_xtc.dll" version 185 successfully loaded
                shared lib "dw_stl.dll" version 185 successfully loaded
                shared lib "dw_gui.dll" version 185 successfully loaded
                shared lib "dw_mdm.dll" version 185 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3901
    Sat Mar 28 06:50:46 2009
    *** WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5418]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >sdet3029_P08_01                         <
    DpShMCreate: sizeof(wp_adm)              64832   (1752)
    DpShMCreate: sizeof(tm_adm)              58861440          (29416)
    DpShMCreate: sizeof(wp_ca_adm)                     80000   (80)
    DpShMCreate: sizeof(appc_ca_adm)     160000  (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=2000/16/2208064/2208080
    DpShMCreate: sizeof(comm_adm)                     2208080            (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)                      0          (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)              0          (72)
    DpShMCreate: sizeof(vmc_adm)                        0          (1864)
    DpShMCreate: sizeof(wall_adm)             (416064/346352/64/192)
    DpShMCreate: sizeof(gw_adm)  48
    *** ERROR => DpShMCreate: ShmCreate for key SHM_DP_ADM_KEY failed (4) [dpxxtool2.c  2407]
    *** ERROR => DpIPCInit2: DpShMCreate [dpxxtool2.c  462]
    *** DP_FATAL_ERROR => DpSapEnvInit: DpIPCInit2
    *** DISPATCHER EMERGENCY SHUTDOWN ***
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Sat Mar 28 06:50:51 2009
    NiISelect: TIMEOUT occured (5000ms)
    call semaphore clean-up function ...
    ***LOG Q0E=> DpSigGenHandler, Exception (c0000005) [dpnttool.c   438]
    ---- C-STACK -
    SAP (R) - R/3(TM) Callstack, Version 1.0
    Copyright (C) SAP AG. All rights reserved.
    Application exception occurred:
    Exception : c0000005 (Access Violation)
    App       : dispwork.EXE (pid=11684)+
    When      : 3/28/2009 6:50:51.328
    Threads   : 2
    Computer Name       : SDET3029
    User Name           : SAPServiceP08
    Number of Processors: 8
    Processor Type: EM64T Family 6 Model 23 Stepping 6
    Windows Version     : 5.2 Current Build: 3790
    State Dump for Thread Id 2184
    --> (FAULT) Stack Back Trace <--
    FramePtr         ReturnAd         Param#1          Function Name
    0000000007fcf3d0 0000000000419ff3 0000000003b44501 dispwork!DpHalt [dpxxdisp.c (10297)]+
    0000000007fcfc10 000000000041e8ab 00000000027135e0 dispwork!DpFatalErr [dpxxdisp.c (18668)]+
    0000000007fcfeb0 000000000042feb0 0000000000000000 dispwork!DpSapEnvInit [dpxxdisp.c (1446)]+
    0000000007fcfee0 000000000040108d ffffffff00000002 dispwork!DpMain [dpxxdisp.c (1115)]+
    0000000007fcff10 00000000019e63f1 0000000000000000 dispwork!nlsui_main [thxxanf.c (84)]+
    0000000007fcff70 0000000077d5964c 0000000000000000 dispwork!wmainCRTStartup [crtexe.c (498)]+
    0000000007fcffa0 0000000000000000 00000000019e6280 kernel32!BaseProcessStart
    State Dump for Thread Id 1d7c
    --> Stack Back Trace <--
    FramePtr         ReturnAd         Param#1          Function Name
    000000000f2afe40 0000000077d5f691 00000000080691e0 ntdll!NtFsControlFile
    000000000f2afeb0 00000000018cbfaf 0000000000000000 kernel32!ConnectNamedPipe
    000000000f2aff40 000007ff7fc411c4 0000000000000000 dispwork!SigIMsgFunc [signt.c (679)]+
    000000000f2aff70 0000000077d6b6da 0000000077d6b6a0 msvcrt!endthreadex
    000000000f2affa0 0000000000000000 0000000000000000 kernel32!BaseThreadStart
    call clean-up function ...
    SigICallExitRoutine: call exithandler (DpHalt)

    Hi,
    Please check your network connectivity. Also did you try to start from command line?
    > startsap.exe name=<SID> nr=<sysNumber> sapdiahost=<Hostname>
    Hope this helps.
    Manoj

  • Data Link Properties wizard doesn't display correctly.

    Hi, This is Dai.
    I'm using Oracle DB.
    When I try to create configuration of Identity Center and to config DB connection, Data Link Properties wizard doesn't display required DB provider.
    The document of "SAP NetWeaver Identity Management Identity Center Getting Started" discribes that I should choose "Oracle Provider for OLE DB", however, I can't see it in the providers list.
    The list of DB provider is below.
    Microsoft Jet 4.0 OLE DB Provider
    Microsoft OLE DB Provider for Indexing Service
    Microsoft OLE DB Provider for ODBC Drivers
    Microsoft OLE DB Provider for Oracle
    Microsoft OLE DB Provider for SQL Server
    Microsoft OLE DB Simple Provider
    MSDataShape
    OLE DB Provider for Microsoft Directory Service
    And I want to select "Oracle Provider for OLE DB". Are there any settings or configs before this configuration? If you have some information, please help me.
    Best Regards,
    Daisuke Ikari

    Thank you,  I installed 32 bit client. And it's working now
    But now after IC initial configuration there is one more error which says-
    "this identity center database is not migrated to 7.2" And when i refresh the node it also says -
    "this version of identity center requires that database update 1035 is installed. the latest update installed is 1025"
    I have also attached the screenshot for the same below, I also ran update-mxmc.cmd to update DB.But still same error.
    please help,
    Indira

  • Integration Builder doesn't start after SP11

    Hi,
    I am installing a new XI 3.0 SP1 system on Linux (SLES8). After installation, everything worked fine, I patched the system to stack 11. After this patch, the Integration Builder Configuration doesn't start anymore, the Java Web Start error message being 'JAR resources in JNLP file are not signed by same certificate'. The option 'Re-initialization and force-signing' in Java Web Start Administration has no effect.
    Any ideas anyone?
    Thanks & Regards,
    Jos

    Hi Jos,
    I had exactly the same problem. After discovering that 'Cummulative patch for XI TOOLS 3.0 SP11' miraculously disappeared from download area in SAP Marketplace I decided to undeploy whatever was possible from this patch (com.sap.aii.security.ws.proxy, com.sap.xi.directory, com.sap.xi.ibresources, com.sap.xi.repository, com.sap.xi.rwb and com.sap.services) and deploy 'Support Package 11 for XI TOOLS'.
    Both Integration Builder links (Repository and Directory) are working again.
    Another question is valid now: How to fix whatever Note 825655 supposed to (Patch 1 for SP11 XI3.0 contained fix described in this note)? I'm hoping that SAP Support could solve this problem soon.
    Best regards,
    Marek

  • File or assembly name SAP.Connector, or one of its dependencies not found

    Hello there,
    Something very strange is overcoming me when experimenting a little bit with the SAPConnector:
    I developped a class that is accessing the proxy-class generated by the SAPConnector wizard and I have put it into a class library. No problems so far.
    When I am accessing the class library from into a windows application, no problems are signalized...
    However when I try to execute the BAPI from another class library project, I always get the following message:
    File or assembly name SAP.Connector, or one of its dependencies, was not found.
    I am testing with the following configuration:
    - Visual PC 2004
    - .Net-framework 1.1 and .Net-framework 2.0
    - Visual Studio 2003 and Visual Studio 2005
    I tried both SAPConnector 1.0.3 and 2.0, but both return the same message.
    Thanks in advance!
    Greetz,
    Sven

    SAP.Connector.DLL (and SAP.Connector.Rfc.DLL in 2.x) must be available for the project to load. The easiest is to put the two DLLs into GAC (which is the default in NCo 2.x). You can also have them in you application directory. The reason that you don't see a problem if you are using NCo directly is the fact that VS automatically copies directly referenced DLLs into the target directory. This is not (allways) the case for inderectly referenced DLLs.

  • Empty Tables using Softwise SAP Connector

    All,
    I am new to SAP but am a very experienced .NET developer.  My client wants to build a ASP.NET 2.0 web portal that integrates directly into SAP, but of course the SAP.NET Connector doesn't work with VS2005.  I did find, on this forum, a product by a company called Softwise in Argentina that created an updated version of the SAP Connector.  This product is able to query my SAP server, return a list of BAPI's and build proxy objects for these BAPI's.  My problem is that I'm only getting part of the answer.
    The BAPI that I'm calling takes some simple input parameters (dates) and has on output parameter of Return2, plus some Input/Output Table objects.  The output parameter of Return2 works correctly and I can see the appropriate messages, but two of my table objects are supposed to have data in them, but they keep coming back empty.
    Anybody have any experience with this tool?  If so, how successful has it worked.  Has anyone seen this type of behavior with the original .NET Connector?
    I would greatly appreciate any help that someone can supply.
    Matt

    Thanks Juergen, that's what I'm trying to do.  Unforunately I only have the Standard edition of VS2003 for C#, not Professional and the .NET Connector doesn't work with that version.  I'm trying to locate an old install disc of the Professional version.
    Also, the client I'm working with doesn't own the NetWeaver portion of SAP, they didn't want to spend the money for it.  Sure wish they did now.
    Matt

Maybe you are looking for

  • Help in BAdi for MIGO

    hi friends, i have a requirement in which, when i post goods in migo, a pop up should come where i have to enter a form(form-31) details and this should get reflected in an ztable along with the vendor details. i have found that a BAdi(MB_DOCUMENT_BA

  • How can I read my hard drive?

    Hi I just want to know where I had to go to know the exact capacity of my hard drive. I just buy a Macbook with a 120 MG Hard drive and I just want to be sure that it is what they put inside. Thanks

  • Open PDF at 80%?

    Hi, I originally posted this in the Captivate forum but they have suggested that I try here: I have created a lesson that I output in PDF.  When the lesson is first opened, it's always at 100%, but due to the monitor size, this causes additional scro

  • Question about 3750 as dhcp server

    hi, With two c3750 switches stacked one customer is  plannig to configure those switches to act as dhcp server for about three thousand clients. Can this configuration affect to the normal behaviour of the stack? Could come up some problems with this

  • Not able to import/export or package the application

    Not able to package and deploy/import the application. Currently we have organized our application under a folder  i.e., we kept all our schema, delivery templates, web forms etc. under these folders. We are facing the below challenges. We are able t