Business Connector Package Error

Hi
we use BC 4.7 and need now the new Package ELSTER_EXT. I have installed it as describe in Note 1266092. The Install was without any errors, but BC doesn't load the ELSTER_EXT Package. When I load the package manually following appears
"Service 'sap.elster:startup' is not operational. To run this service, first recompile the Java Source"
Can anyone tell me how I can do this?
KG
Martin

Hi Stefan,
I have now solved the Problem. CoreFIx 9 was implemented but not SR8.
KG
Martin

Similar Messages

  • Business connector installation error

    Dear community,
    I am trying to install bc 4.8 x64 on win2008 R2 x64 std ed.server (in vmware).
    When I run the installer (BCServer48_x64.exe or BCServerXpt48_x64) I get an error:
    >business connector install could not find a java virtual machine to load
    >you may need to reinstall a supported java virtual machine
    As I understand it there is a sap jvm integrated, so separate jre install is not needed.
    In any case I have also installed separate java :
    >java -version
    java version "1.6.0_24"
    Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
    but this does not change the error.
    Win2008 R2 is supported according to pam and note 1094412.
    I have tried using compatibility settings for win server 2003 but no change.
    Any advice ?
    Rgds, Eirikur.

    It would have been helpful if you shared how to execute this fix.
    Here by the way I fixed it:
    First:
    Make sure you have a JDK installed!
    I used: JDK 6: sapjvm-6.1.043-ntamd64.zip
    You can find it here: https://tools.netweaver.ondemand.com/  Press the Additional software tab.
    Second:
    Go to: http://java.com/en/download/help/path.xml
    Here they will explain you how to edit the PATH for different OS. The Windows 7 fix works on Windows Server 2008 R2.
    Third:
    For windows Users:
    When you have the Edit PATH screen open add the correct path that leads to your JDK.
    For me it was: ";C:\Program Files\Java\sapjvm_6\bin" (Paste without the quotes but add a ; in front of your path)
    Kind regards
    Jérémy

  • Business connector developer-Error message 'No IDOC found in input'

    Hi,
    Please note that this query is related to business connector developer not to XI.
    I have created a flow service based on an IDOC. When I tried to test the service from the business connector developer it gives me an error 'No idoc found in input'. I have done the setting based on the business connector configuration guide. The idoc also send to the port successfully.
    Can anyone guide me how to trigger the test from business connector developer for an idoc.
    Thanks
    Jim.
    Edited by: Jim Jose on Jul 13, 2011 5:58 PM

    Hi,
    Probably you would have created the routing today, with valid from todays date. But the order you are creating may be with start date in past and system is not able to find and valid routing for the day.
    I would suggest you to remove both the Basic "Start" and "End" and change the scheduling type to "Current date Scheduling", now enter. If system still not finding the routing, use the function "Read PP Master data".
    Regards,
    Prasobh

  • Business connector http error

    Hi XI'ers,
    For those who know about business connector and java errors.
    We are sending bapi (BAPI_POEC_XML_SEND) to business connector. Everything is ok until the HTTP request to our client which is failing.
    The error is :
    "java.lang.ArrayIndexOutOfBoundsException: Array index out of range: -1
         at com.wm.util.List.elementAt(List.java:101)
         at com.wm.lang.xml.token.BlockInputBuffer.getChar(BlockInputBuffer.java:59)..."
    The http request is used with method post.
    Thanks for any support.
    Best regards,
    Laurent.

    Hello Aamir,
    I'm talking about business connector not xi.
    I know this not the place but before xi there was business connector and there's no forum for this tool anymore.
    If someone knows what i'm talking about thanks for your help.
    Regards,
    Laurent

  • Business connector idoc error

    hi,
    i am getting these errors continously in bc server after restart of sap due to which there is data loss in the inbound messages to sap.outbound messages were processed every time sap was started.the errors are as follows:
    com.sap.mw.idoc.IDoc$Exception: (3) IDOC_ERROR_ILLEGAL_TYPE: The document does not correspond to the associated repository.
    at com.sap.mw.idoc.jco.JCoIDoc$JCoDocumentList.add(JCoIDoc.java:3095)
    at com.wm.pkg.sap.rfc.SAPSession.sendIDoc(SAPSession.java:671)
    at pub.sap.client.sendIDoc(client.java:356)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:281)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:709)
    at com.wm.app.b2b.server.BaseService.invoke(BaseService.java:140)
    at com.wm.lang.flow.FlowInvoke.invoke(FlowInvoke.java:292)
    at com.wm.lang.flow.FlowState.invokeNode(FlowState.java:559)
    at com.wm.lang.flow.FlowState.step(FlowState.java:430)
    at com.wm.lang.flow.FlowState.invoke(FlowState.java:400)
    at com.wm.app.b2b.server.FlowSvcImpl.baseInvoke(FlowSvcImpl.java:1786)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:709)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:496)
    at wm.server.net.EmailTransaction$RunService.write(EmailTransaction.java:1375)
    at wm.server.net.EmailTransaction$RunService.run(EmailTransaction.java:1218)
    at com.wm.util.pool.PooledThread.run(C:/NT/Perforce/basis/4.1.0-terra/module/core/source/com/wm/util/pool/PooledThread.java:103)
    at java.lang.Thread.run(Unknown Source)
    and am also getting rfc error as follows:
    com.sap.mw.jco.JCO$Exception: (108) RFC_ERROR_INTERNAL: internal error
    at com.sap.mw.jco.rfc.MiddlewareRFC$Client.nativeCreateTID(Native Method)
    at com.sap.mw.jco.rfc.MiddlewareRFC$Client.createTID(MiddlewareRFC.java:1246)
    at com.sap.mw.jco.JCO$Client.createTID(JCO.java:3903)
    at com.wm.pkg.sap.rfc.SAPSession.createTID(SAPSession.java:768)
    at pub.sap.client.createTID(client.java:373)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:281)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:709)
    at com.wm.app.b2b.server.BaseService.invoke(BaseService.java:140)
    at com.wm.lang.flow.FlowInvoke.invoke(FlowInvoke.java:292)
    at com.wm.lang.flow.FlowState.invokeNode(FlowState.java:559)
    at com.wm.lang.flow.FlowState.step(FlowState.java:430)
    at com.wm.lang.flow.FlowState.invoke(FlowState.java:400)
    at com.wm.app.b2b.server.FlowSvcImpl.baseInvoke(FlowSvcImpl.java:1786)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:709)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:496)
    at wm.server.net.EmailTransaction$RunService.write(EmailTransaction.java:1375)
    at wm.server.net.EmailTransaction$RunService.run(EmailTransaction.java:1218)
    at com.wm.util.pool.PooledThread.run(C:/NT/Perforce/basis/4.1.0-terra/module/core/source/com/wm/util/pool/PooledThread.java:103)
    at java.lang.Thread.run(Unknown Source) .
    please let me know rootcause of these errors and wat can be done to resolve it soon
    thanks in advance,
    regards,
    priya.

    Not sure if it will help, but have you tried to flush the structure cache? I think you will have problems if the structure of the IDoc has changed in the R/3 system and the Business Connector is not aware of the change.
    BR,
    Tony.

  • Changed Business Component Package Error

    I have created a new Business Component Package and moved the objects from another package to the new package using the right click on the class files.
    ie custom.oracle.apps.fnd.budget to custom.oracle.apps.gl.budget .
    compiling each item individually says all ok no errors/warnings etc. However i get errors in relation to objects that I thought I had removed a while ago.
    Error: can't read: C:\jdev9i\jdevhome\jdev\myprojects\custom\oracle\gl\fnd\budget\webui\common\BudgetCTVORowImplMsgBundle.java
    and
    Error: unable to copy to output directory, Audit_Entry_VL.xml not found
    I have no use at all for these files, but the workspace/project does not compile successfully.

    Which option exactly are you using on right click?
    Moreover filename BudgetCTVORowImplMsgBundle.java sounds weird , that too in folder webui\common. Ideally they should be in server folder. Lot of things look wrong on your code setup.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • OutofMemory Error in Business connector

    Hi,
    I am facing OutofMemory Error while installing a package(3MB) on Business connector 4.0.1 system on windows 2000 and I see none of the services are loaded.
    I have set the maximum ram to 1024M in the server.sh and also installed latest SR7. But still the error faced.
    Please help if someone know what could be the solution.

    Hi,
    you should take care that you sweep regularly the SAP-transaction-log. There is a transaction 'sweepTransaction' which can be scheduled on a regurlar basis to get rid of old transactions.
    Another possible reason is that your service is consuming vast amounts of main memory, this could happen with very large objects, i.e. extremely big xml-files.
    Refer this thread from an external website which has answers to your query.
    http://www.wmusers.com/wmusers/messages/117/48840.shtml?1106329484
    Please reward points if it helps
    Thanks
    Vikranth

  • GB e-filing  - Business Connector Error

    Hi,
    SAP version: ECC5
    Business Connector version: 4.7 SSL (along with Hotfix 5)
    Our HR functional consultant is trying to execute the program RPCEOYG0 to generate XML data with Zip option to send forms to Inland Revenue. As long as the zip option is not chosen, the program works fine, respective forms are generated in XML and sent to Business Connector. When zip option is chosen, the program gives an error:
    <b>
    [B2BSERV.0026.9201] Unknown service: GBOUTGOING:HR
    Message no. 3G001
    </b>
    According to the configuration guide, there is a service called HR_GB_EF_GZIP in the e-filing package that needs to be set up, in addition to the 6 other services. Thats all done and dusted. But it seems there is something wrong with the service itself thats causing the problem.
    Has anyone faced this issue before?
    Thanks and regards,
    Shehryar

    Hi Shehryar,
    We are also facing the same error and issue.Can you please let us know where the problem lies.
    When we give zip or unzip in both the cases we are getting the below error.
    <b>RFC Error:[B2BSERV:0026.9201 UNKNOWN SERVICE GBOUTGOING HR</b>
    SAP VERSION : 4.7
    BC Version: 4.6
    Waiting for your inputs .
    Regards
    Rani A
    Message was edited by:
            Rani A

  • RFC Error while trying to access function module from business connector

    Hi,
    I am getting the following RFc exceptions in BC server when we invoke the service pub.sap.client:invoke fail as a flow step in Idoc_Status_Add(this service is calling a function module in sap namely ZYBC_IDOC_STATUS_ADD_FROM_BC which Adds status to Idoc (from Business Connector).But no trace of failures are recorded in sap side
    except 1: rfc_failure in BC trace files under monitoring.I need to know the root cause of these errors as the same services have run finely later and IDOCs were also processed successfully without any problem.
    com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: See RFC trace file or SAP system log for more details
    at com.sap.mw.jco.rfc.MiddlewareRFC$Client.nativeExecute(Native Method)
    at com.sap.mw.jco.rfc.MiddlewareRFC$Client.execute(MiddlewareRFC.java:1217)
    at com.sap.mw.jco.JCO$Client.execute(JCO.java:3684)
    at com.sap.mw.jco.JCO$Client.execute(JCO.java:3129)
    at com.wm.pkg.sap.rfc.SAPSession.invoke(SAPSession.java:437)
    at pub.sap.client.invoke(client.java:297)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:281)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:709)
    at com.wm.app.b2b.server.BaseService.invoke(BaseService.java:140)
    at com.wm.lang.flow.FlowInvoke.invoke(FlowInvoke.java:292)
    at com.wm.lang.flow.FlowState.invokeNode(FlowState.java:559)
    at com.wm.lang.flow.FlowState.step(FlowState.java:430)
    at com.wm.lang.flow.FlowState.invoke(FlowState.java:400)
    at com.wm.app.b2b.server.FlowSvcImpl.baseInvoke(FlowSvcImpl.java:1786)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:709)
    at com.wm.app.b2b.server.BaseService.invoke(BaseService.java:140)
    at com.wm.lang.flow.FlowInvoke.invoke(FlowInvoke.java:292)
    at com.wm.lang.flow.FlowState.invokeNode(FlowState.java:559)
    at com.wm.lang.flow.FlowState.step(FlowState.java:430)
    at com.wm.lang.flow.FlowState.invoke(FlowState.java:400)
    at com.wm.app.b2b.server.FlowSvcImpl.baseInvoke(FlowSvcImpl.java:1786)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:709)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:496)
    at wm.server.net.EmailTransaction$RunService.write(EmailTransaction.java:1375)
    at wm.server.net.EmailTransaction$RunService.run(EmailTransaction.java:1218)
    at com.wm.util.pool.PooledThread.run(C:/NT/Perforce/basis/4.1.0-terra/module/core/source/com/wm/util/pool/PooledThread.java:103)
    at java.lang.Thread.run(Unknown Source)
    could anyone throw light on how this kind of error can be resolved and why it occured?
    Thanks.

    What does the RFC trace file and log say? Has there been any dump on the SAP server? Check the logs and transaction st22 in your SAP system to see if the RFC-module has dumped.
    My guess is the problem is in the RFC-module, I think you should start looking there.
    regards,
    Dionisios

  • Error message when calling a Business Connector RFC destination from SRM

    Hello all,
    We are facing one problem with data Purchase Order transmission between SRM 5.0 (SRM_SERVER 5.5, extended classic scenario) and Business Connector 4.7.
    We made needed customizing in order to have "XML / XI" output medium available in tab 'Company Data' in "Manage Business Partners" web transaction (by updating BBP_USE_AI table in SM30 transaction).
    Then, we implemented BAdI definition BBP_EBPXML_OUT_BADI with method PURCHASEORDER in order to change XI system type to Business Connector.
    In this way, PO transfer data between SRM and BC is done using BC Module Function BAPI_POEC_XML_SEND (TCP/IP RFC connection was defined for Purchase Order in BBPC_RFCDEST table).
    Nevertheless, even if method BBP_PO_SEND_XML is correctly triggered when PO is created with a vendor with XML output medium, we have in the document output log ("Process Purchase Order" web transaction) an error message:
    ' Error (Unknown Partner and Message Type. Routing Rule created. Sender: SMR Receiver:) when calling RFC destination BC '
    where SRM is the SRM log. sys. and BC the Business Connector log. sys.
    Our EAI team is working on it, but if you have any idea, your are welcome !
    Thank you in advance.
    Regards.
    Laurent

    Hello Christian,
    Thank you for your help. However, we abandoned this solution between SRM and Business Connector.
    So, we followed instructions indicated in OSS note 883693 - "ECS: PO output determination in R/3".
    Nevertheless, in order to restrict this behaviour for specific vendors and purchasing organizations, we added some filters.
    It is working fine.
    However, when the PO is modified in SRM, then order again, PO is modified in R/3 (by the RFC user from SRM) more than once.
    As a consequence, we have as much messages as modifications of the order in R/3 (due to multiple RFC access with the SRM RFC user).
    Does anybody have an idea to have only one R/3 output message when the PO is modified in SRM ?
    One solution could be to check in the NAST table if the time creation of the last output message is lower than, for example, one minute.
    If it is the case, we do not allow R/3 ouput message.
    Any suggestions is welcome.
    Regards.
    Laurent.

  • Importing wmEDI Package in Business Connector

    Hi,
    Could anyone please tell me how to import wmEDI Package in Business Connector and where it is available?

    Hi,
      You will find the relevant informations in www.sapgenie.com and in sapnet.
    regards
    Aveek

  • Sap_ebp Package for Business Connector 4.7

    Hello together,
    can anybody tell me, where I can find the Sap_ebp Package for Business Connector 4.7 and SRM 4.0?!
    I have tried it with following Link
    http://service.sap.com/ocs-download
    but I could not find it there.
    BR
    Jutta

    Hi Jutta,
    it used to be here:
    http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000417060&
    but remember:
    "For SRM 4.0 (SRM SERVER 5.0), SAP does not recommend that you use the Business Connectors in connection with Supplier Relationship Management."
    quote from SAP note 856351
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Business Connector - Out of Memory error

    Hello,
    We have several services running from business connector and some which are called from SAP as remote function calls.  One error which keeps resurfacing is:
    java.lang.reflect.InvocationTargetException:OutOfMemoryError
    Can anyone tell me how to fix this?  At the moment we restart BC and move some log files and it seems to do the trick but we need to start being pro-active to minimise disruption to our clients.
    Any suggestions welcome.
    Thanks,
    Gill

    Hi,
    you should take care that you sweep regularly the SAP-transaction-log. There is a transaction 'sweepTransaction' which can be scheduled on a regurlar basis to get rid of old transactions.
    Another possible reason is that your service is consuming vast amounts of main memory, this could happen with very large objects, i.e. extremely big xml-files.
    Hope you find a solution.
    Regards, Astrid

  • SAP Business Connector 4.8 and Webmethods EDI Package WmEDI

    Hello,
    we want to upgrade our SAP Business Connector to 4.8 and need to install the EDI package provided by Webmethods earlier.
    We now figured out, that the EDI package is not provided anymore for download in the SAP Service Marketplace.
    Any idea, how to get the EDI package (WmEDI)?
    Is it not free anymore?
    Kind Regards
    Tanja

    Hello Tanja,
    Go through these discussions..
    http://www.wmusers.com/forum/thread6212.html
    http://www.wmusers.com/forum/showthread.php?t=13377
    Thanks,
    Satya Kumar

  • SAP ECC 6.0 -- Business Connector / Error:Input values do not contain IDOC

    Hello,
    We have a scenario R/3 4.6C ORDRSP to the SAP business connector which is running fine. When I send the first IDoc the routing roule is created automatically and it can be adapted.
    Now we switched to the ECC 6.0 system but I get the following error message:
    "Input values do not contain IDOC" and no routing roule is created either. The status of the IDoc is 03.
    Do you have any idea what the problem could be? Could it have anything to do with ECC 6.0?
    Thank you for your support.

    Hi,
    I hope you must have added new SAP ECC system under SAP tab on SAP BC page.
    To check exact error information:
    FIrst open SAP BC page in browser (http://localhoet:port)
    Go to transaction tab, and there under TID box, enter transaction id corresponding to SM58. And check what it says.
    About routing rule:
    BC automatically creates routing rule, if not you can edit and direct them to correct process flow, or you can create new routing rule, as BC need routing rule to move IDOC ahead.
    Please let us know further about error information, so that we can help you further.
    Divyesh

Maybe you are looking for