Previous versions tab in Explorer empty when changing UI language

Hi folks,
I encountered a strange problem today when I try to restore previous version files in Explorer from a network share.
We are using English version of Windows 7 Enterprise and we’ve offline included Finnish language pack so that the can change UI language on the fly.
The problem is now when I browse a network folder right click it and select “Restore previous versions” then I get the list of previous versions correctly BUT this only works when the UI language of Windows 7 is English. When I change
the UI language to Finnish it just does not work anymore. There is no way to get a list of previous versions. It does not even say that there are no previous versions are available the whole list box where to see the files just does not appear at all.
Do I miss some hotfix/patch or so as we only distribute security updates to our workstations and server and patches only when needed? The server OS where the share is located is 2008R2.
Thanks for your help already. Sorry could not find any log with any error messages so I can’t post it here.
Cheers
Robert

Hi Robinion,
I have researched and found out that same issue has been asked by the others, with only the Finnish language pack, I couldn't reproduce this issue due to the restrictions of Windows update.
Besides, I am trying to involve someone who is familiar with this topic to further look at this issue. There might be sometime delay.
Thank you for your understanding and support.
Best regards
Michael Shao
TechNet Community Support

Similar Messages

  • Tab content is empty when tab is dragged

    I have two TabPanes which can move tabs each other. This is the code of the TabPane which receives the dragged tabs from the user:
    tabPane.setOnDragDropped(new EventHandler<DragEvent>()
                @Override
                public void handle(DragEvent event)
                    final Dragboard dragboard = event.getDragboard();
                    if (dragboard.hasString()
                            && TAB_DRAG_KEY.equals(dragboard.getString())
                            && DragBuffer.getDraggingTab().get() != null
                            && DragBuffer.getDraggingTab().get().getTabPane() != tabPane)
                        final Tab tab = DragBuffer.getDraggingTab().get();
                        tab.getTabPane().getTabs().remove(tab);
                        tabPane.getTabs().add(tab);
                        tabPane.getSelectionModel().select(tab);
                        event.setDropCompleted(true);
                        DragBuffer.getDraggingTab().set(null);
                        event.consume();
    I noticed that when I drag the tab into the target TabPane the content of the tab is empty. But when I swith to the next tab of the target tabPane and return back I can see the content. This is couced by this line:
    tab.getTabPane().getTabs().remove(tab);
    Can you tell me how I can change the logic in order to prevent the empty tab body?
    Ref javafx 2 - Tab content is empty when tab is dragged - Stack Overflow

    This looks like a bug; I see the same thing in the context of your other thread. I can't seem to find a workaround. I have some sample code below which demonstrates the same problem without cluttering the code with drag and drop. This should move the selected tab in the bottom tapPane to the top tabPane ("Up" button) or the selected tab in the top tabPane to the bottom tabPane ("Down" button). When a tab is moved it is automatically selected; moving a tab to the top tabPane fails to show its content. (Strangely, moving a tab to the bottom tabPane works fine.) You should probably file a JIRA; reference this thread ("discussion" in the new forum-speak).
    import java.util.Random;
    import javafx.application.Application;
    import javafx.beans.binding.Bindings;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.control.Label;
    import javafx.scene.control.Tab;
    import javafx.scene.control.TabPane;
    import javafx.scene.layout.HBox;
    import javafx.scene.layout.Pane;
    import javafx.scene.layout.VBox;
    import javafx.stage.Stage;
    public class TabSelectionTest extends Application {
    @Override
      public void start(Stage primaryStage) {
      final TabPane tabPane1 = new TabPane();
      final Random rng = new Random();
      final int NUM_TABS = 4 ;
      for (int i=1; i<=NUM_TABS; i++) {
        tabPane1.getTabs().add(createTab(rng, i));
      final TabPane tabPane2 = new TabPane();
        for (int i=1; i<=NUM_TABS; i++) {
          tabPane2.getTabs().add(createTab(rng, i+NUM_TABS));
      final Button moveToPane1Button = new Button("Up");
      final Button moveToPane2Button= new Button("Down");
      final HBox buttons = new HBox(10);
      buttons.getChildren().addAll(moveToPane1Button, moveToPane2Button);
      moveToPane1Button.setOnAction(new EventHandler<ActionEvent>() {
          @Override
          public void handle(ActionEvent event) {
            Tab selectedTab = tabPane2.getSelectionModel().getSelectedItem();
            tabPane2.getTabs().remove(selectedTab);
            tabPane1.getTabs().add(selectedTab);
            tabPane1.getSelectionModel().select(selectedTab);
        moveToPane2Button.setOnAction(new EventHandler<ActionEvent>() {
          @Override
          public void handle(ActionEvent event) {
            Tab selectedTab = tabPane1.getSelectionModel().getSelectedItem();
            tabPane1.getTabs().remove(selectedTab);
            tabPane2.getTabs().add(selectedTab);
            tabPane2.getSelectionModel().select(selectedTab);
        moveToPane1Button.disableProperty().bind(Bindings.isEmpty(tabPane2.getTabs()));
        moveToPane2Button.disableProperty().bind(Bindings.isEmpty(tabPane1.getTabs()));
        VBox root = new VBox(10);
      root.getChildren().addAll(tabPane1, buttons, tabPane2);
      primaryStage.setScene(new Scene(root, 600, 500));
      primaryStage.show();
      private Tab createTab(Random rng, int i) {
        Tab tab = new Tab("Tab "+i);
        Pane pane = new Pane();
        pane.setMinSize(600, 400);
        String style = String.format("-fx-background-color: rgb(%d,  %d, %d);", rng.nextInt(256), rng.nextInt(256), rng.nextInt(256));
        pane.setStyle(style);
        pane.getChildren().add(new Label("This is tab "+i));
        tab.setContent(pane);
        return tab ;
      public static void main(String[] args) {
      launch(args);

  • How to revert back to previous version of Internet Explorer (Windows 7)

    Hi,
    I recently ran updates on my computer and IE 7 was taken up to IE 9. I had CCTV plugins that dont work with IE 9 (I find out too late) so now I want to revert to IE 7 or IE 8. No download that I can find for either IE 7 or IE 8 will run on Windows 7. Both
    throw up a library error. Can anyone suggest a solution please. My Windows 7 Ultimate had IE 7 intalled from the box - so it will obviously run. I can remove IE 9 for the Control Panel - but that is about it. I don't belive that the only option would be to
    completely reinstall Windows to slove the issue - and would it even activate a second time?

    IE9 IS the problem.  We have three DVR camera systems which cannot be accessed through IE9.  The DVR manufacturer admits the problem!
    So explain exactly what it is about IE9 that makes it unable to access the DVR camera systems?
    Provide detail of exactly why IE9 is the problem.
    Looks like you are really a newbie about using browsers who is just learning how to use IE.Its weird that you are expecting Batteryjer will be knowing the exact root cause problem. FYI I've the same issue but in different context.
    I'm using Pega PRPC  which was working fine with Internet Explorer 7 and 8. But with the latest update of Internet Explorer 11 (which happened automatically without my knowledge), I'm not able to use this pega software properly as many menu items doesn't
    show up.When I play around with F12 Developer Tools (located in Tools) and change the Interent Explorer version from 11 to  8, 7, most of the menu options of Pega appears correctly in browser screen. If you really want to know the exact cause , go back
    to your computer and try to play and learn..
    I can say that IE is becoming more carp and crap with every update and there is PROBLEM WITH INTERNET EXPLORER with every update.Still I want to rollback my IE from 11 to 8 without using Developer Tool.

  • Tab Groups are empty when loaded from tab group list

    I have several tab groups which have been working successfully.
    Today whenever I open a tab group the number of tabs is set to zero and all my tabs are lost. In the Tab Group List they show as 7, 19 etc.

    You can check for problems with the sessionstore.js and sessionstore.bak files in the Firefox Profile Folder that store session data.
    Delete the sessionstore.js file and possible sessionstore-##.js files with a number and sessionstore.bak in the Firefox Profile Folder.
    *Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost, so you will have to create them again (make a note or bookmark them).
    *http://kb.mozillazine.org/Multiple_profile_files_created

  • I have updated my iPad to new version 6.0 how do I change the language my iTunes and apps now Spanish , iPad bought in uk , I live in Spain

    I Live in Spain but iPad bought in uk, just carried out version 6.0 update and now iTunes and App Store in Spanish how do I change it back to English ?!

    As long as the apps and ibooks are still available in the store, and you use the same iTunes account as you originally used to buy them, then you should be able to re-download them for free : http://support.apple.com/kb/HT2519

  • URL problems when change application language to Spainish

    Using APEX 3.1.2
    Our application is usually in English. For a quick test we've changed the application language to Spainish through the 'Globalization' part of 'Shared Components'. Things look OK, the date pickers are showing the correct language and the NLS numeric characters are as expected - except... some page branches (from buttons, etc.) are no longer working correctly. It appears to be related to timestamps being passed across, they seem to be interpreted as multiple parameters!
    E.G. in the URL http://my_box/pls/apex/f?p=2000:5002:4461616080789919::NO:RP,5002:P5002_CALLING_PAGE,P5002_TS,P5002_ID,P5002_DT:5001%2C10-DIC-09%2006.00.00%2C000000%2C181618172273744521291303312596297592589%2C10-DIC-2009&cs=392CF7A0393244530EC469114C4996A8E
    the fractional seconds of the parameter P5002_TS is being received by the third parameter, P5002_ID, etc.
    What am I doing wrong?

    Andy Hardy wrote:
    Using APEX 3.1.2
    Our application is usually in English. For a quick test we've changed the application language to Spainish through the 'Globalization' part of 'Shared Components'. Things look OK, the date pickers are showing the correct language and the NLS numeric characters are as expected - except... some page branches (from buttons, etc.) are no longer working correctly. It appears to be related to timestamps being passed across, they seem to be interpreted as multiple parameters!
    E.G. in the URL http://my_box/pls/apex/f?p=2000:5002:4461616080789919::NO:RP,5002:P5002_CALLING_PAGE,P5002_TS,P5002_ID,P5002_DT:5001%2C10-DIC-09%2006.00.00%2C000000%2C181618172273744521291303312596297592589%2C10-DIC-2009&cs=392CF7A0393244530EC469114C4996A8E
    the fractional seconds of the parameter P5002_TS is being received by the third parameter, P5002_ID, etc.
    What am I doing wrong?Even more confused now!
    Just created a quick test app: table has timestamp, number and varchar2 fields - another number field is used for the primary key and has a matching sequence. Populated the table with various acceptable values. Created two pages using form-with-report wizard - changed all fields to 'text' to get rid of problems with datepickers not liking timestamps. Created another page with an HTML region containing items to match those on the form. Used button wizard to add a 'go' button on the form page to go to the HTML page, modified the branch to populate the HTML region items with those from the form.
    Run the report page, see the expected results, 'edit' to go to the form page, see the expected values. Press the 'go' button, goes the HTML page... the timestamp field is not populated correctly - the value is truncated at the fractional sections part i.e. where the '.' would be. Depending on where the timestamp appears in the URL, the following items will also not be populated. For example, here:
    http://loordv01.ad.dom/pls/apex/f?p=115:2:4046922604148424::NO::P2_TS,P2_ID,P2_VAL1,P2_VAL2:10-DEC-2009%2000:00&success_msg=Action%20Processed.%2F6E98BFC3726F8950ADF64DADBB5E0A87%2F
    The timestamp is the first field on the URL and none of the other values appear...
    I seem to be able to workaround this by having a PL/SQL process that just sets the called screen TS value directly i.e :P4_TS = :P2_TS - any pitfalls with this approach?

  • Error when uploading "The bundle identifier cannot be changed from the previous version"

    I have an app on the App Store created with DPS, Single Edition a long time ago, shortly after DPS SE became available. Now I've updated the app, built a new version with DPS App Builder, created a new version of the app in iTunes Connect, and tried to upload the Distribution zip file using application loader. I'm getting 2 error messages:
    "This bundle is invalid. The bundle identifier cannot be changed from the previous version. If you want to change your bundle identifier, you will need to create a new application in iTunes Connect..."
    and
    "This app contains an embedded provisioning profile that is not associated with your account. Please use a provisioning profile associated with Team ID ..."
    I've done this several times before with other apps, and never got these errors before. Any ideas of what is going on?
    I'm able to view the developer ipa file just fine on my iPad.

    Nevermind. I left for lunch, returned, took a fresh look at it, and discovered that it was a stupid human error on my part.

  • How can I restore the firefox session when there is no previous version available?

    I had a lot of tabs opened for months now but this has happened before when I was able to restore the tab history in the profile folder in firefox with the "sessionstore.js" file and look up previous versions that were available. When I exited firefox and did a restart on my computer all of a sudden when it came back on it didnt restore the session I had previously opened. I went to the profile folder and tried to look up previous versions of that sessionstore.js file and the bak file too and it said it was no previous versions available. How can this happen all of a sudden when I exited and restarted the computer? I have Firefox set to remember the history and tab history and session restore to restore it all but yet this mess happens. Can anyone guide me into what to do for other things that can restore this session in Firefox because I know I didn't loose this for nothing and It has to be somewhere to restore all my tabs back. Any help?

    Awesome, glad you know about that Previous version trick.
    There's a catch though. It never works for me if you check for previous versions on the individual Firefox files. You have to check previous versions on the actual firefox profile folder.
    So to view the folders, navigate to where your Firefox profile folder lives: C:\Users\[Username]\AppData\Roaming\Mozilla\Firefox\Profiles\[random].default\
    Right-click on the [random].default folder and choose Restore previous versions. Choose a folder dated from before this accident and click the "Open" button. You should find a safely backed up sessionstore.js file there. ;) Lastly, copy the file to another safe location and copy it back into the Firefox profile.

  • Can't see previous versions with VSS enabled.

    Hi,
    I have a W2008R2 with VSS configured and running, I can see shadow copies till today saved in a volume D:, but when I go to see previous versions of a file or directory inside this volume, these previous versions don't appear since 17/11/2014. This date
    I changed the max value for number os shadow copies via registry editor, but I didn't check previous versions in files and directories later.
    I've checked writers with vssadmin command, and all writers are ok. No errors in system logs neither. I've tried restarting VSS service with no result.
    Is there any place I can check for solve this?
    Regards,
    Quique

    Hi Umesh:
    - Can you run "vssadmin list shadows" and see if it lists shadow copies? 
    Yes it does. Also checked if I can access to a the shadow copy, doing a mklink of the shadow copy
    volume, and I can access to shadow copies not listed in previous versions.
    - Reboot the server if possible and see if it helps.
    Done
    - Also check the below link. It is for Windows vista but I believe it still works for Windows 2008
    R2 as well.
    I found this article googling the problem, but I hace all checkboxes ok.
    - What is the number you set and what do you see in previous version tab?
    Default number os shadow copies is 64, I changed to 512 according to this article: https://msdn.microsoft.com/en-us/library/windows/desktop/bb891959(v=vs.85).aspx#maxshadowcopies
    I'm still with the problem...
    Regards,
    Quique

  • How can I recover my previously opened tabs / restore session?

    HI, I've been struggling the last few days to get back all the opened tabs I had in my Firefox window. My deault setting was to resume the Firefox session from where it was when I last exited Firefox. But some weird toolbar got somehow installed in my PC and when I uninstalled it all my browsing history was deleted (from all my browsers, IE, FF and chrome) and my precious Firefox tabs were gone.
    These tabs are really priceless, I collected them through some months of research and it would be impossible to redo all my work. Although I managed to find some of these sites in my browing history when I restored all of it via the "restore" function in places.sqlite file properties (in the "previous versions" tab), it's impossible to find the other sites I need by checking every visited site in my browsing history, there are thousands of them and it would be the same as starting all over from scratch.
    I know too that it was unbelievably stupid of me to not bookmark these sites before, but please, isn't there any way of retrieving those lost tabs? What irks me the most is the fact that the tabs weren't loaded when I opened Firefox, but only when I clicked on them, which means that I have no clue on which dates to find the tabs, since they were only visited at the time I found them, and never loaded again.
    I'd be most grateful to any hint that might solve this problem. Thank you for your attention.
    PS: I should mention I've already tried Window's "System Restore" but to no avail; when I open Firefox, after having a previous session restored, it will display the same tabs I left recently (as opposed to my previous tabs, that remain lost). My OS is a win7 64 bit Ultimate

    edvardgrieg put me on the right track so thanks. Though my solution was different.
    sessionrestore.js is indeed where your tabs are saved, and as you may have found out, if you lose your tabs this information is overwritten in the sessionrestore.js file.
    I am using Windows XP and so I did not have the Previous versions option described by edvardgrieg. What I did have was a couple of backups of the sessionrestore.js file. One was called sessionrestore.bak and the other sessionstore.bak-20131112160018 (the long number being the date it was made). So I merely removed sessionrestore.js and renamed my sessionstore.bak-20131112160018 backup to sessionrestore.js. Remember to close your browser before you do this otherwise your newly restored backup will be overwritten and your tabs lost forever, so back up the backup like I did before you do this.
    I also had a few months worth of tabs (approx 150). Glad to get them back.

  • Previouse Version Problem

    Dear Experts,
    I have problem with "Previous Version" 
    In our office, our clients need to get file back from " Previous Version" but when they right click on a folder on file server , and hit previous version , we saw only the folder version started from 3-6-2015 to 3-7-2015 only
    Could you let me know what happen to cause this problem? we need folder from 4-6-2015..
    Thanks 
    VeasnaYim

    Hi,
    When you enable Shadow Copies of Shared Folders on your file server, snapshots of the content of shared files and folders will be taken. These snapshots can then be accessed using the Previous Versions client.
    By enabling Shadow Copies of Shared Folders, you also create a default schedule that will create shadow copies at 7:00 A.M. and noon, Monday through Friday. There will also be a limit set on the amount of space that can be used to store the shadow copies.
    The default storage size is 10 percent of the source volume (the volume being copied). When the storage limit is reached, older versions of the shadow copies will be deleted and cannot be restored.
    If there are no previous versions listed, the file has not changed since the oldest copy was taken.
    https://msdn.microsoft.com/en-us/library/cc875808.aspx
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Previous versions displays only the 64 OLDEST previous versions for vista, win7, 2008, 2008R2, 2012

    I set HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\VSS\Settings\MaxShadowCopies to 128 which allows the server to create 128 shadowcopies - which it does.
    HOWEVER. the 'previous versions' tab on some clients only displays the oldest 64 previous versions and not the newest 64. I can verify this by changing MaxShadowCopies to 80, and I see the oldest 64 previous version but not the newest 16.
    Server is win08R2
    Client 2003r2 or XP: ALL 128 pervious versions are displayed
    Client vista/win7/2008/2008R2: ONLY the 64 oldest are displayed

    I set HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\VSS\Settings\MaxShadowCopies to 128 which allows the server to create 128 shadowcopies - which it does.
    HOWEVER. the 'previous versions' tab on some clients only displays the oldest 64 previous versions and not the newest 64. I can verify this by changing MaxShadowCopies to 80, and I see the oldest 64 previous version but not the newest 16.
    Server is win08R2
    Client 2003r2 or XP: ALL 128 pervious versions are displayed
    Client vista/win7/2008/2008R2: ONLY the 64 oldest are displayed
    http://technet.microsoft.com/en-us/library/ee923636(WS.10).aspx
    Only the last 64 are manageable... you have to update the registry.
    Try deploying that variable through GPO as a registry update, see if it changes on the client facing side.
    Computer Configuration\Preferences\Windows Settings\Registry - Right Click the blank section and select "New Registry Item"
    Action Update
    Hive Hkey_local_machine
    Key Path SYSTEM\CurrentControlSet\services\VSS\Settings
    Value MaxShadowCopies
    Value Type DWORD
    Value Data 128 
    Value Data Min. 1 Max 512
    Steve Kline
    Microsoft Certified IT Professional: Server Administrator
    Microsoft Certified Product Specialist
    Microsoft Certified Network Product Specialist
    This posting is "as is" without warranties and confers no rights.

  • Always assets links are missing when changing the location.

    Hi community: Can you share your ideas with me?
    Since adobe muse older versions, asssets files are missing when changing the location or computer. For example develop some project on "desktop" when it move to another location( ex: Another partition or folder with different name), assets says links are missing, we have to relink all assest, is there are any way to fix it? why is that keep happenings? when i design muse templates to sell, it is serious problems to me .
    Can you help me, thank you community!

    Hi,
    Oracle have a tool for precompiling JSP's it's called ojspc
    You can then turn JSP compilation off on the server.
    Here's a batch file that I use.
    Brenden
    @echo off
    set ORACLE_HOME=C:\[Jdev_install]\jdevstudio10133
    if not exist %ORACLE_HOME%\j2ee\home\ojspc.jar goto error
    java -Djava.compiler=NONE -Doracle.home=%ORACLE_HOME%  -jar %ORACLE_HOME%\j2ee\home\ojspc.jar -extend com.orionserver.http.OrionHttpJspPage yourapp.war
    goto end
    :error
    @echo ERROR: %%ORACLE_HOME%%\j2ee\home\ojspc.jar not found.  Please set ORACLE_HOME to point to an OC4J or OracleAS instance and retry.
    :end
    if "%OS%" == "Windows_NT" endlocal

  • Changing Indesign language versions in CS 6

    I downloaded Indesign CS6 from the Cloud and have been using it successfully. I then had a Japanese project and so downloaded the Japanese version of Indesign. That worked great, however, I don't know how to switch it back to the English version. I watched the video on switching the languages and it only shows you how to download another language, not how to go back. In my application folder it only shows one version of Indesign and I can't reinstall the English as it shows it is already installed. But when I open a new file, I still get the Japanese version. Any ideas?

    Hi Lucy,
    You have to uninstall the Indesign version installed on the computer and change the language local from AAM.
    http://tv.adobe.com/watch/learn-creative-cloud/installing-multiple-languages-of-a-desktop- application/

  • How can I change Illustrator language to English?

    I have subscripted to Adobe Cloud and downloaded Photoshop/Illustrator but the default language at that time (in my Adobe Application Manager) was Portuguese so it installed the portuguese version of Photoshop and Illustrator.
    Changing the language in Adobe Application Manager preferences and re-downloading Photoshop changed its language but the very same procedure didn't look like to work with Illustrator.
    Can I have to setup something else in order to make it work?

    Okay, so I know this is almost 3 years old, but I struggled a lot with this and finally found a solution for windows:
    I'm on a windows 8.1 with adobe cc 2014
    Change language in CC and reinstall illustrator as described in the video posted earlier:
    http://tv.adobe.com/watch/cs6-creative-cloud-feature-tour-for-design/installing-multiple-l anguages-of-a-desktop-application/
    Move undesired language pack file folders (mine was named da_DK for Danish) from the folders below to a backup location on your computer:
    Presets
    Extra features
    Support files > required > resources
    Now when I open illustrator everything is in English!

Maybe you are looking for

  • How do i get my new device to show up in my itunes

    I just got a new iPad mini and am trying to sync it on iTunes, but the device will not show up.  I have made sure that the latest version of iTunes is installed and I've tried rebooting the computer with the iPad connected and not.  Nothing seems to

  • Safari wont open gmail. too many redirects. HELP!

    Suddenly I am having a problem accessing my gmail account via Safari on my iPad. It keeps giving me the eroor message "Too many redirects". Any suggestions on how to correct this without restroing the whole iPad? Thanks

  • RFC configuration for system monitoring / Early Watch reports

    Hello Basis Gurus: Please help me out..... The early watch reports in the solution manager of my system are failing consistently to execute.This is happening for all the 3 systems DEV,QAS,PRD.when i click on individual earlywatch reports it takes me

  • Error after starting AE

    Heay guys, every time i start After Effects i get a error .... I tried everything .... Maybe you can help me ? PC Specs: intel xeon e3-1231v3 GTX 970 16gb Ram If you need informations tell me

  • ERMS Mail distribution

    Hi Gurus, We have a requirement for ERMS scenario. When an E-mail is received from external source into CRM system we can see that mail by logging in to IC_MANAGER role. Agent is not able to see this until he's assigned to it. But our requirement is