Hi all. I am using webmethod 4.1 and the C Api. The OS is HP-UX 11.
I am trying to set a client share state broker and I can’t do it.
I am doing the following:
bcd=awNewBrokerConnectionDescriptor();
b = 1;
awSetDescriptionConnectionShare(bcd,b);
awNewBrokerClient(szBrokerName,szBrokerHost,szClientName,
szClientGroup,szApplName,bcd,&c);
and when I try to set up the share limits, a NO PERMISSION ERROR arises. If I call awGetClientInfoById to retrieve the BrokerClientInfo structure, the value I get of can_share_state field is 0.
Am I missing something??
Thanks.
(Sorry if it is a basic question. I am newbie with webMethods)
#Integration-Server-and-ESB#webMethods#broker#Universal-Messaging-Broker