Author |
Message
|
anandsitha |
Posted: Tue Oct 04, 2011 10:52 pm Post subject: JDE Configuaration in WMB |
|
|
Acolyte
Joined: 26 Jul 2011 Posts: 59
|
Hi-
I am going to call a JDE business services in WMB.
I am facing a problem while doing the runtime configuaration with JDE
Code: |
mqsireportproperties MB7BROKER -c AllTypes -o AllReportableEntityNames -r
|
after executing the above command in my console. I am not able to see the JDE details. Here is the output
Code: |
ReportableEntityName=''
EISProviders
PeopleSoft=''
jarsURL='default_Path'
nativeLibs='default_Path'
SAP=''
jarsURL='default_Path'
nativeLibs='default_Path'
Siebel=''
jarsURL='default_Path'
nativeLibs='default_Path'
Twineball=''
jarsURL='default_Path'
nativeLibs='default_Path'
|
In the above output
Code: |
JDEdwards=''
jarsURL='default_Path'
nativeLibs='default_Path'
|
is missing
I have all the necessary jar files in my C:\JDEdwards.
Could anyone guide me how to do the configuaration to interact with JDE.
Regards
Sithanandam.V[/code] |
|
Back to top |
|
 |
exerk |
Posted: Tue Oct 04, 2011 11:09 pm Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Moving this to the BROKER forum... _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Oct 05, 2011 2:14 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You do not appear to have reviewed the documentation on how to do this.
Why have you not reviewed the documentation on how to do this?
You appear to be relying on the existence of a default configuration.
Have you confirmed that you are using the correct fixpack level of Broker to have a default configuration for JDEdwards? |
|
Back to top |
|
 |
anandsitha |
Posted: Thu Oct 06, 2011 10:14 pm Post subject: |
|
|
Acolyte
Joined: 26 Jul 2011 Posts: 59
|
Hi -
I am using WMB7. Is this enough to communicate with jdedwards. Are any fixpack i need to install.
After reviewing the document only i have given above screen shots.
Even in my Resource Adopter folder I am able to see the JDE,Seibel,Twinball,Sap and Peoplesoft folders.
I dont know why EISProviders dont have this JDE entries.
JDEdwards=''
jarsURL='default_Path'
nativeLibs='default_Path'
Regards
Sithanandam |
|
Back to top |
|
 |
smdavies99 |
Posted: Thu Oct 06, 2011 10:30 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
I've just looked on my V7 broker running on RHEL
Here is the relevant section of the output. (Patched to 7.0.0.2 and enabled)
Code: |
JDEdwards
jarsURL='default_Path'
nativeLibs='default_Path'
PeopleSoft
jarsURL='default_Path'
nativeLibs='default_Path'
SAP
jarsURL='/var/mqsi/saplibs'
nativeLibs='/var/mqsi/saplibs'
Siebel
jarsURL='default_Path'
nativeLibs='default_Path'
siebelPropertiesURL=''
Twineball
jarsURL='default_Path'
nativeLibs='default_Path'
|
Perhaps it is your installation? _________________ 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 |
|
 |
marko.pitkanen |
Posted: Thu Oct 06, 2011 10:36 pm Post subject: |
|
|
 Chevalier
Joined: 23 Jul 2008 Posts: 440 Location: Jamsa, Finland
|
Hi,
What is your Fixpack capability level of the broker instance?
Code: |
mqsiservice -v <brkname> |
--
marko |
|
Back to top |
|
 |
smdavies99 |
Posted: Fri Oct 07, 2011 12:15 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
marko.pitkanen wrote: |
Hi,
What is your Fixpack capability level of the broker instance?
Code: |
mqsiservice -v <brkname> |
--
marko |
OR
Code: |
mqsireportbroker <brkname>
|
_________________ 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 |
|
 |
mqjeff |
Posted: Fri Oct 07, 2011 4:24 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
anandsitha wrote: |
Are any fixpack i need to install. |
There is full documentation on each and every fixpack that includes information on what features and functions it enables, as well as the things that it actually fixes.
Did you review that documentation? What does it say? |
|
Back to top |
|
 |
rkailasam2 |
Posted: Sun Oct 09, 2011 10:45 pm Post subject: I too face same problem |
|
|
Novice
Joined: 09 Oct 2011 Posts: 11
|
C:\Program Files (x86)\IBM\MQSI\7.0>mqsireportbroker MB7BROKER
BIP8927I: Broker Name 'MB7BROKER'
Install path = 'C:\Program Files (x86)\IBM\MQSI\7.0'
Work path = 'C:\ProgramData\Application Data\IBM\MQSI'
Broker UUID = '0527617a-cf26-43d5-be1a-23c7dd0bbfde'
Process id = '2096'
Queue Manager = 'MB7QMGR'
User lil path = ''
User exit path = ''
Active user exits = ''
LDAP principal = ''
LDAP credentials = ''
ICU converter path = ''
Trusted (fastpath) Queue Manager application = 'false'
Configuration change timeout = '300' seconds
Internal configuration timeout = '60' seconds
Statistics major interval = '60' minutes
Operation mode = 'enterprise'
Fixpack capability level = '7.0.0.3' (effective level '7.0.0.1') |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Oct 10, 2011 1:57 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
So you're working with the level 7.0.0.1 capabilities at fix pack 7.0.0.3...
You might have to up the level to at least 7.0.0.2 (hint effective level)  _________________ MQ & Broker admin |
|
Back to top |
|
 |
anandsitha |
Posted: Mon Oct 10, 2011 10:50 pm Post subject: |
|
|
Acolyte
Joined: 26 Jul 2011 Posts: 59
|
I have updated the fixpack 7.0.0.3 now the issue is resolved thanks a lot for ur valuable suggestion.
Regards
Sithanandam.V |
|
Back to top |
|
 |
|