Logon

Hi,
when I try to connect to reports (for the first time)in IE, I can have the first page (welcome or index.html) which has a logon button I have the error message : server not availaible. In background code of html page I have :
<form
ACTION="http://<web-server>/<cgi-bin>/rwcgi60.exe/showauth">
<input type="hidden" name="nextpage"
value="http://<web-server>/<doc-path>/replist.htm"><div align="center"><center><p><input
TYPE="submit" VALUE="Logon"></p>
</center></div>
Is it something wrong with this ? Or probleme is some where else ?
In error_log and Access_log nothing is mentionned.
Thank you.

Hi,
We can use Get-MailboxPermission to check the users who have full access permission to this particular mailbox:
Get-MailboxPermission -Identity Particular | Where-Object {($_.IsInherited -eq $false) -and ($_.User -notlike 'NT Authority\Self')}
Additionally, the Get-MailboxFolderPermission can be used to check the folder permission for this particular mailbox:
Get-MailboxFolderPermission -Identity [email protected]:\Calendar | FL
Regards,
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
Winnie Liang
TechNet Community Support

Similar Messages

  • View data in client B from client A in the same SID without a valid logon?

    Hi Folks
    We are planning on upgrading our 4.6C system to ERP 6.0, and are initialy considering having two clients in the same sandbox SID.  One would be for the developers to perform code remediation checks (client A), and one would contain a copy of production data for performing testing of functionality over live data (client B).
    Would it be possible to view data in client B from client A in the same system without a valid logon to client B or RFC connection to client B from client A?   For example via the use on an ABAP program to SQL the database?
    I know one can use transactions like SM30/SM31 to view, compare, and adjust data between clients, but this requires an RFC connection and valid logon to the target client.
    Regards
    Kevin.

    Hi Kevin.
    >
    Kevin McLatchie wrote:
    > Would it be possible to view data in client B from client A in the same system without a valid logon to client B or RFC connection to client B from client A?   For example via the use on an ABAP program to
    Short answer: yes.
    If someone has the right to write and execute ABAP reports on the system he is able to access the data of all clients. So I don't think that this setup is advisable. Don't mix development and production data in one system.
    Best regards,
    Jan

  • SAP GUI LOGON ISSUE

    Greeting Gurus,
    Whilst trying some BASIS general transactions with user logon settings, which I don’t remember, now it does not allow me to log on using my SAP user id
    I get a message “Log on with a dialog user”
    Could you please explain why I have this problem and whats the solution.
    Thanks

    Hi Rasig,
    the follow link from the sap online help describe the user types and the effects:
    [http://help.sap.com/saphelp_nw2004s/helpdata/en/52/67119e439b11d1896f0000e8322d00/frameset.htm]
    To change the user type, please see my reply above for the transaction SU01.
    Kindly regards,
    Stefan

  • HT204053 Dear Support Team, every time i tried to logon Icloud its gives me wrong user name or password and at the end it show me error " This Apple ID is valid but is not an ICloud Account" then how can i use one account for same Apple ID and ICloud???

    Dear Support Team,
    Every time i tried to logon Icloud its gives me wrong user name or password and at the end it show me error " This Apple ID is valid but is not an ICloud Account" then how can i use one account for same Apple ID and ICloud?
    Thanks

    It is not possible to create a new iCloud account using a Windows machine. You must create the account using a Mac (10.7.5 or more) or an IOS device (iPhone etc). Once that is done you can sign into and use the account on your Windows machine.

  • "Program terminated in remote system NONE: Logon failed" when adding a new table

    Hello,
    I set up a replication flow from a SAP ERP 6.0 EHP7 with SAP ASE 16.0 source to SAP HANA 1.0 rev 82 target
    I am using a standalone SLT system NetWeaver 7.0 with DMIS 2011_1_731 (with SP 1 to 7).
    I have 100 tables to replicate.
    I succeeded to set up replication for 57 tables. These tables are replicating properly.
    Whenever I try to add a new one (with LTRC transaction, Data Provisioning -> Start Replication), the new table is marked as 'Failed' after a little while.
    When I press 'Show Error Log' button I got an obscure error message:
    "Program terminated in remote system NONE: Logon failed "
    I do not understand this message. I checked both on SAP ASE source and SAP HANA target. I am still able to connect against both source and target.
    Can you please tell how to troubleshoot this error.
    Thanks in advance,
    Christian

    First thank you for answering my questions. I really appreciate your answers.
    I rechecked the documentation.
    "Application Operations Guide SAP Landscape Transformation Replication Server Document Version: 2.3 – 2014-07-08"
    Page 29 - 30
    3.5.2.2 Data Transfer Jobs
    This section explains the relationship between the number of data transfer jobs and the number of available background work process.
    Data transfer and data transformation processing on SLT server system is accomplished by the background work processes of the underlying SAP NetWeaver ABAP application server. Each job occupies 1 background work process in the SAP LT Replication Server system. For each configuration, the parameter Data Transfer Jobs restricts the maximum number of data load job for each mass transfer ID (MT_ID). In total, a mass transfer ID (MT_ID) requires at least 4 background jobs to be available:
     One monitoring job (master job)
     One master controller job
     At least one data load job
     One additional job either for the migration objects definition, access plan calculation or to change configuration settings in the Configuration & Monitoring Dashboard
    Example
    If you set the parameter Data Transfer Jobs to 04 in a configuration “SCHEMA1”, a mass transfer ID 001 is assigned. As a result, the following jobs should be in the system:
    1 Master controller job: /1LT/IUC_REP_CNTR_001
     At most 4 parallel jobs for MT_ID 001: /1LT/IUC_LOAD_MT_001_001/~002/~003/~004
    When configuring your data load or replication scenario, consider the following:
     Do not define more data transfer jobs than the number of available application server background work processes. If all available background work processes are already occupied by jobs, any other job will have to wait until a free work process becomes available. This can lead to long wait times until a new activity (for example creating triggers) can start, and can also result in significantly increased latency times for data replication.
     The number of dialog work processes in the source system corresponds 1:1 with the number of data transfer jobs in the SAP LT Replication Server system.
     Besides the work processes allocated by the data transfer jobs you need to provide additional available work processes for controller and monitoring jobs, the migration objects definition, access plan calculation or to perform configuration changes, and so on.
    Sizing for SAP LT Replication Server involves determining how many work processes are required to perform the initial load of data into the target system within an acceptable timeframe, and accomplish the change capturing and the transfer of data changes to the target system within expected latency times.
    Ensure that you add enough additional work processes to allow other required SAP LT Replication Server jobs to run.
    Finally, you map the number of required application server work processes to their system resource consumption (CPU, memory, disc space) using the formulas provided by the SLT Sizing Guide.
    With the simple formula below, you can calculate the number of required application server work processes (WPs) on the SLT Server for each active SLT configuration.
    The number of required work processes can be determined by adding
     The Number of required data transfer jobs ,
     plus one background work process for Central Master (Monitoring) Job (only one per system!),
     plus one background work process for Master Controller Job,
     plus 3-5 additional empty background work processes (recommended per configuration),
     plus approx. 3 dialog work processes (recommended for each configuration).
    Note: A lack of available free application server work processes can negatively affect the data load or data replication processes.
    To summarize everything, the number of 'Data Transfer Jobs' must be set depending of the number of source tables, it is not the actual number of tables.
    Assume that for my 100 tables I use 10 'Data Transfer Jobs' :
    - The number of work processes on the SLT server would be 20. I took the simple formula of the documentation:
    10 data transfer jobs ,
    + 1 background work process for Central Master (Monitoring) Job (only one per system!),
    + 1 background work process for Master Controller Job,
    + 5 additional empty background work processes (recommended per configuration),
    + 3 dialog work processes (recommended for each configuration).
    - The number of dialog processes on the source server would be 10 ( equal to the number of 'Data Transfer Jobs')
    Am I correct ?
    Regards,
    Christian

  • Error while importing logon par file

    Hi
    I have to do logon page customisation for that i have taken com.sap.portal.runtime.logon.par.bak file from basis team and i saved it to my desktop .Now i have renamed it to com.sap.portal.runtime.logon.par and trying to import to my NWDS.
    So i opend EP perspective file->import->browsed the par file in place of Archive file name when i click on finish it is showing the error "invalid END header(bad central directory offset).
    "The plugin com.sap.portal.plugins.config-archiver"caused an exception during the unpack operation.see log for more details"
    Can anybody please let me know the reason for this error .
    Thanks in advance.

    Hi,
    After renaming com.sap.portal.runtime.logon.par.bak to com.sap.portal.runtime.logon.par. Try opening the file with winrar/winzip to see if you have a right par file structure. On some portal versions, when you open com.sap.portal.runtime.logon.par file, you have again a com.sap.portal.runtime.logon.par file inside it.
    So if you find com.sap.portal.runtime.logon.par file inside com.sap.portal.runtime.logon.par. Then just extract it again and try importing it into NWDS.
    Please refer to [link|NWDS Log - PAR import error;
    Hope this helps!!
    Thanks & Regards
    Vijay

  • Error while importing logon par file into NWDS.

    Dear Friends ,
    I m trying to customise the logon screen for my project. For this I have downloaded the "com.sap.portal.runtime.logon.par.bak" from portal server instance with the help of basis team. I have locally saved this file on my desktop[. I have renamed the file as .par and removed the .bak extension. Now I have tried to import the file onto NWDS in EP perspective by following File>Import>Par file. But its giving me this error:
    error in opening zip file
    Reason: Sorry, an error occured creating the new project.
    The plugin "com.sap.portal.plugins.config-archiver caused an exception during the
    "Unpack" Operation See log for more details.
    In some of the solutions provided in SDN saying that after renaming the file to par open with zip if i done it is again showing the error as "Start of the central directory not found .Zip file corrupt.Possible cause :file transfer error."
    Kindly suggest me the solution.
    Thanks and regards.

    Hi,
    I think you have taken this file from a wrong path and hence this issue.
    Pls download the par file from the below path and try importing it into EP perspective..
    System admin> Support>Portal Runtime > Browse Deployment>
    Browse through the following to find the com.sap.portal.runtime.logon.par.bak file:
    WEB-INF u2013> deployment u2013> pcd
    Root>WEB-INF>Portal>Portalapps> temp--> download the com.sap.portal.runtime.logon.par.bak
    Regards,
    Vijay.
    Edited by: VijayKPappala on Sep 7, 2011 8:46 AM

  • Windows 7 logon error message

    I have a laptop with Windows 7 installed when turning on the laptop the windows profile screen loads fine. On selecting any user profile including admin on loading the profile shows the following error message.
    C:\Users\C:\Users\<username>\Desktop is not accessible
    Then the system freezes.
    I have logged into Admin on safe mode with same error message however system operates a little better and functional.
    I have checked user profiles on regedit and the paths are correct for the user profiles i.e. C:\Users\<username>
    Any ideas on how to restore the correct profile logon paths?

    This one might help.
    http://answers.microsoft.com/en-us/windows/forum/windows_vista-desktop/cwindowssystem32configsystemprofiledesktop-is-not/8adbc6ac-64c5-4418-9223-95c92d2dc958
    Also might ask them over here.
    http://answers.microsoft.com/en-us/windows/forum/windows_7-system?sort=lastreplydate&dir=desc&tab=Threads&status=&mod=&modAge=&advFil=&postedAfter=&postedBefore=&threadType=All&tm=1391380895705
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Getting Logon Failed error connecting to SAP R/3 with Crystal

    I have Crystal Reports 2008 and also the SAP Integration Kit installed on my desktop.  I've imported the transports into my DEV and QAS systems and am trying to connect directly to R/3 from Crystal using the SAP Table, Cluster or Function choice.
    I receive the error:
    Logon failed.  Details: You do not have the necessary rights to design reports against the SAP system.  Please check with your system administrator. 
    I'm using a logon that has full rights within SAP.  It recognizes my password because when I try a password that I know is wrong I get a different error message: Logon failed. Detail: Name or password is incorrect.  I receive the same error in PRD even though I have not imported the transports into that client.
    I have Crystal Server but am not trying to use that at the moment.  Just Crystal Reports as a standalone product.  If I've left something out please let me know.
    Thank you,
    Kevin Scheeler

    Hi Kevin,
    take a look at the Installation Guide for the SAP Integration Kit which includes a detailed list of authorizations per use case in the appendix
    the documentation is available on help.sap.com
    Ingo Hilgefort

  • ON-LOGON does not fire in Form B, called from Form A

    We have a situation like this. We are using Forms (Forms [32 Bit] Version 10.1.2.0.2 (Production)).
    We migrated this application to Forms 11.2.0.1.0. Problem is that the ON-LOGON trigger does not fire in the 2nd level forms. Our application work like this.
    (a.) User double-clicks URL icon.
    (b.) Form A is opened without asking for un/pwd. We put a NULL; in the ON-LOGON of A.fmb.
    (c.) This is the main form of the application. This has a canvas with 6 buttons. Each button will launch it's own separate application with it's own menu.
    (d.) Now user presses button in A. This launches Form B. We use
    Run_Product(FORMS, 'B', SYNCHRONOUS, RUNTIME,FILESYSTEM, pl_id, NULL);              (e.) Now, in Form B, in the ON-LOGON trigger we have put code to show the logon screen and login to the DB.
    Problem is, this works in 10g Forms. But we had to replace the RUN_PRODUCT with a CALL_FORM after migrating to 11g since RUN_PRODUCT is not supported in 11g.
    Problem is that when you use CALL_FORM to call Form B, the ON-LOGON of the Form B does not fire. We tried OPEN_FORM and NEW_FORM with different parameters, but the behavior is the same. i.e. ON-LOGON does not fire.
    What is the solution or workaround for this please.
    Edited by: user12240205 on Oct 15, 2012 4:50 AM
    Edited by: user12240205 on Oct 15, 2012 4:52 AM

    Michael Ferrante (Oracle) wrote:
    If you need to open another form you should use CALL_FORM, OPEN_FORM, or NEW_FORM. In these cases, ON-LOGON will not automatically fire because the connect info is passed from the calling form. If you need to login from the called form then you need to need to programatically cause that to occur. Refer to the LOGON and LOGON_SCREEN built-ins in the Builder help for more info. You can fire these from almost any trigger you like, for example in a WHEN-NEW-FORM-INSTANCE trigger or where ever is appropriate for you application.Michael, we tried using the CALL_FORM, OPEN_FORM & NEW_FORM.
    Also, there is NO connection to the DB, when B is called from A since we don't login to the DB in A (ON-LOGON has NULL;).
    So, if there is no DB connection when B is called, shouldn't the ON-LOGON in B fire?
    We tried firing the LOGON_SCREEN and LOGON in the WHEN-NEW-FORM-INSTANCE. But, for some reason, the we don't get the menu (we get a menu not found error). We tried correcting the paths and other things but still no solution.

  • Client ID in Anonymous logon data in SICF

    Hi all, I have a question on client ID field in Anonymous logon data section in Service Data of SICF. My questions are:
    1. If we have many clients in development and I want to use a specific client, I normally put the client ID value, however, in some cases, we don't put values there and wondering what client it is using by default, is there any section in SICF where I can see where is the default client ID coming from?
    2. When we want to migrate our BSP apps from DEV to QAS, and in QAS we want to use a specific client, can we still do a maintenance in SICF? I guess this question is somehow related to my question above (item 1). Anyway, if I can get answer on question 1 maybe question 2 maybe clearer.
    Please advise.
    thanks.

    This is how you direct your request to a particular client thru URL
    http://<host>:8000/sap/bc/bsp/sap/testbsp/index.htm?sap-client=<client no>
    <u><b>How the default client is set</b></u>
    Its maintained in the profile paramter.
    login/system_client
    Specifies the default client. This client is automatically filled in on the system logon screen. Users can type in a different client.
    http://help.sap.com/saphelp_nw04/helpdata/en/22/41c43ac23cef2fe10000000a114084/content.htm
    Regards
    Raja

  • Logon of user in client failed when starting a step

    Hi All,
    I have a question. (Might be simple to many).
    <b>Logon of user in client failed when starting a step.</b>
    Some of my scheduled jobs are getting cancelled due to the above error. It has been noted that the user corresponding to that job has been locked.
    Can anybody suggest how to change the user of a Background Job (without deleting and re-creating the same).
    Thanks and Regards
    Devanand

    Hi
    You cannot change the owner of the job once it is in released status.
    Better, create the job with same varient by an existing user and delete the cancelled job.
    regards,
    Vinodh.

  • Unable to logon on SAP E-sourcing 5.1

    Hi,
    Unable to logon on E-sourcing 5.1 with 'enterprise' user id, error "Entry does not exist"
    Background:
    1. We have installed SAP E-sourcing 5.1 on Netweaver platform.
    2. Cretaed Enterprise context (example 'acme1') using 'system' user id and assigned "System Default Cluster" and  mainatined password which I remeber.
    3. First time I'm able to logon using 'enterprise' user id and able to configure, change, save atc.
    4. How wvere, when I logged off and try to login agin using same user id & passwords as followed in step3 above, error "Entry does not exist" is displayed.
    5. I tried again by creating new context (example 'acme2'), before doing this I removed the assignment of "System Default Cluster" to earlier created context i.e. 'acme1' and assigned the same to 'acme2'
    6.Found the same error when I tried to login using same user id (enterprise) & password which I maintained for newly created context.
    Do not know the exact issue. Pls help me or give me some clue.
    Thanks,
    Hari

    Hi,
    I got it. incorrect "Host Name" was entered in cluster configuration.
    After correcting this, I'm able to login now and hence I'm closing this question.
    Thanks,
    Hari

  • How do I get rid of logon pop up in CRM_UI_START

    When I use https://<host>:Port/sap/bc/bsp/sap/crm_ui_start/default.htm as a shortcut link on desktop or used via crm_ui transaction in SAP-GUI  => The browser is started with a logon screen showing fields for user and pasword to fill and no popup for login is needed.
    When https://<host>:Port/sap/bc/bsp/sap/crm_ui_start/default.htm is entered as a URL on IE-browser => logon screen showing User/PW  fields grayed out with text Via Popup and when log on is clicked a separate IE poup box is needed to enter the user id and password.
    How can this be avoided, so I always just receive the normal logon screen.
    rgrds
    Hans Christian

    Hi Hans,
    The following Web log has some information related to this and might be helpful:
    /people/hasan.zubairi/blog/2011/03/25/multiple-login-popups-when-trying-to-logon-to-webui

  • SAP system not starting or not able to logon to SAP system

    Hi All,
    Our OS is AIX5.3
    DB is Oracle 10.2
    And the machine is in cluster for HA. Cluster is running fine.
    I am starting SAP using startsap all, the command shows that database and all instances have been started successfully. But we are not able to logon to the system.
    Following is the output of startsap command and dpmon command :
    bash-3.00$ startsap all
    Checking ARP Database
    ABAP Database is not available via R3trans
    Starting SAP-Collector Daemon
    14:45:38 11.10.2008   LOG: Effective User Id is root
    This is Saposcol Version COLL 20.95 700 - AIX v11.15 5L-64 bit 080317
    Usage:  saposcol -l: Start OS Collector
            saposcol -k: Stop  OS Collector
            saposcol -d: OS Collector Dialog Mode
            saposcol -s: OS Collector Status
    The OS Collector (PID 286752) is already running .....
    saposcol already running
    Running /usr/sap/ARP/SYS/exe/run/startdb
    Trying to start ARP database ...
    Log file: /home/arpadm/startdb.log
    ARP database started
    /usr/sap/ARP/SYS/exe/run/startdb completed successfully
    Starting SAP Instance ASCS00
    Startup-Log is written to /home/arpadm/startsap_ASCS00.log
    Instance Service on host sapprodail started
    Instance on host sapprodail started
    Starting SAP Instance DVEBMGS01
    Startup-Log is written to /home/arpadm/startsap_DVEBMGS01.log
    Instance Service on host sapprodail started
    Instance on host sapprodail started
    bash-3.00$
    bash-3.00$ dpmon
    dpmon=>sapparam(1c): No Profile used.
    dpmon=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    DpMonInit failed - possibly no dispatcher running
    DpMon: External/Internal dplib version: 110/237
    bash-3.00$
    Developer trace out put is as follows
    trc file: "dev_disp.new", trc level: 1, release: "700"
    sysno      01
    sid        ARP
    systemid   324 (IBM RS/6000 with AIX)
    relno      7000
    patchlevel 0
    patchno    159
    intno      20050900
    make:      single threaded, Unicode, 64 bit, optimized
    pid        295220
    Sat Oct 11 14:46:22 2008
    kernel runs with dp version 237000(ext=110000) (@(#) DPLIB-INT-VERSION-237000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (01 295220) [dpxxdisp.c   1254]
            shared lib "dw_xml.so" version 159 successfully loaded
            shared lib "dw_xtc.so" version 159 successfully loaded
            shared lib "dw_stl.so" version 159 successfully loaded
            shared lib "dw_gui.so" version 159 successfully loaded
            shared lib "dw_mdm.so" version 159 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >sapprodail_ARP_01                       <
    DpShMCreate: sizeof(wp_adm)             19200   (1600)
    DpShMCreate: sizeof(tm_adm)             5941560 (29560)
    DpShMCreate: sizeof(wp_ca_adm)          24000   (80)
    DpShMCreate: sizeof(appc_ca_adm)        8000    (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/548056/548064
    DpShMCreate: sizeof(comm_adm)           548064  (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0       (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)           0       (72)
    DpShMCreate: sizeof(vmc_adm)            0       (1864)
    DpShMCreate: sizeof(wall_adm)           (40056/36728/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY             (addr: 0x700000000126000, size: 6626392)
    DpShMCreate: allocated sys_adm at 0x700000000126000
    DpShMCreate: allocated wp_adm at 0x7000000001280f8
    DpShMCreate: allocated tm_adm_list at 0x70000000012cbf8
    DpShMCreate: allocated tm_adm at 0x70000000012cc58
    DpShMCreate: allocated wp_ca_adm at 0x7000000006d7590
    DpShMCreate: allocated appc_ca_adm at 0x7000000006dd350
    DpShMCreate: allocated comm_adm at 0x7000000006df290
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 0x700000000764f70
    DpShMCreate: allocated gw_adm at 0x700000000764ff0
    dev_disp (58%)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)           0       (72)
    DpShMCreate: sizeof(vmc_adm)            0       (1864)
    DpShMCreate: sizeof(wall_adm)           (40056/36728/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY             (addr: 0x700000000126000, size: 6626392)
    DpShMCreate: allocated sys_adm at 0x700000000126000
    DpShMCreate: allocated wp_adm at 0x7000000001280f8
    DpShMCreate: allocated tm_adm_list at 0x70000000012cbf8
    DpShMCreate: allocated tm_adm at 0x70000000012cc58
    DpShMCreate: allocated wp_ca_adm at 0x7000000006d7590
    DpShMCreate: allocated appc_ca_adm at 0x7000000006dd350
    DpShMCreate: allocated comm_adm at 0x7000000006df290
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 0x700000000764f70
    DpShMCreate: allocated gw_adm at 0x700000000764ff0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 0x700000000765020
    DpShMCreate: allocated wall_adm at 0x700000000765028
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    rdisp/queue_size_check_value :  -> off
    ThTaskStatus: rdisp/reset_online_during_debug 0
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    Using implementation std
    <ES> Info: use normal pages (no huge table support available)
    EsStdUnamFileMapInit: ES base = 0x0x700000030000000
    EsStdInit: Extended Memory 4092 MB allocated
    <ES> 1022 blocks reserved for free list.
    ES initialized.
    WLM Tag 'ARP/DSP' successfully set for this process
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1656]
    ***LOG Q0K=> DpMsAttach, mscon ( sapprodail) [dpxxdisp.c   11937]
    DpStartStopMsg: send start message (myname is >sapprodail_ARP_01                       <)
    DpStartStopMsg: start msg sent to message server o.k.
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    CCMS: Checking Downtime Configuration of Monitoring Segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 159
    Release check o.K.
    Sat Oct 11 14:46:32 2008
    MBUF state ACTIVE
    DpModState: change server state from STARTING to ACTIVE
    Please help me step by step to solve this problem.
    Regards
    Edited by: Infoseek Sap123 on Oct 12, 2008 8:22 AM

    The command is
    dpmon pf=/usr/sap/SID/SYS/profile/<profile>
    Regards

  • SAP GUI with SNC logon and Hummingbird Exceed - SAP GUI window size issue

    We have discovered an issue when SAP GUI 7.10 is used to logon via SNC and Hummingbird Exceed is used on the same workstation to logon to a UNIX system either via x-windows or telnet.
    When the user logs onto a UNIX system using Hummingbird Exceed, then uses SAP GUI to logon to a SAP system with SNC authentication, the SAP GUI authentication works, but the favourites list is not fully displayed and has to be resized before any of the entries are available.
    Has anybody else seen this issue, and do they know if there is a fix available ? We wondered if there might be an issue with fonts or some other sort of conflict between Exceed and SAP GUI, but it is strange that the problem only occurs if SNC authentication is being used, and when userid+password is used to logon to SAP the problem does not occur.
    Cheers,
    Tim

    Hello Tim and Wolfgang,
    I was curious too as I found it interesting... so I tested a few combinations, but could not reproduce what Tim has described, at least not before my CPU reached 100% and the applications stopped responding (~2GHz processor, 1GB RAM, 48 kbps connection, latency ~ 2 x width of the Pacific Ocean, but Backend 7.00!).
    However I did notice some indications which might be a help (based on 7.00!):
    Back in 4.?? there was a problem in that large menus could not be searched(!). Sorry, I don't have access to SAP now, but from memory the note # was 444043 (or very similar) and introduced a form routine for large menus - from a printscreen I still have the message number which led me to the note - 'I476(S#)'.
    The system certainly distinguishes between MENU_TYPEs and the above note corrections could be found in several locations relating to the SAP menu 'S', the role menu 'A' etc, but I could only see that for favourites 'F' this is implemented for the menu search (when searching, not when loading).
    @ Tim: Ask you customer to create a favourites menu which only has 1 node or max 2 (certainly not more than 4!) and ~ 20 executable objects in it (not more than 30!)? Can they under any conditions achieve the described problem with such a menu?
    If not possible to reproduce, then the closest I could guess is a maximum limit of 4 nodes and max 30 objects for a 'F'avourite menu, before it is a minimum candidate for "performance problems" and consideration to be converted to a role ('A'ctivity group) menu instead.
    Sorry that I can only help by speculating, because I could not reproduce what you have described.
    Hopefully this problem will not happen to me in the New Year, and hope you will solve it for the rest of the year
    Cheers,
    Julius
    Updated memory (not RAM) by: Julius Bussche on Jan 3, 2008 9:07 AM

Maybe you are looking for