Error: SAP R/3 DCOM connector

Hi.
I kept receiving COM+ error(eventID 4786)for SAP R/3 DCOM connector:
<i>"The system has called a custom component and that component has failed and generated an exception. This indicates a problem with the custom component. Notify the developer of this component that a failure has occurred and provide them with the information below.
Component Prog ID:
Server Application ID: {90C0B162-33A1-4638-BB05-EB38D7065E01}
Server Application Instance ID:
{DB8B9626-51C4-41D5-A200-09373CAD9ABC}
Server Application Name: SAP R/3 DCOM Connector
The serious nature of this error has caused the process to terminate.
Exception: C0000005
Address: 0x000AECEC
Call Stack:
! + 0xAECEC
OLEAUT32!DispCallFunc + 0x6D3
CCADMIN! + 0x32AB
OLEAUT32! + 0x7BF39
OLEAUT32! + 0x7B1BD
RPCRT4!NdrProxyFreeBuffer + 0xB5
RPCRT4!CStdStubBuffer_Invoke + 0x82
OLEAUT32!VarMonthName + 0xCF89
ole32!StgGetIFillLockBytesOnFile + 0x10439
ole32!StgGetIFillLockBytesOnFile + 0x103E3
ole32!CoReleaseMarshalData + 0x7DC
ole32!CoReleaseMarshalData + 0x701
ole32!StgGetIFillLockBytesOnFile + 0x10319
ole32!StgGetIFillLockBytesOnFile + 0x101C4
ole32!StgGetIFillLockBytesOnFile + 0xFF1D
RPCRT4!NdrGetTypeFlags + 0x1C9
RPCRT4!NdrGetTypeFlags + 0x12E
RPCRT4!NdrGetTypeFlags + 0x5A
RPCRT4!CreateStubFromTypeInfo + 0x2E2
RPCRT4!CreateStubFromTypeInfo + 0x323
RPCRT4!NdrConformantArrayFree + 0x28B
RPCRT4!I_RpcBCacheFree + 0x14C
RPCRT4!I_RpcBCacheFree + 0x5EA
RPCRT4!I_RpcBCacheFree + 0x403
RPCRT4!I_RpcBCacheFree + 0x5D2
kernel32!GetModuleFileNameA + 0x1B4
"</i>
and Application Error(EventID1000):
<i>"Faulting application dllhost.exe, version 5.1.2600.2180, faulting module unknown, version 0.0.0.0, fault address 0x000aecec."</i>
Besides, i had ErrorID "CALL_FUNCTION_REMOTE_ERROR" (ST22) when calling RFC.
Does anyone know what's wrong?

Hi,
Is this what you are looking for?
http://help.sap.com/saphelp_46c/helpdata/de/ae/409e36cf0ecb7de10000009b38f889/frameset.htm
Regards
Vijaya

Similar Messages

  • Call RFC with DLL created with DCOM CONNECTOR

    I try to call a RFC with a DLL that i created with the SAP R/3 DCOM CONNECTOR (Release 4.5.B):
    My external soft calls the DLL, which calls the RFC, which calls a transaction (Call Transaction Mode N, Update S)...
    When i test the RFC in SAP (SE37), it's OK.
    But when i call the RFC with my soft (and with the DLL), the Call Transaction returns sy-subrc = 1.001 (the methode "AdviseRfcGuiSink" included in the DLL allows me to launch the debugging with my external soft).
    I found no SAP notes about this problem.
    If you met the same problem, could you help me ?
    Thanks.
    Julien.

    Some Years later I have the same Problem.
    As discripet in the post before - first I've got an error in the Method "CreateNewRow()" where the Method wants to return "return new byte[]()". Well I don't know why the .Net-Connector creates that code - but it looks strange to me.
    The origin Code is:
        /// <summary>
        /// Creates an empty new row of type byte[].
        /// </summary>
        /// <returns>The newbyte[].</returns>
           public override object CreateNewRow()
                return new byte[]();;
    With Changing that method I've got the same Error as in the post before:
    System exception thrown while marshaling RFCTYPE_XMLDATAto .NET type.
    Does someone has found a solution for that kind of Problem?

  • BAPI CommitWork error DCOM Connector

    I have a VB program using BAPIs with the DCOM Connector. The BAPI object and session object are exported to an MTS
    server machine. In the VB program I create a global oSession object and logon to R/3 at the form load event. In one function I instantiate the BAPI Object locally with Set oBO = oSession.CreateInstance("BOprogId"), and run some methods on the object that work fine and Set oBO = nothing at the end of the function.
    In a followup function I instantiate the BO again locally with Set oBO = CreateInstance("BOprogid"), then do a change method on instance dependant object after doing oBO.InitKeys. The BAPI return is succesful, so I want to commit the change and issue an oSession.CommitWork. The DCOM connector monitor shows the last function is ABAP4_COMMIT_WORK but it remains in an active state there and the VB program gets a nonzero return: error> -2147023170, automation error The remote procedure call failed. I don't know why this happens.
    If I use oBO.CommitWork I get an error also: -2147467259 Object created in Session, so I assume if you instantiate an object with oSession.CreateInstance you have to commit
    changes using the Session object.
    If I use Set oBO = CreateObject("BOprogId") and commit with oBO.Commit, it works without error. This is not practical since I need to enqueue the SAP object in the first function with oBO.Enqueue method before the user makes changes in the UI. When the user requests the update I invoke the change function, then oBO.Dequeue, then oSession.CommitWork.
    Can you tell me why the commit fails, or what I may be doing wrong? Incedentanlly, the SAP object is sucessfully
    changed. The change BAPI does not have a commit work, so my program must request it.
    Please don't suggest using the dotNet Connector, this is not an option for this project.
    Thank you.

    Dear Rhonda,
    Which OS installed on your machine ? I fronted the same problem with windows 200 and windows server 2003.
    On windows 2000 you have to register: msado15.dll and msado15r.dll.
    On windows 2003 server you have to install MDAC 2.8 and the register those two files.
    If you still have problem feel free to email me.
    Good luck,
    Shay E

  • SAP DCOM Connector message wrong codepage

    Hi!
    I need help.
    I've got RFC module that executing report through submit.
    Report is generating error messages. When I'm trying to call RFC module through SAP DCOM Connector, I'm always get message text with wrong codepage. Than I'm saying wrong code page, I mean sap server iternal code page, not a windows code page. Any other data transfer works fine with correct windows code page.
    SAP code page is 1500.
    Windows code page is 1504.
    Do you have any solutions?

    I'm using SAP DCOM Connector Version 6.20(english). I don't know where I can get russian version of this product. It seems there is no such one. I don't really know who wrong or right, maybe SAP or DCOM software, because in trace log of DCOM connector I've got something like this:
    >>>>         RFC MESSAGE/ERROR : 104
    RFC_ERROR_SYSTEM_FAILURE
    ³àãßßþÒþÙ ßþØáÚ ÝÕ àÐ×àÕèÕÝ.
    >>>> rfccoctx:985  closing RFC connection (context 016B6708)
    >>>>     FREE abrfcio.c 3253 (26582468)
      -{4A8EB0A1-4D42-44C0-8F2D-1B359DAE74CC}
    Trace file opened at 20050727 132222 Russian Dayligh, SAP-REL 620,0,480 RFC-VER 3 525755 MT-SL
    >>>> rfccopar:100  End Function ( Parameter FILESIZE: Type 8 Length 4 Variant 16387 Req. Vartype 16387 ).
    >>>> rfccopar:100  End Function ( Parameter HTML: Type 5 Length 255 Variant 16393 Req. Vartype 9 ).
    >>>> rfccopar:100  End Function ( Parameter PAR: Type 5 Length 286 Variant 9 Req. Vartype 9 ).
    >>>> rfccopar:100  End Function ( Parameter PDF: Type 5 Length 134 Variant 16393 Req. Vartype 9 ).
    >>>> rfccopar:100  End Function ( Parameter RETURN: Type 5 Length 548 Variant 16393 Req. Vartype 9 ).
    >>>> rfccoctx:1077 SetAbort (context 016B6708)
    sapmtx.h:1273 Error code 0x80004004 ().
    >>>> rfccoctx:720  return to dispenser (context 016B6708)
    >>>> rfccosrc:184  Dispenser: returning resource 016B6718 ...
    >>>> rfccosrc:195  Dispenser: resource 016B670C broken ...
    >>>> rfccoctx:1029 releasing resource (context 016B6708)
    Text of error message we have here in wrong code page(SAP internal-1500), then other text from SAP in correct code page(1504). How to force DCOM software to use correct code page for FREE messages?

  • Error when building object with DCOM Connector

    Hello everybody,
    I'm new to SAP programming so please forgive my ignorance...
    We are trying to build a com object to call some RFC-functions from a VB 6 application. We use DCOM Connector V6.2, I have MS Visual C++ 6.0 installed, unfortunately I don't know the R/3 version of our client.
    Every time I click the button "Build Component DLL", the following message appears: "cannot read value of registry entry software\sap\mts\proxygenerator\additionalincludedirs"
    This registry entry exists, so I don't know, whats wrong. I run DCOM Connector on Win XP, IE 6. I also tried on a Windows 2000 system, with the same error message.
    I hope you can help me, I searched a long time on the forums and didn't find anything.

    Obviously my question did not get to much interest. Luckily I found out the answer myself.
    The message from the component builder results from this registry key beeing empty. For some reason the SAP GUI installation routine did not fill it out. I then found that by inserting whatever value into that key, the compilation started and hung with another error (file mkenv.inc not found). After surching for that file I found it was installed in C:\Programme\SAP\FrontEnd\SAPgui\rfcsdk\include
    So, bingo, the empty registry value "software\sap\mts\proxygenerator\additionalincludedirs" must be filled "C:\Programme\SAP\FrontEnd\SAPgui\rfcsdk\include" or what corresponds to your installation and it works. At least the component dll was built, I have to test now if it is running correctly...

  • SAP DCOM Connector on Windows Server 2008

    Does anybody know, if it is possible to use the "old" SAP DCOM Connector on a Windows Server 2008 ?
    I want to migrate an old ASP Web Solution with DCOM Connection to SAP from Windows 2003 Server to Windows 2008 Server.
    When I try to install the DCOM Connector I get the Error Message:
    "Setup could not find ActivX(R) Data Objects verion 2.5 or higher on your computer...."
    That is strange, because ADO is there under C:\Program Files\Common Files\System\ado !
    Thanks in advance for your help !

    This forum is dedicated to all other development-related questions which are not directly addressed by other forums. This includes Business Objects SDKs, products, or technologies which do not fall under BusinessObjects Enterprise, BusinessObjects Edge, Crystal Reports Server, or Crystal Reports (for example Desktop Intelligence SDK, Universe Designer SDK, Portal Integration Kits, Java User Function Libraries, and other third party technologies or development languages).
    I think, you'll have better luck getting an answer in one of the SAP product forums.
    Ludek

  • CR 2008 on SAP BW : Error on file filename : Database Connector Error

    Hi,
    We are facing a rather strange problem in our Prod box.
    When we run a CR with a mandatory parameter from EP or Infoview,
    For the first available LOV on Plant,  (Plant is the Mandatory Parameter entry for the report)
    For the first execution,
    the Crystal report fails to execute and throws the following error.
    Error on file <filename>: Database Connector Error
    When we re-run the report with the same parameters, it executes and displays the result.
    We are using Crystal Reports 2008 on SAP BW Query with SAP BW MDX Driver
    Since the users currently access this report, we need this get resolved asap.
    Any help is greatly appreciated.

    Hi,
    this is a forum so people will answer questions when they get to it.
    if you need help "asap" then I would suggest you open a case with SAP Support
    Ingo

  • When using the DCOM connector to build component dll,Error ...

    When ussing the DCOM connector to build component dll,
    i get an error massage saying.
    "Nmake in Project directory failed. A detailed description of the error can be found in C:\Documents and Settings\CTHuang0\My Documents\Lib2\SAPInterface.log "
    and the error massage log note as below
    PS :I have installed VC6.0
    well...thanks for your respond
    C:\Documents and Settings\CTHuang0\My Documents\Lib2>CALL "C:\Program Files\Microsoft Visual Studio\VC98\bin\vcvars32.bat"
    Setting environment for using Microsoft Visual C++ tools.
    Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
    Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
         midl.exe /Oicf /h "SAPInterface.h" /iid "SAPInterface_i.c" "SAPInterface.idl"
    Microsoft (R) MIDL Compiler Version 5.01.0164 
    Copyright (c) Microsoft Corp 1991-1997. All rights reserved.
    Processing .\SAPInterface.idl
    SAPInterface.idl
    Processing C:\PROGRA1\MICROS3\VC98\INCLUDE\oaidl.idl
    oaidl.idl
    Processing C:\PROGRA1\MICROS3\VC98\INCLUDE\objidl.idl
    objidl.idl
    Processing C:\PROGRA1\MICROS3\VC98\INCLUDE\unknwn.idl
    unknwn.idl
    Processing C:\PROGRA1\MICROS3\VC98\INCLUDE\wtypes.idl
    wtypes.idl
    Processing C:\PROGRA1\MICROS3\VC98\INCLUDE\ocidl.idl
    ocidl.idl
    Processing C:\PROGRA1\MICROS3\VC98\INCLUDE\oleidl.idl
    oleidl.idl
    Processing C:\PROGRA1\MICROS3\VC98\INCLUDE\servprov.idl
    servprov.idl
    Processing C:\PROGRA1\MICROS3\VC98\INCLUDE\urlmon.idl
    urlmon.idl
    Processing C:\PROGRA1\MICROS3\VC98\INCLUDE\msxml.idl
    msxml.idl
    Processing C:\Program Files\SAPpc\SAPGUI\rfcsdk\include\sapconn.idl
    sapconn.idl
         rc.exe /l 0x407 /fo "SAPInterface.res" /d "NDEBUG" "SAPInterface.rc"
         cl.exe /nologo /GX /MD /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_ATL_DLL" /FD /c /Fp"SAPInterface.pch" /Yc"SAPInterfaceAfx.h" SAPInterfaceAfx.cpp
    SAPInterfaceAfx.cpp
    ztsd0005.h(227) : error C2059: syntax error : 'constant'
    ztsd0005.h(228) : error C2143: syntax error : missing ';' before '}'
    zssd0021_atp.h(53) : error C2059: syntax error : 'constant'
    zssd0021_atp.h(54) : error C2146: syntax error : missing ';' before identifier 'rfc_padd_4_4bperC'
    zssd0021_atp.h(54) : error C2059: syntax error : 'constant'

    Still having the same problem. Ever the optimist, I submit the following info.
    Error window screenshot can be found here: https://dl.dropboxusercontent.com/u/22465174/safari/safari_fail_01.JPG
    Enent log entry can be found here: https://dl.dropboxusercontent.com/u/22465174/safari/safari_fail_02.txt
    Version info can be found here: https://dl.dropboxusercontent.com/u/22465174/safari/safari_fail_03.JPG

  • SAP DCOM Connector

    Hello All,
    Is it possible to use DCOM connector technique to make data available in MS Excel from SAP ECC6.0 without going to SAP GUI? I know it was possible in older versions, but I am not sure about ECC 6.0 as now Duet Add-on is introduced.
    Thanks and regards,
    Chishre

    Hi chishre,
    You cans till use DCOM connector to upload data into the Excel with the higher versions. However, it is advisable to go with Duet since it has been integrated with SAP Higher versions and SAP made data download and upload easy for the SAP User through this functionality.
    Hope this helps.
    Thanks,
    Naga

  • DCOM Connector for SAP SAP 5.x

    Does any one know that the DCOM Connector works with SAP 5.x for BAPI calls? Or SAP 5 only works with .Net Connector?
    Regards,
    Jingmin Wei

    I've answered to this question in the thread:
    SAP DCOM Connector Download
    Check it.

  • DCOM connector: could not load dll

    When I want to add a dll file (created with DCOM connector) to the component services, I get an error 'could not load dll, check to make sure all application runtime files are present etc'.
    This only occurs with a dll created on another machine (but with all the same settings; user, rfc's, etc).
    Anyone can please help me? This is quite urgent :o(

    Hi,
    Can I ask where you found the SAP DCOM connector?  I cannot seem to find it anywhere on the internet
    If you could help me / send the dcom files to me I would be much apprecaited
    Thanks
    Stu

  • BAPI CommitWork fails DCOM Connector

    I have a VB program using BAPIs with the DCOM Connector. The BAPI object and session object are exported to an MTS
    server machine. In the VB program I create a global oSession object and logon to R/3 at the form load event. In one function I instantiate the BAPI Object locally with Set oBO = oSession.CreateInstance("BOprogId"), and run some methods on the object that work fine and Set oBO = nothing at the end of the function.
    In a followup function I instantiate the BO again locally with Set oBO = CreateInstance("BOprogid"), then do a change method on instance dependant object after doing oBO.InitKeys. The BAPI return is succesful, so I want to commit the change and issue an oSession.CommitWork. The DCOM connector monitor shows the last function is ABAP4_COMMIT_WORK but it remains in an active state there and the VB program gets a nonzero return: error> -2147023170, automation error The remote procedure call failed. I don't know why this happens. If I use oBO.CommitWork I get an error also: -2147467259 Object created in Session, so I assume if you instantiate an object with oSession.CreateInstance you have to commit changes using the Session object.
    If I use Set oBO = CreateObject("BOprogId") and commit with oBO.Commit, it works without error. This is not practical since I need to enqueue the SAP object in the first function with oBO.Enqueue method before the user makes changes in the UI. When the user requests the update I invoke the change function, then oBO.Dequeue, then oSession.CommitWork.
    Can you tell me why the commit fails, or what I may be doing wrong? Incedentanlly, the SAP object is sucessfully
    changed. The change BAPI does not have a commit work, so my program must request it.
    Please don't suggest using the dotNet Connector, this is not an option for this project.
    Thank you.

    Refer to this link
    SAP Business One SDK Version 2005 [original link is broken]
    Search here for sap software distribution center link
    https://websmp203.sap-ag.de/~form/handler?_APP=00200682500000001943&_EVENT=SEARCH&HIDE=&SEARCH_SPAT=X&SEARCH_BPAT=X&SEARCH_CD=X&SEARCH_P=X&SEARCH_PV=X&SEARCH_C=X&SEARCH_CV=X&SEARCH_TA=&SEARCH_V=&HIDE_EXPERT_SEARCH=X&SEARCH_MAX_RESULT=20
    Regds
    Manohar

  • Error while Test Connection with Connector

    hi all:
         there is an error while  Test Connection with Connector , I also test it through sys administration->sys configuration->
    suport -> sap transaction, I got all errors, I put these two errors as folows, could you please tell me how to sovle it
    ***************ERROR 1 while *error while Test Connection with Connector ******************************************************
    Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this
    system object
      Results
    Retrieval of default alias successful
    Connection failed. Make sure that Single Sign-On is configured correctly
    ************error sys administration->sys configuration-> suport -> sap transaction        ********************** 1.5 #0025B3E02892006100000A0800001798000487530FB0122E#1274690722265#com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt
    .runtime#guodongdong#47472##n/a##690347f0670e11df98cc0025b3e02892#SAPEngine_Application_Thread[impl:3]
    9##0#0#Error##Java###04:4524/05/10_0077_6087550
    [EXCEPTION]
    #1#com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Application URL
    &\#39;:///sap(ZT1KVXBWektldldTeV9QQXBXRjNaWTRBLS1OZmRvZzBRWWY2QmN0WThNUmgqdUlRLS0=)/bc/gui/sap/its/webgui&\#39; is not valid!
    Please check the protocol and host entries for system &\#39;sapdev&\#39;.
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass
    (AbstractIntegratorComponent.java:123)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:523)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:412)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process
    (ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

    Hi,
    As per this part of the trace:
    Exception in SAP Application Integrator occured: Application URL &\#39;:///sap(ZT1KVXBWektldldTeV9QQXBXRjNaWTRBLS1OZmRvZzBRWWY2QmN0WThNUmgqdUlRLS0=)/bc/gui/sap/its/webgui&\#39; is not valid! Please check the protocol and host entries for system &\#39;sapdev&\#39;. at ...
    You can clearly see that the system object 'sapdev' is not configured correctly/at all - you are trying to launch transaction iView
    (WEBGUI) and in order to do so you should configure the 'internet transaction server' category of the system  object
    with the hostname of the ITS server.
    Generally the template is
    <System.Access.ITS.protocol>://<System.Access.ITS.hostname>/sap<ESID>/bc/gui/sap/its/webgui?\....
    So that's why you got
    Please check the protocol and host entries for system ..

  • Integrating FIM with SAP using web services connector

    Hi 
    I am implementing the FIM web services connector to integrate with SAP. The MS connector config guide for SAP documentation seems to me missing some content or at least I think it might be written for an earlier version of
    SAP than the version we are working with(different screenshots, options, etc). The version of SAP we have implemented is EHP6 for SAP ERP6 which I believe translates to ECC6.
    SAP web services have been configured and FIM performs successful discovery of the wsdl endpoint and BAPI operations as expected. Our issue is that FIM fails to run a full import. From the digging around web service config and error logs two observations comes
    out:
    1. FIM Full Import workflow does not render correctly through the web service configuration tool and complains of a duplicate attribute "xml:space is a duplicate attribute on line on line 424 on position 103". Review of the wsconfig generated by the
    webservice config tool points to an variable supplied to a construct the query to a BAPI of HR infotype 0006. Extract below:
    ...<InArgument x:TypeArguments="d:BAPIP0006L" xml:space="preserve">[If(Not IsNothing(addressInfo) AndAlso Not IsNothing(addressInfo.item), addressInfo.item, Enumerable.Empty(Of BAPIP0006L)()).
    OrderByDescending(Function(a) DateTime.ParseExact(a.VALIDBEGIN, dataSourceDateFormatValue, Nothing)).
    ThenByDescending(Function(a) Integer.Parse(a.RECORDNR)).FirstOrDefault()]</InArgument>...
    I can only guess that it means the query should keep the spaces within the string it passes to SAP but this is where my understanding stops.
    2. SAP returns errors about not implementing a BAPI EMPLOYEE_GETDATA function which is not part of the exposed BAPI operations. Well the obvious solution to this would be expose this missing operation (which is undocumented in MS config guide) however this
    BAPI is a core requirement to retrieve person information. I would be hugely surprised if this operation was not factored into the config. This makes me think that to understand this better I need to resolve issue 1 first and get the rendering sorted first. 
    Has anyone come across the above issues with a recent implementation with this connector? Or help point me in the right direction? 
    any help would be greatly appreciated!
    thanks!!

    Hi Joe,
    you most probably missed the sentence "Add the required BAPI’s in the function group and select those required BAPI’s and click continue." in the "Connector for SAP.docx" document on page 8. In other words your webservice does not provide the required
    BAPIs.
    In the "DefaultSAPECC_6.wsconfig" the workflows for import and export require specific BAPIs.
    Also make sure that your Service Definition has got the same name as in the documentation and the workflow template.
    I was fighting with this for the last 4 days but in the end got it working.
    Hope this helps
    Chris

  • Error in file filename : Database Connector Error

    Dears,
    I face a problem from several days with one of my deployed reports to CMS.
    The problem is the same reports run for some users and other users keeps to give them this error:
    Error in file <filename>: Database Connector Error
    Note: there is no filteration or any condition on users name and data resulted from this report is one for all users.
    I tried everything, even i remove all objects from the report and keep only page headers it works.
    But, if i readded any field from my DB object in crystal report the error appears again.
    Please help, Thanks in advance.

    Hello,
    You are using the original release of Cr XI R2. This has likely been fixed after applying all Service Packs and Fix Packs.
    You should update the BOE Servers also so before doing so please check with the BOE Administrator.
    To get the BOE patches you have to log into Service Market Place. To get CR patches make sure you have your keycode saved and available.
    Uninstall CR using the Add/Remove Programs in Control Panel and then use the Full version of CR XI R2 Service Pack 4 and you can then apply SP 6, if it requires SP 5 first please do so:
    https://smpdl.sap-ag.de/~sapidp/012002523100011802732008E/crxir2_sp4_full_build.exe
    https://smpdl.sap-ag.de/~sapidp/012002523100013876392008E/crxir2win_sp5.exe
    https://smpdl.sap-ag.de/~sapidp/012002523100015859952009E/crxir2win_sp6.exe
    We do recommend that BOE and CR be on the same patch level.
    Thank you
    Don

Maybe you are looking for

  • Tooltip for IR report(Apex 3.2)header column

    Hello Everyone, I need help in setting up a tooltip for report hearder in interactive reports. I tried the following methods: 1) By assigning a div title for column Deptno(This code is taken from the html source of IR report column): <th id="DEPTNO"

  • 50 Hz interferen​ce with DSP

    I have a very sophisticated DSP package developed in LV that analyzes biomedical signals at 256 sps. In the US the code works perfectly but in Europe, with some laptops, the code does not function correctly and 50 Hz "noise" is present. There are a f

  • Migration from Business Connector to XI

    Experts, when migrating from BCo to XI, what is the approach? What r the things that can be considered? How can we compare XI and BC? Any links should help me. Thanks, -Naveen.

  • Picture thumb nails not showing up?

    i have i photo version 4 a nd i was running out of space on the harddrive, so i purchased an external hard drive to store photos on and free up space on my main drive. i copied some photos from my root photo directory and now when i go to my iphoto l

  • X3 very low message and alarm tone

    plz help me my nokia X3 message tones and alarm tones r very soft and i cant hear them even if its in max volum.....plz help