What patches are needed to go from 14.0.7116.x to 14.0.7128.x

A team member patched his system using windows update but his revision is dofferent and his version x.7128 does not crash but the rest of the team with the older  x.7116  crashes when they try to open up his files.
How to bring them all up to the same revision because running windows updates on all of them is not doing the fix.
Otherwise everything else is just fine on the pc.
ALERT ALERT! ALERT!

Hi,
This is a forum for Visio. Since this issue is related to Windows client, I recommend you post it in Windows client forum.
http://social.technet.microsoft.com/Forums/windows/en-US/home?category=w7itpro%2Cw8itpro%2Cwindowsvistaitpro%2Cwindowsxpitpro%2Cwindowsintune 
The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us.
Regards,
Greta Ge
TechNet Community Support
It's recommended to download and install
Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
programs.

Similar Messages

  • What patches are needed for OCS R1 singlebox Windows installation

    Hi there,
    I'm trying to install OCS R1 on Windows 2000 server and I wanted to know if I need any patch to perform the installation.
    I'm following the Note 221812.1 and according to it I have created email accounts as mailadmin (System Administrator) and now I should apply the patch 2606325, but I don't know if this is required for Windows. It probably is, because I skip this step and test the mail system by sending mails between the accounts already created and I get a message which says that: an error has occurred at attempting to send the message.
    I don't know if this is due to the fact that I haven't applied the patch or due to something else...
    I would appreciate any help.
    Best regards,
    Jorge

    I tried to check out that note of yours, i think it no longer exists, the same goes for the patch number.
    Anyway from my linux install as far as the installation goes, there was no need for patches ocs installs without them. However if you want to use something like workflow for files, then you need a few patches.
    Firstly you need to patch which is applied after your workflow installation - i cannot rememeber its number, but you should find it in eithr the files admin guide or files release notes for 9.0.3.
    In addition to that, when you install workflow, you also need to add a few languages, which if you do not with result in your workflow/files integration failing.

  • HT1386 Switching from a pc to a Mac. What steps are needed to get my iPhone and iPad to work with my new Mac?

    What steps are needed when upgrading from a pc to a Mac?

    Copy everything from your old computer to your new one.

  • Newbie: how to find wich patches are needed?

    I have a number or Oracle DB's (previously installed by someone) from 10.1 to 11.1.
    I would like to patch some of them if needed, but I don't know how to find patches are needed?
    tnx

    Hi,
    The following methods will help to know what are the patches installed at your ORACLE HOME
    1) opatch lsinv -bugs_fixed
    This option will give description of installed patches as below, but the opatch version should be higher than
    10.2.0.4.5 for version 10.2 ORACLE_HOMEs
    $ opatch lsinv -bugs_fixed
    8576156 8833280 Tue Feb 09 16:54:18 MST 2010 DATABASE PSU 10.2.0.4.3 (INCLUDES CPUJUL2009)
    8833280 8833280 Tue Feb 09 16:54:18 MST 2010 DATABASE PSU 10.2.0.4.4 (INCLUDES CPUOCT2009)
    2) select substr(action_time,1,30) action_time,
    substr(id,1,10) id,
    substr(action,1,10) action,
    substr(version,1,8) version,
    substr(BUNDLE_SERIES,1,6) bundle,
    substr(comments,1,20) comments
    from registry$history;
    This option will work when post installation has been performed for that patch
    thanks,
    Krishna

  • How do I determine what xtras are needed?

    From the searching I have done it appears that xtras equired are mostly trial-and-error.
    Is there an efficient way to determine what xtras are needed for each lindividual movie?
    My programs are divided into a series of sequential movies.  At the end of each movie
    there is a goto statement to launch the next movie.  Does that require me to determine
    xtras for each separate movie? 
    In a perfect world there would be a way for Director to search a  folder for and present an aggregate list of all xtras required for that set of movies.
    If no such method exists, what is the recommended hunt and peck system?

    Thanks for the response, rduane.  But I refer to the procedures as a bit random for the reasons you mentioned in your explanation.  For example, you stated that, "Director will normally add all of the Xtras that you need to each movie as you build it".  And, yes, I know that it does add some automatically.  But, if Director really does "add all of the xtras that you need to each movie as it is built", how could I ever jump to one that is missing a needed xtra?  If it needs it, why wasn't it added when it was built?
    So, that's the reason I mentioned "trial and error", and "hunt and peck".  The system is not reliable in its handling of xtras, or which ones are needed where.  I am familiar with workarounds such as going to each movie and selecting Modify>Movies>Xtras to see which ones Director has added,  But that is all it tells you.  It does not tell you if it has added all the xtras "needed".  And when the error message comes up, it does name the missing xtra, but not which movie needs it.  So, one has to go find the named xtra and copy it over to the Xtras folder. 
    At least, that's what I do to fix it.  But I asked the question because I wanted to know if Xtras handling itself is unreliable, or if I'm doing something incorrectly.
    Dewey-+

  • What commands are needed to configure authentication?

    I'm running the JaasAcn Sample from a DOS prompt on a Win XP client and am getting 'authentication failed'. My Active Directory Realm is AD.COURSEWIZARD.COM and the KDC FQDN is ad.ad.coursewizard.com. It succeeds when I run the 'Sample' locally on the AD server. If I set 'isInitiator=false' in jaas.conf, it succeeds no matter what I enter for username & password. It seems that I need to configure an SPN.
    When setting an SPN, are you declaring that a particular AD user account is associated with a remote service that will be requesting authentication?
    Do I have to also use the 'ktpass' command, even though I'm using a Win client?
    If I use ktpass, but am just testing with a PC on the Inet, should I just use my IP address for domain since I don't have a FQDN?
    Do I need to move the keytab file, created by ktpass, to the client and configure it to use it?
    Does the ADS need to have a krb5.conf or krb5.init file? I don't see one under '../drivers/etc/'.
    What commands are needed in order to configure the server, and client, to authenticate successfully?
    Cheers

    Sorry, I haven't seen a nice JGSS for Windows guide yet.
    Back to your questions:
    1. When setting an SPN, are you declaring that a particular AD user account is associated with a remote service that will be requesting authentication?
    IMHO, setspn creates a service-like alias for a normal AD account, so that GSS style server program can use it as a NT_HOSTBASED_SERVICE name.
    2. Do I have to also use the 'ktpass' command, even though I'm using a Win client?
    ktpass is used at the server side, what you use at client side is unrelated.
    3. If I use ktpass, but am just testing with a PC on the Inet, should I just use my IP address for domain since I don't have a FQDN?
    Porbably not. Anyway, AD works fine with a DNS. If you haven't one, config the AD server as a DNS server.
    4. Do I need to move the keytab file, created by ktpass, to the client and configure it to use it?
    No, keytab is used at server side. The client side uses the native credentials cached in LSA after you login to Windows as an AD account.
    5. Does the ADS need to have a krb5.conf or krb5.init file? I don't see one under '../drivers/etc/'.
    Yes, Java needs the file for both client and server JGSS programs. Normally it should be inside the WINDOWS directory. Somethign weird woun happen if you uses Terminal Services or else. Add -Dsun.security.krb5.debug=true to the Java command line will show you when Java tries to look for this file.
    6. What commands are needed in order to configure the server, and client, to authenticate successfully?
    You need setspn.exe and ktpass.exe on the server to create the SPN and the keytab file. No tools are necessary on the client side, but MS's kerbtray.exe and klist.exe (attention: MS's klist, not Java's) are nice. BTW, a nice network sniffer (say, Wireshark) is also useful.
    I'm not an expert on all these questions, but I cannott resist the temptation to give an answer to each of them.

  • What wires are needed to connect to a projector

    What wires are needed to connect a macbook to a projector

    A VGA or HDMI cable (Perferably HDMI). But you need mini-displayport connectors to the specific cables.

  • HT4623 my phone is locked. it says to iphone disabled connect to itunes. what do i need to do from here..?

    My iphone is locked. its says iphone diasabled connect to itunes.. what do i need to do from here..?

    Open iTunes on computer, connect iPhone to computer with USB Cable, Restore iPhone.

  • While doing ODI migration what things are needed to be setup in Topology?

    While doing ODI migration what things are needed to be setup in Topology manager ?
    1.Like in Toplogy in file we hive file paths.
    2. In Planning we set Logical schema .
    Not sure about other things.
    Hoping some can can help!!!!!!!!!!!!!!!11

    Lots of things are defined in the topology manager - below is a simplified list
    1) Physiccal Schemas the actual connection information / details related to any technology you plan to use in your ODI integration interfaces
    2) Logical schema, abstracted version of the Physical schema which allows greater flexibility ad reuse across environments
    3) Contexts - how you asssociate logical and physical schemas
    4) Agents - manage the execution of ODI jobs
    When you talk about migration, do you mean moving ODI objects between seperate environments such as Dev and Prod? If so you will need to ensure that all the technologies you use in Dev are present in Prod. The physical layer has been set up with all the correct connection details. Your logical scemas has been set up matching your configuration in the dev environment and you have used the contexts to associate the logical and physical layers as per your dev configuration.

  • WHAT PARTS ARE NEEDED TO SHOW MY MAC 10.8.4 OVER TV-.

    WHAT PARTS ARE NEEDED TO SHOW MY MAC 10.8.4 OVER TV….

    About AirPlay Mirroring in OS X Mountain Lion
    You need:
    An AirPlay-enabled device such as http://store.apple.com/us/ipod/ipod-accessories/apple-tv
    A suitable TV monitor
    A network
    HDMI cable
    A compatible Mac:
    iMac (Mid 2011 or newer)
    Mac mini (Mid 2011 or newer)
    MacBook Air (Mid 2011 or newer)
    MacBook Pro (Early 2011 or newer)
    Or, depending on the model Mac you intend to use: a Thunderbolt or MiniDP or DVI to HDMI adapter for a wired connection to your TV or AVR

  • What patches are applied to the vanilla kernel to make kernel26?

    I tried to find some information on the wiki, but it all it says is "Vanilla kernel with some patches applied". So what patches are applied?
    Last edited by tjbp (2011-07-27 13:48:42)

    http://projects.archlinux.org/svntogit/ … l26/trunk/ refers to ftp://ftp.archlinux.org/other/kernel26/
    The paths will change for linux 3.0.

  • What skills are needed to manage Exalogic?

    Hi there
    Please let me know if I should be directing this question to another Forum and which Forum it should be.
    We are thinking of purchasing Exalogic with a view to having a private Cloud.
    What skills are needed or teams in order to manage Exalogic in-house?
    I've used google but not really found the answers other than a couple of Oracle docs which suggest sys admins teams, network teams, etc could all have a hand in the management as they currently exist.
    However, Management are wondering if a new team needs to be formed and what skills that team should have.
    As we already have Exadata under the DBA team they are wondering if the skills the DBAs have will also apply for Exalogic.
    Thanks.

    Others are welcome to jump in!
    Thanks and stay tuned to for results next week<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/technology">The Technology HomePage</a> for tally and scores

  • Hi good morning, I'm from malaysia, can I use apple education package my wife is a teacher, I'm interested for mac 13 inch water for her I be able to buy used apple education package how and what documents are needed

    hi good morning,
    I'm from malaysia,
    can I use apple education package
    my wife is a teacher,
    I'm interested for mac 13 inch water for her
    I be able to buy used apple education package
    how and what documents are needed

    You will need to contact th Apple Store. This is a user to user forum.
    http://www.apple.com/contact/
    http://store.apple.com/us-hed

  • SCCM report says 17 patches are needed, but they are not needed

    Another weird one. I've had this before with just 1 patch needed but never figured it out. But now I have a Server 2012 box (SCCM 2012 R2 CU4) that report "Compliance 5 - Specific computer" says need 17 patches. Software Center on the box says
    none are needed. Patches are downloaded and installing on other computers. In Windows Update\View Update History, it says all 17 patches successfully installed ON THE SAME DAY. So I think something happened with the patch run on that day and Software Center
    and Update History say they finished but somewhere in the db it thinks they haven't. Cache purges, reboots, and running all actions on the actions tab haven't helped.
    Patches that have come up as needed after that day install and report as completed just fine.
    Any ideas?
    Ben JohnsonWY

    why that works: what can happen is that occasionally, somewhere between a client and the MP, the MP processing, and processing into the database, statemessages might become corrupt or somehow else 'lost'.  normally not a big deal; but for software updates
    to get a client to re-report "current" state of all software updates currently known about at the client, that little snippet needs to be re-run.
    In my environment about 2x a year I have all my clients re-submit their software updates state (enable a deployment for a while, then disable it).  I don't know how many clients "might be" in a misreporting state, but it gives me the warm
    fuzzy that I'm doing my best to reduce the possibility that computers might be listing they are missing an update, when they aren't.
    Standardize. Simplify. Automate.

  • I want to use SKYPE... what mike do I need & what Prefs are needed?

    My G4 has a mike input plug ... But the mike I was using on my old Graphite sys will not fit.
    Can anyone recommend a mike to use for SKYPE on my machine and please explain what Sys prefs are needed?
    Thanks in advance.
    Jim B

    You didn't say what kind of G4 you had, but bear in mind some Macs have a mic-level input and others have a line-level input. Those with the latter (eg the latest G5 dual core Macs) don't pick up enough sound from a normal microphone without an amplifier. It's confusing because both inputs use a 3.5 mm headphone style plug and they look identical.
    So if you're buying a headset that you might want to use if/when you change Macs, USB is the way to go.
    I use the Logitech 350 USB headset and avoid the mic input altogether. It's best to use a headset rather than a mic, because the incoming audio from your caller won't 'feed back' into your microphone. You can use non-usb headsets coupled with Griffin's iMic USB adaptor as well, but that's an expensive solution.
    Hope that helps.

Maybe you are looking for

  • Can anyone help with Automator/Scripts with Mail Items

    I have a set up a smart folder in mail and it shows about 100 emails. These vary in content, addresses and recipients. The emails also have an extended threads. I need to generate a report with the emails (including threads) by subject time, date. et

  • I dont know how to get the screen from "Connected do not eject

    I just got an ipod nano(3rd generation) listened for hours then went to put more songs on and forgot to eject now it is stuck on "Connected Eject before disconnecting" itunes does not recognize how do i fix this.

  • SO creation

    Dear all, I am creating a sales order using bapi BAPI_SALESORDER_CREATEFROMDAT2. after creating a sales order when i see the Sales order in va03 the plant field at header level is blank.  I am getting the plant at the item level. How can i populate 

  • Firefox doesn't load the whole webpage, the top part where it says login is not displayed. whole

    When the page loads the top of the website where it says login is cut off. Cleared cache. Recent history under tools menu is grayed out. I am using Firefox for Windows XP,

  • Re: Broadband Light off (no connection)

    Hi, This morning I noticed that I no longer have broadband. I have a blue power light and a blue wireless light, but have no broadband or phone lights. I have checked all connections, tried a new filter, removed all other items and just have the Home