...
- Create User
- Create non-domain user e.g. mquser in 'mqm' group.
- Change its domain to local host name e.g. EVUAKYISD0223.
- Grant this user permissions to login remotely.
- Grant this user Administraive permissions.
- Start MQ
- Start all the MQ services (service 'IBM MQSeries' and ' IBM Websphere MQ(<InstallationName>)') under user created on previous step.
In order to change user for service go to Services. Select service and open its properties, go to 'Log On' tab, select 'This user' and specify user credentials.
- Start all the MQ services (service 'IBM MQSeries' and ' IBM Websphere MQ(<InstallationName>)') under user created on previous step.
- Configure Manager and Queues
- Start MQExplorer.
-
Add new Queue Manager (e.g. TestMQ) -
Add Server-connection channel to created Queue Manager (e.g. TestConnection ) -
Set channel MCA with user from step 1.1 ( mquser ):
-
Add queues.
...
Login to remote server where MQ Instance is running
Open cmd
Run 'runmqsc'. Check if connected to correct QM:
Execute 'ALTER QMGR CHLAUTH(DISABLED)':
Try to reestablish connection by clicking 'No' in the dialog:
And Finish in the dialog:
- If the error is still here, lokk at Channel autentication records and make sure that your account is not in the Block User List:
- Try again steps 5-6.