Creating rows through entity variable makes updates not possible

I went through the following basic scenario of using entity variables in my BPEL process running in SOA Suite 11.1.1.3.0.
We have an ADF business component (SDO) deployed in the SOA environment which represents an updatable View object with all available methods exposed in the service interface. The primary key column in the underlying entity object is filled from an Oracle sequence when the entity is created.
When triying to make use of this SDO through entity variables later on I encounted the following strange behavior.
The Create Entity activity being placed alone in the BPEL can successfully create an entity, no problem with that. The transaction gets committed and a new row is inserted in the database. But trying to make this simplest scenario a bit more complex fails... Indeed let's put a simple Assign activity after the Create Entity activity and change some field's value. Running the process results in a fault being thrown with this in the stack trace :
Caused by: oracle.jbo.service.errors.ServiceException: JBO-25020: View row with key oracle.jbo.Key[2942 ] is not found in Ta
xOfficeView1.
at oracle.jbo.common.sdo.SDOValueStoreHelper.constructServiceException(SDOValueStoreHelper.java:2119)
at oracle.jbo.server.svc.ServiceImpl.constructServiceException(ServiceImpl.java:649)
at oracle.jbo.server.svc.ServiceImpl.constructRowNotFoundExcep(ServiceImpl.java:659)
at oracle.jbo.server.svc.ServiceImpl.update(ServiceImpl.java:1630)
at oracle.jbo.server.svc.ServiceImpl.processChangeObject(ServiceImpl.java:2879)
at oracle.jbo.server.svc.ServiceImpl.processChangeSummary(ServiceImpl.java:1996)
at org.stau.sdo.server.serviceinterface.AppModuleServiceImpl.processCSTaxOfficeView1(AppModuleServiceImpl.java:203)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
This basically means that Create Entity succeeded getting the primary key value from the sequence and prepared the row for creation but a posterior update could not locate it in the view object. Probably the runtime was trying to get the row from the database but since the transaction had not committed yet it did not find the row.
I've been trying with no success to get any working samples in the Oracle documentation or any traces in Google about using entity variables to create and update rows in the same BPEL. The only references I found were about binding to existing rows and then updating them. I tried this out, it works but I need to CREATE and UPDATE rows!
Has anyone run into this issue already?

Hello.
Yes, I've met this issue.
The root of the issue in your Entity Object. I suppose that Pk is auto generated by sequence in your database. You should open your EO, then chose Attributes, then double click on primary key attribute. The screen named "Edit Attribute: <your primary key>" opened. Check the box Refresh After "Insert" in the bottom right corner of this screen. It means that after inserting of a new Pk in your table this one will be re-read back to VO and therefore you will be able to update the Entity variable. Clear all, rebuild, redeploy, enjoy.
You should to do it for all EOs you are going to use for creating Entity variables.

Similar Messages

  • Hi the wifi when make update not works good

    hi
    the wifi when make update not working good
    now i cannot turn on wifi the wifi button
    can you help me please ????

    Hello Riham123,
    Thank you for using Apple Support Communities.
    It sounds like the wifi button is grayed out and you are unable to toggle it.
    I recommend trying the steps in this article:
    iOS: Wi-Fi settings grayed out or dim
    http://support.apple.com/kb/ts1559
    Verify that airplane mode is off by tapping Settings > Airplane Mode.
    Reset the network settings by tapping Settings > General > Reset > Reset Network Settings.
    Note: This will reset all network settings, including Bluetooth pairing records, Wi-Fi passwords, VPN, and APN settings.
    Ensure that your device is using the latest software. To do so, connect your device to your computer and check for updates in iTunes.
    If your issue is still unresolved, perform a software restore in iTunes.
    All the best,
    Sterling

  • How to create row through VO?

    Hai,
    I wrote code for creation of Row through ViewObject and i called that method using Mbean. But it is Not at all creating Row. Whether it is right?
    ViewObject as=this;
    Row r2=getViewObject().createRow();
    // Row r2=getCurrentRow();
    r2.setAttribute("Sname", Sname);
    r2.setAttribute("Sid", sid);
    r2.setAttribute("Saddress", Sadd);
    r2.setAttribute("Phoneno", Phoneno);
    r2.setAttribute("Pincode", Pincode);
    r2.setAttribute("Mark", mark);
    this.insertRow(r2);
    How can i modify code to create Row?

    Hi,
    I have created the method in ApplicationModuleImpl class
    I am using Oracle 10g XE ----- HR Schema ----> LOCATIONS table
    I have used the following code :
    ViewObjectImpl vo = getLocationsView1();
    Row r = vo.createRow();
    Integer i = new Integer(4000);
    r.setAttribute("LocationId", i);
    r.setAttribute("StreetAddress", "Test");
    r.setAttribute("PostalCode", "Test");
    r.setAttribute("City", "Test");
    r.setAttribute("StateProvince", "Test");
    r.setAttribute("CountryId", "IT");
    vo.insertRow(r);
    System.out.println("Test");
    this.getDBTransaction().commit();
    It inserted the row.
    you were not able to see the row beacuse of commit. - may be
    The row is not inserted in your case because you have not committed - may be .
    Edited by: Moinak on Mar 4, 2011 5:25 AM
    Edited by: Moinak on Mar 4, 2011 5:26 AM

  • Latest OS X update not possible

    After I got the information that a new version of OS X is available, I downloaded it and the MacBook Pro started the installation. After ca. 5 Minutes the process stopped with a error message, that the the update is not not possible due of a possibel corrupt file and that I should try later again.
    I tried 5 times with the same result.
    How can I update the MacBook Pro?
    Somebody around with the same experience?
    thanks for any hint
    best regards
    Thomas

    tmollet wrote:
    I think I wait for the next major update and hope this will run...
    I only have Version 10.6.3 on a DVD...10.7 I purchased by dowloading it from Apple.
    Don't know what will happen if I install 10.6 over the top...... will I get 10.7 again ? Will the apps continue to run?
    Sorry to tell you but if the current update won't install the next one won't either until you fix the problem that is stopping the current one from working.
    No you don't want to install that older OS over the top of Lion. That would be Really bad and wouldn't work anyway.
    When you installed Lion it created a Recovery HD partition on your drive. To get to that Recovery HD partition you have to hold down the Command+r key combo at startup. That will boot you to the Recovery HD. From there you can RE-Download and install the Lion OS.
    But what you should do first is get this program from Apple.
    http://support.apple.com/kb/dl1433
    Then create a USB stick with it that has all the Recovery HD files on it. That will allow you to boot the computer from that stick and do maintenance and re-install the OS.
    But you should also follow the instructions for making your own USB stick that has the OS install files on it so you don't have to go through downloading the OS when and if you need to re-install. These instruction are found all over the net.
    The real definition of insanity is doing the same things over and over and expecting a different outcome.
    Good Luck and Best Wishes. Have a great Sunday.

  • I'm not able to send emails with mail.ru. Receiving and reading is not a problem. When I create a email with mail.ru its not possible to send it although its stored in my mail.ru account as "still to be send". What can it be??

    I'm not able to send emails with mail.ru. Receiving is not a problem. Creating a mail is also not a problem and the mail will be stored at mail.ru as still to be send, only problem is its not possible to send. I noticed the buttons for sending change colour when used but they don't perform. What it is?

    Don't know what changed, but all of a sudden able to send emails by mail.ru ...... sorry for bothering.

  • ISight 1.0.3 update not possible on iChat 3

    Serial Number ; 6M5494j8SGJ
    Soft Version : 1.0.2 (up-date requised)
    In the program of up-date of d'iSight 1.0.3, proposal to install the last software on my iSight, BUT it's not possible to install this last version.
    AND this question again at each launch of iChat 3.
    Please, How to solve that ? (update version or cancel the question).
    iMac G4   Mac OS X (10.4.6)   750 Mo, 1GHz, 17""

     Hello, iPh!l.
    Your 10.4.x (Tiger) Mac will not run the firmware update because the 1.0.3 Firmware update is only for 10.3.7-10.3.9 (Panther). If your Mac OS X maintenance is not up to date, doing maintenance may correct your problem.
    If maintenance does NOT fix the problem, I agree with Ralph that applying the 10.4.6 Combo Update should resolve your issue. Because you had difficulty with the Combo Updater when you tried previously, you should use the update technique suggested in How I Update My Mac OS X. That method works for me.
    If the problem persists, try connecting your iSight to a Mac that is running Panther to do the firmware update. Perhaps a friend or local retailer has one that you can use to perform the firmware update on your iSight. Your iSight should then work properly on you Mac. If not, see your Apple Service Technician.
    If you do not have access to an Apple Service Technician, you might also get some helpful ideas by searching iSight Discussions for "1.0.3" for suggestions offered to other users.
    Jim

  • Charts with Makit, scrolling not possible

    Hello Forum,
    I'm experiencing an issue regarding Makit Charts on Mobile.
    The problem is that is not possible to scroll down the page on  mobile if the charts is 100% (width and height) and in both directions landscape and portrait.
    The chart's container is sap.m.Page and as explained in the official documentation the scrolling is provided automatically.
    I attach my code and both images (desktop and mobile).
    Hoping your answers could help me.
    Thanks.
    jQuery.sap.require("sap.m.MessageBox");
    sap.ui.jsview("demo.charts.views.Multichart", {
      getControllerName : function() {
      return "demo.charts.views.Multichart";
      createContent : function(oController) {
      var page = new sap.m.Page();
      var value = new sap.makit.Value();
      // var category = new sap.makit.Category();
      var category_axis = new sap.makit.CategoryAxis;
      var series = new sap.makit.Series();
      var bubble = new sap.makit.ValueBubble();
      category_axis.setDisplayLastLabel(true);
      page.setTitle("Multi Chart");
      value.setExpression("Netwr");
      value.setFormat("currency");
      value.setDisplayName("Revenue");
      // category.setColumn("Gjahr");
      // category.setDisplayName("Year");
      series.setColumn("Bukrs");
      series.setDisplayName("Company");
      bubble.setStyle(sap.makit.ValueBubbleStyle.FloatTop),
      bubble.setShowCategoryText(true);
      var chart = new sap.makit.Chart({
      // category : category,
      categoryAxis : category_axis,
      valueAxis : new sap.makit.ValueAxis({}),
      series : series,
      values : value,
      valueBubble : bubble,
      categoryRegions : [
                     new sap.makit.Category({ column : "Gjahr", displayName : "Year" })],
      chart.setType(sap.makit.ChartType.Column);
      chart.setShowTableView(false);
      chart.setShowRangeSelector(true);
      chart.setShowTableValue(false);
      chart.addColumn(new sap.makit.Column({
      name : "Gjahr",
      value : "{Gjahr}"
      chart.addColumn(new sap.makit.Column({
      name : "Netwr",
      value : "{Netwr}",
      type : "number"
      chart.addColumn(new sap.makit.Column({
      name : "Waerk",
      value : "{Waerk}"
      chart.addColumn(new sap.makit.Column({
      name : "Bukrs",
      value : "{Bukrs}"
      chart.setModel(this.oModel);
      chart.bindRows("/Chart_DataSet");
      chart.attachEvent("tap",function(oEvent){
      var isRightMB;
      var e = oEvent.getParameter("eventObject");
      if ("which" in e)  // Gecko (Firefox), WebKit (Safari/Chrome) &
      // Opera
      isRightMB = e.which == 3;
      else if ("button" in e)  // IE, Opera
      isRightMB = e.button == 2;
      if(isRightMB){
      var srcObj = oEvent.getSource();
      // var srcElem = srcObj.getDomRef();
      var temp = document.oncontextmenu;
      document.oncontextmenu = function (e){
      document.oncontextmenu = temp; // reset back to its
      // original state, so that
      // other elements still have
      // context menu
      return false;
      var msg = oEvent.getSource().getSelectedCategory();
      sap.m.MessageBox.show( msg, sap.m.MessageBox.Icon.INFORMATION, "Chart Right Click  - Selected Category", [sap.m.MessageBox.Action.OK] );
      chart.attachEvent("doubletap",function(oEvent){
      var chartObj = oEvent.getSource();
      var msg = oEvent.getSource().getSelectedCategory();
      sap.m.MessageBox.show( msg, sap.m.MessageBox.Icon.INFORMATION, "Chart Double Tap - Selected Category", [sap.m.MessageBox.Action.OK] );
      var oButton = oController.generateConfigPopover(chart);
      var oBar = new sap.m.Bar({
      contentLeft : [ new sap.m.Button({
      text : "Back",
      type : sap.m.ButtonType.Back,
      press : [oController.handleNavButtonPress, oController]
      contentMiddle : [ new sap.m.Label({
      text : "Multi Chart"
      contentRight : [ oButton ]
      page.setCustomHeader(oBar);
      page.addContent(chart);
      return page;

    Hi,
    I don't have "Advanced" tab in Mouse settings in control panel. Is there something i need to install in adition to Toshiba Synaptics drivers?
    I also tried changing every available setting in Synaptics drivers settings, but no change :(
    About Synaptics generic driver: Yes, I chose that one, but as I said, it's really buggy with two finger scroll, so I reverted back to Toshiba ones.

  • Firmware update not possible

    I bought a 3G and as I connect to iTunes I got the message it is unable to update.
    I think there is a customized firmware with the iPad baseband on the phone.
    What can I do to go back to the original firmware?
    There should be a way to go back to a virgin state from that customized firmware.
    It is only that a downgrade is not possible. There should be a chance to clear the
    memory, or am I wrong?

    rainerfrombad pyrmont wrote:
    I think there is a customized firmware with the iPad baseband on the phone.
    What can I do to go back to the original firmware?
    If that's the case, you most likely will never be able to install a stock firmware on your phone...custom .ipsw files only.

  • ITunes 10.5, Creating iPod version of podcast makes iTunes not responsive

    MacBook Pro (2.5 GHz Intel Core Duo with 4 GB RAM) running 10.6.8.  iTunes version 10.5.  After downloading a 71MB .mp4 podcast through subscription, when I attempt to make an iPod version of the podcast (Advanced > Create iPod or iPhone Version)  iTunes consistently hangs with the spinning beachball.  Activity Monitor shows that iTunes has become not responsive, and force quitting is the only solution.  In the /Music/iTunes/iTunes Music/Podcasts folder is a zero KB .m4v file.  Curiously, everything works properly on a 10 year old iMac running 10.4.11 and iTunes 9.2.1.

    Stephen Schulte2 wrote:Can anyone tell me if you are running iTunes 10.5 and using an iPod Touch 1st Gen running iOS 3.1.3 and able to sync contacts, addresses, get eMail etc.?  My Mac is a Mid-2010 MacBook Pro-13" running Snow Leopard 10.6.8---
    I have a similar setup and after some initial problems, I can tell you that syncing now works for me.
    1st-gen iPod touch iOS 3.1.3
    iTunes 10.5
    Mac OS X 10.6.8
    When I first upgraded to iTunes 10.5 and connected my iPod, iTunes didn't even recognize it in the sidebar and it didn't show that I had any backups for any devices. The iPod was recognized by iPhoto, so I knew it wasn't a problem with the cable or something like that.
    So I took the advice in the other thread and downloaded the full iTunes installer. I deleted four com.apple.iTunes[xxx].plist files from ~/Library/Preferences/, ran the installer, repaired permissions, and rebooted. To my amazement, when I launched iTunes and plugged in my iPod, it and its previous backups were recognized, and a fresh backup and sync ran without any problems.

  • XML Updating not possible after Copy Paste

    Hi all
    I have a problem with updating large financial tables. The tables are generated from Excel into XML, then placed via JavaScript on ID pages. I can get up to 10 tables some containing 100 rows by 8 cols data.
    All formating is done by the combination of Tags, Styles and Scripts.
    Should the people that generate the financial tables in the first place update the Excel file, we re run the process and the layout tables in ID update no problem.
    Now come the layout artists and copy paste the table they need onto the layout where additional background stories and images combine into the final layout.
    The XML tree of the data they copy also copies into the layoutfile. All good so far.
    Now an update via Excel arrives and I need to update the final layout file.
    But the link is no longer in the Links palette. As soon as I do the copy paste it is gone.
    How do I update the relevant subset of XML on the final layout file, from the complete XML dataset given to me.
    Any ideas where I went wrong?
    Romano

    I do not think is possible to copy links between documents.
    I think the only way to create a link is to Import XML and Create Link.
    Therefore, you should try to adopt a workflow that does not result in copy and pasting the XML to a new document:
    Several choices present themselves:
    1. Adjust your script to import the XML into the final layout file directly.
    2. After you have copy-and-pasted the XML, open the structure pane, select the XML root, and re-import the XML file by hand, creating a link.
    3. Cut and paste the final layout into the layout with the link.
    4. Pages (panel) > Move Pages the pages from the final layout into the layout with the linked XML content, and then move the linked XML around in that layout onto the pages where it matters
    Good luck!

  • Multiple single values variables in cockpit not possible ??

    Hi,
    I'm trying to create a variable in SEM-CPM-MC, but no matter what I do, I'm only able to create a runtime variable with selection type P - Variable for single value. I can select the other values, but when I save the variable, SAP automatically corrects it to P - Singe value again. I can also create a design variable with the other types, but not a runtime variable. How do I create a variable for which you can enter an interval/multiple single values?
    In the documentation it also says, that you should be able to create variables on a frame level. I don't see any button where I can create a variable on a frame level. I've done exactly as it says on help.sap.com, but I don't have a button to create a new variable on a frame level. How do I do that?
    Any help is appreciated and will be rewarded generously :o)
    Thanks,
    ramesh

    Hi Goutham R,
    As of 4.0. it was by a limitation.
    I have read some where that some users were able to meet the requirement by putting a semi colon at the end of each value in a excel and feeding it to the prompt but seems like you have already tried that.
    Please see if you put a vote here in this link:
    Selection option variable not behaving the same way in WebI : View Idea
    But I think this requirement can be met in Analysis edition for OLAP.
    BR
    Prabhith

  • Create rules in RWB - Alert Configuration is not possible.

    Hi
    I'm setting up alerts on a PI-server.
    However, when I try to create alerts in Runtime Workbench -> Alert Configuration, I am not allowed tou2026 I.e the u201CAdd Ruleu201D-button is never possible to use. I add a description and interface names. But the buttons stays dimmed like I'm not authorized or similar.
    I do have all roles, even SAP_ALL so it shall be no problem with authorization.
    Do I need to setup something in NWA or similar to enable this?
    /Best Regards
    Joakim

    It seems to be a tricky issue.
    I do have have the roles:
    S_ALM_ROLE
    S_ALM_CONF
    S_ALM_CUST
    and also SAP_ALL
    What I do
    1) Starts RWB -> Alert config
    2) Adds description and interface names for my rule.
    3) Tries to select one of the available alert categories below so the AlertCategory is entered and the "Add rule"-button becomes available. (It's always grey).
    I also try to do step 3 before step 2.
    This is a showstopper... I'll probably create an OSS-case instead. Unless nobody shouts "Herureka, I know the solution!"
    /BR
    Jocke

  • Artboard not showing in Photoshop - Update not possible, because download fails

    Hi,
    I keep having issues with Photoshop CS5. Sometimes when I open a file, the image itself doesn't show (the artboard). In the layers I see the file is open, but I can't see the image. When I restart the computer it usually works again. It's not a problem of the videocard, it has been replaced.
    I can't do an update on any Adobe programs either, because it keeps saying "There was an error downloading this update. Please quit and try again later." And the same thing again and again.
    Any ideas on those two issues?
    Thanks, Caro

    The latest version of CS5 can be downloaded here: Download CS5 products
    Be sure your graphics card's drivers are up to date.
    Benjamin

  • Throw the MacBook through the closed window- Sharing not possible

    --skip intro?
    --NO:
    This is again one of the questions that should never be a problem with a machine that has such a good marketing that it is labeled as "easy to use" - NO it is NOT easy to use. And this is not the only issue I have with it AND I think of throwing the very expensive MacBook Pro through a closed window. From wake up from sleep issues to vertical and horizontal stripes through timemachine stuff and not responding ForceQuitApplication Windows I am about to believe that Windows overall is not such a bad thing. A simple shared folder should NOT force someone to post a question in a discussion. Overall I AM VERY DISAPPOINTED BY THE MACBOOK PRO AND MAC OS X LEOPARD! Why was I never asked by Apple how I liked it in some customer survey?
    --YES:
    I (MacBook Pro 10.5.4 Admin Account) wanted to share a folder (not the "shared" folder) with my girlfriend's MacBook 10.4.11.
    In the Help of the System Preferences Sharing Screen is says:
    "Sharing files on your network
    You can set up your computer to share files and folders with other users on your network. You can set up your computer to share your entire computer with everyone, or restrict the sharing service to allow specific users access to only certain folders."
    This made me believe that when I added a folder for example /Users/MyName/FolderToShare within the shared folders list, and for that folder set the User "NameOfGirlfriend" with Read & Write access (btw. also Everyone with Read & Write access) my girlfriend should be able to access (GO to server..) the newly shared folder as it says above in the Sharing Screen: "Other users can access your computer at afp://IP address..." (I also tries SMB)
    WHY IS LEOPARD NOT ABLE TO HANDLE THIS VERY SIMPLE JOB ?????????????????????????????????????
    is again the problem sitting in front of the machine? in front of my machine? in front of a machine in cupertino?

    +And this is not the only issue I have with it AND I think of throwing the very expensive MacBook Pro through a closed window. From wake up from sleep issues to vertical and horizontal stripes through timemachine stuff and not responding ForceQuitApplication+
    I'm assuming these problems are current problems and not something Apple has fixed through hardware repairs...
    If you're having those sorts of problems (particularly the vertical and horizontal stripes comment sets off very loud sirens in my head), that strongly points in my mind to either a bad logic board or defective RAM or both, and with the display corruption bit, my guess would be leaning towards a bad logic board. None of those problems are in any way normal or typical of Mac hardware.
    Trying to fix file sharing while you're experiencing display corruption, frequent failures to wake from sleep, and frequent random application hangs is like trying to fix your car stereo while the engine is on fire. While your MacBook Pro is still under warranty, run, don't walk to your nearest Apple store and get a genius to take a look at this thing....

  • Updates not possible after recovery from Virus

    Once upon a time... (Over a year ago) I used a tool to remove a virus on this little used laptop.
    All SEEMED to be well. But I recently realized that Updates were not being applied.
    On deeper examination, I have found:
    The Bits & Win Update services seem to be...missing... (Not Stopped. NOT in the list)
    I am locked out of some directories like application data. Permission denied (As administrator even)
    Tried downloadingthe WindowsUpdateDiagnostic.diagcab... it just "flashes" a cmd window... nothing else.
    Because this is almost always the first request, I went ahead and generated the following MGADiag report:
    Diagnostic Report (1.9.0027.0):
    Windows Validation Data-->
    Validation Status: Genuine
    Validation Code: 0
    Cached Online Validation Code: N/A, hr = 0xc004f012
    Windows Product Key: *****-*****-CQQ7C-TG96R-R6J6Q
    Windows Product Key Hash: cLEWdGAZkimdJemOZaW9zGMnafE=
    Windows Product ID: 89580-OEM-7332132-00182
    Windows Product ID Type: 2
    Windows License Type: OEM SLP
    Windows OS version: 6.0.6002.2.00010100.2.0.001
    ID: {3A362629-9485-49E6-A96F-0BA3D5A6AB24}(3)
    Is Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: N/A, hr = 0x80070002
    Signed By: N/A, hr = 0x80070002
    Product Name: Windows Vista (TM) Ultimate
    Architecture: 0x00000000
    Build lab: 6002.vistasp2_gdr.120824-0336
    TTS Error:
    Validation Diagnostic:
    Resolution Status: N/A
    Vista WgaER Data-->
    ThreatID(s): N/A, hr = 0x80070002
    Version: 6.0.6001.18152
    Windows XP Notifications Data-->
    Cached Result: N/A, hr = 0x80070002
    File Exists: No
    Version: N/A, hr = 0x80070002
    WgaTray.exe Signed By: N/A, hr = 0x80070002
    WgaLogon.dll Signed By: N/A, hr = 0x80070002
    OGA Notifications Data-->
    Cached Result: N/A, hr = 0x80070002
    Version: N/A, hr = 0x80070002
    OGAExec.exe Signed By: N/A, hr = 0x80070002
    OGAAddin.dll Signed By: N/A, hr = 0x80070002
    OGA Data-->
    Office Status: 109 N/A
    OGA Version: N/A, 0x80070002
    Signed By: N/A, hr = 0x80070002
    Office Diagnostics: B4D0AA8B-604-645_025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3
    Browser Data-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default Browser: C:\Program Files\Internet Explorer\iexplore.exe
    Download signed ActiveX controls: Prompt
    Download unsigned ActiveX controls: Disabled
    Run ActiveX controls and plug-ins: Allowed
    Initialize and script ActiveX controls not marked as safe: Disabled
    Allow scripting of Internet Explorer Webbrowser control: Disabled
    Active scripting: Allowed
    Script ActiveX controls marked as safe for scripting: Allowed
    File Scan Data-->
    Other data-->
    Office Details: <GenuineResults><MachineData><UGUID>{3A362629-9485-49E6-A96F-0BA3D5A6AB24}</UGUID><Version>1.9.0027.0</Version><OS>6.0.6002.2.00010100.2.0.001</OS><Architecture>x32</Architecture><PKey>*****-*****-*****-*****-R6J6Q</PKey><PID>89580-OEM-7332132-00182</PID><PIDType>2</PIDType><SID>S-1-5-21-296943503-157818493-3706522676</SID><SYSTEM><Manufacturer>TOSHIBA</Manufacturer><Model>Satellite
    X205</Model></SYSTEM><BIOS><Manufacturer>TOSHIBA</Manufacturer><Version>V1.50</Version><SMBIOSVersion major="2" minor="4"/><Date>20070711000000.000000+000</Date></BIOS><HWID>CD313507018400FA</HWID><UserLCID>0409</UserLCID><SystemLCID>0409</SystemLCID><TimeZone>Eastern
    Standard Time(GMT-05:00)</TimeZone><iJoin>0</iJoin><SBID><stat>3</stat><msppid></msppid><name></name><model></model></SBID><OEM><OEMID>TOSCPL</OEMID><OEMTableID>TOSCPL00</OEMTableID></OEM><GANotification/></MachineData><Software><Office><Result>109</Result><Products/><Applications/></Office></Software></GenuineResults> 
    Spsys.log Content: 0x80070002
    Licensing Data-->
    Software licensing service version: 6.0.6002.18005
    Name: Windows(TM) Vista, Ultimate edition
    Description: Windows Operating System - Vista, OEM_SLP channel
    Activation ID: 5e802570-4657-4e84-bfbc-6a0e531b84af
    Application ID: 55c92734-d682-4d71-983e-d6ec3f16059f
    Extended PID: 89580-00146-321-300182-02-1033-6000.0000-1892012
    Installation ID: 084615042886242235774555824590234352740756767111267124
    ***In the following, I added a space after HTTP to prevent autotranslation into a link(which blocks posting ability)
    Processor Certificate URL: http ://go.microsoft.com/fwlink/?LinkID=43473
    Machine Certificate URL: http ://go.microsoft.com/fwlink/?LinkID=43474
    Use License URL: http: //go.microsoft.com/fwlink/?LinkID=43476
    Product Key Certificate URL: http ://go.microsoft.com/fwlink/?LinkID=43475
    Partial Product Key: R6J6Q
    License Status: Licensed
    Windows Activation Technologies-->
    N/A
    HWID Data-->
    HWID Hash Current: OAAAAAEAAwABAAEAAgACAAAAAwABAAEAJJQ06qrbcscoS0aDonBIl97W8vRsc6K6eg882qxWKoU=
    OEM Activation 1.0 Data-->
    N/A
    OEM Activation 2.0 Data-->
    BIOS valid for OA 2.0: yes
    Windows marker version: 0x20000
    OEMID and OEMTableID Consistent: yes
    BIOS Information:
      ACPI Table Name OEMID Value OEMTableID Value
      APIC   INTEL   CRESTLNE
      FACP   TOSCPL  CRESTLNE
      HPET   INTEL   CRESTLNE
      BOOT   PTLTD   $SBFTBL$
      MCFG   INTEL   CRESTLNE
      TCPA   Intel   CRESTLNE
      TMOR   PTLTD          
      SLIC   TOSCPL  TOSCPL00
      OSFR   TOSHIB  A+2nd ID
      APIC   INTEL   CRESTLNE
      SSDT   SataRe  SataAhci
      SSDT   SataRe  SataAhci
      SSDT   SataRe  SataAhci
      SSDT   SataRe  SataAhci
    I am going to run the following now while I await a comment.
    Microsoft Security Essentials.
    Microsoft Safety Scanner.

    Hi,
    Please refer to this link to reset Windows Update:
    http://support.microsoft.com/kb/971058
    Alex Zhao
    TechNet Community Support

Maybe you are looking for