Skip to Main Content
Integration


This is an IBM Automation portal for Integration products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.


Status Not under consideration
Created by Guest
Created on Apr 4, 2023

MQ9.3 Explorer Fix for non Administrator users

MQ Explorer 9.3 was giving a weird error message when run without run as Administrator....

So I wanted to get to the bottom of it, and decided to run the MQExplorer as an eclipse program running eclipsec

Promptly I was told that the jvm could not be created. So I copied the MQExplorer.ini to eclipse.ini and tried again.

This time I got a java stack trace telling me the cause was access denied on the following file:

<mqe installation path>\configuration\org.eclipse.osgi\.manager\.fileTableLock

Granting the Users group full access to the file solved my problem and I was able to start MQExplorer V9.3 without run as Administrator.


 

Idea priority Low
  • Admin
    Mark Taylor
    Reply
    |
    May 16, 2023

    This file is not present at install time, it is created after the fact at first startup, inheriting the permissions from the underlying directories. The fact that the file exists at all suggests that the user ran Explorer at least once as Administrator prior to trying to run it as a regular user. In general, the Program Files tends to be pretty locked down by Windows. This is not something we are likely to change in Explorer in the foreseeable timeframe. Therefore this item is being declined.

  • Admin