Microsoft Connector 1.1 to Connect to SAP BW via SSIS

I have downloaded and installed Microsoft Connector 1.1 and created a new SSIS project.  Within the project I have defined the connection to BW 7.3 using the SAPBI connection in connection manager and also an OLE  DB Destination connection to my
SQL 2008 database.  I can connect to BW with no issue.  I can see the columns and map them appropriately.  The I run the package, I receive the following error.  I have researched this issue all over the internet and thus far I have found
nothing that tells me specifically how to correct this error.
SSIS package "SAPBI.dtsx" starting.
Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
Warning: 0x80049304 at Data Flow Task, SSIS.Pipeline: Warning: Could not open global shared memory to communicate with performance DLL; data flow performance counters are not available.  To resolve, run this package as an administrator, or on the system's
console.
Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "OHREQUID" (20) on output "SAP BW Source Output" (4) and component "SAP BW Source" (1) is not subsequently used in the Data Flow task. Removing this unused
output column can increase Data Flow task performance.
Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "DATAPAKID" (23) on output "SAP BW Source Output" (4) and component "SAP BW Source" (1) is not subsequently used in the Data Flow task. Removing this unused
output column can increase Data Flow task performance.
Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "RECORD" (26) on output "SAP BW Source Output" (4) and component "SAP BW Source" (1) is not subsequently used in the Data Flow task. Removing this unused output
column can increase Data Flow task performance.
Information: 0x40043006 at Data Flow Task, SSIS.Pipeline: Prepare for Execute phase is beginning.
Information: 0x40043007 at Data Flow Task, SSIS.Pipeline: Pre-Execute phase is beginning.
Information: 0x4004300C at Data Flow Task, SSIS.Pipeline: Execute phase is beginning.
Information: 0x3E8 at Data Flow Task, SAP BW Source: Process Start Process, variant Start has status Completed (instance DH2NXQB8RR7E2ZTZH07M3AX7H)
Error: 0x3E8 at Data Flow Task, SAP BW Source: Process Data Transfer Process, variant P1CUST -> ZCUSTOH has status Ended with errors (instance DTPR_00O2TMRWI0AOQHQSUFRAW08X0)
Error: 0x3E8 at Data Flow Task, SAP BW Source: An internal exception occurred.
Microsoft.SqlServer.Dts.SapBw.Connectivity.ERPException: An error occurred during the dispatch of the incoming function. The last return code was "RFC_FAILURE".
Error: 0x3E8 at Data Flow Task, SAP BW Source: The component is stopping because the Request ID is "0".
Error: 0x3E8 at Data Flow Task, SAP BW Source: No data was received.
Error: 0xC0047062 at Data Flow Task, SAP BW Source [1]: System.Exception: No data was received.
   at Microsoft.SqlServer.Dts.SapBw.Components.SapBwPipelineComponent.FireErrorAndException(String message)
   at Microsoft.SqlServer.Dts.SapBw.Components.SapBwSourceOHS.PrimeOutput(Int32 outputs, Int32[] outputIDs, PipelineBuffer[] buffers)
   at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostPrimeOutput(IDTSManagedComponentWrapper100 wrapper, Int32 outputs, Int32[] outputIDs, IDTSBuffer100[] buffers, IntPtr ppBufferWirePacket)
Error: 0xC0047038 at Data Flow Task, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on component "SAP BW Source" (1) returned error code 0x80131500.  The component returned a failure code when the pipeline
engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.  There may be error messages posted before this with more information about the failure.
Information: 0x40043008 at Data Flow Task, SSIS.Pipeline: Post Execute phase is beginning.
Information: 0x4004300B at Data Flow Task, SSIS.Pipeline: "component "OLE DB Destination" (49)" wrote 0 rows.
Information: 0x40043009 at Data Flow Task, SSIS.Pipeline: Cleanup phase is beginning.
Task failed: Data Flow Task
Warning: 0x80019002 at SAPBI: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (6) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the
number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
SSIS package "SAPBI.dtsx" finished: Failure.
On the BW side it mentions a setting parameters for a 3RD Party API, but we are unsure of what values to set.    Any help you can provide will be greatly appreciated.  We have followed all the steps in the following article:
http://technet.microsoft.com/en-us/library/dd299430%28v=sql.100%29.aspx

Hi Sproctor722,
The issue may occur if you have installed the improper version of Microsoft Connector for SAP BW. If you use SQL Server 2008, please choose the appropriate version according to your SQL Server version:
Microsoft SQL Server 2008 Service Pack 2 Feature Pack
http://www.microsoft.com/en-in/download/details.aspx?id=6375 
Microsoft SQL Server 2008 Service Pack 3 Feature Pack
http://www.microsoft.com/en-us/download/details.aspx?id=27596 
If you use SQL Server 2008 R2, there are also two different Feature Packs for SQL Server 2008 R2 SP1 and SQL Server 2008 R2 SP2.
In addition, please also check the considerations for 64-bit computers in the following document:
http://technet.microsoft.com/en-us/library/dd433133(v=sql.100).aspx 
Regards,
Mike Yin
TechNet Community Support

Similar Messages

  • Error Connecting to SAP server via JCO

    Hi,
      When i tried to connect SAP server using JCO its giving error "Fatal error User name or password incorrect" .But with the same username and password i'm able to login to the SAP system with SAP logon pad. My username contains only numeric,does this have any significance?
    Thanks,
    Bala

    Bala
    type of username is not significant if it is correctly entered as same as entered in SAP Logon Tool.
    U should configure the JCO Interface properly with connection details
    SAP Server
    SAP Client
    SAP System Number
    SAP User Name
    SAP Password
    Execution - True
    Also every fields are very case sensitive, so hv deep look at every field with correction.
    Pls tell me the LastErrorMessage using Tracer as follows SAPJCOInterface_0.LastErrorMessage
    Regards
    Som

  • Connectivity between SQL Serevr 2008 and SAP BW using Microsoft Connector 1.0

    Hi ALL
             I am trying to connect to SSIS 2008 to SAP BW using Microsoft Connector 1.0.
    Following are stepes I performed.
    1. Created RFC on SAP BW Server.
    2. Created Prcess Chain in SAP BW.
    3. Created SSIS Package using SAP BI Source. Here I set Execution Mode : P Trigger   Process Chain.
    The process chain is executing fine on SAP BW Server, But it is unable to send back a
    notification to SSIS package.  And here my SSIS package failed.
    I am getting following error message :
    [SAP BI Source] Information: Process Start Process, variant Start Variant for MSBI has status Completed (instance D8Z84GJ2RLV7WCI2IYK5CZ1R3)
    [SAP BI Source] Error: An internal exception occurred.
    Microsoft.SqlServer.Dts.SapBw.Connectivity.ERPException: 
    An error occurred during the dispatch of the incoming function. The last return code was "RFC_FAILURE".
    Before this error I am getting following messages are :
    [SAP BI Source] Information: Process Data Transfer Process, variant Z09_O101 -> Z09_H101 has status Active (instance DTPR_D8Z84GJ2RLVZKYTTUHZRFEG0V)
    [SAP BI Source] Information: The component is waiting for a notification.
     Is there any way to test the both the way connections?  I mean SAP BW -- SSIS &                SSIS ---  SAPBW.  
    Can any one please explain me entire connectivity architecture between SSIS and SAP BW using Microsoft Connector 1.0. (I mean how these RFC are working and how SSIS is pulling the data from SAP BW)

    I am having the same problem. We actually loaded data a few times but now it does not work. It is amazing that we cannot find help for this problem. Has anyone been successful using the BI connector 1.1 to load data to a BI system using SSIS. I think
    this had to do with either a DLL problem on the machine running SSIS or the Service Pack level of the BI system. I cannot find any documentation showing versions. I have looked through the documentation that was written back in 2008 but can't seem to
    get it to work.
    Sorry we are trying to push data (BW Destination) to BI it looks like you are trying to get data from BI.

  • Start services connector connect to sap gateway failed

    hi experts
    when i want to start services connector saprouter
    saprouter string :/H/172.16.2.11/S/3299
    a error window say
    "connect to sap gateway failed
    error  partner 'host:3299' not reached"
    where is the possible problem here ?
    regards
    ying xie

    Dear Damian
    i try to start services connector so that SAP could connect to us to support.
    i  have a little obfuscation  about your telnet test. which should be my destination server, SAP's server?
    how to test whether port 3299 is on work or not?any ways to check those ports are used for what?
    many thanks
    ying xie

  • Business Connector Connection with SAP

    Hi!!!
    I have a XML file with 3 fields with 100 records. I have in SAP a Z table with the same fields of the XML file.
    I made the mapping in SAP BC Developer. I want to put the records of the XML in the Z table of SAP. How can I configure this to SAP BC connects with SAP and fill the table?
    Thanks a lot for your help!
    Regards!

    Hi,
    This might help you
    /people/bla.suranyi/blog/2006/07/10/xi--sap-business-connector-integration-using-the-http-adapter
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/96ed2129-0b01-0010-2e91-c45e1fad0d03
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a8424011-0d01-0010-e19d-e5bd8ca52244
    Kumar.S

  • SAP Groupware Connector 5.0 Installation - Connect MS Exchange 2010

    I try to install the SAP Groupware Connector 5.0 to connect a MS Exchange 2010 Server.
    My host computer has an MS Windows Server 2008 operation system.
    After starting the setup.exe and fill in the entries Exchange Server, Mailbox, User, Domain, Password I Get an error message:
    "Validation of connection to Exchange Server failed"
    "CDO library is not available."
    "[0x80040154] Class not registered"
    I am the opinion that I don't need a CDO, because I am useing a MS Exchange 2010 Server ....
    Can somebody help me?!
    Thanks

    Hi Chrisitan,
    Perhpas I wan'st clear in my previous reply. You cannot connect Groupware connector 5.0 to MS Exchange 2010 Server.
    I've just checked, and found that exchange 2007 is now supported, but not 2010.Further information is available from the following link:
    [http://help.sap.com/saphelp_crm70/helpdata/en/44/559f3699d908fae10000000a422035/frameset.htm]
    Sorry I can't give a different answer....
    Brian.

  • Error when connect to SAP with JCo Connector on linux

    Dear all,
    Please, i need help. i was tray to connect to SAP with SAP JCo on linux ubuntu, but i have an error.
    this is the error :
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to SAP gateway failed
    Connect_PM  GWHOST=myhost, GWSERV=sapgw00, ASHOST=myhost, SYSNR=00
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       hostname 'avatar-bumi' unknown
    TIME        Thu Feb 14 15:25:48 2008
    RELEASE     640
    COMPONENT   NI (network interface)
    VERSION     37
    RC          -2
    MODULE      niuxi_mt.c
    LINE        388
    DETAIL      NiPGetHostByName2: hostname 'avatar-bumi' not found
    SYSTEM CALL gethostbyname_r
    ERRNO       110
    ERRNO TEXT  Connection timed out
    COUNT
            at com.sap.mw.jco.rfc.MiddlewareRFC$Client.nativeConnect(Native Method)
            at com.sap.mw.jco.rfc.MiddlewareRFC$Client.connect(MiddlewareRFC.java:1125)
            at com.sap.mw.jco.JCO$Client.connect(JCO.java:3138)
            at sapjco.Main.main(Main.java:34)
    Exception in thread "main" com.sap.mw.jco.JCO$Exception: (121) JCO_ERROR_NULL_HANDLE: Invalid rfc_handle = NULL encountered
            at com.sap.mw.jco.rfc.MiddlewareRFC.nativeGetAttributes(Native Method)
            at com.sap.mw.jco.rfc.MiddlewareRFC$Client.getAttributes(MiddlewareRFC.java:1233)
            at com.sap.mw.jco.JCO$Client.getAttributesInternal(JCO.java:2940)
            at com.sap.mw.jco.JCO$Client.getAttributes(JCO.java:2994)
            at sapjco.Main.main(Main.java:38)
    How to resolve this error....
    Regards,
    Lisa
    Edited by: Lisa Yanti on Feb 14, 2008 9:35 AM

    I was resolve this error by my self.
    We can handle this error with registering our current IP and host name on /etc/hosts.
    example:
    content of /etc/hosts:
    127.0.0.1 localhost
    127.0.1.1 myhost.workgroup
    The following lines are desirable for IPv6 capable hosts
    ::1 ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    added the ip and host name to be like this configuration
    127.0.0.1 localhost
    127.0.1.1 myhost.workgroup
    172.20.17.74 myhost
    The following lines are desirable for IPv6 capable hosts
    ::1 ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts

  • Authentication error when creating EPM Add-in connection with SAP BO Enterprise connection type

    Hello, Experts,
    I have a problem with creation of EPM Add-in connection when SAP BusinessObjects Enterprise connection type is selected.
    An error message is "Error while communicating with the server. Framework message: Authorization failed."
    Here are the steps that were implemented and how this issue was reproduced:
    SAP BusinessObjects Planning and Consolidation 10.0 SP12 for Microsoft was installed and configured.
    Integration between SAP BPC and SAP BusinessObjects BI 4.1 SP02 was implemented. SAP BO users can successfully connect to SAP BPC system.
    EPM connector was successfully installed and deployed in SAP BusinessObjects BI server.
    BPC ODBO 2.0 SP04 64BIT was installed in SAP BusinessObjects server.
    EPM connection was successfully created in SAP BusinessObjects CMC.
    EPM Add-in and BPC ODBO 2.0 SP04 32BIT was installed in another computer (let's call it CLIENT) which has MS Office 2007 32BIT installed.
    From CLIENT computer we have launched Excel manually and successfully created BPC connection with Connection Type - Local.
    Then we have logged into BI Launch Pad and launched New / EPM document (Excel). Excel has started.
    In EPM Add-in we have pressed Logon.
    In connection window selected SAP BusinessObjects Enterprise connection type.
    An error "Error while communicating with the server. Framework message: Authorization failed." appears.
    Before this error appears we are not getting any window where we could select EPM connection (created in CMC) nor the possibility to enter username or password.
    Looking forward you valuable comments and suggestions.
    Thank you in advance.
    Donatas Budrys

    Dear, Roberto,
    Our user has Full Access to all BPC tasks and it is administrator in BI system.
    Also we can successfully connect with the same user using Connection type "Local".
    We had done some investigation and in the BPC SQL Server trace log we can catch the following message when an error occurs:
    ==============[System Error Tracing]==============
    [System  Name] : BPCXMLAService [Message Type] : ErrorMessage [Job Name]    : ValidateUser [DateTime]    : 04/23/2014 10:58:06 [UserId]      : [Exception]    DetailMsg  : {System.Exception: Invalid user    at SAP.BPC.Services.Webservice.XMLAService.XMLAService.ValidateUser()} ==============[System Error Tracing  End ]==============
    It is very interesting that after the EPM workbook is launched via BI Launch Pad till an error occurs we are NOT provided with possibility to enter any username and password. So the EPM add-in should use the same user which was logged into BI Launch Pad - in our case the user with administrative rights both in BI Launch Pad and BPC systems. Am I missing anything?
    Looking forward your feedback.
    Thank you in advance.
    Best regards,
    Donatas

  • Problem connecting to SAP Open Hub

    Hi, I am trying to set up a SSIS job  connecting to SAP Open Hub and have with support from the SAP guys been able to get some progress, but it has now stopped up on a error message we're not able to solve. Any suggestion on what can be wrong and
    how to solve this? When I run the package I get the following error message:
    SSIS package "D:\Source\MSBI\SapLoadStaging\Package3.dtsx" starting.
    Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
    Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
    Information: 0x40043006 at Data Flow Task, SSIS.Pipeline: Prepare for Execute phase is beginning.
    Information: 0x40043007 at Data Flow Task, SSIS.Pipeline: Pre-Execute phase is beginning.
    Information: 0x4004300C at Data Flow Task, SSIS.Pipeline: Execute phase is beginning.
    Information: 0x3E8 at Data Flow Task, SAP BW Source: Process Start Process, variant has status Completed (instance DH88PUV2SZBIFKMIF48K3USME)
    Error: 0x3E8 at Data Flow Task, SAP BW Source: Process Data Transfer Process, variant /CPMB/HMIJYDZ -> ZOH_VPL has status Ended with errors (instance DTPR_DH88PUV2SZCA46Y9QNO66A6W6)
    Error: 0x3E8 at Data Flow Task, SAP BW Source: The component is stopping because the Request ID is "0".
    Error: 0x3E8 at Data Flow Task, SAP BW Source: No data was received.
    Error: 0xC0047062 at Data Flow Task, SAP BW Source [41]: System.Exception: No data was received.
       at Microsoft.SqlServer.Dts.SapBw.Components.SapBwSourceOHS.PrimeOutput(Int32 outputs, Int32[] outputIDs, PipelineBuffer[] buffers)
       at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostPrimeOutput(IDTSManagedComponentWrapper100 wrapper, Int32 outputs, Int32[] outputIDs, IDTSBuffer100[] buffers, IntPtr ppBufferWirePacket)
    Error: 0xC0047038 at Data Flow Task, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on SAP BW Source returned error code 0x80131500.  The component returned a failure code when the pipeline engine called PrimeOutput().
    The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.  There may be error messages posted before this with more information about the failure.
    Information: 0x40043008 at Data Flow Task, SSIS.Pipeline: Post Execute phase is beginning.
    Information: 0x4004300B at Data Flow Task, SSIS.Pipeline: "OLE DB Destination" wrote 0 rows.
    Information: 0x40043009 at Data Flow Task, SSIS.Pipeline: Cleanup phase is beginning.
    Task failed: Data Flow Task
    Warning: 0x80019002 at Package3: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (5) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches
    the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
    SSIS package "D:\Source\MSBI\SapLoadStaging\Package3.dtsx" finished: Failure.
    The program '[6916] DtsDebugHost.exe: DTS' has exited with code 0 (0x0)
    Regards
    Paal

    Hi Paleri,
    According to the
    thread which has the same error message, the issue may be caused by incorrect RCF settings. Could you double check your RCF connection configurations such as DNS settings?
    If it is not the case, please also make sure you have installed the correct version of Microsoft Connector for SAP BW.
    Reference:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/e2fbafe5-d9df-490a-bfad-3d4b9784a8ea/sap-bi-connector-for-ssis-2008?forum=sqlintegrationservices
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Error while connecting to SAP Server from Windows XP Client.

    Hi,
    I am facing the problem while i am trying to connect my Windows XP Clients( With Service Pack 3, DI-API Installed and Microsoft SQL Server Native Client Installed) to SAP server i got follwoing Error.
    Connection Failed :
    SQL State : '08001'
    SQL Server Error : 233
    [Microsoft][SQL Native Client]Named Pipe Provider Could not open the connection SQL Server [233].
    Connection Failed :
    SQL State : "HYT00"
    SQL Server Error : 0
    [Microsoft][SQL Native Client]Login Timeout Expired
    Connection Failed:
    SQL State :'08001'
    SQL Server Error : 233
    [Microsoft][SQL Native Client]An Error has occured while establishing new connection to the server.
    When connecting SQL Server 2005, this failure may caused by the fact that under the default setting SQL Server does not allow remote connection.
    Regards,
    Arpit Shah

    Hi Arpit,
    Solution of Error in starting B1 after installation should help here too.
    Kind regards
    Mario
    SAP Business One Forums team

  • Best practice for connecting to SAP backend from JSPDynPage

    Hi,
    Can anyone help clear up some confusion I have over connecting to SAP from Java?
    We have a number of JSPDynPage portal applications on EP7 Ehp1 that connect to SAP ECC6.
    We currently use 2 methods to call remote functions on the ECC system.
    1) Enterprise connector and JCo Client Service
    This method has the advantage of automatically generated proxy classes and typed access to function module parameters. It is also more closely aligned to Web Dynpro from a design time point of view
    However it also has a number of disadvantages in that it does not support table APPEND structures and requires regeneration for every change to the ABAP structures involved even if the field that has changed is not being referred to. In addition the use of the JCo client service means that the connection pooling must be handled ourselves explicitly
    2) Connector Framework - SAP System Connector
    This method has the advantage that connection management is handled by the framework. It also has the advantage that fields are referred to by name so if an ABAP structure changes then the remote call will not fall over as long as the named fields are still available.
    However this method is more cumbersome because no proxy classes are generated and function module parameters are referred to generically so errors are not picked up by the complier.
    Given the limitations of the above 2 methods, what is the recommended approach?
    In the book u2018Inside Web Dynpro for Javau2019 Chris Whealy says the following about the Adaptive RFC Layer:
    u2018Any Java program running in the AS Java u2013 not just Web Dynpro u2013 can make use of the Adaptive RFC layeru2019
    Has anyone been able to use the Adaptive RFC layer from a NON-WebDynpro java application?
    Any thoughts on the above would be most welcome.
    Thanks,
    Denis.

    Hello,
    The recommended way is with JCA Connector.
    Adaptive RFC is included from NW7.1,
    See "Creating an Adaptive RFC2 Sample Application without using Web Dynpro"
    in the SAP HELP of NWCE7.1 or NWCE7.2.
    Seems to be based in JCo 3.0 and Java5 so it will not work in NW70.
    For older Versions like EP 5 there is also a JCo ClientService available.
    Regards
    Johannes

  • Connect to SAP gateway failed - internal error

    Hi, I've developed a simple .NET application that connects to a SAP system and makes a function call using a SAP Connector Proxy object. Everything works fine in my workstation, but deployment doesn't. I'm also deploying the following libraries: SAP.Connector.dll, SAP.Connector.Rfc.dll and librfc32.dll.
    The fact is that deployment works fine in some servers, but not in others. I've checked that .NET Framework is installed (both versions, 1.1 and 2.0). I've checked the "WINDOWS\system32\drivers\etc\services" file. What else should I check? Any idea? Every suggestion would be appreciated.
    The error message is the following:
    Connect to SAP gateway failed Connect_PM GWHOST=xxx.xxx.xxx.xxx, GWSERV=sapgw00, ASHOST=xxx.xxx.xxx.xxx, SYSNR=00 LOCATION CPIC (TCP/IP) on local host ERROR internal error TIME Mon Nov 13 16:23:08 2006 RELEASE 640 COMPONENT NI (network interface) VERSION 37 RC -1 COUNTER 1
    And the connection string:
    CLIENT=100 USER=****** PASSWD=****** LANG=EN ASHOST=xxx.xxx.xxx.xxx SYSNR=0
    Thanks in advance

    Hi Daniel,
    Can you connect to the particular system by using SAPGUI ?
    if yes, then your librfc32 file is working fine.
    NCo internally consumes it's functions.
    Other points to check are
    1> service name as appears from within the r/3 system [transaction : smgw]
    2> NCo 2.0 uses .net 1.1 & nCo 2.5 uses .net 2.0, do you have both versions running parallely ?
    3> gateway errors are infrastructure issues, please verify your firewall settings for the relevant protocols : http / https & also sap ports 3300 onwards.
    the services file you have checked will list the ports that need to be opened on the firewall [in the case of multi - domain applications]
    4> check in your 'hosts' file [same directory as your 'services' file]
    This file contains the mappings of IP addresses to host names. Each
    entry should be kept on an individual line. The IP address should
    be placed in the first column followed by the corresponding host name.
    The IP address and the host name should be separated by at least one
    space.
    Additionally, comments (such as these) may be inserted on individual
    lines or following the machine name denoted by a '#' symbol.
    For example:
         102.54.94.97     rhino.acme.com          # source server
          38.25.63.10     x.acme.com              # x client host
    with respect,
    amit

  • How to connect to SAP AS JAVA?

    Hi,
    I am developing an JAVA application, which will connect to SAP AS Java dataSource. My environment don't have ABAP installed. So, I believe use of JCo connector is not an option.
    Is ther any other connector API jar available to connect to SAP AS JAVA Datasource?
    Could anyone please help me with a detail guide to connect to SAP AS Java Datasource using any APIs provided by SAP?
    Thanks
    Alingan

    Hi Aligan,
    Thant's correct, you have to develop a service on your EP and then you can change the UME persistence (user creation etc).
    Now you can write a J2EE app which will call your service to cater your requirement.
    Please go through the below links which will help you to achieve the same
    http://help.sap.com/saphelp_nw73/helpdata/de/f5/1cf770b9bd442985ee71461ef2227a/content.htm
    User Management Functions for Users - Integrating Security Functions - SAP Library
    Could you please let me know for any further information.
    Thanks,
    Hamendra

  • Mobile app connection to SAP

    Hi all,
    I have developed a normal windows application which connect to SAP through the .NET connector in VS2008 and it worked fine. when trying to use the same connection code to write windows mobile application, the connection didn't work and this error appeared:
    System.TypeLoadException was unhandled
      Message="Could not load type 'SAP.Middleware.Connector.RfcDestination' from assembly 'sapnco, Version=3.0.0.42, Culture=neutral, PublicKeyToken=50436DCA5C7F7D23'."
      StackTrace:
        at Test.Form1..ctor()
        at Test.Program.Main()
      InnerException:
    I have searched about this error and I understood that mobile applications can not connect to the .NET Connector directly and a web service/server should be found to handle these connections, but these findings were all dated to 2007-2009 (somehow old) so my questions are:
    1- Is there a direct way to connect my mobile app to SAP?
    2- if no, can you please show me an example of how to connect to SAP indirectly?
    Thank you in advance

    What version of SAP is?
    Do you to try ITS Standalone or Embbebed?
    Regards

  • Connecting to SAP BW in 4.0

    Hi,
    I'm working on BI 4.0 Information Design Tool. In  this, i'm trying to create a relational connection when i want to connect to SAP BW as a middleware driver. AFter entering the credentials of my BW server  i'm getting the following error.
    "[Data Federator Driver] [Server] [Connector 'testSourceConnection1317810263818'] The ABAP function 'RSDRI_DF_GET_SYSTEM_INFO' is not found on the SAP NetWeaver BW server."
    Could any one tell me how to resolve this?
    Thanks and regards,
    Abhishek

    Hi,
    this thread is 2.5 years old
    please create your own new discussion with some specific version information Bi & BW
    with detailed info about  your error , what you've investigated and tried.
    You may also want to check out Support notes
    1608017 - Unable to
    create a JCO connection to SAP BW
    1800226 - BI 4.0 IDT
    Error Creating Relational Connection to BW 7.3
    many thanks,
    H

Maybe you are looking for

  • Dynamic Distribution Group set conditions by importing text file?

    Exchange 2010 SP2. I created a dynamic distribution group via the EMC.  We have populated AD with ExtenstionAttribute1 and ExtensionAttribute2.  I have created the ddg with custom attribute1 value = employee.  What I need to do now is  populate custo

  • I had photoshop accidentally deleted it and now can't reinstall it

    I had photoshop and a bunch of other programs tried to free up memory. Got another external hard drive and now ca't reinstall it. Keeps taking me back to the download page and when I hit download nothing happens.

  • How to assign values in the webservice and execute it

    Hi , I m using web Dynpro JAVA and want to execute web service by setting the parameter as the values taken after execution of BAPI. I  m able to display the values fetched from the BAPI in the view controller but  when I m trying to set those same v

  • Select certificate for encrypted eMail

    Hi folks, I am running the latest version of Snow Leopard 10.6.4 and now have a problem with eMail encryption. I am using this feature since quite a long time without any problems, but with an old Thawte Certificate (free of charge). This certificate

  • System Check

    Dreamweaver CS3 has a systemcheck on your computer's RAM. My computer has 256mb of RAM. Is there any way to get around the check? Shaun Culver.