URI /sap/bc/bsp/sap/ is redirected to /sap/sap(bD1kZSZjPTEwMA==)/bc/bsp/sap

Hi,
we have a Apache Reverse Proxy calling an BSP on an NW7 AS ABAP System.
The URI which is called by the proxy is:
/sap/bc/bsp/sap/xyz/xyz.htm
After this request, the proxy does a new request with the session information included:
/sap/sap(bD1kZSZjPTEwMA==)/bc/bsp/sap/xyz/xyz.htm
So... he has added the session info ("bD1kZSZjPTEwMA==") plus an additional /sap/ ... so with the additional /sap/ it's not working. What's the problem here?
Because we have a reverse proxy in front, I tried to solve the problem with a RewriteRule:
RewriteRule ^sap/sap\((.)\)(.) https://server:44300/sap($0)$1 [P]
without success...
Do you know why the RewriteRule is not working or why he is adding the additional /sap/ in front of the URI?
Thanks!
BR,
Markus

Hi,
>After this request, the proxy does a new request with the session information included:
>/sap/sap(bD1kZSZjPTEwMA==)/bc/bsp/sap/xyz/xyz.htm
This is the classical URL mangling problem.
Yes you have to use Apache URL rewrite rules such as
RewriteRule  ^/(sap\(.*)    https://server:44300/  [P]
Check the SDN wiki on reverse proxies, it has really good information.
Regards,
Olivier

Similar Messages

  • SAP and Work Market - Are you a presales consultant?  Join the SAP presales community on Work Market.

    Do you want to leverage your business, technical and interpersonal skills to position SAP software solutions to overcome business challenges and help prospective customers “Run Better”?
    Do you want to be rewarded financially and professionally for delivering the high value services that help sales teams win new customers?
    If so, there may be opportunities for you to serve as a Presales Consultant in sales cycles for SAP reseller partners through the Work Market platform.
    Purpose and Objectives
    SAP America is currently building a community of professional Presales Consulting contractors whom our reseller partners will leverage to pursue business opportunities in the rapidly expanding small and medium enterprise (SME) market segment.
    This is a tremendous opportunity for the right person with a business, technology and consulting background who can effectively communicate the value of enterprise software at the executive level.
    The ideal contractor has deep SAP solution knowledge, is highly capable of analyzing business challenges and prescribing solutions and is an effective, persuasive presenter. If you have experience implementing SAP, possess exceptional communication skills and have a passion for sharing your experience and knowledge with others considering SAP then Presales Consulting may be the perfect role for you.
    ERP Finance
    ERP Sales and Service
    ERP Procurement and Logistics Execution
    ERP Human Capital Management
    ERP Product Development and Manufacturing
    ERP Corporate Services
    Business Analytics Solutions
    Small Business ERP
      If you are interested, learn more and sign up by going here:  http://www.workmarket.com/sap

    Great platform. Hope it will reach other parts of the world soon.

  • SAP Product and REACH Compliance 2.0 dese not add-on in SAP ECC 6.0 EHP5

    hi experts,
    I upgraded ECC 6.0 EHP5 and then try to add-on SAP Product and REACH Compliance 2.0 in SAP ECC 6.0 EHP5.
    I aleady knew REACH 2.0 is available with ERP 6.0 EHP5 through Note 1389561 - SAP PRC 2.0: Installation and upgrade for ERP 6.0 and SAP Note 1456663 - SAINT: Enhancement Package 5 components on NW 7.02.
    But unfortunately, When I try to install REACH 2.0 using SAINT, The error message was pop-up
    ========================================================================
    OCS package SAPK-360COINTDAGBCA does not match the current software component vector
    ========================================================================
    any idea pleas...
    For reference
    ==========================
    tp version : 720 patch 90
    R3trans version : 720 patch 89
    SPAM/SAINT : 7.02/43
    SAP_BASIS : 702 sp 07
    SAP/EA_APPL : 605 sp 04
    Thanks and regards,
    Jun

    Hi Jun,
    You could check the upgrade logs and traces at the location ../usr/sap/<sid>/upg/abap/logs.
    Check for the latest last changed logs. Mos probably a prerequisite package for the REACH 2.0 installation is not included in the upgrade. The detailed logs should mention which prerequisite is missing.
    Fore reference see thread: EHP4 upgrade error on SAPK-603DHINEAPS
    Regards,
    Srikishan

  • SAP WCF - Getting incorrect action when trying to send a RFC to SAP

    SAP WCF - Getting incorrect action when trying to send a RFC to SAP
    I am trying to send a rfc and i am getting this message below.
    Does anyone know the correct action i need to use?
    Event Type:        Warning
    Event Source:    BizTalk Server 2006
    Event Category:                BizTalk Server 2006
    Event ID:              5743
    Date:                     7/6/2009
    Time:                     3:02:26 PM
    User:                     N/A
    Computer:          saptestbox
    Description:
    The adapter failed to transmit message going to send port "WcfSendPort_SAPBinding_Rfc_Custom" with URL "sap://CLIENT=200;LANG=EN;@a/saptest/90?ListenerGwServ=sapgw90&ListenerGwHost=saptest&ListenerProgramId=testE1D200&RfcSdkTrace=False&AbapDebug=False". It will be retransmitted after the retry interval specified for this Send Port. Details:"Microsoft.ServiceModel.Channels.Common.UnsupportedOperationException: Incorrect Action <BtsActionMapping xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <Operation Name="_x002F_SIE_x002F_E_MM_INVENTORY_INTF" Action="http://Microsoft.LobServices.Sap/2007/03/Rfc/_x002F_SIE_x002F_E_MM_INVENTORY_INTF" />
    </BtsActionMapping>. Correct the specified Action, or refer to the documentation on the allowed formats for the Actions.
    Server stack trace:
       at System.ServiceModel.AsyncResult.End[TAsyncResult](IAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.EndRequest(IAsyncResult result)
    Exception rethrown at [0]:
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at System.ServiceModel.Channels.IRequestChannel.EndRequest(IAsyncResult result)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.RequestCallback(IAsyncResult result)".
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

    I am getting same error even after using the same operation name  in logical and  in action on physical port as in Binding file created by adapter
    Details:"Microsoft.ServiceModel.Channels.Common.UnsupportedOperationException: Incorrect Action <BtsActionMapping>
    <Operation Name="Send" Action="http://Microsoft.LobServices.Sap/2007/03/Idoc/3/ORDERS05//711/Send"/>
    </BtsActionMapping>. Correct the specified Action, or refer to the documentation on the allowed formats for the Actions. Note that Actions are case-sensitive.

  • Need knowledge on sap upgrade 4.7 to ecc 6.0 in abap reports and sap query

    please give me some ideas and useful links on sap upgrade 4.7 to ecc 6.0 in abap reports and sap query

    Hi Jaya,
    Not very clear with your question.
    Are you looking for changes in areas od ABAP reports & SAP query when we upgrade SAP from 4.7 to ECC 6.0 ??
    If the response is YES, then please refer to SAP solution browser www.sapsolutionbrowser.com
    Define source release and target release .
    You will get module wise details on new features for target release.
    Hope this helps.
    Regards,
    Deepak Kori

  • Display image in BSP page,images are on a web server outside of SAP

    Hi,
    I am creating a BSP page for employee profile.The page needs to show an emp picture along with other info.The images are not in the MIME repository,they are stored in a separate web server.I am able to display the page using
    <img border="0"                     src="http://.com/xyz/xyz.bmp" >
    However this is a non secured test server. If the images are on a secured server,I am assuming,an id ,pswd authentication will be required.Can I get the authentication done automatically so that the page is rendered seamlessly for the end user?
    Would SSO help if this web server is a portal server?what if the web server is not a portal server?

    Hi Manidipa,
    The Http class in SAP can also be used in passing the required authentication information to the non-SAP portal system.
    http://searchsap.techtarget.com/whitepaperPage/0,293857,sid21_gci1084087,00.html
    There is an article written by Angeli Axel which does the same. The article has got ABAP HTTP classes and methods to get and post the parameters to the non-SAP portal system.
    The same solution can be done by passing the credentials in the url. The custom solution would be to pass the required credentials in the url and the receiving application should grab those information from the url and confirm the authentication. After that it should be able to provide you the image. After getting the image it can be simply displayed in your BSP using iframe tag.
    For eg if the receiving side is in java, then the following code can be used to receive the username and password. Once you get this you can verify the validity depending on the datasource whether LDAP(MS-ADS, Sun one, Novell edirectory) or ordinary database(Oracle, MS SQL Server .. etc) is used for storing the credentials.
    try {
              String userName = request.getParameter("username");
              String password = request.getParameter("password");
              if (validateUser(userName, password)) {
                 response.sendRedirect("mainpage.jsp");
    The main page here you display the image
    } catch (Throwable t) {
    The above code should be considered as pseudo code for any server side language.
    Please let me know if this helps.
    With regards,
    Rajesh Khanna Venkatesan.

  • Demo on SAP Transportation Management Overview + End to End Process Flow by Navin Nadpurohit-SAP TM Consultant - Krypt Inc-a Leading SAP Supply Chain Company

    Hello All,
    Attached is the link explaining SAP Transportation Management Overview and a system demonstration of End to End Process Flow.
    Link:
    TM Overview + End to End Process Flow - YouTube
    Thanks and best regards,
    Navin

    Very Good Demo Navin

  • I upgrade from SAP R/3 470 *110 to ecc5 ,now i can't start sap dp

    after  i upgrade oracle9i to oracle10g ,the sap can't start ,and the status of dispatcher is stopped,
    and the R3trans -d is wrong ,occure the ora-12154 error,
    ERROR => OCI-call 'OCIServerAttach' failed: rc = 12154
    ERROR => CONNECT failed with sql error '12154'
    [ LOG BY2=>sql error 12154  performing CON [dblink#1 @ 419]
    LOG BY0=>ORA-12154: TNS:could not resolve the connect identifier specified [dblink#1 @ 419]
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'C01'"
    here is the error info of dev_disp:
    trc file: "dev_disp", trc level: 1, release: "620"
    Thu Feb 21 08:22:56 2008
    kernel runs with dp version 3(ext=1) (@(#) DPLIB-INT-VERSION-3)
    length of sys_adm_ext is 304 bytes
    systemid   560 (PC with Windows NT)
    relno      6200
    patchlevel 0
    patchno    674
    intno      20020600
    pid        3864
    ***LOG Q00=> DpSapEnvInit, DPStart (03 3864) [dpxxdisp.c   978]
         shared lib "dw_xml.dll" version 674 successfully loaded
         shared lib "dw_xtc.dll" version 674 successfully loaded
         shared lib "dw_stl.dll" version 674 successfully loaded
    Thu Feb 21 08:23:01 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  3212]
    MtxInit: -2 0 0
    DpShMCreate: sizeof(wp_adm)          12784     (752)
    DpShMCreate: sizeof(tm_adm)          1690816     (8412)
    DpShMCreate: sizeof(wp_ca_adm)     18000     (60)
    DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    DpShMCreate: sizeof(comm_adm)     192000     (384)
    DpShMCreate: sizeof(wall_adm)     (22440/34344/56/100)
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 034E0040, size: 1977824)
    DpShMCreate: allocated sys_adm at 034E0040
    DpShMCreate: allocated wp_adm at 034E0560
    DpShMCreate: allocated tm_adm_list at 034E3750
    DpShMCreate: allocated tm_adm at 034E3778
    DpShMCreate: allocated wp_ca_adm at 03680438
    DpShMCreate: allocated appc_ca_adm at 03684A88
    DpShMCreate: allocated comm_adm_list at 036861F8
    DpShMCreate: allocated comm_adm at 03686210
    DpShMCreate: allocated ca_info at 036B5010
    DpShMCreate: allocated wall_adm at 036B5018
    MBUF state OFF
    EmInit: MmSetImplementation( 2 ).
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation std
    <EsNT> Memory Reset enabled as NT default
    <EsNT> EsIUnamFileMapInit: Initialize the memory 1228 MB
    <ES> 1227 blocks reserved for free list.
    ES initialized.
    ***LOG Q0K=> DpMsAttach, mscon ( ambiguous) [dpxxdisp.c   9115]
    Thu Feb 21 08:23:02 2008
    CCMS: Initalizing shared memory of size 20000000 for monitoring segment.
    Thu Feb 21 08:23:15 2008
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 6200, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   941]
    DpMsgAdmin: Set patchno for this platform to 674
    Release check o.K.
    Thu Feb 21 08:23:42 2008
    ERROR => W0 (pid 2284) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W0
    ERROR => W1 (pid 216) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W1
    ERROR => W2 (pid 2552) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W2
    ERROR => W3 (pid 2384) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W3
    ERROR => W4 (pid 196) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W4
    ERROR => W5 (pid 844) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W5
    ERROR => W6 (pid 1852) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W6
    ERROR => W7 (pid 3628) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W7
    ERROR => W8 (pid 2080) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W8
    ERROR => W9 (pid 3608) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W9
    ERROR => W10 (pid 2120) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W10
    ERROR => W11 (pid 2380) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W11
    ERROR => W12 (pid 360) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W12
    ERROR => W13 (pid 1596) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W13
    ERROR => W14 (pid 768) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W14
    ERROR => W15 (pid 2476) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W15
    ERROR => W16 (pid 2524) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W16
    my types changed after wp death/restart 0xbf --> 0x80
    DP_FATAL_ERROR => DpEnvCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    DpModState: change server state from STARTING to SHUTDOWN
    Thu Feb 21 08:23:43 2008
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   9341]
    MBUF state OFF
    MBUF component DOWN
    ***LOG Q05=> DpHalt, DPStop ( 3864) [dpxxdisp.c   7883]

    here is the R3trans -x log file,who can help me,
    4 ETW000 R3trans version 6.14 (release 700 - 10.09.07 - 09:57:00).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 22.02.2008 - 15:11:15
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -x
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Fri Feb 22 15:11:17 2008                               0  0.000000
    4 ETW000  [dev trc     ,00000]  db_con_init called                                     0  0.000000
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                              0  0.000000
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dboraslib.dll' ...                 0  0.000000
    4 ETW000  [dev trc     ,00000]  load shared library (dboraslib.dll), hdl 0          6683  0.006683
    4 ETW000  [dev trc     ,00000]      using "E:\usr\sap\C01\SYS\exe\run\dboraslib.dll"
    4 ETW000                                                                              30  0.006713
    4 ETW000  [dev trc     ,00000]  Library 'dboraslib.dll' loaded                        15  0.006728
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dboraslib.dll
    4 ETW000                                                                              24  0.006752
    4 ETW000  [dev trc     ,00000]  Version of 'dboraslib.dll' is "700.08", patchlevel (0.115)
    4 ETW000                                                                             142  0.006894
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dboraslib.dll
    4 ETW000                                                                              21  0.006915
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dboraslib.dll
    4 ETW000                                                                              34  0.006949
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              30  0.006979
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              27  0.007006
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         20  0.007026
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              19  0.007045
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              25  0.007070
    4 ETW000  [dev trc     ,00000]  CLIENT_ORACLE_HOME is not set as environment variable or
    4 ETW000                        DIR_CLIENT_ORAHOME is not set as profile parameter.
    4 ETW000                          assuming using instant client with unspecified location.
    4 ETW000                                                                             219  0.007289
    4 ETW000  [dev trc     ,00000]  Fri Feb 22 15:11:18 2008                           32226  0.039515
    4 ETW000  [dev trc     ,00000]  Oracle Client Version: '10.2.0.1.0'                   21  0.039536
    4 ETW000  [dev trc     ,00000]  -->oci_initialize (con_hdl=0)                         15  0.039551
    4 ETW000  [dev trc     ,00000]  Client NLS settings: AMERICAN_AMERICA.WE8DEC        2966  0.042517
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPC01's password           26  0.042543
    4 ETW000  [dev trc     ,00000]  Connecting as /@C01 on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    4 ETW000                                                                              27  0.042570
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              26  0.042596
    4 ETW000  [dev trc     ,00000]    0 WE8DEC                                                    1   01DC5F00   003DF2BC   003DEB44
    4 ETW000                                                                             122  0.042718
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0       25  0.042743
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      22  0.042765
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server C01 (con_hdl=0,svchp=003DEA90,srvhp=01DCE214)
    4 ETW000                                                                              45  0.042810
    4 ETW000  [dev trc     ,00000]  Fri Feb 22 15:11:23 2008                         5566547  5.609357
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCIServerAttach' failed with rc=12537
    4 ETW000                                                                              28  5.609385
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '12537'
    4 ETW000                                                                              24  5.609409
    4 ETW000  [dev trc     ,00000]     set_ocica() -> OCI or SQL return code 12537        20  5.609429
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                  17  5.609446
    4 ETW000  [dev trc     ,00000]  Connecting as SAPC01/<pwd>@C01 on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    4 ETW000                                                                              22  5.609468
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              23  5.609491
    4 ETW000  [dev trc     ,00000]    0 WE8DEC                                                    1   01DC5F00   003DF2BC   003DEB44
    4 ETW000                                                                              25  5.609516
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=0,svrhp=01DCE214)       15  5.609531
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=003DEA90,srvhp=01DCE214)
    4 ETW000                                                                              22  5.609553
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 01DCE214           19  5.609572
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      20  5.609592
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server C01 (con_hdl=0,svchp=003DEA90,srvhp=01DCE214)
    4 ETW000                                                                              32  5.609624
    4 ETW000  [dev trc     ,00000]  Fri Feb 22 15:11:29 2008                         5577877  11.187501
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCIServerAttach' failed with rc=12537
    4 ETW000                                                                              29  11.187530
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '12537'
    4 ETW000                                                                              24  11.187554
    4 ETW000  [dev trc     ,00000]     set_ocica() -> OCI or SQL return code 12537        14  11.187568
    4 ETW000  [dblink      ,00431]  ***LOG BY2=>sql error 12537  performing CON [dblink#5 @ 431]
    4 ETW000                                                                              51  11.187619
    4 ETW000  [dblink      ,00431]  ***LOG BY0=>ORA-12537: TNS:connection closed [dblink#5 @ 431]
    4 ETW000                                                                              23  11.187642
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'C01'"

  • SAP MDM Vendor email addresses are not in order when sent to SAP R/3

    Hi Experts,
    We were trying to maintain vendor email addresses in this order in SAP MDM:
    E-mail address: massupa@nexus
    Sequence Number: 001
    E-mail address: win@nexus
    Sequence Number: 002
    E-mail address: satita@nexus
    Sequence Number: 003
    But when saving the record, its order get mixed up like below: (I believe it was arranged alphabetically automatically---> is this the standard MDM functionality?!)
    E-mail address: massupa@nexus
    Sequence Number: 001
    E-mail address: satita@nexus
    Sequence Number: 003
    E-mail address: win@nexus
    Sequence Number: 002
    When it gets syndicated to ECC, its order was maintained incorrectly with incorrect IDs:
    E-mail address             ID
    massupa@nexus        001
    satita@nexus              002   -
    > should be 003
    win@nexus                 003  -
    > should be 002
    we checked both the XML Files and the IDOC and found that it has the same order maintained in SAP MDM
    massupa@nexus        001
    satita@nexus              003
    win@nexus                 002  
    But how come the IDs were changed in R/3?
    Many thanks in advance!

    Hi Mike,
    As per your requirement, i feel that for ID either you can create a new field say sequence ID in this e-mail addresses table of MDM and thus can syndicate it or can also use ID as key using remote key concept. I mean for this e-mail addresses table, you can set property Key mapping = yes  in MDM Console and thus can use this IDs as key for this email address e.g. for massupa@nexus you can save ID as Key.
    So during syndication, map this field with target IDOC structure field and I mean Remote Key under e-mail addresses table with IDOC ID target field. In this way you can have correct IDs with their corresponding email addresses.
    Kindly let me know if you are looking for something else.
    Regards,
    Mandeep Saini

  • Captcha on BSP using java is possible? Java allowed in BSP?

    Hello to all,
    My client ask for a captcha on a BSP page of autoregister of SRM module. I have found the posts using PHP
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4e539c30-0501-0010-3291-a4c4193a6414|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4e539c30-0501-0010-3291-a4c4193a6414]
    [/people/eddy.declercq/blog/2005/09/13/die-mensch-maschine|/people/eddy.declercq/blog/2005/09/13/die-mensch-maschine]
    but now the client wants to be made with Java. Is possible to introduce a java call into BSP? i dont think so but you can confirm.
    Thanks for all,
    Nacho

    Hello to all,
    My client ask for a captcha on a BSP page of autoregister of SRM module. I have found the posts using PHP
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4e539c30-0501-0010-3291-a4c4193a6414|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4e539c30-0501-0010-3291-a4c4193a6414]
    [/people/eddy.declercq/blog/2005/09/13/die-mensch-maschine|/people/eddy.declercq/blog/2005/09/13/die-mensch-maschine]
    but now the client wants to be made with Java. Is possible to introduce a java call into BSP? i dont think so but you can confirm.
    Thanks for all,
    Nacho

  • Sap-syscmd=nocookie and Statefull BSP's - Session timeout

    I have a tricky problem - and I'am hoping for your helpfull input... please..
    I have developed a Statefull BSP application - and this application should be called from a SAP CRM application - and it should be possible to call and execute this aplication in a new session everytime it's called from CRM (a new controller/model instance per call).
    In the CRM application I can define the JavaScript which should be exectued in order to start the external application - and I have used the script window.open('bsp-url) to start my BSP application.
    In my first attempt I ran into the problem that all new windows was started in the same new session - with the consequence that all new windows tried to use the same controller and model instance - leading to inconsistent data...
    Then I read an SDN article about the parameter sap-syscmd=nocookie. With this url parameter it should be possible to force the BSP to be executed in a new session - and it works.... or... a new session is generated and the BSP generates the correct output after the initial call  (and according to SM04 I have a new session). I was quite happy until I pressed a button in my BSP page triggering an HTMLB-event - which lead to the following error: "400 Session timed out - please login again". So it looks like the 1. part is okay with the new session - but the response generated and sent to the browser cannot frind it's way bay to the right session in SAP... what did I do wrong???

    I have already tried with sap-sessioncmd=open - and the first time the call is made from CRM a new sesion is created and the BSP is intialized. But if I go back to the CRM application again (without closing the BSP window) and hits the button again - then a new window is created but no new session meaning that the underlying BSP is referenced in both windows - and producing wrong results (they both refer to the same instance of the BSP). When I use sap-syscmd=nocookie - I get a new window and a new session everytime I hit the button in CRM, but for some reason the page-output generated cannot find it's way back to this session afterwards...

  • BSP error while adding an SAP Note to my Favorites list...

    Hi,
    I have an SAP Service user-id(service.sap.com market place user id).
      Once after finding the required SAP Note for my issue I am trying to add that SAP Note to my favorites list.
      But system is issueing a BSP page error as follows. Can you please tell me how to add an SAP Note to your favorites list...
    ===================================
    Business Server Page (BSP) Error
    What happened?
    Call of BSP page terminated due to error.
    Note
    Following error text processed in system:
    An exception with the type CX_SY_RANGE_OUT_OF_BOUNDS occurred, but was neither handled locally, nor declared in a RAISING clause
    Exception Class CX_SY_RANGE_OUT_OF_BOUNDS
    Error name STRING_OFFSET_TOO_LARGE
    Program CL_O29E2JGD0M2HLPZ4ERRFVYKRX1RCP
    Include CL_O29E2JGD0M2HLPZ4ERRFVYKRX1RCM009
    ABAP Class CL_O29E2JGD0M2HLPZ4ERRFVYKRX1R
    Method _ONINPUTPROCESSING
    BSP Application /SPN/FAVORITES
    BSP Page ADD_LINK.HTM
    Row 114 
    Long Text -
    Error Type: Exception
    Your SAP Business Server Pages Team
    ===========================================
    Thanks in advance...
    Regards,
    Bharat.

    Hi,
    It is a one-time error or do this occurs each time ?
    Did you choose a really long name or something (the "String offset" description tends to prove it has to deal with some string length) ?
    Otherwise, open an OSS message.
    Best regards,
    Guillaume

  • Error when activating the BSP aplication of Demo Examples in SAP XI 7.0

    Hi all,
    I'm configuring the Demo Examples of SAP XI 7.0 (SAP BASIS 7.0 Content), when i activate the service "sxidemo_agcy_ui" and then edit this service as tutorial of the Configuration Guide document and then save all modification, finally choose "Test Service", I get an error message in the web page as below:
    Business Server Page (BSP) error
    What happened?
    Calling the BSP page was terminated due to an error.
    SAP Note
    The following error text was processed in the system:  BSP Exception: Das Objekt default.htm in der URL /sap/bc/bsp/sap/sxidemo_agcy_ui/default.htm?sap-client=105&sap-sessioncmd=open ist nicht gültig.
    Error type:
    Your SAP Business Server Pages Team
    After, i try to test all service in the BUSINESS SERVICE PAGE (default_host/sap/bc/bsp ...), i get a same error message as above.
    I have followed the SAP Note 517484 to active all service necessary in order to run the BSP application. But i have still get the same error message and BSP in my XI System is still not available.
    Anyone have met a same situation as me or anyone know resolve this problem, could you please help me?
    Thanks a lot in advance,
    Vinh Vo

    Hi Vinh,
    You might want need to go into the abap development workbench (tcode se80), in here there are BSP application program that might not get activate and publish, and also the Internet Service/WEBGUI.
    check and see if all require service are published.
    thanks,
    Nhung

  • BSP Application does not launch in SAP R/3 4.7

    Hi Experts,
    We are trying to create a BSP application in SAP R/3 4.7. We are using the MVC architecture for the same. However, we are failing to launch the BSP pages. When the URL is launced either from SAP or directly in IE, the password prompt appears, after entering the user name and password it reappears again for 3 times and then throws a message invalid user name or password. This happens for all User Names. The passwords are correct though.
    We have similar BSP Application in our SAP CRM 4.0 box and it works. I do not have much expertise in BSP, thus would want to know whether there are any BASIS settings that could be required in the system before we proceed. How do we know whether the system is compatible to BSP applications. We have even activated the BSP Application in SICF (Default_host -> SAP -> BC -> BSP -> SAP -> <BSP Application Name>). The current Support Pack version on the system are as follows,
    SAP_BASIS Release 620 SAPKB62065; SAP_ABA Release 620 SAPKA62065.
    Even if we try to launch the standard example BSP applications in the box, even they do not launch. The same problem appears. Do we need to make changes to User Roles level? All these user IDs have SAP ALL access though.
    Please let me know how can I sort this out. Also let me know if you would need any further details.
    Thanks for your help in advance.
    Regards,
    Subhrangsu

    Hi Subbie,
    in transaction SICF navigate to the service default_host->sap->public->ping. Right-click and select "Test Service". If this works then the BSP runtime is working okay.
    Then navigate to the service sap->bc->bsp->sap->sbspext_htmlb and try the same there. On this service you will need to enter a username and password.
    If all this works then you need to look clser at what you are doing.
    Cheers
    Graham Robbo

  • How to create 'SAP BSP iView'?

    All,
    I am trying to to create a 'SAP BSP iView' in EP 7.0.
    On creating the BSP Application iView in SAP Portal, I get the following error:
    Portal Runtime Error
    <b>An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Application URL 'http:///sap/bc/bsp/sap/BEAD_CRMB_BD/entrypoint.do' is not valid! Please check the protocol and host entries for system 'ABCDSystem'..</b>
    <b>Application Namespace:</b> sap (defaulted by portal)
    <b>Customer Namespace:</b> sap (defaulted by portal)
    <b>Business Server Page (BSP) Application:</b> BEAD_CRMB_BD
    <b>Application Parameters:</b> crm_bsp_frame
    <b>Start Page:</b> entrypoint.do
    On deploying the Application in SE80, the application is displayed at the following url.
    http://xxx:8001/sap(bD1lbiZjPTQ0MCZkPW1pbg==)/bc/bsp/sap/crm_bsp_frame/entrypoint.do?sap-client=440&appl=BEAD_CRMB_BD&version=1
    Any thoughts as to why this iView is not working would be greatly appreciated.
    SAP Partner

    Umair,
    As suggested I have made the following changes:
    Application Namespace: sap (defaulted by portal)
    Customer Namespace: sap (defaulted by portal)
    Business Server Page (BSP) Application: crm_bsp_frame
    Application Parameters:
    Start Page: entrypoint.do
    I have checked my system connection from portal to backend system and it works.
    When I try to preview the iView, I get the following error.
    - a pop up saying "Session management will not work, please check DSM log file for details"
    Any thoughts....
    SAP partner

Maybe you are looking for

  • Ran update 10.6.8 outlook2011 problems

    Ran my updates and now my outlook 2011 will not open. Anyone have this same issue? What did you do to fix the problem?

  • Ideas For Final Year Project

    Hi everyone, I'm new here. In fact this is my first ever post in the SDN coummunity. I'm studying BIS and majoring in knowledge management. I'm also very very interested in enterprise 2.0 I started learning about SAP 4 months ago and since then I've

  • Nvidia Chipset- 32-bit or 64-bit?

    Hi, I am new to these forums, so I apologize if this question is posted already somewhere else- I just can't find an answer, so I'm posting my own question. Can anyone tell me whether or not the new macbook pros (late 2008) have a 64-bit or 32-bit ch

  • How to make Finder searches include symbols?

    I have files that have a single underscore, others that have a double underscore: example_00012345.wav example__00012345.wav When I had Snow Leopard, I would simply search "_00012345" and both files would show up. I had to upgrade to Lion for a new s

  • Web Application Designer questions

    Hello, 1. I want to write a Java script function to display system date in WAD. I don't know the exact format for writing Javascript code in WAD. I tried with some code. It did not work. Could someone point me to any links for writing the code in WAD