ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 24 matches
Author Message
  Topic: Changing an existing MQ installation to PRIMARy
sprasad

Replies: 20
Views: 42112

PostForum: IBM MQ Installation/Configuration Support   Posted: Fri Aug 03, 2012 12:13 pm   Subject: WebSphere MQ Installation/Configuration Support
Finally I was able to resolve the issue by created the folder 'lib64' under /usr/ . that folder was missing and when I am running the command setmqinst, it was unable to create the folder.

Thanks ...
  Topic: Changing an existing MQ installation to PRIMARy
sprasad

Replies: 20
Views: 42112

PostForum: IBM MQ Installation/Configuration Support   Posted: Wed Aug 01, 2012 10:06 am   Subject: Re: Changing an existing MQ installation to PRIMARy
If you can cd to /opt/mqm/bin to successfully execute supplied apps, then all you need to do is to add /opt/mqm/bin to your PATH.

NO. Please don't do this. Please don't take this as best practice m ...
  Topic: Changing an existing MQ installation to PRIMARy
sprasad

Replies: 20
Views: 42112

PostForum: IBM MQ Installation/Configuration Support   Posted: Wed Aug 01, 2012 9:52 am   Subject: Re: Changing an existing MQ installation to PRIMARy
Hi ,

I have installed MQ V7.1 on my UBUNTU operating system and the installation was successful. But I am not able to run MQ commands from anywhere. I have to every time run the commands from /opt ...
  Topic: Changing an existing MQ installation to PRIMARy
sprasad

Replies: 20
Views: 42112

PostForum: IBM MQ Installation/Configuration Support   Posted: Wed Aug 01, 2012 9:11 am   Subject: Changing an existing MQ installation to PRIMARy
Don't change permissions on mq installs.

Ever.

Run setmqenv /s , specifying the full path to the installation you want to set as primary.

THEN run setmqinst.

But really, strongly consider ...
  Topic: Changing an existing MQ installation to PRIMARy
sprasad

Replies: 20
Views: 42112

PostForum: IBM MQ Installation/Configuration Support   Posted: Wed Aug 01, 2012 6:21 am   Subject: Re: Changing an existing MQ installation to PRIMARy
Hi ,

I have installed MQ V7.1 on my UBUNTU operating system and the installation was successful. But I am not able to run MQ commands from anywhere. I have to every time run the commands from /opt ...
  Topic: Changing an existing MQ installation to PRIMARy
sprasad

Replies: 20
Views: 42112

PostForum: IBM MQ Installation/Configuration Support   Posted: Tue Jul 31, 2012 6:46 pm   Subject: Changing an existing MQ installation to PRIMARy
Hi ,

I have installed MQ V7.1 on my UBUNTU operating system and the installation was successful. But I am not able to run MQ commands from anywhere. I have to every time run the commands from /opt ...
  Topic: PM4Data Process Error
sprasad

Replies: 2
Views: 3242

PostForum: General IBM MQ Support   Posted: Thu Mar 01, 2012 7:15 am   Subject: PM4Data Process Error
Hi Wmqiadmin,

Were you able to resolve this issue. I am having the same issue with PM4Data and i am struck. I did restart PM4data but it didn't resolve the issue.

HI Terir,

Yes I see the m ...
  Topic: Decoding issue with Trademark in MQ String
sprasad

Replies: 10
Views: 5455

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Feb 07, 2012 7:00 am   Subject: Re: Decoding issue with Trademark in MQ String
We were having the trademark in old environment and it was working fine. Only when we are using the same message in new environment, we are having issues.

This is why we are asking you to compare t ...
  Topic: Decoding issue with Trademark in MQ String
sprasad

Replies: 10
Views: 5455

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Feb 07, 2012 6:55 am   Subject: Decoding issue with Trademark in MQ String
The value 1A looks suspiciously like a placeholder value for a char that is not available in the current CCSID... :innocent:

Thanks for the reply.

1A is hexa representation of 28. And the recei ...
  Topic: Decoding issue with Trademark in MQ String
sprasad

Replies: 10
Views: 5455

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Feb 07, 2012 6:51 am   Subject: Re: Decoding issue with Trademark in MQ String
Thanks for the response rekarm01.

The applications don't seem to be handling the character for TRADE MARK SIGN correctly for either of the V6 or V7 environments:

In V6 is it decoding as (HEXA) ...
  Topic: Decoding issue with Trademark in MQ String
sprasad

Replies: 10
Views: 5455

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Feb 06, 2012 2:09 pm   Subject: Decoding issue with Trademark in MQ String
Check the CCSID on the message and the CCSID on the qmgr.
You will find that there is a difference somewhere.

Thanks for the reply Saper. Here is the information:

Qmgr:

dis qmgr
...
  Topic: Decoding issue with Trademark in MQ String
sprasad

Replies: 10
Views: 5455

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Feb 06, 2012 1:45 pm   Subject: Decoding issue with Trademark in MQ String
Hi,

I am having an issue with decoding Trademark symbol in MQ 7.0.1.5.

Scenario:
We have recently migrated MQ environment from 6.1.0.0 to 7.0.1.5. And same applications are used to send data ...
  Topic: Error while starting Message Broker
sprasad

Replies: 27
Views: 12597

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sat Dec 17, 2011 1:41 am   Subject: Error while starting Message Broker
to add to Vitor's last comment,

If you have the ODBCINI environment variable defined in the ACCOUNT then it is easy to setup another broker on the same system that uses a totally different set of O ...
  Topic: Error while starting Message Broker
sprasad

Replies: 27
Views: 12597

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sat Dec 17, 2011 1:38 am   Subject: Error while starting Message Broker
The .profile for the userid i am using for all MB operations including database was pointing to mqsiprofile which has wron odbc.ini file.

You shouldn't edit the IBM supplied .mqsiprofile. That way ...
  Topic: Error while starting Message Broker
sprasad

Replies: 27
Views: 12597

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Dec 16, 2011 3:17 pm   Subject: Error while starting Message Broker
I fixed the issue. Here is what happened.

The .profile for the userid i am using for all MB operations including database was pointing to mqsiprofile which has wron odbc.ini file. I corrected that ...
Goto page 1, 2  Next Page 1 of 2

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.