Agents ESX and HP management

VMware provides a KB with suggestions to minimize SCSI reservation conflicts when you use HP Management Agents KB1004771

He proposed essentially that you exclude (cmahost and cmahostd cmafcad) in the cma.conf file.

I noticed once that these agents are excluded, they no more all display the same information in Insight Manager. I guess it's because of these exclusions (see before fixation). The product name and the name of the OS is no longer to get detailed information.

(1) can someone tell me if it is precisely because I am excluding these agents?

(2) what agent exclusion is the cause?

(3) does the only thing affected by the exclusion of these agents?

I would have preferred the front but if it's only these 2 problems of information display, I can live with that to reduce conflicts of SCSI reservation but, I assure you it is not something that I'm not immediately noticed.

Hello

I heard no mention about the conflicts of SCSI reservation with these agents being addreseed with the latest patches.

Never experienced it myself.

Texiwill - about your answer to 3 below, can you elaborate on "host control tools? The main reason that we load the HP Management Agents on our ESX host is to monitor and alert on hardware failures with HP Inisght Manager. If the deactivation of these agents, such as suggested by VMware, prevents alerts Inisight Manager, these agents become unnecessary.

Well you'll always get notified on NIC issues and a few others cut you most of the notifications, but VMware has its own tools as well. cmahostd is a fairly important piece of the software, but you should get the other articles in HPSIM. Yet, I have to disable cmahostd at all.

(3) does the only thing affected by the exclusion of these agents? Well he neutralizes most host followed by HP tools.

I let them active. I had never had a problem and I like everything to appear in HP SIM. It gives better followed than the VMware tools at the present time.

Best regards

Best regards
Edward L. Haletky
VMware communities user moderator
====
Author of the book ' VMWare ESX Server in the enterprise: planning and securing virtualization servers, Copyright 2008 Pearson Education.
Blue gears and SearchVMware Pro items - top of page links of security virtualization - Security Virtualization Round Table Podcast

Tags: VMware

Similar Questions

  • Find the Agent and their Manager - connect by

    Hello
    version database Oracle 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production
    Please help me to know Agent and their Manager. also published the desired output
    CREATE TABLE AGENT
    (
      AGENT_NAME  VARCHAR2(100 BYTE),
      SID         NUMBER,
      MGR1        VARCHAR2(100 BYTE),
      MGR2        VARCHAR2(100 BYTE),
      DEPT_ID     NUMBER,
      START_DT    DATE,
      END_DT      DATE
    );
    
    CREATE TABLE PERSON
    (
      PERSON_NAME  VARCHAR2(100 BYTE),
      SID          NUMBER,
      DEPT_ID      NUMBER,
      START_DT     DATE,
      END_DT       DATE
    );
    
    SET DEFINE OFF;
    Insert into PERSON
       (PERSON_NAME, SID, DEPT_ID, START_DT, END_DT)
     Values
       ('DEEPAK', 200, NULL, NULL, NULL);
    Insert into PERSON
       (PERSON_NAME, SID, DEPT_ID, START_DT, END_DT)
     Values
       ('VIJAY', 300, NULL, NULL, NULL);
    Insert into PERSON
       (PERSON_NAME, SID, DEPT_ID, START_DT, END_DT)
     Values
       ('MICHELLE', 400, NULL, NULL, NULL);
    Insert into PERSON
       (PERSON_NAME, SID, DEPT_ID, START_DT, END_DT)
     Values
       ('NATLO', 500, NULL, NULL, NULL);
    COMMIT;
    
    
    SET DEFINE OFF;
    Insert into AGENT
       (AGENT_NAME, SID, MGR1, MGR2, DEPT_ID, 
        START_DT, END_DT)
     Values
       ('AGENT4', 103, 'NATLO', 'MISHKA', NULL, 
        NULL, NULL);
    Insert into AGENT
       (AGENT_NAME, SID, MGR1, MGR2, DEPT_ID, 
        START_DT, END_DT)
     Values
       ('AGENT1', 100, 'DEEPAK', 'MICHELLE', 10, 
        TO_DATE('01/01/2013 00:00:00', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE('12/31/9999 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    Insert into AGENT
       (AGENT_NAME, SID, MGR1, MGR2, DEPT_ID, 
        START_DT, END_DT)
     Values
       ('AGENT2', 101, 'MICHELLE', 'VIJAY', 55, 
        TO_DATE('01/01/2013 00:00:00', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE('05/01/2013 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    Insert into AGENT
       (AGENT_NAME, SID, MGR1, MGR2, DEPT_ID, 
        START_DT, END_DT)
     Values
       ('AGENT3', 102, 'VIJAY', 'NATLO', 105, 
        TO_DATE('05/12/2013 00:00:00', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE('12/31/9999 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    COMMIT;
    output Required:
    Agent1  100 DEEPAK MICHELLE VIJAY NATLO MISHKA
    Agent2  101 MICHELLE VIJAY NATLO MISHKA
    Agent3  102 VIJAY NATLO MISHKA
    Agent4  103 NATLO MISHKA

    Hello

    You can simplify the solution Al's using pseudo-column CONNECT_BY_ISLEAF:

    SELECT    CONNECT_BY_ROOT(agent_name) agent_name
            , CONNECT_BY_ROOT(sid) sid
            , SYS_CONNECT_BY_PATH(mgr1,' ')||' '||mgr2 path
    --      , ROW_NUMBER() is not needed
         FROM  agent
         WHERE CONNECT_BY_ISLEAF     = 1     -- *****  Added  *****
      CONNECT BY PRIOR mgr2 = mgr1
    ;
    

    In addition, mixture of analytical functions and CONNECT BY in the same query does not always. Before Oracle 11.2, it almost never works. I have not seen documentation on this, but I am always wary. In any case, CONNECT_BY_ISLEAF is simpler and more efficient, if you want even use ROW_NUMBER here.

    Remember that Oracle 11.2 has recursive WITH clauses, which can do everything that CONNECT AT the time, and much more. For this particular problem, CONNECT BY is always the best solution, but don't forget that you now have a choice.

  • Adding more than one host ESX and the upgrade at the same time.  What is the order of preference of the operations here?

    We are budgeting for more licenses and hardware for 2014 and want to do immediately in January.  I am trying to decide what is the best order of operations for adding two vmware hosts additional to our current installation of vsphere and also upgrade our vsphere / esx 4.1 u3 for the latest and best.

    We have 3 Dell PowerEdge R710 running ESX 4.1 U3.  In this vmware cluster, there is a vcenter server 4.1 U3 virtual machine handle this.  The three servers are about 90% memory used so we add 2 additional servers.  Probably the Dell PowerEdge r.620 since we get up 2 in the space of a 710.  Storage is on a san EMC NX4 NFS which will become too but not yet, let's just deal with the vmware part.

    When adding additional r.620 2, should I install ESX 4.1 on them and join them to the existing cluster and THEN pass vcenter and each one esx?  I ask precisely because 90% of use on 3 current servers, I need 2 other servers to support the update operations take place.  They would be able to repel vmotioned vm while each host receives an upgrade at the same time.

    So which is the best way to go about adding of the hosts and the upgrade?  Would I add as 4.1, then they would be available as targets vmotion and so I have room to start the hosts one upgrade at a time?

    If I update vcenter to the latest version, it is comparable backwards and can manage the 4.1 hosts, but also hosts 5.x?  I guess version 5.5 is the last one I would get from VMWare?  It is right of ESXi, then, how is this ESX ESXi 5.5 4.1 upgrade?  How much storage space do I need for ESXi 5.5, as I'm dechatoiement out of these r.620 Dell and need to know what hard drive to put in.

    The steps that you must follow

    -Updated vCenter Server

    -Upgrade of the ESX hosts (because we do a updating of the material we will install 5.5 on our new guests and add them to the cluster and then dismantle our existing)

    -Upgrade VMWare tools

    -Update data warehouses

    ESXi 5.5 has these storage requirements:

    • Installing ESXi 5.5 requires a boot device is at least 1 GB in size. When booting from a local disk or SAN/LUN iSCSI, a 5.2 GB drive is necessary to allow for the creation of the VMFS volume and a scratch 4 GB partition on the boot device. If a smaller drive or logical unit number is used, the installation program attempts to allocate a region scratching on a separate local disk. If a local drive is not found, the scratch partition (/ scratch) is located on the disk virtual ESXi host, linked to the/tmp/scratch. You can reconfigure /scratch to use another drive or logical unit number. For best performance and memory optimization, VMware recommends that you leave no /scratch on the ESXi host ramdisk.
    • To reconfigure / scratch, see Configure the Scratch Partition of vSphere Client vSphere Installation and Installation Guide.
    • Because of the sensitivity of the I/O devices, USB and SD, the installation program does not create a partition scratch on these devices. Therefore, there is no tangible benefits to the use of the great features of USB/SD that ESXi uses only the first 1 GB. When installing on USB or SD, tent Setup devices to allocate a region scratching on a local disk or the data store. If no disk is local or data store, /scratch is placed on the virtual disk. You must reconfigure /scratch to use a persistent data store after the installation.
    • In Auto deploy facilities, Setup attempts to allocate a region scratching on a local disk or the data store. If no local disk or data store is found /scratch is placed on the virtual disk. You must reconfigure /scratch to use a persistent data store after the installation.
    • For environments that start from a San or use Auto Deploy, it is not necessary to assign a separate logical unit number for each ESXi host. You can co-locate areas scrape for several hosts ESXi on a single LUN. The number of hosts assigned to a single LUN must balance the size of the LUN and behavior I/O virtual machines.
  • Security roles and workflow management groups

    People,

    There is a section on Workflow management groups and security roles in vCloud Request Manager Installation and Configuration Guide - Guide of Directors Chapter 5 and 6. I have difficulty working on the relationship between the two settings.

    My first question is around the goal of the WM default checkbox that the specific guide is used to set the default user workflow management group.

    What would a never used default WM? I mean, what would he ever substitute the other workflow management groups that you define.

    In addition, in the guide, it say cloud Blueprint Admin and Asset Manager security role is a combination of the Admin of Blueprint of cloud and the Asset Manager. Is cloud Blueprint Admin & Asset Manager being the two groups of workflow management, reasonable to assume that a security role is composed of workflow management groups?

    And when I select agent, I do not see a cloud Blueprint Admin and Asset Manager security role listed?

    Finally, is there a way to determine the exact permissions that contains a workflow management group/security role?

    Thank you

    Cormac

    The Group Management (WM) default workflow is largely an artifact of vSM based vRM.

    VSM, a group of WM is a collection of agents used to apply security and route of tasks, among other responsibilities. (For the purpose of vRM, an agent can defined as users who have access to the vRM admin interface).

    vRM mainly use WM groups as a way to deliver relevant communications to users based on their responsibilities for example vCD Admins, Asset Managers etc. vRM does not require other functions related to WM groups.

    For functional reasons, vSM requires that each officer with access to the capabilities of WM belong at least a WM group. In addition, at least one of these groups must be designated the default WM for this officer group. These functional reasons are not immediately relevant to the specific use of vRM rest however case the constraint. Suffice to say for vRM, every WM user must have a WM group by default even if this information must never be used.

    Roles and groups are separate entities. A role defines a set of privileges to access a particular functional area of the admin interface for example a role WM sets permissions to interact with the workflow. of the roles of management (CM) configuration sets permissions to review and modify records in the repository of vRM.

    A special role of WM can be associated with one or more groups WM. When this WM role is assigned to a user, that user inherits groups associated with this role, WM allowing to simplify the administration of groups. An individual user can also have other WM assigned groups to them directly, complementary to those inherited from their role of WM.

    At an abstract level, vRM defines three types of users of the admin interface:

    1 vCD Admins

    2. plan Admins

    3. managers

    However, the security of MSM model requires that each individual user must be implemented with several components. By default, vRM sets a "Asset Managers" WM Group of what assets all managers must belong. However, WM groups cannot be used to give access to the features as well, so a separate from the "Asset Managers" WM role is obliged to grant access to these features asset managers. By default, the role of "Asset Manager" WM is associated with the "Asset Managers" group such that any user who is assigned the role automatically belongs to the Group also. There is also a separate 'Asset Managers' CM role that gives asset managers they need to the repository vRM for example the possibility to add new licenses for software products.

    This model of definitions is repeated for 3 personas above with a group and several roles defined for each. When an administrator assigns a user to one of these characters they should assign the groups and roles appropriate according to the documentation. They should not need to be concerned by the distinctions between each component.

    The role of the "Plan Director Admin and Asset Manager" reflects that a user may need to be asset manager and a Director of Blueprint. Because a user can have a role to the maximum by functional area, vRM provides a compound that provides two sets of permissions. However, a user can belong to several groups WM, so it is never necessary to provide a composite group.

    The role of composite is there; just maybe not where you expect to find. Blueprint Admins do not need to access WM, so there is not a 'Blueprint' Admin or a composite WM role. Blueprint Admins do need access to configuration management so it's an "Admin blueprint" and a role of CM composite.

    The details of the user screen provides:

    • a summary of all groups to which a user belongs

    • provides a 'Détails' button to drill down on each role assigned to the user to inspect the permissions granted by this particular role

    You must be a vCD Admin to see areas of the screen.

  • ESX and Active Directory

    Hello

    I have a succession of VMware ESX ESX 3.5 70 servers and I want to be able to manage better the connection, I am familiar with the addition of the accounts of users and groups by VI or by using a command. What I want to do is if possible to create different groups and modify it permissions on each host via a script, and then if possible to add users to the same group in Active Directory and user management centrally via AD. If this is not possible, I would like to script adding user accounts and change the permissions of the user. I like to keep as manageable as possible to control the user accounts and permissions, more than 70 servers may prove to be multitasking.

    Thanks in advance

    This is the best post I've seen on this task.

    http://blog.scottlowe.org/2007/07/10/ESX-Server-ad-integration/

    You can also watch Centrify.

    http://www.Centrify.com/DirectControl/vmware_esx.asp

  • vCenter DB and DB Manager Update on SQL - use a user account to access the two DB or separate user accounts?

    Hi people,

    I built a laboratory to test ESX and I always wondered what the best practice when you want to access the SQL2005 DB vcenter and updating manage DB.  In the past, I always created separate user accounts to access their database.

    Any problems if I were to use one account for both of the DB.

    Looking for ideas on this.

    Kind regards

    Rick

    Hello

    Role separation is advisable for many reasons. In this case, you can create a more flexible and more secure configuration using two accounts. Functionally, it work whatever it is, but if you need to separate the instances in the future you might some unwanted configuration dependencies.

    Kind regards

    Mike

    http://blog.laspina.ca/

  • Yoga 2 Pro and the management of energy on earn 10. Yellow 'fix' does not.

    After the upgrade to Windows 10 to the color yellow "fix" included in Lenovo Power Manager, does not work.

    With Windows 8.1, I could see the yellow on-screen transition from mustardie to a more pleasant shade when the Manager of energy was loading. With Win 10, that no longer works even though the energy Manager seems to work ok for other functions.

    Is it me or is this a general problem?

    I uninstalled the Intel graphics drivers and energy Manager and reinstalled in that order, and now everything seems ok. Thank you for your help.

  • iOS block report because of the third-party application, I answered and they managed remotely on the computer, now I know it's a scam, I turned off and reset the password, I'm in the clear?

    iOS block report because of the third-party application, I answered and they managed remotely on the computer, now I know it's a scam, I turned off and reset the password, I'm in the clear?

    If you allowed anyone remote access to your computer (and you're talking about a computer since you mentioned iOS which is the OS for iDevices; computers run on Mac OS X), while no one knows what they were able to install. Assume the worst and:

    Notify your credit card company / bank of potential fraud

    Change your bank accounts and report your fly/fraud credit card

    Change all of your passwords

    And, finally, erase your entire hard drive and reinstall the OS from scratch using recovery or your original installation disks.

  • I am running XP and I can't use my keyboard and Device Manager is empty.

    I am running XP and I can't use my keyboard and Device Manager is empty. I also have problems with my other computer also running XP and it will only start in safe mode. I tried to restore, and when it restarts it still will not start normally. Help, please

    Hi margaretbrown,

    · What is the number and the model of the computer?

    · Also provide the model number brand of na on the keyboard?

    · What is the service pack installed?

    · Do you remember all the recent changes on the computer before the show?

    Try the steps listed in the link below: No. options appear in the Device Manager list when you open it: http://support.microsoft.com/kb/311504

    And the computer on which you are unable to start up normally, try the steps listed in the link below: how to fix a computer that does not start: http://www.microsoft.com/windowsxp/using/setup/support/nostart.mspx#2

    With regard to:

    Samhrutha G S - Microsoft technical support.

  • Driver DVD disappear from 'My computer' and 'Device Manager '.

    Vista HP Portable DVD player continues to disappear from 'My computer' and 'Device Manager '. Already tried Upper/LowerFilters.

    Hi, a few weeks ago, the DVD burner in the laptop suddenly disappearedmy computer (Windows Explorer).  The first thing I did was check theDevice Manager to see if the drive was there.  It was not the case.  Restarting the laptop did nothing.  Repeated several times, active Vista updates.  No change.  By checking the net, I tried to delete the Upper/LowerFilters in the registry, download it tool Microsoft fix , delete iTunes, do a system restore, to change all the parameters of thesleep and hibernation off and a few other things.  It appeared for the first time after that:

    1. Do a restore of the system for the first restore point.
    2. Remove the DVD writer.
    3. Restarting the laptop.
    4. Research of new hardware in Device Manager .
    5. Change all parameters of standby and Hibernate off. (I tried this method without this step first, but the drive disappeared after the computer went to sleep and woke up.)  Tried 3 times with the same results).
    6. Closing.
    7. Reinsert the DVD burner.

    On the next reboot, the DVD writer has been recognized and ended up in my computer and Device Manager .  No errors of any kind and no drivers were installed at startup.

    What has happened since then, in the last 4 or 5 days, is randomly disappears from thedesktop .  Usually after a few hours or more.  This time, however, it usually appears inDevice Manager after a search of new material.  No reboot required.  It will read from a DVD .avi files each time.  It has not been detected byDevice Manager maybe about 2 or 3 times, and after a simple reboot, it will be present inmy computer and Device Manager automatically after a reboot.  I read that the superior/UpperFilter mark has worked for many people, but for some, the problem returns.  In addition, many of the discussions on this question and proofreading are years.  It happened about 10 days ago.  Within 2 days before the problem appeared first, it was an update of windows, but also an update of iTunes.

    I noticed that I received this error when opening iTunes:

    "The registry settings used by the iTunes for importing and burning CDs and DVDs are missing. This can occur as a result of installing other CD burning software. Please reinstall iTunes. ''

    I have not reinstalled, no DVD player.  Uninstalled itunes again.  Since I finally got the drive to appear (using the method I described above), I did bother to reinstall iTunes because I particularly need it on this computer, worried that it may be the cause of the original problem and I wanted to see if the disc disappears again.  I did do it, however, let QuickTime installed.  Don't know if this could be a problem?

    I stumbled upon this suggestion, but I also had the same question as the next post, and I have not seen a response.  I don't know if or how I should try:

    Nikki,

    You can not go back if the restore points aren't there. Try to reinstall the IDE driver.

    To do:
    -Click on the round to start and right click on computer
    -Left click on properties, this will open the system window
    -Click on device high Managerin left
    -Click on continue if prompted by UAC
    -Goto the 'IDE ATA/ATAPI controllers' you should right click on uninstall and restart

    BTW that dog rox in this avitar

    See you soon! MCP. MCDST. LVL 80

    Hi, thanks for the comment on my puppy. She is now 5 MB and her name is Nikki, lol.

    Well, I tried what you said, but the IDE ATA/ATAP controllers has a (+), so when I select it does give me not an option to uninstall. It is for me (analysis of the physical changes (or) properties).       and if I click on the (+) sign I have 4 different options. 2 channels IDE, Intel (R) 82801 HEM / HBM SATA AHCI controller and Intel(r) ICH8M Ultra ATA Storage controllers - 2850.

    http://social.answers.Microsoft.com/forums/en-us/vistahardware/thread/e3701d75-9dbe-4ae9-9d70-83f14129247c?Prof=required

    What I see in "Device Manager", under IDE ATA/ATAP controllers is:

    IDE channel (x 4)

    Ricoh Memory Stick Controller

    Ricoh SD/MMC Host Controller

    Ricoh xD-Picture Card Controller

    Controller of PCI standard IDE dual channel (x 2)

    The laptop is about 2 years and never had problems.  The DVD burner is hardly used to burn, maybe a total of 5 disks in this time.  It has been used occasionally to read or copy from, but not much.  I'm not convinced that he is dead, as I had 2 die on me in desktop computers, after burning hundreds of CDs in them and read much.

    in any case, I was not able to find any bugs or suggestions (with the exception of 'replace' the reader), so I just wanted to describe my specific situation and see if anyone could help out.  Forgive me for information, I have left out, but I am an amateur when it comes to the problems with the computer and still don't know what mean things or where I can get information on my OS, software or hardware.  All anyone can do would be greatly appreciated.

    This is the information I have:

    HP Pavilion dv6700 Notebook PC

    Optiarc DVD RW AD-7560 ATA Device

    Vista Home Premium

    Service Pack 2

    Thanks again for any help.

    Hello
     
    1. do you have the software installed on the computer of CD/DVD burning?
     
    Check if the CD/DVD drive is recognized in the BIOS (Basic Input/Output System).
    Step 1: We also recommend to uninstall the CD/DVD burning software, if you have everything installed, restart the computer and check the result.
    Scan for the device in Device Manager. To do this, try the following steps.
    1. click on start, type devmgmt.msc and press to enter.
    2. click on one of the items in the list, click the Action menu and click Scan for hardware changes.
    3. check if the CD/DVD is displayed.

    For more assistance on this, contact the manufacturer of the laptop.
     
    Kind regards
    Syed
    Answers from Microsoft supports the engineer.
  • Hard drive shows in the Bios and Device Manager but not in disk management.

    I recently had a hard drive fail because of the excessive heat in the computer case (he also took a memory too). When I plug the drive as a secondary drive in any computer it will appear in the Bios and the Manager of devices, but not in disk management, nor can it be considered be as ZAR and Spinrite disk utility.

    The disc spins up and down when turned on and seems to work. Just trying to recover data from the disk, so I can put it on a new drive.

    Any ideas?

    If its not shown in disk management I would use this bootable HD to the utility check disk (probably all riders is set correctly?)

  • I need activate vista windows aero but disable them deleted on my computer and Desktop Manager on my own :(

    I need activate vista windows aero them but them deleted on my computer and Desktop Manager disable on mine :(

    Please see the following article with a Mr. fixit and other solutions for a missing aero theme:http://support.microsoft.com/kb/945000.

    This is an art. that addresses both the disabled and disabled aero Desktop Manager problem and a possible solution:http://support.microsoft.com/kb/934561.

    Here is another article on troubleshooting problems with Aero and Desktop Manager:http://www.mydigitallife.info/2006/12/17/get-and-enable-windows-vista-aero-glass-transparency-effect-and-desktop-windows-manager-dwm/.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • cannot get rid of the "removable disk" in "my computer" and "Device Manager", after incorrectly removing a USB flash drive

    I stupidly, twice - after using USB flash drives - just shot when he in fact without removing them properly. Now, they are listed at all times in my 'Device Manager' and in 'my computer '. I went into Device Manager and tried to uninstall them. It seemed to work but the next time I booted up Vista found drivers and now they are back in 'my computer' and Device Manager. This does not seem to be a problem, but I would like to get rid of them.
    Joe

    Hi JoeZZ,

    Please see the following instructions on how to see the ghost devices:

    http://support.Microsoft.com/kb/315539/en-us?p=1

    I hope this helps!

    Debra
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • What is the date of GA of Foglight for Enterprise Virtualization v. 7.0 and Storage Manager 3.0

    Hello

    I was wondering what should Foglight for Enterprise Virtualization v. 7.0 and Storage Manager 3.0 available for download

    Thank you

    Eli

    Foglight for virtualization 7.0 is now available on Supportlink here. Storage Management 3.0 is available here.

  • Windows 7 will not be printed with the photo viewer and Picture Manager.

    Everytime I open an image file with Windows or Office Picture Manager Photo Viewer and try to print, I get 4 message boxes that said "your photos cannot be printed because this error occurred.

    There is nothing else that a button OK - not even one error code.

    The strange this is I can print almost anything with any other program very well. Firefox, Photoshop, all those print without problem. It's only the viewer Photo and Picture Manager that do this.

    The printer is an Epson RX595 with 64-bit drivers.

    My Office Picture Manager calls a dialog box that has a dropbox to define the printer. If you create an image of a document (*.mdi) you know it's the printer driver that has a problem.

    Messages rating helps other users

    Mark L. Ferguson MS - MVP

Maybe you are looking for