Author |
Message
|
goldym |
Posted: Wed Mar 22, 2006 10:18 am Post subject: mqsicreateconfigmgr WMBv6.0 |
|
|
Centurion
Joined: 24 Jun 2005 Posts: 116
|
We are trying to create a configmgr on AIX and we are getting the following error:
BIP8078E: A problem was encountered while attempting to create/delete the Configuration Manager.
We were able to create the broker just fine, does anyone if the cause of the problem is because we have DB2 64 bit installed instead of 32bit.
command:
mqsicreateconfigmgr CFMGR -i configid -a team -q QMGR -n wmdb -u configid -p team |
|
Back to top |
|
 |
vennela |
Posted: Wed Mar 22, 2006 10:51 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
The DB2 thing shouldn't matter, bucause configmgr uses it's own cloudscape database in v6.
Maybe you don't have the drivers |
|
Back to top |
|
 |
goldym |
Posted: Wed Mar 22, 2006 10:53 am Post subject: |
|
|
Centurion
Joined: 24 Jun 2005 Posts: 116
|
[quote="vennela"]The DB2 thing shouldn't matter, bucause configmgr uses it's own cloudscape database in v6.
Maybe you don't have the drivers[/quote]
That is part A of the problem someone told the customer that they could use an external database for the configuration manager but I don't see it in the documentation.
Part B - Is do you know if the documentation for Message Broker states that it does not support 64 bit? |
|
Back to top |
|
 |
vennela |
Posted: Wed Mar 22, 2006 11:10 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
The mqsicreateconfigmgr command doesn't have any flag to point to a database or what it should be named after, so I guess you CANNOT point to external database.
I haven't seen anywhere saying it doesn't support 64-bit, but search this forum because I remember seeing that discussion here in the forum. |
|
Back to top |
|
 |
goldym |
Posted: Wed Mar 22, 2006 11:14 am Post subject: |
|
|
Centurion
Joined: 24 Jun 2005 Posts: 116
|
I was told that Cloudscape was not supported for a production Configuration Manager have you heard differently? |
|
Back to top |
|
 |
goldym |
Posted: Wed Mar 22, 2006 11:17 am Post subject: |
|
|
Centurion
Joined: 24 Jun 2005 Posts: 116
|
[quote="vennela"]The mqsicreateconfigmgr command doesn't have any flag to point to a database or what it should be named after, so I guess you CANNOT point to external database.
I haven't seen anywhere saying it doesn't support 64-bit, but search this forum because I remember seeing that discussion here in the forum.[/quote]
Just found out
V6 broker supports 64-bit OS and DBs with FP1 which will be released shortly.. |
|
Back to top |
|
 |
vennela |
Posted: Wed Mar 22, 2006 11:26 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
goldym wrote: |
I was told that Cloudscape was not supported for a production Configuration Manager have you heard differently? |
What you are saying is true about broker database and not config manager database. I am pretty sure you cannot have an external database for configmgr. |
|
Back to top |
|
 |
wschutz |
Posted: Wed Mar 22, 2006 12:07 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Aren't we speculating on the cause of the problem?
Quote: |
BIP8078E: A problem was encountered while attempting to create/delete the Configuration Manager.
|
There must be more error info. How are you creating the configmgr? _________________ -wayne |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Mar 22, 2006 12:40 pm Post subject: Re: mqsicreateconfigmgr WMBv6.0 |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
goldym wrote: |
mqsicreateconfigmgr CFMGR -i configid -a team -q QMGR -n wmdb -u configid -p team |
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/index.jsp?topic=/com.ibm.etools.mft.doc/an23000_.htm
Quote: |
>>-mqsicreateconfigmgr--configmgrName-- -i --ServiceUserID------>
>-- -a --ServicePassword-- -q --QueueManagerName---------------->
>--+----------------------------+------------------------------->
'- -n --db2DataBaseToMigrate-'
>--+-------------------------------+---------------------------->
'- -u --migrationDataBaseUserID-'
>--+---------------------------------+-------------------------->
'- -p --migrationDataBasePassword-'
>--+--------------------------------------+--------------------->
'- -s --UserNameServerQueueManagerName-'
>--+----------------+------------------------------------------><
'- -w --Workpath-' |
You're not trying to migrate a configmgr, right? So you can't specify the -n, -u and -p properties. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
goldym |
Posted: Wed Mar 22, 2006 4:28 pm Post subject: |
|
|
Centurion
Joined: 24 Jun 2005 Posts: 116
|
Ok so we had blow away everything and re-create it after the 64 bit was removed and 32 bit installed
Then we were able to get the config manager to get created. |
|
Back to top |
|
 |
|