Finding user details,messages present and total space consumed

Hi,
i have to find
- the total number of users present in the ims server,
- the total number of messages present
- the total amount of disk space consumed by all messages.
when iam executing the command "mboxutil -a" on solaris iam getting all the user details, and at the end only iam getting the required details, and iam getting 2 more extra lines, saying errors, how to correct it.
$ mboxutil -a
SUMMARY:
Number of users: 22
quota Usage
----------+-------------------------------------
diskquota | 10485760 17897(k)
msgquota | 10000 16943
mboxutil: cannot get user data from ldap, error = 32
mboxutil: cannot get domain quota from ldap, error = 32
Is there any best way to find out the details what i mensioned in the beging.
in the above output what are the last two lines showing ldap error = 32. can any body help me pls in correcting the error.
Biswa

You will want to look at the access log from your ldap server, to find out what is giving the err=32. That means, "object class violation", and usually means you're looking something up that doesn't exist.
You may have an invalid user in your ldap, looking at the access log could help figure that out.

Similar Messages

  • Find users with Role A and Role B but not Role C

    Hi all.
    How can I find users that have a combination of roles? The find user and user reports only have one line for selecting a role the user has. Is there a report that lets you select multiple roles? It would be really handy!
    Thanks,
    Jim

    If you haven't found it, there are likely no such reports, but it is easy to do that in a custom report. The problem is that its really badly documented how to make a custom report. But, it's really not that difficult if you know what to do. I will, when I get some spare time, post a guide here on how to make a custom report, the way I, and some other people, think it should be done.
    Roughly a custom report consists of three parts, a listing object, to make the report turn up in the report list, a report form, and the report WF. The trick is to know the correct subtypes, attributes and such.
    But take a look here Sunday, and there will possibly be a nice custom report guide posted.

  • How to find user details o who are using bw reports

    Hi BW Experts,
    I want to know the details of users who are using bw reports.Your help is greatly appreciated.
    Thanks & Regards
    Pakki

    Hi,
        You can see it BW statistical reports. Once check 0BWTC* (3.5)  or 0TCT* (7.0) cubes are availble in your system or not ?
    Please check these links.
    http://help.sap.com/saphelp_nw04/helpdata/en/8c/131e3b9f10b904e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/f0/3c8c3bc6b84239e10000000a114084/plain.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5401ab90-0201-0010-b394-99ffdb15235b
    Or else you can only get this information if the query/ workbook is enabled for statistics logging in transaction RSDDSTAT.
    If it is enabled you can goto table RSDDSTAT ( 3.5) or RSDDSTAT_OLAP( 7.0 ) to see the users who executed the query . These tables store all the information per query session and you will find more than one rows per session but you can find the information you want i.e. users executing a particular query.
    Also Tcode: SU01 will give you all the user lists in the server.
    Regards
    Pcrao.

  • PI 7.1 RWB - find user cancelled message

    hi,
    simple question.
    Where can i find the username of a cancelled message in the RWB (adapter engine monitor) ?
    I can´t find the username in the audit log, message log or somewhere else.
    The audit log is only showing the entry: Admin action: The message was successfully set to status failed.
    I ´ve searched the nwa logs without success.
    any ideas ?

    Therefore please apply the patches recommended on the note below.
    > 1401840 - User name in Audit Log entries for administrative actions
    "Symptom
    When a user performs administrative actions on XI messages of the
    Adapter Engine, the user name is not included in the Audit Log entries.
    It's afterwards impossible to determine the user who canceled or retried
    an XI message."

  • How find users, by function(profile) and branch ?

    Friends, one more for the bests!
    My WF has a configured table for responsables. But I have only the Functions (because we had to create new profiles to the WF) there.
    From this information, I have to find the users by branch.
    What the way I can find those users ?
    Glauco

    Hello ,
    sorry, my first answer was a bit short.
    Users by Profile:
    you could find userdata via SU01 ( or SU01D ) -> Information-> Informationsystem. The expand the nodes user and User by complex selection criteria.
    Users by branch: Userdata has mainly two fields that could contain such a information: Account number and cost center. The things like function are data of of the user adress - ADRC-Data. You might use them , but it's only a value help on them.
    Regards Wolfgang

  • How can I display the read messages count and total size of a folder?

    Extra Folder Columns 1.1.5 is not compatible with Thunderbird 31.3.0.

    Log into your account and to the right of the phone photo you will see usage details in blue then on the next screen pick the phone on the account you want to see the details for and under that you can click to see eveyrthing in detail.  Mary

  • Reg : User name and table spaces

    Hi all,
    I want to show all the user names in DB and total table apace , Occupied spaceand free space .
    Please help on this,
    Thanks in advance .

    for all users you can query
    select * from ALL_USERSbut why are you posting the same problem in 3 different threads.
    for calculating size of the table you can use
    select sum(bytes) from dba_segments
    where segment_name = 'YOUR_TABLE'and for rowsize you can use something like this
    select 
         max(vsize(empno)) +
         max(vsize(ename)) +
         max(vsize(job)) +
         max(vsize(mgr)) +
         max(vsize(hiredate)) +
         max(vsize(sal)) +
         max(vsize(comm)) +
         max(vsize(deptno))  Bytes
    from
         scott.emp;

  • How to find the Message Class and ID for messages in WebIC

    Dear Experts,
    I get some error messages in the WebIC
    I went to SAAB to activate and see details on the error messages
    But, what i am missing is the the message class and the ID information
    Can any one tell me if there is a work around to check and find out which message class and ID the message belongs to
    Regards,
    Raj

    Hi Raj,
    Put a break-point in method get_instance or ADD_MESSAGE of class cl_bsp_wd_message_service.
    Best regards,
    Caíque Escaler

  • Object in cache count and total heap size consumed.

    Hi
    Can you please help me to extract - total number of custom value objects (count) and its total heap space consumed. How do we extract this information (from jrcmd or jrockit command control - jrockit jvm).
    Do we need to use - com.tangosol.net.management.Registry? can you share some example/documentation in this regard.
    Thanks
    sunder

    Hi NJ,
    Thanks for your response - if I have to implement unit-calculator - i need to use instrumentation API to compute the size of a entry which will affect the performance of system.
    Here is my problem.
    1 - Have a com.tangosol.net.DefaultCacheServer (distributed cache) instance running
    2 - A client joins the distributed cluster and inserts records into cluster and leaves the cluster.
    when I do jrcmd on "DefaultCacheServer" i dont see any of custom java components (beans set distributed cache) - I want to have visibility of objects being put in cache and actual space consumed. Is there a way to get this?
    [xx@yyy ~]$ jrcmd 10693 print_object_summary
    10693:
    --------- Detailed Heap Statistics: ---------
    64.7% 6565k 2571 +6565k [B
    10.2% 1034k 14816 +1034k [C
    3.7% 374k 3199 +374k java/lang/Class
    3.6% 364k 15560 +364k java/lang/String
    2.8% 280k 3468 +280k [Ljava/lang/Object;
    1.2% 119k 118 +119k [Lcom/tangosol/util/RecyclingLinkedList$Node;
    1.0% 98k 2510 +98k com/tangosol/io/ByteArrayWriteBuffer
    0.9% 94k 2418 +94k com/tangosol/run/xml/SimpleElement
    0.8% 81k 2088 +81k com/tangosol/run/xml/SimpleElement$AttributeMap
    0.8% 80k 696 +80k [Ljava/util/HashMap$Entry;
    0.6% 64k 2740 +64k java/util/HashMap$Entry
    Note there are no custom component been listed in DefaultCacheServer instance.
    Thanks
    sunder

  • When I try to download Adobe CreativeCloud with my code I receive this message and cannot succeed the operation. See the message below and help me to finish this  operation and install the soft : Le pays dans lequel cette carte a été achetée ne coïncide p

    When I try to download Adobe CreativeCloud with my code I receive this message and cannot succeed the operation.
    See the message below and help me to finish this  operation and install the soft :
    Le pays dans lequel cette carte a été achetée ne coïncide pas avec votre ID Adobe. Essayez de vous connecter avec un autre ID Adobe ou prenez contact avec nous si nécessaire. Contacter le support technique

    Jkpakpo please utilize a different web browser or install the Adobe Creative applications through the Creative Cloud Desktop application.  You can find more details at Install and update apps - https://helpx.adobe.com/creative-cloud/help/install-apps.html.

  • I know many have this issue but i can't find a solution to the problem. i get message saying insuffisiant disk space in the volume iPhoto library and i have plenty of space available. i have the new macbook pro with retina display.

    I know many have this issue but i can't find a solution to the problem. i get message saying insuffisiant disk space in the volume iPhoto library and i have plenty of space available. i have the new macbook pro with retina display. i have never seen this message before and i have 2 other macbooks and have had many other also. i am assuming this is a problem with the new macbook retina. does anyone know the exact fix to this issue? i have seen many sugestions to try to fix this issue but none have solved the issue for anyone that i can find in the Apple Support Community. thank for looking into this in advance.
    ******A true apple fan********

    Actually your suggestions are the ones that i have tried. i have seen that you have tried to help others with this issue and the only one that i could find that said they found the problem said that it was an ilife update issue and it fixed it and i have no available updates. i know it has to do with something in photo stream because it happens when i create a new library and it is loading the photos but i get the message before i reach the maximum 1000 photos. so i've tried updating, new library(first backing up photos and then deleting them from iPhoto), reinstalling OSX many times, running disc utilities. I called Apple the first day i had this issue and i was the first person to call them for support with the retina display and i actually had it escalated to a senior advisor and we thought we fixed the problem but we did not. i am pretty fluent in dealing with troubleshooting these type of issues and this is the first time i'm reaching out to the community. i figured now that the retina has been out some time now that there would be an obvious answer to this issue. thanks for the quick reply.
    Bebers5

  • How to find the details of the BPC process running in SM37 and SM50

    We had BPC performance issues and noticed that there are some process or batch jobs that are kicked from BPC that runs longer and kind of hanging.  SM37 and SM50 provides some information like job name, how long it is running.  Job name is kind of cryptic and the user name is always BPC_SYSADMIN and not able to get any additional information.  Is there a way to find more details about the job/process that is running  (whether it is a input template and which input template, whether it is a DM package and which package, whether it a report/EVDRE and which one etc.  Plus the BPC user name)?
    Couple of times, the user received the error message u201CSystem error: -2146697205u201D after it ran for a while.

    You can distinguish between reports and DM Packages easily: reports/IS run in DIA process while DM packages in BGD.
    To find out which BGD process corresponds to which DM Package take note of the time that package started (Local time). Than go to SM37 with user ID BPC* and find a job that started at same time (Server time).
    Looking into job details you can find on what Application server it's running and PID - this uniqely identifies BGD process in SM50.
    Hope this helps.
    Gersh

  • How to find out the User Details for the particular transaction

    Hi,
    Actually AJAB -Asset Year closing was done by One User.How and Where to find out the User details who executed the Transaction.Kindly tell me the T-code for this.
    Thanks
    Sap Guru

    Hi:
    Please contact you basis administrator.Give him the T.code and date when Year closing was done. He may resolve your problem.
    Please let me know if you need more information,
    Assign points if useful.
    Regards
    MSReddy

  • How can I find the detailed package message in jdev9i

    Usually in jdev9i we need the detailed interface,class message in package ,espically when it has something to do with oracle specialization. how can i find the exact message I need?

    sung:
    I mean the java doc. Langyun:
    Follow these steps:
    1. In JDev IDE's editor window, either type in or find the class whose JavaDoc you want to see. For example, you can go to the towards the top of a .java file and type "import oracle.jbo.Row;".
    2. Then, click on that String ("Row") and right-mouse click. You should see a menu item named "Browse JavaDoc". Select that menu.
    From there, you can go to the package level JavaDoc.
    Thanks.
    Sung

  • When I try to use spellcheck, I get the "Cannot find the User dictionary". It has always worked in the past and when I go to choose the main dictionary, it just goes back to the same line, cannot find user dictionary.

    When I try to use spellcheck, I get the "Cannot find the User dictionary". It has always worked in the past and when I go to choose the main dictionary, it just goes back to the same line, cannot find user dictionary.

    Have you ever created a user dictionary? You have to manually create one, AppleWorks won't do for you. The user dictionary & any other dictionaries belong in the AppleWorks Essentials folder which belongs in the AppleWorks 6 folder in Applications.
    Deleting & reinstalling AppleWorks from the original disk will not delete your files unless you have saved them in the application folder. The Mac OS creates a separate Documents folder for your files & that is where the documents you created should be.
    Unless all of your documents are AppleWorks 6 word processing documents, Pages alone is not sufficient. The iWork applications - Keynote, Pages & Numbers - can only open AppleWorks 6 presentation, word processing & spreadsheet documents, respectively. They will not open any other type of AppleWorks 6 files or any AppleWorks 5 or any version of ClarisWorks files.

Maybe you are looking for

  • Sub - Contacting Process Error

    Hai Friends, While creating Sub - Contracting order, I am getting this error " Please specify the number of line items for the challans." Can any body help it out ?

  • URLRequest & _self

    I'm converting some old AS2 flash elements on a hybrid html/flash elements site to AS3. The site is document relative in DW CS3.  My .swf files are in a subfolder /Flash and the .swf files themselves are fine on the page. Simple menu ... 6 button (mc

  • Basic class understanding - trying to understand AS3

    I'm relatively new to AS3 and AS in general so forgive me... Is my understanding that there are no Abstract classes and you can't override or overload constructors of derived classes correct? Abstract classes aren't important for me but if it's possi

  • How to import 11i JDeveloper into R12 JDeveloper

    I had develop a java page program with JDeveloper fro Apps 11i, normal if I want to re-import the program, I can just create the workspace, project and then opne the server.xml. It did not work for R12 version. I try to create a new workspace and pro

  • Problem: Custom Flash Professional Component

    Hi, I just installed a copy of Flash Builder 4.5, and am attempting to create a custom "flash professional component" in the Design mode of an mxml project. The documentations mentioned that in order to create this component, I have to press on the '