RFX Submission outside firewall

Hi all,
We are running SRM 7.01 and implemented the RFX submission outside firewall functionality to let the suppliers to quote in SUS.
Question is if we send the RFX to SUS (Bid System=External Supplier System) then it is not possible to use the Surrogate Bidding functionality.
So the problem is if we have suppliers that use SUS and suppliers that they don´t, we cannot mix them as bidders in the same Bid Invitation. Is any solution for this?
Regads,
Ezequiel

Hello Ezequiel,
As mentioned by Ramki above , " Typically surrogate bidding is used when suppliers cannot submit bids online. You can always replicate bidders & contact person from SRM to SUS. Then they can start submitting RFx responses in SUS".
Now as per the details given by you , " The idea is that every supplier will work in SUS in the future, but this will be achieved in a year or two. In the meantime, we have SUS vendors and at the same time vendors that are not yet in SUS."
Here as per my understanding , you will not be able to make use of the feature RFX Response submission outside firewall functionality for the vendors which are not existing in SUS. To get the end to end scenario working you need to have the vendors existing in both SRM and SUS system with a contact person. And hence you cannot mix the suppliers that use SUS and the one's who don't.
With regards to the surrogate bidding here , with SRM 702 the option to enable the Surrogate bid flag for the SUS suppliers is provided and the internal buyer's can submit the responses on their behalf from the SRM system. (similar to the surrogate bidding process in normal sourcing scenario).
As a workaround for the surrogate bidding in SRM701 the internal buyer have to login to the sus portal to submit the responses on behalf of the suppliers.
Hope this helps to resolve your query.
Best Regards,
Rahul

Similar Messages

  • RFx Response Submission Outside Firewall in SRM 7 Enhancement pack 1.

    Dear Experts,
    As you know, the bid response part has been moved to SUS in srm 7 enhancement pack 1 to enable the suppliers to respond to bid invitation from SUS system itself.
    Does it mean that the  suppliers cannot respond to bid invitation in SRM server directly or there is an option for customers to activate the customizing switch for that?
    SUS system may not be used by all suppliers of a buyer.
    Could you please throw some light on it?
    Thanks and regards,
    Ranjan

    Hi Ranjan,
    Option on if you want the bidder to create response in SRM or SUS is controlled in the transaction type with a field called Bid system
    Here choose External supplier system or  Internal SAP SRM system.
    When you create an RFX you will have a field called Bidder system where you choose External supplier system or Internal SAP SRM system. This field be already populated depending on what is set in your transaction.
    Here External supplier system will be your SUS (decoupled concept) and Internal SAP SRM system will be EBP (normal sourcing)
    Regards
    Sam

  • Omni Portlet - Web Service access outside firewall

    According to http://download-east.oracle.com/docs/cd/B32110_01/webcenter.1013/b31074/jpsdg_portletconfig.htm#CEGECDBC
    to access a web service outside the firewall we need to modify 'provider.xml'
    From the JDEV HOME, I could see multiple 'provider.xml' files, Could some one help me with the exact 'provider.xml' file I need to modify and the entries to be modified.
    note, we are using Jdeveloper 10.1.3.2.0
    Thanks,
    Kalyan.

    Hi Kalyan,
    You can find provider.xml related to omniportlet at the following location.
    JDEV_HOME\jdev\extensions\oracle.adfp.seededoc4j.10.1.3.2.0\j2ee\home\applications\portalTools\omniPortlet\WEB-INF\providers\omniPortlet
    We need to configure proxy here so as to enable omniportlet to access the websites outside the fire wall.
    In Webcenter 10.1.3.2, we also have dependecy to configure webclipping proxy as well. So will have to do the same with webclipping's provider.xml too. You can find it at the following location.
    JDEV_HOME\jdev\extensions\oracle.adfp.seededoc4j.10.1.3.2.0\j2ee\home\applications\portalTools\webClipping\WEB-INF\providers\webClipping.
    You will have to add the following in the provider.xml
    A) If you dont have any authentication for your proxy
    <proxyInfo class="oracle.portal.provider.v2.ProxyInformation">
    <httpProxyHost>Your_HOST_NAME</httpProxyHost>
    <httpProxyPort>Your_Port</httpProxyPort>
    <proxyUseAuth>false</proxyUseAuth>
    </proxyInfo>
    B) Basic Authentication
    Basic Authentication
    <proxyInfo class="oracle.portal.provider.v2.ProxyInformation">
    <httpProxyHost>Your_HOST_NAME</httpProxyHost>
    <httpProxyPort>Your_Port</httpProxyPort>
    <proxyUseAuth>true</proxyUseAuth>
    <proxyType>Basic</proxyType>
    <proxyRealm>Your_Realm</proxyRealm>
    <proxyUseGlobal>true</proxyUseGlobal>
    <proxyUser>User_Name</proxyUser>
    <proxyPassword>User_Passwd</proxyPassword>
    </proxyInfo>
    C) Digest Authentication
    Basic Authentication
    <proxyInfo class="oracle.portal.provider.v2.ProxyInformation">
    <httpProxyHost>Your_HOST_NAME</httpProxyHost>
    <httpProxyPort>Your_Port</httpProxyPort>
    <proxyUseAuth>true</proxyUseAuth>
    <proxyType>Digest</proxyType>
    <proxyRealm>Your_Realm</proxyRealm>
    <proxyUseGlobal>true</proxyUseGlobal>
    <proxyUser>User_Name</proxyUser>
    <proxyPassword>User_Passwd</proxyPassword>
    </proxyInfo>
    Thanks,
    Seshan K.

  • Not able to connect HTTP web servers outside firewall

    Hi
    I unable to connect external web server from my java program.
    Even I used follwing code to in my java program. I am getting
    some problem with encoding the password(base64Encode)
    Please anyone can give code to bypass this corporate firewall
    from my program(I know the password and user name).
    System.getProperties().put( "proxySet", "true" );
    System.getProperties().put( "proxyHost", "myProxyMachineName" );
    System.getProperties().put( "proxyPort", "85" );
    URLConnection connection = url.openConnection();
    String password = "username:password";
    String encodedPassword = base64Encode( password );
    connection.setRequestProperty( "Proxy-Authorization",
    encodedPassword );
    Avanti
    null

    Can you post this in the MapViewer forum ?
    MapViewer

  • Making a BPM application available outside firewall

    Hi all,
    We have BPM version 11.1.1.6.0
    We have developed BPM application (A simple form for the applicants who are external users  (to our network) and when submitted will be reviewed by internal users).
    The application also has a customized ADF interface. This is working perfectly fine when being tested within the firewall.
    Now we want to release this to the public users (who will be creating their individual accounts to use the application). We tried setting up proxy, but encountered a problem, where on certain sections of the application, specially when users are using 'SAVE'/'SUBMIT' buttons that are on BPM interface, to submit or save the form, the application fails with 'URL not found 404 Error'.
    We have set up a proxy server for the prod BPM server, which will be in DMZ.
    After digging further we found that one of the URL paths that was being executed when the application failed, is referring to the host name , not the the name of the server that is specified in the proxy, which would be its DNS entry name.
    This is happening each time SAVE/SUBMIT buttons are pressed from the BPM side. Please note that these are default buttons provided by the BPM interface and we did not customize these buttons.
    Is this is configuration issue on the server? or is it something to do with application configuration? We have been staring at it so long now, looks like we are hitting a wall. This is the first ever BPM app from our shop, so we are pretty green on this and would appreciate some expert advise.
    Thanks
    SR

    Hi SR,
    These hostname URLs are generated for the SOA/BPM worklist app using the WFTASKDISPLAY table. You'll find the table in the SOAINFRA schema (you installed this with the repository creation tool rcu). The table gets populated several ways, but usually on deployment of an ADF Human task flow to the soa server. It can be modified after deployment through enterprise manager. Oracle do not recommend editing it directly. The supported way to edit it is to go to the human task service engine and find the human task. From memory - get to the human task engine in EM by right clicking the Soa in EM, then select service engines, then human workflow. You should find your human tasks in the lists displayed.
    This may not be the the full answer for you but will hopefully get you looking in the right place to fix your hostname issue.
    Phil

  • Not able HTTP servers outside firewall

    Hi
    I unable to connect external web server from my java program.
    Even I used follwing code to in my java program. I am getting
    some problem with encoding the password(base64Encode)
    Please anyone can give code to bypass this corporate firewall
    from my program(I know the password and user name).
    System.getProperties().put( "proxySet", "true" );
    System.getProperties().put( "proxyHost", "myProxyMachineName" );
    System.getProperties().put( "proxyPort", "85" );
    URLConnection connection = url.openConnection();
    String password = "username:password";
    String encodedPassword = base64Encode( password );
    connection.setRequestProperty( "Proxy-Authorization",
    encodedPassword );
    Avanti
    null

    Things looks a little weird with the VLAN 2 interface having an IP address. Once you create the BVI interface that is where all of the layer 3 stuff should go.
    I would so try adding IP NAT inside to the BVI interface.
    Elton
    Sent from Cisco Technical Support iPhone App

  • Launching jws application outside firewall

    Hi all,
    We have successfully deployed our application with JWS at a client site. We don't have any problems within the client environment, but we can't seem to provide home access to their users.
    Client is using Cisco VPN Concentrator 3020 series and they give only WebVPN access.
    We have tried many things but here is where we are stuck:
    1. User goes to the website
    2. Establishes a WebVPN session after entering the user/pwd
    3. User enters the URL for the application
    4. home.html goes through fine
    5. JWS launch errors out with an exception.
    Exception is 'missing <jnlp>'. When you look at the Launch File, you see an html page with fields for username and password entry. It seems like as JWS start creates a new connection to the secure website, it needs to authenticate it self. Unfortunately we don't receive the 401 http code, instead we receive an html form.
    I would appreciate any ideas for dealing with this situation.
    Thanks,

    If your jnlp file contains the <offline-allowed> javaws will "attempt" to
    download new jar files if it can read the timestamps from the net (and determine that new versions are needed) within a certain timeout (defaults to 1.5 seconds). If the timeout occurs the old version will launch, and the timestamp check will continue in the background. If the timestamp check then finds new files, it will simply flag this in the cache, so on the next launch it will be forced to download.
    I don't see any reason why it should be any differant launching from browser or from Application Manager, unless that changes the timeing so the check just happens to work within the timeout.

  • Remote control machine outside firewall

    HI
    Is this at all possible using ZCM, i've seen the proxy client would I need to install this on a machine in our DMZ?
    Anyone done this and got it working?
    Thanks
    John

    jvmorrell,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • How to use a limit item in RFx

    Hi Experts,
    We are using SRM 701 Patch 04. I activated the setting of limit item of bidding document. But I can not find the way to add a limit time to RFx.
    The setting I have done is:
    -> RFx   Activate/Deactivate Limits in Bidding Documents
    -> Create a new transaction type and select limit display as "be available on bid"
    BTW, I can insert a item with "product category" type. What is that for? Please explain it to me as well. Thanks a lot.
    Jian

    Hello Jian,
    Limits in bidding items are supported in the Bid Decoupling scenario where the RFx response submision happend outside firewall.
    In order to add the limit items in RFx and get it working end to end , you to do follow the necessary configurations steps for the Sourcing with Bid Decoupling scenario.
    Also to add to the transaction type creation for RFx; try creating the transaction type with Bidding system as External system type. Then only you will be allowed to add the limit itmes to the RFx.
    Best Regards,
    Rahul

  • Is there a way to access 11i from outside other than Self service?

    Is there a way to access 11i from outside other than Self service?
    I could connect any application from inside the firewall (basically router) and can not access screens from outside. Eventhough port forwarding 80 allows us upto initial screen, it does not go further.
    Any workaround/suggestions
    Jiltin

    Hi Jiltin,
    If you can migrate your forms server into Forms Listener Servlet.This will allow you to use forms outside firewall provided atleast one port(assuming yours 80) is open.
    Ref to the M.Link Note 201340.1 for how to setup forms listener servlet.
    Magesh

  • ERROR: RFx Time always Changing after save edit

    Hi Expert,
    I'am using SRM 7 and ECC 6, and use extended classic scenario.
    When I try to check the time after edit RFx (Submission Deadline,
    Opening Date and Technical RFx Response Opening Date), its always change it self and different with our edit before.
    I don't know why it washappen.
    Need your response...
    Thanks and Regards,

    Check if you have active implementation of BBP_DOC_CHANGE_BADI which changes the time fields for your RFx (check BBP_PD_BID method).
    If there is no time specific logic in your BADI implementation mentioned above, you might need to apply some notes:
    Note 1469471 - Submission deadline of RFx gets changed with Timezones (this one is for SRM 701, but I believe it also applies to SRM 7 release. You could create an OSS to SAP for them to extend the validity for this note.)
    Note 1559880 - The RFx "End Date" is not displayed in the bidder time zone
    Note 1573014 - Submission Deadline timezone of RFX converted to UTC
    Note 1548529 - End date gets changed when follow on document is changed
    Edited by: Jay Yang on Mar 31, 2011 6:42 AM

  • JMS subscriptions through firewall on port 80

              We need to access weblogic app server and JMS across firewall.
              The firewall opens only port 80/HTTP. We also need support for
              topics. In one of the BEA's documents that discuss about web
              services, it mentioned that support for topics is deprecated and
              may not be supported in future versions. Our applications are
              standalone java applications commnicating app server. Currently,
              we are not sure if weblogic's 't3' protocol can be recognized.
              Publisher is usually on the server and JMS client can be inside
              or outside firewall. If supported, how does JMS client (and
              server) can be configured to make subscriptions to any topic and
              receive events. Since tunneling across firewall 'may' only allow
              request/ response messaging, does our client needs to have
              special code to poll for messages published to a specific topic
              or is this all transparent? What is the impact of this on
              scalability, performance and reliability?
              We are also evalutaiting products like jproxy that enable
              communication through firewalls. They promise no changes to the
              existing code that works inside firewall, but we are having some
              problems with it.
              Since we are already using weblogic, if it supports JMS accross
              firewalls it would be ideal. According to my understanding,
              weblogic allows communication with app server and enterprise
              beeans through webservices (JAVAX-RPC) and I didn't find much
              information about JMS. Any help would be appreciated.
              Sincerely,
              Bhagat Bandlamudi
              

    Hi
              Thanks for the information. We are also looking at the same problem -
              asynchronous delivery through firewalls (to standalone clients and to
              applications). Started looking at JProxy but we are also having some
              problems with WLS 7.0.
              The downside potentially of WLS http tunnelling is that it is likely
              proprietry.
              Dermot
              Tom Barnes <[email protected]> wrote in message
              news:[email protected]...
              > Hi!
              >
              > Since its wee early days, WebLogic has supported http
              > tunneling in addition to t3. If you are using JMS or RMI, merely
              > substitute "http" for "t3" in your URL -- but make sure
              > that "http-tunneling-enabled" is set to true for the WL server.
              >
              > When using HTTP, there is no need to do polling. WebLogic
              > does this magic for you under-the-covers. From a WL client
              > perspective, http tunneling does anything t3 can, (but
              > http is slower).
              >
              > I do not know what is meant by "support for topics is deprecated
              > and may not be supported in future releases". This is
              > definitely not the case for JMS - but may be the case for
              > certain web-services???? Or maybe some doc writer
              > is trying to put me out of a job! :-)
              >
              > Tom
              >
              > P.S. Note that WL 7.0 and up allows you to configure additional
              > ports on the server (as many as you want).
              >
              > Bhagat Bandlamudi wrote:
              > > We need to access weblogic app server and JMS across firewall.
              > > The firewall opens only port 80/HTTP. We also need support for
              > > topics. In one of the BEA's documents that discuss about web
              > > services, it mentioned that support for topics is deprecated and
              > > may not be supported in future versions. Our applications are
              > > standalone java applications commnicating app server. Currently,
              > > we are not sure if weblogic's 't3' protocol can be recognized.
              > >
              > > Publisher is usually on the server and JMS client can be inside
              > > or outside firewall. If supported, how does JMS client (and
              > > server) can be configured to make subscriptions to any topic and
              > > receive events. Since tunneling across firewall 'may' only allow
              > > request/ response messaging, does our client needs to have
              > > special code to poll for messages published to a specific topic
              > > or is this all transparent? What is the impact of this on
              > > scalability, performance and reliability?
              > >
              > > We are also evalutaiting products like jproxy that enable
              > > communication through firewalls. They promise no changes to the
              > > existing code that works inside firewall, but we are having some
              > > problems with it.
              > >
              > > Since we are already using weblogic, if it supports JMS accross
              > > firewalls it would be ideal. According to my understanding,
              > > weblogic allows communication with app server and enterprise
              > > beeans through webservices (JAVAX-RPC) and I didn't find much
              > > information about JMS. Any help would be appreciated.
              > >
              > > Sincerely,
              > > Bhagat Bandlamudi
              >
              

  • Webdynpro ABAP Services on SUS

    Hi Gurus,
    I am working for process design with SRM 7.0 EhP1 and I needed one information on RFx outside firewall.
    RFx & supplier registration is now webdynpro & rest of SUS functionality remains BSP. I had questions how suppliers will be able to access the webdynpro services on SUS, will it require a separate portal for supplier?
    Thanks,
    RohitRaj

    Hi ,
    You can use NWBC service (Tcode sicf : sap/bc/nwbc/srm/) with appropriate ABAP roles example for bidder use /SAPSRM/SUCO_BIDDER_EHP1
    Regards
    Sam

  • Nat/pat asa 5505 asdm ver 8.4

    hi all,
    i have a problem with portfoarwarding on asa 5505.
    i have this situation:
    internet ---> pubblic ip address-> router albacom -- 10.0.0.15 ---> -nat farward port 80--10.0.0.1 -outside -firewall asa -inside - 192.168.0.1------------server web 192.168.0.99
    the server is not in dmz but it's on the lan network
    my user must connect from internet, with any browser http://albacom_pubblic_address and router albacom and then asa firewall must nat  and farward the port 80 on server web 192.168.0.99
    any idea or tutorial
    ths, best regards

    Hi Luca,
    On the ASA, you would need the following:
    object network server_ip
      host 192.168.0.99
    object service tcp_80
    service tcp destination eq 80
    nat (outside,inside) source static any any destination static interface server_ip service tcp_80 tcp_80
    That would port forward all the request coming on port 80 on the outside interface of the firewall, to your internal server on port 80.
    Hope that helps
    Thanks,
    Varun

  • How to set up different realms for each server ?

    I am using weblogic 6 sp1.I have a domain with several servers. i want to assoicate or use different custom security realm for each server.However -on weblogic console- there is no 'Target' tab in the Security node ,and no way to set up multiple Security nodes.How ca i do this (or can i)?

    Main reason why is this:
    Imagine situation I have 2 servers A and B both of them bellongs to domain SomeDomain.
    Server A is as WebServer and server B hosts all EJBs. And server A is outside
    firewall (does not have DB access). But i would like to use RDBMS realm so what
    to do in this situation. Place both servers in different domains and in server
    A install proxy realm for RDBS realm ?
    "Tom Moreau" <[email protected]> wrote:
    >
    You can't have a different realm for each
    server. There is only one realm for all
    servers - think of it as there is only
    one set of authentication & authorization
    information (that is users/groups/permissions)
    and it applies to all servers.
    Why do you want each server to have its
    own realm? If someone tries to log in,
    do you want WLS to automatically route
    them to a server who is capable of logging
    them in? I'm having trouble understanding
    why you want this feature.
    Thanks,
    -Tom Moreau
    Rachel <[email protected]> wrote:
    I am using weblogic 6 sp1.I have a domain with several servers. i want
    to assoicate or use different custom security realm for each server.However
    -on weblogic console- there is no 'Target' tab in the Security node
    ,and no way to set up multiple Security nodes.How ca i do this (or can
    i)?

Maybe you are looking for

  • List of PO's

    Hi, I need a list of PO’s for a vendor for Year 2007 Open and Closed along with it’s details. How should I get these details. Thanks, Veni.

  • . I can't use my facebook

    can someone help me please. I can't use my facebook on my BlackBerry z10. Says offline no network access during i connected with wireless and browsers and another apps connected

  • We are unable to manage our ACS

    Accidentally the power to the ACS server was switched off and then on again. But after the power on though the device came up successfully; we are not able to manage it. We are unable to manage our ACS. We have a configuration back-up. 1)       by HT

  • Overlapping Buttons in Firefox - Using HTML/CSS - Works in IE6

    I have html that is being ingnored. Here is the snippet: <pre><nowiki><%}else{%> <DIV> <div style="float:right> <DIV CLASS="smallbuttons"> <TABLE WIDTH=100% BORDER=0 CELLSPACING=0 CELLPADDING=0> <TR> <TD> <input type="image" src="Images/Save.gif" sty

  • Airport is connected to my wireless network, but can't connect to internet

    I'm a first time mac user. Earlier today our power went out, and when it came back on, our wireless router reset. We currently have 4 computers that we connect to the internet; 2 of them are Macs, 2 of them are PCS. Both of the PCs are connected to t