Problem with dgraph.bins in dimensions of descriptor


Hello world

We use presentation API to retrieve the number of refinements (getDescriptorDimensions (selected)) and problems (the values are null) access the PropertyMap dgraph.bins but we don't have any problems when we access the refinements available i.e getRefinementDimensions().

Also, the same code when we connect to MDEX 6.4.1, we get the number of selected refinements, but the question we face is w.r.t. MDEX version 6.1.3.

The MDEX, 6.1.3 propertyMap version becomes null but in another, it contains {Dgraph.Bins = 10}

Any suggestions please?

Kind regards

Shreyas

I believe that the counties of refinement returned with the dimensions of descriptor was added in MDEX 6.2.0 and previously unavailable.

Tags: Oracle Applications

Similar Questions

  • Problem with the plugin from Dimensions in JDev 10.1.3.5.0

    I installed JDeveloper 10.1.3.5.0 and the Dimensions plugin to version control.
    But when I try to connect to a Dimension by using the menu "Versioning / connect to Dimensions...". ", I get the window conection, but get an error instead:" Index: 0, size: 0 ".

    Here is the full error stack:
    java.lang.IndexOutOfBoundsException: Index: 0, size: 0
    at java.util.ArrayList.RangeCheck(ArrayList.java:546)
    at java.util.ArrayList.get(ArrayList.java:321)
    at oracle.jdevimpl.vcs.dimensions.ui.DMLoginPanel.initModel(DMLoginPanel.java:310)
    to oracle.jdevimpl.vcs.dimensions.ui.DMLoginPanel. < init > (DMLoginPanel.java:78)
    at oracle.jdevimpl.vcs.dimensions.op.DMLoginOperation.doitImpl(DMLoginOperation.java:120)
    at oracle.jdeveloper.vcs.generic.ActionCommand.doitImpl(ActionCommand.java:157)
    at oracle.jdeveloper.vcs.spi.VCSCommand.doit3(VCSCommand.java:500)
    at oracle.jdeveloper.vcs.spi.VCSCommand.doit(VCSCommand.java:120)
    at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:259)
    at oracle.jdeveloper.vcs.spi.VCSController.invokeCommand(VCSController.java:192)
    at oracle.jdeveloper.vcs.spi.VCSController.handleEventImpl(VCSController.java:148)
    to oracle.jdeveloper.vcs.spi.VCSController$ 1.run(VCSController.java:76)
    at oracle.ide.util.IdeUtil.invokeAfterRepaint(IdeUtil.java:1093)
    at oracle.jdeveloper.vcs.spi.VCSController.handleEvent(VCSController.java:72)
    at oracle.jdevimpl.vcs.generic.GenericController.handleEvent(GenericController.java:61)
    at oracle.ide.controller.IdeAction.performAction(IdeAction.java:525)
    to oracle.ide.controller.IdeAction$ 1.run(IdeAction.java:772)
    at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:789)
    at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:498)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
    in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2169)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
    in javax.swing.plaf.basic.BasicMenuItemUI$ Handler.mouseReleased (BasicMenuItemUI.java:1041)
    at java.awt.Component.processMouseEvent(Component.java:5488)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
    at java.awt.Component.processEvent(Component.java:5253)
    at java.awt.Container.processEvent(Container.java:1966)
    at java.awt.Component.dispatchEventImpl(Component.java:3955)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
    at java.awt.Container.dispatchEventImpl(Container.java:2010)
    at java.awt.Window.dispatchEventImpl(Window.java:1774)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)


    After searching a while, I found some error messages in the vcs.log saying that the file is not found (but where?):
    Profile of [09:03:54.310 CEST 24.08.09] initialized in 79ms
    [09:03:56.328 24.08.09 CEST] Unable to query registry full of profiles: the specified file is not found.

    [09:03:56.328 24.08.09 CEST] Cannot read the profiles of persistent connection: oracle.ide.natives.registry.RegistryException: the specified file is not found.

    at oracle.ide.natives.registry.RegistryKey.openKey (Native Method)
    at oracle.jdevimpl.vcs.dimensions.connection.DMWinConnectionHelper.getDimensionsClientKey(DMWinConnectionHelper.java:420)
    at oracle.jdevimpl.vcs.dimensions.connection.DMWinConnectionHelper.getPreviousConnectionsKey(DMWinConnectionHelper.java:430)
    at oracle.jdevimpl.vcs.dimensions.connection.DMWinConnectionHelper.getDefaultConnectionValue(DMWinConnectionHelper.java:487)
    at oracle.jdevimpl.vcs.dimensions.connection.DMWinConnectionHelper.getPersistedProfiles(DMWinConnectionHelper.java:48)
    to oracle.jdevimpl.vcs.dimensions.connection.DMConnectionManager. < init > (DMConnectionManager.java:317)
    to oracle.jdevimpl.vcs.dimensions.connection.DMConnectionManager. < clinit > (DMConnectionManager.java:29)
    at oracle.jdevimpl.vcs.dimensions.DMProfileListener.profileActivated(DMProfileListener.java:149)
    at oracle.jdevimpl.vcs.generic.GenericClient.fireProfileActivated(GenericClient.java:1523)
    at oracle.jdevimpl.vcs.generic.GenericClient.activate(GenericClient.java:388)
    at oracle.jdevimpl.vcs.VCSManagerImpl.activateExtension(VCSManagerImpl.java:588)
    to oracle.jdevimpl.vcs.VCSManagerImpl.mav$ activateExtension(VCSManagerImpl.java:116)
    to oracle.jdevimpl.vcs.VCSManagerImpl$ 9.addinsLoaded(VCSManagerImpl.java:206)
    at oracle.ide.IdeCore.fireIdeEvent(IdeCore.java:709)
    to oracle.ide.IdeCore.mav$ fireIdeEvent(IdeCore.java:98)
    to oracle.ide.IdeCore$ 5.run(IdeCore.java:689)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

    [09:03:56.328 24.08.09 CEST] Profile activated in 329ms


    Versions of the components:
    Oracle.JDeveloper.VCS: 10.1.3.43.06
    Oracle.JDeveloper.Dimensions: 10.1.3.43.06

    I don't have the problem with Jdev 11.1.1.1.0, but we must keep JDev version 10.3.

    Does anyone have an idea?

    Xavier

    JDev 10.1.3 has been certified with dimension 9.1
    See:
    http://www.Oracle.com/technology/products/jdev/htdocs/10.1.3.5/install.html#TeamDev

  • Problem with the Toshiba recovery process

    Hi guys,.

    I had some problems with my laptop and decided to return to the factory settings. But during the process, because of a few mistakes that I didn't understand, formatting process was broken and I guess that the recovery in my hard drive section was damaged. So, I could not use boot from the hard drive. Becacuse Toshiba did not give me recovery disk when I bought it, I had to boot the pc with cracked windows. I never use illegal software, but I had to do this temporarily. In any case now Toshiba has sold me an extra price, thank you Toshiba!

    Today, I had the cargo, and Toshiba Turkey sent two recovery disks. In the first disc, there are preinst.swm files under the ZZIMAGES folder. And in the second disc, there are some files named as bin, efi, planfolder, boot, sources etc.

    What should I know? Hot to go back to my original windows? And how can I do a recovery of these two DVD recovery usb drive?

    Thank you, best regards better.

    Any help pls?

  • Problem with M30 power indicator

    Hi I have a satellite m30 and when I plug my power adapter, battery indicators starting to keep flashing (all of 3 leds flashing) and it does not load. I tried to remove the battery and plug in the adapter again the LED indication has stopped working and there was no power connect to the laptop. the indicators flash only when the battery is placed. I wonder if theres nothing wrong with my adapter or my battery was completely dead? (my 'save energy' got screwed up recently with a 'fatal error' message so it might be wrong with the operating system I think).
    any help would be appreciated.

    see you soon
    Dave

    Hello Dave

    On this path, it is not easy to say what can be the problem, but I guess that there is some problem with electronic control gear. It is placed on the motherboard. I recommend you contact the authorized Service partner and let check the device.

    You can explain exactly what is happening, and I'm sure they will be able to give you good advice.

    I put t know not in what country you live, but on this page you can find SPAS in your country.

    http://www.CSD.Toshiba.com/cgi-bin/TAIS/Su/su_gaspLocator.jsp?PF=true

    Good luck!

  • Portege M700 - problem with Dynadock

    I can not change the resolution on a screen connected Dynadock and cannot save the display settings of all - how to fix this?

    I have a Portege M700 running Vista Professional SP1 - mainly the machine is used as a desktop replacement, connected to a screen Viewsonic 19 "wide through the Dynadock DVI - when it is connected so I have the laptop screen is off and use only the Viewsonic at a resolution of 1440 x 900. I had been bothered by the fact that whenever the resumption of the screensaver, the resolution would drop down to some lower State (I was not able to identify the dimensions he thought he was using but probably 1280 x 800, the default resolution of the internal display).

    I tried to solve this problem with the technical support level 3 without success. I thought I was smart and try to install the Intel Graphics Media Accelerator Driver update that is located on the Intel Web site (if you're just trying to install this software, Vista won't let you, but if you unzip it and manually update the drivers it works). This resulted in the connected screen Dynadock is off completely - no signal! So I uninstalled the drivers, reinstalled the drivers Intel original, but now, I have no the ability to adjust the resolution on the Dynadock login screen - and it is defaulting to something that's not going to (too broad and not high enough)!

    I lived several cycles to uninstall and reinstall the drivers for the graphics card (Mobile Intel 965 chipset) and the Dynadock; I updated the drivers Dynadock with the latest download from the website of DisplayLink, tried all sorts of drivers for the monitors associated with DisplayLink, tried several restorations system (which have all failed, which was also quite disturbing but less than an immediate concern), etc. Through all this, there is absolutely no way to choose the correct resolution of the screen through the display properties (my choices are 800 x 600, 1024 x 768 and 1280 x 800), and even simply activate an additional screen translates to nothing happens - the new settings do not stay after hitting "Accept" or "OK". I thought that I had licked when I realized that I had to uncheck "Extend to this monitor box office" to screen internal laptop - indeed I was then able to choose 1440 x 900 for the Viewsonic and everything was good, but everything came back after reboot. Of course, now when I try to repeat, I am unable to uncheck this box not more for the internal screen (well, actually, I can uncheck, but when I hit "apply" or "OK" it simply gets selected again).

    All this comes after I spent weeks trying to get this machine to work with the port replicator, which also did not work - a problem that appears to be from an incompatibility with Vista display card drivers and the port replicator (would have been nice if it sales had told me that when I bought the thing, but I digress...)

    In any case, it seems, as it is a Vista problem, I've seen this question asked of other portable devices vista and displaylink other advice, but I know it's possible to have a working reasonably OK solution since I've had one before I went and it messed up trying to work perfectly. Serves me right for spend 3 k $ on a machine and expected that it works as described, I guess. If anyone has any ideas... my next step is probably a downgrade to XP Pro, and then if that does not work, I'm tempted to break into pieces. Or, if someone's figured out how to get the port replicator to work with a M700 Vista, which is actually a better option for me...

    -Tony

    Hello Tony

    It's a very long story, but I use Portege M700 with Dynadock DVI (PA3542Y1PRP) and have no problem at all. After reading your ad I tried changing all the display options and I didn t notice something strange. It works well.

    Read your ad I see you tried to install different things and I wonder not to have so many problems. The best solution for you is to install the new OS using recovery image. Do the clean install of OS and install later Dynadock Utility 2.3 c. be careful while installation is running and do not interrupt the procedure of facilities. Make sure that all software components are installed correctly.

    When you start installation Dynadock Utility Dynacock can not be connected. When you see the window where you will be asked to connect Audio device USB connect the Dynadock to the USB port of your favorite. I use the USB port on the back.

    I use the external display to monitor LCD 22 with a resolution of 1680 x 1050. In the settings screen is display number three and when I click on it I can set the resolution to the maximum level (native resolution). The image is perfect.

    I tried the same as you:
    -Set the external display as primary monitor (for computer laptop LCD was OFF)
    -J' have enabled screen saver and tested several times, but the resolution is always the same no changes at all the
    -With these settings, I rebooted the phone several times as well as the resolution was still the same no problem at all

    After reboot, I can see the image on the notebook LCD only, to the point where I have to write the password that I can see the same image on laptop LCD and external monitor. A few seconds later, the image is switched on external monitor only and it is the same thing you want to have. The resolution is the same again (native resolution). No change at all and all seems OK.

    At the end I've switched back to the LCD display only. It is also interesting to procedure. As a first step, you click on display number one and activate extended desktop. After that, you will be able to use the option to change the primary monitor. A little strange to me, but OK.

    So everything works well for me and for you I only see an option. Reinstall Vista, install new utility Dynadock (new installations) and test again.
    One last thing: do not connect Dynadock on different USB ports. Use always the same.

    Bye and good luck!

  • Qosmio G10 - a problem with the cooling system

    Hello

    Put on my G10-100 this morning and got the following message:

    "A problem with the cooling system has been detected. "Please turn off immediately and the return of serve.

    My other machine running and connected on toshibas website and found the number of support.

    After which left a message there, the automaton response was "we aim to get back to you within the hour," Needless to say, it's now 6 hours later.

    I can't find whether on the web or in these forums, has anyone encountered this before?

    I'm still in my 1 year warranty, but he soon run out.

    Thank you
    James

    Hello

    This looks like a problem of overheating on your device.
    In this case, you must contact the ASP.
    I don't know if it's a phone number just to post you but please visit this m link:

    http://EU.computers.Toshiba-Europe.com/cgi-bin/ToshibaCSG/generic_content.jsp?service=EU&ID=ASP_SUPPORT

    You will find a Toshiba service partner who is responsible for your country.
    It should help you to solve this problem

    Good bye

  • Toshiba Satelite a300 Windows 7 32 bit problem with music keys

    Hi, I just installed Windows 7 (32 bit) and I have a problem with the music keys. I can't find driver for it even on the toshiba official site. I had been looking in this and many other forums, but no answers have been good enough to solve my problem. "I've been to the installation of several ' for sure the work drivers" and nothing. It is with my Web camera - no driver. After I installed my touchpad began to be brighten up, but I still can't use the music BIOS update keys. I hope someone can help. Please :)

    Sorry for my English

    Install the Toshiba value added for the A300 (use the PVAT Win7, not the PVAT Vista).

    This site of Toshiba: http://www.csd.toshiba.com/cgi-bin/tais/support/jsp/home.jsp?nav=Download

  • Equium A100 - 027 PSAAQ - having problems with WiFi Internet access

    Just installed Windows XP Home edition on my Equium A100-027 (PSAAQ) Vista didn't like. Now I'm having problems with Internet access. Should what drivers I download and how to install?

    Thank you.

    Hello

    I suggest you to check the site toshiba driver
    -> http://eu.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/download_drivers_bios.jsp

    You can search your machine and download the wlan drivers. If you don t know that you you just all download and install ´em, one of the drivers SHOULD work. ;)

    Welcome them

  • Problem with the number of lines in the channel

    Dear community LabView,

    I'm relatively new to labview and I came across a problem that (I assume) can easily be resolved with your help.

    I need to create a digital signal to trigger a camera, but I have a problem with the configuration of my lines or exit lanes. I would not use that line output to trigger the camera. (I use a card NI PCIe-6353). LabVIEW is telling me that the number of lines in the channel does not have the number of rows of data:

    Possible reasons:

    Specified read or write operation failed because the number of rows in the data of a string is not the lines in the channel.

    If you use the digital waveform data type, make sure that the number of lines in the digital waveforms is the number of lines in the channel. If you are using Boolean data, make sure that the dimension of the array for the rows of the data is the number of lines in the channel.

    Number of lines in the channel: 1
    Number of data lines: 2

    Task name: _unnamedTask<11>

    How and why the number of data rows is connected to the resolution of my analog digital converter?

    I would appreciate your help! Labview code and a screenshot attached.

    Thank you

    Beff

    I got it to work by changing the "data format" "binary not signed" OR by plugging is not the "offset" for the Square Wave VI.  I think that the default "offset binary" data format works correctly if there is a negative value.

  • start of the problem with hp pavilion dv5-1112el

    Good evening guys!

    I had a serious problem with my hp dv5-1112el running in vista.

    One a few days ago I had this problem when I start the laptop it was until after the presentation of the bios, I want to say

    After showing me "Press esc at the start of the menu...". "only after that nothing shoing just black screen!
    Two days ago, I found one when it's making like that if I go to the bios by F10 to press F9 to defult config it ok and today happens to come back but if I mak defult cong bios nothing happen the problem again!

    Please help me!

    Good evening guys!
    Finally, I found the solution for this problem after a few days on this subject!
    I suspect the bios from the beginning and that was the problem, the bios was not good, so I flash
    And the Flash was the problem causes most of the forum and the tutorial I did they are saying to download the update that unzip, rename the file name 3600.bin 3602f21.fd, but it is does not work so I improvise I download the latest version of the bios here
    http://h10025.www1.HP.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-75233-1&CC=it&DLC=en&LC=en&OS=2093&product=3841120&sw_lang=

    I have extracted it I have rename the second file name 3603F21.fd to 3603.bin
    I copy the file in my USB after that connect the USB to the computer
    on the computer by pressing the key win + B and after awhile the computer stop beeping and I restart (astala vist!) everything ok

    Thank you

  • Can not get printer hp psc 750 to work with a new Dell dimension 8300

    Original title: the printer does not work

    I have a new Dell dimension 8300.  My printer is a former hp psc 750 printer scanner copier I can't print.  Can anyone help?

    Hello

    You should ask in the Forums of Windows answers corresponding to your version of Windows.

    Windows answers forums
    http://answers.Microsoft.com/en-us/Windows

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

    Check with HP Support, their drivers and documentation online and ask the HP
    forums for known problems.

    HP PSC 750 printer
    http://h10025.www1.HP.com/ewfrf/wc/product?cc=us&LC=en&DLC=en&product=57769

    Drivers HP PSC 750
    http://h10025.www1.HP.com/ewfrf/wc/softwareCategory?LC=en&DLC=en&cc=us&product=57769&

    Support HP & drivers
    http://welcome.HP.com/country/us/en/support.html

    Contact HP
    http://welcome.HP.com/country/us/en/contact_us.html

    HP forums
    http://h30434.www3.HP.com/PSG/

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

    It might be a problem with the computer as an OEM Dell provides support
    for Windows.

    Dell support
    http://support.Dell.com/

    Dell support drivers - product manual & warranty Info (left side) - and much more
    http://support.Dell.com/support/index.aspx?c=us&l=en&s=DHS

    Dell forums
    http://en.community.Dell.com/forums/
    I hope this helps.

  • Problem with Windows XP takes a long time to start

    Hello, I am running Windows xp3 House. I have a problem with my firewall loading Windows. It takes about 2 minutes to load and it is that nothing works (Avira antivirus, Lynksys wireless monitor, etc.) until it starts. Sometimes it loads immediately, and then it's not? Weird. In a search, I found this, http://support.microsoft.com/kb/823612 I ran it.

    He stopped and not responding so I had to turn it off and restart it manually. When I did I got a pop up telling me to activate my Windows, 3 days to activate. I did nothing to mess with windows, it has been installed on my pc when I bought it used and I have no cd or manual as I assume that it is installed at the factory. I know not where the i386 file is and have never been able to actually identify because I'm familiar with it. If my pc becomes unusable because of that I won't be able to use it and I don't know what to do. I did a system restore and it did not work. How to activate Windows if I must / I have to? How can I stop it? I don't know what to do and I need help. Thank you
    Dell Computer Corporation Dimension 4600
    Windows XP Edition Service Pack 3 family
    AVIRA Desktop Version 12.3.0.15
    Linksys Wireless-G PCI adapt
    Piriform Ltd - CCleaner Version 3, 20, 0, 1750
    SUPERAntiSpyware Version 5,
    GlarySoft Ltd. - Glary Utilities Version 2.46
    Malwarebytes Anti - Malware Version 1.60.0080
    GlarySoft Ltd. - Glary Utilities Version 2.46
    It is quite possible that all your problems are due to this dangerous program!

    Of course, any software can have a phenomenon of chance but, I have been using Glary Utilities for years and have never had a single problem.

    To the OP

    Malwarebytes Anti - Malware Version 1.60.0080

    I guess you use Malwarebytes as a scanner at the request since the version you list is obsolete. There are several malware that can cause false activation. My advice to you is first, make sure your computer is not infected. To do this you must first update Malwarebytes and run a full scan. Once that is completed and you have deleted everything which, on the contrary, that was detected you should do the same with SuperAntispyware. View your results.

    On another note, by the unlikely chance, you have the professional version of Malwarebytes and SuperAntispyware know you can't run both at the same time by using the real-time protection. As long as you use one of them as an on-demand scanner, you're ok.

  • Windows Media player on my machine does not run some AVI files. How can I check what the problem with AVI files. Files are running in other utilities of free ware

    Windows Media player on my machine does not run some AVI files. How can I check what the problem with AVI files. Files are running in other utilities free ware. Also, windows Explorer does not display dimension and other video related information for the file. Y at - it a tool that can indicate what exactly is the problem with the file.

    Ritu

    Hello

    1. you get any error message?

    2. don't you make changes to the computer before the show?

    Please follow the steps from the link below.

    http://support.Microsoft.com/kb/279242

  • Problems with latest updates Windows (KB) do not install & repeated notifications via the taskbar icon

    Hello everyone,

    In my view, there are many people who seem to have a similar problem to mine, although I was unable to find an answer to one of my questions in this post.

    Description of the problem:

    Although my Windows Update is defined on download & install updates during the night hours every day, the latest updates, KB26333880, KB2572073and KB2518864 are not be installed.  I went to the Windows Update site to check my editing history.  He showed the green/white checkmarks next to all 3 updates.  The record also showed that updates have been tempted 3 times during the night.  After clicking on the button "Express" on the Home Page, the results show 3 above updates, but show "0 bytes', then '0 download time. '

    To me, this indicates that there is no update to download, despite the yellow Shield of Notification of update continues to appear in the taskbar.

    Corrective measures attempted:

    1. I tried to download / install twice unsuccessfully using IE8 and FF (including restarting the computer).

    2. download & run the program MS Fixitattempted, but received a message which read, "an unexpected error has occurred, please try again later." No. error code has seen with this message.  (I could RECORD the program on my desktop... just couldn't run the establishment).

    3 tried to search for the presence of these updates using start > run > %windir%KB###.log (where the # is the individual number of update KB).  Every time - a message appears indicating that the file is not found.

    4 looked at the Add/Remove Programs list (with the Show updates checkbox checked).  No updates KB mentioned above could be found.

    5 with SAS, MBAMand Outpost Security Suite Pro scans revealed no malware/security issues.  (SAS and MBAM are used only as scanners on request).

    This problem with the updates does not download & repeated notifications being indicated in the taskbar has occurred many times before.  On this occasion, I called Microsoft several times before finally, my computer remotely accessible support person and spent about 50 minutes to fix the problem.

    (Also, it is noted that almost every support person I spoke with has always tried to tell me that MS is not help with the problem of this type.)  I had to be rather several in my reply... tell the person that MS IS in fact provide assistance free security-related Windows updates.  They now provide free assistance is unknown). Besides... I have more a phone number for States anyway.

    My questions to the community:

    1. is it possible to download & install these 3 updates?

    2 is there an explanation as to why MS Fixit program will not be installed, and if so, are there certain corrective measures I can take which will allow me to download & run this program?

    System Specs:

    Desktop Dell Dimension 3000 Tower;  WIN XP Pro SP3.  2 GB OF RAM;  3.00 gHz CPU;  Outpost Security Suite Pro.  MBAM Pro (on request only).  SAS (on request only);  SpywareBlaster;  IE8 & FF

    Thank you for your time and help, review!

    Pete C.

    See the RESPONSE message in this thread-online http://answers.microsoft.com/en-us/windows/forum/windows_xp-windows_update/security-updates-kb2633880-kb2633870-are-not-being/49ed2fe1-6782-4498-814a-ccfa6ec1dfc9

  • Problems with Toshiba Flash cards

    I have problems with toshiba flash Cards on my desk and stay there.  It says flash cards, not reponding, but I can't get rid of it.  This utility is really necessary to make my computer work correctly?  How can I get it out of my office?

    Hi Bklawinsky,

    ·         Did you do changes on the computer before the show?

    ·         The other device USB (Universal Serial Bus) have recognized?

    Follow the suggestions below for a possible solution:

    Method 1: You will need to check the updated version of the utility of flash cards on the site of Toshiba, if found, install and check if the problem persists.

    Method 2: If you can't find any update of the utility so I would suggest that you uninstall using programs and features, reinstall it later using the Toshiba website, according to your model number of the computer to download the utility below.

    Uninstall or change a program

    http://Windows.Microsoft.com/en-us/Windows-Vista/uninstall-or-change-a-program

     

    Toshiba downloads

    http://www.CSD.Toshiba.com/cgi-bin/TAIS/support/JSP/home.jsp?NAV=download

    Let us know if that helps.

Maybe you are looking for