Author |
Message
|
fjb_saper |
Posted: Sun Apr 26, 2015 7:34 am Post subject: IIB 10 on windows 8.1 Standard |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Has anybody hit this problem?
Code: |
C:\ProgramData\IBM\MQSI>mqsicreatebroker PAL -i LocalSystem -a bla
BIP8084E: Unable to create directory 'C:\ProgramData\IBM\MQSI', return code 183.
The specified directory could not be created. Ensure that the characters are valid, that you have the required permissions and that the parent directory exists.
Correct and reissue the command. |
Doesn't matter what user I use... same problem password length is 16.
The user does have all permissions on c:\ProgramData\IBM\MQSI...
Tried deleting MQSI same kind of error message...
Guess I might have to restart the pc... _________________ MQ & Broker admin |
|
Back to top |
|
 |
smdavies99 |
Posted: Sun Apr 26, 2015 7:47 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
did you run the command as 'Administrator' ? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Apr 26, 2015 3:58 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
I know it's hard to tell but the output is actually from mqsicommandconsole...
I seem to remember that the support page said server was supported on windows 8.1 standard... apparently there are still some glitches... I'll have to try again after a reboot...
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Apr 27, 2015 4:41 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Ok, so it's trying to create a directory that already exists.
You're also CD'd into that directory.
In general, on Windows, you should always reboot after installing MQ and Broker. |
|
Back to top |
|
 |
dragonMastar |
Posted: Tue Apr 28, 2015 3:44 am Post subject: |
|
|
Newbie
Joined: 27 Apr 2015 Posts: 9
|
did the reboot work?  |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat May 02, 2015 10:29 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
dragonMastar wrote: |
did the reboot work?  |
nope. But found something really strange, after logout and logging back in:
Code: |
C:\Program Files\IBM\IIB\10.0.0.0>mqsisetsecurity
Started mqsiSetSecurity
Initialised SecurityUser name to: F.J.
Initialised SecurityGroup name: mqbrkrs,
With description: IBM Integration Bus Group.
Creating SecurityGroup, 'mqbrkrs'.
Return Code: 1379. The group already exists.
Adding user 'F.J' to 'mqbrkrs' group.
Return code: 1378. User already in Local Group.
Finished mqsiSetSecurity
C:\Program Files\IBM\IIB\10.0.0.0>iib toolkit
The user 'F.J' is not a member of the 'mqbrkrs' group.
If the product has just been installed, or you have just added: 'F.J' to the 'mqbrkrs' group, you need to log-off and log-on again in order for the group membership to take effect.
Would you like to log-off now?
Press Y for Yes, N for No or C for Continue without log-off.
: N |
Anybody can help with that?
Only thing I can think of is password length of 16 not supported...
or does not like a user id with a dot in it...
Note where it says in the first part already member of mqbrkrs group and in the line below not a member of mqbrkrs group...
Tried with a different user (no dot in userid) and password < = 8 chars, same results !! _________________ MQ & Broker admin |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun May 03, 2015 3:43 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Uninstalled and re-installed the software and it finally works!
iib toolkit now starts the toolkit with the expected node.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|