Help with the output

I have the following XML:

<? XML version = "1.0" encoding = "UTF-8"? >
< REPORT >
< P_REQUEST_ID > 5953004 < / P_REQUEST_ID >
< LIST_Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
Forms of < FILE_TYPE > < / Type_de_fichier >
SIMPLE < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 30 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
Forms of < FILE_TYPE > < / Type_de_fichier >
WAY to < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 6 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
Forms of < FILE_TYPE > < / Type_de_fichier >
COMPLEX < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 9 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
< FILE_TYPE > function < / Type_de_fichier >
SIMPLE < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 11 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
< FILE_TYPE > function < / Type_de_fichier >
COMPLEX < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 2 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
< FILE_TYPE > PackageBody < / Type_de_fichier >
SIMPLE < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 49 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
< FILE_TYPE > PackageBody < / Type_de_fichier >
WAY to < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 19 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
< FILE_TYPE > PackageBody < / Type_de_fichier >
COMPLEX < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 53 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
Procedure < FILE_TYPE > < / Type_de_fichier >
SIMPLE < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 67 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
Procedure < FILE_TYPE > < / Type_de_fichier >
WAY to < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 39 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
Procedure < FILE_TYPE > < / Type_de_fichier >
COMPLEX < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 64 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
< FILE_TYPE > reports < / Type_de_fichier >
SIMPLE < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 209 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
< FILE_TYPE > reports < / Type_de_fichier >
WAY to < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 71 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
< FILE_TYPE > reports < / Type_de_fichier >
COMPLEX < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 107 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
SQLScript < FILE_TYPE > < / Type_de_fichier >
SIMPLE < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 267 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
SQLScript < FILE_TYPE > < / Type_de_fichier >
WAY to < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 36 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
SQLScript < FILE_TYPE > < / Type_de_fichier >
COMPLEX < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 76 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
shellscript < FILE_TYPE > < / Type_de_fichier >
SIMPLE < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 3 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
shellscript < FILE_TYPE > < / Type_de_fichier >
WAY to < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 1 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
< FILE_TYPE > trigger < / Type_de_fichier >
SIMPLE < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 6 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
< FILE_TYPE > trigger < / Type_de_fichier >
COMPLEX < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 1 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
< FILE_TYPE > view < / Type_de_fichier >
SIMPLE < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 32 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
< FILE_TYPE > view < / Type_de_fichier >
WAY to < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 8 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< Q_SUMMARY_REPORT >
< FILE_TYPE > view < / Type_de_fichier >
COMPLEX < COMPLEXITY > < / COMPLEXITY >
< numero_fichier > 5 < / numero_fichier >
< / Q_SUMMARY_REPORT >
< / LIST_Q_SUMMARY_REPORT >
< / REPORT >

and I need the output in the following format

Simple means complex
--------------------------------------------------------------------
30 6 9 forms
Function 2 of 11
PackageBody 49 19 53
Procedure 67 39 64
209-71-107 reports
SQLScript 267 36 76
3 1 shell script
6 1 trigger
View 32 8 5
------------------------------------------------------------------------
Total 641 180 319
------------------------------------------------------------------------

Please help me with the possibility of this type of output, thanks in advance.

Kind regards
Mahi

The problem is solved by developing the model using the desktop version downloaded from patch 12395372

Tags: Business Intelligence

Similar Questions

  • Request for help with the output of a script

    Hello

    I need assistance with the output of a script. I have a script that retrieves advanced config of the esx hosts in a cluster and exports to a txt file. Here is the script I use:

    $Decimals = 1

    $VCServers = @)

    $VMSummaries = @)

    $InputFile = "VCs.txt".

    1. Read the input file, loop of VCs

    Foreach ($VCname in Get-Content $InputFile) {$VCServers += $VCName}

    Foreach ($VCServer to $VCServers)

    {

    $VC = to connect-VIServer $VCServer

    $VMhosts = get-VMHost

    Foreach ($VMHost to $VMhosts)

    {

    Write-Progress "Collecting information in $VCServer" 'connecting to host $VMHost' - Id 0

    $VMSummary = "" | Select the host name, TCPIPHeapMax, TCPIPHeapSize, HeartbeatTimeout, HeartbeatFrequency, HeartbeatMaxFailures, MaxVolumes

    $VMSummary.HostName = $VMHost.Name

    $VMSummary.TCPIPHeapMax = (get-VMHostAdvancedConfiguration - VMHost ($VMhost) - name Net.TcpipHeapMax). Values

    $VMSummary.TCPIPHeapSize = (get-VMHostAdvancedConfiguration - VMHost ($VMhost) - name Net.TcpipHeapSize). Values

    $VMSummary.HeartbeatTimeout = (get-VMHostAdvancedConfiguration - VMHost ($VMhost) - name of NFS. HeartbeatTimeout). Values

    $VMSummary.HeartbeatFrequency = (get-VMHostAdvancedConfiguration - VMHost ($VMhost) - name of NFS. HeartbeatFrequency). Values

    $VMSummary.HeartbeatMaxFailures = (get-VMHostAdvancedConfiguration - VMHost ($VMhost) - name of NFS. HeartbeatMaxFailures). Values

    $VMSummary.MaxVolumes = (get-VMHostAdvancedConfiguration - VMHost ($VMhost) - name of NFS. MaxVolumes). Values

    $VMSummaries += $VMSummary

    }

    }

    $OutputFile = "AdvancedNFS.txt".

    $VMSummaries | Format-Table | Out-file $OutputFile

    This script runs without any problem and generates a text file that looks like this:

    TCPIPHeapMax TCPIPHeapSize HeartbeatTimeout HeartbeatFrequency HeartbeatMaxFailures MaxVolumes hostname

    -


    -


    -


    -


    -


    -


    -


    abcd1 abcd2 abcd3

    I am trying to output a csv file and run into a problem where each host values are not displayed correctly. I replaced the last 2 lines in the script as follows:

    $OutputFile = "AdvancedNFS.csv".

    $VMSummaries | Export-CSV $OutputFile

    My output looks like this:

    Host name

    TCPIPHeapMax

    TCPIPHeapSize

    HeartbeatTimeout

    HeartbeatFrequency

    HeartbeatMaxFailures

    MaxVolumes

    ABCD1

    System.Collections.Hashtable + ValueCollection

    System.Collections.Hashtable + ValueCollection

    System.Collections.Hashtable + ValueCollection

    System.Collections.Hashtable + ValueCollection

    System.Collections.Hashtable + ValueCollection

    System.Collections.Hashtable + ValueCollection

    What I am doing wrong?

    Thank you

    Alex

    Hello

    You can try changing your script like this:

    • -Replace "." "With values '-["'-']. "

    • -Optimize calls to Get-VMHostAdvancedConfiguration

    Your code will look like this:

    ...

    Write-Progress "Collecting information in $VCServer" 'connecting to host $VMHost' - Id 0

    $VMSummary = "" | Select the host name, TCPIPHeapMax, TCPIPHeapSize, HeartbeatTimeout, HeartbeatFrequency, HeartbeatMaxFailures, MaxVolumes

    $VMSummary.HostName = $VMHost.Name

    $VMHostAdvancedConfig = get-VMHostAdvancedConfiguration - VMHost $VMHost - name Net.TcpipHeapMax, Net.TcpipHeapSize, NFS. HeartbeatTimeout, NFS. HeartbeatFrequency, NFS. HeartbeatMaxFailures, NFS. MaxVolumes

    [$VMSummary.TCPIPHeapMax = $VMHostAdvancedConfig\["Net.TcpipHeapMax"\]

    [$VMSummary.TCPIPHeapSize = $VMHostAdvancedConfig\["Net.TcpipHeapSize"\]

    $VMSummary.HeartbeatTimeout = $VMHostAdvancedConfig\ ['NFS. HeartbeatTimeout '\] '.

    $VMSummary.HeartbeatFrequency = $VMHostAdvancedConfig\ ['NFS. HeartbeatFrequency '\] '.

    $VMSummary.HeartbeatMaxFailures = $VMHostAdvancedConfig\ ['NFS. HeartbeatMaxFailures '\] '.

    $VMSummary.MaxVolumes = $VMHostAdvancedConfig\ ['NFS. MaxVolumes '\] '.

    $VMSummaries += $VMSummary

    ...

    Kind regards

    Dimitar

  • Need help with the output of the query formatting

    Hello

    Here are the scripts to create the table and create test data:

    create table result (acct number(10), acct_nm varchar2(100), stage varchar2(10), target_pc number(10,2), long_target_pc number(10,2))
    /
    Insert into RESULT
       (ACCT, ACCT_NM, STAGE, TARGET_PC, LONG_TARGET_PC)
    Values
       (47042, 'Dora the explorer', 'AFTER', 33.6, 48)
    /  
    Insert into RESULT
       (ACCT, ACCT_NM, STAGE, TARGET_PC, LONG_TARGET_PC)
    Values
       (47042, 'Dora the explorer', 'BEFORE', 33.6, 48)
    /  
    Insert into RESULT
       (ACCT, ACCT_NM, STAGE, TARGET_PC, LONG_TARGET_PC)
    Values
       (41142, 'Bob the Builder', 'AFTER', 9.18, 20.4)
    /  
    Insert into RESULT
       (ACCT, ACCT_NM, STAGE, TARGET_PC, LONG_TARGET_PC)
    Values
       (41142, 'Bob the Builder', 'BEFORE', 9.18, 20.4)
    /  
    Insert into RESULT
       (ACCT, ACCT_NM, STAGE, TARGET_PC, LONG_TARGET_PC)
    Values
       (41086, 'Sofia the first', 'AFTER', 17.96, 51.3)
    /  
    Insert into RESULT
       (ACCT, ACCT_NM, STAGE, TARGET_PC, LONG_TARGET_PC)
    Values
       (41086, 'Sofia the first', 'BEFORE', 2.98, 8.5)
    /  
    Insert into RESULT
       (ACCT, ACCT_NM, STAGE, TARGET_PC, LONG_TARGET_PC)
    Values
       (41086, 'Sofia the first', 'BEFORE', 14.98, 42.8)
    /  
    COMMIT
    /
    
    

    I need output in the following format when I query this table:

    Account         Account Name        Stage       Target PC       Long Target PC
    41086           Sofia the first   
                                       BEFORE            2.98                  8.5
                                                        14.98                 42.8
                                       AFTER            17.96                 51.3
    41142           Bob the Builder                                                     
                                       BEFORE            9.18                 20.4
                                       AFTER             9.18                 20.4
    47042           Dora the explorer                                                     
                                       BEFORE           33.6                  48.0
                                       AFTER            33.6                  48.0
       
    Total Accounts = 3
    
    
    

    Here is what I tried but it does not gives me out I want (below referred to as the code):

    spool c:\break_test.txt
    column acct format 9999999999
    column acct_nm format a50
    column stage format a15
    column target_pc format 999.99
    column long_target_pc format 999.99
    break on acct, acct_nm, stage
    select * from result order by acct, stage desc
    
    
    

          41086 Sofia the first                                    BEFORE              2.98           8.50
          41086 Sofia the first                                    BEFORE             14.98          42.80
          41086 Sofia the first                                    AFTER              17.96          51.30
          41142 Bob the Builder                                    BEFORE              9.18          20.40
          41142 Bob the Builder                                    AFTER               9.18          20.40
          47042 Dora the explorer                                  BEFORE             33.60          48.00
          47042 Dora the explorer                                  AFTER              33.60          48.00
    
    

    Please tell us how to get there.

    Thanks in advance!

    Go back and check the syntax of the PAUSE command.

    SQL> column long_target_pc format 999.99
    SQL> break on acct, acct_nm, stage
    SP2-0158: unknown BREAK option "acct_nm,"
    

    The syntax must be

    sql> break on acct on acct_nm on stage
    

    SQL formatting * more reports

  • Helps with the formatting on objects

    I have a script that I modified from a script of Alan Renouf (thanks for posting the script), but I'm having a problem with the output.

    The script gets a few details on a hard drive of virtual machines, and this is what is shown:

    VM: VM1

    Path              : {C:\, D:\}

    CapacityGB: {40: 40}

    FreespaceGB: {1: 18}

    Percent free: {2, 45}

    Low disk space on: C:\

    VM: VM2

    Path: {/, / boot, / usr, / home...}

    CapacityGB: {4, 1, 10, 2,...}

    FreespaceGB: {3, 1, 4, 0...}

    Percent free: {84, 95, 40, 17,...}

    Low disk space on: / home/brands

    The script is below, and it is the main problem.  I can show any data if I use - reach ',' on the parts that need it, but I have an if statement that will add another object to "Low disk space", then the drive letter.  I have this for disks that have less than 15 percent of available.  If I use - join, the output goes to a string and if statement I put in quotes below

    "

    If ($HDdetailsHT. ("' 15% free"-lt) {}

    $HDdetailsHT.Add ("low disk space on ', ' $(($HD |))") where {$_.} FreeSpaceGB / $_. ({CapacityGB * 100-[int] - lt 15}). Path)")

    }

    "

    The above if the statement will not work if I change one of the lines, for example:

    'CapacityGB' = ($HD. CapacityGB | foreach {$_ - as [int]})-join «,»


    If I do the above, all the data shows, but the if statement does not work anymore, because now, there's some string data.  I can't imagine a way to use my if statement and to show all the data entirely.  Given that some virtual machines may be small on space, I don't want the "low disk space on ' to show everything.  Any help is appreciated.

    $AllHDdetails = @)

    $AllVMs = get - VM 'VM1', 'VM2.

    {foreach ($vm to $AllVMs)

    $HD = $vm. Guest.Disks | Path of kind

    $HDdetailsHT [ordered] = @ {}

    "VM" = $vm. Name

    'Path' = $HD. Path

    'CapacityGB' = $HD. CapacityGB | foreach {$_ - as [int]}

    'FreespaceGB' = $HD. FreespaceGB | foreach {$_ - as [int]}

    "% Free" = $HD | foreach ({$_.}) FreeSpaceGB / $_. {CapacityGB) * 100 - as [int]}

    }

    If ($HDdetailsHT. ("' 15% free"-lt) {}

    $HDdetailsHT.Add ("low disk space on ', ' $(($HD |))") where {$_.} FreeSpaceGB / $_. ({CapacityGB * 100-[int] - lt 15}). Path)")

    }

    $HDdetails = new-Object PSObject - property $HDdetailsHT

    $AllHDdetails += $HDdetails

    }

    $AllHDdetails

    If you want only when there is not enough disk space, and if you can live with object with different properties in production, you could do something like this

    $HDdetailsHT [ordered] = @ {}

    "VM" = $vm. Name

    'Path' = $HD. Path

    'CapacityGB' = ($HD. CapacityGB | foreach {$_ - as [int]})-join «,»

    'FreespaceGB' = ($HD. FreespaceGB | foreach {$_ - as [int]})-join «,»

    "% Free" = ($HD | {($_.) foreach}) FreeSpaceGB / $_. ({CapacityGB) * 100 - as [int]})-join «,»

    }

    }

    $low = $HD | where {($_.)} FreeSpaceGB / $_. (CapacityGB * 100-en tant que [int]) - lt 15} | Select the path - ExpandProperty

    {if ($Low)}

    Add-Member - InputObject $HDdetailsHT - name "low disk space on ' - value $low - MemberType NoteProperty

    }

  • Hello need help with the opacity mask.

    Hello need help with the opacity mask. I hope someone out there can help

    I inherited a logo that appears to use a Logo of OM has a shape with a grad. This grad at first sight is not used in the Grad scheme and there is not editable.  Looking at the transparency palette I find an OM (pic1) output option. If I choose what the grad on separates it from the page of the form, that is from there I can change/remove as required (Note2).

    However, sometimes (he did no change), I'll be back to the same original form and output option is grayed out and is no longer available. Or I go to the similar shape that has the same treatment and I can't go out OM (pic3)

    The only difference is the thumbnail in the transparency palette, which is strong in pic1 and rated on pic3. What Miss me?    I'm not clear what the advantage is simply OM using the Grad palette to apply a grad in my form, but until I can get rid of OM who is there, I can't comfortably apply to the grad I want.

    The white gradient LHS I have no problem with. I choose fortunately only and each time get the possibility of release of OM.

    Screen Shot 2015-08-06 at 12.26.48.pngScreen Shot 2015-08-06 at 12.00.10.pngScreen Shot 2015-08-06 at 12.01.16.png

    The other thing weird. When I select the white gradient. Sometimes, the exit option is in the palette without going through the drop-down list (Fig 4).

    Other times seems not that OM has already been applied, because the palette gives me the ability to mask rather than liberation (5 photos). Until I go to the drop down and then I find Release is an option after all.

    What is the difference here?   Not much of a problem, because either way I can release OM to be able to change the grad.

    The file is passed through several hands and play anywhere to try to resolve issues, and many stops and save slot, so something along the line was of course done a logo and not the other because of the difference, but I can't for the life of me see what that.

    Screen Shot 2015-08-06 at 12.44.21.pngScreen Shot 2015-08-06 at 12.44.36.png

    I hope someone can help. Very appreciated


    See you soon

    Dave

    Dave,

    I've (mis) understanding the issues, you can account for the box to the right in the main palette transparency (called thumbnail) here.

    Illustrator help | Transparency and blending modes

    represents the masking objects.

    Some of your screenshots show no object mask, so it only is not really a mask even if do the opacity mask has been clicked and there seems to be one in the layers palette, wherever you look.

    I think that it is perhaps the issue.

  • What is the correct way to ask for help with the forum, rather than product, questions?

    I can't find the right way to ask a question about the forums themselves.

    PAGulley said

    I can't find the right part of the forum to ask questions about the forum itself and its features. I wonder what the right place and the way is to get help with the forum system itself. I can find the place to ask questions about specific Mozilla products very well.

    Look up where it says contributor tools and select Contributor Forums. Make sure that you scroll to the top or you'll get a bar with different links instead,

    The forum is https://support.mozilla.org/forums where you question would be better in the SUMO community discussions.

  • Need help with the installation of an adapter of Palit GeForce 9500GT Super chart - 512 MB in a M2N68 (narrated

    Need help with the installation of an adapter of graphics Super Palit GeForce 9500GT - 512 MB - DDR2 SDRAM in a M2N68 motherboard (narra6). Should I disable the onboard graphics in the bios? When the card is installed, no VGA work outs and the PC does not start. Checked and recontroler implementation of the card in the PCI slot. PC is a desktop HP G5200uk PC. Windows 7 operating system.

    Hello

    The link below is a guige to install a video card in your Pc.  In particular, it seems that you will have to perhaps specify the location of the new card in the bios and save this change before you install the new card - see step 4 in the guide on the link below.  If your new card fits into the PCI Express x 16 slot, you will need to define PCI Express in the bios and save the changes.

    http://support.HP.com/us-en/document/c01700855

    Kind regards

    DP - K

  • help with the beats on my envy 17-3270nr, n key

    help with the beats on my envy 17-3270nr key. recent Smart hard disk crash, replaced with exact same hitachi drive, same care extended warranty repairs covered of the Frys. Windows 7 Edition home premium w / service PAC 1 installed, drivers installed, except that now there is no volume of beats on screen graphic dial button, click the button on top button on the page does not call the beat of the application settings. Futhermore; the motion sensors of laser to activate the keyboard backlit keyboard do not work.  Are there drivers hp software to enable the missing features?

    Hello

    Download and install the following.

    HP OSD utility.

    Proximity sensor driver.

    Once completed, restart the laptop.

    Kind regards

    DP - K

  • I need help with the program of Photos on my macbook pro

    I use a Macbook Pro with OS of Yosemite. I really need help with the Photo program. I never really got the hang of IPhoto and now that it's a new program, I'm really confused. Where can I go to learn this without waiting for the next workshop in a local store?

    Hi, I'm fighting to open same mine, making a new software update

  • Help with the Powershell script to collect logs from all domain controllers

    I am writing a script to retrieve the last 5 days of application, security and log files from all domain controllers. The script runs, but fire the logs from the local server only. The variable $Computer has all of my DC so it's the fine mark. I guess it's a problem with my line ForEach-Object, but is not error. See the below script.

    $log = 'application '.
    $date = get-date-format MM-DD-YYYY
    $now = get-date
    $subtractDays = new-object System.TimeSpan 5,0,0,0,0
    $then = $Now.Subtract ($subtractDays)
    $Computers = get-ADDomainController-filter *.
    ForEach-Object - InputObject $Computers - process {Get-EventLog - LogName $log - after $then - before $now - EntryType error | select EventID, MachineName, Message, Source, TimeGenerated |} ConvertTo-html | {Out-file $env:TEMP\Applicationlog.htm}
    Invoke-Expression $env:TEMP\Applicationlog.htm

    Thank you

    Rich

    Hello

    To help with the repost the question script to the script Center Forum

    http://social.technet.Microsoft.com/forums/scriptcenter/en-us/home

  • Need help with the launching track pack for forza code 4

    Bought new Forza 4 and the lancer Track Pack code does not work, how do I get a code that is generated in the form I've already paid for it. Rank of loads of numbers and sent 10 s of emails but cant seem to get help.

    This is the help I get when the cat to an Ambassador xbox on xbox.com

    Terry wrote:
    Need help with the launching track pack for forza code 4
    The Xbox Ambassador says:
    Location of Ambassador of the community...
    The Xbox Ambassador says:
    Location of Ambassador of the community...
    The Xbox Ambassador says:
    Your question will be answered by an Ambassador of the Xbox. You have been connected to the Ambassador as a user Xbox [3]
    The Xbox Ambassador says:
    Hello
    Terry wrote:
    Hello
    The Xbox Ambassador says:
    Hey
    Terry wrote:
    just to be on the phone to xbox live support and was told to come here
    The Xbox Ambassador says:
    ok\
    The Xbox Ambassador says:
    What is your problem?
    Terry wrote:
    I bought the 4 for forza ansd 360 new sealed Christmas...
    Terry wrote:
    has got 2 codes that accompanies the game but the pack track code does not work
    The Xbox Ambassador says:
    Wow good
    Terry wrote:
    whenever I put in the code it says code redeemed
    The Xbox Ambassador says:
    I think the code is used. You must return to the retailer
    Terry wrote:
    I tried to, but since I already opened the case they will not accept
    The Xbox Ambassador says:
    Oh. No,
    Terry wrote:
    the code had been used or defective as I am the only person who has touched the game once opened, tried to enter the code when it is open
    The Xbox Ambassador says:
    Maybe it was auto bought?
    Terry wrote:
    so, how do I get another code generated track Pack if defective?
    The Xbox Ambassador says:
    I do not know.
    Terry wrote:
    bought the game new, so I get the track pack
    The Xbox Ambassador says:
    Oh. It's bad.
    The Xbox Ambassador says:
    I think that if you Exchange 1 code it will buy it
    Terry wrote:
    car pack code worked, starter pack did not work
    The Xbox Ambassador says:
    Oh.
    The Xbox Ambassador says:
    It's a bad
    The Xbox Ambassador says:
    BTW you have an evolution of the tests?
    Terry wrote:
    Yes, I want to? but more anxious to get a code object generated for this pack
    The Xbox Ambassador says:
    Hey if I help can u give me this game too?
    Terry wrote:
    ?????????????????
    Terry wrote:
    So is it possible to get a code for that time?
    The Xbox Ambassador says:
    Hey
    The Xbox Ambassador says:
    Yes.
    The Xbox Ambassador says:
    you need to contact them
    The Xbox Ambassador says:
    and tell them that the code is used.
    Terry wrote:
    I was told to come here? where can I go to get the code?

    Hi Terryg76,

    ·         What version of the operating system is installed on the computer?

    I suggest you to contact the game manufacturer for more help and information.

  • Need help with the blue screen issue "NAVEXI5. SYS, PAGE_FAULT_IN_NONPAGED_AREA ".

    Original title: need help with the blue screen issue
    My computer turns saying a blue screen: a problem has been detected and windows were shut down to prevent damage. The problem seems to be caused by the following file: NAVEXI5. SYS PAGE_FAULT_IN_NONPAGED_AREA he seems to have a different error whenever he turns to a blue screen. Can someone help me please.

    Hello

    1. Since when are you facing this problem?
    2. you remember to make changes to the system?
    3. do you get an error with this error code?

    I suggest to unplug external devices such as printer, scanner, etc. that are plugged into the system, and then restart the system and check if the problem persists.

    Method 1.
    I suggest you to do a check disk from the recovery console and check if the problem is resolved. Follow the steps mentioned below.
    a. start into the recovery console using the XP CD. Follow the steps mentioned in the article below.
    Description of the Windows XP Recovery Console for advanced users
    http://support.Microsoft.com/kb/314058
    b. perform a disk check.
    How to perform disk error checking in Windows XP
    http://support.Microsoft.com/kb/315265

    Method 2.
    I suggest you to start with the XP CD and then do a system restore. Follow the steps mentioned in the article below.
    How do I recover from a corrupted registry that prevents Windows XP startup
    http://support.Microsoft.com/kb/307545

    I hope this helps.

  • Help with the part number - paw index screen X230ti

    Can anyone help with the reference number and or the availability of the small 'legs' that sit in the slots on each side of the keyboard on a X230ti? They locate into the slots with the screen and prevent movement when the lid is closed.

    I have the same and among the small beasts broke and the screen tends to rotate when closed.

    Have searched for a parts list but cannot find the "paw" in any list that I found. Thank you

    Here is a picture of the X230t keyboard (and palmrest) framework. You can see the small 'legs' to belong to him.

    I hope someone from Lenovo will tell you how to order this part. EDIT: part number 04W6808.

  • Help with the purchase of a microSDHC

    I recently filled my Fuze, upgraded to the latest firmware and I'm ready to increase its capacity. I thought to buy a 8 GB Sandisk from amazon, but I'm not if I need a SD adapter so I can connect it to my computer. If I keep it plugged the "rocket" I will be able to access the card through the device, or it will appear as a separate storage device? Any help with the purchase of a microSDHC will be greatly appreciated.

    The 8 GB SanDisk microcard works perfectly, and you can plug just the "rocket" and most likely to leave it there. When you connect to your computer the microcard will appear as a separate... drive for example, on mine, the "rocket" is the J: drive and the card is drive K:

    Anything on the card will be perfectly integrated into the memory of the "rocket" when using it.

  • Please help with the problems of Vista SP2

    So I spent all day on the forums here and I'm head over heels.  I had problems with Windows update and some other problems on my Dell Studio XPS.  It is a tower with double HDs in RAID mirror running Vista 64-bit with SP2.

    I got it for 3 years and I thought that I clean and correct certain defects to go back to the original Dell factory condition.  That did not fix the update install problem I did cleaning.  Now it's worse.

    I'm trying to install SP2 and get a catastrophic failure 0x8000ffff error-UNEXPECTED

    The onlychange is that several months ago, one of my WD 640 GB drives factory failed and I replaced it with a Seagate Barracuda 1 TB since I couldn't find a 640 GB drive.

    I tried to stop and restart all services BITS, etc. no luck.

    I tried to run among the MS FixIt for the problem of update, but it fails because it says that it cannot initialize the powershell.

    Help, please... I'm hopelessly lost and can not spend more money on this thing.

    Thank you!

    If you need additional help with the clean install, please start your own, new topic in this forum: http://answers.microsoft.com/en-us/windows/forum/windows_vista-system

    If these procedures look too complex - and there is no shame in admitting this isn't your cup of tea - take the machine to a local, good reputation and independent (i.e., not a BigBoxStore or a Geek Squad) computer repair shop & ask them to do the job.

Maybe you are looking for