Service works "without party", "not with party"

I have a service that is sending in IDOCS to my R/3 system.
I have maintained the adapter specific identifiers in the ID for the IDOC adapter LS.
When the service is NOT tied to a party, the IDOC is created and sent correctly.
If I move this same service under a Party like Dell, I immediately get the "Unable to convert service to logical system". Nothing has changed! The adapter specific info is the same and the receiver is the same! The only difference is that it is now under a party!
I then tried applying the control record values from the payload. Whem I do this, the error changes to:
"Unable to convert sender XI party http://sap.com/xi/XI/XIParty to an IDoc party"
I have maintained the party identifier exactly as such, where DSS_ABAP_220 is the SAP system receiving:
Agency                 Scheme               XIParty
http://sap.com/xi      XiParty              Dell
DSS_ABAP_220           ALE#LI#LF            2100012869
see anything wrong?
Chris

I am still having this problem. Any idea as to why it is occurring?

Similar Messages

  • Toplink app works without oc4j,fails with security excp. in oc4j[SOLVED]

    OS: Windows XP
    jdk version: 1.5.0.04 (installed normally with windows installer, no tampering)
    JDeveloper version: 10.1.3.2.0 (base installation)
    I'm new to JDeveloper and I'm working on SRDemo application from online ADF tutorial under JDeveloper. After 6th chapter I tried to run the app with embedded oc4j. After a login to app i got a toplink exception caused by a security exception. I've tried toplink part of the application with a standalone client it works without this strange problem. Also other toplink tutorials that i have work without oc4j.
    The exception is this:
    Note: some messages were in Turkish, so I (partly) translated them, they may not match original english messages
    [TopLink Info]: 2007.07.06 10:52:31.312--ServerSession(29560314)--Thread(Thread[HTTPThreadGroup-4,5,HTTPThreadGroup])--TopLink, sürüm: Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004)
    [TopLink Config]: 2007.07.06 10:52:31.328--ServerSession(29560314)--Connection(27524709)--Thread(Thread[HTTPThreadGroup-4,5,HTTPThreadGroup])--connected(DatabaseLogin(
         platform=>Oracle10Platform
         user name=> "SRDEMO"
         data source url=> "jdbc:oracle:thin:@localhost:1521:XE"
    [TopLink Severe]: 2007.07.06 10:52:31.343--ServerSession(29560314)--Thread(Thread[HTTPThreadGroup-4,5,HTTPThreadGroup])--Local Exception Stack:
    Exception[TOPLINK-7107] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004)): oracle.toplink.exceptions.ValidationException
    Exception message: Error in decrypting .....
    Caused by: java.security.NoSuchAlgorithmException: Algorithm DES not available      at oracle.toplink.exceptions.ValidationException.errorDecryptingPassword(ValidationException.java:587)
         at oracle.toplink.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:94)
         at oracle.toplink.sessions.DatasourceLogin.prepareProperties(DatasourceLogin.java:296)
         at oracle.toplink.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:147)
         at oracle.toplink.internal.databaseaccess.DatasourceAccessor.connect(DatasourceAccessor.java:197)
    ...(the stack goes on followed by below causes)
    Caused by: java.security.NoSuchAlgorithmException: Algorithm DES not available
         at javax.crypto.SunJCE_b.a(DashoA12275)
         at javax.crypto.SecretKeyFactory.getInstance(DashoA12275)
         at oracle.toplink.internal.security.JCEEncryptor$Synergizer.getMultitasker(JCEEncryptor.java:104)
         at oracle.toplink.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:74)
         ... 117 more
    Caused by: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: DES, provider: SunJCE, class: com.sun.crypto.provider.DESKeyFactory)
         at java.security.Provider$Service.newInstance(Provider.java:1155)
         at sun.security.jca.GetInstance.getInstance(GetInstance.java:220)
         ... 121 more
    Caused by: java.lang.SecurityException: class "com.sun.crypto.provider.DESKeyFactory"'s signer information does not match signer information of other classes in the same package
         at java.lang.ClassLoader.checkCerts(ClassLoader.java:775)
         at java.lang.ClassLoader.preDefineClass(ClassLoader.java:487)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:614)
         at oracle.classloader.PolicyClassLoader.defineClass(PolicyClassLoader.java:2241)
         at oracle.classloader.PolicyClassLoader.findLocalClass(PolicyClassLoader.java:1462)
         at oracle.classloader.SearchPolicy$FindLocal.getClass(SearchPolicy.java:167)
         at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
         at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1674)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1635)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1620)
         at java.security.Provider$Service.getImplClass(Provider.java:1172)
         at java.security.Provider$Service.newInstance(Provider.java:1129)
         ... 122 more
    This happens when i run toplink project inside oc4j, with a normal java client outside oc4j it works.
    The strange thing is the root cause of the problem (the exception complaining about signer) . If the root cause of this problem was really correct system wide, neither security code samples nor the standalone client that i tried would have worked.
    Only similiar issue I've found on the net is a problem that occured under eclipse due to a bug in previous versions of jce, but it seems this is no longer an issue.
    No one other than me seems to have this problem, so this implies a problem with my system, but the root exception about signer information (which is not correct) says there is something wrong with toplink/oc4j runtime or there is some subtle bug.
    I am trying to download another jdk1.5 version to see if this is a subtle bug of java-1.5.0.04 and oc4j, but either sun servers or my isp has a problem because the download is in the order of bytes and fails all the time.
    I think there can be a problem with the java2.policy file under oc4j config dir, but i don't know if it is really used and necessary or not.
    I don't know much about oc4j config so i need some help to proceed. thanks in advance
    Message was edited by:
    identityunknown

    Sorry, I tried something that I should have tried before posting, that gives another information about my problem.
    when i use standalone oc4j using start_oc4j.bat under jdev/bin, I also get the same security exception stack (nothing deployed to server) during server initialization. the default java command in start_oc4j.bat is this:
    OC4J_OPTS=
    VM_OPTS=-XX:MaxPermSize=256m
    JAVA_COMMAND="%JAVA_HOME%\bin\java.exe" %VM_OPTS% -jar oc4j.jar %OC4J_OPTS%
    if I change the command to this:
    OC4J_OPTS=
    VM_OPTS=-XX:MaxPermSize=256m -Xbootclasspath/p:"%JAVA_HOME%\jre\lib\ext\sunjce_provider.jar"
    JAVA_COMMAND="%JAVA_HOME%\bin\java.exe" %VM_OPTS% -jar oc4j.jar %OC4J_OPTS%
    and put sunjce_provider.jar on boot classpath I don't get that exception and oc4j initializes normally. My new questions are:
    1. what is the reason for this behavior
    2. how can I specify boot classpath option for embedded oc4j and/or JDeveloper

  • My Computer knows iPod without Service Pack 2 but not with it.

    What should I do? I updated my Windows with the latest service pack. Now, it doesn't recognises my iPod... (I wish I had a Mac) (I have a 5G iPod)

    What doesnt see the ipod?
    iTunes
    Or windows?
    Take a look at this and see if it helps.
    Pod missing in "My Computer" or in iTunes on Windows

  • Embedded OC4J  - Web Service works... not OC4J!

    I have a very interesting issue here.. when I run my EJB 3.0 - Web service in Jdeveloper using the embedded OC4J, I am able to successfully test my services.
    But, When I deploy the Web service to an OC4J server, I get the folowing error when I try to run one the exact same service:
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://model.sofia.dryden.nasa.com/"><env:Body><env:Fault><faultcode>env:Server</faultcode><faultstring>Internal Server Error (Caught exception while handling request: javax.ejb.EJBException: java.lang.StackOverflowError; nested exception is:
         java.lang.StackOverflowError; nested exception is: oracle.oc4j.rmi.OracleRemoteException: java.lang.StackOverflowError; nested exception is:
         java.lang.StackOverflowError)</faultstring></env:Fault></env:Body></env:Envelope>
    Note: This has been happening since I am working on migrating from an mySQL database to Oracle.....
    It may be something in the table structure on the oracle db.... due to the conversion process... but what is puzzling is how the embedded OC4J is very forgiving!
    -Thanks for any input...

    The version of OC4J: 10.1.3.1.0
    I am thinking it has to do with the UNIQUEID.... because the same code works fine on mySQL and SQL2005 db's....
    Perhaps it is something in the Oracle table.... (tdc)
    from the log:
    More of the stack:
    <MODULE_ID>ejb.transaction</MODULE_ID>
    <THREAD_ID>14</THREAD_ID>
    <USER_ID>mritchso</USER_ID>
    <SUPPL_ATTRS>
    <ATTR NAME="J2EE_MODULE.name">oraTdcWebservice</ATTR>
    <ATTR NAME="J2EE_APP.name">oraTdcWebservice</ATTR>
    <ATTR NAME="WEBSERVICE_PORT.name">oracleTdcSessionEJB</ATTR>
    <ATTR NAME="WEBSERVICE.name">oracleTdcSessionEJBBeanService</ATTR>
    </SUPPL_ATTRS>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>IPAddress:62846:1221082977722:2164</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>[oracleTdcSessionEJB:public java.lang.String com.nasa.dryden.sofia.model.oracleTdcSessionEJBBean.getTdc(int)] exception occurred during method invocation: oracle.oc4j.rmi.OracleRemoteException: java.lang.StackOverflowError; nested exception is:
         java.lang.StackOverflowError</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[oracle.oc4j.rmi.OracleRemoteException: java.lang.StackOverflowError
         at com.evermind.server.ejb.EJBUtils.getUserException(EJBUtils.java:346)
         at com.evermind.server.ejb.interceptor.system.AbstractTxInterceptor.convertAndHandleMethodException(AbstractTxInterceptor.java:69)
         at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at oracleTdcSessionEJB_RemoteProxy_2ce1bo.getTdc(Unknown Source)
         at com.nasa.dryden.sofia.model.runtime.OracleTdcSessionEJBBeanSoapHttp_Tie.invoke_getTdc(OracleTdcSessionEJBBeanSoapHttp_Tie.java:411)
         at com.nasa.dryden.sofia.model.runtime.OracleTdcSessionEJBBeanSoapHttp_Tie.processingHook(OracleTdcSessionEJBBeanSoapHttp_Tie.java:1265)
         at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:297)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:413)
         at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:277)
         at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:134)
         at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:177)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
         Nested exception is:
    java.lang.StackOverflowError
         at com.nasa.dryden.sofia.model.oracleTdcSessionEJBBean.<init>(oracleTdcSessionEJBBean.java:20)
         at com.nasa.dryden.sofia.model.oracleTdcSessionEJBBean.getTdc(oracleTdcSessionEJBBean.java:83)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • SDK sample services work without CallManager

    Hello All,
    I've downloaded the Cisco IP Phone Services SDK. From looking through the documentation, it looks like, if I don't want to do anything related to telephony (for example, I just want to run the "clock.asp" sample), I should be able to purchase and configure a 7970 phone and run the clock sample service on the phone without owning a CallManager server. Is this correct?
    Thanks,
    -Ben

    Yes. IMO, you must only create a url for a ipphonemenu that point to this sample service. In The SDK there's a CallManager Simulator, but i don't know if 7970(i tried with the 7960 model...it works fine...but some limitations...)is supported.
    Hope that helps,
    Vitor

  • Do any of the location and two-step authentication services work without IPOD WiFi?

    IPOD Touch 4g, IOS 6.01
    I signed up for two-step authentication but I now realize that all the necessary location services only work through WiFi.
    I don't use WiFi at home and only connect my IPOD directly to the PC whenever I want to use Itunes or manage it.
    Is there any process to setup location services and two-step authenticate through a PC internet connection?
    Thanks

    I think you are going to find the WiFi saps that good life right out of it -- it will also run hotter with WiFi on.
    I did some informal testing on this myself... the best battery life I get is with WiFi turned off and only turned back on when needed to surf the net. I use EDGE for e-mail.
    Today was my first "real use" day... It charged last night and was fully charged this morning. I texted quite a bit. I sent a bunch of e-mails. I called my husband via bluetooth. My daughter called several times to check in. I called a few work contacts for brief convos. I browsed the internet for about 15 minutes. Made an appointment in the calendar. Showed google maps, weather, stocks, and safari to a friend (using EDGE). Now tonight, safely back at home, I still have about 70% battery remaining.
    Any day I had WiFi on all day I barely got through 12 hours before it needed to be charged. Last night when I was intentionally running my battery down I turned on WiFi. Starting with a battery charged about 50% I browsed with WiFi for 3-4 hours and the phone died.
    I do keep bluetooth off too unless I'm in the car, but honestly, I think it's really the WiFi that is the biggest battery draw.

  • Devices work in MAX, not with VISA calls

    Hello,
    I'm currently attempting to control a pair of CSW5550 power supplies and having all sorts of problems.
    On LAN, I have installed the devices as a TCPIP device to send SCPI commands to, as here:
    Everything works great from the MAX window. I can send most queries with no problems, in particular the *IDN? query.
    When I pop over to running a vi on the same VISA resource, however, I get very inconsistent results. Sometimes a read error, sometimes a write error, and sometimes I get a reading. Most often no error, but an error from the device and no data returned. Same thing for trying to perform other read operations, and it's clear from the response of the device (often 'invalid parameter', others) that the instrument is getting somewhat garbled commands.
    The same thing goes if I try to run it over serial USB. This is what I'm running in the vis:
    I mean, this is really basic stuff. I've tried varying the timing, newline termination, setting up and flushing the buffer.
    So ... what is the difference between the queries MAX is executing and what I'm doing, and how can I troubleshoot it?
    Thanks in advance,
    C
    PhD ChemE, CLD, Alliance Partner : www.interfaceinnovations.org

    The devices are not connected in this picture. When connected, they validate and accept test panel commands fine.
    PhD ChemE, CLD, Alliance Partner : www.interfaceinnovations.org

  • Webcam - Works for iChat, Not with Flash

    Any resolution? I downloaded the most recent flash player and still isn't working. Webcam is fully operable.
    Thanks in advance.
    Sean

    Hi Sean and welcome......
    Not sure if this will help, but try the troubleshooting help here for Flash.
    http://kb2.adobe.com/cps/865/cpsid_86551.html#ostype=m,
    Carolyn

  • Apple ID Works for Purchase not with FaceTime/iMessage

    After resetting my Apple ID password, I can no longer use FaceTime or iMessage.  Both apps always prompt for the password.
    Here is my scenerio:
    Launch FaceTime, prompts for password, key password - failed
    Go to App Store, download any app, prompts for password, key password - success (app is installed)
    Launch iMessage, prompts for password, key password - failed
    Reset password again, repeat above steps with the same results

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    For non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
     Cheers, Tom

  • Configuring service with party to service without party

    Hi,
    I have a scenario where the sender is an external system and reciver system is in our landscape. I have created a party and service for the sender system and a service without party for my receiver system.
    Is it possible to configure a scenario, where sender service is with party and receiver service is without party?
    Please help
    Regards
    Anish

    Anish,
    <i>Is it possible to configure a scenario, where sender service is with party and receiver service is without party?</i>
    I think so, it is possible like this ..Not tried..
    Some helps -
    http://help.sap.com/saphelp_nw2004s/helpdata/en/da/7a2f41b239a831e10000000a1550b0/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b0b355ae-0501-0010-3b83-8f2bb566fa47
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e2aeb02c-0601-0010-d680-c9be61ffa390
    Thanks,

  • Original Cisco GLC-GE-100FX gbics are not working in WS-C3560CG-8PC-S while Third-Party gbics work without any problems

    Hi all,
    i have a gbic problem with my WS-C3560CG-8PC-S.
    My original 100FX gbics are not working
    Mar 30 01:28:41.575: %PHY-4-SFP_NOT_SUPPORTED: The SFP in Gi0/10 is not supported
    Mar 30 01:28:41.575: %PM-4-ERR_DISABLE: gbic-invalid error detected on Gi0/10, putting Gi0/10 in err-disable state
    100FX Third-Party Gbics are working without any problems.
    NAME: "GigabitEthernet0/9", DESCR: "100BaseFX-FE SFP"
    PID: Unspecified       , VID:      , SN: AFFxxxxx
    What can i do?
    I tried different firmware versions (12.2 and 15.2(1)E3)
    I also tried the "service unsupported-transceiver" command.
    It still does not work with 8 Switches and 16 original gbics :(

    GLC-GE-100FX and GLC-T is not supported as documented in the 3560C Data Sheet.
    You could try contacting your Cisco SE/AM and request for a Product Enhancement Request (PER).

  • Service with party and service without party

    Hi all,
    Can any body please suggest me when do we choose service with party and service without party?
    We have a scenario where i need to use the webservices provided by the third party Java Based system. i am sure that i need to define Business service as technical details of the system are not available in the SLD. Please do correct me as i am configuring this scenario for the first time.
    Any links related to a Web Blog / Thread would be great.
    Thanks and best regards,
    Kulwant Singh

    hi
    1.we go for service without party when we are having A2A communication.
    A2A means application to application communication, it is used when two systems in same landscape try to communicate with each other. Systems in same landscape means both the systems are belongs to same organization or a company.
    Normally in A2A communication sender and receiver is inside one organization and developer have freedom to define communication rules .
    refers to link
    http://help.sap.com/saphelp_nw04s/helpdata/en/66/58934257a5c96ae10000000a155106/content.htm
    2.we go for service withparty when we are having B2B communication
    B2B means Business to Business  communication .It is used when there is exchange of information between two different Parties or companies or landscape.
    When two applications in different companies communicates with each other we call it  B2B Communication.
    in case of B2B every party has it own rules which must be followed if we want to communicate between different organization. 
    refers to link
    http://help.sap.com/saphelp_erp2004/helpdata/en/ca/efb540efe68631e10000000a1550b0/content.htm
    rewardspoints if helpful
    BR
    Kasturika
    Edited by: Kasturika Phukan on Feb 12, 2008 6:06 AM

  • Error in Service with Party and Service without party scenario

    Hi All,
    I  am configuring an external system to customer SAP system scenario.
    I have configured the external file system as Service with Party and the receiving SAP system as Service without party.
    All the configuration including the "Virtual receiver" set up has been done properly but i am still getting the error "No receiver could be determined".
    Can somebody help me on this ?
    Thanks in advance.
    RGds,
    Vasanth.

    Vasanthakumar,
    in my previous experiences with internal/external parties communication, I've found out that the best practice is to create an integration scenario and then create the configuration scenario from scenario wizard. It is much simpler and easier.
    Briefly, you'll have to create a dummy party/service in order to "wrap" your internal system, since the external party should not receive information regarding internal systems (Business system name, for example).
    Regards,
    Henrique.

  • How can i view excel on my iPhone 5s, with my ipad4 and the same ios7 viewing works without  3rd party App

    How can i view excel on my iPhone 5s ?
    with my ipad4 and the same ios7, viewing works without  3rd party App

    Dude or hot-spur,
    Not fishy at all!!!! You really think I would have taken any more of my time to post a bogus rant? We'll no, it is unfortunately all true. I want to hear from anyone who is experiencing such problems not anyone else that wants to put there two cents in. I really don't need anymore hate or negativity. Just people's experiences because I feel like I am the only one having so many problems. Thank you
    Yes, I have had some unfortunate bad luck to have so many problems at the same time, but some of them are just things you cannot do on the new OS.
    Thank you again

  • ISight works with iChat & iMovie but not with 3rd-party apps

    Hi,
    I cannot get iSight to work at all with aMSN, Mercury Messenger or Yahoo. It is fine with the Apple apps. My son has a G4 iBook and the same iSight works fine on this with the Apple apps and aMSN. We have looked at all the settings we can think of, and they are the same on both computers. There must surely be a very simple answer...
    Any help greatly appreciated.
    Bob.
    PowerBook G4   Mac OS X (10.4.3)  

     Hello Bob. If you unhook your son's iBook from the ethernet cable, plug in your PowerBook where his iBook was, and still have the same problem, you likely need some work on your Mac.
    It may be an issue of the relative health of your Mac versus the vagaries of some third party software:• Be sure you Mac OS X maintenance is up to date.
    • If you have not already done so, try re-applying the 10.4.3 Combo Update. Unless you have a "tried and tested" update method, I suggest a technique such as How I Update My Mac OS X.If that does not help, and if your Mac works with all your other apps, see the app's Help, Readme, or other documentation that came with the download for the problem app(s). If that fails, see the Support sections of the third party app web site to find out its known issues with your Mac and for help on how to install and use their applications. If they cannot help you use their application, you may want to try a different app.
    In the worst case, you may want to get a PC if you must connect to the PC versions of Microsoft or Yahoo! Messenger. These apps are better supported for the PC platform, although they do not offer the features of iChat AV 3.
    The simpler answer is iChat AV, but iChat AV will not connect for video with your chosen third party apps.

Maybe you are looking for

  • How to determine category of business partner with BAPI?

    Hello guys, I want to read the partnercategory from a businesspartner using JCo to access the BAPI. I tried to use BAPI_BUPA_CENTRAL_GETDETAIL, but I cannot find a category field in the export parameters/tables. (Like the partnercategory field in the

  • Tags not visible to shared participants

    I have set up a gallery on Acrobat.com. Within this gallery is the usual collection of PDFs that have all been tagged for identification and search functionality. This gallery ahs then been shared to a bunch of users with no admin capabilities. The p

  • SYSFAIL Error in SMQ1 (Outbound)

    Hi Experts, We came across the dumped queues in SMQ1 (Outbound) with SYSFAIL error which were specifically described as: Die laufende Anwendung hat bewußt einen Abbruch mit Kurzdump ausgelöst which means, The current application has deliberately trig

  • I try to update my ipod but it says 4.2.1 is the latest version.

    I try to update my ipod but it says 4.2.1 is the latest version. What do i do?

  • Nikon D4 color shift in RAW

    For awhile now, I have noticed that setting the color temp to k=5560 gives me a RAW color on Aperture of about 6100 which I have to re-set. This only happens with the Nikon D4, as with D3s it actually reduces it slightly from a color k=5560 to about