Communication Error with Host and Remote Object

Hi,
I was executing my RMI program in a Linux Grid Network environment and the communication was no problem and the code did work.
However I have switched to the same code to another network with linux machines and when try to execute the code I get the Error:
java.rmi.ConnectIOException: Exception creating connection to: 136.186.14.96; nested exception is: java.net.NoRouteToHostException: No route to host
136.186.14.96 is the place where the registry is running and Server Object is bound
Client Locate the Registry as below
LocateRegistry.getRegistry("136.186.14.96",1099);
ACTUAL CODE:
+//Pass The Remote Reference+
+try {+
oClient.registry = LocateRegistry.getRegistry(oClient.o_RegistryReference,oClient.i_Port);
oClient.server = (ART_Interface) oClient.registry.lookup("Server_Obj");
oClient.server.clientRegister(oClient.i_ClientID, oClient);
System.out.println("SEQUENCE <1>  Client [" iID + "] Request to Register");+
+} catch (Exception e) {+
System.out.println("Client [" oClient.i_ClientID + "]Registration Error: " + e);+
+}+
Client Code Execution....
+#ART_CLIENT <HOST> <PORT> <Client ID> <slavesPerClient>+
java -cp /home/research/mbcooray/network/mercury/GRID/ -Djava.rmi.server.codebase=file:/home/research/mbcooray/network/mercury/GRID/ -Djava.security.policy=/home/research/mbcooray/network/mercury/GRID/Policy.txt ART_Client 136.186.14.96 1099 0 1 &

No for multiple instances of clients communicating (Reporting) to Server, wouldn't server have a dedicated port for them?No. A remote object is exported on port X, the client forms an inbound (from the server's point of view) connection to it, an accepted-socket is created, also on X. netstat -an will show you that: X LISTENING and zero or more X ESTABLISHED. A TCP connection consists of the tuple {TCP, client-address, client-port, server-address, server-port}. Here 'server-port' is X, 'client-port' is allocated by the system. So there can exist multiple inbound connections to X, and the server-port number is always X.
For Call backs I guess JVM gets hold of a random free portFor all outbound connections, TCP gets hold of a random free port.
as it is running on a separate thread (I assume)Threads have nothing to do with it.
Is this done by using socketfactory? Forget it. You don't want to do this, for the reasons I have. You probably don't need to do it, and if you do need to do it you should shoot the netadmin instead.
Yes, the server exports the object and binds it in the local registryThat's not the same thing as exporting it on port 1099. You can specify a port number when exporting, or when calling super() if your remote objects extend UnicastRemoteObject. If you are using LocateRegistry.createRegistry(), port 1099 will get reused automatically for all subsequently-exported remote objects unless you are using a socket factory, which you aren't. If you are using a separate Registry you should specify the export port number yourself, and you can't re-use 1099.
The background to this is that firewalls often contain rule configurations about what remote port numbers may be connected to, which corresponds to the reality that Internet services have fixed port numbers, so you can decide e.g. to allow your users to connect to HTTP servers (80,443,8080,8443) and SSH (22) but not for example Telnet (23). However by symmetry they often also allow similar rules for outbound port numbers, which are completely useless as they do not correspond to any reality whatsoever. If you have a netadmin who is enforcing outbound port number rules, just tell him to stop it.

Similar Messages

  • Playback and Render Errors - communication error with child process failed

    Tried a reinstall, does not fix the issue, will get the gray screen with text:  communication error with child process failed
    This happens during playback (About 30% of the frames or so) as well as when rendering an output.
    On PC.

    So I updated my nvidea drivers to the latest and greatest (GeForce 327.23). I also reinstalled SpeedGrade CC (which is quite the pain, btw! why can't we keep a local .exe file? Have to download every time you want to resintall ... even if only ten minutes apart!)
    Still the issue seems to persist.
    The footage is from the BlackMagic Pocket Cinema Camera. It worked fine about a month ago when I was working on some footage from the same line of cameras.
    Intel Core i7-3610QM CPU @ 2.30GHz
    16GB RAM
    Win7 Ultimate
    Geforce GTX 670M
    GPU Engine Specs:
    336 coresCUDA Cores
    598 MHzGraphics Clock (MHz)
    33.5Texture Fill Rate (billion/sec)
    Memory Specs:
    1500Memory Clock
    GDDR5Memory Interface
    192bitMemory Interface Width
    72.0Memory Bandwidth (GB/sec)
    Anyone have any suggestions?

  • Communication error with the opmn server local port

    Working on 64-bit R12.0.6 on AIX 5L
    Application services are not being started properly. They are being started with status 2(sometimes with 4).
    Autocinfig is being successfully completed.
    Please help me how I can get rid of this error. Following are some of the environment setting details:
    ons.conf
    nodes=appaix02.us.oracle.com:15007
    opmn.xml
    <opmn xmlns="http://www.oracle.com/ias-instance">
    <notification-server>
    <port local="15006" remote="15007" request="15005"/>
    opmn.log
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    ons.log
    07/01/11 13:12:02 [4] ONS server initiated
    07/01/11 13:12:52 [4] Logging disabled
    07/01/11 13:12:53 [4] ONS server initiated
    07/01/11 13:13:04 [4] Logging disabled
    07/01/11 13:13:04 [4] ONS server initiated
    07/01/11 13:13:17 [4] Logging disabled
    07/01/11 13:13:28 [4] ONS server initiated
    07/01/11 13:13:40 [4] Logging disabled
    07/01/11 13:13:41 [4] ONS server initiated
    07/01/11 13:14:20 [4] Logging disabled
    07/01/11 13:14:21 [4] ONS server initiated
    07/01/11 13:14:29 [4] Logging disabled
    07/01/11 13:14:29 [4] ONS server initiated
    07/01/11 13:14:34 [4] Logging disabled
    07/01/11 13:14:34 [4] ONS server initiated
    07/01/11 13:15:53 [4] Logging disabled
    adopmnctl.txt
    10/08/10-23:30:43 :: adopmnctl.sh version 120.4.12000000.3
    10/08/10-23:30:43 :: adopmnctl.sh: Stopping Oracle Process Manager (OPMN) and t
    he managed processes
    opmnctl: stopping opmn and all managed processes...
    10/09/10-11:13:41 :: adopmnctl.sh version 120.4.12000000.3
    10/09/10-11:13:41 :: adopmnctl.sh: Starting Oracle Process Manager (OPMN)
    opmnctl: opmn start failed.
    10/09/10-11:15:09 :: adopmnctl.sh: exiting with status 2
    adformsctl.txt
    opmnctl: stopping opmn managed processes...
    10/09/10-11:18:11 :: adformsctl.sh version 120.12.12000000.5
    10/09/10-11:18:11 :: adformsctl.sh: starting OPMN if it is not running
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    opmnctl: opmn start failed.
    Please help.

    "A point to add"
    I just noticed that following message is being continously receiving in the database alert_log:
    Sat Oct 9 16:04:52 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:05:32 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:06:30 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:07:10 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:09:35 2010
    Incremental checkpoint up to RBA [0x1d.1f9928.0], current log tail at RBA [0x1d.1f9a79.0]
    Sat Oct 9 16:11:52 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:29:40 2010
    Incremental checkpoint up to RBA [0x1d.1f9b87.0], current log tail at RBA [0x1d.1f9bf4.0]
    ~
    Please help.

  • Communication error with Epson Stylus C63 with Airport Express

    I have a brandnew iMac running 10.5.2. Set up my Airport Express and got the wifi to work in the house. Now I am dealing with remote printing. Printer is plugged into the port on the Airport Express, I see it in the Printer tab of Aiport Utility, I see it in the printer dialogue... but whenever I print I get "communication error with printer". I have unplugged the Airport Express, restarted computers, to no avail.
    What am I missing?? Thanks in advance for any tips.
    -Joanna

    I solved this problem! After lots of searching I ended up at http://discussions.apple.com/thread.jspa?messageID=5692363 Printer setup utility in Leopard which gave the tip to reset the printing system... I did, and then somehow the Epson printer showed up as a Bonjour printer (which I had tried to do in the Airport utility but it would not let me because the name was too short or something strange like that). PageSender Fax showed up also and I just printed a document remotely...
    Hope this helps someone else.

  • How to fix Communications error with Itunes in FronRow

    I've had the " An error was encountered while communicating with itunes" message whilst trying to play music in Fron Row.
    I ran Apple support and they advised me to check on the settings for where the itunes library was located. I did this and stiil the error persisted.
    After much searching I found the solution... Completely remove iTunes then reinstall it.
    Heres how...
    Drag the application's icon to the Trash. Open the /Home/Library/Preferences/ folder and look for one or more preference files named "com.apple.iTunes....plist" and drag them to the Trash. Look in /Library/ folder for an iTunes folder and if you find one drag it to the Trash. Look in /Home/Library/ folder for an iTunes folder and drag it to the Trash. Last, in /Home/Library/Preferences/ByHost/ folder look for two files with names com.apple.nnnnnnn.plist and drag them to the Trash.
    Open Activity Monitor (Utilities folder) and in the process list look for iTunesHelper. Select it, then click on Quit Process icon. Quit or Force Quit the process. Now open the Accounts preference pane, click on Login Items tab, look for the iTunesHelper entry and select it, then click the "-" button and remove it from the list.
    Empty the Trash. This should fully remove iTunes and its associated files/folders.
    It works like a dream, the communication error has gone and I can play music once again. Hope someone might find this helpfull

    I'm glad you found a solution that worked for you and appreciate your clear description.
    It does seem a bit drastic, however. For others I would suggest at first trying one or both of these Apple support suggestions:
    http://docs.info.apple.com/article.html?artnum=302533
    http://docs.info.apple.com/article.html?artnum=93313

  • Communication error with the LOCAL_EXEC Function BAPI_PTMGREXTATTABS_CHECK

    Hello,
    We use timesheet (CATS) in a separate SAP system from the SAP system in which HR resides.
    I found out how the loosely coupled scenario with CATS works with a SAP HR system. We transfer the workschedule and absence data with report RPTIMEOVERVIEW_REPLICATE to the SAP system in which CATS is used. This data is then available in the PTIMEOV1 table to perform time checks in CATS. The distribution model for ALE takes care of the fact that the data is posted into table PTIMEOV1. With BD97 I set up that the BAPI: PTMGREXTATTABS.CHECK has RFCdestination for synchronous calls  = LOCAL_EXEC.
    When I want to record on an attendance code without clock times then the above works fine. The SAP system in which CATS resides looks into table PTIMEOV1. So far so good.
    However, when I want to record hours WITH clock times then I cannot save the data. The error message HRTIM00CATS667 shows up:
    "Communication error with the LOCAL_EXEC Function BAPI_PTMGREXTATTABS_CHECK is no t available  system"
    Diagnosis
    An error has occured during communication with the HR System. The HR data in the time sheet cannot be validated.
    From the error message description it seems that it wants to check the SAP HR system instead of looking for the check in the SAP system in which CATS resides.....
    When I change the value from LOCAL_EXEC to the system in which HR resides then the error disappears, but then it really checks into the SAP HR system (synchronous check with that SAP HR system) and that is not what the customer wants. The check should be local on the PTIMEOV1 table (in case the SAP HR system is down).
    I did not find any OSS notes on the topic....or other info on SDN.
    Can anyone help me out concerning this starnge error message, at least for me?
    Thanks very much in advance,
    Kind regards,
    Mirko

    "A point to add"
    I just noticed that following message is being continously receiving in the database alert_log:
    Sat Oct 9 16:04:52 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:05:32 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:06:30 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:07:10 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:09:35 2010
    Incremental checkpoint up to RBA [0x1d.1f9928.0], current log tail at RBA [0x1d.1f9a79.0]
    Sat Oct 9 16:11:52 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:29:40 2010
    Incremental checkpoint up to RBA [0x1d.1f9b87.0], current log tail at RBA [0x1d.1f9bf4.0]
    ~
    Please help.

  • CF11 is crashing ( application pool suffered a fatal communication error with the Windows Process Activation Service)

    I have a cluster of 2 IIS web servers on Windows Server 2008 R2. They had been running on CF10 for over a year (if not two) with no problems. I upgraded one server to CF11 and now that server is crashing while the CF10 servers is still running fine.
    In the Windows event log I'm seeing 4 instances of this error:
    "A process serving application pool '******' suffered a fatal communication error with the Windows Process Activation Service. The process id was '4652'. The data field contains the error number."
    Then finally:
    "Application pool '******' is being automatically disabled due to a series of failures in the process(es) serving that application pool.".
    Looking at the application pool in the IIS admin it is stopped. Restarting will resolve but it will eventually crash.
    What could be the issue?
    -Phil

    I'm seeing in the CF logs leading up to the crash:
    Jun 04, 2014 11:11:31 AM org.apache.coyote.ajp.AjpProcessor getRealPathFromServer
    SEVERE: Error in getRealPathFromConn
    java.net.SocketException: Connection reset by peer: socket write error
      at java.net.SocketOutputStream.socketWrite0(Native Method)
      at java.net.SocketOutputStream.socketWrite(Unknown Source)
      at java.net.SocketOutputStream.write(Unknown Source)
      at org.apache.coyote.ajp.AjpProcessor.getRealPathFromServer(AjpProcessor.java:402)
      at org.apache.coyote.ajp.AbstractAjpProcessor.getRealPath(AbstractAjpProcessor.java:1276)
      at org.apache.naming.resources.FileDirContext.doGetRealPath(FileDirContext.java:202)
      at org.apache.naming.resources.BaseDirContext.getRealPath(BaseDirContext.java:424)
      at org.apache.catalina.core.StandardContext.getRealPath(StandardContext.java:4660)
      at org.apache.catalina.core.ApplicationContext.getRealPath(ApplicationContext.java:432)
      at org.apache.catalina.core.ApplicationContextFacade.getRealPath(ApplicationContextFacade.ja va:333)
      at coldfusion.runtime.ServletContextWrapper.doGetRealPath(ServletContextWrapper.java:184)
      at coldfusion.runtime.ServletContextWrapper._doGetRealPath(ServletContextWrapper.java:116)
      at coldfusion.runtime.ServletContextWrapper.getRealPath(ServletContextWrapper.java:98)
      at coldfusion.filter.FusionContext.getRealPath(FusionContext.java:999)
      at coldfusion.filter.FusionContext.getRealPath(FusionContext.java:937)
      at coldfusion.runtime.RuntimeServiceImpl.resolveTemplatePath(RuntimeServiceImpl.java:866)
      at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:420)
      at cfApplication2ecfc1835967654.runPage(C:\Data\http\domain\apps\Application.cfc:3)
      at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:246)
      at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
      at coldfusion.runtime.TemplateProxyFactory.resolveComponentHelper(TemplateProxyFactory.java: 538)
      at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:248)
      at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:159)
      at coldfusion.runtime.TemplateProxyFactory.resolveFile(TemplateProxyFactory.java:120)
      at coldfusion.cfc.CFCProxy.<init>(CFCProxy.java:138)
      at coldfusion.cfc.CFCProxy.<init>(CFCProxy.java:84)
      at coldfusion.runtime.AppEventInvoker.<init>(AppEventInvoker.java:64)
      at coldfusion.filter.PathFilter.resolveApplicationScope(PathFilter.java:195)
      at coldfusion.filter.PathFilter.invoke(PathFilter.java:124)
      at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:94)
      at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
      at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
      at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:58)
      at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
      at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
      at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)
      at coldfusion.CfmServlet.service(CfmServlet.java:219)
      at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:303)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
      at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )
      at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:241)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
      at sun.reflect.GeneratedMethodAccessor118.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at com.intergral.fusionreactor.j2ee.filterchain.WrappedFilterChain.doFilter(WrappedFilterCha in.java:97)
      at com.intergral.fusionreactor.j2ee.filter.FusionReactorRequestHandler.doNext(FusionReactorR equestHandler.java:472)
      at com.intergral.fusionreactor.j2ee.filter.FusionReactorRequestHandler.doHttpServletRequest( FusionReactorRequestHandler.java:312)
      at com.intergral.fusionreactor.j2ee.filter.FusionReactorRequestHandler.doFusionRequest(Fusio nReactorRequestHandler.java:192)
      at com.intergral.fusionreactor.j2ee.filter.FusionReactorRequestHandler.handle(FusionReactorR equestHandler.java:507)
      at com.intergral.fusionreactor.j2ee.filter.FusionReactorCoreFilter.doFilter(FusionReactorCor eFilter.java:36)
      at sun.reflect.GeneratedMethodAccessor117.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at com.intergral.fusionreactor.j2ee.filterchain.WrappedFilterChain.doFilter(WrappedFilterCha in.java:79)
      at sun.reflect.GeneratedMethodAccessor116.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at com.intergral.fusionreactor.agent.filter.FusionReactorStaticFilter.doFilter(FusionReactor StaticFilter.java:53)
      at com.intergral.fusionreactor.agent.pointcuts.NewFilterChainPointCut$1.invoke(NewFilterChai nPointCut.java:41)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java)
      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
      at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:422)
      at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:198)
      at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.jav a:607)
      at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:313)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)

  • Sharepoint application pool suffered a fatal communication error with the Windows Process Activation Service

    I am using form based Sharepoint servers and received below error.  Is there any way to solve this?
    Sharepoint 2010 in Windows 2008 R2 Server.
    A process serving application pool 'Sharepoint-2' suffered a fatal communication error with the Windows Process Activation Service. The process id was '11516'. The data field contains the error number.

    I don't see any number provided in the event log. I got this through Sharepoint diagnostic tool.  below is the log.
    Log Name:      System
    Source:        Microsoft-Windows-WAS
    Date:          12/17/2013 5:16:34 AM
    Event ID:      5011
    Task Category: None
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      525531-WEB03.dfw.intensive.int
    Description:
    A process serving application pool 'Sharepoint-2' suffered a fatal communication error with the Windows Process Activation Service. The process id was '8180'. The data field contains the error number.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-WAS" Guid="{524B5D04-133C-4A62-8362-64E8EDB9CE40}" EventSourceName="WAS" />
        <EventID Qualifiers="32768">5011</EventID>
        <Version>0</Version>
        <Level>3</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-12-17T10:16:34.000000000Z" />
        <EventRecordID>23515</EventRecordID>
        <Correlation />
        <Execution ProcessID="0" ThreadID="0" />
        <Channel>System</Channel>
        <Computer>525531-WEB03.dfw.intensive.int</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="AppPoolID">Sharepoint-2</Data>
        <Data Name="ProcessID">8180</Data>
        <Binary>6D000780</Binary>
      </EventData>
    </Event>

  • Communication error with external system ( VERTEX )

    Hi Folks,
    While creation the Credit memo request or Sales order /invoice system giving the error message " COmmunication error with external system ( VERTEX ) " and stopping to proceed further and even not able to post the accounting document.
    Please help  me out here.
    Answers will be appreciated and rewared.
    Regards,
    Ram.

    Hi,
    check this below thread
    Communication error with the external tax system (VERTEX_MS0018)
    OR
    Remove V from the Extrernal System at the location IMG->financial Accounting->Financial Accounting Global Settings->Tax on Sales/Purchases->Basic Settings->External Tax Calculation->Activate External Tax Calculation
    Reg,
    JJ
    Edited by: Jagsap on Mar 5, 2010 1:15 PM

  • Configuring host and remote trading partners

    Hi,
    Being new to B2B, I have a very basic doubt.
    I have two machines, one which I am using as the host trading partner and the other the remote trading partner. Would the steps involved in configuring the host trading partner be the same as the ones required to configure the remote trading partner?
    Currently at the host trading partner end, besides creating the Identifiers for the host trading partner, I am also
    1. creating the remote trading partner
    2.creating the identifiers for the remote trading partner
    3.assigning the documents to the remote trading partner and
    4.creating the delivery channel for the remote trading partner.
    I assume I would have to do a similar configuration at the remote trading partner end, before creating the agreements for the trading partners.
    Is there anything else that would need to be handled?
    It would be great if someone can share the stepwise instructions that would be needed to configure host and remote trading partner. I am using Oracle B2B 11g and have not worked with the previous versions of B2B.
    Any help in this direction will be greatly appreciated.
    Thanks
    Priya.

    Hi Priya,
    Steps are correct and you have to configure both the machines.
    You can refer B2B samples available as part of SOA Samples in below link:
    http://www.oracle.com/technology/sample_code/products/soa/index.html
    In this step by step instruction guide is available.
    you can refer to below cookbooks:
    http://www.oracle.com/technology/products/soa/b2b/collateral/B2B_TU001_EDI.pdf
    http://www.oracle.com/technology/products/soa/b2b/collateral/B2B_TU002_HL7.pdf
    http://www.oracle.com/technology/products/soa/b2b/collateral/B2B_TU003_ebxml.pdf
    Please let us know your protocol and usecase to know more details.
    Rgds,
    Nitesh Jain

  • Getting Communication error with the external tax system(VERTEX_MS0018)

    Hi All,
    I am a new SAP HCM self learner. I am practicing it on company's sandbox system. When I am trying to create a company and saving the address, it is returning Communication error with the external tax system(VERTEX_MS0018). I have already tried to solve is issue by going thru previous related to same issue like
    Communication error with the external tax system (VERTEX_MS0018) ...Urgent
    but coudn't solve the issue.
    Please help. Is this issue coming as I am using a training environment? any alternate approach?

    Hi Ravi,
    To disable the connection to Vertex:
    Goto tcode  SPRO > Cross Application Components > Transaction Tax Engine >
    Technical Settings> Define External Tax System
    Here an RFC would be defined. Remove it and try again.
    Also in SPRO > Cross Application Components > Tax Determination based on Jurisdiction Codes > External Tax Jurisdiction > Activate External Tax Jurisdiction.
    Remove the entry 'V' here.
    Regards,
    Srikishan

  • COMMUNICATION ERROR WITH EXTERNAL TAXATION SYSTEM - VERTEX_MS0018

    When  I copied US company code 3000 to my org using USD as currency code with a  a view to simulate US  scenarios it threw an error as under.
    The error occurred when I  was trying to fill in the address tab after copying the  company code.
    <b>
    COMMUNICATION ERROR WITH EXTERNAL TAXATION SYSTEM - VERTEX_MS0018</b>.
    Thank you and regards,
    Ram

    Hi Ram Shiva,
    Deactivate External tax
    Path:SPRO>Financial Accounting>Financial Accounting Global Settings>Tax on Sales/Purchases>Basic Settings>External Tax Calculation>Activate External Tax Calculation
    Hope this will solve
    Best Regards
    Ashish Jain

  • Communication error with the external tax system(vertex_ms0018)

    Hi All
    I have installed ECC6 IDES S/W on my PC. I have activated SAP Insurance module (FS-CD). When I try to create business partner using FPP1 with US address, It is throwing error as follows:
    "communication error with the external tax system(vertex_ms0018)"
    I dont want to use any external Tax system like Vertex etc. because I am not calculating any taxes.
    I gave correct US address with valid ZIP etc. but no use.
    Please help me if any one of you has idea. How to overcome this error. How to deactivate connection to external tax system.
    Your help will be greatly appreciated.
    Thanks
    Giri

    Hi Giri,
    I've notice that you took the 'V' from the configuration but you left the RFC destination.
    Clearly the RFC destination is not working thus the reason you get the error (in your case, your server can't determine a valid IP address for the host iwdf8334.wdf.sap.corp).
    To sort out the problem you got I can think of at least two ways:
    1. Get the RFC connection working (get the correct setup for it) using transaction SM59
    2. Or if you don't really need the external tax calculations, remove the RFC configuration from TAXUJ under Assign RFC Destination to Country on the Cross-Application SPRO entry.
    3. You can always add TAXUS to transaction OBBG if you require it (as it comes out of the box).
    This should fix the problem you are having but I'm assuming you don't need the external tax calculations.
    If you do, just fix the connection using SM59 (you may want to ask for help from your Basis team if you don't know how to do it).
    Cheers
    Jorge Laranjo
    [email protected]
    +44 741 847 5946

  • Communication Error with PIC µC through RS232.

    Hello Friends.
    I am getting continuous communication error with PIC µC reading through RS 232. Our µC programmed by external company and according to Communication protocol. µC sends 11 data packets in 43 ms and then delay on 50 sec. Actually Original labview code is developed in LabView 7.0 and now I am trying to update new installer to LabVIEW 9.0. I am attaching my LabView communication VI and capture data. If you see in the ComSerial.Vi, you can find when 8000! case is detected only that time 3 value sent to µc. In µc there is a Protocol, that when it receive 3 wrong packet (or damage packet) out of 10 then it send Error code 07 means communication error. Can you please take a look in to this ComSerial.vi and suggest me some Solution. I already spend more then 10 days to just figure it out.
    TejasKumar patel
    Attachments:
    COMserial 1.2.vi ‏56 KB
    Test1.txt ‏4888 KB

    I would suggest to start with the examples for the serial communication with LabVIEW and then built on them further. This way you will be sure about your code and then also for your communication and afterwards you can implement the further logic. Try those vis and see if your recieving the right data or not if not may be there is problem on hardware side!!
    Naqqash

  • Communication Error with Base Station

    I've been trying to connect my stereo system to the Power Mac using Airport Express. I had the Airport working fine as an extender but have moved and no longer need the extender function. In trying to convert it to a client on the network for streaming music to the stereo, it tells me there is a communication error with my Airport Extreme Base Station. Both the network and ITunes see the new client but when I try to connect from ITunes, I get the beach ball. When I try to configure from Airport Setup is when I get the communication error. I've done a factory reset but still get the same problem. Any advice? Thanks.

    it finally worked after 20 tries--thanks anyway

Maybe you are looking for

  • Gain access to portal application code in portal 7.3

    Hello, I'm particularly interested in a code of tclmitsamuimain~wd floorApp, this is a web dynpro (probably) application that displays the current active sessions of the users in portal. since the previous API's to get such information are deprecated

  • Open a PDF in Acrobat XI Pro to edit and resave in Word Format

    I want to edit a PDF in Acrobat XI Pro and resave in Word Format. I can't figure out how to do this once I am in Creative Cloud.  Can anyone assist?

  • Installing windows xp through bootcamp or parallel

    I am no longer using a pc, but I still have the disks and code for windows. When I tried to install, I was told that the code is not valid. Do I have to buy a new software package of windows? Windows came preinstalled on my dell computer. I haven't g

  • CRM4.0 Installation error

    Hardware : Pentium P-IV, RAM 512 MB, HDD 250 GB O/S : Windows 2003 Server Instllation that I have done : 1) Installed Windows 2003 server 2) Installed J2SDK 1.4.2_08 3) Made entry to host file with <IP#> <hostname> SAPTRANSHOST 4) Installed M/S loopb

  • Date time format help

    Hi Experts, I am getting date-time in 2009-09-17 13:05:16 format. But I need to send it to database as 2009/9/17 1:05:16 PM format. When date is 08 only 8 needs to be present. And time should be in AM/PM format. Please suggest.. Thanks, Vishal