OIM Catalog - hiding certain entries in the catalog for users.

Hi,
I'm trying to hide some entries for the common user in the Catalog. They should be visible for power users.
I'm looking into the filter model of the table-component, which seems like a logical way for me. But it seems that I would have to implement a lot of code? Is there something TableFilterBean
I'm wide open for suggestions on how to implement this. It doesn't have to be a filter Model.
The criteria is that based on the current user some of the catalog-items should be hidden.
[Catalog-customization|http://fusionsecurity.blogspot.no/2012/09/oim-11g-r2-catalog-customization-example.html] . This shows a way to avoid users selecting items, but my requirement is to hide them.
Regards,
Kenneth (Not very experienced with OIM :-) )

In order to hide a component of field, open that field in Web Composer by clicking on Customize link.
Select the component or field you want to hide, click on Edit Component button at the top.
Now you can see a property with the name Show Component.
Click on the Expression builder of the property and Replace "true" with the #{oimcontext.currentUser.roles['SYSTEM ADMINISTRATORS'] != null}
Now in this case if the user is having SYSTEM ADMINISTRATORS role then only the component or field is visible to the user.
You can put the condition with your own role.

Similar Messages

  • Is there a way to only catalog backup set not in the catalog? "CATALOG START WITH" generates double entry.

    The DB version is 11.1.0.7.
    The "CATALOG START WITH" not only catalog backup set that are not in the RMAN catalog, but also catalog a second copy for files that are already in the catalog.
    Files are not a second copy; they are the same file in the same directory.
    Having two copies in the catalog, through an error when deleting explicitly the backups.
    We have to add the force clause to avoid the error.
    RMAN> delete FORCE backup tag 'offsite-1';
    The force clause ignores any I/O error.
    The delete is part of our scheduled offsite backup script, which returns a false positive error when the force clause is ommited.
    I don't want the force clause, in order to be notify if the backup set that are expected to be on disk are no more there, e.g., if someone had deleted files manually at the OS level bypassing rman.
    Is there a way to only catalog backup set not in the catalog?
    or May be remove the copy #2 entry from the catalog?
    Find bellow a test case example:
    RMAN> list backup summary TAG 'OFFSITE-1';
    List of Backups
    ===============
    Key     TY LV S Device Type Completion Time    #Pieces #Copies Compressed Tag
    12      B  F  A DISK        11-JUN-13 09:41:45 1       1       NO         OFFSITE-1
    13      B  F  A DISK        11-JUN-13 09:43:31 1       1       NO         OFFSITE-1
    14      B  A  A DISK        11-JUN-13 09:43:33 1       1       NO         OFFSITE-1
    15      B  F  A DISK        11-JUN-13 09:43:34 1       1       NO         OFFSITE-1
    RMAN> CATALOG START WITH 'C:\backups\offsite_disk\IBISdatabase\scheduled_offsite';
    searching for all files that match the pattern C:\backups\offsite_disk\IBISdatabase\scheduled_offsite
    cataloging done
    List of Cataloged Files
    =======================
    File Name: C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\scheduled_offsite\06OBTJEP_1_1
    File Name: C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\scheduled_offsite\07OBTJI3_1_1
    File Name: C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\scheduled_offsite\08OBTJI5_1_1
    File Name: C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\scheduled_offsite\09OBTJI6_1_1
    RMAN> list backup summary TAG 'OFFSITE-1';
    List of Backups
    ===============
    Key     TY LV S Device Type Completion Time    #Pieces #Copies Compressed Tag
    12      B  F  A DISK        11-JUN-13 09:41:45 1       2       NO         OFFSITE-1
    13      B  F  A DISK        11-JUN-13 09:43:31 1       2       NO         OFFSITE-1
    14      B  A  A DISK        11-JUN-13 09:43:33 1       2       NO         OFFSITE-1
    15      B  F  A DISK        11-JUN-13 09:43:34 1       2       NO         OFFSITE-1
    RMAN> DELETE BACKUP TAG 'OFFSITE-1';
    List of Backup Pieces
    BP Key  BS Key  Pc# Cp# Status      Device Type Piece Name
    24      18      1   1   AVAILABLE   DISK        C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\06OBTJEP_1_1   <<--- same file
    30      18      1   2   AVAILABLE   DISK        C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\06OBTJEP_1_1   <<--- same file
    25      19      1   1   AVAILABLE   DISK        C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\07OBTJI3_1_1
    31      19      1   2   AVAILABLE   DISK        C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\07OBTJI3_1_1
    26      20      1   1   AVAILABLE   DISK        C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\08OBTJI5_1_1
    32      20      1   2   AVAILABLE   DISK        C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\08OBTJI5_1_1
    27      21      1   1   AVAILABLE   DISK        C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\09OBTJI6_1_1
    33      21      1   2   AVAILABLE   DISK        C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\09OBTJI6_1_1
    deleted backup piece
    backup piece handle=C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\06OBTJEP_1_1 RECID=24 STAMP=821470356
    deleted backup piece
    backup piece handle=C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\07OBTJI3_1_1 RECID=25 STAMP=821470356
    deleted backup piece
    backup piece handle=C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\08OBTJI5_1_1 RECID=26 STAMP=821470356
    deleted backup piece
    backup piece handle=C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\09OBTJI6_1_1 RECID=27 STAMP=821470357
    Deleted 6 objects
    RMAN-06207: WARNING: 4 objects could not be deleted for DISK channel(s) due
    RMAN-06208:          to mismatched status.  Use CROSSCHECK command to fix status
    RMAN-06210: List of Mismatched objects
    RMAN-06211: ==========================
    RMAN-06212:   Object Type   Filename/Handle
    RMAN-06213: --------------- ---------------------------------------------------
    RMAN-06214: Backup Piece    C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\06OBTJEP_1_1
    RMAN-06214: Backup Piece    C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\07OBTJI3_1_1
    RMAN-06214: Backup Piece    C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\08OBTJI5_1_1
    RMAN-06214: Backup Piece    C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\09OBTJI6_1_1

    Hi JM,
    Your demo with Oracle 10.2.0.5
    At line 36 you answered "No" to "Do you really want to catalog the above files (enter YES or NO)?".
    Just repeate your demo and answer Yes.
    Even if he might have replied with "YES" then also, the RMAN search for the files which it can recognize as a valid rman backup file. Else it would show the list of files which are not recognized by RMAN as a valid file.
    RMAN> catalog start with '/home/oracle/scripts';
    using target database control file instead of recovery catalog
    searching for all files that match the pattern /home/oracle/scripts
    List of Files Unknown to the Database
    =====================================
    File Name: /home/oracle/scripts/RMAN_BACKUP.sh
    File Name: /home/oracle/scripts/rman_clone.log
    File Name: /home/oracle/scripts/Db_Refresh.sh
    File Name: /home/oracle/scripts/rman_erp.scr
    File Name: /home/oracle/scripts/RMAN_14FEB.log
    File Name: /home/oracle/scripts/nid.sh
    File Name: /home/oracle/scripts/Full_Clone.sh
    File Name: /home/oracle/scripts/rman_staging.scr
    Do you really want to catalog the above files (enter YES or NO)? yes
    cataloging files...
    no files cataloged
    List of Files Which Where Not Cataloged
    =======================================
    File Name: /home/oracle/scripts/RMAN_BACKUP.sh
      RMAN-07517: Reason: The file header is corrupted
    File Name: /home/oracle/scripts/rman_clone.log
      RMAN-07517: Reason: The file header is corrupted
    File Name: /home/oracle/scripts/Db_Refresh.sh
      RMAN-07517: Reason: The file header is corrupted
    File Name: /home/oracle/scripts/rman_erp.scr
      RMAN-07517: Reason: The file header is corrupted
    File Name: /home/oracle/scripts/RMAN_14FEB.log
      RMAN-07517: Reason: The file header is corrupted
    File Name: /home/oracle/scripts/nid.sh
      RMAN-07517: Reason: The file header is corrupted
    File Name: /home/oracle/scripts/Full_Clone.sh
      RMAN-07517: Reason: The file header is corrupted
    File Name: /home/oracle/scripts/rman_staging.scr
      RMAN-07517: Reason: The file header is corrupted
    About the RMAN catalog, it will not catalog the same file twice. It will only catalog the files which are not known to the database.
    See this demo. (/backup/RMAN/STAGING/ is the location where all the backup pieces are.)
    RMAN> catalog start with '/backup/RMAN/STAGING/';
    searching for all files that match the pattern /backup/RMAN/STAGING/
    no files found to be unknown to the database
    This was the location based test, Another demo showing piece by piece catalogging .
    RMAN> list backuppiece '/backup/RMAN/STAGING/ERP_CNTRL_c-13949842-20130724-00';
    List of Backup Pieces
    BP Key  BS Key  Pc# Cp# Status      Device Type Piece Name
    1323    1321    1   1   AVAILABLE   DISK        /backup/RMAN/STAGING/ERP_CNTRL_c-13949842-20130724-00
    RMAN> catalog backuppiece '/backup/RMAN/STAGING/ERP_CNTRL_c-13949842-20130724-00';
    cataloged backup piece
    backup piece handle=/backup/RMAN/STAGING/ERP_CNTRL_c-13949842-20130724-00 RECID=1324 STAMP=821717283
    RMAN> list backuppiece '/backup/RMAN/STAGING/ERP_CNTRL_c-13949842-20130724-00';
    List of Backup Pieces
    BP Key  BS Key  Pc# Cp# Status      Device Type Piece Name
    1324    1321    1   1   AVAILABLE   DISK        /backup/RMAN/STAGING/ERP_CNTRL_c-13949842-20130724-00
    Hope its understandable, if any query please revert.
    Happy to Help.
    Thanks and Regards,
    Prashant

  • Using Windows 8 64 bit Premiere Elements 12 , motion tracker gives me the folloing error; The media file seems to have an invalid entry in the catalog, please rename it for use.

    I'm trying to put a graphic over an object, but I keep getting this error message; The media file seems to have an invalid entry in the catalog, please rename it for use.

    Lonesomeless
    Thanks for the reply.
    I checked the link that I posted back in post 3 of your thread. It is working with at least Firefox and Chrome.
    ATR Premiere Elements Troubleshooting: PE12: Motion Tracking/What To Use To Track Object?
    What browser are you using?
    The blog post contains significant information related to Premiere Elements 12 Motion Tracking. But, if you cannot access it for some reason, then we will need to troubleshoot via communications in the thread.
    SG has asked if you are able to create Motion Tracking effect using one of the graphics included with the program. We will watch for your response to him on that question. Please include in your message to him whether you can obtain your file to track the object using Organizer Tab or Project Assets routes as well as Graphics Tab.
    The following is an excerpt from the blog post referenced....
    SOLUTION
    Various tutorials and online comments have pointed to places other than Graphics Tab where objects can be selected and used to track the moving object in the video when the Motion Tracking workspace is opened in the Expert or Quick workspace.
    Organizer Tab, Expert or Quick workspace to access Elements Organizer 12. Cascade Windows and drag a video or photo from Elements Organizer into the yellow track box of Motion Tracking workspace.
    Project Assets, Expert workspace. Drag text, video, or photos from opened Project Assets into the yellow track box of Motion Tracking workspace.
    Graphics Tab, Expert or Quick workspace. Create a png file (graphic) or prtl file (text) and place it in Clip Arts in the Program Files of the program to have a permanent resource. Then from Graphics Tab, drag the newly created graphic or text object into yellow track box of Motion Tracking workspace.
    Thanks.
    ATR

  • Is there a way of hiding certain pages from the preview at the bottom of the ipad screen in ibooks author?

    Is there a way of hiding certain pages from the preview at the bottom of the ipad screen in ibooks author?
    I'd like to only show the first page of a section in ibooks author's preview.

    Thanks for your reply, Ken. I did start a separate topic for this but it didn't seem to publish properly.
    I've posted it again here:
    https://discussions.apple.com/message/19816933#19816933
    I assume you don't know why this is happening to my TOC?

  • Amount Limit on Credit entries on the basis of User ID

    Hi,
    Could anybody please guide me about:
    How can we set the Amount Limit on Credit entries on the basis of User ID?
    Thanks and Regards

    Hi Vashishth,
    You have to create a tolerance group, where you will define the amount limit and then add that tolerance group to the User.
    To create Tolerance group
    SAP Customizing Implementation Guide -> Financial Accounting (New) -> Contract Accounts Receivable and Payable -> Basic Functions -> Postings and Documents -> Document -> Tolerance Groups for Amount Limits -> Define Tolerance Groups
    To add Tolerance Group to the User
    SAP Customizing Implementation Guide -> Financial Accounting (New) -> Contract Accounts Receivable and Payable -> Basic Functions -> Postings and Documents -> Document -> Tolerance Groups for Amount Limits -> Assign Tolerance Groups to Users
    Hope this resolves your query.
    Regards,
    Manish

  • The attributes for user could not be determined --

    Hi,
    Our is extended classic scenario:srm5.0 & ECC6.0
    we are getting the following error in the org plan:
    "The attributes for user could not be determined "
    The error is occuring , when we log into the web browser.
    we also have a error in the org plan, under the user at the check tab,"No attribute found for scenario BBP".
    when we run the BBP_ATTR_CHECK & BBP_BP_OM_Integrate, we have no errors...
    Thanks in advance,
    RK.

    Hi All,
    Thanks for your support...
    I check the T-code:BBP_ATTR_CHECK & BBP_BP_OM_INTEGRATE.
    I also checked the attributes for the CP are ok,still i had the error appearing in the WEB.
    The solution:
    The CP has been deleted from the org plan.
    Once again,we generated the users from USERS_GEN and assign CP to the org plan again at the same.Now the Attributes error is gone.... and the issue is resolved.
    Thanks and Regards,
    RK.

  • Error - The attributes for user could not be determined

    When I login as a Buyer (with role ZTSX_EC_BBP_PURCHASER - copy of SAP_EC_BBP_PURCHASER), I get the foll. error while trying to Process Purchase Orders:
    The attributes for user could not be determined
    It does not happen on other transactions (like Sourcing or Issue POs).
    The buyer is in the org. plan and I have checked the attributes and they seem ok.
    What could be the issue ???
    Thanks
    -Bakulesh

    Hi
    <b>Please go through these links -></b>
    The attributes for user could not be determined --
    'Error in writing attributes' when using function tab
    Company code for system missing in user attributes
    BBP_POC not working in SRM 5.0
    Re: urgent: regarding ATTRIBUTES
    Regards
    - Atul

  • Steps to find the password for users as sysdba

    What are the steps to find the password for users in dba_users as sysdba?
    It is in encrypted form ? How can I view it ?
    Pls tell in steps ?

    I asked for sysdba
    When he can change password why can't he view ?Can you see the users password on a windows domain? No
    Can you see the users password on a Unix box? No
    Can you see the users password on a mail server? No
    Why would it be different in Oracle?
    Why is hacking coming here ?Because it's something against the way the software works.
    This can, and is, dangerous to let the administrator (Oracle, MsSQL, Win*, Unix,...) know the users password for so many reasons. For example:
    . Privacy
    . Etiquette
    . Password reuse (password reused for Bank account, etc)
    . [insert a whole bunch of other good reasons I'm not going to bother writing]
    And anyway it is useless!
    Yoann.

  • The IMAP server ... rejected the password for user ...

    When I went to bed last night, Apple Mail (Lion, MacBook Pro) worked fine on my home IMAP server, as they have done for some time.
    This morning, I cannot log in and I now get the following error message:
    The IMAP server “...” rejected the password for user “...”.
    The password is definitely correct.  I have typed in the password repeatedly (although it was already correct) to no avail - I just get the same error message again.
    Since then, I have tried:
    my Linux laptop using Thunderbird
    my Xoom (running Android ICS) and K9
    my SGS2 (running Honeycomb) and K9
    my iPad 2 using IOS Mail
    Roundcube (webmail client) on the MacBook Pro itself (so no connectivity issues)
    and all still work perfectly.  There have been no changes to my mail server (which is Dovecot running on Debian Squeeze, which has been running flawlessly for years) and none to my MacBook Pro (unless they were silent).
    I have tried deleting all the relevant items from my keychain, but that has made no difference either.
    Any ideas because I'm stumped?

    Since I posted this, there has been more, but slightly different, weirdness.
    In the middle of a session yesterday, Apple Mail started to do something different.  When I typed in the password, it briefly worked (downloading one or two messages) and then the error dialogue box popped up again so clearly the password was always correct.
    A short while later, it accepted the password and stopped complaining until ten minutes ago.  This time I only had to type in the password once and it is working at the moment but who knows how long for?

  • The POP server rejected the password for user

    Hi Im new to this forum but need help! I can usually fix most things on my mac but the last 2 weeks mail will not recieve any incoming messages as is just says "The POP server “mailin.macmail.com” rejected the password for user “****”
    I have looked at other postings and tried keychain etc but nothing will work. This happens with 2 accounts one from macmail and one from NTL (my ISP) I can send mail fine (no password) and can go on to webmail and get my messeages fine on both accounts.
    Does anyone have an answer for this?
    Many thanks

    Sorry I can't be of help, I know of others with this problem. In my case I have two accounts that don't work in Mail whilst the other accounts do. I suspect it may be a bug as I've been looking for a solution for sometime. My current solution is to collect the mail on those accounts with an XP netbook which is probably not very helpful!
    I have also tried the Keychain repair and at least for a short while it looked as if it had fixed it.
    Any ideas anybody before I go through the hassle of reinstalling everything?
    D

  • Mailbox cleanup could not completely remove the mailbox for user

    Hello.
    I have Exchange 2010SP3 2 DAG member in cluster.
    Recently i have warning in app log on a second DAG member:
    Mailbox cleanup could not completely remove the mailbox for user GUID.Encountered error 0xfffffae8. Should this message continue to persist for the same mailbox, it may be indicative of a problem that requires further investigation. 
    I read all post wich say just unmount and mount database.
    I can't find any user wich have guid containted in error.
    So that i need to do?
    Can i use StartDAGmaintenance and reboot a server,then after reboot use StopDAGmaintenance?

    Hi,
    I suggest to refer to this blog to find this mailbox by GUID.
    http://blogs.technet.com/b/ehlro/archive/2010/04/22/how-to-find-the-object-that-belongs-to-a-guid.aspx
    Then check which database this mailbox belongs to, dismount and mount this database.
    Best 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]
    Lynn-Li
    TechNet Community Support

  • Does the SI_ID for 'User Folders' and 'Users' remains same in CMC?

    Does the SI_ID for 'User Folders' and 'Users' remains same across the environments. For my CMS it is coming as 18 and 19 respectively.
    String siName = "User Folders"; // Users
    IInfoObjects rpts = iStore.query("SELECT SI_ID FROM CI_INFOOBJECTS, CI_SYSTEMOBJECTS WHERE SI_NAME='"+ siName +"'");
    IInfoObject iObj = (IInfoObject)rpts.get(0);
    System.out.println("iObj.getTitle() = " + iObj.getTitle());
    System.out.println("iObj.getID() = " + iObj.getID());
    Any reference text/link for better understanding on this will help a lot.
    Thanks & Regards

    Typically I believe anything that is created by BOE when you install the product stays consistent across multiple environments that were deployed the same.
    You probably should ask in the other [BOE forum|Business Intelligence Solution Architecture;  just to confirm.
    Jason

  • Can we disable the ability for users to sites and subsites in their SharePoint 365 Profile Site?

    We have plans to roll out a hybrid SharePoint with our profiles in the Cloud. Does anyone know if it is possible to disable the ability for users to create sites under their Profile site in the cloud? As it stands out of the box, it looks like every
    user can create as many sites as they want under their Profile. There is a concern that users will "self-service" their own solutions without going through the proper channels of governance. Has anyone had to deal with this or have experience
    on how to restrict this functionality? Thanks in advance! :)

    HI Ken,we can disable this by blocking the self service site creation option.By default its disabled.
     To disable the "Self-Service Site creation" option, just follow the steps given below:
    1.   Go to the Central admin.
    2.   Go to the "Application Management" & Select the specific web application.
    3.   Now, you can see the "Self-Service Site Creation" option in the Ribbon Menu.
    4.   Click on that Menu item and Select the "Off" option in the pop-up window
    http://expertsharepoint.blogspot.de/2014/06/your-personal-site-cannot-be-created.html
    Anil Avula[Partner,MCP,MCSE,MCSA,MCTS,MCITP,MCSM] See Me At: http://expertsharepoint.blogspot.de/

  • Mail: The POP server rejected the password for user

    I am completely unable to use Mail.
    I keep getting the "The POP server rejected the password for user" on two of my accounts.
    The password has not changed and I have entered it correctly.
    The accounts just will not go online.
    This started yesterday when an old machine accidentally fired up mail and tried to connect using the same user details. Since then, my MacBook Pro is not able to connect to my mail.
    My iPad and my iPhone can. There is no problem at the server or the ISP. I have also run the Keychain repair utility.
    Please can you advise how I should fix it? Plist? Define the accounts again?
    Any ideas welcome.
    Thanks

    Sorry I can't be of help, I know of others with this problem. In my case I have two accounts that don't work in Mail whilst the other accounts do. I suspect it may be a bug as I've been looking for a solution for sometime. My current solution is to collect the mail on those accounts with an XP netbook which is probably not very helpful!
    I have also tried the Keychain repair and at least for a short while it looked as if it had fixed it.
    Any ideas anybody before I go through the hassle of reinstalling everything?
    D

  • Premier Elements 13 on MAC. trying to use motion tracking. immediately get error "the media file seems to have an invalid entry in the catalog. Please rename it for use."

    Anyone resolved this issue?  What is the "catalog".  All I did was import a file (1080/60) and get started.  Everything else seems to work fine.

    Assuming you're not shooting in 3D mode, I'm not sure why this is happening.
    As long as you're not shooting in 3D mode, this is a standard AVCHD camcorder, which I've done lots of motion tracking with.
    Since you manually copied the file from SD card rather than getting the media using Premiere Elements' tools, it is quite possible you grabbed the wrong file. Try this: Plug your camcorder (with SD card in the cam) into your computer via USB and set the camcorder to VTR/play. Then go to Premiere Elements' Add Media/From Flip or Camera and use that tool to get the video from the camera to your computer.
    This should resolve your invalid catalog entry issue.

Maybe you are looking for

  • How to find out if I am using a 32 bits or 64 bits version of JRE?

    How to find out if I am using a 32 bits or 64 bits version of JRE? If I have 2 instances of Java installed in 2 seperate directories, one 32 bits and other 64 bits on Linux. How do I identify which directory holds which version? Is there any command

  • When is the 27inch 2013 version going to be shipped

    does anyone know when the specific ship date for the new 27inch Imac is scheduled for, not just January!!!

  • Mac computer won't start up

    the laptop will not start up. when it sometimes start it i see the question mark. can anyone tell me why. and how to start up the laptop

  • Questions about the W530 I ordered (upgrades)

    I have ordered a lenovo w530 last week and it should be here pretty soon. Here are the specs i ordered it with Processor Intel Core i7-3720QM Processor (6M Cache, up to 3.60 GHz) Operating system Genuine Windows 7 Professional (64 bit) Operating syst

  • Rename domain cant change the case of DC

    Hi, I try to rename a domain but it is not possible to change the case of the TLD from LOCAL to local for the LDAP Attribute DC (possible it will also not work for the domain part, but this I didn't try). Any idea where the case is saved? I think it