Which MBean is responsible  for Control MDB in JBOSS

Hi,
Is JBoss MDB layer are integrated using MBeans? Which MBean is responsible for this?
Can I control this MBean programatically?
/sh

Depends what data. The Server service is for File and Printer Sharing. For database access it may one of several
OLEDB / ODBC drivers.
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

Similar Messages

  • Which file is responsible for the BEA WL Console page

    Can anyone tell me, which file is responsible for the BEA WebLogic Server
    Administration Console web page?
    For example, the URL for the Admin Console
    http://<domainname>/console is being redirected to
    http://<domainname>/console/login/LoginForm.jsp.

    I would strongly discourage any modification of this as it would not be supported. Perhaps you should explain in more detail why you want to do this?
    The files on WLS 10.0 appear to be here:
    BEA_HOME\wlserver_10.0\server\lib\consoleapp\
    Specifically in the webapp\WEB-INF\web.xml subdirectory you can see how things are set up to redirect in the login-config element.

  • What is Toll manufacturing and which module is responsible for it ???

    Dear All
    I have a general query, the client has the toll manufacturing as the client is providing the service of manufacturing the products to another companies then give it back to the customer or act as a reseller of the products
    I want to know which module is responsible to do the toll manufacturing and what is the scenario in details of that industry
    Regards
    Jacopo Françoise

    Hi Jacopo,
    This is related to MM module and they will define the out source job method.
    Regards,
    Anil

  • ASM Buffer Cache - which parameter is responsible for this?

    Env: Oracle 10.2.0.4.0 on Windows 2003 R2 32 bit
    In one of my testing databases, I saw this. Rest all databases (development and testing) do not have the component "ASM Buffer Cache".
    SQL> select component, current_size, user_specified_size from v$sga_dynamic_components;
    COMPONENT                          CURRENT_SIZE USER_SPECIFIED_SIZE
    shared pool                         553,648,128         209,715,200
    large pool                            4,194,304                   0
    java pool                             4,194,304                   0
    streams pool                                  0                   0
    DEFAULT buffer cache                360,710,144         314,572,800
    KEEP buffer cache                             0                   0
    RECYCLE buffer cache                          0                   0
    DEFAULT 2K buffer cache                       0                   0
    DEFAULT 4K buffer cache                       0                   0
    DEFAULT 8K buffer cache                       0                   0
    DEFAULT 16K buffer cache                      0                   0
    DEFAULT 32K buffer cache                      0                   0
    ASM Buffer Cache                              0         314,572,800I am not able to figure out from the component "ASM Buffer Cache" is coming in this list. Current_size is zero so its not of a concern actually but I was wondering which parameter enforces this value.
    Can anybody shed some light on this?
    Regards,
    Message was edited by:
    Satish Kandi
    Forgot to mention that we are not using ASM at all.

    I have some databases running on 10.2.0.3.0 (testing + dev) and others on 10.2.0.4.0 (dev databases) and I can see this component in all of them.
    I have no databases running at earlier versions of 10g so cannot confirm if it was there earlier too.
    With your hint of 11g in mind, I searched 11g documentation too and could not find any references to this component.

  • Which designer is responsible for the "clock" icon?

    Who chose the time on the icon 10:15 ? contingency? couldn't find out till now, hope you guys can help me please

    Clocks and watches in catalogues and ads have long displayed 10:10 as the time.
    This was possibly done to help frame the manufactures logo or name and lead the eye there.
    Perhaps the 10:15 is just a variation on this and helps the icon immediatly resemble a clock face that people are accustom to seeing.
    Matt

  • How to find the process responsible for deleting files

    Hi,
    We have a process which stores a file in a particular location say /tmp/mydir/. The files getting stored in this directory are getting deleted. Is there any way to find which process is responsible for deleting the file. Is there any way we can truss on the directory/file and check which process accessed it or deleted it.

    solquestions wrote:
    I tried: dtrace -n syscall::unlink:entryThat one looks good to me.
    While it picks up the unlinking(I tested by doing a rm of some files), I could not get the pid of the process doing such rm.....(or maybe the process exited...)You haven't asked it to print that information. Try:
    dtrace -n 'syscall::unlink:entry {trace(pid);trace(execname)}'
    I'd like to see the process/adpp/program, calling a particular system call....unlink, close, open etc etc...The above should do that.
    I wonder if dtrace can capture both library calls and system calls......Dtrace doesn't capture so much as it fires on probes. But yes, both libraries and system calls can have probes available.
    It seems functionality for capturing system calls from a process are more documrnte, and with examples, than, those asking for finding which system calls get opened by whom....
    I think all you're missing is adding some information to the trace output.
    Is getting unlink enough to find "what is removing files?"You might want to check rename as well.
    How do I drrace for "anything that touched taht file" or, "anything that touches files in a directory"That's actually a somewhat difficult task for dtrace. First, you might download the "Dtrace toolkit". One of the tools in there is "opensnoop". It reports on file opens and you can examine the script to see how it does it. You can even give a filename and it only reports when that filename is accessed.
    But the main problem is that files can have many names, and dtrace is just looking at the name in many cases. So "/etc/passwd" can be called "/etc/passwd", or if you're in /usr it could be called "../etc/passwd", or any of a variety of names. It's not too hard to set a probe predicate to fire only on a pattern match, so you could set it to only fire when the filename is matched.
    Good luck, and see if any of the existing tools in the toolkit are close enough that you can use them directly or modify them slightly.
    Darren

  • Purchasing organizations responsible for purchasing the material

    hi every body
    i have created 1 purchase requisition for some material.
    in my company there are 10 purchasing organizations.
    there is no work flow in company.
    Can you tell me out of these 10 purchasing organizations which one is responsible for purchasing the same material.
    Does Purchasing group creates any link for this.
    Regards
    Sujit

    Hi
    Just follow this
    1) you can use AUTHORISATION,i.e - particular t.code the user id is authorised to use the particular document type.
    Create Roles (PFCG)for the document type for PR and assign the role to the user i.d(su01)-.In the Roles for the T.code(PR)you mention the document type(pfcg).
    So that you can restrict the document type to particular purchasing organisation...
    there is no need of workflow.
    hope it helps

  • Component responsible for "User Admin" under Administration Link.

    Hi
    Does anyone knows which component is responsible for the "User Admin" under Administration Link.

    The limitation is to speed up the Java applet.
    MaxQueryRows limits the number of results in Repository manager, but I do not think it does in User Admin. Try it out though.
    Nope found it while writing.
    http://download.oracle.com/docs/cd/E10316_01/cs/cs_doc_10/documentation/developer/idoc_script_reference_10en.pdf
    MAXSTANDARDDATABASERESULTS
    Type and Usage
    �� Configuration Variables (page -3)
    �� Content Server (page -6)
    Description
    Sets the maximum number of users displayed.
    �� This is valid for any applet that allows you to select users from a list.
    �� Default is 500.
    Location
    <install_dir>/config/config.cfg
    Example
    Used as a configuration entry:
    MaxStandardDatabaseResults=1000

  • When I listen to music on Apple TV 2 my pictures from iPhoto come in, but always the same album (which I nevr asked for), always in random order and always in a different format. How can I control what is going on and choose the album myself.

    When I listen to music on Apple TV 2 my pictures from iPhoto come in aafter about ten minutes, but always the same album (which I never asked for), always in random order and always in a different format. How can I choose a different album myself and control the order and format?

    Thank you Winston for a helpful response and for reminding me of something which I found nearly a year ago and then lost (in my mind) because I did not use it. I am grateful for a correct answer but it still only achieves part of what I wanted.
    I can now choose my photos, decide how long they stay on screen and choose one of a variety of presentations. Two things I still can't do.
    One is to get it to play the photos in the chronological order in which I have carefully set them in an album; it still tends to be random and repetitive. The other is that I cannot get any of them them to saty on screen for more than about 20 seconds. I guess this is all due to the way Apple TV is constructed.
    But still thanks, nevertheless.
    Alec

  • Which wire on the 30-pin plug is responsible for charging an Ipod?

    Which wire on the 30-pin plug is responsible for charging an Ipod? I want to cut this wire so that I can use my Ipod in my car or on my computer without having to charge it. I understand that Ipod's are meant to withstand short charges, but I still want to figure out how to do this. There has to be one wire (or more) that is specifically responsible for only charging the ipod. Does anyone know which one? See wiring diagram below:
    Pin - Signal
    1 - GND
    2 - GND
    3 - Right
    4 - Left
    5 - Right In
    6 - Left In
    7 - ?
    8 - Video Out
    9 - S-Video Chrominance output
    10 - S-Video Luminance output
    11 - AUDIO_SW
    12 - Tx
    13 - Rx
    14 - RSVD
    15 - GND
    16 - GND
    17 - RSVD
    18 - 3.3V
    19,20 - +12V
    21 - Accessory Indicator/Serial enable
    22 - TPA -
    23 - 5 VDC +
    24 - TPA +
    25 - Data -
    26 - TPB -
    27 - Data +
    28 - TPB +
    29,30 - GND

    PStimola wrote:
    I just cut wire #23. It does not charge it now but the ipod is not recognized either. Would adding a false drain on the 5 volts help? I don't know what else to do. Let me know.
    Yes.  Reconnect the wire and use the iPod the way that it was designed to be used.

  • Domain Replication Issue. Is there Any Process can be monitored in task Manager which is responsible for REPLICATION?

    Hi,
       There is an issue with Secondary domain controller replication. I am interested in the "Windows Process" which is responsible for Replication.
      We have a 3rd party tool in our project which generate alarm when a windows process in not running(configured).
    I believe  Remote Procedure Call (RPC) is used to replicate data and is always used for intrasite replication. But How to find out which RPC is responsible? or any other windows process is responsible?
    Is it possible to find out "Replication problem" by just monitoring "Responsible Windows Process" ? ( process is running or not running)

    Hello,
    have you already seen
    http://technet.microsoft.com/en-us/library/cc772726(v=ws.10).aspx#w2k3tr_repup_how_dgvt
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://blogs.msmvps.com/MWeber
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    Twitter:  

  • How to findout the sharepoint job which responsible for database re indxing

    Hi
    In sharepoint 2010 i configured RBS storage for  Web application content database
    in our org form  has two web frontend servers,
    two application servers, and two index servers ,one database server
    so when users upload BLOBs to sharepoint library we faced some time RBS storage space problem
    Exception:Microsoft.Data.SqlRemoteBlobs.BlobStoreException: There was a generic database
    error. For more information, see the included exception. --->
    System.Data.SqlClient.SqlException: RBS Error. Original Error: Number 1101,
    Severity 17, State 12, Procedure -, Line 1,<o:p></o:p>
    Message: Could not allocate a new page for
    database 'WSS_Content_80' because of insufficient disk space in filegroup 'PRIMARY'.
    here when i ask our DBA he said there is one sharepoint job is running which saving audit data daily every data and database is re indexing every time , to sharepont content database size is increasing
    so how to findout the job which responsible for database re indxing
    adil

    Audit data is created when an audit event his triggered. Auditing is configured on a per-Site Collection basis.
    http://office.microsoft.com/en-us/sharepoint-server-help/configure-audit-settings-for-a-site-collection-HA102031737.aspx
    There is a Health Analyzer rule named "Databases used by SharePoint have outdated index statistics".
    http://technet.microsoft.com/en-us/library/hh564122(v=office.14).aspx
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • I want to know which antivirus is suitable for Macbook ?

    Hi ,
    i need a antivirus because im working with outlook for checking my email nad its very important for me ,
    i would like to know which antivirus is OK for my macbook

    1. This is a comment on what you should and should not do to protect yourself from malicious software ("malware") that circulates on the Internet. It does not apply to software, such as keystroke loggers, that may be installed deliberately by an intruder who has hands-on access to the victim's computer, or who has been able to log in to it remotely. That threat is in a different category, and there's no easy way to defend against it. If you have reason to suspect that you're the target of such an attack, you need expert help.
    If you find this comment too long or too technical, read only sections 5, 6, and 10.
    OS X now implements three layers of built-in protection specifically against malware, not counting runtime protections such as execute disable, sandboxing, system library randomization, and address space layout randomization that may also guard against other kinds of exploits.
    2. All versions of OS X since 10.6.7 have been able to detect known Mac malware in downloaded files, and to block insecure web plugins. This feature is transparent to the user, but internally Apple calls it "XProtect." The malware recognition database is automatically checked for updates once a day; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders.
    The following caveats apply to XProtect:
    It can be bypassed by some third-party networking software, such as BitTorrent clients and Java applets.
    It only applies to software downloaded from the network. Software installed from a CD or other media is not checked.
    As new versions of OS X are released, it's not clear whether Apple will indefinitely continue to maintain the XProtect database of older versions such as 10.6. The security of obsolete system versions may eventually be degraded. Security updates to the code of obsolete systems will stop being released at some point, and that may leave them open to other kinds of attack besides malware.
       3. Starting with OS X 10.7.5, there has been a second layer of built-in malware protection, designated "Gatekeeper" by Apple. By default, applications and Installer packages downloaded from the network will only run if they're digitally signed by a developer with a certificate issued by Apple. Software certified in this way hasn't necessarily been tested by Apple, but you can be reasonably sure that it hasn't been modified by anyone other than the developer. His identity is known to Apple, so he could be held legally responsible if he distributed malware. That may not mean much if the developer lives in a country with a weak legal system (see below.)
    Gatekeeper doesn't depend on a database of known malware. It has, however, the same limitations as XProtect, and in addition the following:
    It can easily be disabled or overridden by the user.
    A malware attacker could get control of a code-signing certificate under false pretenses, or could simply ignore the consequences of distributing codesigned malware.
    An App Store developer could find a way to bypass Apple's oversight, or the oversight could fail due to human error.
    For the reasons given above, App Store products, and other applications recognized by Gatekeeper as signed, are safer than others, but they can't be considered absolutely safe. "Sandboxed" applications may prompt for access to private data, such as your contacts, or for access to the network. Think before granting that access. Sandboxing security is based on user input. Never click through any request for authorization without thinking.
    4. Starting with OS X 10.8.3, a third layer of protection has been added: a "Malware Removal Tool" (MRT). MRT runs automatically in the background when you update the OS. It checks for, and removes, malware that may have evaded the other protections via a Java exploit (see below.) MRT also runs when you install or update the Apple-supplied Java runtime (but not the Oracle runtime.) Like XProtect, MRT is effective against known threats, but not against unknown ones. It notifies you if it finds malware, but otherwise there's no user interface to MRT.
    5. The built-in security features of OS X reduce the risk of malware attack, but they're not absolute protection. The first and best line of defense is always going to be your own intelligence. With the possible exception of Java exploits, all known malware circulating on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of so-called "Trojan horses," which can only have an effect if the victim is duped into running them. The threat therefore amounts to a battle of wits between you and Internet criminals. If you're smarter than they think you are, you'll win. That means, in practice, that you always stay within a safe harbor of computing practices. How do you know what is safe?
    Any website that prompts you to install a “codec,” “plug-in,” "player," "downloader," "extractor," or “certificate” that comes from that same site, or an unknown one, is unsafe.
    A web operator who tells you that you have a “virus,” or that anything else is wrong with your computer, or that you have won a prize in a contest you never entered, is trying to commit a crime with you as the victim. (Some reputable websites did legitimately warn visitors who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.)
    Pirated copies or "cracks" of commercial software, no matter where they come from, are unsafe.
    Software of any kind downloaded from a BitTorrent or from a Usenet binary newsgroup is unsafe.
    Software that purports to help you do something that's illegal or that infringes copyright, such as saving streamed audio or video for reuse without permission, is unsafe. All YouTube "downloaders," for example, are outside the safe harbor, though not all are malware.
    Software with a corporate brand, such as Adobe Flash Player, must be downloaded directly from the developer’s website. If it comes from any other source, it's unsafe. For instance, if a web page warns you that Flash is out of date, do not follow an offered link to an update. Go to the Adobe website to download it, if you need it at all.
    There is an increasing tendency for rogue websites such as "Softonic" and "CNET Download" to distribute free applications that have been packaged in a superfluous installer that also installs malware or something else that you don't want. Never visit those sites, and get all freeware directly from the developer's own site whenever possible.
    Software attached to email that you didn't request is unsafe, even if it comes (or seems to come) from someone you trust.
    Software advertised by means of spam is unsafe.
    Unknown "free" software that a stranger on the Internet is eager for you to download is unsafe.
    Even signed applications, no matter what the source, should not be trusted if they do something unexpected, such as asking for permission to access your contacts, your location, or the Internet for no obvious reason.
    "FREE WI-FI !!!" networks in public places are unsafe unless you can verify that the network is not a trap (which you probably can't.) Even then, do not download any software or transmit any private information while connected to such a network, regardless of where it seems to come from or go to.
    I don't say that leaving the safe harbor just once will inevitably result in disaster, but making a habit of it will weaken your defenses against malware attack. Doing any of the things alluded to above should make you uncomfortable.
       6. Java on the Web (not to be confused with JavaScript, to which it's not related, despite the similarity of the names) is a weak point in the security of any system. Java is, among other things, a platform for running complex applications in a web page, on the client. That was always a bad idea, and Java's developers have proven themselves incapable of implementing it without also creating a portal for malware to enter. Past Java exploits are the closest thing there has ever been to a Windows-style virus affecting OS X. Merely loading a page with malicious Java content could be harmful.
    Fortunately, client-side Java on the Web is obsolete and mostly extinct. Only a few outmoded sites still use it. Try to hasten the process of extinction by avoiding those sites, if you have a choice. Forget about playing games or other non-essential uses of Java.
    Java is not included in OS X 10.7 and later. Discrete Java installers are distributed by Apple and by Oracle (the developer of Java.) Don't use either one unless you need it. Most people don't. If Java is installed, disable it — not JavaScript — in your browsers.
    Regardless of version, experience has shown that Java on the Web can't be trusted. If you must use a Java applet for a task on a specific site, enable Java only for that site in Safari. Never enable Java for a public website that carries third-party advertising. Use it only on well-known, login-protected, secure websites without ads. In Safari 6 or later, you'll see a lock icon in the address bar with the abbreviation "https" when visiting a secure site.
    Stay within the safe harbor, and you’ll be as safe from malware as you can practically be. The rest of this comment concerns what you should not do to protect yourself.
    7. Never install any commercial "anti-virus" or "Internet security" products for the Mac, as they all do more harm than good, if they do any good at all. If you need to be able to detect Windows malware in your files, use one of the free security apps in the Mac App Store — nothing else.
    Why shouldn't you use commercial "anti-virus" products?
    To recognize malware, the software depends on a database of known threats, which is always at least a day out of date. New threats are emerging on a daily basis. Research has shown that most successful attacks are "zero-day" — that is, previously unknown. Recognition-based malware scanners do not defend against such attacks.
    Their design is predicated on the nonexistent threat that malware may be injected at any time, anywhere in the file system. Malware is downloaded from the network; it doesn't materialize from nowhere.
    In order to meet that nonexistent threat, the software modifies or duplicates low-level functions of the operating system, which is a waste of resources and a common cause of instability, bugs, and poor performance.
    By modifying the operating system, the software itself may create weaknesses that could be exploited by malware attackers.
    8. An anti-malware product from the App Store, such as "ClamXav," has the same drawback as the commercial suites of being always a day behind, but it does not inject code into the operating system. That doesn't mean it's entirely harmless. It may report email messages that have "phishing" links in the body, or Windows malware in attachments, as infected files, and offer to delete or move them. Doing so will corrupt the Mail database. The messages should be deleted from within the Mail application.
    An anti-virus app is not needed, and should not be relied upon, for protection against OS X malware. It's useful only for detecting Windows malware, and even for that use it's not completely effective. Windows malware can't harm you directly (unless, of course, you use Windows.) Just don't pass it on to anyone else.
    A Windows malware attachment in email is usually easy to recognize. The file name will often be targeted at people who aren't very bright; for example:
    ♥♥♥♥♥♥♥♥♥♥♥♥♥♥!!!!!!!H0TBABEZ4U!!!!!!!.AVI♥♥♥♥♥♥♥♥♥♥♥♥♥♥.exe
    Anti-virus software may be able to tell you which particular trojan it is, but do you really care? In practice, there's seldom a reason to use the software unless an institutional policy requires it. Windows malware is so widespread that you should assume it's in every unknown email attachment until proven otherwise.
    The ClamXav developer won't try to "upsell" you to a paid version of the product. Other developers may do that. Don't be upsold. For one thing, you should not pay to protect Windows users from the consequences of their choice of computing platform. For another, a paid upgrade from a free app will probably have all the disadvantages mentioned in section 7.
    9. It seems to be a common belief that the built-in Application Firewall acts as a barrier to infection, or prevents malware from functioning. It does neither. It blocks inbound connections to certain network services you're running, such as file sharing. It's disabled by default and you should leave it that way if you're behind a router on a private home or office network. Activate it only when you're on an untrusted network, for instance a public Wi-Fi hotspot, where you don't want to provide services. Disable any services you don't use in the Sharing preference pane. All are disabled by default.
    10. As a Mac user you don't have to live in fear that your computer may be infected every time you install software, read email, or visit a web page. But neither should you assume that you will always be safe from exploitation, no matter what you do. The greatest harm done by security software is precisely its selling point: it makes people feel safe. They may then feel safe enough to take risks from which the software doesn't protect them. "Hmmmm, this torrent is a crack of that new game I want. I think I'll download it. It could be a trojan, but the antivirus will warn me if it is." Then they wonder why their Mac is so slow all of a sudden. It's slow because it's running flat out mining bitcoins for a hacker who has already sold their credit card number and banking passwords to a criminal gang. Maybe a week later the antivirus does warn them, but what good does that do?
    Nothing can lessen the need for safe computing practices.

  • How do i share content with my family without becoming responsible for payment of everybody's purchases? with familysharing i mean, not home sharing

    how do i share content with my family without becoming responsible for payment of everybody's purchases?
    with familysharing i mean, not home sharing
    i have set up a familyshare for my parents and 3 siblings, all mid twenties. everybody is used to paying their own way. how do i make that continue to be the case and still keep the sharing facility open?
    e.g I don't want to pay for my sisters' music purchases - half of it i don't like - but would like access to it now and then.

    -> Home Sharing is different than logging into the iTunes store.
    You enable Home Sharing using one AppleID. Doesn't matter which you use but all devices must use the same AppleID for Home Sharing.

  • HP desktop computer can not play Blu-ray DVDs. Who is responsible for this?

    In 2010, I blought an HP Pavilion Elite HPE 250-f desktop computer (running Windows 7). This computer was advertised as having a Blu-ray DVD player, as well as players for regular DVDs and CDs. All these years, I've been successfully playing regular DVDs and CDs. Until now, I have not attempted to play a Blu-ray DVD.
    I recently rented the "Divergent" Blu-ray DVD (as well as the "Divergent" regular DVD) from my local library. When I tried to play the Blu-ray DVD, the HP MediaSmart software and the Windows Media Player detected the Blu-ray but were not able to play the Blu-ray.
    I then downloaded the Media Player Codec Pack, http://download.cnet.com/Media-Player-Codec-Pack/3000-13632_4-10749065.html    This Codec Pack was supposed to help Windows Media Player play the Blu-ray. That did not work. When I got rid of the Codec Pack using System Restore, HP MediaSmart and Windows Media Player became unable to detect the Blu-ray in the Blu-ray drive. After another System Restore, HP MediaSmart and Windows Media Player were once again able to detect the Blu-ray (but were still unable to play the Blu-ray).
    I then downloaded Cyberlink PowerDVD 14, which played the Blu-ray for only about 7 seconds before crashing. I then got rid of Cyberlink PowerDVD 14 with a System Restore.
    I downloaded TotalMedia Theatre version 6.0.1.123. However, this software did not detect the Blu-ray. I then got rid of TotalMedia Theatre with a System Restore. After that, I was not able to play ANYTHING, including CDs and regular DVDs. CDs and regular DVDs were not being detected by playing software. After another System Restore, I was once again able to play CDs and regular DVDs. However, I do not want to risk trying to play the Blu-ray again.
    So, what's going on here? HP advertised this computer as having a Blu-ray DVD player. Wasn't HP responsible for providing software that could play Blu-ray DVDs? And why is the Blu-ray DVD, sometimes detected, and sometimes not detected, by playing software? Is there some kind of hardware issue?
    Who is responsible for the fact that my computer can not play Blu-ray DVDs? HP, for bad playing software and/or bad hardware? Or is there something in the Windows 7 operating system that prevents the playing of Blu-ray DVDs? Is Microsoft responsible?
    Thanks for any information.

    Talon820 wrote:
    In 2010, I blought an HP Pavilion Elite HPE 250-f desktop computer (running Windows 7). This computer was advertised as having a Blu-ray DVD player, as well as players for regular DVDs and CDs. All these years, I've been successfully playing regular DVDs and CDs. Until now, I have not attempted to play a Blu-ray DVD.
    I recently rented the "Divergent" Blu-ray DVD (as well as the "Divergent" regular DVD) from my local library. When I tried to play the Blu-ray DVD, the HP MediaSmart software and the Windows Media Player detected the Blu-ray but were not able to play the Blu-ray.
    I then downloaded the Media Player Codec Pack, http://download.cnet.com/Media-Player-Codec-Pack/3000-13632_4-10749065.html    This Codec Pack was supposed to help Windows Media Player play the Blu-ray. That did not work. When I got rid of the Codec Pack using System Restore, HP MediaSmart and Windows Media Player became unable to detect the Blu-ray in the Blu-ray drive. After another System Restore, HP MediaSmart and Windows Media Player were once again able to detect the Blu-ray (but were still unable to play the Blu-ray).
    I then downloaded Cyberlink PowerDVD 14, which played the Blu-ray for only about 7 seconds before crashing. I then got rid of Cyberlink PowerDVD 14 with a System Restore.
    I downloaded TotalMedia Theatre version 6.0.1.123. However, this software did not detect the Blu-ray. I then got rid of TotalMedia Theatre with a System Restore. After that, I was not able to play ANYTHING, including CDs and regular DVDs. CDs and regular DVDs were not being detected by playing software. After another System Restore, I was once again able to play CDs and regular DVDs. However, I do not want to risk trying to play the Blu-ray again.
    So, what's going on here? HP advertised this computer as having a Blu-ray DVD player. Wasn't HP responsible for providing software that could play Blu-ray DVDs? And why is the Blu-ray DVD, sometimes detected, and sometimes not detected, by playing software? Is there some kind of hardware issue?
    Who is responsible for the fact that my computer can not play Blu-ray DVDs? HP, for bad playing software and/or bad hardware? Or is there something in the Windows 7 operating system that prevents the playing of Blu-ray DVDs? Is Microsoft responsible?
    Thanks for any information.
    You're not going to get any help from HP or Microsoft on a 4 year old computer.   Maybe your optical drive is no longer able to play Bluray discs.  Windows 7 Media Center with Bluray playback was not included in all versions of Windows 7.  Each computer with Bluray has an individual license; yours may have expired after not using it for 4 years.  Best advice - don't flog a dead horse.  Just get regular DVDs.

Maybe you are looking for

  • Can I sign in with multiple apple IDs in a single apple device without deleting my previous one?

    can I sign in with multiple apple IDs in a single apple device without deleting my previous one?

  • New Mac with Lion

    I wanted to upgrade to CS5, but was informed it would not work on my old Imac.  So i somehow got a new 27" imac and imported my stuff to it.  CS4 transfered but crashes whenever an image is opened.  I also bought the physical upgrade to CS5 a month a

  • AP Mobile News App Wrong Date

    I've had the latest version of this app on my 3g for a while now and haven't had any issues until today. When I clicked on it all the current news stories loaded properly but all were showing December 31, 1969. Again all the news items are current -

  • Conditions on a query

    Hello, I am working on BW3.5. Problem: When I create conditions on a query.I am not able see the check boxes for selecting the characteristics. Regards, Siva

  • Navigation

    When setting up Menu navigation and I select Options > all pages i get the menu ok. If I have sub/child menus below the "about us" menu with 2 or more they all appear in a horizontal row beneath the main menu. what do I need to do to make them as a d