Questions about punchout catalogs in SRM 7.0

1) Does SRM use any encryption when sending the catalog URL and the user ID and password to the punchout catalog.
2) When the Punch out catalog sends back the data to SRM, are we exposing the SRM server to internet? (opening up a port etc)
This could be a possible security risk
3) How is session management handled? suppose 3 users are using the catalog simultaneously, how does the punchout catalog know , which items to transfer , where?
4) How can we ensure that the punchout vendor is charging the correct prices as agreed in the contract and not changing them?
5) If it is decided that all the items in the catalog be stored as product masters in SRM and a contract is maintained for them, is it possible to do a price check against that contract , at run time when the shopping cart is created ?
6) Can the UNSPSC code sent by the vendor in the OCI data be stored in a std field in the shopping cart?
Regards
Kedar

Hi Kedar,
1) For enabling the xml variant of the oci, we need to pass two parameters in the call structure.
~xmltype = ESAPO3.5
~xmlDocument -????
What should be the value of the xmlDocument parameter?
As per the Document :"In this parameter the XML file that must correspond to one of the schemas above is transferred as a Base64-coded character set."
So should it be a file name or file path??
Also where do we get the file ? Could you provide an example of this parameter maintained in SRM?
The value is as defined, it looks for the schema used, in the case of ESAP0-3.5 it should be the OpenCatalogInterface.xsd as defined in the documentation. I will attach the xsd for you to see, it should refer to the xml file contained within the HTML form submitted
2) Does the OCi support any version of xml, provided a suitable reference file is provided? can it support pidx or cxml?
I am not sure here, basically, we take the xml document passed and move it into the integration engine where it is parsed using the transformation BBP_OCI_XML_TO_RFC, i.e. inside function MAP_XML_TO_ITABS we call this if the xmltype = ESAP0-3.5
IF xml_type = 'ESAPO-3.5'.
  Transfrom OCI XML data via XSLT to RFC structures
    TRY.
        CALL TRANSFORMATION bbp_oci_xml_to_rfc
          SOURCE XML IV_XML_DOCUMENT
          RESULT sc_items = lt_sc_items.
      CATCH CX_ROOT INTO lr_exception.
     CATCH cx_xslt_runtime_error.
        RAISE xslt_failure.
    ENDTRY.
  ENDIF.
I guess if the XML type is not interpreted then you'll get an xslt failure
3) When the supplier is sending the UNSPSC code, which field in the shopping cart is it copied?
I didn't see any field by the name External category ID in the std. shopping cart. Is this copied to the Product category field?
It is (I think, I haven't fully checked this in the coding) reffered to the Product Category field, the mapping for external product category is decided in Form  map_product_category
IF NOT iv_ext_schema_type IS INITIAL OR
     NOT iv_ext_category_id IS INITIAL.
    PERFORM get_external_category_guid USING iv_ext_schema_type
                                             iv_ext_category_id
                                    CHANGING cv_category_guid
                                             cv_error.
Regards,
Jason

Similar Messages

  • Questions about restoring catalog

    I will be getting a new computer using Windows 7 in a few days. I have a few questions about how to move my photos
    and programs into the new computer:
    1.  I have Elements 8.0 and Photoshop CS5. Do I install those programs on the new computer first, then transfer my photos to the new computer, then restore the catalog? Or do I bring the photos into the new computer first, then install the programs, then restore the catalog? Or does the order make a difference?
    2. When I restore the catalog, do I click on the folder holding the backup, or just the backup.tly file?
    3. The most difficult question: I currently have a C drive and a J drive on my computer. All my photos are on the J drive; and they're linked to the J drive in the Elements catalog. The new computer will have only one (C) drive. Will Elements recognize those photos, or do I have to do something to change the link from the J drive to the C drive? If the latter, how do I do that?
    This was a nightmare when I first copied my photos from my C drive to my J drive in my current computer, so I'm hoping to avoid a major disaster this time!
    I apologize for asking so many questions at once.

    If you have taken the backup of your catalog from within the Organizer, then you need not worry about your photos. Backup itself creates a copy of these and when you select to restore the backup, these gets automatically restored.

  • Not able to Login to Punchout Catalogs from SRM 7 portal

    Hi Experts,
    We are upgrading from SRM5.0 to SRM7.0.
    We have 2 development boxes each for SRM5 and SRM7.
    The problem is Vendor Pucnhout URLs are not opening from SRM7 portal. It opens the login screen asking userid/password.
    I have compared the IMG activity (Define External Web Services (Catalogs, Vendor Lists etc.)) (The maintenance screen for general product catalog data ) . The User id and password are set same in SRM5 and SRM7.
    When I apply the userid/password (that is set under IMG) on the punchout site opened from portal, then the vendors site is not accepting it.
    Do we need to have different userid/password to make punchout catalogs working from SRM7?
    if yes, how can that be done?
    Thanks,
    Chandu

    The punchout URLs are working after enabling third party cookies.
    Path for IE is
    Tools-> Internet options-> Privacy-> Settings-Advanced -> Third_party Cookies-accept
    Firefox
    Tools-> Options-> Privacy->Accept Third Party Cookies

  • Question about system catalog tables in oracle 11g database

    We have a customer issue and in order to trobleshoot that we need following information. We would really appreciate any input. I opened SR with support and they asked me to open a discussion here. Please see following.
    what is the meaning of the part# column of the sys.tabpart table and what are the possible values that can be entered into this system catalog table. Our findings are that Oracle may have varied the meaning of this column as the data that we are seeing returned is now > 2gig which does not make sense for a partition number.
    Our stored procedures use this information to retrieve information from the Oracle system tables to process a partitioned Oracle table. Our research has found that the limited description for this table (and columns) can be found in the following Oracle member at the following location:
    dpart.bsq --> ...... oracle database path... \RDMS\ADMIN folder
    The comment within this file notes the following:
    " this value is "partition number (see discussion below)"
    However, there is no additional discussion to describe what the value means and the possible variations. We need this information to move forward with our problem diagnosis and
    to see what kind of updates we need to make for our stored procedures....
    Thanks a lot in advance.
    Avni

    I ran the following....
    list expired archivelog all; - This showed all of the archivelogs that we were not able to validate...
    delete expired archivelog all; This deleted the expired archivelogs that were reported from the previous command...
    I then crosschecked the archivelogs by running the following:
    crosscheck archivelog all;
    Thank you for your help!

  • Question about CCM Catalog Content Approval

    Hi,
    We are using CCM2.0 in our company for catalog management. I have defined various procurement catalogs and different views for each procurement catalog. I know the view can control what end users see in catalog search engine.
    But is there also a way to control what catalog approver can see in CCM? If I assign a user as approver for the procurement catalog, looks like he/she can see all items in this procurement catalog...
    Thanks a lot,
    Elly

    Hi,
    I don't assign items to my views automatically. But after items are approved, I'll go into the views and run corresponding rules to assign items.
    Regards,
    Elly

  • External Catalogs of SRM 5.0 not working in SRM 7.0

    Hi all,
    Iu2019m in the process of converting all SRM 5.0 punchout catalogs to SRM 7.0.
    All catalogs are working fine in SRM 5.0 but not in SRM 7.0.
    For one I got a problem autologgin into the vendor catalog page.
    In SRM 5.0 we are using ITS (no portal). For SRM 7.0 we are using SAP-Portal.
    Iu2019ve traced SRM 5.0 punchout and SRM 7.0 punchout:
    SRM50:
    strUserName=XXXXX&strUserPwd=XXXXX&strLiefNr=XXXXX&HOOK_URL=https%3A%2F%2FXXXXX.XXX.ads%3A8002%2Fsap%28cz1TSUQlM2FBTk9OJTNhYWJhaGFjaGlfU1JEXzAwJTNhZjF2UUpGTlZWa1FFUFZrcDRXcDk5eDEwdDBBSUNnSE01V3pXQkY5Sy1BVFQ%3D%29%2Fbc%2Fgui%2Fsap%2Fits%2Fbbpsc03%2F%3F%7EOkCode%3DADDI%26%7Etarget%3D_top%26%7Ecaller%3DCTLG%26%7Eclient%3D100%26%7Elanguage%3DDE%26%7EHTTP_CONTENT_CHARSET%3Dutf-8&OCI_VERSION=4.0&OPI_VERSION=1.0&returntarget=_top
    SRM70:
    sap-client=100&sap-language=D&strUserName=XXXXX&strUserPwd=XXXXX&strLiefNr=XXXXX&OCI_VERSION=4.0&OPI_VERSION=1.0&returntarget=_top&HOOK_URL=http%3A%2F%2FXXXXX.XXX.ads%3A8000%2Fsap%2Fsapsrm%2Finbound_hdlr%3FTARGET_URL%3Dhttp%253a%252f%252fvangogh%252eafg%252eads%253a50000%252firj%252fportal%253fNavigationTarget%253dpcd%253aportal_content%252fcom%252esap%252epct%252fspecialist%252fcom%252esap%252epct%252esrm%252esrm70%252fcom%252esap%252epct%252esrm%252ecore%252efl_core%252fcom%252esap%252epct%252esrm%252ecore%252efl_roles%252fcom%252esap%252epct%252esrm%252ecore%252ero_employeeselfservice%252ffl_goshopping%252fcom%252esap%252epct%252esrm%252ecore%252eiv_shop%2526NavMode%253d3%2526UsePost%253dTrue%2526SAPSRM_RESUME_ID%253dSAPSRM_OCI&CATALOG_URL=http%3A%2F%2Fshop.xxxdaten.de%2Fcommerceportal%2Focisrm_autologin.asp
    I guess the differences in the punchout call is the reason for the failure in the autologin.
    I thought OCI u2013 interface is standardized. Both punchouts are with OCI-Version 4.0, but the call is different!
    Have I missed some settings? Is it possible to customize the punchout call e.g. to exclude the system added parameter "sap-client=100" because this is not used ins SRM50 punchout?
    Or is it the task of the vendor to customize his system to the SRM 7.0 punchout logic?
    Thanks for all of your inputs
    Regards
    Stefan

    All,
    We seem into run into similar issues once we upgraded from SRM 5.0 to SRM 7.0 Our catalog punchouts to ARIBA On-deman catalogs are not working. We have opened an OSS message with SAP so far none of the suggested options are working for us. ARIBA is also unable to help us.
    We suspect our issue is failing within SAP and OCI is not writing any application logs (SLG1) etc, So it has been difficult to troubleshoot.
    From the SRM Portal side, when we try to launch CATALOGS page in SRM 7.0, it fails right away with the following error
    "Error connecting to Catalog; contact your System Administrator "
    There are no errors anywhere on SRM box to investigate.
    We are on SRM 7.0 Support pack level 6.  So Note 1429685 - Empty importing parameter in BADI BBP_CAT_CALL_ENRICH is part of support pack 6.
    We have also applied the note 1405908 - Issues with 3rd Party catalog integration with SRM 7.0 as per SAP, still no resolution.
    Any suggestions !

  • Questions about SRM PO in Classic scenario

    Hello All
    I have a number of questions about the SRM PO in classic scenario.
    1) If the Backend PO is changed in ECC i.e. if any quantity is added , can we have an approval workflow
    for the same?
    We currently have release strategies for other PO's in ECC. How do we accommodate the PO changes only?
    Our requirement is not have an approval initially once the PO is created, but only for the changes
    2) If the PO is sent as XML to the Vendor, is it possible to capture the PO response in ECC? What are the Pre-requisites
    for this to happen. Should SAP XI be required for this?
    3) In case the PO is cancelled/ reduced , does the Balance goes back to SRM sourcing cockpit?
    We are using SRM 7.0
    Regards
    Kedar

    Hi,
    1) If the Backend PO is changed in ECC i.e. if any quantity is added , can we have an approval workflow
    for the same?
    We currently have release strategies for other PO's in ECC. How do we accommodate the PO changes only?
    Our requirement is not have an approval initially once the PO is created, but only for the changes
    Sol: In ECC6.0 if the P.O is changed and release strategy is there in ECC6.0 then it follows the ECC6.0 Approval Route.
    2) If the PO is sent as XML to the Vendor, is it possible to capture the PO response in ECC? What are the Pre-requisites
    for this to happen. Should SAP XI be required for this?
    XI is mandatory
    3) In case the PO is cancelled/ reduced , does the Balance goes back to SRM sourcing cockpit.
    Once P.O is created in ECC 6.0 for the P.R in Sourcing Cockpit, cancelling/reduction will not have a updation in the sourcing cockpit in SRM.
    Eg  100 nos P.R is in SRM sourcing cockpit for which  you have createdaa P.O for 40 nos is ECC6.0
    for the remaining 60 nos PR ,you can create a P.O in ECC6.0
    Regards
    Ganesh

  • Some question about the renegotiation function in SRM Contract (GOA)

    Hi All Expert,
    We are on SRM 5/4.6,  there is a question about the renegotiation function in SRM GOA.
    Can we renegotiate the price for some parts in the GOA items with this function ( e.g. Only renegotiate one item in the contract) ?
    Will the item price updated automatically after the renegotiation?
    Many thanks in advance!!!
        Wendrin

    Hi Sanjeev,
    Many thanks for your help.
    One more question, if I add a new item when we renegotiation, will it be transfered to contract and create a new item after that?
    Thanks and best regards
    Wendrin

  • Punchout catalog error coming back into SRM

    Hi Gurus,
    I have been searching the forums trying to figure out this issue.  We are getting a portal runtime error when a punchout catalog item is trying to get returned back into SRM shopping cart.
    From the portal this is the main part of the error com.sapportals.portal.appintegrator.ApplicationIntegratorException: Unable to process template 'HP:HP BLc7000 CTO 3 IN LCD Plat Enclosure<a TARGET=viewer HREF=null?q=kZ39rZIJIZG$G5Ea5I7> [More details]</a>', because 'a' is an invalid terminal property of the Root context
    This is what my config looks like
    Thanks,
    Jeff

    Solved.  It was bad targets being sent back from the vendor.

  • Punchout Catalog Items are not transfering to Consumer Portal (SRM 7.0)

    Dear Experts,
    We are able to add a punch out calatog after check out items are not tranfered to Consumer Portal ( Not able to see selected items in shop screen). Same thing is working fine with Producer Portal.
    1. Tried with RDL and RRA.
    2. Internal Calatog isworking fine in both portals.
    3. Checked all the permission and role assigmnment. every thing is fine and working fine except Punchout Catalog.
    Please helps us to resolve this issue.
    Appreciate all your support.

    Dear Experts,
    We have checked with Internal URL and it is working fine. So i feel we dont have any issue with BADI.
    We have identified the difference between Dev( Working fine)  and QA (Not Working) in HTTPWatch log.
    When we test navigation for Punchout Catalog in Dev :  Consumer (External URL) --> Producer (External URL) --> Externla Stie
    When we test navigation for Punchout Catalog in QA :  Consumer (External URL) --> Producer (Internal URL) --> Externla Stie
    So BASIS and Portal team compared DEV and QA and did not find any difference.
    Dev ( External URL - Https)  ( Consumer - https://portaldev.xxxxxxx.com) ( Producer - https://sapsrdci.xxxxxxxx.com:8020)
                                                  ( External Site - https://www.zones.com)
    ======================================================================================================
    + 4.191                                  0.001     0              0              GET        (Cache)                html                https://portaldev.xxxxxxxxx.com/irj/portalapps/com.sap.portal.navigation.contentarea/html/blank.html
    + 4.305                                  0.001     0              0              GET        (Cache)                html                https://portaldev.xxxxxxxx.com/irj/portalapps/com.sap.portal.pagebuilder/html/EmptyDocument.html
    + 4.485                                  0.728     2506       3701       POST     200         html                https://sapsrdci.xxxxxxxx.com:8020/sap/sapsrm/outbound_hdlr
    + 5.266                                  0.116     1189       1349       GET        200         javascript                https://sapsrdci.xxxxxxxx.com:8020/sap/public/bc/webdynpro/ssr/SAPWebFramework.js
    + 5.580                                  2.143     1413       821         GET        200         html                https://sapsrdci.xxxxxxxx.com:8020/sap/BC/BSP/sapsrm/ctlg_wrapper/back_frame_src.html?sap-client=150&sap-language=E
    + 5.590                                  2.073     1413       677         GET        200         html                https://sapsrdci.xxxxxxxx.com:8020/sap/BC/BSP/sapsrm/ctlg_wrapper/catalog_frame_src.html?sap-client=150&sap-language=E
    + 7.798                                  5.086     1902       979         POST     200         html                https://www.zones.com/site/punchout/commerce.html
    QA ( External URL - Https) ( Consumer -https://portaltraining.xxxxxxxx.com)
    ( Producer - http://sapsrqci.xxxxxxxxx.com:8012 --> This is internal URL)
    ( External Site - https://www.zones.com)
    ======================================================================================================
    + 4.515                                  0.001     0              0              GET        (Cache)                html                https://portaltraining.xxxxxxxx.com/irj/portalapps/com.sap.portal.navigation.contentarea/html/blank.html
    + 4.573                                  0.001     0              0              GET        (Cache)                html                https://portaltraining.xxxxxxxx.com/irj/portalapps/com.sap.portal.pagebuilder/html/EmptyDocument.html
    + 4.776                                  0.333     2296       3623       POST     200         html                http://sapsrqci.xxxxxxxx.com:8012/sap/sapsrm/outbound_hdlr
    + 5.138                                  0.002     0              0              GET        (Cache)                javascript                http://sapsrqci.xxxxxxxx.com:8012/sap/public/bc/webdynpro/ssr/SAPWebFramework.js
    + 5.241                                  0.102     1526       228         GET        304         html                http://sapsrqci.xxxxxxxx.com:8012/sap/BC/BSP/sapsrm/ctlg_wrapper/back_frame_src.html?sap-client=100&sap-language=E
    + 5.247                                  0.188     1529       228         GET        304         html                http://sapsrqci.xxxxxxxx.com:8012/sap/BC/BSP/sapsrm/ctlg_wrapper/catalog_frame_src.html?sap-client=100&sap-language=E
    + 5.476                                  1.808     2134       901         POST     200         html                https://www.zones.com/site/punchout/commerce.html
    We are in crucial phase of project and your inputs will be very helpful for us.
    Appreciate all your support and more points will be rewarded.
    Thanks
    Sunil
    Edited by: PSUNIL on Nov 25, 2011 12:35 PM
    Edited by: PSUNIL on Nov 25, 2011 12:35 PM

  • Newbie question on managing catalog files & external drives

    I'm new to Lightroom and just downloaded a trial version of LR4 earlier this week.  I'm an amatuer photographer (and I really mean amatuer ) ... and serve as a volunteer for a local summer baseball team (college players).  I've taken - on average - 5,000 photos per summer for each of the last 5 years. In addition to posting the photos of each game to my Phanfare.com site (where players and families can download them), I create a keepsake DVD with video clips and a slideshow for the players and coaches at the end of the season.  If I decide to become a LR4 user, I would be organizing those photos from the past...as well as on a game-by-game basis this coming summer and into the future.  In addition to backing up all of my photos to DVD and Phanfare.com, I have a designaed external hard drive for these photos.  On the external drive, I have a different folder for each year and subfolders for each game.  In the past, I've kept the current year photos on my laptop and back them up to the other locations as the season progressess. 
    As I map out my plans, I'm trying to figure out the best way to manage the past years photos, current year photos and the related catalog file(s).  I won't always have the large external hard drive with me....and I don't have enough room on my laptop for all years.  There are times I need to search for photos across multiple years; there are times only in the current year...although I have no problem restricting myself to using the large "master" external hard drive for those multiple year searches.  I do have a portable 160 GB hard drive at my disposal that I can use and take with my laptop at all times if needed.  
    Would appreciate any advice on how best to set up the catalog files so that I can manage current year and past year photos...meet my mobility requirements for the current year...as well as the master external hard drive.
    Thanks in advance for your help.  (Hopefully my explanation and question makes sense)
    Ralph
    (PC / Windows 7)

    Advice #1: use one catalog -- don't even think about multiple catalogs; multiple catalogs will not help, this will only hinder you in your work. Inside of Lightroom, you can easily organize different years, different teams, different players, different sports, and anything else you want to organize.
    With regards to travel, you can export portions of your catalog to whatever HD you want to take with you.

  • Punchout Catalog through ECC

    Hi,
    We are using Punchout catalogs through ECC sytem, how do i monitor incoming log foe Punchout in ECC 6.0? Normally in SRM if i go to SLG1 i should be able to see all the parameters which are passed from Catalog to SRM system, i cant do the same in ECC, i dont get any log for Punchout Catalog.
    Am i looking at a wrong place?
    Please let me know
    thanks
    ronnie

    Hi Ronnie,
    unfortunately the option you are looking for is not exists in R/3, only in SRM.
    Please keep in mind that calling Catalog from Preq or PO has several limitations. this is one of them.
    br, gabor

  • Punchout catalog issue

    I have several punchout catalogs working fine, except for one that I cannot connect the supplier's website. The set up is the same as with other punchout catalogs that I have. The error I get with this one is that access is denied. The supplier assures me I don't need a password to log in, but they say I have to have the XML set up correctly in order for authentication to occur at their site.
    I don't know what that means. What role does XML play in OCI interface? Can anyone help me with this issue?
    Thanks,
    SN

    Hi,
    XML has nothing to do with the call to the catalog, so if your supplier says that XML has to be setup correctly I doubt they have an OCI compliant catalog, more likely it will be a cXML one.
    OCI uses only a HTTP GET or POST to call the supplier catalog.
    Only the return message from the catalog to SRM you can choose between either a HTTP form or an XML variant.
    One other thing you might want to look at is if the supplier site uses a secure http connection (https://<url_to_catalog>) in which case you might need to add a certificate to your SRM server.
    Regards,
    Robin

  • Question re: second catalog in lightroom 4

    I created a second catalog in lightroom 4 and imported a number of photos.  the photo id number i.e. the name of the photo was not imported so the second catalog has an entirely new set of identification numbers.  this is not helpful to me as I have references/notes to the original numbers.  how do I indicate that I want the original names/numbers to transfer to the second catalog?  can I fix what has already happened?
    Also: now that I have the second catalog, I want to delete some photos with out deleting the photo from the original catalog.  so far, when I delete a photo it gets deleted from both catalogues in lightroom.

    Question: Are smaller catalogs faster?
    Answer: At some things: yes; other things: not at all.
    Yes: when doing whole catalog metadata operations, like displaying consolidated metadata, and lib filtering, and updating smart collections.
    No: when editing in develop module, or displaying thumbs or loupe view in library module.
    Why?
    Databases use random access (read/write directly from/to pre-computed location) for reading and writing info for a single photo. - Therefore it is just as fast even if there are millions of photos and 100's of gigabytes in the database (catalog).
    However some things do require Lightroom to read or write *all* records of the database, and process the data - those things take longer when the catalog is bigger.
    So, whether to split your work into multiple catalogs depends on how you work. For me, a second catalog when traveling, consolidated with main upon return is my only use for a second catalog. But for people who work for independent clients, or who don't re-access older photos... - multiple catalogs makes more sense.
    Summary: How you divide your work (photos) into catalogs depends mostly on how you work. Dividing into multiple catalogs for general performance improvement is not recommended, unless it really fits your workflow. However you do it, I recommend minimizing switching back and forth - lest you become crazy... .
    Just my .02 opinion - YMMV...
    potato321 - until you know what you're doing, I'd definitely recommend consolidating back to one catalog: just import your 2nd catalog into your main (original) catalog. Make backups of both catalogs first, in case you run into trouble.
    PS - I agree with both Cornelia and dj-paige: having the same photo in more than one catalog is a recipe for disaster - just don't do it (ok, I could imagine some really unusual circumstance where this might make sense, but in 99.9% of cases: no). Now that I think about it, I did have all the same photos in Lr3 catalog and Lr4-beta catalog when I was strattling both worlds, but at the risk of sounding immodest: I knew what I was doing.
    PS - Catalogs don't suck photo file data into themselves, they reference it from where it sits, in "independent" files on the disk, *but* you can duplicate physical photo files into the same directory as the catalog when you export a catalog - so be careful: it's worth knowing exactly where your photo files really are... - and whether you've inadvertently created duplicates... - I help way too many people recover previews who've inadvertently deleted photo files.
    PS - I wish Lightroom had a checkbox you had to check: "I swear I understand the basics of catalog/photo-files and importing, non-destructive editng/xmp, and embedded-previews vs. rendered raw data" before it would allow you to open Lightroom - until then, it just presented the basic tutorial... (joking, but you get the idea - right?).
    Rob

  • Error when checking out from external punch out catalog to SRM

    Hi guys,
    We have configured an external punchout in spro. Now when in portal, I am able to access the catalog. But when i check out from catalog to srm, it is throwing error telling "HTTP 404 not found".
    Please help me resolve this issue.
    Regards,
    Madhu N G

    Hi, Hope you are doing good. Nice to hear from you again. We don't have the httpwatch traces, but usually such issues get resolved by setting the parameter JSESSIONID.CookieDomain to "NONE". See: SAP Note No. 791765 : Mixed JSESSIONID Cookies from Different Servers SAP Note No. 1144722: Global configuration of session cookies and                       attributes See SAP notes as well: 1334956 - Various problems that solved by using FQDN in portal URL 654982 - URL requirements due to Internet standards Hope this helps. _ _ _ _ _ _ _ _ _ Kind Regards, Hemanth SAP AGS  _ _ _ _ _ _ _ _ _ 

Maybe you are looking for