import fails while trying to import userdefinedfields.xml

All,

I'm trying to import userdefinedfield.xml from dev to QA environment and import fails with the error message below.

[11:36:44:892 EAST of xx/07/13] 00000051 SystemOut O ERROR, 15 July 2013 11:36:44, 892, [XELLERATE. DATABASE], CHANGE ALTER TABLE USR

java.sql.SQLException: ORA-00904: invalid identifier

[15/07/13 11:36:44:907 EST] 00000051 SystemOut O DEBUG, 15 July 2013 11:36:44, 907, [XELLERATE. SERVER], class/method: tcDataBase/substitute is entered.

[11:36:44:907 EAST of xx/07/13] 00000051 SystemOut O DEBUG, 15 July 2013 11:36:44, 907, [XELLERATE. SERVER], class/method: tcDataObj:handleErr - data: poError.isAction - value: F

[11:36:44:907 EAST of xx/07/13] 00000051 SystemOut O DEBUG, 15 July 2013 11:36:44, 907, [XELLERATE. SERVER], class/method: tcDataObj:handleErr - data: poError.isCode - value: SDK. MODCOL

[11:36:44:907 EAST of xx/07/13] 00000051 SystemOut O DEBUG, 15 July 2013 11:36:44, 907, [XELLERATE. SERVER], class/method: tcDataObj:handleErr - data: poError.isDescription - value: error editing a column.

[11:36:44:907 EAST of xx/07/13] 00000051 SystemOut O DEBUG, 15 July 2013 11:36:44, 907, [XELLERATE. SERVER], class/method: tcDataObj:handleErr - data: poError.isRemedy - value: check for the valid column length variation

[11:36:44:907 EAST of xx/07/13] 00000051 SystemOut O DEBUG, 15 July 2013 11:36:44, 907, [XELLERATE. SERVER], class/method: tcDataObj:handleErr - data: poError.isDetail - Value: com.thortech.xl.orb.dataaccess.tcDataAccessException: DB_WRITE_FAILEDDetail: SQL: ALTER TABLE USR CHANGE Description: ORA-00904: invalid identifier

SQL State: 42000Vendor Code: 904Additional Debug Info: com.thortech.xl.orb.dataaccess.tcDataAccessException

[11:36:44:923 EAST of xx/07/13] 00000051 SystemOut O ERROR, 15 July 2013 11:36:44, 923, [XELLERATE. DDM. [IMPORT], error, editing a column.

[11:36:44:923 EAST of xx/07/13] 00000051 SystemOut O ERROR, 15 July 2013 11:36:44, 923, [XELLERATE. DDM. IMPORT] Exception when importing

com.thortech.xl.ddm.exception.DDMException: cannot save the DataObject for SDC

at com.thortech.xl.ddm.instance.TableInstance.finishDataObject (unknown Source)

We are not able to reproduce the problem in other development/test environments.

Please suggest if you have some idea on what may be the problem.

Thank you

Olivier

can disable you the caching of metadata, restart the server of the IOM, and then try importing the xml file.

Tags: Fusion Middleware

Similar Questions

  • Critical process WMC has failed while trying to use Extender

    Hello

    I use Xbox 360 as an extender like extender WMC.  This worked very well for the last two months, but now I get this error:

    Enforcement failed

    A critical Windows Media Center process has failed. Restart the computer and try again. If the problem persists, contact your hardware manufacturer.

    The mothership is a 64-bit windows system 7. I get this error while I try to watch live TV or view recorded programs.

    I searched the web and tried following but wasn't able to fix it.

    1 uninstall and reinstall WMC.

    2. Uninstall and reinstall xbox as an Extender.

    3. set the switch of workground (it is hard wired).

    Nothing seems to help. Once more it was working fine until a few weeks ago.

    any help is appreciated.

    Post it here: -.

    Windows/entertainment and connected home

  • Get the error ORA-39146 while trying to import data from 10 g to 12 c

    Hi all


    im getting below error while trying to import data from 10 g to 12 c


    ORA-39146: schema 'B_SITES' does not exist
    import in WE8MSWIN1252 and AL16UTF16 NCHAR character set
    export in the UTF8 character set and AL16UTF16 NCHAR character set
    ATTENTION: the possible loss of data to character set conversions


    can someone help how do we change to WE8MSWIN1252 UTF8 character set...

    Hello

    "ORA-39146: there is no schema 'B_SITES'.

    ORA-39146: schema 'string' does not exist

    Cause: The specified schema was referenced as the source of a REMAP_SCHEMA parameter, but did not exist in the dump file (for

    Action: Specify the correct name of the schema to be remapped.

    Anand

  • Import large XML file to Table

    I have a large (819 MB) XML file I'm trying to import into a table format:
    < ROW_SET >
    < ROW >
    value of < column_name > < / nom_de_colonne >
    < / ROW >
    ...
    < ROW >
    value of < column_name > < / nom_de_colonne >
    < / ROW >
    < / ROW_SET >

    I tried to import with xmlsequence (...). Extract (...) and ran into the number of nodes exceeds maximum error.

    I tried to import with XMLTable (... from XMLTYPE (bfilename('DIR_OBJ','large_819mb_file.xml'), nls_charset_id('UTF8'))) and I gave up after he had run for 15 + hours (COLLECTION ITERATOR PICKLER FETCH number).

    I tried to import them with:

    insCtx: = DBMS_XMLStore.newContext ('schemaname.tablename');
    DBMS_XMLStore.clearUpdateColumnList (insCtx);
    DBMS_XMLStore.setUpdateColumn (insCtx, 'column1name');
    ...
    DBMS_XMLStore.setUpdateColumn (insCtx, 'columnNname');
    LINES: = DBMS_XMLStore.insertXML (insCtx, XMLTYPE (bfilename('DIR_OBJ','large_819mb_file.xml'), nls_charset_id ('UTF8')));

    and ran in ORA-04030: lack of memory of process when trying to allocate 1032 bytes (subheap qmxlu, qmemNextBuf:alloc).


    All I have to do is read the XML file and move the data into a table in a reasonable time. Once I have given in the database, no longer need the XML file.

    What would be the best way to import large XML files?


    Oracle Database 11 g Release 11.2.0.1.0 - 64 bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    "CORE 11.2.0.1.0 Production."
    AMT for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production

    (Gross) approach should work for you.

    CREATE TABLE HOLDS_XML
            (xml_col XMLTYPE)
          XMLTYPE xml_col STORE AS SECUREFILE BINARY XML;
    
    INSERT INTO HOLDS_XML
    VALUES (xmltype(bfilename('DIR_OBJ','large_819mb_file.xml'), nls_charset_id('UTF8')))
    -- Should be using AL32UTF8 for DB character set with XML
    
    SELECT ...
      FROM HOLD_XML HX
           XMLTable(...
              PASSING HX.xml_col ...)
    

    How it differs from your approach.

    With the help of the HOLDS_XML table with storage XML BINARY SECUREFILE (which become the default in 11.2.0.2), we provide a place for Oracle store a parsed version of the XML data. This allows the XML code to be stored on the disk instead of memory. Oracle can then access the necessary XML fragments of the disc in the instead holding the entire XML in memory and the analysis several times to find the necessary information. That's what COLLECTION ITERATOR PICKLER FETCH means. A lot of memory. You can search on this term to learn more about this if necessary.

    The approach XMTable then simply reads this XML to disk file and should be able to parse the XML without problem. You have the option to add XML indexes, but since you read just a while and throw it away, there is no advantage to (most likely) index

  • Importing of XML in Indesign text friendly "carriage returns.

    Hello
    I have a question regarding the import of XML in Indesign.  I have my text stored in Excel (Fig A) and intend to export to an XML file, where each line will represent each page.  However, my first attempt failed process "cart returns" I had considered:
    "Carriage returns" used within a cell in Excel (ALT + ENTER) are preserved during the transformation to a CSV (fig. B).  However, when converting a file XML, the conversion takes place on a line-by-line, and therefore, the XML file becomes incomplete (Fig C).

    So it seems, I need to make sure that the CSV file contains one line per entry, while maintaining the real transport returns in my spreadsheet source and for Indesign to recognize.  To do this, I'll need to substitute "carriage returns" in my excel column to be represented by a new set of characters.  My question is how can I let Indesign can recognize this set of characters to be converted to a carriage return, importing text.
    For example, if the character set has been ' %% ', then my new csv file would look like Figure D and XML would be produced correctly, as the Figure E.  Then import this XML file into InDesign, return transport would be automatically restored, if all goes well.

    I hope someone can help me because I am only starting in Indesign and feel Im running until I can walk by embarking on the XML/Indesign arena too early.
    Best regards
    Luke
    XML_ReturnIssue.JPG

    No, I don't think.

    The fact is that ^ is a special character to find/replace.

    so you should either avoid its use in search strings to avoid confusion.

    or if you agree the confusion, you must use ^ ^ n to search for

    (instead of ^ n).

  • Import of XML files problems

    So I've recently switched to a PC from a Mac.  I prefer Windows 8 for all other OS, I know I'm in the minority, but that's what I like.  My question is this: when I imported my catalogues from my Mac to my PC all imported fine with display correctly all files and images showing a history of changes, etc.  However, for some reason a wedding I shot did not in it.  The files are there and the sidecar files.  So I tried to import this file into the catalog, and he did.  However, it has not imported the sidecar files and all my previous edits do not show now.

    How to import these XML files so that my changes are restored?  I see no option to import to the inlcude the screen or not include XML files.  Are my changes lost forever, or can they be saved? Thank you.

    FYI: I use Lightroom 4.3

    Looking for your changes. Things like exposure and contrast and other items.

  • Styles to import an xml file

    Hello

    I tri to import an xml with CS5 file formatting:

    <? XML version = "1.0" encoding = "utf-8"? >

    " < root xmlns:aid5 =" http://ns.Adobe.com/AdobeInDesign/5.0/ ">

    < title aid: pstyle = "head_large"> van Gogh art show < /title >

    < / root >

    or
    < root >

    < title aid: pstyle = "head_large"> van Gogh art show < /title >

    < / root >
    but he made a mistake "Prefix of the namespace not related."
    (Help Namespace prefix for pstyle on the title is not set)
    What have I forgotten?
    Thank you

    I think that you need a statement for the namespace aid in addition to the aid5 namespace xmlns .

  • While trying to see Planner installation and operation, the test in local mode, the EXECUTION fails with message "Waiting for the number of virtual machines to register.

    While trying to see installation and operation Planner, the test in local mode with only 1 VM the EXECUTION fails with message "Waiting for the number of virtual machines to register.

    There may be a lot of problems in the desktop VM. Agent service see Planner is not running in VM Office. You can check in the event viewer to see what kind of error occurs. The most usual error missing file IP.txt c; drive or harness IP in the IP.txt produce if there is.

  • A query when importing an XML file into a database Table

    Hello
    I create an ODI project to import an XML file into a database using the following link Table.With

    http://www.Oracle.com/WebFolder/technetwork/tutorials/OBE/FMW/ODI/odi_11g/odi_project_xml-to-table/odi_project_xml-to-table.htm
    I am facing a problem when creating physical Schema for the XML Source model.
    For the
    Schema (Schema)
    and
    Schema field (scheme of work) that they have chosen to GEO_D.
    What GEO_D here?
    or
    What should I select here?
    (1) the XML schema (NB:-J 'I havn' t created any file .dtd for my file .xml or .xsd)
    or
    (2) my diagram of target servers
    Please tell me what I do?
    Thank you

    and
    Schema field (scheme of work) that they have chosen to GEO_D.
    What GEO_D here?

    Is the schema specified in the XML file name.

    What should I select here?
    (1) the XML schema (NB:-J 'I havn' t created any file .dtd for my file .xml or .xsd)

    Yes

    (2) my diagram of target servers
    Please tell me what I do?
    Thank you

  • How to import the XML file into an oracle table using a BPEL process

    Hi friends

    How can I import XML file in the db oracle table using a BPEL process

    (1) I have generated an XML file in my local system with a field
    (2) I created a temporary table in my oracledb with the same field in the XML file
    (3) that I want to import these XML files which is the local host to my db oracle using a BPEL process
    (4) for that what steps should I me fallow please suggest me if there is no document for this?

    Thanks in advance
    AT

    Hi to

    Here you go...

    http://blogs.Oracle.com/ajaysharma/2011/03/using_file_adapter_database_adapter_and_mediator_component_in_soa_11g.html

    I hope that helps!

    Thank you
    AJ

  • I can't seem to figure out how to import multiple XML files in Flex

    I can't figure out how to import multiple XML files in Flex and connect it to the DataGrids. Does anyone have ideas how to make this happen?

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:fx s:Application ' http://ns.Adobe.com/MXML/2009 "
    xmlns:s = "library://ns.adobe.com/flex/spark".
    xmlns:MX = "library://ns.adobe.com/flex/mx" minWidth = "955" = "600" minHeight >

    < s:creationComplete >
    <! [CDATA]
    loader.addEventListener (Event.COMPLETE, getData);
    loader.load (new URLRequest ("http://www.student.hint.no/~100471/mmt134/images/Reiseregning-Konradi_Kare_2011-01-30.xml"));   

    []] >
    < / s:creationComplete >

    < fx:Declarations >
    <! - Place non-visual elements (e.g., services, items of value) here - >
    < / fx:Declarations >

    < fx:Script >
    <! [CDATA]
    var testData:XML;

    var loader: URLLoader = new URLLoader();

    public void getData(E:Event):void {}
    testData = new XML (E.currentTarget.data);
    grid.dataProvider = testData.descendants ('TravelSpecificationVO');
    }

    []] >
    < / fx:Script >

    < mx:TabNavigator "22.7" = x y = '39.35' width = '536' height = "312" >
    < s:NavigatorContent label = "Tab 1" width = "100%" height = "100%" >
    < mx:DataGrid = "1.3" x = "-2.35" width = "507" height = "269" id = "grid" >
    < mx:columns >
    < mx:DataGridColumn dataField = "to_destinasion" headerText = "Til destinasjon" / >
    < mx:DataGridColumn dataField = "from_date" headerText = "Klokkeslett" / >
    < mx:DataGridColumn dataField = "from_destinasion" headerText = "Fra destinasjon" / >
    < mx:DataGridColumn dataField = "to_date" headerText = "Klokkeslett" / >
    < / mx:columns >
    < / mx:DataGrid >
    < / s:NavigatorContent >
    < s:NavigatorContent label = "hkuhk" width = "100%" height = "100%" >
    < / s:NavigatorContent >
    < / mx:TabNavigator >
    < / s:Application >

    Hope this helps you:

    
    
     
      
     
    
     
      
       
       
       
       
      
     
    
    
    

    Let me know if you need additional information.

    Best regards

    Pablo Souza

  • Failed to save the system or create the image of the system, error: the problem occurred while trying to connect with the VSS writers (0 x 80042318).

    Original title: cannot backup Windows 7 system.

    When I try to back up the system or create the image of the system I get the following message, the error was detected in the Volumn Service VSS (Shadow Copy) the problem occurred while trying to connect with the VSS writers.  Verify that the event system Service and the VSS service are running and look for errors related to event logs. (0 x 80042318).

    Hi bernardolahoustino,

    Please keep us informed. Please let us know the State of the question, so that we can help you further.

  • My backup system to stop working on my computer: "backup failed from Windows while trying to read from the shadow copy on one of the volumes to back up.

    My back by abandoning work on my computer, it worked for the last 3 years and all of a sudden I have an error message "failure of the Windows backup while trying to read from the shadow copy on one of the volumes to back up. Please check in the case where the relevant error logs. "How can I fix this so I can get a full backup?

    original title: shadow copy error
    Hello
     

    See the methods listed in the article mentioned below and check with the question.

     
    Windows backup or restore 0 x 80070001, 0 x 81000037 or 0 x 80070003 errors
     

    I hope this helps!

  • Get NameNotFoundException while trying to get the timer to start cl

    Hi all
    I'm NameNotFoundException while trying to watch the stopwatch of the startup class.

    Commonj.timers.TimerManager, I have it configured in the ejb - jar file. My MDB XML. I use the statrtup class to initialize some static immidiate of components to the active state of the MDB. I have to initialize the timer Manager object immidiate active state of the MDB that is configured in the file ejb - jar.Xml. I wrote this search logic in the postStart() of the ApplicationLifecycleListener method, the called method but the search fail logic, the same logical aspect works in class MDB (MDBTimer.java). I tried different ways, I don't find a solution, finally, I write the problem here.


    Could a WebLogic experts you can help on this?

    Here I give you my code.


    WebLogic - application.Xml


    <? XML version = "1.0" encoding = "UTF - 8"? >
    < weblogic application
    xmlns = "http://www.bea.com/ns/weblogic/weblogic-application" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance".
    xsi: schemaLocation = "http://www.bea.com/ns/weblogic/weblogic-application http://www.bea.com/ns/weblogic/weblogic-application/1.0/weblogic-application.xsd" >
    <>earpiece
    my.examples.mdb.timer.TestApplicationListener <-listener class > < / listener class >
    < / earphone >
    < / weblogic application >


    EJB - jar. XML

    < ejb - jar xmlns = "http://java.sun.com/xml/ns/javaee" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance".
    xsi: schemaLocation = "http://java.sun.com/xml/ns/javaee."
    http://Java.Sun.com/XML/NS/J2EE/EJB-jar_3_0.xsd ".
    version = "3.0" >
    < some enterprise beans - >
    > by message <
    MyTimerMDB < ejb-name > < / ejb-name >
    my.examples.mdb.timer.MDBTimer < the ejb class >-
    < / ejb-class >
    < resource-ref >
    < description > my default timer Manager < / description >
    Timer/MyDefaultTimer < res-ref-name > < / res-ref-name >
    commonj.timers.TimerManager < res-type > < / res-type >
    Container < res-auth > < / res-auth >
    < res-sharing-scope > shared < / res-sharing-scope >
    < / resource-ref >
    < / message-driven >
    < / enterprise beans >
    < / ejb - jar >


    MDBTimer.java


    package my.examples.mdb.timer;

    Import javax.ejb.MessageDriven;
    Import javax.ejb.TransactionAttribute;
    Import javax.ejb.TransactionAttributeType;
    Import javax.jms.Message;
    to import javax.jms.MessageListener;
    Import javax.jms.ObjectMessage;

    Import commonj.timers.Timer;
    Import commonj.timers.TimerManager;

    @MessageDriven (mappedName = "TEST_Q" name = "MyTimerMDB", activationConfig = {}
    @javax.ejb.ActivationConfigProperty (propertyName = "acknowledgeMode", propertyValue = "Auto-reconnaître").
    @javax.ejb.ActivationConfigProperty (propertyName = "destinationType", propertyValue = "javax.jms.Queue").
    ({@javax.ejb.ActivationConfigProperty (propertyName = "transactionType", propertyValue = "Container")})
    @TransactionAttribute (TransactionAttributeType.REQUIRED)
    / public class MDBTimer implements MessageListener {}

    public static TimerManager Manager = null;

    @Override
    {} public void onMessage (Message arg0)
    System.out.println ("onMessage () method called...\n\n");

    If (arg0 instanceof ObjectMessage) {}

    ObjectMessage msg = (ObjectMessage) arg0;
    try {}

    If (msg.getObject instanceof String ()) {}
    Thread.Sleep (1000);
    System.out
    .println ("received message > >" + msg.getObject ());
    }
    } catch (Exception e) {}
    e.printStackTrace ();
    }
    }
    System.out.println ("onMessage () method returned...\n\n");
    {if(Manager==null)}
    Manager = MyUtil.getTimerManager ();
    }
    }

    }


    TestApplicationListener.java

    package my.examples.mdb.timer;

    Import commonj.timers.TimerManager;

    Import weblogic.application.ApplicationException;
    Import weblogic.application.ApplicationLifecycleEvent;
    Import weblogic.application.ApplicationLifecycleListener;

    SerializableAttribute public class TestApplicationListener extends ApplicationLifecycleListener {}
    Public Sub preStart (ApplicationLifecycleEvent evt) throws ApplicationException {}
    String logStr = "> > > > () TestApplicationListener.preStart > > > >";
    System.out.println (logStr + "entered...");
    super.preStart (evt);
    System.out.println (logStr + "leveaing...");
    }

    Public Sub postStart (ApplicationLifecycleEvent evt) throws ApplicationException {}
    String logStr = "> > > > () TestApplicationListener.postStart > > > >";
    System.out.println (logStr + "entered...");
    super.postStart (evt);
    TimerManager timerManager = MyUtil.getTimerManager ();
    System.out.println (logStr + "timer Got Manager == >" + timerManager);
    System.out.println (logStr + "leveaing...");
    }
    Public Sub preStop (ApplicationLifecycleEvent evt) throws ApplicationException {}
    String logStr = "> > > > () TestApplicationListener.preStop > > > >";
    System.out.println (logStr + "entered...");
    TimerManager timerManager = MyUtil.getTimerManager ();
    System.out.println (logStr + "timer Got Manager == >" + timerManager);
    super.preStop (evt);
    System.out.println (logStr + "leveaing...");
    }

    Public Sub postStop (ApplicationLifecycleEvent evt) throws ApplicationException {}
    String logStr = "> > > > () TestApplicationListener.postStop > > > >";
    System.out.println (logStr + "entered...");
    super.preStop (evt);
    System.out.println (logStr + "leveaing...");
    }

    }


    MyUtil.java

    package my.examples.mdb.timer;

    Import javax.naming.InitialContext;
    Import javax.naming.NamingException;

    Import commonj.timers.TimerManager;

    public class MyUtil {}

    public static TimerManager getTimerManager() {}
    TimerManager timerManager = null;
    try {}
    InitialContext ctx = new world;
    timerManager = ctx (TimerManager)
    . Lookup("Java:COMP/env/Timer/MyDefaultTimer");
    System.out
    .println ("@@@Looked - up using java: comp/env/timer/MyDefaultTimer:")
    (+ timerManager);
    } catch (NamingException e) {}
    e.printStackTrace ();
    }
    Return timerManager;
    }



    }

    Podie salvation,

    I tested your program as long as your have posted in the forums. And I got the same error NameNotFoundException. After debugging some more on what I find pre-departure that until the ApplicationLifecycleListener) (as well as the postStart() method runs correctly the EJB Module isn't really gets activated laugh.. why the resource-ref <>which we specified in the file "ejb - jar.xml" doesn't get nvoked so until that time, there is no such Timer available on the server while we get NameNotFoundException.)

    If somehow we can do search for "timer/MyDefaultTimer' after the preStart() and postStart() method is executed successfully, then we have no problem.

    .
    .
    Thank you
    Jay SenSharma

  • Code 646 while trying to install updates Windows Office 2007

    While trying to install updates for Windows Office 2007, I get a code 646. I'll run updates and those for Office 2007 are not download. I am running Windows Vista Home Basic 32-bit system. Here are the updates that I am trying to download - updated security for Microsoft Office Excel 2007 (KB973593); Update of security for Microsoft Office System 2007 (KB973704); Update for the junk e-mail in Outlook 2007 (KB975960) filter; Update for Microsoft Office Word 2007 (KB974561). Permanent that I have to manually download and is there a solution to this problem. I also downloaded the Fix It program and it has not corrected. Thank you!

    Hello

    Try this 1st to see if it helps, and it should:

    Description of the Patch registration cleanup tool
    http://support.Microsoft.com/kb/976220/

    ------------------------------------------------------

    If necessary :

    Try this - Panel - Windows Updates - on every update that will not be installed - click on the important updates
    or the update itself - double click a view more information (or click top then discovers on the right)

    Those who will take you to a page where you can download the update.

    Or go here and the KBxxxxxx number to download it.

    Download Center - mount the KBxxxxxx.

    Microsoft Download Center
    http://www.Microsoft.com/downloads/en/default.aspx

    Download - SAVE - go to where you put them - click on - RUN AS ADMIN

    Then you can right click on the update in the updates Windows and HIDE.

    If you get an error Installer install this version:

    Windows install 4.5 Redistributable
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=5A58B56F-60B6-4412-95B9-54D056D6F9F4&displaylang=en

    ----------------------------------------------------

    Then run this:

    How to reset the Windows Update components? -a Mr Fixit
    http://support.Microsoft.com/kb/971058

    Description of the system for Windows Vista, Windows Server 2008, update tool and
    for Windows 7
    http://support.Microsoft.com/kb/947821

    ------------------------------------------------------------
    Because these are all Office updates you might get more information if necessary in the Agency of those groups that
    may have experienced the same problem.

    Office newsgroups
    http://www.Microsoft.com/Office/Community/en-us/FlyoutOverview.mspx

    Microsoft.public.office.misc discussions
    http://www.Microsoft.com/communities/newsgroups/list/en-us/default.aspx?DG=Microsoft.public.Office.misc&cat=en_us_01cb749f-c998-4762-8099-df71793c11c7&lang=en&CR=us

    ------------------------------------------------------------

    If necessary you can incident free get reports however the above should take care of it for you.

    Windows updates - free Incident report

    Go here and click on-> Windows Update fails while searching, downloading or installation of updates
    http://support.Microsoft.com/GP/wusupport#tab3

    The security updates, you can get free support Incident report
    http://www.Microsoft.com/protect/resources/support.aspx

    I hope this helps.

    Rob - bicycle - Mark Twain said it is good.

Maybe you are looking for

  • Failed to open the contacts list?

    I am not able to open or enter my contact list?

  • hp drivers update

    my 23-110p all-in-one hp tells me that I have to update the drivers. Windows 8.1 int. exp. 11. How can I do? Thank you

  • Carrage Jam 8500 has more

    Transport Jam error displayed - printer stops until this that pressed OK.  Then the carriage moves and slams left shaking slightly to the right and sets the Carrage jam error.  Followed the advice of TS for jams, printhead reinstall, reset the power.

  • SP2 of Vista and MSN Messenger

    Just installed Vista Pack SP2 (I edition Home premium) Thursday and since then I can not connect to messenger (version 2009), and now Messenger opened yet when I clicked on the icon.This is a problem caused by SP2?, sould I restore my old SP1 configu

  • Defender 0x800106a windows error does not illuminate

    Windows defender does not turn, removed Mcafee 5 years absolutely silly