BPM Acknowledgement message reading the wrong integration server name

HI
I have a scenario where I have BPM which sends data to A MS SQL Server database and waits for a TRANSPORT Acknowledgement. The Mesage going to the Database is processed successfully but the acknowledgement messasge fails giving the following error when viewed in the message monitor.
IS_DETAILS_GET_ERROR
no_integration_server_found: Unable to find Integration Server is.XX.XXXXXXXX
Error while reading access data (URL, user, password) of Integration Server is.XX.XXXXXXXX
Actually the string "is.XX.XXXXXXXX" contains the name of the integration server.
Now my problem is the actual  value contained in the above string is the name   of the integration server . But this name is not correct ,  I mean it is not what the actual name should be. We are not able to find out from where this incorrect name is being picked up. Can anyone tell from where the actaul name and url  of the integration server is read. Is it stored in different locations for inbound messages and acknowledgement msgs. Will refreshing any of the caches will help.
Please suggest.
regards
Nilesh Taunk.

Hi Nilesh,
your problem is very strange because your BPM is sending data correctly to SQL DB .....your db is processed.....but the ack msg when coming in bpm gives IS_DETAILS_GET_ERROR.
i think just see all the objects in IR and ID are activated.....after that by SXI_CACHE transaction do a cache refresh.........see the return code of BPM is zero or not......the retun code of BPM shuld be zero.......
again run your this scenario.......now please tell what happens......
Thanks,
Rajeev Gupta

Similar Messages

  • Messages going to the wrong Integration Server

    Hello All,
       We saw a problem with few messages on the production XI server for a brief period of time. the following is the scenario.
    1) An ORDERS05 IDoc comes out of the ECC, gets correlated and was sent out to conversion Agent for translation and was sent out to the vendor.
    2) We get the response 997 from the vendor to the file port. This message has been picked up by the file adapter, got translated and was sent out to the XI Integration engine on the development box.
    I could see this message on the RWB under the Adapter Engine component. This message did not reach the Integration engine on the Production box. A close look at the message details tells me that the message was sent to the Integration engine on the Development box.  This happened to a few messages with in a minute time frame. All the messages before and after the minute time frame made just fine to the XI integration server.
    We checked the SLD and found no reference of Production box pointing to the development XI IS.
    I appreciate any pointers in this regard.
    Thanks.

    Hi Balu,
    this could happen if your XI DEV system has a file adapter containing the same source directory where your response from vendor is coming for production.....this file adapter will be active....so it is pickng your response and triggering it to XI DEV before XI prod can pick it up.........it is also possibel that your XI PRD system file adapter is currently deactive or has some error in it now.......So just check the file adapters of XI DEV and XI PRD for your this scenario......
    Thanks,
    Rajeev Gupta

  • Messages are going to wrong Integration server

    Hi,
    In out SLD we have many servers like PD1(development) , PQ1, PQ2 etc.. somedays back basis team want to install some patch . so we moved to standbox for someday.. Pleaes note that we did client copy of PD1.. so all interface and we developed will point to PD1. now we have strange issue like when triggering the msg it getting appear in sandbox issue.. we chekced the ADM it was pointing the PD1 server. in the business systems too assigned to the PD1 integration server.. But how come the sandbox IS receiving the msg.. when we changed the related integration server to Sandbox server.. still the interface is working..  how come it is possible??
    Regards
    Balaji

    Yes!!  Web AS abap Systems.
    I checked the SXMB_ADM , if pointing the PD1 server..
    What the connection i should check in SM59.. apart from that any other things i should check??

  • When I try to send a photo by email, an error message reads "The email server didn't recognize your username/password combination"  How do I fix this?

    When I try to send a photo from iPhoto by email, and error message reads "The email server didn't recognize your username/password combination".  How do I fix this?

    Try to reenter you rmail account details in the iPhoto Preferences > Accounts tab.
    Delete the mail account entry by pressing the "-" button below the left column in the panel, then add it again by pressing "+".
    Also, it is recommended, to set "Mail" as mail client in the iPhoto preferences, and not iPhoto. This has been working much more reliably lately.

  • TS3899 Why am I unable to connect to server to check email? The message reads "cannot connect to server"

    Why am I unable to connect to server to check email? The message reads "cannot connect to server"

    Many things could cause this, for example, the email server is down or cannot be reached due to an Internet problem.

  • HT3275 Time capsule message reads: The backup disc image "/Volumes/(my name)'s Time capsule/(My name)'s macbook pro sparsebundle" is already in use.

    My time machine won't back up....The message reads : The backup disc image"/volumes/(my name)'s time capsule/(my name)'s macbook pro. sparsebundle" is already in use........I'm not using anything else that I know of.....?.......Help!

    ATXMacMan wrote:
    I use OS X server for maintaing Time Machine backups for several macs
    Ah, that's a new wrinkle to me.  I haven't tested the Server product, but there are a number of differences.  As far as I can tell, the firmware update solved this for most, but not all, users of standard OSX.
    Are you still on Snow Leopard server?  It's quite different from later versions, I understand.
    Have you tried selecting the base station, then Base Station > Restart via Aiport Utility's menubar?  That still disconnects everyone, but might work by itself.
    Otherwise, sorry, but I'm out of my comfort zone. 
    Hopefully one of the networking gurus will have an idea or two.

  • Ssh with two or more private keys using ~/.ssh/config read the wrong private key

    Hi,
    I have created a config file in ~/.ssh/ to be able to connect to remote sites using different private keys per site.
    The problem is when I try to connect to any of them ssh reads the wrong private key dispite of the configuration in ~/.ssh/config file.
    For example:
    Host vps
       Hostname x.x.x.x
      User guesswho
       IdentityFile vps.pk
    Host home
      Hostname y.y.y.y
      User home
      IdentityFile home.pk
    >ssh -v vps ( connects using home.pk)
    >ssh -v -i ~/.ssh/vps.pk ( connects using home.pk)
    I tried it on a Ubuntu 10.04.3 LTS using same config file and keys (openssh-server 1:5.3p1-3ubuntu7) and it worked as expected.
    Any help would be appreciated.
    zcookie

    My question is do I have to create a separate private key from my imac or can I just copy the private key from my macbook?
    Do you have to create separate private keys? No, but there are reasons why you might want to.
    The biggest one is the fact that if any key is compromised, they are all compromised (since they are the same). Say, for example, your MacBook is lost or stolen. You really should consider disabling the MacBook's key from authorized_keys to prevent the finder/thief from getting into your server. If that one key is shared by multiple hosts, though, you're going to lock out all the other hosts as well, even though they haven't been affected.
    Having separate keys per client lets you nix just the key for the MacBook (or whichever machine) without impacting the other machines' ability to connect.
    Other than the trivial amount of work it takes to create a private key there's really no overhead in having unique keys per client machine. If, however, you really want them to be the same, knock yourself out

  • Server 2008 DHCP is handing out the wrong DNS server.

    We have two new 2008 DC that handles, DNS, DHCP and WINS. Our DHCP scopes have been migrated to these servers. We are seeing some random issues where clients are using the new dhcp server but the old dns server information is listed for the some systems. We discover this by using network monitor on the old DC, DNS, DHCP server.  Once the client performs a ipconfig /renew, the problem is corrected. Any ideas?

    Hi BrianAuH20,
    Thank you for posting here.
    Based on your description, I understand that your Windows 2008 DHCP server hands out the wrong DNS server address.
    To troubleshoot this issue, please perform the follow steps to see whether the clients retrieve the right DNS server address.
    1.     Temporarily make the old DC, DNS, DHCP server offline.
    2.     Check the new 2008 DHCP server setting.
                          i.        In the DHCP console tree, under Scope [172.16.0.0] SS Scope, right-click Scope Options, and then click Configure Options.
                         ii.        On the Advanced tab, verify that Default User Class is selected next to User class.
                        iii.        Select the 006 DNS Servers check box, in IP Address, under Data entry, type DNS Server IP address, and then click Add.
                        iv.        Select the 015 DNS Domain Name check box, in String value, under Data entry, type your domain's FQDN name, and then click OK.
    3.     Restart the DHCP service.
    For more information, you may refer to:
    http://technet.microsoft.com/en-us/library/ee404786(WS.10).aspx
    Hope this helps.
    Sincerely,
    Wilson Jia
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • I have copied over my music file to a new computer and the music shows on itunes but wont play. When I track where the song is located it is reading the wrong information. How do I change this as Edit Preferences has the right location

    I have copied over my music files to a new computer and the music shows on itunes but wont play. When I track where the song is located it is reading the wrong information. How do I change this as Edit>Preferences has the right location?

    Select one of the tracks with a broken link, press ctrl-i to Get Info. Say No when iTunes asks if you would like to locate the track, then look at the Summary tab for the location expects to find the file in.
    Now try to locate the file in question. The two locations should give a clue as to what to do next.
    Here is an example with a file I've deliberately moved from the new layout to the old pre-iTunes 9 layout.
    This means iTunes is expecting to find the file at:
    D:\iTunes\iTunes Media\Music\a-ha\Take On Me\01 Take On Me.mp3
    but it isn't there because I've moved it to:
    D:\iTunes\iTunes Media\a-ha\Take On Me\01 Take On Me.mp3
    which is where it would have lived back in iTunes 8 (though the media folder would have been called iTunes Music back then as well).
    If you can provide the expected and actual locations of a broken track I should be able to suggest the easiest way to resolve things.
    tt2

  • When I send an email with Mail, I often confuse the account which I'm using. The result is that I send a message with the wrong account! Is there a way to avoid this (for example a reminder before the email is sent)?

    When I send an email with Mail, I often confuse the account which I'm using. The result is that I send a message with the wrong account! Is there a way to avoid this (for example a reminder before the email is sent)?

    Hi, thanks for the answer, I did that already. Unfortunatly this doesn't help me at all, as I often forget to check the menu. For me composing the message is writing the text, the subject, the person to who is addressed and than press "send".
    I often forget to check the "from", and this is a problem because the software select itself one of the accounts.
    Isn't there a way at least to put as a default a blank field instead of one of the accounts? or an account which doesn't work so if I forget to specify the "from" I will be rnotofied that the message can't be sent.
    I guess this could be a rather common problem for many people!
    Thanks
    Sergio

  • Itunes will not open, error message reads: The iTunes application could not be opened. An unknown error occurred (13014)

    iTunes 10.4 will not open on my macbook, error message reads:
    The iTunes application could not be opened. An unknown error occurred (13014).
    It won't let me delete and re-install either, thank you for any help!

    are you running any anti virus software on your machine ?

  • Change the Releated Integration Server for all Business Systems

    Hello,
    follow Scenario:
    We export the SLD entries from a Development System in a file.
    Now we want to import the Entries in our Prod.-System, and we
    have to assign (or change) to other Related Integration Server.
    e.g. the esported Business System has in Development the
    Related Integration Server D12, but in the Productive System we
    need P12.
    Is there a other possibility as  to change first things first.
    Thanks for your help.

    Hi Stephan,
    I think this is not the correct approach because development and productive systems are different. You must register your technical systems by means of RZ70 transactions. If you have two different landscapes (DEV, PROD) you must register on two SLD servers.
    Doc about SLD: https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b09fe69e-46be-2a10-9fb0-9c11aeaa3557

  • After I reinstall Itunes, the message read "the file iTunes Library.it cannot be read because it was created by a newer version of itunes, i have tried with iTunes version 11.1, 10.1 and 9.1 still come up with the same message and will not open iTunes

    after I reinstall Itunes, the message read "the file iTunes Library.it cannot be read because it was created by a newer version of itunes, i have tried with iTunes version 11.1, 10.1 and 9.1 still come up with the same message and will not open iTunes

    Try the following user tip:
    Empty/corrupt iTunes library after upgrade/crash

  • Hi, I have private emails in IPAD2, i have chaged the incoming mail server name and saved the change.

    Hi, I have private emails in IPAD2, i have chaged the incoming mail server name and saved the change.
    but, when I back to read my old emails in inbox it's gone away, I have backed to setting and return the previous
    incoming mail name, but also I did't get the old emails. where I can find the old emails in my IPAD2 ?

    It is only the link to your emails which are 'stored' on your iPad. You will have to enter all proper email addresses to get the message associated with them, which, in practice,  means multiple accounts. If all still does not work try a Reset [Hold the Home and Sleep/Wake buttons down together for 10 seconds or so (until the Apple logo appears) and then release].

  • How to delete the workbench client server name in FDM

    Hi Gurus
    How to delete/change the workbench client server name in FDQM?
    regards
    Sarilla

    OK, I understand now. You are referring to the Load Balance Server Group. Yes, this can be done:
    a) Browse to Oracle\Middleware\EPMSystem11R1\Products\FinancialDataQuality\SharedComponents\Config
    b) Locate the LoadBalanceServerGroups.xml file
    You can delete this file. The next time the workbench is launched it will ask you to set the load balance server group again and will create this file again.

Maybe you are looking for