Problems with re-grouping - subtotals and pagebreaks do not work

I'm trying to create a report with all of my grouping in the template as opposed to the data definition. I've copied a simplified version of my code and xml below.
I'm having two issues:
1. The pagebreaks are not working. For every change in pagebreak_seg, second_seg, or third_seg there should be a pagebreak.
2. The subtotalling isn't working. At each grouping level, I'm using sum(current-group()/...) to capture a subtotal at the new level. It worked the first 3 times (for Account_seg, Cat3 and Third_Seg, but stopped working at Second_seg. The second_seg keeps appearing after each Third Seg and has the same values rather than appearing at the end of the final Third Seg that falls within the Second_seg. Is there a limit to how many times I can do this, or have I got an error in here somewhere.
I can email the xml and the template if that would be more helpful.
Thanks very much for your help.
What I'm expecting to see.
1st Page
entity: 001 My Department
program: 72020 Financial Services
organization: 160013 Human Resource Functions
account 540300 desc and subtotals
Subtotal these amounts under category of Travel
account 522200 desc and subtotals
Subtotal these amounts under category of Supplies and Services
Subtotal for Human Resource Functions
pagebreak
2nd Page
entity: 001 My Department
program: 72020 Financial Services
organization: 160018 Org 1
account 5254000 desc and subototals
Subtotal these amounts under category of Supplies and Services
Subtotal for Org 1
Grand Total for Financial services
Grand total for My department
--excerpt from template
<?start:body?>
##<?for-each:XXFIN_PSBE2_XML?>
####<?for-each:LIST_G_HEADER_PAGE?>
######<?H_TITLE?>
####<?end for-each?><?PageBreak?>
####<?for-each-group:G_REPORT;PAGEBREAK_SEG?>
######<?for-each-group:current-group();./SECOND_SEG?>
########<?for-each-group:current-group();THIRD_SEG?>
##########<?SEG_1_HEADER?>
##########<?PAGEBREAK_SEG?>
##########<?PAGEBREAK_DESC?>
############<?for-each-group:current-group();CAT3?>
##############<?for-each-group:current-group();ACCOUNT_SEG?>
################<?ACCOUNT_SEG?>
################<?ACCOUNT_DESC?>
################<?sum (current-group()/APRIL)?>
################<?sum (current-group()/VARIANCE_ACTUAL_FROM)?>
##############<?end for-each-group?>--account seg
##############<?CAT3_DESC?>
##############<?sum (current-group()/APRIL)?>
##############<?sum (current-group()/VARIANCE_ACTUAL_FROM)?>
############<?end for-each-group?>--cat3
##########<?THIRD_DESC?>
##########<?sum (current-group()/APRIL)?>
##########<?sum (current-group()/VARIANCE_ACTUAL_FROM)?>
##########<?split-by-page-break?>
########<?end for-each-group?>--third
########<?SECOND_DESC?>
########<?sum (current-group()/APRIL)?>
########<?sum (current-group()/VARIANCE_ACTUAL_FROM)?>
########<?split-by-page-break?>
######<?end for-each-group?>--second
######<?split-by-page-break?>
####<?end for-each-group?>--pagebreak
##<?end for-each?> XXFIN_PSBE2_XML
<?end body?>
--simplified xml
<?xml version="1.0" encoding="UTF-8"?>
<XXFIN_PSBE2_XML>
<p_actuals_year>2006-07</p_actuals_year>......
<LIST_G_HEADER_PAGE>
<G_HEADER_PAGE>
<H_RECIPIENT_NAME/>
<H_TITLE>Monthly Account Detail Report</H_TITLE>
<H_USERNAME>DOREY</H_USERNAME>
<F_FOOTER>Test.</F_FOOTER>
</G_HEADER_PAGE>
</LIST_G_HEADER_PAGE>
<LIST_G_WORKSHEET1_NAME>
<G_WORKSHEET1_NAME>
<WORKSHEET1_NAME>001E1-6 Department - 8272</WORKSHEET1_NAME>
</G_WORKSHEET1_NAME>
</LIST_G_WORKSHEET1_NAME>
<LIST_G_WORKSHEET2_NAME>
</LIST_G_WORKSHEET2_NAME>
<LIST_G_REPORT>
<G_REPORT>
<REPORT/>
<PERIOD_NUMBER>12</PERIOD_NUMBER>
<SUM_SALARY_IND>N</SUM_SALARY_IND>
<ENTITY_SEG>001</ENTITY_SEG>
<ENTITY_DESC>Health</ENTITY_DESC>
<SEG_1_HEADER>Entity:</SEG_1_HEADER>
<SEG_2_HEADER>Program:</SEG_2_HEADER>
<SEG_3_HEADER>Organization:</SEG_3_HEADER>
<PAGEBREAK_SEG>001</PAGEBREAK_SEG>
<PAGEBREAK_DESC>My Department</PAGEBREAK_DESC>
<SECOND_SEG>72020</SECOND_SEG>
<SECOND_DESC>Financial Services</SECOND_DESC>
<THIRD_SEG>160013</THIRD_SEG>
<THIRD_DESC>Human Resource Functions</THIRD_DESC>
<CAT2>AC5100</CAT2>
<CAT2_DESC>Goods and Services</CAT2_DESC>
<CAT3>F50015</CAT3>
<CAT3_DESC>Travel</CAT3_DESC>
<ACCOUNT_PRECISION>54</ACCOUNT_PRECISION>
<ACCOUNT_SEG>540300</ACCOUNT_SEG>
<ACCOUNT_DESC>Accommodations &amp; Incidentals - In Province</ACCOUNT_DESC>
<ACCOUNT_FUTURE_DESC>Accommodations &amp; Incidentals - In Province</ACCOUNT_FUTURE_DESC>
<FUTURE/>
<FUTURE_DESC/>
<CURRENT_FORECAST_COLUMN>0</CURRENT_FORECAST_COLUMN>
<APRIL>0</APRIL>
<MAY>53</MAY>
<JUNE>-53</JUNE>
<JULY>0</JULY>
<AUGUST>0</AUGUST>
<SEPTEMBER>0</SEPTEMBER>
<OCTOBER>0</OCTOBER>
<NOVEMBER>0</NOVEMBER>
<DECEMBER>0</DECEMBER>
<JANUARY>0</JANUARY>
<FEBRUARY>0</FEBRUARY>
<MARCH>0</MARCH>
<YTD_ACTUALS>0</YTD_ACTUALS>
<BUDGET_YEAR_COLUMN>0</BUDGET_YEAR_COLUMN>
<VARIANCE_ACTUAL_FROM>0</VARIANCE_ACTUAL_FROM>
<PERCENT_SPENT_OF/>
</G_REPORT>
<G_REPORT>
<REPORT/>
<PERIOD_NUMBER>12</PERIOD_NUMBER>
<SUM_SALARY_IND>N</SUM_SALARY_IND>
<ENTITY_SEG>001</ENTITY_SEG>
<ENTITY_DESC>Health</ENTITY_DESC>
<SEG_1_HEADER>Entity:</SEG_1_HEADER>
<SEG_2_HEADER>Program:</SEG_2_HEADER>
<SEG_3_HEADER>Organization:</SEG_3_HEADER>
<PAGEBREAK_SEG>001</PAGEBREAK_SEG>
<PAGEBREAK_DESC>My Department</PAGEBREAK_DESC>
<SECOND_SEG>72020</SECOND_SEG>
<SECOND_DESC>Financial Services</SECOND_DESC>
<THIRD_SEG>160013</THIRD_SEG>
<THIRD_DESC>Human Resource Functions</THIRD_DESC>
<CAT2>AC5100</CAT2>
<CAT2_DESC>Goods and Services</CAT2_DESC>
<CAT3>F50035</CAT3>
<CAT3_DESC>Supplies and Services</CAT3_DESC>
<ACCOUNT_PRECISION>52</ACCOUNT_PRECISION>
<ACCOUNT_SEG>522200</ACCOUNT_SEG>
<ACCOUNT_DESC>Rent of Photocopiers</ACCOUNT_DESC>
<ACCOUNT_FUTURE_DESC>Rent of Photocopiers</ACCOUNT_FUTURE_DESC>
<FUTURE/>
<FUTURE_DESC/>
<CURRENT_FORECAST_COLUMN>0</CURRENT_FORECAST_COLUMN>
<APRIL>0</APRIL>
<MAY>0</MAY>
<JUNE>0</JUNE>
<JULY>0</JULY>
<AUGUST>0</AUGUST>
<SEPTEMBER>25</SEPTEMBER>
<OCTOBER>-25</OCTOBER>
<NOVEMBER>0</NOVEMBER>
<DECEMBER>0</DECEMBER>
<JANUARY>0</JANUARY>
<FEBRUARY>0</FEBRUARY>
<MARCH>0</MARCH>
<YTD_ACTUALS>0</YTD_ACTUALS>
<BUDGET_YEAR_COLUMN>0</BUDGET_YEAR_COLUMN>
<VARIANCE_ACTUAL_FROM>0</VARIANCE_ACTUAL_FROM>
<PERCENT_SPENT_OF/>
</G_REPORT>
<G_REPORT>
<REPORT/>
<PERIOD_NUMBER>12</PERIOD_NUMBER>
<SUM_SALARY_IND>N</SUM_SALARY_IND>
<ENTITY_SEG>001</ENTITY_SEG>
<ENTITY_DESC>Health</ENTITY_DESC>
<SEG_1_HEADER>Entity:</SEG_1_HEADER>
<SEG_2_HEADER>Program:</SEG_2_HEADER>
<SEG_3_HEADER>Organization:</SEG_3_HEADER>
<PAGEBREAK_SEG>001</PAGEBREAK_SEG>
<PAGEBREAK_DESC>My Department</PAGEBREAK_DESC>
<SECOND_SEG>72020</SECOND_SEG>
<SECOND_DESC>Financial Services</SECOND_DESC>
<THIRD_SEG>160118</THIRD_SEG>
<THIRD_DESC>Org 1</THIRD_DESC>
<CAT2>AC5100</CAT2>
<CAT2_DESC>Goods and Services</CAT2_DESC>
<CAT3>F50035</CAT3>
<CAT3_DESC>Supplies and Services</CAT3_DESC>
<ACCOUNT_PRECISION>52</ACCOUNT_PRECISION>
<ACCOUNT_SEG>525400</ACCOUNT_SEG>
<ACCOUNT_DESC>General -Telephone</ACCOUNT_DESC>
<ACCOUNT_FUTURE_DESC>General -Telephone</ACCOUNT_FUTURE_DESC>
<FUTURE/>
<FUTURE_DESC/>
<CURRENT_FORECAST_COLUMN>84</CURRENT_FORECAST_COLUMN>
<APRIL>0</APRIL>
<MAY>0</MAY>
<JUNE>0</JUNE>
<JULY>0</JULY>
<AUGUST>0</AUGUST>
<SEPTEMBER>0</SEPTEMBER>
<OCTOBER>0</OCTOBER>
<NOVEMBER>0</NOVEMBER>
<DECEMBER>84</DECEMBER>
<JANUARY>0</JANUARY>
<FEBRUARY>0</FEBRUARY>
<MARCH>0</MARCH>
<YTD_ACTUALS>84</YTD_ACTUALS>
<BUDGET_YEAR_COLUMN>0</BUDGET_YEAR_COLUMN>
<VARIANCE_ACTUAL_FROM>0</VARIANCE_ACTUAL_FROM>
<PERCENT_SPENT_OF>1</PERCENT_SPENT_OF>
</G_REPORT>
</LIST_G_REPORT>
</XXFIN_PSBE2_XML>

Additional info on the grouping problem:
I tried removing the third_seg group and the second_seg group started working properly. I then deleted the second_seg group and the pagebreak_seg started working. So as long as I have only one level of grouping below cat3 the output is correct. Unfortunately I need those additional levels, so if anyone has any suggestions, I would really appreciate it.
Alternately if someone knows of a sample with mutliple levels of grouping, I would appreciate a link. There was a link on the the BI Blog but it doesn't work any longer.
Thanks for your help.

Similar Messages

  • I have migrated from London to New Delhi and i am facing some problem with my iPhone 4s and i am not able to setup a repair .My phone is in under warranty too. Can anyone tell whats the matter?

    I have migrated from London to New Delhi and i am facing some problem with my iPhone 4s and i am not able to setup a repair .My phone is in under warranty too. Can anyone tell whats the matter?

    The warranty is NOT international. You must take it back to the country of origin if it needs repair. The E.U. is considered a single country for warranty purposes.

  • After upgraded ios6 i got problem with whatapp. "last seen" function is not working

    HI eveyone
    after upgraded ios6 i got problem with whatapp. "last seen" function is not working .. it's doest show last seen who enter the chat . is anyone have the same problem .. i even restore and reinstall to my ph but it's  not work .. if someone know how to fix it, plz tell me how to do .. thanks

    Also, when I check this post several times a day, I always see warning 'Connection is untrust'. If I close browser and reopen immediately everything is ok.

  • Problem with new version 4.3.2 apps not working " after update to the new version "

    Problem with new version 4.3.2 apps not working " after update to the new version "
    i was in 4.3.1 then i do the update , but now after update i face this problem , so what i Supposed to do ?!!

    Hi There
    Had the same problem as you. App would terminate when launched.
    Solution to working You Tube app:
    -Go to playstore
    - Uninstall app (it doesn't remove the app, only removes the update)
    - "Et Voila", working again.
    This doesn't correct the problem, it's just a workaround for you to be able to use youtube app again.
    Hope it helped.
    Best Regards

  • I have changed my Apple ID name and I want to change it on iCloud, however I am not able to delete the previous account because I need to turn off the Find my iPhone - and for that I need to log in with the old name and that is not working. Help anyone?

    I have changed my Apple ID name and I want to change it on iCloud, however I am not able to delete the previous account because I need to turn off the Find my iPhone - and for that I need to log in with the old name and that is not working. Help anyone?

    Hey tulgan,
    This link will provide information on what to do after you change your Apple ID:
    Apple ID: What to do after you change your Apple ID
    http://support.apple.com/kb/HT5796
    Welcome to Apple Support Communities!
    Take care,
    Delgadoh

  • Problem with microphone, Audigy 2, and a Dell (not the same problem as the 8 million other topi

    Hello,?I recently reformatted my hard dri've and had to reinstall drivers for nearly everything, etc. I have a Dell Dimension 4600, and an Audigy 2 sound card. My microphone worked fine before the reformat and then it was broken. Its not that it wasn't picking up my voice (I have read that the typical problem with Dell computers and microphones was that you had to almost scream into the microphone to get it to hear anything). When I tried to record something, it would record what was coming out of my speakers, and not what I was saying (no matter how hard I yelled). So, when I was playing Counterstrike, everybody heard my gun shooting and grenades exploding etc. instead of my voice (which was what was coming out of my headphones). So I downloaded the ISO available here and through some complicated, random process of uninstalling and reinstalling the various sound drivers I found on the internet, I managed to get my microphone to work perfectly. I changed some settings before I went to bed on Sunday night, and when I tried to use my microphone on Monday it didn't work again (and I had the same problem as before).
    So I reformatted again and am trying to figure out what order I installed and uninstalled etc.
    So my question is, has anyone else has this specific problem (when attempting to record it records what comes out of the speakers/headphones and not what is being said into the microphone) and remembers how to fix it's? What I did was really bizarre, something like downloading Dell drivers, installing them, uninstalling them, downloading Creative drivers, installing them, installing Dell drivers on top of them, uninstalling both, downloading the ISO, reinstall the Creative drivers, install the files from the ISO, or something like that. Obviously that includes a lot more steps than are needed and because part 3 of the ISO is currently down (I don't have a CD burner so had to redownload the whole thing (I just used a CD emulator last time)) I can't work on it right now :/

    HalberdBlue wrote:
    Hello,I recently reformatted my hard dri've and had to reinstall drivers for nearly everything, etc. I have a Dell Dimension 4600, and an Audigy 2 sound card. My microphone worked fine before the reformat and then it was broken. Its not that it wasn't picking up my voice (I have read that the typical problem with Dell computers and microphones was that you had to almost scream into the microphone to get it to hear anything). When I tried to record something, it would record what was coming out of my speakers, and not what I was saying (no matter how hard I yelled). So, when I was playing Counterstrike, everybody heard my gun shooting and grenades exploding etc. instead of my voice (which was what was coming out of my headphones).So I downloaded the ISO available here and through some complicated, random process of uninstalling and reinstalling the various sound drivers I found on the internet, I managed to get my microphone to work perfectly. I changed some settings before I went to bed on Sunday night, and when I tried to use my microphone on Monday it didn't work again (and I had the same problem as before). So I reformatted again and am trying to figure out what order I installed and uninstalled etc.So my question is, has anyone else has this specific problem (when attempting to record it records what comes out of the speakers/headphones and not what is being said into the microphone) and remembers how to fix it's What I did was really bizarre, something like downloading Dell drivers, installing them, uninstalling them, downloading Creative drivers, installing them, installing Dell drivers on top of them, uninstalling both, downloading the ISO, reinstall the Creative drivers, install the files from the ISO, or something like that. Obviously that includes a lot more steps than are needed and because part 3 of the ISO is currently down (I don't have a CD burner so had to redownload the whole thing (I just used a CD emulator last time)) I can't work on it right now :/
    Actually, it's not a problem but a setting. On surround mixer .rec source setting --> when you set it to What U Hear everything you hear becomes recorded --> for microphone recording set it to microphone (also set "monitoring while recording" on/off).
    jutapa

  • Problem with your Xperia Z1 and Service Centre NOT Helpful

    Hi, 
    If you are from India and If you are an Xperia Z1 owner, and facing problems with your phone and the service centre and customer care totally unhelpful, Contact me. We are starting a self help forum very soon. 
    If you feel you have been cheated by Sony, Contact me. Let us sort it out.

    thereis already a self-help forum
    two, actually
    the one is this one
    the other is xda-developers, who probably will tell you to install cyanogenmod, go into recovery and delete dalvik cache three times

  • Problems with built-in iSight and iChat! Nothing works!!

    Hello,
    i have a problem with my iChat, iChat said that no camera is connected, but the built-in iSight works with Photobooth!
    I read many Threads here but no solution works,
    there is also an entry in the system profiler USB --> built-in iSight
    I closed all other Aplications like Photobooth, iMovie and so on,
    than i checked the activity monitor.
    I changed the settings in iChat (bandwith) and Quicktime (bandwith)
    I did a PRAM reset...nothing changed!
    I did a SMC reset...also nothing changed!
    The built-in iSight doesnt works with Skype, too!
    Please help me!

    Hey, I hope people aren't getting annoyed by my compulsive posting, but I think this solution needs to be spread, it doesn't get enough publicity:
    the issue is that with 10.5.1, a certain quicktime component that acts as a USB controller for the iSight camera is given an expiry time (i.e., the file is given a feature similar to "trial periods"). This file is then deleted, and iSight ceases to function. All that need be done is to replace the component, by downloading it here:
    http://techslaves.org/index.php?PHPSESSID=q8frk8vf81l0f8echu6mj0plk0&action=tpmo d;dl=item16
    (disregard the version marking, it works for 10.5.2 in the very least)
    Copy it to ~/System/Library/Quicktime, then reboot and it should work.

  • I have reinstalled CS5.1 extended on my new Lenovo Laptop with Win 8.1 64 bit. No installation problems, but now Image Adjustments and tools do not work any more.

    Operating Problem with CS5.1 extended. I replaced my old HP Laptop with a new Lenovo laptop with Win 8.1 and reinstalled CS5.1 64-bit version. The software downloaded and installed correctly and worked for a day, but when I rebooted the next day, the Image Adjustments and tools functions did not respond any more. I have uninstalled and redownloaded/ reinstalled without success.

    Notebook Info
    1 x Lenovo G710 Notebook, Intel® Core™ i5, 43,9 cm (17,3 "), 1000 GB HD,
    Intel Core i5-4210M 2,60 GHz, (Turbo-Boost 2.0 bis 3,20 GHz)
    43.9 cm (17.3") 900p (HD+) LED-Display (1600 x 900)
    8192 MB DDR3-RAM
    Harddisk: 1000GB SATA
    NVIDIA N15V-GM mit 1GB DDR3
    Prefs
    As per download settings, I changed nothing
    Image Info
    Jpg conv.from RAW Canon, dim. 4746x3567, 6,64 Mb
    The software worked on the first day, problems appeared next day. I uninstalled and deleted the exe.file, then redownloaded and reinstalled but same problem persists.
    I then downloaded and installed on my PC and everything works.
    Regards Roland

  • I have a MacBookPro running 10.6.8. I use Bluetooth to link to devices including keyboard and magic trackpad. I bought a Bose Wave III stereo and a bluetooth device. No problem with iPhone, iPad, wife's MacBook. Not working for me. Thoughts?

    I keep receiving an errror message that "there was an error with the device." I use bluetooth for all sorts of things, no problem. Anyone have any suggestions?Because the stereo is connecting no problem to every other device, I'm assuming there's an issue between my laptop and the stereo. Thanks.

    Apple might fix the problem with SL; they did release the 10.6.8 Supplemental Update, which fixed an HDMI problem. So we might get a fix.
    Don't know if this problem affects Lion. I haven't read much about it, since I'm not upgrading for another few months.

  • HT3702 Dear Customer Support... I have some problem with In-App Purchases and i can not Report a Problem  in Itune

    Dear Customer
    I has one Iphone and I have some problem with In-App Purcases Because my sister purchased In-app when she play
    and i can not report a problem in Itune,
    I inadvertently purchased all of this application in Order Number: MH*****4H5  Date: 04/09/12 ,Order Total $36.81
    So i can't use App store on my phone Because have problem Billing info and i dont want this order, I inadvertently purcased all of this application
    Hopefully I can ge help from you as well.
    Best Regards
    <Edited By Host>

    These are user-to-user forums, you are not talking to Apple here. All purchases are considered final, but you can try contacting iTunes support and see if they will refund or credit you : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Safari for Mac, webpage with Java applet, drag and drop area not working.

    At my company, we have a web page that our users access to submit media files, (QuickTime, Audio, images...), for transcoding for delivery.  The web page consists of a java applet, with an area that our users drag and drop media file into.
    After updating to Safari 5.1.2, the applet will not work anymore. Instead, the browser will "open" the quicktime and play it, instead of allowing the Java Applet to do it's job.
    CAN I TURN THIS FUNCTIONALITY OFF??
    I read that Safari 5.1.2, (when it was initially released), broke something with the THEN current version of Java, and everyone was awaiting the latest update (build 1.6.0_29) to fix it. Unfortunately, this update did not fix my issue with the functionality of dragging and dropping media files into the web page.
    It seems to me, as if, there is an over-arching functionality setting (or something) that needs to be either turned off, or in some other way DE-prioritized.
    Anyone have any ideas?
    Safari 5.1.2
    MacOS 10.6.8
    MacBook Pro

    Thanks for quick reply and help. I am able to drag multiple files but this is giving problem in case of filename with spaces like "abc def.png". Can you please put some thoughts on this.
    DataFlavor uriListFlavor = new DataFlavor("text/uri-list;class=java.lang.String");
                   Reader in = (Reader)t.getTransferData(DataFlavor.plainTextFlavor);
                   BufferedReader br = new BufferedReader(in);
                   String uriStr;
                   while ((uriStr = br.readLine()) != null)
                       URL url = new URL(uriStr);
                       String category = GalleryUtils.contentsPanel.getCurrentCategoryPath();
                       GalleryUtils.generateILPFromFile(new File(url.getFile()), category);
                   }Thanks
    Kanni

  • HT201301 I am having problem with Iphone5, it's show me iTunes & not working

    I am having a problem with my iPhone 5. It told to there was a system update. When I clicked it the screen showed me to plug it in to itunes however when going to itunes and updating it the phone won't turn on.

    What happened when you contacted iTunes support as directed?
    http://www.apple.com/support/itunes/contact/

  • 2011 MBP with Win7 on BC and numerous drivers not working

    I'm working on a tech project and have run into a problem that i can't fix. <grr> I followed the Apple directions for installing a second OS on Boot Camp and found some good tips from other online walk throughs, but am still having a problem with a number of the drivers.
    I have a 2011 MacBook Pro 13" with the most up to date version of Snow Leopard. I have installed Boot Camp and Windows 7 Pro on a 50 Gb partition. I have installed Windows 7 and activated it. Once Win7 was up and running I updated the Boot Camp drivers with 3.2.0, the latest version that I know about. Initially I had no recognition of either the wired or wireless controllers even after the Boot Camp 3.2. I was able to determine that I had a Broadcom wired ethernet card and found the driver and installed it via USB so that I could use Win7 to access the internet.
    The drivers that, as found from the Device Manager, are not working are as follows:
    Network Controller - Wireless
    PCI Simple Communication Controller
    SM Bus Controller
    High Definition Audio
    Apple Keyboard -> Bluetooth USB Host Controller (though the USB ports are active and operational)
    Facetime HD Camera (1 of 2 not working)
    I have been able to use the wired internet to download and install all of the available Win7 updates, but nothing can be found on the above drivers. I even manually installed the drivers for each of these components from the Snow Leopard disk for Boot Camp and they would not install.
    From all the information that I can find on the Win7 Boot Camp install, nothing more recent than early 2010, everyone seems to have everything just install and work. I have not seen anything from anyone about the wireless and wired network cards not working or any of the other issues that I'm having. The majority of the issues were with the optical audio LED staying on or some other more trivial issue.
    Anything you can suggest would be great so that I can use the internet in Win7. The rest of the drivers are second to getting on wireless.
    Thanks in advance for your help. If you have any more detailed questions please let me know and I'll get answers back.

    I have a 15" MacBook Pro, built July 2011. It came automatically with Lion. No OS X disc provided in box with Lion, due to it being a download only OS.
    I followed the boot camp process to partition the hard drive and format the appropriate partition, to then install Windows 7 Pro Upgrade (clean install - works fine). Just like the original post, the following drivers that will not install properly include:
    - trackpad
    - keyboard
    Even when trying to re-install the drivers again manually off the boot camp disc, a window pops up to stating that the drivers may not have installed properly and gives you the options to either re-install the drivers 'using the compatability settings', or 'no the drivers installed ok'.
    It's almost like it thinks Windows 7 is an old program....weird.
    The keyboard and trackpad is missing from the Boot Camp control panel, so I can't change the settings for the keyboard and trackpad, to get them functioning the way they're meant to - like it does in Mac OS X.
    I thought that this page would help: http://www.reviewmylife.co.uk/blog/2010/06/08/windows-7-on-macbook-pro/ but no it didn't. The boot camp control panel screen dumps shown in this link, looks nothing like mine, due to the fact that the drivers refuse to install properly.
    I have spent hours trawling many mac and windows forums with not luck.
    Anyone with a MBP running Lion OS and Windows 7 Pro have these issues?
    Does anyone have a solution?

  • Problems with Satellite A300-1GC XP install - CD not working?

    Hi there
    I have few looks round in various forums and did not find any answer at all.
    I have the A300-1GC Satellite and had (since last night) vista on it. As Vista caused
    an awful lot of problems with various programs I decided to get rid of it.
    The problem now is - if I stick my XP installation CD it it reads "press any key to start from CD".
    Done that and then nothing happens. The CD reading head keeps on moving backwards and forwards
    but nothing happens at all. Not even the start of the blue installation screen.
    Any ideas where that comes from?
    Might the CD-rom also be running in AHCI mode (can a CD drive do that?) and requires drivers?
    I tried various XP CDs - neither works. The latest one I had was with SP3 and build in Feb 2009 so fairly recent.
    Any clues?
    Cheers
    Tobimaster

    Hi
    In your case the issue has nothing to do with SATA mode (AHCI or Compatible mode) but it look like the CD/DVD drive cannot handle the inserted Win XP disk
    Why? Who knows
    Fact is that the CD cannot be read and therefore the installation cannot get on.
    Try to copy this disk using another computer and then you could try to use the copied disk on order to install the Win XP.
    Just for info: I'm using TDK -R disks (CD and DVD)... I'm very satisfied

Maybe you are looking for