Update Name

Hi All,
In the table the names are having diffrent spaces for one name only one space between the words,for another name two spaces between words,for other names three spaces between the words.
I want to update with single space how can we that.
Please help me on this scenario. I am giving the data as follows.
CREATE TABLE student(sname VARCHAR2(30));
INSERT INTO student VALUES('PRAKASH BABU');
INSERT INTO student VALUES('RAJESH KUMAR');
INSERT INTO student VALUES('POORNA CHANDAR');
INSERT INTO student VALUES('ANIL RAJ');
INSERT INTO student VALUES('ABHI RAM KONA');
INSERT INTO student VALUES('SRI TEJA MEDI');
Like this the table contains millions of rows.
I want to update the names like this.
PRAKASH BABU
RAJESH KUMAR
POORNA CHANDAR
ANIL RAJ
ABHI RAM KONA
SRI TEJA MEDI

Hi,
Thanks for posting the sample data.
It looks perfect already. Perhaps that's because this site compresses whitespace. Whenever you post anything on this site where spacing is important, type these 6 characters:
\(all small letters, inside curly brackets) before and after each section to be formatted.
For example:INSERT INTO student VALUES('PRAKASH BABU');
INSERT INTO student VALUES('RAJESH KUMAR');
INSERT INTO student VALUES('POORNA CHANDAR');
INSERT INTO student VALUES('ANIL RAJ');
INSERT INTO student VALUES('ABHI RAM KONA');
INSERT INTO student VALUES('SRI TEJA MEDI');
Tubby's solution might be more efficient if you add a WHERE clause:UPDATE student
SET      sname = REGEXP_REPLACE ( sname
               , ' {2,}'     -- ( and ) are not needed here
WHERE     sname     LIKE '% %'
That way, less redo will be generated, and triggers will not fire for the rows that are already okay.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Query to show MS updates including update name, OS applicable...

    Hi guys, does anyone have a SQL query which will provide the following results?
    Article ID
    Update Name
    Applicable to which OS
    Bulletin ID
    Classification (critical, Rollup, etc.)
    Whether or not it's expired
    Whether or not it's enabled
    CI ID
    I can get most of these by using the below query, but how I do I get the classification and which OS they are applicable?
    select CI_ID, IsEnabled, IsExpired, IsSuperseded, Title, Description FROM v_UpdateInfo
    Is there another table I should be using/referencing?

    Hello,
    Software Updates Views in Configuration Manager
    should be helpful to you. If SUSDB is installed on SQL server instead of windows internal database, you may also try
    WSUS views.
    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 Subscriber Support, contact [email protected]

  • Zlmmirror issue for SLE-11-SDK-SP1 updates - name limits

    zlmmirror cannot install the following bundles because the name exceeds the apparent 64 character limit for edirectory object names:
    Code:
    patch-sdksp1-ssl-support-python-urlgrabber-3802_SLE11-SDK-SP1-Updates
    patch-sdksp1-suse-manager-registration-tools-3970_SLE11-SDK-SP1-Updates
    Using the following exclusions to permit mirroring completion:
    Code:
    <Catalog>
    <Name>SLE11-SDK-SP1-Updates</Name>
    <Folder>sle-11/SDK/SP1/patches</Folder>
    <Target>sles-11-x86_64</Target>
    <ExcludeBundle>patch-sdksp1-ssl-support-python-urlgrabber-3802_SLE11-SDK-SP1-Updates</ExcludeBundle>
    <ExcludeBundle>patch-sdksp1-suse-manager-registration-tools-3970_SLE11-SDK-SP1-Updates</ExcludeBundle>
    </Catalog>
    ndsstat:
    Code:
    [1] Instance at /etc/nds.conf: ###
    Tree Name: ###
    Server Name: ###
    Binary Version: 20216.83
    Root Most Entry Depth: 0
    Product Version: eDirectory for Linux v8.8 SP3 [DS]
    To determine the packages of the excluded bundles for manual buildup:
    Code:
    zlmmirror bpl ...

    Sorry for the late reply. Using 7.3.4.
    Here's a test config (sle11-sdk-sp1-alt.xml)
    Code:
    <ZLMMirrorConf>
    <Session>
    <RemoteServer>
    <Base>https://nu.novell.com/repo</Base>
    <Type>nu</Type>
    <User>******</User>
    <Password>*****</Password>
    </RemoteServer>
    <LocalServer>
    <Type>zlm</Type>
    <User>******</User>
    <Password>******</Password>
    </LocalServer>
    <Catalog>
    <Name>SLE11-SDK-SP1-Updates</Name>
    <Folder>sle-11/SDK/SP1/patches</Folder>
    <Target>sles-11-x86_64</Target>
    <Bundle>patch-sdksp1-ssl-support-python-urlgrabber-3802_SLE11-SDK-SP1-Updates</Bundle>
    <Bundle>patch-sdksp1-suse-manager-registration-tools-3970_SLE11-SDK-SP1-Updates</Bundle>
    </Catalog>
    </Session>
    </ZLMMirrorConf>
    Here's the command:
    Code:
    zlmmirror m --force-nevra -v -c /etc/opt/novell/zenworks/sle11-sdk-sp1-alt.xml
    Still getting the error. Here's the log tail from /var/opt/novell/log/zenworks/zlmmirror.log
    Code:
    Creating bundle "/sle-11/SDK/SP1/patches/SLE11-SDK-SP1-Updates-patches/patch-sdksp1-ssl-support-python-urlgrabber-3802_SLE11-SDK-SP1-Updates"
    Error: An error occurred while trying to create the bundle "/sle-11/SDK/SP1/patches/SLE11-SDK-SP1-Updates-patches/patch-sdksp1-ssl-support-python-urlgrabber-3802_SLE11-SDK-SP1-Updates". (The object could not be created. This could be because the name is too long, or the object is too deep in the folder hierarchy.)
    com.novell.zenworks.zlmmirror.server.MirrorServerException: An error occurred while trying to create the bundle "/sle-11/SDK/SP1/patches/SLE11-SDK-SP1-Updates-patches/patch-sdksp1-ssl-support-python-urlgrabber-3802_SLE11-SDK-SP1-Updates".
    at com.novell.zenworks.zlmmirror.server.ZLMLocalServer.createPackageBundle(ZLMLocalServer.java:1783)
    at com.novell.zenworks.zlmmirror.server.CatalogProcessor.createLocalBundle(CatalogProcessor.java:494)
    at com.novell.zenworks.zlmmirror.server.CatalogProcessor.processBundle(CatalogProcessor.java:257)
    at com.novell.zenworks.zlmmirror.server.CatalogProcessor.processCatalog(CatalogProcessor.java:135)
    at com.novell.zenworks.zlmmirror.server.ZLMLocalServer.update(ZLMLocalServer.java:774)
    at com.novell.zenworks.zlmmirror.MirrorSession.mirror(MirrorSession.java:525)
    at com.novell.zenworks.zlmmirror.MirrorSession.executeCommand(MirrorSession.java:489)
    at com.novell.zenworks.zlmmirror.MirrorSession.execute(MirrorSession.java:284)
    at com.novell.zenworks.zlmmirror.ZLMMirror.executeMirrorSession(ZLMMirror.java:294)
    at com.novell.zenworks.zlmmirror.ZLMMirror.main(ZLMMirror.java:152)
    Caused by: com.novell.zenworks.zlman.services.coreapi.admin.CoreAPIFault={_Message=The object could not be created. This could be because the name is too long, or the object is too deep in the folder hierarchy.,_Type=5}
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at java.lang.Class.newInstance0(Class.java:308)
    at java.lang.Class.newInstance(Class.java:261)
    at com.novell.zenworks.zlman.services.coreapi.admin.CoreAPIFaultMarshaler.deserialize(CoreAPIFaultMarshaler.java:35)
    at com.sssw.jbroker.web.soap.LiteralEncodingStyle.readObject(LiteralEncodingStyle.java:433)
    at com.sssw.jbroker.web.soap.LiteralEncodingStyle.readObject(LiteralEncodingStyle.java:410)
    at com.sssw.jbroker.web.soap.LiteralEncodingStyle.readObject(LiteralEncodingStyle.java:372)
    at com.sssw.jbroker.web.core.InputStreamImpl.readObject(InputStreamImpl.java:278)
    at com.novell.zenworks.zlman.services.coreapi.admin.CoreAPIBinding_Stub.createPackage(CoreAPIBinding_Stub.java:5152)
    at com.novell.zenworks.zlmmirror.server.ZLMLocalServer.createPackageBundle(ZLMLocalServer.java:1764)
    ... 9 more
    Caused by: com.sssw.jbroker.web.portable.ApplicationException
    at com.novell.zenworks.zlman.services.coreapi.admin.CoreAPIBinding_Stub.createPackage(CoreAPIBinding_Stub.java:5159)
    ... 10 more
    An error occured while processing the request. Please check the log file for details

  • Uninstall patch update by referring to the full patch update name

    I'm able now to uninstall a patch based from the KB number by using below command line. But recently, I had encountered an issue with one of the IE 9 patch update. The solution was to uninstall only the IE9 update but unfortunately, all of the
    other updates for IE 10, IE 11 have also the same KB number with the IE9 update.
    I cant use below command line and target to all machines as it will also uninstall the IE10 and IE11 updates. As a workaround, I queried only IE9 machines in the target collection. Is there a way that I can use below command and specify the full update name
    instead of just the KB number?
    C:\Windows\System32\wusa.exe /uninstall /kb:2781197 /quiet /norestart

    you can, as Peter says, and as per
    https://support.microsoft.com/kb/934307
    But... that's not very efficient to send the wrong patch package to machines?
    Why not create a query-based collection and only target that?
    You could use a DCM baseline, etc.
    Or you could use appmodel requirements.
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Need help with updating Name Server update for home webserver

    I set up a webserver at home to run my own domain/website. I am able to type my IP address into Safari/IE and get to my website fine. I now need to update the NameServer with the previous domain hosting service, but I have no idea how to find out the NameServer (Compast is my ISP) to put into the UPDATE NAME SERVERS form for the previous hosting company. I need to obviosly do this before people who type in my web address can be directed to my home server instead of the old hsoting company. The previous hosting server is ns.teammediaonline and ns1.teammediaonline.com. Do I use something like ns.comcast.net or something? I already have the IP address and know it works fine. Comcast does notchange the IP's too often and I will not have much traffic to my site, so I should not have any issues with them. I am sure this is a very simple issue. Any help would be greatly appreciated.

    Hi--
    You definitely do not want to contact Comcast. Servers are forbidden to their residential customers. If you contacted them, not only would they refuse to help, that might put you on a list to watch in case you do set one up. Now, if you're careful, don't server out a lot of traffic, and aren't a general nuisance to the people on your node, they most likely won't notice if you don't contact them.
    However, you'll need to look into a different DNS solution. Do a search for "Dynamic DNS" and you'll find a number of services that will be able to help you out. This one, DynDNS, has some reading material that might help to explain what you need to do...
    charlie

  • Update name, surname from display name - script needed

    Hello
    I'm moved from Postfix to Office365. My users has only display name field filled. This is a problem when we try to find an user, because only way is to find it when You will put name in search field.
    I decided to build a script that will first check if the user has "Name" is filled if not then we need to take  display name. Divide it (take first word into name and rest into
    surname). Next update users name and surname.
    I try to make such script but my skills are not enought to do it, so I ask You for help. I know that this is a piece of cake for You ;)
    Regards
    SLawek

    Hi,
    Prewritten scripts can be found in the repository here:
    https://gallery.technet.microsoft.com/scriptcenter
    If you don't find what you need and you can't write your own, you can request a script here:
    https://gallery.technet.microsoft.com/scriptcenter/site/requests
    Let us know if you have any specific questions.
    Good luck.
    Don't retire TechNet! -
    (Don't give up yet - 13,225+ strong and growing)

  • Post ios5: Why doesnt itunes updates name/album changes to 4g ipod Touch, changes show in ipod music library, but dont sync across

    Post ios5: Why doesnt any music name/album changes on library show on ipod Touch 4G after sync, changes show in ipod music library, but dont sync across and show on ipod

    Just wondered if anyone had any other suggestions.

  • Sharepoint update name Required

    Hi,
    I have Sharepoint Server 2010 with SP2 installed. Cumulative update is done upto February 2014. But now i face issue in workflow not triggering automatically. Once restarted workflow manually for the first time it runs properly. Also this issue is affected
    in both Custom Workflow and Sharepoint Designer Workflow. Please advise how can i fix the issue. Do i need to install any Cumulative update for it.

    Hi,
    According to your description, my understanding is that you want to set the other field required if the dropdown list value is 2.
    I suggest you can use Jquery Validate Plugin to achieve it. You can place the Jquery code under the PlaceHolderMain tag in the New/Edit form page.
    Here is a code snippet for your reference:
    More information:
    b: {
    required: {
    depends: function(element){
    return $("#dropdownlist").val()=="2"
    c: {
    required: {
    depends: function(element){
    return $("#dropdownlist").val()=="2"
    d: {
    required: {
    depends: function(element){
    return $("#dropdownlist").val()=="2"
    e: {
    required: {
    depends: function(element){
    return $("#dropdownlist").val()=="2"
    More information:
    jquery validate plugin require field if another field has a value and vice versa
    Jquery Validation Plugin
    Thanks
    Best Regards,
    Jerry Guo
    TechNet Community Support
    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]

  • "OS X" update name in Software Update

    From time to time, in Software Update, I will see "OS X" listed as installed and the date. What is getting installed? I don't think it is Xprotect. Is it the messages that tell you a plug in is out of date?
    In the Install plst, I see this:
    <key>date</key>
      <date>2015-02-01T12:33:30Z</date>
      <key>displayName</key>
      <string>OS X</string>
      <key>displayVersion</key>
      <string></string>
      <key>packageIdentifiers</key>
      <array>
      <string>com.apple.pkg.InstallMacOSX</string>
      </array>
      <key>processName</key>
      <string>storeagent</string>
      </dict>
    </array>
    </plist>

    Thanks, Kappy, but I'm not doing a very good job on communicating. This generic OSX update thing happens once in awhile. I'm not going in an running software update, nor do I have anything set to do so in the background. The info at the top is from the receipts plist file. I have nothing in the receipts folder you mentioned. Sadly, SL hasn't received any OS updated since 10.6.8 other than printer and iTunes. I thought it might be something pushed from Apple displaying via Mac App store to update to yosemite or mavricks. It's a mystery. I don't suspect anything bad, just trying to figure out what this reprents.
    Appreicate your patience..

  • 'Data' appears as IPOD name in IPOD Updater

    This IPOD Nano is doing my head in.
    I bought a Nano back last year and everything worked fine. Then one day 'Data' appeared as the IPOD name in ITunes when I plugged my IPOD in. It looked like it was updating my ipod, but nothing was upload to it. When I opne Explorer, my IPOD did not appear as Removable Storage.
    I sent it back to Apple and then sent me out a new one. It worked fine for about two days. Now the same thing is happening again.
    I tried everything, reset, restarting, reinstalling itunes, software updater. It says 'Data' when I load the Software Updated
    Name: Data
    Capacity: 131.8 GB
    Its only a 2GB nano, so its looks like it think my hard drive is the nano
    At this stage I am thinking of binning it and getting a normal mp3 player
    any ideas
    Dell   Windows XP Pro  

    Name: Data
    Capacity: 131.8 GB
    Its only a 2GB nano, so its looks like it think my hard drive is the nano
    That's exactly what's going on.
    Don't despair... this is a very simple problem to resolve.
    You need to go into Disk Management in Windows (Computer Management > Disk Management) and assign a new drive letter to your iPod. You currently have a conflict where your iPod is trying to use the same drive letter as another drive on your system.
    You need to assign a unique drive letter to each drive, including the iPod.

  • Updating a persons name using toplink uow

    Hi,
    I am having problems updating the name of a PERSON. I am using Toplink with a SessionBeanFacade.
    I am using a Backing Bean, which is calling the Session Bean Facade. I was debugging the code and the strange thing is: I can see the updated name in the entity and in the uow, but after uow.commit the updated name isn't in the database. Why won't the values from the uow persist?
    SESSION BEAN FACADE
      public Object mergeEntity(Object entity) {
        UnitOfWork uow = getSessionFactory().acquireUnitOfWork();
        Object workingCopy = uow.readObject(entity);
        if (workingCopy == null)
          throw new RuntimeException("Could not find entity to update");
        uow.deepMergeClone(entity);
        uow.commit();
        return workingCopy;
    BACKING BEAN
      public void recoverBusinesspartner(ActionEvent actionEvent) {
        DCBindingContainer dcBind = (DCBindingContainer)getBindings();
        DCIteratorBinding iterBind = (DCIteratorBinding)dcBind.get("personIterator");
        iterBind.getCurrentRow().setAttribute("name", "Bodhy");
        dcBind.getOperationBinding("mergeEntity").execute();
      }Thank you
    Bodhy
    Edited by: Bodhy on 30.09.2008 06:02
    P.S. I don't get any errors or some other message in my log. I am using JDeveloper 11g TP3

    Hello,
    Glad you found the problem. As I mentioned in my previous post, you should not be modifying objects from the session cache. When you do any sort of query on a session other than a UnitOfWork, the objects returned exist in the shared session cache. When you register an object, the state of the object is pulled from the session cache and used for a comparison - TopLink will think that is the state the database is in.
    This is why Detach resolves the issue- it makes a copy of the object so that changes to it do not get put into the cached copy.
    I would recommend looking at:
    http://www.oracle.com/technology/products/ias/toplink/doc/1013/main/_html/cachun001.htm
    and
    http://www.oracle.com/technology/products/ias/toplink/technical/unitOfWorkWP.pdf
    to see how caching and the UOW work in TopLink
    Best Regards,
    Chris

  • Table updation with field name

    Hi All,
    There is a question running in my mind. If i am filling multiple data in a same text area then whether it will update the database table for that column or not. Lets take an example.
    I have a workspace MTN, USERNAME: [email protected] and PASSWORD is tiyotim. In that i have an application made 41727. Under page 1 of ths application i have created few items in one region and a submit button.
    If you see my database i have a table called CLUB which is having columns ID, NAME, CLASS, CLASS_ATTRIBUTE_NAME_1, CLASS_ATTRIBUTE_VALUE_1 etc. The table dont have any data as of now
    In my application page when i am putting
    ID as 1,
    NAME as MARKETING,
    CLASS as MARKET,
    CLASS_ATTRIBUTE as NAME - COSMETIC
    NAME - PEN
    NAME - PAPER
    When i press the GO button my CLUB table columns should update in this form
    ID as 1,
    NAME as MARKETING,
    CLASS as MARKET,
    CLASS_ATTRIBUTE_NAME_1 = NAME
    NAME
    NAME
    CLASS_ATTRIBUTE_VALUE_1 = COSMETIC
    PEN
    PAPER
    Would like to hear from you on all.
    Thanks in advance.
    Regards

    Hi Munky,
    I understand what you are tried conveying me...but my question is not that. If you see my fields in the application you will find it is taking the database column and on basis of that it is updating the database columns. But for the field CLASS_ATTRIBUTE_NAME_1 which is the text area. If i write in the text area NAME- COSMETIC, it should update NAME data in the CLASS_ATTRIBUTE_NAME_1 column of database and COSMETIC data in the CLASS_ATTRIBUTE_VALUE_1.
    Hope i made you able to understand what i am trying to ask.
    Regards

  • System Image Utility- update computer name file?

    Is there any way to update the computer renaming list after an image is created? For instance, you have an existing image you want to install on new computers. Do you need to recreate the image just to pull in the updated list of computer names/mac addresses?
      Mac OS X (10.4.9)  

    Did some looking around and can maybe answer my own question. It appears that the naming list that you point System Image Utility to is converted to a .plist called sharingNames.plist located inside your newly created .nbi at install.dmg/etc/. You can edit it with the PropertyList editor to update names or it seems to work too if you replace the sharingNames.plist with once from a newer image with an updated name list.
    On the other question about the 10.4.9 image not completing, I tested that again with the log on and saw the failure was due to not enough disk space even though there's plenty. Setting filtering to specific machines made no difference so I must have dreamed that up. In my case, I'm target booting a ibook g4 to an intel machine and it fails. I can target boot the same ibook to a ppc machine and image creation is successful so I guess you can't mix the intel and ppc. It did work target booted to an intel machine if I used Disk Utility to create an image off the target booted ibook, then pointed SIU to that image as the source instead of the target booted ibook.
    Mac OS X (10.4.9)

  • Not able to update data in iterator

    Our scenario is something like this:
    We do not directly bind UI components to VO, that is, for example we do not directly drag and drop a VO as a table. Instead we use POJO to exchange data between the UI and model layers.
    Our requirement is to show form with pagination. If there are 5 records we show each record in form layout with navigation keys to show next, previous, first and lat records.
    Since we do not bind the data directly to VO, the form data is coming from pojo. Our implementation is as below
    A java class named personPojo with fields
    fname
    lname
    code
    A method getAllPersons which queries all the person records from db table, populates it in a list<personPojo> and returns this list.
    We are using an iterator which is based on this List<personPojo> that is returned from the method. Inside this iterator we have a panelFormLlayout with input components mapped to the pojo fields as below
    <af:iterator value="sampleBackingBean.getAllPersons" var="row"
                   id="i4">
              <af:inputText value="#{row.fname}" id="it6">
    <af:inputText value="#{row.lname}" id="it7">
    <af:inputText value="#{row.code}" id="it8">
         </af:iterator>
    The problem we are facing is, when we update the fields in the form, the data is not getting stored in the field of the pojo. That is, if currently 3rd record/element is shown from the list and we update name to "John". Then click on next button to go to next record and update name to "Smith". Now on clicking previous, we should be able to see the name "John", instead in our case no data is shown. But, if we hard code the data in the list, then the list shows the data properly. The issue is when we update it does not show the updated value as it is not getting set in the pojo. We have made sure the pagination works fine, that is clicking next or previous is correctly showing the records
    Can you please let us know what we may be missing here or if you have any other suggestions to implement a form with pagination

    hi,
    Hope following useful
    http://docs.oracle.com/cd/E12839_01/apirefs.1111/e12419/tagdoc/af_iterator.html
    http://blogs.oracle.com/shay/entry/working_with_the_afiterator_co

  • Adobe Reader will not update from 11.0.0.6 to 11.0.0.7

    I have tried installing the update to my Windows 8.1 machine, but it fails every time. When I right click and run as administrator from the download, it extracts, then pops up with:
    "The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade patch."
    From the Adobe ARM.log, there is an ERROR_SUCCESS that tells me it stayed at version 11.0.0.6.
    From the AdobeSFX.log, there is a "Program finished with exit code:1642". (Which just tells me the same thing as the error pop up box.)
    From the MSI Installation log there is this:
    : Unknown\Absent: {AC76BA86-7AD7-0000-2550-7A8C40011007} - C:\ProgramData\Adobe\Setup\{AC76BA86-7AD7-1033-7B44-AB0000000001}\RDC\AdbeRdrUpd11007.msp
    The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade.
    C:\Windows\Installer\2f8d0.msi
    : Product: Adobe Reader XI (11.0.06) - Update '{AC76BA86-7AD7-0000-2550-7A8C40011007}' could not be installed. Error code 1642. Additional information is available in the log file C:\Users\ADMINK~1\AppData\Local\Temp\MSIcd3b7.LOG.
    : Windows Installer installed an update. Product Name: Adobe Reader XI (11.0.06). Product Version: 11.0.06. Product Language: 1033. Manufacturer: Adobe Systems Incorporated. Update Name: {AC76BA86-7AD7-0000-2550-7A8C40011007}. Installation success or error status: 1642.
    : Note: 1: 1708
    : Product: Adobe Reader XI (11.0.06) -- Installation failed.
    : Windows Installer installed the product. Product Name: Adobe Reader XI (11.0.06). Product Version: 11.0.06. Product Language: 1033. Manufacturer: Adobe Systems Incorporated. Installation success or error status: 1642.
    : MainEngineThread is returning 1642
    I am testing the update before doing an enterprise rollout to Win8 and Win7 machines. I have tried the standalone update on other computers (Win7 and Win8) and I cannot get it to update.
    I downloaded from here:  Adobe - Adobe Reader Distribution Selecting Windows 8, English, and 11.0.0.7
    From Administrative Command Line:
    AdbeRdr11007_en_US.exe -nos_oC:\Users\$$$$$$$\Desktop\Reader -nos_ne
    msiexec /a C:\Users\$$$$$$$\Desktop\Reader\Acroread.msi        network location: \\$$$$$$$\apps\adobe\reader11_0_0_7\
    msiexec /a \\$$$$$$$\apps\adobe\reader11_0_0_7\AcroRead.msi /p C:\Users\$$$$$$$\Desktop\Reader\AdbeRdrUpd11007.msp
    This is not working either - which is not surprising considering that the update itself will not run. I can only guess that somehow the 11.0.0.6 update was incorrect somehow, but I have been using the same process to update the machines for more than 5 update cycles, so I am not sure what might have changed.
    The point is, I do not want to do a complete uninstall and clean install on all of the machines in the company. Can anyone give direction with this?

    I disagree about corrupted install.  Every 11.0.6 pc in my enterprise also cannot upgrade to 11.0.7.  We make AIPs following the same process for each patch.   Something is not right with 11.0.7 MUI.  I can create the AIP for 11.0.7 but cannot get the GPO to upgrade previous installations.  I think something is seriously wrong with the 11.0.7 MUI msp
    The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade.
    I am using the 11.0 MUI installer to create the AIP and then I patch the AIP with 11.0.7 MUI .msp file per normal practice like I always do.  I am able to sucessfully create the 11.0.7 AIP without errors but none of my 11.0.6 MUI clients will upgrade successfully and are left at 11.0.6.
    Something is broken with the 11.0.7 MUI .msp file.
    Like I said, we do this the same way each time depending on quarterly update or security update and it ALWAYS works fine.  This is well documented.  We are following the exact same steps and something is seriously wrong with the new 11.0.7 MUI .msp file.  It will not properly upgrade 11.0.6 MUI installations.
    We are using the 11.0 MUI as the base for slipstreaming the new 11.0.7 MUI patch.
    STEPS:
    1. Download AdbeRdr11000_mui_std.zip and extract to temp directory.
    2. Run: msiexec /a c:\aip\temp\acroread.msi TARGETDIR="c:\aip\11.0.7"
    3. Copy the AdbeRdrUpd11007_MUI.msp patch to c:\aip\11.0.7\
    4. Run:  msiexec /a c:\aip\11.0.7\acroread.msi /p c:\aip\11.0.7\AdbeRdrUpd11007_MUI.msp
    5.  Choose c:\aip\11.0.7 as the installation folder
    6.  When completed Copy c:\aip\11.0.7 to \\servername\AIP\
    7.  Configure GPO to upgrade over the top of existing installation of previous GPO 11.0.6 MUI using the correct UNC folder
    This has worked every time other than this 11.0.7 MUI msp file.  It will not upgrade 11.0.6 installations.

Maybe you are looking for

  • How to hard reset

    how to hard reset iphone ?

  • Replication Script to create a copy of Objects

    I need help in writing PL/SQL Replication script so it can create copy of all objects stored in specific schema at the remote site in local schema. And that script will only replicate objects which are owned by specific user. I need starting point so

  • WRV200 failed to sent syslog via e-mail

    I've just purchased a WRV200 and upgraded it to latest released firmware. In the Administration page, I could set the log to be sent via e-mail and/or log to log server. I could successfully set it to log to my log server. However, for the e-mail opt

  • Script to map default printer based on user input

    Hello everyone, Complete scripting noob here but I managed to cludge together a vb script (from various sources) that will remove all current printers and then add printers based on group membership.  It can also add a default printer and if they hav

  • Restoring Appset fails

    HI! I,m trying to restore a Appset eg a Addon for BPC but when trying to do so I get this message from Server Manager "Cannot find AppSet file or Cannot copy files" The enviroment I have is a Singe Server installation Windows Server 2008 R2 Sql Serve