project import/export with child components

We are at ODI 10.1.3.5. We exported again project with children DEV instance components and wanted to import the XML file that was exported in the TEST instance using the synonym INSERT mode. We have some of the interfaces whose names are identical in the different old project instances DEV and TEST. If import us the new XML project file in the TEST instance with synonym INSERT, it causes a problem? What is the best approach to deal with import/export between different instances when the object names are the same between projects? I would be grateful if someone responds with suggestions.

Thanks in advance
VK

It is not really important that the names are the same. Each object in ODI is assigned a unique object ID and this is what is used when an import is performed in order to determine the measures taken in the repsitory of the target. As long as this ID does not match an ID that already exists in your target repository, then you will be ok if you use synonym insert, although I suggest using synonym Insert/Update. Part of the object ID is the ID of the repository that being exported from the origin, so as long as you repsitory unique ID across your environments (basic good practices), you should not type any important issue-based.

Tags: Business Intelligence

Similar Questions

  • Import/export with the exception of security deployment manager

    Hello

    I'm getting following error, while trying to open the link export in Deployment Manager. (Browser: Firefox/IE/Chrome)

    Missing required permissions appear in the main container:

    http://Server1.com:14000/xlWebApp/ClientClassServlet/xlWebApp/detect.jar

    I also tried this link but no help. Any help.

    Unable to access the deployment (OIM11gr2ps1) Import/Export Manager

    Thank you.

    Find the java configuration and Security tab, click edit click and list of sites add button in pop.

    Add http://server1.com:14000/xlWebApp/ClientClassServlet/xlWebApp/detect.jar in it.

    Disconnect and reconnect in IOM and try again.

  • under a project to export/import

    Hello world

    as bad students, didn't us use the version included in ODI. On each increment version, we used the export/import process.

    In order to reduce the size of our project, we try to import/export only latest version to a new repository to work.

    The problem that we face is:

    -How easily pass variable project, km, only both of the functions of the repository 1 at rep 2?


    Because we started with an export of the overall project and we are dealing with a 3, 5G XML file, impossible to select only the variables in this file.


    Is there some 3rd party import tool that can help us?

    Thanks in advance.

    You can automate the import / export of all components of the project into a package of ODI. Take a look at the ODI - ODIImportObject and ODIExportObject tools. You can create a procedure that used these tools in conjunction with the use of alternatives to underlying charly ODI working repository tables for the desired information.

  • Import and export application diferent components

    Hello guys,.

    I work with an application that consists of other small applications to simplify development. The transition from one application to another is transparent to the user.

    Some elements, such as auth or point, plugins lists, etc. should be in all applications. The idea is to grow in the main application, and then export the components to the rest of the applications.

    To familiarize yourself with the import/export process, you realize that this is not an easy process in some cases. A plugin on request has export and import it on request that b is a seam less process, but to do the same with a page is not equal. If you try this one page, you can export not one application to another without additional, you must edit the sql file and change the ID of the application, the workspace ID if it is another. It's simple.

    A more complex case where I've seen is to export lists. I exported a 0 page which is linked to several lists by the action of the export components. With this action we can export components in a precise way. The problem is in the import page and the list in application B, page 0 is created as a new page but not on the lists. What is happening is that lists rocking of app to app B!

    I have search in the forum and I found the wwv_flow_id.next_val function that returns a new id for components. Then, can I create a new id and use it without problem? ¿Should I have other considerations? For example:


    prompt Component Export: LIST 2434019648060868 // old id
     
    prompt  ...lists
    --
     
    declare
      v_list1_new_id number := wwv_flow_id.next_val; //define the new id
    begin
     
    wwv_flow_api.create_list (
      p_id=> v_new_id + wwv_flow_api.g_id_offset,
      p_flow_id=> wwv_flow.g_flow_id, ...);
     
    wwv_flow_api.create_list_item (
      p_id=> 2434210334060868 + wwv_flow_api.g_id_offset,
      p_list_id=> v_new_id + wwv_flow_api.g_id_offset, ...);
     
    wwv_flow_api.create_list_item (
      p_id=> 2434518008060870 + wwv_flow_api.g_id_offset,
      p_list_id=> v_new_id + wwv_flow_api.g_id_offset, ...);
     
    null;
     
    end;
    /
    
    //...
    
    prompt Component Export: PAGE 0
    
    //...
    
    declare
      s varchar2(32767) := null;
      l_clob clob;
      l_length number := 1;
    begin
    s := null;
    wwv_flow_api.create_page_plug (
      //...
      p_plug_source_type=> v_list1_new_id + wwv_flow_api.g_id_offset,
      p_list_template_id=> 4293149908502306+ wwv_flow_api.g_id_offset,
      //..);
    end;
    /
    I don't know if the generated identifier has a special characteristic, or is simply a random number. In this case I could generate a unique id and increases by one of the successive identifications, or is it better to create an ID for each different components?

    Concerning

    Hello

    for several components (for example, plugins, the authentications, authorizations), subscription would be my preferred synchronization mechanism. If you use the component of export/import to other parts of the apps, there are also the possibility to use apex_application_install.set_application_id and apex_application_install.set_offset with a fixed offset by application. For example, you install the export of the component of your master repository in demand 100 with offset 100 in app with offset 101 101, etc..

    Kind regards
    Christian

  • Export / import tablespace with all objects (data, users, roles)

    Hi, I have a problem or a question to the export of the section / import tablespace.

    On the one hand, I have a database 10g (A) and on the other hand, an 11g database (B).

    At there is a tablespace called PRO.

    Also 3 users:

    PRO_Main - contains the datas - space PRO

    PRO_Users1 with a PRO_UROLE - professional role

    PRO_Users2 with a PRO_UROLE - professional role

    Now, I want to transfer the tablespace set PRO (included users PRO_MAIN, PRO_USER1, PRO_User2 and PRO_UROLE role) from A to B.

    On B, I created the user PRO_Main and the tablespace PRO.

    On A, I run suite statement:

    expdp TABLESPACES PRO_Main/XXX DIRECTORY PRO = DUMPFILE TSpro.dmp LOGFILE = backup_datapump = = TSpro.log

    B:

    Impdp TABLESPACES PRO_Main/XXX DIRECTORY PRO = DUMPFILE TSpro.dmp LOGFILE = backup_datapump = = TSpro.log

    Result:

    The user PRO_Main has been imported with all data.

    But miss me PRO_USER1, PRO_User2 and PRO_UROLE role...


    I guess, I've used wrong settings in my experienced and / or impdp.

    Would be nice, if someone can give me a hint.

    Thanks in advance.

    Best regards
    Frank

    When you perform an export of TABLESPACE mode by simply specifying tablespaces, then everything gets exported are tables and dependent objects. Users, roles, and tablespace definitions themselves don't get exported.

    When you perform a SCHEMA mode export by specifying the schemas, you will get the schema definitions (if the schema running export is privied) and all of the objects that has the schema. The schema is not owner of roles or tablespace definitions.

    In your case, you want to move

    1 patterns - that you have already created 1 on your target database
    2. the roles
    3 all in the storage spaces belonged to several patterns.

    There is not 1 import/export command that will do that. This is how I could do this:

    1. move the schema definitions
    a. you can either create them manually or
    B1. expdp schemas = include = user
    impdp B2 b1 results.

    2 transfer the roles
    complete expdp = include = role...
    don't forget, this will include all the roles. If you want to limit what is exported, use:
    include = role: "in (" ROLE1","ROLE2", etc.).
    impdo roles come to export

    3. move the user information
    a. If you want to move all the objects in the diagram as functions, packages, etc., then you need to use a schema view
    Export
    patterns of username/password expdp = a, b, c...
    b. If you want to move only the objects in these storage spaces, and then use the export of tablespace
    expdp username/password = tbs1 storage spaces, tbs2,...

    c. import the dumpfile generated in step 3
    Impdp username/password...

    I hope this helps.

    Dean

  • Import/export slides between projects

    Guy

    I use cp5 and that you do not find the feature to share the slides between projects? It's certainly there on previous versions - can anyone help?

    Spiersey

    Hello

    CP5 has a MDI (Multiple Display Interface), that's why the devs decided to abandon the slides import/export during this total reconstruction of CP and to focus on more important aspects. You can open the two files and copy and paste between them easily. It is also possible to copy and paste the master slides, and you can still use an external library. In previous versions, you can only open a document in the CP.

    Lilybiri

  • Import export as FDF, taken in charge with player

    There are tow of the button types. It aims to allow another for fdf import and export. How can I get supported in reader.

    Would you help me?

    As I said in my first post, this works with the drive, the document must have the right import/export applied, and this can be done with Acrobat. Have you enabled the document with LiveCycle Reader Extensions?

  • Format QuickTime exports with the wrong project settings.

    Hey there.

    I have a problem when exporting mov. files. Basically what is happening, it's that my project settings (exposure, color balance, shadow / highlights) are not the same after exporting they are in a project. They seem to have some changes applied, but they are significantly reduced. I checked the export with different format and it works fine.

    My settings are:

    -QuickTime format

    video codec - Motion JPEG A

    quality - 100

    Cadence - 25 fps

    Firstly, the field Type - low

    I need to keep this format and codec, unfortunately, so here is what I can do to apply the settings of my project?

    Any help will be greatly appreciated, because I spent my whole day trying to find an answer.

    Kind regards.

    If you compare your timeline for playback in the drive of the QT interval,

    This thread may be useful:

    http://forums.Adobe.com/message/3685812#3685812

  • Cube Essbase de-disposition with import/export utility

    I am trying to set up a strategy of short downtime with Essbase cubes in 9.3.1.4 (using Shared Services) in which I do the following:

    1. build the DemoX cube while the demo is accessed by the user database
    2. once DemoX is built, and rename the demo Deroy
    3 Rename DemoX in demo
    4 rename amel DemoX

    The issue is that cube demo must have supply group at the base of users, while the DemoX should not be visible.
    Security during the steps to rename page layout looks like this:

    1 demo: user Prov.
    DemoX: develop Prov.

    2 Deroy: user Prov. (rename demo)
    DemoX: develop Prov.

    3 DemoX: user Prov. (rename of amel)
    Demo: develop Prov. (rename of amel)

    Using the CSSExport.bat utility, I created an xml with the commissioning document correct demo and DemoX BEFORE I went through the name change process.
    The demo shows the provisioning of user base group and DemoX has only development supply group. I analyzed only the sections of the XML provisioning group and created new documents to xml for import.

    Once the name change is done, I was able to use the utility CSSImport to grant groups of user base for the 'new' cube demo - it works very well.
    However, I need to remove the core group of users commissioning of the 'new' DemoX cube.

    When I use the CSSImport.bat and the property of 'delete' in the file importexport.properties, it does not remove the user base groups in the DemoX cube. Not only that, but it makes the security of the cube in a State where it won't refresh more security of shared services (if I have the provision of Shared Services after CSSImport/delete, the SS will show as out put in service, but Essbase won't remove groups - even after a refresh of the SS). I am forced to delete the cube DemoX and re-create it so that safety will work correctly between SS and Essbase.

    Anyone know if you can supply out of a cube by using the CSSImport.bat statement in conjunction with the statement "delete" in the importexport.properties file? I don't know if I'm running into a bug with the software, or try to use the import/export utility incorrectly. The utility manual seems to indicate that you should be able to available.

    Thank you!

    Yes, I have installed Shared Services and Essbase is recorded in the SS. You can change the security always with MAXL, the only thing you need to do in Shared Services is available to access Essbase server to the user or group (we only use external LDAP groups). I usually configure the Essbase server access and a read access to groups, then use scripts to change.

    I run 2 scripts, one to prepare the database for loading, the second which renames the reporting and renames it the newly loaded data.

    It is a sample of the second script.

    change demo application disable connects;
    modify the application of the system of unloading demo;
    change demo application and rename Deroy;
    modify application Deroy enable links;

    grant no_access on request Deroy to 'Group_Read ';
    grant read on the database DemoZ.DemoZ to 'Group_Review ';

    modify application DemoX disable links;
    modify the application of the DemoX unloading system;
    modify the DemoX application and rename the demo;
    change enable demo application links;

    grant read on the database Demo.Demo to 'Group_Read ';
    grant read on the database Demo.Demo to 'Group_Review ';

    I have 2 groups, the review group can see both. Read can see a. I use 3 names as you do, but only 2 exist at the same time.

    Script1
    Deroy rename DemoX

    Script2
    Demo rename Deroy
    Rename DemoX demo

  • Template Import/Export using webcenter Portal Builder

    Hello world

    I use Jdeveloper version 11.1.1.7 with extension 11.1.1.8 Jdeveloper and Wenter Portal version 1.7

    I created a page template in the portal Builder. I am trying to download this workflow in my Jdeveoper using Webcenter Design spaces. I don't know what are the changes to the properties template.PNG file

    Can someone explain to me what are all properties should be changed or amended/updated in the config.properties for import/export model of custom page of Portal Builder for Jdeveloper

    Thank you

    Ravi

    This link can help u

    Implementation of Oracle JDeveloper for WebCenter Portal Asset Development

    I'm also paste file config.prop mine for your reference.

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

    Properties of #My

    #CUSTOMER - all properties must be provided the eigenvalues

    #Fri Jul 30 00:00:00 PDT 2010

    # User inputs.

    # Enter the base directory where JDeveloper is installed.

    # For example:

    # On Windows, if JDeveloper is installed in the directory

    # C:\MYJDEV, enter the path as: C:\\MYJDEV

    # On Linux, if JDeveloper is installed in the directory/scratch/MYJDEV,.

    # Enter the path as: / scratch/mywork/MYJDEV

    # Note that the JDeveloper directory contains other folders such as jdeveloper.

    # wlserver_10.3, modules, and so on.

    JDeveloper.Install.Home.Directory=C:\\Oracle\\Middleware\\

    # Enter the executable wlst

    # For example:

    # On Windows, wlst.cmd

    # On Linux, wlst.sh

    #wlst.executable = wlst.cmd

    WLST. Executable = wlst.cmd

    # Enter the absolute path of the DesignWebCenterSpaces project.

    # For example:

    # On Windows, enter the path as:

    # extending.spaces.home.dir=C:\\JDeveloper\\mywork\\DesignWebCenterSpaces

    # On Linux, enter the path as:

    # extending.spaces.home.dir=/scratch/mywork/DesignWebCenterSpaces

    Extending.spaces.Home.dir=C:\\Users\\vinayk\\mywork\\DesignWebCenterSpaces

    # Enter the path for the executable ojdeploy

    # For example:

    # On Windows, enter the path as:

    # oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe

    # On Linux, enter the path as:

    # oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}/jdeveloper/jdev/bin/ojdeploy

    #oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe

    Oracle.JDeveloper.ojdeploy.Path=${JDeveloper.Install.Home.Directory}/JDeveloper/jdev/bin/ojdeploy

    # Enter the port number on which runs the Console of Administration of WLS.

    # The URL for the Administration Console contains the port number.

    # For example: http://myhost.com:7001 / console

    WLS.port = 7001

    # Enter the host computer on which the application of spaces is running and where

    # the custom shared library must be deployed.

    WLS. Host = WebCenter.Oracle.local

    # Enter the number of host and port on which runs the application of spaces

    # For example, if the application spaces runs to the: http://myhost.com:8888 / webcenter

    # wc.host = myhost.com, wc.port = 8888 and wc.protocol = http

    WC.port = 8888

    WC. Host = WebCenter.Oracle.local

    # Specify if spaces URL protocol is http or https.

    WC. Protocol = http

    # For reasons of security, information name and password for the administrator user

    # are stored in secure files.

    # Get the location of these files secure with your systems administrator

    # or run commands WLST to generate these files as follows:

    ##   1. Navigate to: WC_ORACLE_HOME/common/bin

    ##   2. Enter the command: wlst.sh

    ##   3. The WLST command prompt, connect to the Administration Server

    # for Oracle WebCenter:

    ##        connect('','', ':')

    # Where admin_user is the user name of the administrator, admin_pwd is

    # the administrator password, the host is the WebCenter instance and port is

    # the port of the Administration Server.

    ##  4. Run the following command to create a user configuration file and the key file

    # to a specified location:

    # storeUserConfig('', ')

    # Where userConfigFile is the name and location of the file that stores the information of the user

    # and userKeyFile is the name and location of the file store passwords.

    # For example:

    # storeUserConfig ("C: / myFiles/myuserconfigfile.secure ', 'C:/myFiles/myuserkeyfile.secure'")

    # For example:

    # On Windows, enter the path as:

    # wls.userkey=C:\\JDeveloper\\mywork\\ps1userkeyfile.secure

    # wls.userconfig=C:\\JDeveloper\\mywork\\ps1userconfigfile.secure

    # On Linux, enter the path as:

    # wls.userkey=/scratch/myfiles/ps1userkeyfile.secure

    # wls.userconfig=/scratch/myfiles/ps1userconfigfile.secure

    # Use the wls.userconfig property to set the path of the userConfigFile and

    # the wls.userkey property to set the path for the userKeyFile.

    WLS. Take is C:\\myFiles\\myuserkeyfile. Secure

    WLS. UserConfig is C:\\myFiles\\myuserconfigfile. Secure

    # Enter the target on which the shared library must be deployed.

    WLS. Target = WC_Spaces, adminserver

    # Enter the target on which the webcenter.ear file must be deployed.

    WLS. WebCenter.app.Target = WC_Spaces

    # Enter the name of the application of spaces (webcenter).

    # Get this information from your system administrator or the

    # WLS Administration Console as follows:

    ##    1. Connect to the Console of Administration of WLS.

    ##    2. Access deployments > webcenter > overview

    # Name of the application the poster here.

    WebCenter.app.Name = WebCenter

    # Use the restart.implementation.version.suffix property to override the following default value

    # Version number of implementation implementation of your shared library.

    # You can get the latest version of the implementation of your

    # system administrator or from the Console of Administration of WLS as follows:

    ##    1. Connect to the Console of Administration of WLS.

    ##    2. Access deployments > [your-shared-library-name] > overview

    # The version number displayed here. For example: 11.1.1.2.5

    # The current version of the implementation is the last number, i.e. 5 in this example.

    # The default implementation increments of 1 version whenever you rebuild

    # your shared library (using run the Ant Target > clean-Stadium).

    # You can restart to a higher value if necessary. For example, if the current value is

    11.1.1.2.20 # and you want the next new version to 11.1.1.2.41 rather than

    # 11.1.1.2.21, do it by resetting the property restart.implementation.version.suffix to 40.

    # Note:

    # The first time you run Run of Target Ant > clean-point, the manifestImpl.properties file

    # is created and the manifest.implementation.version property is set to

    # 11.1.1.2.1. This initial version number is derived from the default.implementation.version

    # in build.properties (11.1.1.2) and added to the property restart.implementation.version.suffix below.

    # For example, if the restart.implementation.version.suffix is set to 1, the initial report

    # manifest.implementation.version will be 11.1.1.2.1.

    # In later versions, the restart.implementation.version.suffix and the lastNumber property

    # in manifestImpl.properties are compared, and the largest of the two numbers is incremented by 1.

    # If, for some reason, the manifestImpl.properties file is deleted, the file is re-created the next time

    # run run the Ant Target > floors to clean and resets the version of the implementation by the

    # restart.implementation.version.suffix only (as if for the first time). For example, 11.1.1.2.1,

    # If restart.implementation.version.suffix = 1

    restart.implementation.version.suffix = 2

    restart.implementation.version.suffix.Ear = 2

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

    You need to generate the secure file... See here in this link

    http://www.techartifact.com/blogs/2013/04/generate-the-secure-files-in-WebLogic-in-WebCenter-spaces-applicaton.html

  • Captivate 9 Import/Export for translation did not more?

    So far, I often used the function to export and import textfields or any other element with the text to be translated. With CP9 whether a text box, a button or whatever, none of the changes in the exported .doc is adopted after the import.

    I use Word 2013 and, so far, he is still working with CP5.5 / CP7 and CP8 in this constellation.

    Is anyone successfully exported, changed and imported something with CP9?

    Thanks for the reply. The error was mine. I tried different options and features. For this I created an empty project; some items added; exported; and after setting in Word reimport the .doc file.

    The reason why it did not work, it's that I didn't save the Captivate project after export. CP recognizes only after registered press, that something has changed in the exported file .doc. Now that I made the mistake again, I confess that I came across exactly the same problem already in 5.5...

    Thank you

  • Still won't import markers with exit vid first through Media Encoder bluray

    I have a significant video project, just completed, that needs to be taken out DVD and BluRay.  DVDs are made, no problem - three deadlines are each exported queues them in Media Encoder was created. .Xmp sidecar files are produced containing chapter markers and all this matter again without problem, are there chapter markers, DVD burning properly, works on a DVD player, all is good.

    Now for the Blurays... Same process that before, queue the same timelines in Media Encoder, this time only export using the BluRay H264 HD1080i 25, export preset works great, no issues or error messages, but mporting in again (using import as asset, Import Timeline, etc.), I get the error:

    «The metadata. MPEG file parse error» Delete or rename 'E:\YourVid\test.m4v.xmpses' will allow you to import, but markers will be lost. »

    In other words, the markers file is either lack of export crrectly Media Encoder, or the absence of import correctly, or both.

    I've never had this problem before, but this is the first export that I did with the latest versions of first and Media Encoder, IE versions:

    First CC: build a 20141 8.1.0 (81)

    Media Encoder CC: 20141 build 8.1.0.122

    Still, CS6: Version 6.0.2.004

    ... on Win 7 Pro 64-bit

    Can anyone help?  Other people have this problem?  Is this a bug with the latest version of Media Encoder and/or first, or is it just a coincidence and something else is the problem?  And most importantly, is there a reasonable solution (IE other than simply re-do all Chapter markers in Encore?) Can I export first chapter markers in yet another way?

    Help, please!

    As SOUL 8.1.0 submitted bug report.

    Export of H.264 - bluray TEA (and PR 8.1.0) creates a xmpses file that contains an xml error. This translates to an import failed in yet.

    The error is after the marker section in the xmpses file:
    Length > 0

    The tag must be , and the rest of the production which I assume must be in the file is missing.

    One solution is to edit the xml code in the file xmpses. be sure to use Notepad or similar and not words to make changes.

    The affected code is at the end of the file. (It should not be the end, the output to the file is obviously truncated compared to the output of the previous versions.)

    The code ends with this, where, I guess, the number of streamsize is specific for the exported file:

    Length > 0
    94971497

    Remove "length > 0".

    It therefore appears as:

    94971497

    This allows the import still with intact chapter markers.

    I don't know if this will create other problems.

  • Graphical export with the application

    I noticed on some sample application, I installed, it says you want to install objects of aid or something to that effect.
    How can I join the graph export of the application so that when I install it somewhere else I don't have to do seporatly.

    Doug,

    If the images are in the shared components > Images and specified for this application, you can create an export file by going to home > Application Builder > Application XXX > Import/Export > export > Images (tab). You can then add this file to your Setup Scripts supporting objects. Then when you export the application, the installation script will be included.

    Kind regards
    Dan

    http://danielmcghan.us
    http://sourceforge.NET/projects/tapigen

  • Import/export tools is missing under tools in my recent Thunderbird download, where can I find?

    On my computer 1 on the toolbar of Thunderbird I scroll through the menu of the tool and the last message is import/export tool. When I am installing Thunderbird on my computer 2 and look at the menu of the tool the last message is 'Alternativ' import/export tool is missing. How do I get it on this menu.
    The two computer has the same version 31.6.0

    Please advice

    The only tools I know with imports and exports, as separate elections, is in the address book window. Tools in the main window always has only one import choices.
    Download you and install the add-in on Import/Export tools on your other system?
    https://addons.Mozilla.org/en-us/Thunderbird/addon/ImportExportTools/?src=search

  • How can I keep IE and FireFox Favorites in local sync to my PC only, without the use of an external server or import/export?

    FireFox Sync is not an option, because the use of an external server is not allowed.
    Use of third-party modules is not really an option.
    Import/export is inefficient because it is not put them in the same exact place in every browser.

    I am happy to be able to use the same favorites/bookmarks file if it is an option.

    Thank you

    You do not have.

    Sorry, IE and Firefox use different methods of storage Favorites / Bookmarks to data that are not compatible with the other program.

Maybe you are looking for

  • Satellite R830: How do the BIOS settings password protected?

    Hi all I installed a software protection against theft in my Satellite R830, but he suggested that I adjust the settings in the BIOS so that it will start only from the hard drive, and to make sure that no one else can modify it (if it is stolen), th

  • Satellite C660 - update Intel HD graphics card problem

    Hello Sorry for my level of English, I'm French I have a problem without a solution with my Satellite C660 (for the moment, I hope!) I downloaded the software google sketchup 8, dedicated to the development of architecture, but it does not work, I st

  • X 1 carbon Gen 4 food wholesale/more heavier?

    Just got my new gen 4 X 1 not affect carbon, very light and so far, its great. I noticed something weird because I also have a T450. The power supply provided with the carbon is a 65W FRU 45N0263, it is larger and heavier than the 65W power supply pr

  • 2 copies of the same video at the same time play in Windows Media Player 11

    Original title: Media Player 11 When you play a video file, I find that 2 copies of the same video play at the same time, we're over the other filling the window while everything seems tense. If I change the settings of mode full-screen, the same thi

  • Error Message using Windows Update 0x8024400A error message

    I want to download Windows XP Service Pack 3 and has been ordered to use Windows Update.  By clicking on the link Windows Update, I received the 0x8024400A error message.  How do I overcome this barrier?