[11.2.0.3 oracle] question aggregation two interesected geometries

Hello

I have a few question aggregating geometries have intersected, I don't know if it's a bug, because I'm not at all "expert oracle '...

i've got 2 geometries of the same table, first of all, I try aggregating correctly by doing a sdo_aggr_union
the geometry of result is a 2003 (polygon), okay, but the form is not good, as you can see from the link: http://oi48.tinypic.com/sgskmc.jpg

so I decided to use another method, I extracted the two geometries
SELECT MDSYS. SDO_GEOMETRY (2003,2154, NULL, MDSYS. SDO_ELEM_INFO_ARRAY (1,1003,1), MDSYS. SDO_ORDINATE_ARRAY(702222.130192308,7055494.23532051,702247.330512821,7055477.20807692,702263.676666667,7055488.78660256,702264.15873668,7055506.62319306,702280.703910256,7055503.77057692,702295.687884615,7055528.28980769,702256.008115944,7055525.98953125,702253.460320513,7055529.65198718,702249.907609149,7055525.63587868,702248.692692308,7055525.56544872,702249.188030304,7055524.82244173,702222.130192308,7055494.23532051)) as GEOM from dual; == > GA

SELECT MDSYS. SDO_GEOMETRY (2003,2154, NULL, MDSYS. SDO_ELEM_INFO_ARRAY (1,1003,1), MDSYS. SDO_ORDINATE_ARRAY(702231.665448718,7055548.041410256,702241.20070512825044,7055529.651987179005283,702252.098141025629622,7055513.305833332994717,702269.125384615379182,7055513.305833332994717,702286.152628205128742,7055533.057435897001761,702288.8769871795026414,7055557.576666666017611,702260.2712179487513214,7055572.56064102501585)) as GEOM from dual ==> GB

try with sdo_union

SELECT SDO_GEOM. SDO_UNION (GA. GEOM, GB. GEOM, 0.05) GEOM
GA, GB;

same result...

then try another method:
make the difference between the two geometries and the integration of it with one of the two geometries:

SELECT
SDO_UTIL. APPEND (T_A.GEOM, T_B.GEOM) G
Of
(
GEA
) T_a
- UNION ALL
(
SELECT SDO_GEOM. SDO_DIFFERENCE (GEA. GEOM, GEB. GEOM, 0.05) GEOM A
GEA,
GEB
) T_B;

I get a geometry of 2007, then doing a free sdo_aggr_union = > same problem

So I will try another method, asking why the aggregate geometry is not as it should be on the oracle forums... :)

When we look at the geometry of the result, it seems that a Summit has been destroyed or deleted (the link of the image above, you can see on the left a Summit disappeared...

If someone already has this error and solved, because I can't find a similar case on google/forums/etc..., I'd be useful :)

Concerning

PS: Sorry if there are some errors in my text, I havn't been speaking English for a long time

Anthony, EN

Published by: 999747 on 12 Apr. 2013 06:49

The second geometry is invalid, as limit of polygon is not closed.
You can replace it with

MDSYS. SDO_GEOMETRY (2003,2154, NULL, MDSYS. SDO_ELEM_INFO_ARRAY (1,1003,1), MDSYS. SDO_ORDINATE_ARRAY(702231.665448718,7055548.041410256,702241.20070512825044,7055529.651987179005283,702252.098141025629622,7055513.305833332994717,702269.125384615379182,7055513.305833332994717,702286.152628205128742,7055533.057435897001761,702288.8769871795026414,7055557.576666666017611,702260.2712179487513214,7055572.56064102501585, 702231.665448718,7055548.041410256))

Tags: Database

Similar Questions

  • two node Oracle RAC with two Oracle databases completely different on each node?

    We currently have two different applications that use Oracle databases.  Current configuration is two different oracle homes dbhome_1, dbhome2 with separate mounting LINUX points containing the Oracle homes and *.dbf files on a single host server.

    Previously, the idea was to set up a second server identical host configured as a 'data guard' for both of these databases.  Now, management wants to implement a cluster of CARS of two nodes, with each node running two databases.  With the Standard edition.

    I only did CARS of high availability and scalability for a single database.  Is it possible to run two completely different databases Oracle on a two-node RAC cluster?  I am inclined to think that they it has divided into

    two clusters RAC to two nodes on four small servers host.  Any suggestions or comments would be appreciated?

    Is it possible to run two completely different databases Oracle on a two-node RAC cluster?

    The short answer is Yes... it is possible.  It will work without any problem, as long as you have the resources available to an additional database.

    I am inclined to think that they it has divided into two clusters RAC to two nodes on four small servers host.

    There is another option.  In the past I have two databases on a RAC cluster that has been implemented for reasons of cost of license / (I don't think that this applies to itself, but you will need to check).

    However having seen on separate hosts that you have only potentially interruptions of service on a database if you decide to do something like upgrading from one of the databases and thus upgrade the GI as well.  This would mean interruptions in service for all your databases using the GI.

  • query Oracle for top two salaries of each group departmentwise

    query Oracle for top two departmentwise salary

    sigh...

    But anyway,.
    Top - n queries:
    http://www.Oracle.com/technology/oramag/Oracle/07-Jan/o17asktom.html
    http://asktom.Oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:2853107469873
    and of course a lot of 'em here OTN...

  • Uninstllation customer Oracle question.

    Hi all

    I'm sorry if it's irrelevant posting this question here, it would be great if someone has an idea.

    I'm just trying to uninstall oracle client is installed in D: drive, I want to install it in the F: drive.

    my attempt to uninstall and its respective results are as below,

    At the cmd prompt.

    D:\Oracle\product\11.2.0\client_1\deinstall > set ORACLE_HOME = D:\Oracle\product\11

    .2.0\client_1

    D:\Oracle\product\11.2.0\client_1\deinstall > uninstall - House D:\Oracle\product\11

    .2.0\client_1

    Verification of the required files must be treated and...

    Please wait...

    14 or the files copied

    610 or files copied

    1 file (s) copied.

    1 file (s) copied.

    ERROR:-House does not have to be defined for a deinstall linking in an ORACLE_HOME.

    Uninstalling the current House is supposed to.

    1 dir moved.

    1 dir moved.

    Please let me know if there is a way to do it.

    Thank you

    Siva

    Have you tried just walk, the deinstall.bat without the information of the House that should be removed, if you have two clients of 32/64 bit installed, then it could perhaps also worth reading "uninstall 11.2 removes Inadvertanly 32-bit House houses of 64-bit and Vice Versa (Doc ID 1271661.1).

    See you soon

    John

  • Question about two external monitors on Qosmio G30-161

    After having asked a similar question recently, I still don't know if this can work (and I don't want to buy an HDMI cable to DVI, if this does not work); so...

    Can I fix a TFT monitor (analog) output of the screen AND attach another TFT via HDMI (with a HDMI to DVI connector) connection and run the office during these two?

    I guess that the computer laptop screen will be disabled in this State, but this isn't a problem that I would be willing to go down with the lid of the laptop.

    All information around this type of installation will be most appreciated

    Thank you

    Phil

    Hi Phil

    You're impatient user ;)
    You asked this in the first post:
    http://forums.computers.Toshiba-Europe.com/forums/thread.jspa?threadID=12648

    However, I don t think you will be able to use the two ports together.
    In my opinion, you can use the analog port or HDMI connection.

  • Equium A210 - Question on two 2 hard drives using Vista

    I'm looking for some portable refurbished Toshiba and see that some of them (including the title template) have 2 hard drive bays. An individual has a specified 80 GB drive and I am puzzled as to how, if the 80 GB is divided, it can run Vista.

    I intend to use the built-in hard drive to run the programs and the OS and use an external drive to store all my data, that's why I go for a laptop with a hard drive relatively low and hopefully get a good quality for less money machine.

    But I would like to know what size are these 2 drives and you would be grateful for information about the ins and outs of the 2 hard drives.

    Thanks in advance if you can enlighten me :)

    clemenzina

    Hello

    > An individual has a specified 80 GB drive and I am puzzled as to how, if the 80 GB is divided, it can run Vista.
    Your question confuses me, I wonder what's not clear for you
    You are right. Some series are equipped with two bays for HARD drives, but this does not mean that you can use 2 hard disks because not all models with 2 bays for HARD drives supports 2 HARD disk controllers. So before use 2 HARD drive, you will need to check first if the second span would contain HARD drive connectors.

    In addition, the installation of Vista OS always create 2 partitions on the HARD disk.
    A small partition is hidden and it contains the necessary vista backup files that are needed to repair the Vista operating system (in critical situations).
    The second partition contains the common files system.

    This is the whole secret of Vista

  • I created a form with checkboxes.  A question has two boxes for a 'yes' another being a 'no '.  I just want to be able to select a single box, but currently, I choose both

    I created a form with checkboxes, I have currently two checkboxes in a question that I wish I could only check a box and make it mandatory that should be checked only one box.  Currently, I am able to select the two check boxes.

    Give them the same field name, but export values.

  • Integrated form of oracle question

    Hello

    We are currently working on a solution that integrates an existing forms(11g) oracle application in a container for jsp/adf and communicates via javascript with different elements on the page. I recently hit a problem when launching the application. Everything starts well, but when the departures of applet, I get an error FRM - 92190 Javascript is impossible to evaluate the expression. We had the fine for the month's work, but something has changed and I don't know what. I followed the problem down to the forms_ie.js that performs the following operations: (fails on the second line as it never finds an element called "form_plugin_info")
    /*
    ** FILE: forms_ie.js
    **
    ** This java script file gets included in the Forms Servlet template htm
    ** file basejpi.htm and webutil template htm file webutiljpi.htm.
    **
    ** Users who have customized replacements for these template htm files
    ** (basejpi.htm and webutiljpi.htm) should
    ** modify their customized template htm files and include this java script
    ** (similiar to the default template files).
    */
    
    var plugin_info = document.getElementById("forms_plugin_info");
    var jversion = plugin_info.getAttribute("plug_ver");
    var jcodebase = plugin_info.getAttribute("appcodebase");
    var jwidth = plugin_info.getAttribute("appwidth");
    var jheight = plugin_info.getAttribute("appheight");
    var name = plugin_info.getAttribute("appname");
    
    document.write('<object classid="' + jversion + '"\n');
    document.write('codebase="' + jcodebase + '"\n');
    document.write('WIDTH="' + jwidth + '"\n');
    document.write('HEIGHT="' + jheight + '"\n');
    document.write('HSPACE="0"\n');
    document.write('VSPACE="0"\n');
    document.write('ID="' + name + '" MAYSCRIPT>\n');
    This is the code for the creation of the applet in the page
    <OBJECT classid="clsid:CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBA"
            codebase="http://java.sun.com/update/1.6.0/jinstall-6u10-windows-i586.cab#Version=1,6,0,39"
            WIDTH="1024"
            HEIGHT="768"
            HSPACE="0"
            VSPACE="0"
            ID="forms_applet">
            <SCRIPT LANGUAGE="JavaScript" SRC="http://192.168.13.152:9001/forms/frmjscript/forms_ie.js"></SCRIPT> 
            <PARAM NAME="TYPE"       VALUE="application/x-java-applet;jpi-version=1.6.0"/>
            <PARAM NAME="CODEBASE"   VALUE="http://192.168.13.152:9001/forms/java"/>
            <PARAM NAME="CODE"       VALUE="oracle.forms.engine.Main" />
            <PARAM NAME="ARCHIVE"    VALUE="frmall.jar,locus_forms.jar,icons.jar,frmwebutil.jar,jacob.jar" />
            <PARAM NAME="serverURL" VALUE="http://192.168.13.152:9001/forms/lservlet?ifcfs=http://192.168.13.152:9001/forms/frmservlet?config=migrate&FORM=loginstart&ifsessid=formsapp.125&acceptLanguage=en-US,en;q=0.8"/>
            <PARAM NAME="networkRetries" VALUE="0"/>
            <PARAM NAME="serverArgs"
                   VALUE="escapeParams=true module=loginstart userid=  debug=no host= port= term=C:\Oracle\Middleware\asinst_1\config\FormsComponent\forms\fmrwebwcs.res"/>
            <PARAM NAME="separateFrame" VALUE="false"/>
            <PARAM NAME="splashScreen"  VALUE=""/>
            <PARAM NAME="background"  VALUE=""/>
            <PARAM NAME="lookAndFeel"  VALUE="oracle"/>
            <PARAM NAME="colorScheme"  VALUE="teal"/>
            <PARAM NAME="serverApp" VALUE="default"/>
            <PARAM NAME="logo" VALUE=""/>
            <PARAM NAME="imageBase" VALUE="codebase"/>
            <PARAM NAME="formsMessageListener" VALUE=""/>
            <PARAM NAME="recordFileName" VALUE=""/>
            <PARAM NAME="EndUserMonitoringEnabled" VALUE="false"/>
            <PARAM NAME="EndUserMonitoringURL" VALUE=""/>
            <PARAM NAME="heartBeat" VALUE=""/>
            <PARAM NAME="MaxEventWait" VALUE=""/>
            <PARAM NAME="allowAlertClipboard" VALUE="true"/>
            <PARAM NAME="disableValidateClipboard" VALUE="false"/>
            <PARAM NAME="enableJavascriptEvent" VALUE="true"/>
            <PARAM NAME="MAYSCRIPT" VALUE="true"/>
            <PARAM NAME="digitSubstitution" VALUE="context"/>
            <PARAM NAME="legacy_lifecycle" VALUE="false"/>
            <PARAM NAME="JavaScriptBlocksHeartBeat" VALUE="false"/>
            <PARAM NAME="highContrast" VALUE="false"/>
            <PARAM NAME="disableMDIScrollbars" VALUE=""/>
            <PARAM NAME="clientDPI" VALUE=""/>
            <!-- Params specific to webutil -->
            <PARAM NAME="WebUtilLogging" VALUE="on"/>
            <PARAM NAME="WebUtilLoggingDetail" VALUE="normal"/>
            <PARAM NAME="WebUtilErrorMode" VALUE="Alert"/>
            <PARAM NAME="WebUtilDispatchMonitorInterval" VALUE="5"/>
            <PARAM NAME="WebUtilTrustInternal" VALUE="true"/>
            <PARAM NAME="WebUtilMaxTransferSize" VALUE="1048576"/>
            <PARAM name="applet_stop_timeout" value="800"/>
    <COMMENT>
    <EMBED  id="forms_applet"
            SRC="" PLUGINSPAGE="http://javadl.sun.com/webapps/download/GetFile/1.6.0_10-b33/windows-i586/xpiinstall.exe"
            CODE="forms_applet"
            TYPE="application/x-java-applet"
            java_codebase="http://192.168.13.152:9001/forms/java"
            java_code="oracle.forms.engine.Main"
            java_archive="frmall.jar,locus_forms.jar,icons.jar,frmwebutil.jar,jacob.jar"
            WIDTH="1024"
            HEIGHT="768"
            HSPACE="0"
            VSPACE="0"
            NAME="forms_applet"
            serverURL="http://192.168.13.152:9001/forms/lservlet?ifcfs=http://192.168.13.152:9001/forms/frmservlet?config=migrate&FORM=loginstart&ifsessid=formsapp.125&acceptLanguage=en-US,en;q=0.8"
            networkRetries="0"
            serverArgs="escapeParams=true module=loginstart userid=  debug=no host= port= term=C:\Oracle\Middleware\asinst_1\config\FormsComponent\forms\fmrwebwcs.res"
            separateFrame="false"
            splashScreen=""
            background=""
            lookAndFeel="oracle"
            colorScheme="teal"
            serverApp="default"
            logo=""
            imageBase="codebase"
            recordFileName=""
            EndUserMonitoringEnabled="false"
            EndUserMonitoringURL=""
            heartBeat=""
            MaxEventWait=""
            allowAlertClipboard="true"
            disableValidateClipboard="false"
            enableJavascriptEvent="true"
            MAYSCRIPT="true"
            digitSubstitution="context"
            legacy_lifecycle="false"
            JavaScriptBlocksHeartBeat="false"
            highContrast="false"
            disableMDIScrollbars=""
            clientDPI=""
            WebUtilLogging="on"
            WebUtilLoggingDetail="normal"
            WebUtilErrormode="Alert"
            WebUtilDispatchMonitorInterval="5"
            WebUtilTrustInternal="true"
            WebUtilMaxTransferSize="1048576"
            applet_stop_timeout="800"
    >
    </EMBED>
    </COMMENT>   
    </OBJECT>
    My question is what is the purpose of the forms_ie.js, should use us it when we do not run with the standard models htm and if we should how I change my code to include the latter.

    Thank you

    Neal

    Published by: nbyrne76 on February 18, 2013 03:12

    The reason why the java script (js) files have been added was the result of a change being implemented by browser vendors (Microsoft in this case). Without going into deep detail, the addition of these files was necessary in order to obtain the forms applet to load after that some restrictions have been added to IE. It was suggested that restrictions that cause once the need for these files has been deleted or modified. As a result, he peut+ _ be possible to remove these files and their references.  Oracle is looking into this possibility, but currently has not completed any formal test to prove if they are no longer needed.

    Feel free to remove them and make the appropriate changes to the corresponding model html files. Test drive it and let us know what you find. ;)

    Don't forget that since a Support of Oracle, view, delete these files and change this part of the model may not be considered "sustained."

  • Bkup/restore Oracle questions

    Hi all
    I am new to Oracle, came from sqlserver. I have a question about bkup Oracle10 system, I'm on desigh where store us the table 7 days + one for the current day.
    Before speaking to our dba, I want to know what are the options to restore I say older 3 day/data table, so probably we don't need these 7 tables every day.

    Or what will be most favourable concept to deal with 7 days of data, sql, we had a table for all have good stamp.

    TX
    J

    As you are not the ADMINISTRATOR, I suggest that you take your operational requirements for the DBA and discuss your options. You need to focus on 'What' and to determine the "how."

  • Multiple Configuration Oracle question

    We have a typical environment configuration. I'll explain below:

    Our application works Online and Offline Mode. For the online mode, connect us to the Enterprise Server Oracle 10 g and a local instance of access and the offline application works totally in Access.

    Now, we want to move away access and have PE Oracle rather simply because we want to use the stored procedure and even all of the code for the treatment of offline and online.

    Thus, a typical user's machine will be an instance of PE and an Oracle Client. Currently, we use LDAP.ora for setting up connections. Now, I have a few questions

    1. How do you ensure that Oracle PE will work when we have no network connection. Can we have like installation of PE with Tnsnames.ORA
    2. what may be the smallest possible package for PE.
    3. can I use a client to access the databases and PE.

    Any help will be much appreciated.

    Thanks in advance.

    Assuming that the "Xcopy install" refers to the use of the Windows xcopy command, you can specify what, exactly, you install via xcopy? You are simply use the xcopy command to copy the ODP.Net bits? Or you try to install the Oracle client with this approach?

    If you are concerned about support, you generally want to install everything through the Oracle Universal Installer (except the very occasional components that do not use the YES). Oracle supports usually only software installed via the installer, because particularly on Windows, there are a number of registry entries must be created.

    You can certainly do a custom installation of the personal edition on end-user machines. There are a few prerequisites that must be installed according to me (who will take care of the Installer). I guess that your customization will take the form of a response to the YES file, to do a silent install?

    Justin

  • Satellite Pro P200 - 1EE: Question about two partitions on the disk with Vista

    Hello

    I've had my laptop for 2 months now and when I click on computer to watch my hard drive there are two; 1 called vista (: c) and other data (: E).
    Why is it two hard disks?
    And called Vista one 21.5 GB free and the other has 71.2 GB free.
    So if we get full my laptop will automatically use it?

    Thank you.

    Hello

    According to my experience, the Vista operating system to the second partition for data backup. It s necessary and important if you want to restore or repair the Windows operating system. This is a new feature in Vista!

    > So if you get full my laptop will automatically use it?
    No, it will automatically switch to the other partition if the first partition is full.
    You must point to the second partition if you want to store data on this second partition.

    Best regards

  • questions of two monitors

    Hello

    I have a hp pavilion model s5310f with windows 7.

    I am trying to connect two monitors to my system using a powered by usb 2 port VGA splitter.

    the problem I encounter is that the computer is not picking up on the fact that I have to the monitors hooked up.  When I go to appearance and personalization - poster - resloution that's not recongize there are two monitors attached to the top of the screen. Assumed to be an element of the line indicating 'several screens' and it isn't here. However, two of them work they reflect just between them. Could you please help me with this diagnosis? I monitors, separator or a problem of outdated system?

    Any help would be wonderful, because I am at a loss.

    Thank you

    Cory

    Both of the above positions are correct. Your form (here) show that you have only one video output.  In order to have two screens you want (extended mode), you will need to do this: adding a monitor using a HP USB graphics card.

  • Questions of two Smartphones with Blackberry Storm blackBerry

    well as the title suggests, I have two problems now

    First, is there a way to stop the space bar to continue automatically make spaces until you let off the screen? When I press the space, sometimes it spaces double and therefore puts a period where I don't need or want one. If this isn't a way to stop it, what a way to increase the time til it starts?

    Second, my cousin has a storm so I compared our storms and it seems that its screen is much easier to press the long corners, where mine, I need to put a force sometimes just to make it work, there a way to clean it up or make them better work?

    any help would be appreciated. Thank you

    Hi DeviantWolf and welcome to the Forums,

    Lets start with your first problem.  It is indeed a way to change this.  Go to Options > keyboard/screen and then scroll down to that you get to Key rates.  You can drop this Normal rate (if this is the quickest) or medium slow (if this is normal), and it will give more time before the entry of each letter.

    If you scroll down further, you will also see the touchscreen settings.  Here you can change the interval of Tap (tap intervals more would also help here, tap of shorter intervals are the best for very fast typing).  Play with the key rate and the touchscreen settings until you find the settings you like.

    To address your second problem, it is usually because the screen is just a little too tight or too loose.  Some people have had success by placing a sticky notes folded in behind the battery (this raises the button used to detect the click that gives better click on the answers).  Or alternatively, you can use a Tor - x screwdriver to loosen the screws on the back of the phone by just a little bit (a quarter turn may be sufficient, or perhaps you need a bit more).  If you do not have access to good Tor - x driver (like most of us), you can also simply try to take your phone in the store.  Most mobile phone shops have that screwdriver in the store and they can make minor adjustment for you.

    I hope this info helps!

  • Storage container Oracle questions.

    Hello

    For the database service, I tried to create the new container in the cloud storage container. As java, database container I've seen no service console connection.

    IssueinCloudContainerCreation.PNG

    After referring the document, I create the container by using the loop, and also I have test the container to create using the loop. After you create the container I don't know how to display the container created in the cloud service (console). So, I try to create the database service using my container name that is created by using the loop. But in the storage container Cloud name filed, it calls the name.so storage container, I gave the name of the container, but it is said that the error "Oracle Cloud Storage Service container name must be in the format < storage service name > - < domain identity name > / < container name of >.» "For example, storagesvc999-usoracleaccoutrial00999/backupContainer. Now I don't know the name of storage service.

    What is the name of storage service?

    How I found?

    The above image I do ' t see any link to access the storage service. So how to get access to the service? (recently, I put the replication strategy)

    Kind regards

    Ove.


    The storage team works to expose the tank to the user interface and which should be available in the spring. In the meantime, I have an app APEX you can use, but is not 100% finished. Give me a few weeks to get it all sorted. Meanwhile, let me help you get this name of container down.

    The syntax that you noted is

    -/

    So lets build this URL with certain values of the sample. Let my domain identity name is Gumball and my tank is myBackups.

    The first part would be storage-Gumball. The second part would have me myBackups. It will be together

    Storage-Gumball/myBackups

    Go ahead and give that a try to replace in your values for the field of identity and container. If it doesn't, we can find the exact syntax required for your account.

  • question about two versions of lightroom on the same computer

    Hi all

    I used the C/C version of lightroom on my desk for the last year or two, but I still have my old 5.7.1 version installed. is it possible to uninstall the old version without changing anything in the C/C version?

    Thank you

    Vicki

    Yes, if you are satisfied with the way that LR 6/cc is currently running, you can uninstall LR 5.x.

    During the installation of the major version upgrades (5.x to 6.0), the Adobe software is always a side-by-side installation.

Maybe you are looking for

  • Lack of the Microsoft application

    Hi, I had to reinstall all the software on the laptop. but I can't find Microsoft word, it's about this before, I think it was called ms word 2000, it came with the pc.could someone please?Thank you very muchJohn

  • HP ENVY Phoenix Deskto 810-209: keyboard

    Just got my new HP ENVY Phoenix desktop PC 810-209 (ENERGY STAR) But no instructions for the keyboard. There is no serial number so I can't find the instructions for. It is the image. Please helpplease help

  • I can't find driver ACPI\HPQ0004\3 in Win 8.1

  • Invalid email address Xbox 360

    When I activated and set up my sons Xbox 360 live on the Xbox a wrong e-mail address has been added This means that I could not return on the Microsoft account like security by e-mail to the address that is not I now want to move the profile to a val

  • Win7 SP1 installation problems - Code 80004005

    I am trying to install the SP1 of Win7 tonight, and it failed with 'Code 80004005'. I looked this error, and it seems fairly generic. I followed the convenience store of SP1 and still not get SP1 to install. Any suggestions? Thanks in advance.