Plug-in w/ different default installation option

by default, when the java plug-in is installed in windows,
the registry entry UseJava2IExplorer is set to 1.
that is, the sun jvm becomes the default handler for
the <APPLET> tag.
i would like to be able to redistribute the plug-in but
with a different default: keep the ms vm the default.
(i don't want to manually change the default after installation)
so i opened the cab file, and noticed the .inf file references
http://java.sun.com/products/plugin/autodl/jinstall-1_4_1_02-windows-i586.xml
here's a snippet:
<jinstall>
<configuration version="1.0">
<jre language="English">
<description>Java 2 Standard Edition...</description>
<version>1.4.1_02</version>
<url>http://java.sun.com/webapps/download/...</url>
<options />
</jre> ...
</configuration>
</jinstall>
i want to know more about this file format. there's no dtd
declaration or xml schema reference. might the <options>
tag support something like:
<option name="UseJava2IExplorer" value="0" /> ?
i'd welcome any other ideas on how to override the default.
the plug-in documentation mentions using a silent installation;
i have two issues with this: [1] while recording, it seemed
to skip the part in the wizard where it asks you which vm to
default to; [2] how to go from a command line expression for
installing the plug-in in silent mode to a packaged mechanism
(maybe i should read the packagefortheweb documentation)
thanks, eitan

eitan,
This is exactly what I would like to do as well.
Have you by chance found a way to do this?
Thanks in advance for any and all help!
Bob

Similar Messages

  • I think I chose the wrong Installation Option - Now what???

    I installed Leopard right when it came out and love the new OS. But, at the time I did not know what the various installation options meant or implicated. So, I chose the first/default "Upgrade OSX" option.
    Now, I have not been having any specific problems, but I think my computer should be faster when loading certain apps and toggling around between spaces, dashboard, and multitasking. The more I read about the installation options, I feel that my mac would run better if I reinstalled Leopard using another installation option, like Archive and Install.
    Is this a true concern? Should I reinstall using another option to operate at full potential? How do I go about doing that... same as before? Any help or suggestions is appreciated.
    Phil

    Hi Phil Mutz;
    So far I have used Upgrade to install Leopard on five Macs, two of my own and three for friends. So far all of them are all operating just as they were with Tiger. From my experiences with Leopard, I suspect that your problem is elsewhere on your system rather then how you installed Leopard.
    Allan

  • How to disable updates and hide set as default browser option in firefox 31.0 for many users,like changing the setttings in any file

    Hi,
    I am trying to disable updates, set as default browser option and import settings from other browers permanently for many users for firefox 31.0.
    can you please help me with that. I know settings are going to prefs.js file in user profile. How can make this permanent for many users.

    Hi gaurav3012,
    Permanent change would be locking preferences: [http://kb.mozillazine.org/Locking_preferences]
    However importing many users profiles to different computers may require a new profile for each user.
    Currently there is an option to import bookmarks from other browsers, but not preferences.
    Update preferences can be read about here: [[Configuration Options for Updates]]
    Firefox ESR is also another version of Firefox that is meant for Enterprise environments [https://www.mozilla.org/en-US/firefox/organizations/] that mostly has their support on their mailing list.

  • How to have "black and white only" be the default print option

    Just installed a new printer and would like to set it up so that the default print option is black and white only. How do I do this?

    Can't find this anywhere. I'm brand new to Macs so I
    might need more detailed instructions.
    I have an HP Photosmart C6100 by the way.
    Not sure which post you are responding to since you replied to yourself
    Every printer is a little different so you may have to do some searching through the settings. I don't have an HP Photosmart C6100 here so I can't say for sure where the setting is for that printer.
    The closest thing I have to that model printer here is an HP OfficeJet 6310
    In that model you choose Paper Type/Quality
    In drop down menu under Color you select Gray Scale
    Then you can still save the preset as I described in my previous post.
    If the C6100 is different than that you may just have to search through option pages and explore the drop down selections.
    Which I could be more specific, but they are all a little different.

  • So, I bought the iPod shuffle and when I plug it into my mac, the option of syncing doesn't appear.  What do I do?

    So, I bought the iPod shuffle and when I plug it into my mac, the option of syncing doesn't appear.  What do I do?

    Does the Shuffle appear ini Tunes at all?  If not try using a different USB port and double checking to make sure the other end of the syncing cable is firmly seated in the Shuffle.
    B-rock

  • How to use different default parameter value for different report subscriptions

    In ssrs is it possible to define different default parameter values for different subscriptions? In the following example I have a report which has two subscriptions with different start date and end date values:
    Report name – Testsubscription.rdl
    Subscription-1
    Input parameter (default values):
    start_date = first day of current Month
    end_date = till date
    Subscription-2
    Input parameter (default values):
    start_date = first day of current Quarter
    end_date = till date
    I know an alternative way of doing this would be to copy the rdl file with a different name but I am curious whether this can be done within a single report definition file. I am using SQL Server 2008 R2 Standard Edition.
    Thanks!
    spp

    Hi sppdba,
    As per my understanding, there is a report with two parameter: start_date and end_date, you want to configure subscription for the report, and set different default values for start date and end date. And you want to know if it is possible to achieve you
    goal by using a single report definition file.
    Since you are using SQL Server 2008 R2 Standard Edition, we need to achieve your goal by configuring two subscriptions for the report. For detail information, please refer to the following steps:
      1. In design surface, right click start_date and open Parameter Properties dialog box.
      2. In General pane, type Name and Prompt, set Data Type to Date/Time.
      3. Click Available Values in left pane, select Specify Values.
      4. Click Add button, in Label text box, type “First day of Current Month”, click (fx) button in Value section, then type the expression like below:
    =DateSerial(Year(Now()), Month(Now()), 1)
      5. Click Add button, in Label text box, type “First day of Current Quarter”, click (fx) button in Value section, then type the expression like below, then click OK.
    =DateSerial(Year(Now()), (3*DatePart("q",Now()))-2, 1)
      6. Right click end_date and open Parameter Properties dialog box.
      7. In Available Values pane, select Specify Values.
      8. Click Add button, in Label text box, type “Today”, click (fx) button in Value section, then type the expression =Today(), then click OK.
    Now that the parameters are created, we need to configure subscription for the report. For detail information, please follow these steps:
      1. Open Report Manager, and locate the report for which you want to create a new subscription.
      2. Hover over the report, and click the drop-down arrow.
      3. In the drop-down menu, click Manage. This opens the General properties page for the report.
      4. Select the Subscriptions tab, and then click New Subscription.
      5. Select the delivery extension and data source for the subscription.
      6. Select a method of delivery, then choose report delivery options.
      7. Specify conditions that cause the subscription to process and delivery to occur.
      8. Set start_date to First day of Current Month, end_date to Today, then click OK.
      9. Create a new subscription as step4 to 7, set start_date to First day of Current Quarter, end_date to Today, then click OK.
    The following screenshots are for your reference:
    For detail information about Creating Standard Subscriptions, please refer to the following document:
    http://msdn.microsoft.com/en-us/data/ms156307(v=sql.105)
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.

  • Default Collection Option Set

    I currently use multiple collectors that I have created to scan different locations based upon IP Ranges. I have created them so that the collection is spread out over a one week period to minimize network activity.
    I have been directed to change my collection so that it happens every Sunday. All machines in the company are now "woken up" every Sunday to receive any necessary patches. I will be changing my collection schedule so that my inventories take place on Sunday also but I have a question about the Default Collection Option Set.
    Would it be better to make use of the Default Collection Option Set or should I create a separate Collection Set for this task? Also since I have only targeted specific IP Ranges in the past what should my settings be to ensure that I am looking at the entire network?
    I also do not remember - when they wake up the systems on the network will the machines inventory from the Login Page or do they actually need to be logged onto the network to complete the inventory.

    Originally Posted by DaryRo
    Would it be better to make use of the Default Collection Option Set or should I create a separate Collection Set for this task?
    I always create my own option sets and give them meaningful titles to make it a little easier to track what is going on. There is really no need (or advantage) to using the Default Option Set.
    Originally Posted by DaryRo
    Also since I have only targeted specific IP Ranges in the past what should my settings be to ensure that I am looking at the entire network?
    If you really want that one option set to collect from all clients then just the default settings in a new option set will work as long as you select a valid schedule on the first tab when creating the option set.
    Make sure that any new option set you create that you wish to use is actually associated to collection servers. Look at the properties of the collection servers and if they are set to inherit standard option sets then add the new option set in the Collection Server, Domain properties, if they are not set to inherit then add the new option set to each collection server.

  • Skip Installation option on DevSuite Installer

    Does any one know how to skip the "Select Installation Option" page of the Developer Suite installer.  See screen capture below.
    I have my installer setup to install the packages I want, and I want to skip this page for our and select the "evaluation" option by default.  Later in our install process we will setup access to the license server (not NI VLM).  I can tell users to select the evaluation option, but I'd prefer to select it by default and skip this screen.
    Thanks,
    Scott

    Hi Scott,
    You can do this by creating a spec file.  See the KB: Automating the Installation of a Suited Installer
    -Caleb

  • Default Installation on LVM is not working

    New Thread (Default installation of LVM not working):
    First I did everything exactly as the LVM guide tells me. Then I continued with the Installation Guide.  No extra options, no change from defaults. When I try to boot it, it fails.
    I tried downgrading to 2.02.103-1. No result.
    Old Thread (when I did not know that LVM was at fault):
    Current state:
    EDIT5: OK I have boiled it down to LVM. When I copied all files from etcvol to /etc in root it continued booting until it hit mounting /home... I have no idea what the §$%&/ is wrong.
    Everything that is not root and should get mounted by fstab from LVM dies o.O
    Even stranger: After I removed homevol and swapvol from fstab i get stuck at
    A start job is running for dev-sdb4.device
    I did a "proof of concept" installation just now and it worked out of the box.
    Parameters of the "proof of concept" installation:
    /dev/sda5 ext4 /
    /dev/sda4 EFI /boot
    Rest is default installation guide
    Gummiboot:
    title Arch Linux
    linux /vmlinuz-linux
    initrd /initramfs-linux.img
    options root=/dev/sda5 rw
    Changed Parameters of the broken installation:
    /dev/sda3 LVM on LUKS
    Partitions
    /dev/mapper/MyStorage-rootvol ext4 /
    /dev/sda4 EFI /boot
    /dev/mapper/MyStorage-swapvol swap
    /dev/mapper/MyStorage-homevol ext4 /home
    title Arch Linux (Encrypted)
    linux /initramfs-linux.img
    options initrd=/initramfs-linux.img cryptdevice=/dev/sda3:MyStorage root=UUID=$UUIDofRoot rw
    I added the HOOKS
    HOOKS="... encrypt lvm2 keymap ... filesystems ... shutdown ..."
    Fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # UUID=767d41f7-afb5-4a9f-a39b-604c830654e7
    /dev/mapper/MyStorage-rootvol / ext4 rw,relatime,space_cache 0 0
    # UUID=6e00082a-4fc4-47a5-9e80-e2330428d2fe
    /dev/mapper/MyStorage-etcvol /etc ext4 rw,relatime,space_cache 0 0
    # UUID=ce066cf1-230a-48b4-b7a8-2635ef39a881
    /dev/mapper/MyStorage-homevol /home ext4 rw,relatime,space_cache 0 0
    # UUID=0C88-FA2A
    /dev/sdb4 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
    # UUID=9369aa55-d055-4fab-98ef-ccc97b3f3e05
    /dev/mapper/MyStorage-swapvol none swap defaults 0 0
    So what goes wrong? I can't provide the exact logs as the journal persistency module dies in this case. If you know a way to get the actual files please tell me.
    Everything works fine down to "Reached target Local File Systems"
    He runs some isEmpty checks on tmpfiles.d directories which some succeed and /etc/tmpfiles.d and /usr/local/lib/tmpfiles.d fail
    systemd-tmpfiles --create --remove --exclude-prefix=/dev gets forked
    journald gets killed by systemctl
    systemd-tmpfile SIGCHILDs and dies
    systemd-udevd gets notified and changes from start to running
    udevd-control.socket gets changes to running
    system-tmpfiles-setup exits with failure
    Failed to start Recreate Volatile Files and Directories
    systemd-update-utmp gets forked
    accepts connection on private bus
    10 times dbus request: org.freedesktop.dbus.local.disconnect() on /org/freedesktop/dbus/local
    SIGCHILD from systemctl belonged to systemd-journal-flush.service
    Failed to start Trigger Flushing of Journal to Persistent Storage
    more dbus request: org.freedesktop.dbus.local.disconnect() on /org/freedesktop/dbus/local
    systemd-update- from systemd-update-utmp SIGCHILDs and dies
    Failed to start Update UTMP about System Reboot/Shutdown
    starts system initialization sysinit.target -> active
    starts dbus.socket to listeing
    starts sockets.target to active
    systemd-tmpfiles-clean.timer gets started by monotonic timer to cleanup
    dbus-daemon gets forked
    dbus.socket from listening to running
    systemd-logind gets forked
    Failed to start D-Bus System Message Bus
    Failed to start Login Service
    I had a look at higher debug levels, but they all just showed systemd starting something which either failed or in the case of D-Bus died soon after.
    When I broke into init, I could see the volumes which contained what they were supposed to contain.
    Except that nothing really interesting. I noticed a complaint that the AHCI driver should be replaced against a specialized one. But I don't think thats the problem.
    Thank you for your help!
    Last edited by GNA (2014-01-15 21:44:01)

    Removed the fsck filehook.
    posted the fstab.
    Boot logs will follow shortly. I just have to figure out how to get them in file form when the journal does not contain anything.
    EDIT: OK I have no idea how to get my own boot logs sad but true. ill just try to add as much context as I can see but I can't possibly write all of this down by hand.
    EDIT2: Ah no wonder when flushing of journal to persistent storage fails
    EDIT3: Ill just start decreasing the complexity one by one. And as it is so easy ill start with btrfs.
    EDIT4: Changing btrfs to ext4 did not change anything.
    EDIT5: OK I have boiled it down to LVM. When I copied all files from etcvol to /etc in root it continued booting until it hit mounting /home... I have no idea what the §$%&/ is wrong.
    Everything that is not root and should get mounted by fstab from LVM dies o.O
    Even stranger: After I removed homevol and swapvol from fstab i get stuck at
    A start job is running for dev-sdb4.device
    EDIT6: Today I tried to make a "failsafe" system with lvm and luks. Turns out it is not failsafe.
    First I did everything exactly as the LVM on LUKS guide tells me. Then I continued with the Installation Guide.  No extra options, no change from defaults. The result is the very same I currently have.
    EDIT7: Now that I think about it; There was something strange during pvcreate /dev/mapper/lvm. It complained: "/dev/sdc: open failed: No medium found" which is strange as there was never a /dev/sdc to begin with.
    I'll try to install on a pure LVM partition without crypto.
    EDIT8: OK pure install only LVM is also broken.
    Last edited by GNA (2014-01-15 20:46:49)

  • My iphone 3gs ran out of power, now wehn plugged in it will not restart, tried plugging in with different chargers, holding home key and other one but nothing works, screen is either battery icon or Apple iconn

    my iphone 3gs ran out of power, now wehn plugged in it will not restart, tried plugging in with different chargers, holding home key and other one but nothing works, screen is either battery icon or Apple iconn

    Hi, beth.lau.gr.
    Thank you for visiting Apple Support Communities.  
    I understand you have been experiencing issues with your iPhone restarting and showing you a blue screen.  I wont be able to give you an exact answer as to why this is happening.  However, this is the most relevant troubleshooting article for this issue.  This article also provides options to reach out to us via phone for additional assistance.  
    If your iOS device restarts, displays the Apple logo, or powers off while you're using it
    http://support.apple.com/en-us/HT203899
    Cheers, 
    Jason H.  

  • Installing Leopard (Default Installation)

    Hi -
    I just purchased the family pack version of Leopard to install on my PowerBook G4 1.67 2GB RAM and my wife's Intel MacBook Pro. I have read a number of posts and the installation treads. Many recommend completing a Archive and Install. Are there really any major issues just completing a default upgrade? Both systems are utilizing 10.4.11 and have been running great (no issues at all). I would like to retain my applications and setting, etc. without a lot of fuss.
    Just want to make sure I am picking the best installation option.
    I appreciate any feedback.
    Thanks,
    Pete

    Thanks for the advise!
    I guess I am confused about the Archive and Install option. I thought you could only retain files, network setting and user accounts. I was not aware that it will retain applications as well. So, just to be clear, Archive and Install will keep my current iLife, iWorks applications as they are on my machine right now? I don't have to pull them from the archive folder?
    Sorry for the basic questions...
    Thanks again,
    Pete

  • Modify default installation path of WindowsApps

    Modify default installation path of WindowsApps        
    First explain, I am a Chinese Windows user, my English fighting is only 5(very poor).Then I will try to use some simple English to tell you my problem.
    I use the method used in windows8 to modify default installation path of WindowsApps,but defeated.
    Why I want to modify default installation path of WindowsApps?
    Because when I installed software that is suitable for the traditional model, my C disc had only 10GB space.
    I think Win8.1 is perfect.And I like the traditional mode and Metro interface.(I heard Win9 can’t use two modes at the same time,but I think simultaneous use of two modes the operation is very nice.)
    The method used in windows8:
    First,Enter WinPE,create a file that is the mirror image of WindowsApps in D disc.
    Then,Enter Win8.1,make User get thechanges to the “Appx” folder under theregistry.
    Last,Amended registry master key of “packageRoot”as “D:/WindowsApps”
    This operation can be completed in Win8,but default in Win8.1.
    So,could you tell me how to modify default installation path of WindowsApps?
    If it’s impossible ,I hope Microsoft team could solve it.

    In my opinion it's a bad idea to change this, as most software is set to install on drive C: and not all of it may be using the proper CSIDL system calls to get the locations. 
    You can be sure the majority of testing is done with applications installing in the system default location on C:.
    A much better idea is to save a few Yuan and buy a much larger SSD for the system drive, then use the default drive C: locations for the operating system and installed programs.
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options

  • Error OUI-25031 - default installation

    All day Im trying to install Oracle 10g Release 2 (10.2) for Solaris 10 (x86).
    Each time it finishes with error: OUI-25031.
    Its going to be just a default installation. I did it many times ago but never had this problem.
    The log file is telling nothing to me. It complains about Enterprise Manager Grid which I dont wont to install.
    Does anyone know what is the problem with it ?

    I have downloaded it on MAY previous year.
    I believe the link is this, as the size of the file is exactly this same: http://www.oracle.com/technetwork/database/10202solx86soft-089512.html
    Although I need to correct entry on my above post: file size on the UFS partition is: 681,090,961 bytes
    The document I refer to is: database\doc\relnotes.102\b15696.pdf (inside of the 10202_database_solx86.zip)
    Here is last 50 lines on installActions2011-01-08_09-56-02PM.log
    # An error report file has been saved as hs_err_pid6915.log.
    # Please refer to the file for further information.
    Command = /oracle/product/10.2.0/db_2/jdk/jre//bin/java has failed
    INFO: Configuration assistant "Oracle Net Configuration Assistant" failed
    *** Starting OUICA ***
    Oracle Home set to /oracle/product/10.2.0/db_2
    Configuration directory is set to /oracle/product/10.2.0/db_2/cfgtoollogs. All xml files under the directory will be processed
    INFO: The "/oracle/product/10.2.0/db_2/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    INFO: Created a new file /oracle/product/10.2.0/db_2/cfgtoollogs/configToolFailedCommands
    INFO: Since the option is to overwrite the existing /oracle/product/10.2.0/db_2/cfgtoollogs/configToolFailedCommands file, backing it up
    INFO: The backed up file name is /oracle/product/10.2.0/db_2/cfgtoollogs/configToolFailedCommands.bak
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    INFO: User Selected: Yes/OK
    INFO: --------------------------------------
    INFO: The "/oracle/product/10.2.0/db_2/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    INFO: The "/oracle/product/10.2.0/db_2/cfgtoollogs/configToolAllCommands" script contains all commands to be executed by the configuration assistants. This file may be used to run the configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    INFO: Since the option is to overwrite the existing /oracle/product/10.2.0/db_2/cfgtoollogs/configToolFailedCommands file, backing it up
    INFO: The backed up file name is /oracle/product/10.2.0/db_2/cfgtoollogs/configToolFailedCommands.bak.1
    SEVERE: OUI-25029:One or more "Recommended" configuration assistants have not completed successfully. Not successfully running any "Recommended" assistant means your system will not be correctly configured.
    INFO: User Selected: Yes/OK
    WARNING: Do you really want to exit?
    INFO: User Selected: Yes/OK
    INFO: The OUICA command is launched from /oracle/product/10.2.0/db_2/oui/bin/ouica.sh.
    WARNING:
    The following configuration scripts need to be executed as the "root" user.
    #!/bin/sh
    #Root script to run
    /oracle/product/10.2.0/db_2/root.sh
    To execute the configuration scripts:
        1. Open a terminal window
        2. Log in as "root"
        3. Run the scripts
        4. Return to this window and click "OK" to continue
    *** Starting OUICA ***
    Oracle Home set to /oracle/product/10.2.0/db_2
    Configuration directory is set to /oracle/product/10.2.0/db_2/cfgtoollogs. All xml files under the directory will be processedEdited by: user639256 on Jan 9, 2011 4:06 AM
    Edited by: user639256 on Jan 9, 2011 4:09 AM

  • Default installation location

    Hello! I am installing the Oracle Database and Query Tool Express Edition for the first time. I have Windows 7 64-bit Ultimate Edition. I was merely wondering why the default installation location is C:\ rather than C:\Program Files\ or C:\Program Files (x86)\. If I change the location from the default, will this affect the software in any way (i.e. will the program have trouble finding certain files)? Is there any real reason to install it to C:\?

    Hi;
    Hello! I am installing the Oracle Database and Query Tool Express Edition for the first time. I have Windows 7 64-bit Ultimate Edition. I was merely wondering why the default installation location is C:\ rather than C:\Program Files\ or C:\Program Files (x86)\. If I change the location from the default, will this affect the software in any way (i.e. will the program have trouble finding certain files)? Is there any real reason to install it to C:\?You can change location but i stongly suggest do not use space when you are using different name
    Example:
    Use D:\My_Database\xxx
    Do not use D:\My Database\xxx
    Regard
    Helios

  • Default domain option at login screen not working

    Hi,
    The business I work in joins our computers to a small domain however when we log into Windows we authenticate to a different domain. In Windows 7 this works perfectly by changing the default domain option in:
    Local Computer Policy | Computer Config | Administrative | System | Logon | “Assign default domain for logon”.
    We can do this same trick for our Windows 8.1 (Enterprise) machines but when we type in the username and password it will yield the result: "The username or password is incorrect. Try
    again." However, when we type out the full domain after an '@' symbol, it logs in correctly.
    Sorry if this is confusing, it's tough to explain. Essentially this:
    In Windows 8.1.
    I will type gpedit.msc and change the default domain (in the location stated above) to "Contoso.com"
    I will then log out (I was in the local admin account) and try to log in by just typing a user in the Contoso domain, e.g. 'Bill' as well as Bills password.
    It will give me the error
    "The username or password is incorrect. Try again."
    However, if I type out the entire string "[email protected]" into the user name (and the password), it works perfectly.
    We use the same trick on our Windows 7 machines in our company and never have to type out the entire @contoso.com
    What could be causing this?
    Thanks for any help!
    Nate

    Hi,
    Please first make sure that the gp is updated by running gpupdate /force and gpresults /r to check the results.
    Then, you can add upnSuffixesby choosing Propertiesfor the root nodeof the Active Directory Domains and Trusts and modifying the UPN suffixes on the UPN Suffixes tab to see what's going on:
    For detailed concept, please refer to this article:
    User Naming Attributes
    http://msdn.microsoft.com/en-us/library/ms677605(v=vs.85).aspx
    Hope these could be helpful. For further troubleshooting if the issue still persists, please help to collect following event log and post back the link shared by onedrive or other network location you upload the log on:
    Kate Li
    TechNet Community Support

Maybe you are looking for