Error in BI Mastersystem and WebAS ABAP Settings

Hi Team,
We are facing below issues, and we ran the support desk tool.
When im running support desk tool, i'm receiving the below error and able to enter the credentials to get the configuration checks.
Here im facing few errors.
RFC connection using properties in Portal System Landscape to ABAP backend has failed. Reason:
com.sap.mw.jco.JCO$Exception:Issuer of SSO ticket is not authorized
You can enter the connection properties manually (button OK) or proceed to the check message result screen (button CANCEL)
1. BI Mastersystem
RED
RFC to ABAP was done via entering connection properties manually.
Enter connection properties in Portal Systemlandscape for the property category 'Connector' (Systemlandscape/SAP_BW)
Here i've verified all the connctor settings in portal, but the connection is failing as below
Test Connection with Connector
  Test Details:
The test consists of the following steps:
1. Retrieve the default alias of the system
2. Check the connection to the backend application using the connector defined in this system object
  Results
Retrieval of default alias successful
Connection failed. Make sure that Single Sign-On is configured correctly
2. WebAS ABAP Settings
RED
Web Template Validation failed due Java to ABAP communication problem (return code:ERSBOLAP018)
Check Connector Connection of System Object in Portal System Landscape
RED
Combination of System ID of J2EE 'BWP' and UME property login.ticket_client '000' is missing in Access Control List (ACL) of ABAP system
Add 'BWP/000' to Access Control List (ACL) with transaction STRUSTSSO2
RED
Combination of System ID of J2EE 'BWP' and client 000 is missing in Access Control List (ACL) of ABAP system
Add system 'BWP' with client 000 to Access Control List (ACL) with transaction STRUSTSSO2. This is required for transport of Web Templates. See note 945055 for details.
Display note 945055
Here i've added certificated into ACL with 000 client, still the issue exists
Could you please help me on this.
Regards
Nani

Hi Nani,
Can you please refer the following SAP Note and check whether it helps you:
2002823 - User-Specific Broadcaster setting cancels with SSO error.
Can you please refer the following SAP KBA Notes:
1575891 - After executing a Broadcast setting you receive the Java error: call FM RSRD_X_PRODUCE_PROXY to ProgId 'abc' on host 'xyz' with SSO not authorized
1769367 - Issuer of SSO ticket is not authorized
And, please refer the following SAP Notes:
1083421 - SSO2 Wizard
945055 - Transporting Web templates in SAP NetWeaver 2004s
1573365 - Sporadic communication error in BEx Web 7.X
Also, please note the following:
"With SAP NetWeaver 7.1, the Visual Administrator (VA) is replaced by
the SAP NetWeaver Administrator, that is, all relevant functions of
the VA are available in the SAP NetWeaver Administrator.
The VA is no longer delivered as of SAP NetWeaver 7.1.  "
And, please refer the Error Message "RFC to ABAP was done via entering connection properties manually" of Section 'Case2: BI Master System' mentioned in the following SAP KBA Note:
2113395 - Supportdesk Tool RED signal checking trouble shooting guide
And, please refer the Error12 and Error13 of Section 'Case16: WebAS ABAP Settings' mentioned in the following SAP KBA Note:
2113395 - Supportdesk Tool RED signal checking trouble shooting guide
Thanks & Regards,
Sapna

Similar Messages

  • BI - WebAS ABAP Settings ERROR

    Hi folks,
    I have ERP EHP4 system -ABAP only and NW EP/BI 7.3 -Java only and NW bw7.3 -ABAP only.
    I have  SID: LD4 ERP 6.0 as ABAP Source  system. ERP ABAP system is connected to  Java - BI-EP (SID:LD7).   EP-Java will use the ERP ABAP Source system as ume datasource. Java-BI (LD7) for BI is connection  connected to BW ABAP System (SID:LD2).
    The BW ABAP system is connected to ERP ABAP System as BI Source system. 
    This is Triangle type connectivity.
    LD4 > LD7 ;   LD7>LD2;  LD2-->LD4;
    My queries :
    I completed most of the configuration. While checking with support desk tool, I am getting two below errors.
    "-  BI Mastersystem "
    Port '8000' of WAS Hostname (eloddevm2.dexler.com:8000) is not identical with HTTP Port '8101' of WebAS ABAP system. HTTP Port of Message Server (profile parameter ms/http_port) is retrieved from ABAP system. Port '8000' is properly HTTP Port of Application Server. It is recommended to use HTTP Port of Message Server. Check WAS Hostname of BI Mastersystem (com.dexler.Dexler/com.dexler.system/com.dexler.sap_bw_system) -
      RED
    Port '8000' of ITS Hostname (eloddevm2.dexler.com:8000) is not identical with HTTP Port '8101' of WebAS ABAP system. HTTP Port of Message Server (profile parameter ms/http_port) is retrieved from ABAP system. Port '8000' is properly HTTP Port of Application Server. It is recommended to use HTTP Port of Message Server. Check ITS Hostname of BI Mastersystem (com.dexler.Dexler/com.dexler.system/com.dexler.sap_bw_system)
    "- WebAS ABAP Settings "
    Combination of System ID of J2EE 'LD7' and UME property login.ticket_client '000' is missing in Access Control List (ACL) of ABAP system  Add 'LD7/000' to Access Control List (ACL) with transaction STRUSTSSO2 -
      RED
    Combination of System ID of J2EE 'LD7' and client 000 is missing in Access Control List (ACL) of ABAP system  Add system 'LD7' with client 000 to Access Control List (ACL) with transaction STRUSTSSO2. This is required for transport of Web Templates. See note 945055 for details.

    HI Venkadesh S  ,
    the issue solved for port for WAS and ITS hostname from 8000 to 8101. But as per the note 805344, Function Module "RSBB_URL_PREFIX_GET"  gives the below result.
    Export parameters               Value
    E_URL_PREFIX                    http://eloddevm2.dexler.com:8101
    E_URL_PATH                      /sap/bw/BEx
    E_URL_PROTOCOL                  http
    E_URL_SERVER                    eloddevm2.dexler.com
    E_URL_PORT                      8101
    E_SUBRC                         0
    I had mention the message server port "ms/server_port_0 = 8000"  I believe the Export parameter  as "E_URL_PORT           8101".  taking the port from Load balancing mention in SLMG.
    As per your recommend, I did the change in SYSTEM created 8000 to 8101. The Support Desk tool Issue was solved.
    While accessing the template or T.code from BW ABAP system LD2  it open the browser -- open the link with port 8101 and redirect to  8000.
    Another issue : Regarding WebAS Setting:
    I add in ACL,
    System = LD7/000
    Client    = 000
    Certificate Owner = CN=LD7, OU=J2EE, C=US
    Note: I did it in 000 client.
    But it doesn't solve . RED mark by Support Desk Tool.
    Edited by: Jeevagan Vedhaiyan on Jan 3, 2012 6:58 AM

  • Netflix error despite Silverlight update and correct browser settings?

    I've got an older MacBook Pro (OS 10.5.8), and just tried to join Netflix but can't get Silverlight to work (I keep getting error N8010).  I've reinstalled the most recent iteration of Silverlight (Netflix also won't let me run on the old Silverlight) and checked browser settings on Firefox, Safari, and Chrome.  Are there some other settings I should be checking?  Thanks!

    Thanks for info, ds store. Wish I'd known about Chrome, however. I should have, knowing already how intrusive they are (just check gmail on that count. They want to know everything!).
    I have to say also that I don't understand why Apple can't update Safari for all it's recent platforms instead of just for one, whichever is latest. Doing that leaves customers who don't want or need to update platforms high and dry with respect to Apple's own browser. I could run IE8 with Windows 98 if I had to. As it is, I run it with XP, by now several generations old. So one for Microsoft and zip for Apple on that count.
    ds store wrote:
    I don't recommend Chrome as they install a root level updater that requires removing all their software and the updater to get rid of it, Firefox would be the better choice.
    Having installed Chrome, as you know, can you tell me whether or not Mac Keeper would do the job of removal? I have that too, and they sort of lay claim to being able to remove all pieces of programs/apps in one easy move. Course I'm skeptical. Assuming "no" for an answer, is there someplace I can look at that gives step-by-step instructions on how thoroughly to be rid of Chrome? I also gather that simply dropping the App in the Trash won't work either, at least not to be thoroughly rid of any app really?

  • Installation error from C6 Design and Web Premium

    I just bought the CS6 Design and Web Premium (Education version). When I tried installing from the DVD provided, it displayed this error message. When I tried to click on the get Adobe Support Advisor, it led me to a page that said that this Advisor programme has been discontinued.
    Please help??

    clean your system, then install per Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    if that fails with the same error, Troubleshoot with install logs | CS5, CS5.5, CS6, CC

  • Error updating CS6 design and web premium

    When I try to update CS6 design&web premium, I get the following error:
    "Adobe Application Manager
    There was an error downloading this update. Please quit and try again later. Error Code: U43M1D207"
    I did quit and try several times with the same result.
    Thanks for any help you can provide.
    Youcef

    Hi
    I have hopfully attached a PDF with screen shots of the process.
    Hopefully will be of some help in resolving the problem.
    Kind regards
    Steve

  • Error installing Photoshop CS6 (Design and Web Premium)

    A similar error occurs if I try to install all of CS6..  I've had Revo Uninstaller delete all the registry keys/leftover files and tried reinstalling..   I've tried installing MS Visual C++ 2010 independently of the install. No dice.  I have homework due tomorrow (of course) and my photoshop broke.. And will not install now..
    Exit Code: 7
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DW050 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 57 error(s), 0 warning(s)
    ----------- Payload: {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 -----------
    ERROR: Failed to install Microsoft Visual C++ 2010 Redistributable Package (x86). Please try installing it by double clicking on the executable at "C:\Users\Jori\Desktop\Adobe CS6 Design and Web Premium\Adobe CS6\payloads\Microsoft VC 2010 Redist (x86)\vcredist_x86.exe", or download and install the latest Microsoft Visual C++ 2010 Redistributable Package (x86) from Microsoft website - www.microsoft.com
    ERROR: Updating driver data failed. Driver entry was notadded. ARP estimated size 36KB
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Bridge CS6 (64 Bit): Install failed
    ERROR: DW050:  - Dynamic Link Media Server: Install failed
    ERROR: DW050:  - Microsoft_VC90_CRT_x86: Install failed
    ERROR: DW050:  - Adobe XMP Panels: Install failed
    ERROR: DW050:  - AdobeColorCommonSetCMYK CS6: Install failed
    ERROR: DW050:  - Adobe Photoshop CS6 Support: Install failed
    ERROR: DW050:  - AdobePDFL x64 CS6: Install failed
    ERROR: DW050:  - AdobeColorJA CS6: Install failed
    ERROR: DW050:  - Adobe Photoshop CS6 English Language Pack_x64_AdobePhotoshop13-en_US_x64: Install failed
    ERROR: DW050:  - Adobe Hunspell Linguistics Plugin CS6 x64: Install failed
    ERROR: DW050:  - Adobe Photoshop CS6 English Language Pack_AdobePhotoshop13-en_US: Install failed
    ERROR: DW050:  - Required Common Fonts Installation: Install failed
    ERROR: DW050:  - Adobe Photoshop CS6 Core_x64: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Player for Embedding 3.3: Install failed
    ERROR: DW050:  - Adobe CSXS Infrastructure CS6: Install failed
    ERROR: DW050:  - CS6 Design and Web Premium: Install failed
    ERROR: DW050:  - AdobeColorPhotoshop CS6: Install failed
    ERROR: DW050:  - AdobeColorEU CS6: Install failed
    ERROR: DW050:  - Camera Profiles Installer: Install failed
    ERROR: DW050:  - AdobePDFL CS6: Install failed
    ERROR: DW050:  - Photoshop Camera Raw 7 (64 bit): Install failed
    ERROR: DW050:  - Required Common Fonts Installation x64: Install failed
    ERROR: DW050:  - Adobe Hunspell Linguistics Plugin CS6: Install failed
    ERROR: DW050:  - AdobeColorVideoProfilesCS CS6: Install failed
    ERROR: DW050:  - Adobe WinSoft Linguistics Plugin CS6 x64: Install failed
    ERROR: DW050:  - PDF Settings CS6: Install failed
    ERROR: DW050:  - Recommended Common Fonts Installation x64: Install failed
    ERROR: DW050:  - Adobe Extension Manager CS6: Install failed
    ERROR: DW050:  - Suite Shared Configuration CS6: Install failed
    ERROR: DW050:  - Adobe Photoshop CS6 Core: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Player for Embedding x64 3.3: Install failed
    ERROR: DW050:  - Microsoft_VC80_CRT_x86: Install failed
    ERROR: DW050:  - Adobe WinSoft Linguistics Plugin CS6: Install failed
    ERROR: DW050:  - Adobe Bridge CS6: Install failed
    ERROR: DW050:  - AdobeCMaps x64 CS6: Install failed
    ERROR: DW050:  - Microsoft Visual C++ 2005 Redistributable Package (x64): Install failed
    ERROR: DW050:  - Microsoft Visual C++ 2005 Redistributable Package (x86): Install failed
    ERROR: DW050:  - Microsoft Visual C++ 2008 Redistributable Package (x64): Install failed
    ERROR: DW050:  - Microsoft Visual C++ 2008 Redistributable Package (x86): Install failed

    Did you check the solutions mentioned in this doc?
    http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html

  • BI setup: WebAS ABAP Setting - Java to ABAP communication problem

    Hello,
    i've got a problem during intallation of BI in Netweaver 2004s. The Diagnostics & Support Desktop Tool reports errors in WebAS ABAP Settings. These errors are:
    - "Web Template Validation failed due Java to ABAP communication problem (return code:ERSBOLAP018)"  with the suggested solution "Check Connector Connection of System Object in Portal System Landscape". What does it mean?
    - "Call ABAP->Java for function RSWR_RFC_SERVICE_TEST failed for destination <destination>" and "Call ABAP->Java for function RSRD_MAP_TO_PORTAL_USERS failed for destination <destination>" with suggested solution "Check the data of the destination in transaction SM59. Check that the target host is running and has registered a program id in the gateway." Run of transaction SM59 returns no errors.
    Further i've take a look in the log 'dev_jrfc.trc' and there i found the errors:
    - Exception thrown by application running in JCo Server
    java.lang.RuntimeException: Bean RSRD_MAP_TO_PORTAL_USERS not found on host <host>
    - Exception thrown by application running in JCo Server
    java.lang.RuntimeException: Bean RSWR_RFC_SERVICE_TEST not found on host  <host>
    - Exception thrown by application running in JCo Server
    java.lang.RuntimeException: Bean RSWR_PREEXECUTION_PROXY not found on host  <host>
    Can these errors be the cause of the WebAS ABAP Setting error displayed in the Diagnostics & Support Desktop Tool? How they can be solved?
    Thanks for your help,
    Martin

    Hello Chetan,
    thanks for your response. Maybe i've described my problem not clear enough. There is no problem of installation and usage of support & dektop tool, but of installation of BI. The support & dektop tool indicates the errors described above with no other hints. My questions is, if anybody knows, what is the cause of the errors and what i must do, to install BI correctly.
    Cheers,
    Martin

  • Error 7 occurred at Copy in ABAPI Dist New VI Library.vi​- ABAPI Dist Chk for Destinatio​ns.vi- ABA​PI Copy Files and Apply Settings.v​i- EBEP_In​voke_Build​_Engine.vi​- EBUIP_Bu​ild_Invoke​.vi- EBUIP​_Build_Inv​oke.vi.Pro​xyCaller

    When I try to build executables in LabView 8.01 I get message:
    Error 7 occurred at Copy in ABAPI Dist New VI Library.vi->ABAPI Dist Chk for Destinations.vi->ABAPI Copy Files and Apply Settings.vi->EBEP_Invoke_Build_Engine.vi->EBUIP_Bu​ild_Invoke.vi->EBUIP_Build_Invoke.vi.ProxyCaller
    Best Regards

    I got the same error as I tried to build my application, the reason was the string I set for the 'Build specification name' property of my build.
    I changed from '3DC - Dlog Data Compacter ' to '3DC' and it worked afterwards..quite strange behaviour..

  • I have received this error message when trying to send a comment to a blog : ERROR: Could not read CAPTCHA cookie. Make sure you have cookies enabled and not blocking in your web browser settings. Or another plugin is conflicting. See plugin FAQ., can any

    I have received this error message when trying to send a comment to a blog : ERROR: Could not read CAPTCHA cookie. Make sure you have cookies enabled and not blocking in your web browser settings. Or another plugin is conflicting. See plugin FAQ., can any...
    Only found one question similar and NO ANSWER to it.

    Same problem here...nothing in my settings have changed since the upgrade and I've checked my cookie settings and they allow 3rd party cookies. What's up Mozilla? I've been faithful to you for years and you let me down now?

  • Setup Team Foundation Server - Team Site Collection - SharePoint Web Application Settings failed with error TF205014, TF250025

    Hi
    I have TFS server installed and working with other SharePoint farm.  (TFS installed,  SharePoint extension installed and Granted Access for TFS.
    When Setup TFS - SharePoint Web Application Settings,  It ask for the three values:
    Web Application URL:  
    Central Administration URL:
    Default Location of team project collection sites:
    What notice about the TFS sites that are working is that they are Path Based Site Collection.  Created with SharePoint Web Application managed path (like
    http://spserver/sites/tfs_site1) and so it easy to see it will work.
    Web Application URL:  http://spserver
    CA URL :   http://spserver:portnumber
    Default Location :  Sites or any managed path
    We start using Host Name Site Collection (HNSC) to get the benefit of multiple unique site name without having multiple web application for each.  Work great but when we tried to setup and extend TFS service on the HNSC, we could
    not get them to work and got errors when trying different variation of path URL.
    After doing lot of searching on this, I came up pretty empty and I don't know if that is possible so my question is Have anyone able to setup TFS to work with SharePoint 2013 Host Name Site Collection?  
    If you have, a simple yes will be great but please share or even if anyone think it is possible or not possible, please share too.
    Thanks in advance for any comment / suggestion.
    Swanl

    Hi  Swanl,
    I’m afraid that we cannot setup TFS to work  with SharePoint 2013 Host Name Site Collection.
    Also you can  initial a new thread in Visual Studio Team Foundation Server forums:
    Team Foundation Server – General: http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=tfsgeneral
    More experts for Team Foundation Server will assist you, then you will get more information relation to your issue.
    For integrating SharePoint 2013 with Team Foundation Server 2013 you can have a look at the following blog:
    http://nakedalm.com/integrate-sharepoint-2013-with-team-foundation-server-2013/
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Eric Tao
    TechNet Community Support

  • Error while checking in and storing: C:\Documents and Settings\Administr

    Dear
    Whille saving then document in dms , i am getting this error.....
    Error message is : "Error while checking in and storing: C:\Documents and Settings\Administrator\My Documen...."
    Message Number is 26253
    R Karthikeyan

    Hi all,
    Similar kind of issue occurred in one of our webdynpro applications of SAP NetWeaver Portal-
    The error message "Error while checking in and storing" was returned by the BAPI while trying to replace documents in the DMS Server via portal.
    But the documents were getting stored in the back end by the use of standard T-Codes.
    Later it was found that ABAP tables COMPONENTS & COMPONENT_DATA are inconsistent by looking into the HTTP trace file.
    The HTTP patch "http.c#21" was being used in our server.
    SAP suggested the below mentioned steps-
    -->Download the most recent SAPHTTP version & install it.
    -->Then delete the RFC connections SAPHTTP & SAPHTTPA through T-Code SM59
    -->Regenerate them again with report RSHTTP05
    They were carried out in our ECC server & the issue was resolved.
    Please try them out if applicable in your case & let us know.
    Thanks & Regards,
    Shreyashri Kar

  • Error during VM container communication between ABAP and JAVA

    Hello,
    While creation of SC, I am getting error "Error during VM container communication between ABAP and JAVA"
    Based on earlier responses in this forum, I checked following activity.
    1. T Code - BBP_CND_CHECK_CUST
    Result - IPC Pricing is Active and IPC is now running in VMC
    2. Run Report - RSVMCRT_HEALTH_CHECK
    Result - The Java component is deactivated
    3. As per OSS note 854170, Profile parameters were existed as below
    a) vmcj/enable - on
    b) vmcj/option/maxJavaHeap = 200M
    So, How to get Java component activated?
    Thanks,
    Rahul Mandale

    Thanks Markus,
    For SM53, I am getting resulets as " Java is not active on this application server - Message no. SVMCRT011"
    Can you suggest, what I need to do for it? I can't use SRM Shopping cart because of it. thanks in advance, Rahul
    and dev_w0 trace ....
    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Wed Aug 31 15:45:40 2011
    B  create_con (con_name=R/3)
    B  Loading DB library 'D:\usr\sap\CUS\DVEBMGS04\exe\dboraslib.dll' ...
    B  Library 'D:\usr\sap\CUS\DVEBMGS04\exe\dboraslib.dll' loaded
    B  Version of 'D:\usr\sap\CUS\DVEBMGS04\exe\dboraslib.dll' is "700.08", patchlevel (0.46)
    B  New connection 0 created
    M sysno      04
    M sid        CUS
    M systemid   560 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    52
    M intno      20050900
    M make:      multithreaded, Unicode, optimized
    M pid        456
    M
    M  kernel runs with dp version 210000(ext=109000) (@(#) DPLIB-INT-VERSION-210000-UC)
    M  length of sys_adm_ext is 572 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 456) [dpxxdisp.c   1293]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          18304     (1408)
    M  DpShMCreate: sizeof(tm_adm)          3954072     (19672)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    M  DpShMCreate: sizeof(comm_adm)          528064     (1048)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1452)
    M  DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 05C00040, size: 4613144)
    M  DpShMCreate: allocated sys_adm at 05C00040
    M  DpShMCreate: allocated wp_adm at 05C01E28
    M  DpShMCreate: allocated tm_adm_list at 05C065A8
    M  DpShMCreate: allocated tm_adm at 05C065D8
    M  DpShMCreate: allocated wp_ca_adm at 05FCBB70
    M  DpShMCreate: allocated appc_ca_adm at 05FD1930
    M  DpShMCreate: allocated comm_adm at 05FD3870
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 06054730
    M  DpShMCreate: allocated gw_adm at 06054770
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 060547A0
    M  DpShMCreate: allocated wall_adm at 060547A8
    X  EmInit: MmSetImplementation( 2 ).
    X  MM diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.

    M Wed Aug 31 15:45:41 2011
    M  ThInit: running on host crmsys

    M Wed Aug 31 15:45:42 2011
    M  calling db_connect ...
    C  Prepending D:\usr\sap\CUS\DVEBMGS04\exe to Path.

    C Wed Aug 31 15:45:47 2011
    C  Client NLS settings: AMERICAN_AMERICA.UTF8
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@CRM on connection 0 (nls_hdl 0) ... (dbsl 700 240106)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   0619F158   061A46F4   061A3F7C
    C  Attaching to DB Server CRM (con_hdl=0,svchp=061A3EC8,svrhp=061B5794)
    C  Starting user session (con_hdl=0,svchp=061A3EC8,srvhp=061B5794,usrhp=061CA558)

    C Wed Aug 31 15:45:48 2011
    C  Now '/@CRM' is connected (con_hdl 0, nls_hdl 0).
    C  Got SAPSR3's password from OPS$-user
    C  Disconnecting from connection 0 ...
    C  Closing user session (con_hdl=0,svchp=061A3EC8,usrhp=061CA558)
    C  Now I'm disconnected from ORACLE
    C  Connecting as SAPSR3/<pwd>@CRM on connection 0 (nls_hdl 0) ... (dbsl 700 240106)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   0619F158   061A46F4   061A3F7C
    C  Starting user session (con_hdl=0,svchp=061A3EC8,srvhp=061B5794,usrhp=061CA558)
    C  Now 'SAPSR3/<pwd>@CRM' is connected (con_hdl 0, nls_hdl 0).
    C  Database NLS settings: AMERICAN_AMERICA.UTF8
    C  Database instance CRM is running on CRMSYS with ORACLE version 10.2.0.1.0 since 20110831

    B Wed Aug 31 15:45:49 2011
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20110831 154542 CRMSYS         
    M  db_connect o.k.
    M  ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,.sar,.gif

    I Wed Aug 31 15:46:12 2011
    I  MtxInit: 0 0 0
    M  SHM_PRES_BUF               (addr: 0A7C0040, size: 4400000)
    M  SHM_ROLL_AREA          (addr: 788A0040, size: 61440000)
    M  SHM_PAGING_AREA          (addr: 0AC00040, size: 32768000)
    M  SHM_ROLL_ADM               (addr: 0CB50040, size: 615040)
    M  SHM_PAGING_ADM          (addr: 0CBF0040, size: 525344)
    M  ThCreateNoBuffer          allocated 544152 bytes for 1000 entries at 0CC80040
    M  ThCreateNoBuffer          index size: 3000 elems
    M  ThCreateVBAdm          allocated 12160 bytes (50 server) at 0CD10040
    X  EmInit: MmSetImplementation( 2 ).
    X  MM diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    X  ES initialized.
    B  db_con_shm_ini:  WP_ID = 0, WP_CNT = 13, CON_ID = -1
    B  dbtbxbuf: Buffer TABL  (addr: 10E700C8, size: 30000000, end: 12B0C448)
    B  dbtbxbuf: Buffer TABLP (addr: 12B100C8, size: 10240000, end: 134D40C8)
    B  dbexpbuf: Buffer EIBUF (addr: 0FBA00D0, size: 4194304, end: 0FFA00D0)
    B  dbexpbuf: Buffer ESM   (addr: 134E00D0, size: 4194304, end: 138E00D0)
    B  dbexpbuf: Buffer CUA   (addr: 138F00D0, size: 3072000, end: 13BDE0D0)
    B  dbexpbuf: Buffer OTR   (addr: 13BE00D0, size: 4194304, end: 13FE00D0)
    M  rdisp/reinitialize_code_page -> 0
    M  icm/accept_remote_trace_level -> 0
    M  rdisp/no_hooks_for_sqlbreak -> 0
    M  CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.

    S Wed Aug 31 15:46:15 2011
    S  *** init spool environment
    S  initialize debug system
    T  Stack direction is downwards.
    T  debug control: prepare exclude for printer trace
    T  new memory block 1946AA80

    S Wed Aug 31 15:46:16 2011
    S  spool kernel/ddic check: Ok
    S  using table TSP02FX for frontend printing
    S  1 spool work process(es) found
    S  frontend print via spool service enabled
    S  printer list size is 150
    S  printer type list size is 50
    S  queue size (profile)   = 300
    S  hostspool list size = 3000
    S  option list size is 30
    S      found processing queue enabled
    S  found spool memory service RSPO-RCLOCKS at 1D6D00A8
    S  doing lock recovery
    S  setting server cache root
    S  found spool memory service RSPO-SERVERCACHE at 1D6D0430
    S    using messages for server info
    S  size of spec char cache entry: 297028 bytes (timeout 100 sec)
    S  size of open spool request entry: 2132 bytes
    S  immediate print option for implicitely closed spool requests is disabled

    A Wed Aug 31 15:46:18 2011

    A  -PXA--
    A  PXA INITIALIZATION
    A  PXA: Fragment Size too small: 73 MB, reducing # of fragments
    A  System page size: 4kb, total admin_size: 5132kb, dir_size: 5076kb.
    A  Attached to PXA (address 688A0040, size 150000K)
    A  abap/pxa = shared protect gen_remote
    A  PXA INITIALIZATION FINISHED
    A  -PXA--


    A Wed Aug 31 15:46:20 2011
    A  ABAP ShmAdm attached (addr=57A40000 leng=20955136 end=58E3C000)
    A  >> Shm MMADM area (addr=57EB5E58 leng=126176 end=57ED4B38)
    A  >> Shm MMDAT area (addr=57ED5000 leng=16150528 end=58E3C000)
    A  RFC Destination> destination crmsys_CUS_04 host crmsys system CUS systnr 4 (crmsys_CUS_04)

    A Wed Aug 31 15:46:21 2011
    A  RFC Options> H=crmsys,S=04,d=2,
    A  RFC FRFC> fallback activ but this is not a central instance.
    A   
    A  RFC rfc/signon_error_log = -1
    A  RFC rfc/dump_connection_info = 0
    A  RFC rfc/dump_client_info = 0
    A  RFC rfc/cp_convert/ignore_error = 1
    A  RFC rfc/cp_convert/conversion_char = 23
    A  RFC rfc/wan_compress/threshold = 251
    A  RFC rfc/recorder_pcs not set, use defaule value: 2
    A  RFC rfc/delta_trc_level not set, use default value: 0
    A  RFC rfc/no_uuid_check not set, use default value: 0
    A  RFC rfc/bc_ignore_thcmaccp_retcode not set, use default value: 0
    A  RFC Method> initialize RemObjDriver for ABAP Objects
    M  ThrCreateShObjects          allocated 13730 bytes at 0FFB0040

    N Wed Aug 31 15:46:22 2011
    N  SsfSapSecin: putenv(SECUDIR=D:\usr\sap\CUS\DVEBMGS04\sec): ok

    N  =================================================
    N  === SSF INITIALIZATION:
    N  ===...SSF Security Toolkit name SAPSECULIB .
    N  ===...SSF trace level is 0 .
    N  ===...SSF library is D:\usr\sap\CUS\DVEBMGS04\exe\sapsecu.dll .
    N  ===...SSF hash algorithm is SHA1 .
    N  ===...SSF symmetric encryption algorithm is DES-CBC .
    N  ===...sucessfully completed.
    N  =================================================

    N Wed Aug 31 15:46:23 2011
    N  MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.
    N  MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.
    M  JrfcVmcRegisterNativesDriver o.k.
    W  =================================================
    W  === ipl_Init() called
    B    dbtran INFO (init_connection '<DEFAULT>' [ORACLE:700.08]):
    B     max_blocking_factor =  15,  max_in_blocking_factor      =   5,
    B     min_blocking_factor =  10,  min_in_blocking_factor      =   5,
    B     prefer_union_all    =   0,  prefer_join                 =   0,
    B     prefer_fix_blocking =   0,  prefer_in_itab_opt          =   1,
    B     convert AVG         =   0,  alias table FUPD            =   0,
    B     escape_as_literal   =   1,  opt GE LE to BETWEEN        =   0,
    B     select *            =0x0f,  character encoding          = STD / <none>:-,
    B     use_hints           = abap->1, dbif->0x1, upto->2147483647, rule_in->0,
    B                           rule_fae->0, concat_fae->0, concat_fae_or->0

    W Wed Aug 31 15:46:24 2011
    W    ITS Plugin: Path dw_gui
    W    ITS Plugin: Description ITS Plugin - ITS rendering DLL
    W    ITS Plugin: sizeof(SAP_UC) 2
    W    ITS Plugin: Release: 700, [7000.0.52.20050900]
    W    ITS Plugin: Int.version, [32]
    W    ITS Plugin: Feature set: [10]
    W    ===... Calling itsp_Init in external dll ===>
    W  === ipl_Init() returns 0, ITSPE_OK: OK
    W  =================================================
    E  Enqueue Info: rdisp/wp_no_enq=1, rdisp/enqname=<empty>, assume crmsys_CUS_04
    E  Replication is disabled
    E  EnqCcInitialize: local lock table initialization o.k.
    E  EnqId_SuppressIpc: local EnqId initialization o.k.
    E  EnqCcInitialize: local enqueue client init o.k.

    B Wed Aug 31 15:46:48 2011
    B  table logging switched off for all clients

    M Wed Aug 31 15:47:55 2011
    M  SecAudit(RsauShmInit): WP attached to existing shared memory.
    M  SecAudit(RsauShmInit): addr of SCSA........... = 05BD0040
    M  SecAudit(RsauShmInit): addr of RSAUSHM........ = 05BD07A8
    M  SecAudit(RsauShmInit): addr of RSAUSLOTINFO... = 05BD07E0
    M  SecAudit(RsauShmInit): addr of RSAUSLOTS...... = 05BD07EC

    A Wed Aug 31 15:48:44 2011
    A  RFC FRFC> fallback on the central gateway crmsys sapgw04 activ

    B Wed Aug 31 15:49:47 2011
    B  dbmyclu : info : my major identification is 3232288873, minor one 4.
    B  dbmyclu : info : Time Reference is 1.12.2001 00:00:00h GMT.
    B  dbmyclu : info : my initial uuid is D98FA690E8AA314D9B69930868792664.
    B  dbmyclu : info : current optimistic cluster level: 0
    B  dbmyclu : info : pessimistic reads set to 2.

  • MBAM 2.0 SP1 Self help website error after changing name of website on IIS and web config

    guys 
    i need your help here , i have fully operational 3 tier enviroment with config manager ,when i created this enviroment i only used the fully qualified domain name of the web server and now i need to change the name in order to comply with company website
    names.
    now i have went to ISS and changed the name on the bindings and changed also the web config file and this resolved the helpdesk website as it can now talk to backend and retrieve the key .
    my only issue now is the self service website , i changed the web config for it as we and when i try to retrieve the key it says an unknown error has occured please contact IT , am not sure where else to check , please help 

    If I would be in your place, i would rather have created an alias for the existing FQDN with that of the newer one into the on-premises DNS Server.
    Create a Fully Qualified Domain Name (FQDN) in DNS that users and group policy settings will use to connect to the MBAM server. For example:
    http://bitlocker.contoso.com.
    Open DNS manager.
    Expand DCServer_Name>>Forward lookup Zone>>Domain_Name.
    Right Click on domain name and choose New Alias (CName).
    Provide the alias name(bitlocker.contoso.com) and the FQDN for the target host.
    Is the web site for User Support service is accessible?
    Gaurav Ranjan

  • WebAS ABAP on MS-SQL and VMWARE

    Hi all,
    we want to migrate our current Testsystems to Vmware ESX Server. For test purposes I tried to install a NW04 WebAS in a virtual machine. The installation allways fails during the database load. The SQL-Server crashes and all R3Load Jobs fail. The installation was always done with the most current kernel patches.
    This has been tried with MS-SQL SP3, SP4 and Windows 2003 Enterprise without SP, SP1.
    The installation on the plain server without Vmware works fine so there seems to be no problem with the hardware/software.
    Then I changed the database to MaxDB and the WebAs could be installed in the VM which points to a problem with the MS-SQL in combination with VMware.
    Did anybody managed to INSTALL WebAS in the above combination?
    A migrated SAP System seems to run fine in a virtual VMware machine but the installation allways fails.
    Regards,
    Dirk

    I finally managed to get the WebAS ABAP to install with mssql and VMWare on Win2003. I installed Solution Manager 4.0 and also ERP2005 (well the ABAP bit - ECC6.0). It seems to be a common problem with VMware (GSX), MS-SQL and NW2004s (new name for WebAS-Abap I think)
    Anyway - I diagnosed the problem :
    1) The R3Load program uses two methods to load the db - "fast" or if that fails it flips over to "dbsl". This is documented in a SAP note somewhere - as you can imagine I read a lot of notes trying to fix this so cant remember the number
    2) For my vmware/ms-sql/NW2004s setup - it looks like this fail-over functionality was not working (although the sap notes say it is suppsoed to be fixced ...) - it world crash the ms-sql server and then kill r3load without switching to "dbsl" mode
    My Solution
    Note - I read a lot of posts in a lot of forums including this one and tried lots of fixes - the list below are the changes I did - I think that probably only the last step is neccassary but I though I would document them all just incase
    1) Patch mssql to highest patch (mssql 2000 PL 4) PLUS apply post-patch4 hotfixes (KB916287)
    2) Get the very latest kernel from SAP and also the latest versions of R3Load etc
    2.5) install java 1.4.2_12 (do not use 1.4.2_10) - I do not know why this is or what affect it has - it was just a tiny comment on a forum telling not to use it ...
    3) Start the load - it then fails at the db load step (again)
    4) stop/restart ms-sql to fix the tempdb errors
    5) STOP the install (do not RETRY as it does not pick up the changes I applied in the next step)
    6) Navigate to the sapinst install diretory (C:/program files/sapinst .... and find the keydb.xml and control.xml files
    7) COPY the files (for backup)
    8) Search the files for text "fast" - change it to "dbsl" where it is linked to "loadprocess" - the word fast appears a few other times in the file but if it is not on the same line as the "loadprocess" text then ignore - it should be fairly obvious
    9) goto your install master CD and start sapinst again and continue the old installation.
    hopefully it will now work - it did for me good luck
    dave

  • Web Analysis Error -- Error while executing query and retrieving data

    Regarding Web Analysis:
    We have a number of reports that we created. yesterday they were all working fine. today we try to open them and most are generating an error.
    The error is:
    Error while executing query and retrieving data.; nested exception is:
    com.hyperion.ap.APException: [1033] Native:
    1013033[Thu Oct 22 09:08:17
    2009]server name/application name/database name/user name/Error91013033)
    ReportWriter exit abnormally
    Does anyone have any insight into what is going on?
    My version information is:
    Hyperion System 9 BI+ Analytic Administration Services 9.3.0.1.1 Build 2
    Web Analysis 9.3.0.0.0.286
    Thanks in advance for your help.
    DaveW

    Hi,
    And also click on check option by opening the query in Query designer,as Mr . Arun suggested.
    And if you get any error in checking, see the long message(detail).
    With rgds,
    Anil Kumar Sharma .P

Maybe you are looking for