MDM55SP4 Hot fix2 - Linux-Windows & DB problems:

Hi,
We have the following system landscape - MDM Server is installed on one UNIX system, MDM Components are installed on a Windows 2003 Server SP1 – Terminal server and Database server is installed on a different UNIX system. All the systems are in the same domain. We are having the following problems:
1)We are not able to "Export Repository Schema" which is one of the cool features of SP4. We are getting an error
which says, "Error generating schema" and the mds process on Linux MDM server just hangs. Is our Linux MDM Server, Windows Server for MDM Clients landscape a problem or are we missing anything?
2)Where are the XML Schemas loaded into standard repositories stored? Is there an easy way to download the XML Schema's that are loaded into the standard repositories. We need to do this as part of creating schemas for extracting check table for custom objects?
3)We have a DBMS setting within MDM Console where in we can specify the Datapath and Indexpath for the repositories table spaces that are being created. Similar to this do we have any setting to specify the filenames for DBF files that MDM creates for a new repository? Also, what does the following 4 files stand for when a new repository is created:
A2I_XXXX_m000.DBF (XXXX - Being the name of the repository being defined)
A2I_XXXX_m000_Ix.DBF
A2I_XXXX_Z000.DBF
A2I_XXXX_Z000_Ix.DBF
Reason for the above request is, our IT team uses BRSPACE to manage SAP's Databases and they would want to have control on the location and creation of the files, table spaces etc.
4)MDM5.5SP4 is restricting the viewing of the Logs and Reports for a non-windows platform. This feature was there and working perfectly in SP3? Also, is there any other way to look at the reports and logs? Can we retrieve the XSLT which MDM Console uses to read the reports and logs? Because we were able to convince our IT to give us access to the reports and logs folders but the reports are not opening with any of the XML editors available. Error message when trying to open the files, "The system cannot locate the resource specified. Error processing resource 'file:///Z:/EV/Reports/MDM_Log.xsl'.
Any input to the above problems will be greatly appreciated.
Thanks for your time,
-Raj.

Hi Rajani,
I've got an answer for your second question:
The XML Schemas (or XSDs) are stored in table "A2i_CM_XMLSchema". Unfortunately they are stored in a binary format and seem to be somehow encrypted. I've tried to load the files with an own report but the result was unreadable unfortunately.
Nevertheless, if you're talking about the standard MDM repositories, all XSDs that are maintained in the repository are delivered as single files in the corresponding business content package as well.
Kind regards
Michael
Message was edited by: Michael Theis

Similar Messages

  • Mac Pro Dual Quad Core won't boot OS/X, but plays fine with Linux/Windows

    I've got a Mac Pro Dual Quad Core won't boot OS/X, but plays fine with Linux/Windows. I've tried all of the following initial tests as suggested on forums:
    -Ram swaps
    -Alternating video card in PCIe slots
    -Trying alternate video card
    -resetting pram and smc
    -Multiple tests with memtest86+ over 26hrs and no failed ram
    -Multiple tests (8-12 cycles) with apple HW diagnostics and no problems
    -Firmware is approved firmware for early 2008 model...no new updates.
    Gentoo livecd works fine and I even installed to hard drive and it boots fine with it. In addition to above tests I also ran a linux stress test putting all 8 cores at a load of 22 for 2.5hrs with no problems.
    Memtest86+ for 24hrs+ yields no problems.
    Where problems occur:
    Booting off hard drive, DVD or firewire yields an immediate curtain of death and booting off a new snow leopard DVD dies about 25% into the install.
    Looking at error log and a quick dmesg shows "Package 0 didn't get an HPET" and complains about AppleIntelCPUPowerManagement.kext. Google turns up illegal uses of this, so doesn't apply to my use case.
    I'm a bit stumped since all was working well until one day it was non-stop curtains of death and can't get them to go away.
    A logic board replacement at $1100 is not a feasible option for something that works on linux and windows, but not OS/X, is a bit disappointing and somewhat surprising.
    Thanks for your help and advice.
    Regards,
    Marcos

    Someone here once thought they knew EFI and Open Firmware a little, and used some commands from OF library that an Intel EFI Apple system didn't like. New logicboard.
    Of course to run or boot OS X and see video you need EFI based card. The presence of some PC cards can block OS X from booting.
    The fact you get part way through SL DVD, pull all the drives, put in a new drive and format it from SL DVD.
    Most of the things you tried are what are more common with PC hardware. Including where people have tried and failed to install OS X on unsupported hardware.
    I suppose it is possible something tried and failed to modify the Mac's firmware.
    If you have Windows running, and you have WD drives, WD just posted new Lifeguard utility which is what I use to do a good job of stripping a drive down and recertify it for reuse, works wonders. Maybe same for other makes with vendor utility.

  • Labview for Linux. Datasocket problem

    Hello everybody,
    I have a problem using datasocket connections in Labview for Linux. The problem is the starting of the connection, it's too slow. It takes around 3 or 4 seconds each connection. We are working with a lot of connections (one per Tag in a DSC code). If we test the same vi in Windows, it takes one or two seconds to open 30 connections.
    What can we do?
    Thanks!!

    Hello again apmonte,
    I attempted to recreate this behavior on a Linux machine here running a Kernel
    2.6 build, but could not replicate the issue (even when I gave a file/directory
    777 permissions).  This could, however, be related to some issues with the
    way Linux updated its file searching and directory listing functions with
    Kernel 2.6.  I believe that the LabVIEW 7.1.1 maintenance release/patch
    fixed some of these issues.  You might want to install that patch, and mass
    compile the LabVIEW directory (the LabVIEW mass compile command from the
    "Tools->Advanced" menu).  You can find links to the patch and
    a little information on it here:
    http://digital.ni.com/public.nsf/websearch/AAB2D84EF29F90DA86256F4D00776E5A?OpenDocument. 
    Please let me know if this does not resolve this issue.
    Travis
    Travis M
    LabVIEW R&D
    National Instruments

  • Swing UI differs between Linux & Windows. How to fix?

    I'm having some difficulties with the different look between OSes.
    Well the main problem is not that it looks different but
    that in linux the controls are bigger so that some controls don't fit in the window anymore:
    Linux
    Windows
    Since I have basically mo experience with crossplatform & GUI applications,
    I'm blindly trying to fix this but to no avail.
    How can I correct this behaviour so it looks more like it does in Windows?
    Relevant code:
    JButton bFile=new JButton("Add File");
    JButton bDir=new JButton("Add Dir");
    JButton bRenamePattern=new JButton("Rename Config");
    JPanel lowerPanel = new javax.swing.JPanel(new GridBagLayout());
    GridBagConstraints c = new GridBagConstraints();
    c.fill = GridBagConstraints.HORIZONTAL;
    c.gridx=0; c.gridy=0;
    c.gridwidth = GridBagConstraints.REMAINDER;
    lowerPanel.add(prgbr_Progress[0],c); c.gridy++;
    lowerPanel.add(prgbr_Progress[1],c); c.gridy++;
    JPanel innerPanel = new javax.swing.JPanel(new GridBagLayout());
    GridBagConstraints cInner = new GridBagConstraints();
    cInner.gridx=0; cInner.gridy=0;
    cInner.fill = GridBagConstraints.HORIZONTAL;
    cInner.weightx = 1;
    innerPanel.add(lblProcessedMB, cInner); cInner.gridx++;
    innerPanel.add(lblTimeElapsed, cInner); cInner.gridx++;
    innerPanel.add(lblTimeRemaining, cInner); cInner.gridx++;
    lowerPanel.add(innerPanel,c); c.gridy++;
    c.gridwidth=1;
    c.weightx=0; lowerPanel.add(withLabel("Set state",comboState),c);
    c.weightx=0; c.gridx++; lowerPanel.add(checkFilesWatched,c);
    c.gridx++; lowerPanel.add(checkRenameFiles,c);
    c.gridx++; lowerPanel.add(bRenamePattern,c);
    c.gridx++; lowerPanel.add(bFile,c);
    c.gridx++; lowerPanel.add(bDir,c);
    c.gridx++; lowerPanel.add(bRemove,c);
    c.gridwidth = GridBagConstraints.REMAINDER;
    c.gridx++; lowerPanel.add(bStart,c);
    setLayout(new BorderLayout());
    add(scrollPane,BorderLayout.CENTER);
    add(lowerPanel,BorderLayout.SOUTH);

    BoBear2681:
    I can't confirm that.
    The size is the same on both systems 800x600.
    And if you look closely to both pictures you'll see that the font is slightly bigger on the linux system (and more spacing).
    Also easlily noticable is the JTable, the entries there doesn't fit height wise (the text is capped of at the top).
    Another thing is that the last row of the controls (bottom), the height is much greater.
    AndrewThompson64
    I also made it SSCCE:
    //Applett
    import javax.swing.JApplet;
    @SuppressWarnings("serial")
    public class Main extends JApplet {
        public static boolean runsLocally=false;
        public GUI GUI;
        public void init(){
            GUI = new GUI();
        public void start(){
             setSize(800, 600);
              add(GUI);
              System.out.println("Started");
    //GUI Class
    import java.awt.BorderLayout;
    import java.awt.GridBagConstraints;
    import java.awt.GridBagLayout;
    import javax.swing.*;
    //Applet user interface
    @SuppressWarnings("serial")
    public class GUI extends javax.swing.JPanel {
        private final JProgressBar[] prgbr_Progress = new JProgressBar[] {new JProgressBar(), new JProgressBar()};
        public final JCheckBox checkFilesWatched = new javax.swing.JCheckBox("Mark Watched");
        public final JCheckBox checkRenameFiles = new javax.swing.JCheckBox("Rename Files");
        private final JComboBox comboState = new javax.swing.JComboBox();
        private final JButton bStart = new JButton("Start");
        private final JButton bRemove = new JButton("Remove");
        private final JLabel lblProcessedMB = new JLabel("0 of 0 MB processed", JLabel.CENTER);
        private final JLabel lblTimeElapsed = new JLabel("Time elapsed: 0:00:00", JLabel.CENTER);
        private final JLabel lblTimeRemaining = new JLabel("Time remaining: 0:00:00", JLabel.CENTER);
        public GUI() {
            comboState.setModel(new javax.swing.DefaultComboBoxModel(new String[] {"Unknown", "On HDD", "OnCD", "Deleted" })); //currently relying on item order
            comboState.setSelectedIndex(1);
            JScrollPane scrollPane = new javax.swing.JScrollPane();
            scrollPane.setViewportView(new javax.swing.JTable());
            JButton bFile=new JButton("Add File");
            JButton bDir=new JButton("Add Dir");
            JButton bRenamePattern=new JButton("Rename Config");
            JPanel lowerPanel = new javax.swing.JPanel(new GridBagLayout());
            GridBagConstraints c = new GridBagConstraints();
            c.fill = GridBagConstraints.HORIZONTAL;
            c.gridx=0; c.gridy=0;
            c.gridwidth = GridBagConstraints.REMAINDER;
            lowerPanel.add(prgbr_Progress[0],c); c.gridy++;
            lowerPanel.add(prgbr_Progress[1],c); c.gridy++;
            JPanel innerPanel = new javax.swing.JPanel(new GridBagLayout());
            GridBagConstraints cInner = new GridBagConstraints();
            cInner.gridx=0; cInner.gridy=0;
            cInner.fill = GridBagConstraints.HORIZONTAL;
            cInner.weightx = 1;
            innerPanel.add(lblProcessedMB, cInner); cInner.gridx++;
            innerPanel.add(lblTimeElapsed, cInner); cInner.gridx++;
            innerPanel.add(lblTimeRemaining, cInner); cInner.gridx++;
            lowerPanel.add(innerPanel,c); c.gridy++;
            c.gridwidth=1;
            c.weightx=0; lowerPanel.add(withLabel("Set state",comboState),c);
            c.weightx=0; c.gridx++; lowerPanel.add(checkFilesWatched,c);
            c.gridx++; lowerPanel.add(checkRenameFiles,c);
            c.gridx++; lowerPanel.add(bRenamePattern,c);
            c.gridx++; lowerPanel.add(bFile,c);
            c.gridx++; lowerPanel.add(bDir,c);
            c.gridx++; lowerPanel.add(bRemove,c);
            c.gridwidth = GridBagConstraints.REMAINDER;
            c.gridx++; lowerPanel.add(bStart,c);
            setLayout(new BorderLayout());
            add(scrollPane,BorderLayout.CENTER);
            add(lowerPanel,BorderLayout.SOUTH);
            validate();
        //Add a label to the left of a swing component
        public static JPanel withLabel(String s, JComponent c){
            JPanel p=new JPanel(new BorderLayout());
            p.add(new JLabel(s),BorderLayout.WEST);
            p.add(c,BorderLayout.CENTER);
            return p;
    }I'll try your suggestions,
    I'll post the results if I have them.

  • Reports 6i windows display problem on Windows NT system

    Iam using Reports 6i on Windows NT.All the reports 6i windows are became transporent windows, displying problem (repainting problem). I did fresh installation. But iam not able to solve this.

    I am using same fonts on all these plateforms.Look more closely at those fonts. They may have the same names, but the Windows 2000 versions may be larger (able to render more characters).

  • [SOLVED] GNOME 3.8 annoying window resize problem

    Hello all fellow early-adopters :-)
    A very annoying quirk I've noticed, moving from GNOME 3.6 to 3.8, is that it no longer remembers, nor retains, the size/positions I set for many of my application windows. For example, my mail client (Evolution) is sized to fill most of my screen (centrally), with Empathy and Skype as long narrow windows on both sides - giving me a nice, broad "communications" overview on that particular desktop (with dev tools etc open on others).
    On 3.6, this layout was retained during my session, as well as next time I started these apps up.
    In GNOME 3.8, not only does it insist that these windows are always started as small little bunched-up windows that I need to resize, but every time a window displays a notification/warning (message in internal yellow bar inside the window - such as loss of internet connection, mail retrieval failure etc) it resizes the windows spontaneously to a stupid, small size that overlays the other windows. This is driving me crazy!
    Where can I learn a bit more about how window sizing / positioning works in GNOME 3.8, or is it finally time to switch to awesome wm? I want to love GNOME 3.8, I really do. It's so slick, but so... unpolished.
    I want to dig in an assist with problems like these, but I need some pointers to some background material first to understand the problem. Is it the window manager? Is it the app?
    ** UPDATE: Doing a full system upgrade, as of May 18, 2013, has resolved this annoying problem. My windows now stay where they belong, and start with the same size they were closed with. GNOME is now pleasant to use again :-)
    Last edited by dawid.loubser (2013-05-21 13:37:25)

    dawid.loubser wrote:Thanks for the suggestion drtebi - I'll give it a try.
    I really like GNOME 3.x though (and would like to understand the windowing behaviour), but if the annoying quirks are insurmountable, I will happily switch.
    Man I love GNOME 3.x. I admire the courage they had to change, basically, everything, and I find myself more productive with my GNOME 3 Arch box than with my good ol' Slackware KDE 4 box. I just hate those bugs - for example I filed a task in their bugtracker for this window resize problem I have with gedit. If it's a love/hate relationship, I think it's marriage ^_^
    With the 3.8 upgrade, deadbeef was having a similar problem with window size/position. I just recompiled it against the latest GTK+3 package upgrade (that came after the 'big upgrade' here on Arch) and it was fixed. But not with gedit
    bwat47 wrote:
    Man I really hope this gets fixed soon, because aside from this one incredibly annoying issue I am loving gnome 3.8.
    I get the feeling gnome badly needs more beta testers, sizable regressions like this in "stable" releases happen way too often sad.
    I get the exact same feeling. Well bugs exist everywhere, there's no denying. But I think it would be wiser to 'alternate' the nature of each major stable release - one focusing on new features and one focusing on fixing bugs. For example if the only new features in GNOME 3.10 were the AppsFolder full implementation and the introduction of gnome-calendar, and the rest of the development cicle being devoted to fix bugs, I'd be more than happy.
    Like Fedora and Ubuntu, the fixed 6-month release cycle colaborates with the bugs. They don't do like Debian or Slackware which are released 'when they are ready'.
    EDIT: fout (yet) another bug. At least with facebook chat (haven't tested with other telepathy plugins) the buddy tray icon appear duplicate. Anybody with the same issue?
    Last edited by lmello (2013-05-02 14:06:06)

  • Connecting iPod Nano 8GB video model to Windows 2k problems

    Hello!
    I hope someone can help, I had a MacBook that died and now I need to move our 4 iPods to the windows 2k environment. When you plug in the iPod it says that it needs to be converted to Windows, not problem, I click "OK" then iTunes starts and gives me the following message:
    The iPod "IPOD2" cannot be used because it requires iTunes version 7.6 or later.
    Go to www.itunes.com to download the latest version of iTunes.
    Ther is NO 7.6 for Windows 2K? Any help could be appreciated.
    I have the latest version for W2K, and I have 1 Nano that has syncd fine. Anyone have any ideas, I have searched and tried all the tech docs I could find to no avail. The iPod is visible in "My Computer" but when you click on it it asks if I want to format it, worried about doing that. Can't find any instructions on resetting the iPod back to factory/out of the box WITHOUT ITUNES! that may help!
    Thanks,
    John

    Ther is NO 7.6 for Windows 2K?
    I'm afraid not. The last version of iTunes for Windows compatible with Windows 2000 was 7.3.2:
    http://www.apple.com/support/downloads/itunes732forwindows2000.html
    ... and the third generation (video) nanos require at least iTunes 7.4.x (and 7.6 is currently recommended).

  • Cannot download itunes.....says there is a windows inslaller problem

    ttried to update my iphone 4 to ios5.......needed to update itunes....tried came up with windows inslaller .........removed itunes, now cannot install due to same windows inslaller problem, any ideas peeps......its doin my head in!!!!!!

    Are you using a 32-bit or 64-bit version of Windows, Jim?
    If it's 64-bit (Vista or Windows 7), I'd try the following instructions:
    Vista Home Premium (x64) and installing Itunes - SOLUTION

  • Linux window display size is small

    I installed oracle linux on my Laptop. The linux widow size display is small where as the windows XP window display is comming full screen.
    What can i do to make the linux window to ne displayed full screen?
    Can someone please provide me the solution?

    Hi,user583961
    Could you please try to change the screen resolution ?
    Login to X ,then system->perference->Screen resolution.
    Regards
    Jason

  • Description: A problem caused this program to stop interacting with Windows. Problem signature: Problem Event Name: AppHangB1 Application Name: firefox.exe Application Version: 1.9.2.3855 Application Timestamp: 4c48d5ce Hang Signature: 9962

    I am having this problem, in the first window when I try to do anything.
    Description:
    A problem caused this program to stop interacting with Windows.
    Problem signature:
    Problem Event Name: AppHangB1
    Application Name: firefox.exe
    Application Version: 1.9.2.3855
    Application Timestamp: 4c48d5ce
    Hang Signature: 9962
    Hang Type: 0
    OS Version: 6.0.6002.2.2.0.768.3
    Locale ID: 1033
    Additional Hang Signature 1: 5df72ce88195c0212c542e9c8c172716
    Additional Hang Signature 2: 2b94
    Additional Hang Signature 3: 9acafbb8ad01bf9d2eb258d8fddad3ca
    Additional Hang Signature 4: 9962
    Additional Hang Signature 5: 5df72ce88195c0212c542e9c8c172716
    Additional Hang Signature 6: 2b94
    Additional Hang Signature 7: 9acafbb8ad01bf9d2eb258d8fddad3ca
    == This happened ==
    Every time Firefox opened
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4

    I suspect a RAM or hardware problem.

  • Can i have both Linux, Windows, and Leopard operating systems on my mac

    Can i use Bootcamp to have a Leopard OS, a Linux OS, and a Windows OS partitioned on my single Macbook?

    For Linux I much prefer having it under VMware Fusion because MacOS doesn't support ext3 and Linux doesn't support writing HFS, making it hard to share data between the two otherwise. The latest version of VMware Tools supports cut and paste between Linux and MacOS (last version of Parallels I used did not have ability to do cut and paste between Linux and MacOS and ran much slower with Linux) and Linux runs at pretty much full speed other than graphics (but I'm not running Linux for graphics, I'm running Linux for software development). Note that setting up your home directory (or a subdirectory thereof) as an NFS share, then mounting that within your Linux virtual machine, results in faster throughput than trying to do everything on the VMware virtual disk, all that lives on my VMware virtual disk is the actual operating system (I have my home directory mounted to a directory on my Mac where my source code lives). I usually use Aquamacs and p4v on the Mac side to actually edit and do source control on my source code, then pop down to the Linux window to compile it and do an initial smoke test to ensure that my fix actually fixed what I think it's supposed to fix, then pop back up to the Mac Finder to drag the result over to the open Finder window for the Engineering Test CIFS share on our corporate file server from whence the actual QA test systems in the lab can grab it and test it. It's a cool way to do Linux software development . Especially since I must develop for both 32-bit and 64-bit platforms for multiple distributions of Linux, and VMware lets me fire up a couple of them at a time (why I have 8GB of RAM? Now you know!) to do all this in a sort of overlapping manner.
    For Windows... meh. I've used both the latest Parallels and the latest VMware with Windows 7, and both of them are sluggish even after you turn off all the various GUI effects under Performance and Accessibility and if you don't give at least 2GB of memory to the virtualized Windows 7 it gets really slow if you try to do anything sizable at all (such as run Microsoft Office to edit things that for some reason don't edit correctly in OpenOffice/NeoOffice). So Boot Camp it is, especially for playing games, which simply is not acceptable at all under virtualized Windows 7. Oddly enough, Windows XP runs acceptably fast under both Parallels and VMware, so I'm not sure what Windows 7 is doing that makes it work so poorly under virtualization. But that's Microsoft for ya, I guess...

  • Windows 7 problem loading  CS4ext.

    Hi. My problem started when I decided to use Windows 7 Home Premium and Photoshop CS4 Ext, .upgrading from XP Home and CS2. Prior to loading these I reformatted my HDD's etc using an 80GB drive for C:// and  repartitioning a 320GB drive to 150GB and 150GB.  Windows 7 is on the C: drive, but now I cannot load the Adobe PSCS4 ext. DVD disk.  Each time I try it comes up with Access Denied. I am not too well versed in software and wonder if anyone can sulpply a solution.. I know there are some compatibility problems with some older programs. Thanks .

    ========================================
    Message Received: Jan 24 2010, 04:11 PM
    From: "rogleale"
    To: "Ted Pull"
    Cc:
    Subject: Windows 7 problem loading  CS4ext.
    Have you tried opening the DVD in Explorer, navigating to the 'setup.exe' folder, and right clicking on it to run it as administrator?
    This might work.
    Roger

  • WINDOWS INSTALLER PROBLEM WITH DESKTOP MANAGER

    Please help!! I am a user of the Blackberry Desk Top Manager, running under Windows XP Service Pack 4.5. I recently downloaded the latest version of Desk Top Manager and I am getting the following error: - Flashing intermittently, whilst running the newly downloaded Desktop Manager - "Windows Installer Preparing to Install". I have removed the programme, downloaded it again from Blackberry's website and run my Windows updates to no available. I have now been advised that I must format my entire computer and reload Windows, which seems to be a rather onerous solution, as I have been using Blackberry's Synchronisation Programme for over a year successfully before this took place. I should appreciate it if you would let me know how this problem on my IBM Think Pad Laptop can be cured.

    halimsujanto wrote:
    Hi all..
    I am having the same problem with desktop software 6, but my problem is more like this..
    http://www.blackberry.com/btsc/KB19300
    The Windows Installer pop-up during installation and cannot continue, it seems that windows installer 4.5 is the cause, but I cannot uninstall windows installer 4.5 because many of my programs were using this..
    In this knowledge base solution it says to run BlackBerry Desktop Software.msi, but on BlackBerry Desktop Software 6, it need to run from setup.exe and cannot continue.. so I cannot install desktop software 6 on my computer, but I am able to install older version desktop software ie. version 4.2 to version 5.
    I think that I am gonna reply here instead of making new thread about windows installer 4.5 and Desktop Software 6, please move if I did wrong.
    PS. Bifocals..
    The link you provided is missing. Or it just back to BlackBerry Technical Solution Center page and I tried searching the KB13781 with no success.
    Please if there is other link that may be good for my problem.
    Thank you very much.
    Hi ihalimsujanto and welcome to the forums!
    My first concern is that you do have a version of desktop manager that you can maintain your device and PIM data with, do you?
    Please post back with as much detail as possible regarding your hardware and software setup.
    Also post what steps you have taken to resolve the issue. The more detail we have the better we can help you. I'll reread KB 19300 and find what happened to my broken link.
    Thanks.
    Bifocals
    EDIT:
    ihalimsujanto,
    Please review this Microsoft Knowledgebase  Article ID: 555175
    How to resolve Common "Windows Installer" Problems
    Methods 3 and 4 may be pertinent.
    Let us know how it goes!
    Bifocals
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • A problem caused this program to stop interacting with Windows.  Problem signature:   Problem Event Name:     AppHangB1

    I have received the following error message with Adobe Acrobat Pro XI when working with Portfolio Files. I am operating Windows 7 Professional.
    Has anyone found a fix for this issue?
    Description:
      A problem caused this program to stop interacting with Windows.
    Problem signature:
      Problem Event Name: AppHangB1
      Application Name: Acrobat.exe
      Application Version: 11.0.10.32
      Application Timestamp: 547e97af
      Hang Signature: 8dc7
      Hang Type: 0
      OS Version: 6.1.7601.2.1.0.256.48
      Locale ID: 1033
      Additional Hang Signature 1: 8dc7ed9d7ff41b8cc5ee35b7294b45e9
      Additional Hang Signature 2: e6d0
      Additional Hang Signature 3: e6d001594873a6b1363ccd82616a4edf
      Additional Hang Signature 4: 8dc7
      Additional Hang Signature 5: 8dc7ed9d7ff41b8cc5ee35b7294b45e9
      Additional Hang Signature 6: e6d0
      Additional Hang Signature 7: e6d001594873a6b1363ccd82616a4edf
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt
    Please help
    John Sorkin [email protected]

    jamodi
    What computer operating system is your Premiere Elements 12 installed?
    How far into the opening of the program do you get? Do you get to the Expert or Quick workspaces?
    And, if so, how long can you stay there? What are you doing when you get this message, opening a new project
    or opening an existing one that has been saved/closed or just trying to launch the program from the desktop icon.
    Are you running the program Run As Administrator and from a User Account with Administrative Privileges?
    Do you have the McAfee antivirus program? Do you have the latest version of QuickTime installed on your computer
    with Premiere Elements 12?
    What video card/graphics card does your computer use? Have you verified at the web site of the manufacturer of the
    card that the video card/graphics card driver is up to date?
    If you do not know, check the Device Manager/Display
    Adapters to determine if you have 1 or 2 cards.
    Depending on your answers, the next step will be
    Uninstall the program the usual Control Panel way.
    (If you can get into the program long enough to go to Help Menu/Sign Out, please do that to deactivate the program
    before going to the uninstall in Control Panel area.)
    Do a run through with ccleaner (both the regular cleaner and registry cleaner parts) to get rid of leftovers from
    incomplete uninstalls and reinstalls.
    https://www.piriform.com/ccleaner
    Reinstall the program with the antivirus and firewalls disabled.
    (If you have McAfee as the antivirus, that may be problem, and we can take care of that without having to go
    through this uninstall/ccleaner/reinstall.)
    Let us start here and then decide what next.
    Thank you.
    ATR

  • Does Running Boot Camp Solve Mavericks' Windows-Networking Problems?

    Anyone running Mavericks in a Windows-server environment knows how agonizingly slow it is populating a window on the server if there are more than a few dozen files in it (we have 25-30 folders on our Windows server that have more than 10,000 files in each one, and they are all images files with sizes between 5 and 50 MBs each). When we open a folder that's on the server in Mavericks' Finder, it can take up to 30 minutes to populate that window. We have since reverted to Mountain Lion and although it's still slow to populate those windows, it's nowhere near as slow as Mavericks, and once the window populates, as long as we don't shut down the computer, the next time we open that window it populates within seconds (I'm guessing that some sort of cache file is created).
    Does anyone know if running Windows in Boot Camp (or Parallels) would speed up the Windows-server window population problem? I'm guessing it might but I'm not sure if the computer is still connecting to the server using the Mac networking protocol. If I use my Windows 7 PC the server windows populate almost instantly.
    Any help would be greatly appreciated.
    Lloyd

    From the Boot Camp System Requirements page: http://support.apple.com/kb/HT5634
    Mac model
    Windows 8
    64-bit
    Windows 7
    64-bit
    Windows 7
    32-bit
    Windows Vista
    64-bit
    Windows Vista
    32-bit
    Windows XP
    32-bit
    MacBook (13-inch, Mid 2010)
    4
    4
    DVD
    DVD
    DVD
    MacBook (13-inch, Late 2009)
    4
    4
    DVD
    DVD
    DVD
    MacBook (13-inch, Mid 2009)
    4
    DVD
    DVD
    MacBook (13-inch, Early 2009)
    4
    DVD
    DVD
    MacBook (13-inch, Aluminum, Late 2008)
    4
    DVD
    DVD
    MacBook (13-inch, Early 2008)
    4
    DVD
    DVD
    MacBook (13-inch, Late 2007)
    4
    DVD
    DVD
    MacBook (13-inch, Mid 2007)
    4
    DVD
    DVD
    MacBook (13-inch, Late 2006)
    4
    DVD
    DVD
    MacBook (13-inch, Mid 2006)
    4
    DVD
    DVD
    Your computer supports Windows 7 32bit with Boot Camp 4.

Maybe you are looking for

  • How do I transfer music from my old iPod classic to my new computer with a blank iTunes library?

    I have over 700 songs on my iPod classic, a movie, and a few shows. My old computer, which is totally fried, has my whole library. My new computer has a blank library. I want to transfer everything from my iPod classic, or even better, my iTunes libr

  • HR Master Data

    Hi Experts and Friends, I have mentioned personnel details , Personnel Area, Sub Area, EE Group ,Sub group etc (0000,0001,0002,0003,0006) In PA30 But nothing  is displaying except  Infotype Text . Above info group TAB (Master Data, Time Data etc), Na

  • MSI NX7600 GS 512Z question

    Hello!Igot a question about my MSI NX7600overclocking.When I enable DOT I can overclock the 3D only to 440Mhz and the memory clock up to 880Mhz.But I have tryed the 480Mhz 3D and 960 Mhz memory clock as well and the system is still stable.But when I

  • Control key for sub-operation

    Hi, what is the control key used for sub-operations for which we do not want seperate confirmation. when main operation confirms, the sub-operation should get confirm automatically. please advise.

  • My safari will not open with the new iphone update

    my safari will not open with the new iphone update...help