X.400 communication via saprouter

Dear Guru's,
I have searched on sapnet and the internet for X.400 communication via the saprouter, however I cannot find specific information about this.
Our XI/PI  establishes X.400 communication, which should be routed via the saprouter through the DMZ. I'm wondering if saprouter can perform this......
Does anyone worked with this before?
Kind regards,
Mark

Hello,
SAP router does support TCP/IP, telnet and LPD apart from its native SAP Protocol.
Please find the below link detailing functions and characteristics of SAP Router:
http://help.sap.com/saphelp_nw04/helpdata/en/96/c120f8860d11d2ac790000e83539c3/frameset.htm
The usual way to connect a system to external systems is to put the saprouter alongwith a firewall and put an external server in the DMZ which communicates with SAP via SAP Router using SAP Protocol.
Typically you can find some configs in ITS and Portals.
Please check the following link:
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10dffcbb-9416-2a10-a795-ae2302583d45
Regards,
Siddhesh

Similar Messages

  • Accessing Java System - Via SAPRouter

    Hi,
    Is it possible to access the NetWeaver component via SAPRouter.If yes please provide the settings to be done in saprouter and how to access BI java part in web browser.
    Thanks,
    Vignesh P

    Hi,
    >My Question is how to access http://192.168.xxx.xxx:50000/irj/index.html from out side network.
    I don't think that it is possible for us, SAP customers,  to use the saprouter as an HTTP gateway.
    It is, of course, possible for SAP support but I don't know how they do it. I've never found a documentation about it.
    There must be something special because  a standard web browser does not know what to do whith a saprouter.
    The official solution for external HTTP access is to use a reverse proxy like the SAP Web dispatcher or Apache.
    This works perfectly for us. In one case, we have a saprouter (for sapgui access) and an Apache reverse proxy (for BSP browser access) on the same host in a DMZ.
    Regards,
    Olivier

  • Access Dev Studio J2EE engine via SapRouter?

    I have a group of Developers in another country who wish to use the j2ee engine on our local EP6 machine. They can presently access the R3 Dev system via SapRouter, but the question is: can we configure the j2ee engine in the Developer Workplace see the message server on the EP6 machine? 
    The path to setting is <i>Preferences > SAP J2EE Engine</i>
    For example can we enter something like:
    H/<localsaprouter>/H/<our saprouter>/H/<EP6 ip address>
    Message was edited by: Graham Slater

    Hi,
    As for as I know ,
    We need SAPlogon (higher vertion preferable but not necesary) for such knid of connection. for the saplogon connection you need application server name, system ID and username and password as described below
    You also need some sort of VPN conection.
    Following are the inputs required for creating Connection from SAP Logon Pad.
    1. Application Server = IP Address or Host Name of SAP Server you want to connect.
    2. SAP Router String = If you are connecting via Firewall accross VPN.
    3. System ID = <SID> ex., DEV, PRD...
    4. System Number = <00> ex., 00, 01 ..99
    5. Select radio Button R/3
    6. Give some description under that field.
    Before doing the above please try to PING the Server at Location A from your machine(should be replying).
    I don't think NWDS have this facility of using sap router remote r/3.
    let me know whther this helps. also reward if so.

  • HTTP Breakpoint via SAProuter?

    I’m able to debug BSP Applications when I’m in the intranet.
    I can access the SAP Web AS (R6.40 SP11) from Internet via SAProuter in order to develop (via SAPgui) and via SAP Web Dispatcher in order to access the HTTP port via browser.
    In this scenarios I can set the breakpoints (HTTP Breakpoints) but the debug windows is never activated.
    I know that the SAP Web AS should be able to reach my laptop (from intranet -> internet -> intranet ) and it is quite difficult.
    Do you know what is wondering to me?
    If I request a printout via the LO01 (front-end printer) the SAPlpd windows is automatically opened, data is received and I have the print list on my printer.
    Anybody is able to route HTTP debugging trough SAProuter?
    Sergio

    Such a thing must be possible, because SAP does it when they connect to your system to debug a problem with BSP.  It might helpful to read their OSS Note on how to setup the SAPRouter for when you open a Service Connection.  That is OSS Note 592085.

  • I want to do communication via ethernet using TCP/IP

    i want to do communication via ethernet using TCP/IP i did it but code is runing but im not getting any output

    Look on this easy example: http://www.labviewtutorial.eu/viewtopic.php?f=14&t=328
    You will find there two identical VIs (only port numbers are different). One is for PC1 and other for PC2. If you will get prodlems starting VIs, so look on your firewall settings, you have to unlock ports used in these VIs.
    LabVIEW Portal

  • Connecting 3rd Party via Saprouter

    Hi experts,
    is it possible to connect a 3rd party via saprouter to our sap-systems?
    Or is it just possible to connect SAP to the systems?
    I already found one entry in SCN, however there was also no solution provided.
    Kind regards

    Hi Christian,
    To connect your SAP system a 3rd Party needs SAP GUI setup at their end & you can provide the sap router string to connect your system via SAP GUI.
    For security purposes you can configure sap router string with password option(authentication to access SAP system),so that after confirming job/consultancy by 3rd party you just need to change the password under router string only in regards no one can access your SAP system/network.
    Hope this will help you.
    Thanks,

  • NCO3 - Connection with Message Server via SapRouter fails

    Hello @all,
    i have successfully used nco3 as client (.net framework 3.5 / VS 2008) with an application server connection via saprouter.
    But i tried several ways to connect to a message server via saprouter without luck.
    The parameters i used to connect:
            parameters(RfcConfigParameters.Name) = "Test"
            parameters(RfcConfigParameters.MaxPoolSize) = Convert.ToString(5)
            parameters(RfcConfigParameters.IdleTimeout) = Convert.ToString(10)
            parameters(RfcConfigParameters.User) = ...
            parameters(RfcConfigParameters.Password) = ...
            parameters(RfcConfigParameters.Client) = "100"
            parameters(RfcConfigParameters.Language) = "DE"
            parameters(RfcConfigParameters.MessageServerHost) = ...
            parameters(RfcConfigParameters.SystemID) = ...
            parameters(RfcConfigParameters.LogonGroup) = "USER"
            parameters(RfcConfigParameters.SAPRouter) = ...
    I always get an SAP.Middleware.Connector.RfcCommunicationException with following exception details:
    InnerException     Nothing
    Message     ""
    Source     "sapnco_utils"
    StackTrace     bei SAP.Middleware.Connector.CpicConnection.getASfromMS(Dictionary`2 options)
       bei SAP.Middleware.Connector.CpicConnection.parseConnParameters(Dictionary`2 options)
       bei SAP.Middleware.Connector.CpicConnection.ConnectAsClient(Dictionary`2 options)
       bei SAP.Middleware.Connector.RfcConnection.ConnectAsClient(RfcConfigParameters options)
       bei SAP.Middleware.Connector.RfcConnectionPool..ctor(RfcDestination d, Boolean forRepositoryCalls, String uniqueKey)
       bei SAP.Middleware.Connector.RfcConnectionManager.GetClient(RfcDestination destination, Boolean forRepository)
       bei SAP.Middleware.Connector.RfcDestination.GetClient(Boolean forRepository)
       bei SAP.Middleware.Connector.RfcDestination.Ping()
    Because of empty error message I don't know what to do. It seems that nco3 can't get the application server from the message server, but why? The connection via the old nco2 (VS 2003) works and also if i try to connect with the saplogon ocx from sapgui (some short code in vb6) the connection is established.
    Anyone can help me???
    Thanks a lot.

    parms.Add(RfcConfigParameters.MessageServerHost, "192.168.0.1");
                    parms.Add(RfcConfigParameters.SystemID, "MGF");
                    parms.Add(RfcConfigParameters.GatewayHost, "192.168.0.1");
                    parms.Add(RfcConfigParameters.SAPRouter, "/H/145.145.150.240/H/");
                    parms.Add(RfcConfigParameters.User, "mysapuser");
                    parms.Add(RfcConfigParameters.Password, "********");
                    parms.Add(RfcConfigParameters.Client, "200");
                    parms.Add(RfcConfigParameters.Language, "en");
                    parms.Add(RfcConfigParameters.PoolSize, "5");
                    parms.Add(RfcConfigParameters.MaxPoolSize, "10");
                    parms.Add(RfcConfigParameters.IdleTimeout, "6000");
    I guess you are missing RfcConfigParameters.GatewayHost parameter. Try code snippet given above.
    Regards,
    Ahmed Brohi

  • Connection between SMD Agent and SMD server via SAProuter

    In our scenario, we have to setup the connection between SMD agent and SMD server(solution manager server) via saprouter. But during the installation of SMD agent, we can only specify the hostname of the managing system, we have no place to add saprouter string(/H/..../H/). I I am not sure if we could connect the agent and server via saprouter, if so how to do it?
    Hope someone can give us your precious advices on this issue.
    Karl

    Perfect; and thanks for your response. I found this help page for developers to implement P4 support over SAP router: http://help.sap.com/saphelp_nw73/helpdata/en/48/2992d7ad8758d7e10000000a421937/content.htm
    But in the SM Diagnostics Setup options I can set up only a direct HTTP adresses and have no options to set up connections over a sap router to P4 ports directly. I can at the moment only solve my problems with NAT or firewall rules.
    And also the diagnostic agent setup has no options to config a proxy or sap router. I found yesterday a blog on sdn side with screenshots of the setup with all available connection opetions to SLD... sry I can not post this link today.
    This is an official statment of SAP from the current version of SMD guide; it is also possible but why not from the beginning???:
    In some network conficurations, the Diagnostics agent has to connect to the Managing system though a SAP router.
    This feature will be fully supported in Solution Manager 7 Ehp2 (7.02).
    In order to enable this feature in Ehp1, please contact the Diagnostics Agent support team to get information on how to
    setup the agent and on which patch level you can perform the installation.
    This thread were a long time not answared; proxy and routing connections are mostly stepmotherly handled by SAP; this is also a problem by set up of automatic RFC generations in SMSY; why there are in the setup assitents no options to set up the router string.
    I have absolutly no comprehension for this in year 2011. All this technics are good known and long time tested.
    In this case the f**k has provoked an answare to this thread and this is what I expected; but sorry for my style You are right I could also writh why the heck
    FAQ:
    SMD root side on SDN: http://service.sap.com/diagnostics
    SM FAQ: http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/4e49dbea-0c01-0010-91bd-f0b61388c9ae
    SM Setup Home: http://wiki.sdn.sap.com/wiki/display/SMSETUP/Home
    SM Diagnostic Troubleshooting Guide: https://websmp201.sap-ag.de/~sapdownload/002007974700000409092009E/DiagAgent_TroubleShooting.pdf
    SMD Candidate Setup: http://wiki.sdn.sap.com/wiki/display/SMSETUP/Diagnostics+Agents

  • XI to PCK communication via XI protocol

    Hello,
    I try to perform the following communication task: configure receiver on XI to communicate with
    PCK via XI protocol.
    In receiver configuration I have to input some properties and I don't know where to find them.
    They are URL properties:
        1. Port (the first property "host" I know)
        2. Path prefix
    I don't know where to find them on the <pckhost>.
    May be it is something like <b>http://<pckhost>:8000/sap/xi/engine?type=entry</b>
    because the same properties on <xihost> are
        1. Port <b>8000</b>
        2. Path prefix <b>"sap/xi/engine?type=entry"</b>
    Does anybody know how to configure this properties or
    where to find them?
    Thank you in advance.
    Ivan.

    Hello Stefan,
    Thank you for your reply.
    But I have already tried this URL before
    and the service user already have had a role xi_af_receive in PCK.
    But I have got the following exception:
    td {font-family : Arial, Tahoma, Helvetica, sans-serif; font-size : 14px;} A:link A:visited A:active
      400   Bad Request
    SAP J2EE Engine/6.40 
      The request can't be parsed properly.
     Details:
    </body>
    com.sap.engine.services.httpserver.exceptions.ParseException: Incorrect request line: . at com.sap.engine.services.httpserver.lib.impl.RequestLineImpl.init(RequestLineImpl.java:328) at com.sap.engine.services.httpserver.lib.impl.RequestLineImpl.parseRequestLine(RequestLineImpl.java:213) at com.sap.engine.services.httpserver.server.RequestAnalizer.initialize(RequestAnalizer.java:191) at com.sap.engine.services.httpserver.server.Client.initialize(Client.java:84) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:142) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37) at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162) </PRE></font></td></tr></table></font></p> </body> </html></SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>HTTP response contains status code 400 with the description Bad Request XML element Envelope missing in SOAP message header (SAP XI Extension)</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    /code
    Could you take a look at this?
    Thanks a lot
    Ivan

  • GTS Communication via SAP XI

    Hi,
    we have a customer who will use GTS (Global Trade Service) for communicate with costum duty. This practise is called ATLAS Zoll and its typical german.
    Inside the GTS is a Seebruger converted delivered which sends data via EDIFACT and X.400 to the responsible authorities of our country.
    Because the client has also a SAP XI we thought about sending the data from GTS via SAP XI to the authorities, using additional Seeburger Adapter to have all the communication across the XI.
    Special about this is, the authorities have to give a kind of certificate for using SAP XI. There seems to be only a certificate for sending data directly via GTS to the authorities.
    Does anyone have some experience concerning this?! We have a partner that told me that he didn't hear of anything like this, just using GTS instead of SAP XI. Do i have to write an OSS?!
    best regards, Jens

    HI,
    I have not worked on this issue, but , i would like to ask you to refer the below links may be useful..
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4f58802d-0a01-0010-e58b-d135f1b01dc5
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/eaf7e690-0201-0010-25bc-db30f0ef9fde
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/66094314-0401-0010-d4a3-a3c1a3246a44
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ffe6d390-0201-0010-d792-9f22c5112c4f
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/espackages/global%2bdata%2bsynchronization
    /thread/80685 [original link is broken]
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/media/uuid/3995b67a-0701-0010-4ab2-80dfcce8a444?prtmode=navigate
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0ab39290-0201-0010-8d9f-bf900163b1db
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/256b06ea-0201-0010-548a-f64ef19263c3
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3c508611-0501-0010-8f8b-8837bf3dda77
    Regards
    Chilla

  • Socket communication via TCP-IP

    Hi,
    I am new to CF and would like to establish TCP-IP socket
    communication with a remote server. How can I exchange XML messages
    with a remote server / port via TCP-IP. Do I need to use the event
    gateways of does CF offer another way of setting up socket
    communication ?
    Many thanks in advance !
    John

    Do I need to use the event gateways of does CF offer another way
    of setting up socket communication ?
    I would say, yes, use the socket gateway that ships with
    Coldfusion. However, it has a functionality I cannot really
    understand. If you are a client setting up a socket to connect to
    the gateway, the gateway expects your code to have, beforehand, a
    value for the variable
    originatorID. Yet,
    originatorID is a large, unique integer that the gateway
    code generates when you connect. That seems to me to be a
    chicken-and-egg dilemma.

  • External System communication via RFC

    Hi Experts
    In my landscape, sending system want to use an RFC connection to the PI via SAP java connector. In turn PI should call the RFC in the SAP System and execute the RFC and return the results.
    note ; Sending system is Java based system
    Is it possible to connect to PI from external system via java connector  ? if so what configuration has to be done in the PI and external system.
    when i checked the sender communication config , its asking for application server gateway and service.Is these needed to be configured in SAP PI or external system.
    Please provide your inputs
    Thanks in advance

    if you are not using Java connector then you must use Java proxies.
    Refer to the following link for more details-
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b07fc2113ab?quicklink=index&overridelayout=true
    Edited by: vishal kharat on Aug 3, 2011 6:42 PM

  • Communicating via the Com port (comm)

    Hi Folks,
    I'm trying to communicate to the com port on my device but apparently can't "see" any available com ports.
    Actually I'm trying to communicate via the Infrared port on my device and have been able to do so on a Nokia using COM0, however, on an Orange SPV, no ports are available. I'm using the Connector class from GCF.
    I've used
    System.getProperty("microedition.commports")
    and on the Nokia get a load of ports back, however, on the other device I get back null. The device does have a IrDA port so I feel like I should be able to access it, I just don't know how.
    I wondered if there is other ways to get hold of a port?
    Reading http://developers.sun.com/mobility/midp/questions/properties/index.html it implies that the above property is implementation specific, does that mean Midlet Manager implementation specific (the SPV device uses Intent Java).
    Thanks for any suggestions or any tips / links on IrDA / serial communication with ME :)
    Cheers,
    Toby

    Start with the NI modbus library.
    http://sine.ni.com/nips/cds/view/p/lang/en/nid/201​711
    Or download portmon and use it to watch the data as modscan is working. Then use VISA and serial port commands to transfer data bytes until it matches what modscan is transmitting. You'll learn more doing it this way.
    Also download the modbus protocol pdf file.
    http://forums.ni.com/ni/board/message?board.id=170​&message.id=197677&query.id=96682#M197677
    Message Edited by unclebump on 03-10-2008 06:04 PM

  • Communication via TCPIP with an oscilloscope

    I try to communicate via TCPIP with a digital oscilloscope (Tektronix TDS3000B series). First of all; Is that possible or do I need a GPIB interface? Where can I find an exact description of the commands? So far I could build a connection, but nothing happens on commands like "clearmenu", ... Is the protocol I am using anyway GPIB? I found a labview file tktds3k.vi - could I use or modify this file.
    I'm happy about any kind of suggestions-there must be someone communicating with an oscilloscope!? thanks, Felix

    Are you sure that your scope supports VXI-11 for TCP instrument communication? Given IP 192.168.0.1, this VISA resource descriptor will access a VXI-11 instrument (VXI-11 specifies the ports for communication in its specification, so you don't need this in the descriptor) "TCPIP::192.168.0.1::INSTR".
    If your instrument does not support VXI-11 and you want access it via VISA using straight TCP to a specific port number (port 5555 in this example), use the descriptor "TCPIP::192.168.0.1::5555:OCKET". Also, make sure you are running a newer version of VISA since VXI-11/ Raw Socket support hasn't been around as long as VISA has. If it's referenced in the helpfile (for viOpen) then it should support these resource descriptor formats.
    Hope this helps.
    Scott B.
    GPIB Software
    National InstrumentsMessage Edited by ScottieB on 04-11-2005 09:55 AM

  • Motor Controller communication via PDO CANopen

    I am using a Mattkeg Servo position Controller (MDR2300) to control a PMSM via Speed and Position control. The motor controller uses the CANopen protocol to receive commands from the NI Realtime Controller. In order to send the speed, position, velocity, etc commands, I am currently using the SDO method of communication. But I want to use the PDO method in order to do the same.
    I am using the 'NI-Industrial Communications for CANopen 1.0.3' library. The examples given by NI regarding PDO, transmit/receive 64bit word. But the way I understand it, the Objects can be mapped to the 4 transmit and 4 receive PDO's so that I can send, for example object values for target_position, profile_velocity, profile_acceleration, and polarity in one PDO msg. I managed to do the PDO mapping using the LabVIEW Batch SDO process. But I don't know how to use it further in my Program. I have attached the current program I have that uses SDO. I wish to accomplish the same using PDO. Has anyone managed to do this?
    Thanks a lot for your help..
    Attachments:
    Position_Control.png ‏115 KB
    Speed_Control.png ‏103 KB

    the more appropriate NI forum http://forums.ni.com/t5/Automotive-and-Embedded-Networks/bd-p/30

Maybe you are looking for

  • From schema 1 to schema 2 migration delegated admin problem

    I want migrate from schema 1 to schema 2 the messaging server 6.2 ( jes 2005q1). I have install access manager and delegated admin. With the commdirmig I migrate the domain and schema , the messaging work correctly. I have a problem with the delegate

  • Clearing device cache regularly with Patch

    Hello, I come from comment on this thread: http://forums.novell.com/novell-prod...ml#post2070411 It is related to clear the cache on devices regulary, using "Cache orphaning threshold" parameter. It seems that a cache item only becomes "orphaned" whe

  • Data source connection problem

    Hi, im starting to get into Coldfusion and im trying to connect to a database but when i make the data source and submit it it times out. I tried going to the data sources main page and the database does showup but when i click the little verify butt

  • Canon 5D Mark iii and Lightroom 3

    I recently got a Canon 5D Mark iii. I have Lightroom 3.0 and I cannot open the images in Lightroom.  Do I have to upgrade to Lightroom 4.1?

  • Jtexfield converted to jtextfield_date ?.

    hi! how can i put a sort of mask to my jtextfield sothat it looks like "dd/mm/yyyy" so that i don't have to control date typed in it ! please help