Setting Host in B2B

Hi,
Is there any way to setup 2 Hosts in B2B? We are plannning to merge one of our siste concern into our system and we want merge all the EDI Customers into our system. Do we need to change the EDI Interchange ID in order to merge the Customers or we can use the B2B with setting up 2 different hosts?
Please advise.
Thanks in Advance.
Saravana

Hi Saravana,
In no way you can have two host trading partners in Oracle B2B though this use case can be addressed by using different EDI identifiers for both the hosting parties. At Oracle B2B add identifiers for both the hosting parties in same host TP and whil modelling agreement, select the appropriate identifier.
Regards,
Anuj

Similar Messages

  • How can I set #HOST# variable referenced in the Chart template?

    #HOST# and #HOST_PROTOCOL# are being set incorrectly by APEX from CGI variables when I create a chart. I am using APEX 4.1 and Oracle 11g. The get the continual "Loading data..." and then after it times out I get "Error loading file".
    Before we changed to a secure http environment, our charts worked. After we changed to the new web layer, the charts do not work. The #HOST# substitution was set to http://correctservername/ and #HOST_PROTOCOL# was set to http. We set PlsqlCGIEnvironmentList REQUEST_PROTOCOL=https in the dads configuration file and now the #HOST# displays https but it also includes the default port number which we do not want (https://correctservername:port/) The charts work without the port. REQUEST_PROTOCOL is not in the cgi list and setting this variable set #HOST_PROTOCOL#. What variable can we set to make #HOST# correct. It seems like #HOST# is being set by #REQUEST_PROTOCOL#'://'||HTTP_HOST||':'||SERVER_PORT||SCRIPT_NAME||'/'. SERVER_NAME could also be used in of HTTP_HOST. I don't know how APEX is setting #HOST#. Does it come from a host alias somewhere in the environment?
    I don't want to add a new cgi variable called HOST because HOST sounds so generic and it might interfere with something else running in our environment. Or, I don't want to change the plsql cgi environment variable (such as HTTP_HOST) because many developers may use owa_util.get_cgi_env('HTTP_HOST') to get the current server. If the SERVER_PORT is part of the #HOST# then what could I change it to if it needs to be null. If you leave it blank, then the default SERVER_PORT comes from the CGI variables.
    I would rather not create a global variable (hard-coding) and create a new chart template using the global variable or create a before header application process to re-direct url without a port.
    Edited by: Donna C-Houston on Oct 10, 2012 1:06 PM

    Hi Donna,
    changing the CGI environment variables HTTP_HOST, REQUEST_PROTOCOL and SERVER_PORT is the correct way how to resolve this, because it appears that your hiding the web server where you have installed mod_plsql or EPG by a different outside facing web server (also called reverse proxy). That's why APEX gets the host name, protocol and port of the internal web server, but should actually get the values of your reverse proxy web server. Can can fix that by changing the following CGI environment variables.
    HTTP_HOST should just contain the domain name (no protocol or port). For example: www.oracle.com
    REQUEST_PROTOCOL should contain http or https
    SERVER_PORT should be the port for https
    I don't want to add a new cgi variable called HOST because HOST sounds so generic and it might interfere with something else running in our environment. Or, I don't want to change the plsql cgi environment variable (such as HTTP_HOST) because many developers may use owa_util.get_cgi_env('HTTP_HOST') to get the current server. If the SERVER_PORT is part of the #HOST# then what could I change it to if it needs to be null. If you leave it blank, then the default SERVER_PORT comes from the CGI variables.The value of HTTP_HOST is wrong anyway and points to your internal web server, but I assume your developers actually want to get the host name of your external web server if they use it to generate absolute URLs. That's why I wouldn't bother and set it to the correct host name.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • How to set #HOST# variable used in Chart template using Multiple Domains?

    I have a extended question to How can I set #HOST# variable referenced in the Chart template?
    In addition to the Proxy layer, we are looking to use multiple sub-domain names into the same Oracle APEX instance (through the one DAD) each mapped to a different application id. Therefore I don't think the solution in the link will work for me - as this embeds a single domain name in the DADS.CONF.
    Two questions:
    - Is it possible to set the "HTTP_HOST" in "dads.conf" using an existing HTTP Header value? - my proxy can pass on the original domain as "HTTP_X_FORWARDED_HOST". So if it was possible to use (say: using whatever form/syntax of parameterisation is available) ?
    >
    PlsqlCGIEnvironmentList HTTP_HOST=%{HTTP_X_FORWARDED_HOST}
    >
    If it can then that would work for me. It would be great if modl_plsql handled this out of the box as I understand the "X-FORWARDED" approach is pretty standard in the proxy world including passing on original IP addresses. Hitting an phpinfo() site shows headers
    >
    HTTP_X_FORWARDED_FOR     192.168.2.100
    HTTP_X_FORWARDED_HOST     dev.mycompany.com:443
    HTTP_X_FORWARDED_SERVER     mycompany.com
    >
    - Alternatively is it possible in APEX environment to set the #HOST# from the HTTP Header "HTTP_X_FORWARDED_HOST" if it exists for all requests?
    Thanks

    Hi Donna,
    changing the CGI environment variables HTTP_HOST, REQUEST_PROTOCOL and SERVER_PORT is the correct way how to resolve this, because it appears that your hiding the web server where you have installed mod_plsql or EPG by a different outside facing web server (also called reverse proxy). That's why APEX gets the host name, protocol and port of the internal web server, but should actually get the values of your reverse proxy web server. Can can fix that by changing the following CGI environment variables.
    HTTP_HOST should just contain the domain name (no protocol or port). For example: www.oracle.com
    REQUEST_PROTOCOL should contain http or https
    SERVER_PORT should be the port for https
    I don't want to add a new cgi variable called HOST because HOST sounds so generic and it might interfere with something else running in our environment. Or, I don't want to change the plsql cgi environment variable (such as HTTP_HOST) because many developers may use owa_util.get_cgi_env('HTTP_HOST') to get the current server. If the SERVER_PORT is part of the #HOST# then what could I change it to if it needs to be null. If you leave it blank, then the default SERVER_PORT comes from the CGI variables.The value of HTTP_HOST is wrong anyway and points to your internal web server, but I assume your developers actually want to get the host name of your external web server if they use it to generate absolute URLs. That's why I wouldn't bother and set it to the correct host name.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Naming workstations - setting host name

    I would like to know if there is a way to set host names for multiple
    computers once I re-image them with the same base image. I was thinking I
    could create a bunch of reg keys something like "lab1-01", "lab1-02" etc.
    and register computers in the lab as per their physical location.
    It seems though that all their host names will remain the same as per the
    original one of the base image. I then can not remote via the host name
    unlike with Zen 7 when I could do that in ConsoleOne which did not rely on
    host names I believe. So ideally I would like to have an easy way to
    populate host names ( and maybe computer names, too ) during registration,
    is that at all possible ?
    Andrew

    I am pretty sure that ZCM 10 also has a policy or setting, which if I
    remember is not enabled by default, which will rename the device names
    if the workstation name changes.
    Here it is ...
    Configuration | Device Management | Registration
    At the bottom is a section called "Device Dynamic Rename", with t a
    checkbox for "Enable automatic renaming of devices". Here is what the
    help file says:
    Device Dynamic Rename
    The Device Dynamic Rename panel lets you enable devices to be renamed,
    if necessary, whenever they refresh their registration information. A
    device might need to be renamed for the following reasons:
    The naming template being applied to the device has changed.
    A different naming template (for example, a folder naming
    template rather than the Management Zone naming template) is now being
    applied to the device.
    Because a devices GUID and not its name is used for all relationships
    with other ZENworks objects (folders, groups, bundles, policies, and so
    forth), renaming the device does not affect anything other than the name
    that is displayed in ZENworks Control Center.
    You can define this setting at two levels:
    Management Zone: The setting is inherited by all devices.
    Device Folder: The setting is inherited by all devices contained
    within the folder or its subfolders. Overrides the Management Zone setting.
    NOTE:If you are configuring the setting on a device folder, you need to
    click Override settings before you can modify the setting.
    Andrew wrote:
    > I would like to know if there is a way to set host names for multiple
    > computers once I re-image them with the same base image. I was thinking
    > I could create a bunch of reg keys something like "lab1-01", "lab1-02"
    > etc. and register computers in the lab as per their physical location.
    >
    > It seems though that all their host names will remain the same as per
    > the original one of the base image. I then can not remote via the host
    > name unlike with Zen 7 when I could do that in ConsoleOne which did not
    > rely on host names I believe. So ideally I would like to have an easy
    > way to populate host names ( and maybe computer names, too ) during
    > registration, is that at all possible ?
    >
    > Andrew
    >

  • Unable to set Host Preferred Credentials in OEM

    Hi Experts,
    I installed Oracle 10g R2 on on windows machine (XP Professional SP2).
    Everything is OK except I can't set Host Preferred Credentials.
    I logged in Windows using Windows Domain account, connected EM DB console as sysdba.
    I used domain user name to set Host Credentials and get the error:
    Connection to "mysystemname" as user xxxx failed: ERROR: Wrong password for user
    I also added the user to "Log on as a batch job" under Local policies.
    Then I set oracle as Host Credential, still get the same error.
    Please help me how should I set the Host Credentials for Oracle 10g on Windows?
    Thanks in advance

    The keyword here is domain user, so not local user.
    Normally Oracle runs using a local account, and you need that local account to connect.
    You can try to make sure the domain account is a member of the local ora_dba group.
    If that doesn't work, you probably need to start the Oracle service using a domain administrator account.
    Sybrand Bakker
    Senior Oracle DBA

  • Setting Host Name in setup

    I just purchased OSX Server from the MAS.  I'm a rank beginner when it comes to networking and servers and hosts, so please bear with me.
    One of the first steps in setting up the server asks me to name my host through (a) local network, (b) private network, or (c) Internet.  I understand the difference between local and internet but I'm not sure that I want to transfer a domain name I already own from my remote host to my local server.
    In the future I'd like to host my own domain on my home Mac as it's a very low key site with very little usage.  I'd like to be able to set it up so users outside my home would have access to various parts over the Internet.
    My question is:  If I initially set things up locally, is it possible to change it to Internet at a future date if I change my mind?
    Bonus question:  Is there an Apple or 3rd party book or PDF available that goes into the setup and ongoing administration of OSX Server?  I don't like hopping back and forth from one local window to the online Apple documentation.
    Thanks friends,
    -Tod

    Never mind.

  • Could not set host credential in EM for my windows vista laptop

    I am using Vista and try to use Host Credential in EM, but when I entered my username and password( for operating system), EM always show me wrong username.
    I searched from google, some people suggest:
    1. Control Panel, Administrative Tools.
    2. Click on Local Security Policy.
    3. Local Policies, User Rights Assignment.
    4. Double click, 'Log on as a batch job'
    But,as you know, Vista does not have a Local Security Policy in Administrative Tools. So anybody know how to set up host credential?
    This made me crazy!
    Thank you for your help!
    Jake

    user649821 wrote:
    Thank you! yes, mine is vista home.
    Is there any other ways except changing operating system?Unfortunately no, there is no other way. Oracle is not supported to run over Home edition of Vista. As I mentioned before, only 3 out of all the versions of Vista are supported by ORacle to run its software.
    There is no workaround mentioned/available for this as the option to do the job for your issue is not available in the Home edition, you can't drive a car which doesn't have steering wheel and wheels , doesn't matter how good mechanic you are ;-) .
    HTH
    Aman....
    Edited by: Aman.... on Oct 1, 2008 10:34 PM corrected grammar

  • Where is partnerDefinedPIPPayloadBindingId value set in Oracle b2b 10g

    Hi I am using custom documents to be exchanged over Rosettanet(RSIF). The TP expects the following tag in the service header of the Rosettanet Wire message which is being constructed by Oracle B2B :
    <partnerDefinedPIPPayloadBindingId>
    <ProprietaryReferenceIdentifier>PIDX</ProprietaryReferenceIdentifier>
    </partnerDefinedPIPPayloadBindingId>
    This is a mandate parameter that is to be sent if documents are used on RSIF.
    I am not able to find a way to set this up anywhere on the Oracle B2B screens. Can someone pls. help.

    If I am not wrong then Oracle B2B does not set this header. PIDX implementation guide (http://www.pidx.org/standards/upload/PIDX%20XML%20Implementation%20Guideline%202002-02-14%20V1.0.doc) mentions about "partnerDefinedPIPPayloadBindingId" implementation as -
    This data element is used to identify a proprietary binding ID that permits the RosettaNet based parts of a multipart message to bind to non-RosettaNet parts. This element is populated to cover where the trading partners wish to exchange messages based on proprietary document formats (non-RosettaNet Schema) using a RosettaNet PIP.
    PIDX requirements support the use of the RNIF Framework but will not use existing RosettaNet PIPs. Given that this is the case, * Trading Partners will typically not populate this data element. *From above reference it does not seem to be mandatory parameter. Still if your requirements bound you to use this header, contact Oracle Support to get help on this.
    Regards,
    Anuj

  • Do I need to set host side shared variables to RT FIFO?

    Hello there,
    in my application a LV host application communicates with compact RIO through shared variables. On cRIO i have some shared vars with RT FIFO enabled. On host side for those vars which are bound to cRIO i did the same. Is that neccessary?
    In general I am confused about shared variable settings on both sides, for example when I want network buffering. Do I set buffering on RT side or on PC side or on both, what is the difference?
    regards
    Thomas

    Dear Thomas,
    thank you so much for your post. The shared variable with RT FIFO enabled works the same as the RT FIFO functions on the RT functions palette. The RT FIFO is for communication between the higher priority loop and the normal priority loop. You can see it like this; if the shared variable with RT Fifo enabled is network published there is a communication loop (hidden) which publishes the shared variable to the network port of the cRIO system. The RT FIFO option is only for the communication between your high priority loop and this hidden loop. The hidden loop is executed when the higher priority loop is idle. Again I speak about hidden loop just to create a clear picture.
    So for your PC side no RT FIFO is needed. Please notice that by using shared variables you can lose data; for example the cRIO publishes the data faster then your PC can read the data; you will lose data points. Shared variables are based on UDB, you can see it like a radio station which is transmitting. It doesn't matter if people are listing to the radio station. Use the TCP functions (for example theSTM library ) or the network stream API if you don't want to lose data.
    Please let me know if you have any further questions,
    Best regards,
    Martijn S
    Applications Engineer
    NI Netherlands

  • Set host password in preferred credentials

    I try set the "Database Preferred Credentials", in Normal(user system) and SYSDBA(user SYS) its work.
    But in Host username(the Administrator account of windows) and password show the error "Wrong password for user".
    How I can set the host username and password? who are the Host Username, its is from oracle or windows?
    Please Save me!!!!!!!!!
    Txs

    I have the same problem. I have already put the user in "Logon as a batch job", but doesn't work!! I have struggle with this problem for almost two weeks!

  • Setting Host for sending mails

    Hi Xperts
    For sending mails to external mail id my internal support team had advised to do the following changes:
    "<i>Please configure your host(s) to send to smlolw.lol.com, use default port#90.</i>"
    i'm not dure on what he meant by this and where to carry these changes. Can i be guided to have this set properly.
    thkx
    Prabhu

    Hi,
    1. Goto transaction SCOT.
    2.  Double click the SMTP.
    Thanks,
    Reward If Helpful.

  • Setting up ISA B2B in ECC 6.0

    Hi,
    I need to setup ISA B2B in my ECC 6.0 system...however I'm not sure where to begin:(
    I read that a seperate IPC component is not reqd...since IPC is now part of SAP_AP 7.00..
    Pls. help.
    Thanks,
    Saba.

    Hello,
    I think the following information maybe of help to you .                                                                               
    Please find more information on installation below:                                       
    Please read the Installation Guide for SAP E-Commerce for mySAP ERP                       
    first. You can find the most recent version of the Master Guide,                          
    Installation Guide, and Configuration in the SAP Service Marketplace at                   
    http://service.sap.com/instguides   > mySAP Business Suite Solutions   >                  
    mySAP ERP   > mySAP ERP 2005   > Installation. Read these guides                          
    carefully before you start the installation.                                                                               
    Master Guide: XECO  Chapter 5.1.4, page 131                                                                               
    You access the current Online Documentation from http://help.sap.com/                     
      > Documentation   > mySAP ERP   > mySAP ERP Central Component under                     
    Release ERP Central Component 6.0 SR1 choose language (English)   > SAP                   
    ERP Central Component   > Logistics   > Sales and Distribution (SD)   >                   
    Sales (SD-SLS)   > ERP E-Commerce.                                                                               
    regards
    Mark

  • Setting host name for non-Apache webserver

    http://www.appdal.com is a website in my Snow Leopard Server. And I have non-Apache webserver running http://appdal.com:8080/ . I want to give host name 'pier' chaing the web host name settings of this
    But it is not working. What did I do something wrong?

    i want to setup a hostname 'pier', so i can use url 'pier.appdal.com' instead of 'appdal.com:8080'.
    Although the latter url works fine, but i don't want to foce my users to enter the :8080 .

  • Can I set SSO from B2B shop to WebUI

    Hi Expert,
    I launched the B2B URL link to CRM webUI. But I must input user/password again when I go to the link, since the B2B is from Java stack but the WebUI is from ABAP stack.
    Can I have some SSO settings to avoid the reinputting user/password?
    BRs
    Liu Bo

    https://forums.sdn.sap.com/click.jspa?searchID=8114449&messageID=4349278
    https://forums.sdn.sap.com/click.jspa?searchID=8114449&messageID=4400408
    https://forums.sdn.sap.com/click.jspa?searchID=8114449&messageID=4552282
    https://forums.sdn.sap.com/click.jspa?searchID=8114449&messageID=4556087

  • How to set the actionname property in B2B 11g

    I have an outbound file sent via AS2 over http. I gather from other b2b forums/documents that for preserving the file name I have to set the actionname property. I have a BPEL process which is setting the fromTP, toTP, document TYPE etc, and then invoking the B2B and sending the document. Can I set the actionname property in the BPEL?
    When I am trying to assign a value like "contentType:application/octet-stream;filename:abc.xml", I don't see any actionname property in the "To" side.

    As there are three ways through which you may pass a message to B2B, so there are three ways to set Action name property.
    If you are using SCA/Fabric then set below properties -
    b2b.fileName
    b2b.contentType
    If you are using JCA JMS adapter, then set below property -
    jca.jms.JMSProperty.ACTION_NAME
    If you are using JCA AQ adapter then set -
    ACTION_NAME
    Regards,
    Anuj

Maybe you are looking for

  • Issues with a Z field in an append structure of VBAP when calling BAPI

    We have added a Z field on table VBAP with an append structure. It is a flag field. We want to change its value with the BAPI BAPI_SALESORDER_CHANGE. We have also created the append structure in API structures THe return message of the bapi gives us

  • Php file upload processing

    Hi I have been working with javascript and php to upload files. I am having problems with the backend of the file upload. So when the file is recieved in the backend.php . It comes like: $fileupload=$_POST['upload_file']; The above $fileupload is the

  • Trying to use wireless printing on a windows 8 computer

    Everything I have is Apple, and working great with my Airport Extreme.  My wife, however, has a windows 8 computer.  I sold her on the wireless printing as a reason to get the sweet new Apple Airport Extreme. Problem: Research leads me to believe tha

  • Email for users / processor  in outlook

    Hi Friends, We have configured support help desk for solution Mgr. I want to understand what is the std. method of getting mail to users / message processor when ever messge is created / answer to given. I think in this we get mails in SAP Inbox. Can

  • From LR 4, can't get control + E to successfully push the raw image to PS CS6.

    I just downloaded PS CS6 and LR 4 to both my desktop and laptop. From LR, I use control + E to push the raw image over the PS CS6 and it works on my laptop but *not* on my desktop. I have LR 4.1 and also camera raw 7.1 on both my laptop and desktop s