Author |
Message
|
mpong |
Posted: Thu Dec 03, 2015 3:22 am Post subject: JDERequestNode adaptor error |
|
|
Disciple
Joined: 22 Jan 2010 Posts: 164
|
Hi All,
I am getting the below error when I am trying to deploy the flow which contains JDERequest node, I am able to connect to JDE server and retrieve business objects but not able to deploy on local broker and remote broker.
adapter by default get the Implementation-Version: 7.5.0.5_IF03 from versioninfo.jar.
IIB version: 9.0.0.2
Error:
The current version of the adapter installed on the runtime does not support a property given in the adapter component configuration file. The most likely reason for this is a mismatch between the IBM Integration Toolkit and the runtime component levels. |
|
Back to top |
|
 |
maurito |
Posted: Thu Dec 03, 2015 3:40 am Post subject: Re: JDERequestNode adaptor error |
|
|
Partisan
Joined: 17 Apr 2014 Posts: 358
|
mpong wrote: |
The most likely reason for this is a mismatch between the IBM Integration Toolkit and the runtime component levels. |
Self explanatory. |
|
Back to top |
|
 |
mpong |
Posted: Thu Dec 03, 2015 3:49 am Post subject: |
|
|
Disciple
Joined: 22 Jan 2010 Posts: 164
|
Hi Maurito,
But I am able to deploy the JDE sample that comes with the toolkit, which has the version : 7.0.0.1_IF03, I am trying to deploy on my local Integration Node and it is the developer version. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Dec 03, 2015 5:25 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Broker v7?
There's your problem.
Also, I'm reasonably sure any license for the developer edition of v7 has expired. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
mpong |
Posted: Thu Dec 03, 2015 6:54 am Post subject: |
|
|
Disciple
Joined: 22 Jan 2010 Posts: 164
|
No, Its is IIB 9.0.0.2 on my local system (developer edition) and the server is IIB 9.0.0.2 standard edition. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Dec 03, 2015 7:13 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
mpong wrote: |
No, Its is IIB 9.0.0.2 on my local system (developer edition) and the server is IIB 9.0.0.2 standard edition. |
Ok. But you said
mpong wrote: |
the toolkit, which has the version : 7.0.0.1_IF03 |
So.
As mentioned, make sure that both the Toolkit and the runtime are at the same version - including FP level.
better idea, apply the latest FP to both. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
mpong |
Posted: Thu Dec 03, 2015 7:30 am Post subject: |
|
|
Disciple
Joined: 22 Jan 2010 Posts: 164
|
Hi Jeff,
I have mentioned the version of resource adapter that is being created on the below path in IIB 9.0.02 for JDERequest Node.
C:\Program Files (x86)\IBM\IntegrationToolkit90\ResourceAdapters\JDE_7.5.0.5_IF02
By default it creates file in JDE_7.5.0.5 version but when I import the JDE sample in the same IIB 9.0.0.2, JDE sample JDERequest Node file contains JDE_7.0.0.1_IF02 version and I was able to deploy the same. It did not throw mismatch between the IBM Integration Toolkit and the runtime component levels error. |
|
Back to top |
|
 |
|