[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference irnbru::ims_api

Title:
Moderator:IRNBRU::MACKENZIE
Created:Wed Jul 10 1991
Last Modified:Tue May 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:289
Total number of notes:1527

285.0. "problem with temporay named queues" by IRNBRU::JWESTERMAN (Jeremy Westerman, MSG+ Middleware, Ayr.) Wed Mar 05 1997 21:09

From:	SUOSW3::SCHMITT      "Be carefull with that AXp Eugene ..."  5-MAR-1997 12:59:43.38
To:	IRNBRU::JWESTERMAN
CC:	
Subj:	problem with temporay named queues

Hello Jeremy,

following happens when I use temporary named queues:

1. first define a server in the namespace:
  masterc> create testserver/address=0

2. run the IMS-test-read program and connect as testserver
  works fine:

ims> list *
Group   790 : 011300790 (*)
       1 : IMS_MASTER_011300790
     211 : testserver
IMS> sho testserver
IMS$LIB:NAMESPACE.DAT/testserver
  ADDRESS      : 790.211
IMS>  Exit

3. now try to send a message to the testserver:
ims> send testserver hello=server/nowait
%IMS-E-NSBADNAME, Invalid full name for the namespace entry
136020250


 Same errornumber is returned from the test_send program when trying to send
 a message to the testserver.

Any ideas what is wrong ? Maybe some privilege  problems ??

Kindly regards

Eugen
T.RTitleUserPersonal
Name
DateLines
285.1RE: problem with temporay named queuesIRNBRU::JWESTERMANJeremy Westerman, MSG+ Middleware, Ayr.Wed Mar 05 1997 21:1025
From:	IRNBRU::JWESTERMAN   "Jeremy Westerman, MSG+ Middleware, Ayr. DTN: 823-3193"  5-MAR-1997 13:49:01.77
To:	SUOSW3::SCHMITT
CC:	jwesterman
Subj:	RE: problem with temporay named queues


Eugen

The IMS LIST is performed by the Master server so all that proves is that
the Master server can access the namespace ok.

As the testserver connects to IMS and writes its temp queue address into the
namespace OK that proves that the testserver process can access the namespace
OK.

The IMS SEND is performed by the actual client so the process running the
client may not be able to access the namespace.  In the windown/session
execute the following commands while testserver is running:

ty DMQ$CDS_DIRECTORY

ty DMQ$DNS_DIRECTORY

Regards, Jeremy.

285.2IRNBRU::JWESTERMANJeremy Westerman, MSG+ Middleware, Ayr.Wed Mar 05 1997 21:4616
From:	SUOSW3::SCHMITT      "Be carefull with that AXp Eugene ..."  5-MAR-1997 18:44:10.54
To:	IRNBRU::JWESTERMAN
CC:	
Subj:	RE: problem with temporay named queues

Hello Jeremy,

after Your explanations about the usage of the namespace-file and your
information in the reply to my message i discovered, that the clients
hava no privileges to acces the namespace-file. After granting access
all works fine. There should be somewhere an explantion about this
behaviour of the flatfile-namespace.

Kindly regards,

Eugen