Get an error when testing the connection

Hi
I'm using the B1i with SBO 2007.
I'm able to create my own system. I filled in everything except under the field "jcoPath". Do we need to fill in the rest???
I get the following error when I test the connection
HTTP Status 404 - com.sap.b1i.xcellerator.RejectedException: XCE045 IPO-Step not known: /0010000102.testconnection/com.sap.b1i.system.sld/ipo/SystemConnection.ipo/testconnection
type Status report
message com.sap.b1i.xcellerator.RejectedException: XCE045 IPO-Step not known: /0010000102.testconnection/com.sap.b1i.system.sld/ipo/SystemConnection.ipo/testconnection
description The requested resource (com.sap.b1i.xcellerator.RejectedException: XCE045 IPO-Step not known: /0010000102.testconnection/com.sap.b1i.system.sld/ipo/SystemConnection.ipo/testconnection) is not available.
Apache Tomcat/5.5.17
Can someone please tell me what the problem is???
Thanks in advance

Hi Ian
Thank you for your response, greatly appreciated. If i go to the path you suggest below I do not have the JCO lobaries there.
Mine is under C:\Program Files\SAP\SAP Business One Server\DI API\JCO\LIB because they have changed the file tructure slightly in SAP 2007.
I agree that this should be added but it is still not working.
Any other ideas???
Thanks in advance

Similar Messages

  • SBO error when testing the connection

    Hi all,
    I installed PL04 on a W2003 server, and i get the follwong error when a test the connection to SBO subsidiary. I previously install the same configuration on my dev pc without having this kind of error.
    Can anybody help ?
    Thank you very much.
    Fabrice Nanni
    com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: java.lang.Exception: com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: com.sap.b1i.adapter.dia.ComFailException: com.sap.smb.sbo.wrapper.com.ComFailException: Can't find moniker

    Hello Edward,
    Yes i did install the JCO connectors for SBO on the B1iserver.
    Actually i got the same B1i configuration working on a dev computer (Windows XP) and the connection to SBO is working properly, so i wonder if the problem comes from the O/S server (Windows 2003 server). what do you think ?
    Fabrice.

  • Getting an error when testing the payment flow. Can you please help me?

    I'm getting this when testing a payment flow:
    What do do?
    Thanks in advance, Diego.

    The form is corrupt. This is usually caused by
    a) You mess up the code trying to adjust the design.
    b) You change things in the form cause it to change ID. Be aware of that the form code can change when you use the form-builder. You need to update this manually if you change things in the form causing it to change ID or names for fields.
    c) You have deleted the form in the form builder.

  • My phone keeps getting an error when downloading the new ios

    Even when i connect to itunes i keep getting an error when downloading the new os.  I have made 11 attempts.

    download is corrupt.  I finally solved it.  I had changed my password on my appleid and had not updated it in my phone.  After i got the same error on 3 different desktops i decided the error was in my phone and updated all my settings and the update worked the first time. 
    Thanks for your interest

  • Bootcamp - I'm trying to install windows 8 on my MBPr but getting an error when partitioning the disk. 'An error occurred while partitioning the disk'

    I'm trying to install windows 8 on my MBPr but getting an error when partitioning the disk. 'An error occurred while partitioning the disk'

    You posted your Bootcamp question in the Macbook Pro forum. Your question has been asked and answered many times in the Bootcamp forum. https://discussions.apple.com/community/windows_software/boot_camp
    When you post in the Bootcamp forum include the complete and exact error message.

  • I get this error when submitting the issue to DPS

    Hi am using Woodwing Enterprise to publish folios to the Adobe DPS and it has been okay, I have finished creating of a new issue and I get this error when submitting the issue to DPS : Adobe Distibution Server returned error while calling "createIssue". HTTP code: 401. HTTP message. " Unknown error.". Adobe results message: " Unauthorized for access. See logs for further details." Adobe results status: " UNAUTHORIZED." The DPS account was recently renewed

    Please contact gold support about this issue.

  • I am getting an error when resizing the Mac HD. I had a separate partition for Windows, but have deleted it and want to add the empty 50GB partition to my Mac HD.

    I am getting an error when resizing the Mac HD. I had a separate partition for Windows, but have deleted it and want to add the empty 50GB partition to my Mac HD.

    SparkchaserEd wrote:
    I am getting an error when resizing the Mac HD.
    What does this error say?

  • I am getting an error when opening the organizer saying online services could not be initialized?

    I just installed photoshop elements 11 on my Mac and am receiving an error when opening the organizer.  It is stating that online services could not be initialized and that I need to reinstall.  I tried that and it is still coming up.  What do I do?

    How did you uninstall it?

  • Getting error when testing the webservice in webservice navigator

    hello experts,
    i created the rfc for to delete the calender appointments it was working fine and i created the webservice for this . when i'm trying to test the webservice  with ws navigator  i can insert the values on request screen , but result is this error.
    webservice response :  
    HTTP/1.1 200 OK
    Set-Cookie: <value is hidden>
    content-type: text/xml; charset=utf-8
    content-length: 481
    sap-srt_id: 20110721/115816/v1.00_final_6.40/D40C9E37E8642547AA79FB54A42976E7
    server: SAP Web Application Server (1.0;700)
    <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"><soap-env:Body><n0:YAPPT_DELETE_N_T2Response xmlns:n0="urn:sap-com:document:sap:rfc:functions"><ERROR_MSG><MSG_ID>BC</MSG_ID><MSG_TYPE>E</MSG_TYPE><MSG_NUMBER>020</MSG_NUMBER><MSG_VAR1>D</MSG_VAR1><MSG_VAR2></MSG_VAR2><MSG_VAR3></MSG_VAR3><MSG_VAR4></MSG_VAR4><FIELDNAME>MAINT_INDI</FIELDNAME><TABLEINDEX>000001</TABLEINDEX></ERROR_MSG></n0:YAPPT_DELETE_N_T2Response></soap-env:Body></soap-env:Envelope>
    can anybody guide me how to rectify this problem .help will be greately appreciated.
    thanks for coming help
    regards,
    sashi.

    hello madhu,
    i have got the sollution. in the webservice i'm giving the input (03D86AFB7EE7D14585EF515C59B5F559) same as in data base .while testing the webservice  internally the value should be converted into bytes bcoz  in the domain  the data type was RAW .
    so db didnt recognise that value thats why i got the error.
    so i use the fm  GUID_CONVERT and convert that as db format
    thanks for ur response .
    regards,
    sashi.

  • Error When Testing the

    Hi,
    I am doing the application given in sdn tutorials: Creating a Web Dynpro Application Accessing ABAP.
    In this I configured the meta data connection for WD_FLIGHTLIST_RFC_METADATA_DEST.
    When I am testing it is giving the following error:
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM TYPE=B MSHOST=bkkc030a GROUP=AQ0 R3NAME=BUD MSSERV=sapmsBUD PCS=1 ERROR Group AQ0 not found TIME Tue Nov 06 12:20:55 2007 RELEASE 700 COMPONENT LG VERSION 5 RC -6 MODULE lgxx.c LINE 4298 DETAIL LgIGroupX COUNTER 1.
    Please tell me why I am getting this error.
    Thanks & Regards,
    Mastanvali Shaik

    Hi,
    Open the link:
    http://<server name>:<port number>/sld.
    Login using Adminstrator Password.
    Click on Content Maintenance.
    Select Subset as Landscape Description and Class as BC Message Server.
    You would find a BC Message server from the list for your back end system. Click on that and remove AQ0 from the LogonGroup entry and add PUBLIC if not there.
    Try executing your application now.
    Regards,
    Murtuza

  • Error when testing the alert service

    Hi,
    Following Michal blog trouble shooting the alert .. i am checking the alert service in trans SICF
    When i hit the test service I get this error page:
    Business Server Page (BSP) error
    What happened?
    Calling the BSP page was terminated due to an error.
    SAP Note
    The following error text was processed in the system:
    Die URL enthält keine vollständige Domainangabe (xitest statt xitest.).
    Exception Class CX_FQDN
    Error Name 
    Program CX_FQDN=======================CP
    Include CX_FQDN=======================CM002
    ABAP Class CX_FQDN
    Analyze CHECK
    Line 10 
    Long text -
    Error type: Exception
    Your SAP Business Server Pages Team

    Hi Mushon,
    The SICF service is used to check if the ALERTINBOX is activated. Before doing this , I would suggest you code to T code - <b>SE38</b>.
    In the program , type <b>RSALERTTEST</b> and then click on EXECUTE button ( F8 ). In the next window, it will ask you for your ALERTCATEGORY. Just give the name of your ALERT CATEGORY and click EXECUTE.
    If you have configured your alerts correctly, you will receive a message that tells ALERT IS GENERATED and will give the ALERT ID.
    Now, go to your Run TIme workbench and then select ALERT INBOX and see if you have got the ALERT message in your ALERT INBOX.
    If yes, then your ALERT INBOX service has been activated.
    Regards,
    Bhavesh

  • Error when testing the standard idoc number of type PORDCH

    while i was testing the idoc message type PORDCH in we02,i have got an error message type saying as
    the following below are the steps which i have done in testing the idoc
    WE02
    Enter Idoc 705556 and execute
    Opened status record.
    Looked at the error under status 51. it says
    An error has occurred assigning data (E1BPMEPOITEM )
    Message no. B1527
    Diagnosis
    To call a BAPI the IDoc data must first be assigned to the relevant BAPI interface parameters.
    An error has occurred when carrying out this operation, possibly due to an incorrect data type or data format in the segment E1BPMEPOITEM.
    Procedure
    Check that the data types in the IDoc data record matches the data types in the BAPI parameter.
    You can reproduce the  same error with BD87
    Enter Idoc number and execute.
    Drill down to the error (debug) and click process.
    sap has shown the following error message in one of the status record when i tested using transactions bd87 and we02.
    so wat must i do ,can i implement the SAP Note 731418 - ALE interfaces for PORDCR1 and PORDCH
    are not up-to-date or is there any alternate way
    will be waiting for quick and good response
    bye.
    Regards.
    Varma Mandapati

    Hi Seeta Ram,
    try to reprocess the idoc using the Program
    Program RBDMANI2 for status 51 ..
    Read the below document for the Possible error
    Processing in the Application Layer
    The posting function module either calls a standard
    SAP transaction, using the call transaction command
    for posting the document, or invokes a direct input function module.
    The results of the execution are passed back via the function
    module's output parameters. If posting is successful, an application
    document is created. The IDoc gets a status code of 53 (Application document posted).
    If errors occur, the IDoc gets a status code of 51 (Application document not posted).
    Regrads,
    Prabhudas
    Edited by: Prabhu Das on Apr 17, 2009 11:22 PM
    Edited by: Prabhu Das on Apr 17, 2009 11:23 PM

  • Getting Access Error when playing Spotify Connect on Yamaha AV receiver

    I having problems when playing Spotify Connect on my Yamaha AV receiver (RX-A1030).
    It starts playing (from iPad and iPhone) as supposed. But after about 30-60 seconds it stops playing and the message "Access Error" shows in the receivers display. Then I must pause and start play again. Then it will play for about 5 seconds. I have had this problem since the first day the new firmware was released.
    I have tried every solution with no luck. I have been in contact with the Yamaha store and they advised me to get in contact with the Spotify helpdesk.
    I can however play music from Spotify by using Airplay without any problem. But the real reason I bought this receiver was to achieve the Connect function.
    Appreciate  all help to solve this problem.
    Thanks.

    The exact same thing happend to me yesterday.
    I have a new RX-V475 which worked fine from 2014-07-04 until 2014-07-06.
    When i came back to my flat on 2014-07-13 it wasn't working anymore.
    The reciever is coming on and off in the spotify device list. It's not playing anything from spotify though webradio is working fine.
    Therefore the network connection should be fine.
    The reciever is shortly showing the message "access error"
    A reboot of the router and a firmware update of the reciever did not help at all.
    I also disconnected the recievers power supply, to force a reboot of it.
    I have the newest spotify version installed on an android tablet. (I remember, there was an update to spotify sometime between 2014-07-05 and 2014-07-13) and an older version on my smartphone. Both are not working.
    Was there any change on the spotify side server-wise?
    The next step for me is to reset the reciever to factory settings.
    Do you think, this might help?
    Any suggestions?
    EDIT:
    The reset to factory settings did not help.
    EDIT2:
    NEither did deleting all data and reinstalling the app.

  • Error when enabling the connection group with office 2013 and a plugIn

    Hi,
    I've created the office 2013 proplusVolume with ODT, published it globaly, Sequenced the plugin, with only the office 2013 as a published app-v package on the system, made the connection group with correct xml, but when I enable the connection group, I got
    the error:
    The connection group {xxx} version {xxx} could not be published because the
    virtual COM settings of the individual packages conflict. 
    Verify that the virtual COM settings are the same for all member packages and try again.
    The COM settings are made the same as the office package on the plugin package, but I still have the same error.
    The Deployment-, and user-XML have this values (as it was for the office originally):
      <COM Mode=”Integrated”>
            <IntegratedCOMAttributes
    OutOfProcessEnabled=”true” InProcessEnabled=”true” /> 
    <Objects Enabled=”false” />
    Why do I get this error?
    Why is it merly impossible to track down the realy error?
    What can i do to make this connection group work?

    Right now the catalog is pulling from the AppXManifests inside the AppV Packages. You can see these settings by renaming the AppV file to .ZIP and browsing those files (READ ONLY) to see the default COM settings. Simply changing the Deployment Config files
    is not enough. You will need to make sure the information is dynamically applied at publishing by specifying the -DynamicDeploymentConfiguration option when adding the package using the Add-AppvClientPackage cmdlet. You do not need to worry about the UserConfig
    file.
    If you are doing this in band with the management system, you would import this configuration in under Advanced Configuration for the package.
    Steve Thomas, Senior Consultant, Microsoft
    App-V/MED-V/SCVMM/Server App-V/MDOP/AppCompat
    http://blogs.technet.com/gladiatormsft/
    The App-V Team blog: http://blogs.technet.com/appv/
    The MED-V Team Blog: http://blogs.technet.com/medv
    The SCVMM Team blog: http://blogs.technet.com/scvmm/
    “This posting is provided "AS IS" with no warranties, and confers no rights. User assumes all risks.”

  • Getting a error when loading the flat file

    Hi,
    I have created a infoobject called ID and i have  a attribute name.I have assigned a data source and done the update rules.When i try to upload the flat file  i get a error.
    Error 8 when compiling the upload program: row 227, message: A newer version of data type /BIC/CCDHIO_SRPID_ATT
    I have faced this problem earlier but now i am not able to rectify it .Can someone suggest me what to do.I am working on 3.5 version.
    Thanks
    Regards
    Harish

    Hi,
    Check the Flatfile Infoobjects and in datasource structure ,It should be same order and check whther you you are ignoring header rows or not in infopackage
    Regards,
    Marasa.

Maybe you are looking for

  • Using external Display via Mini-DVI to VGA Adapter does'nt work

    Hey Guys, i recently bought a mini-dvi-to-vga adapter. When I plug it into my macbook and connect it to my 19" external TFT, the MB recognizes the TFT as [Medion] MD30219PH but the display stays blank (no matter if i choose mirroring mode or extended

  • Itunes not seeing iphone, vista, USB, error 1611

    After 8 hours of work and researching everything on the web and including here, I have restored my Iphone. Background: Itunes loaded on an toshiba laptop running 32 bit Vista. After plugging in and my iphone sync, I got the usual update message and f

  • SQL Query -How2bring multiple results into one field using Formatted Search

    Hi Everyone i am trying to bring in the results of the field dbo.Lot_ITEM.LOT using a formatted search into a row level using the following query: SELECT     dbo.LOT_ITEM.LOT FROM       dbo.DLN1 INNER JOIN dbo.LOT_ITEM ON dbo.DLN1.ItemCode = dbo.LOT_

  • Running a Windows Command From Workflow

    Hi All, I am working on a workflow to search for dormant accounts in AD. Although I have written a Java code to convert timestamp into AD format and then search AD using getResourceObjects method on lastlogontimestamp. But I am feeling that it will b

  • Incorrect dates in the side bar of time machine backups

    Hi *I have problem with my Time Machine history side bar dates display. When I select TM everything is OK up to "yesterday" backup then beyond that point history sidebar shows dates when TM was created (Monday 04. January 2010). If I select any "Mond