Author |
Message
|
tr |
Posted: Mon Apr 06, 2015 11:08 pm Post subject: IIB ODM Integration |
|
|
Novice
Joined: 30 Mar 2014 Posts: 11
|
I am trying to integrate ODM rules into IIB using decision service node. I have tested the rule in rule execution server and it is working fine. I am able to successfully acess the rules in IIB without the decsionservice repository. I have updated the decision service repository configurable service and created the jdbc configuration and restarted broker, but getting the error " java.util.Properties object passed to java.sql.Driver.connect() cannot be overridden by URL: jdbc:db2://[localhost]:[50001]/[ODM]:user=[db2admin];password=[123456]. ERRORCODE=-4461, SQLSTATE=42815"
I am able to successfully access the db using this jdbc configuration using java compute node...getting this error only from decision service...pls help me..
 |
|
Back to top |
|
 |
tr |
Posted: Tue Apr 07, 2015 3:56 am Post subject: |
|
|
Novice
Joined: 30 Mar 2014 Posts: 11
|
resolved
Last edited by tr on Sat Apr 11, 2015 10:43 pm; edited 3 times in total |
|
Back to top |
|
 |
tr |
Posted: Thu Apr 09, 2015 3:23 am Post subject: |
|
|
Novice
Joined: 30 Mar 2014 Posts: 11
|
|
Back to top |
|
 |
Anuradha |
Posted: Thu Jun 18, 2015 1:59 am Post subject: |
|
|
Newbie
Joined: 18 Jun 2015 Posts: 1
|
Can u please help me in this like how did u resolve this error as even i am facing it when integrating ODM with IIB. java.util.Properties object passed to java.sql.Driver.connect() cannot be overridden by URL: jdbc:db2://172.17.0.147:50001/EAI:user=****;password=*****. ERRORCODE=-4461, SQLSTATE=42815 |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Jun 18, 2015 5:49 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You must leave the connection pattern alone, and not put any real values in it. |
|
Back to top |
|
 |
mahesh2069 |
Posted: Mon Jun 29, 2015 9:21 am Post subject: Error while fetch rules from ODM repository |
|
|
Centurion
Joined: 26 Jun 2013 Posts: 103
|
Hi Team,
As I need to run custom rules created in ODM. So that I created rule App archive and import it in to IIB. For connecting ODM repository we created configurable services.We are using decision service node which we got after importing rule App archive, we got following exception.
Code: |
ExceptionList
RecoverableException
File:CHARACTER:F:\build\slot1\S000_P\src\DataFlowEngine\MessageServices\ImbDataFlowNode.cpp
Line:INTEGER:1153
Function:CHARACTER:ImbDataFlowNode::createExceptionList
Type:CHARACTER:ComIbmMQInputNode
Name:CHARACTER:DecisionServiceSample#FCMComposite_1_1
Label:CHARACTER:DecisionServiceSample.MQ Input
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:2230
Text:CHARACTER:Node throwing exception
RecoverableException
File:CHARACTER:F:\build\slot1\S000_P\src\DataFlowEngine\PluginInterface\ImbJniNode.cpp
Line:INTEGER:1304
Function:CHARACTER:ImbJniNode::evaluate
Type:CHARACTER:ComIbmDecisionServiceNode
Name:CHARACTER:DecisionServiceSample#FCMComposite_1_3
Label:CHARACTER:DecisionServiceSample.Decision Service
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:2230
Text:CHARACTER:Caught exception and rethrowing
RecoverableException
File:CHARACTER:F:\build\slot1\S000_P\src\DataFlowEngine\PluginInterface\com_ibm_broker_plugin_CMbService.cpp
Line:INTEGER:1871
Function:CHARACTER:ImbJavaExceptionUtils::throwableToNativeException
Type:CHARACTER:
Name:CHARACTER:
Label:CHARACTER:
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:4367
Text:CHARACTER:Unhandled exception in plugin method.
Insert
Type:INTEGER:5
Text:CHARACTER:evaluate
Insert
Type:INTEGER:5
Text:CHARACTER:Decision Service
Insert
Type:INTEGER:5
Text:CHARACTER:ilog.rules.res.model.IlrResourceRuntimeException: Resource provider error during loading.
RecoverableException
File:CHARACTER:F:\build\slot1\S000_P\src\DataFlowEngine\PluginInterface\com_ibm_broker_plugin_CMbService.cpp
Line:INTEGER:1889
Function:CHARACTER:ImbJavaExceptionUtils::throwableToNativeException
Type:CHARACTER:
Name:CHARACTER:
Label:CHARACTER:
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:4395
Text:CHARACTER:Unhandled exception in plugin method
Insert
Type:INTEGER:5
Text:CHARACTER:ilog.rules.res.model.IlrResourceRuntimeException
Insert
Type:INTEGER:5
Text:CHARACTER:ilog.rules.res.model.internal.IlrRepositoryFactoryImpl
Insert
Type:INTEGER:5
Text:CHARACTER:loadRepository
Insert
Type:INTEGER:5
Text:CHARACTER:IlrRepositoryFactoryImpl.java
Insert
Type:INTEGER:2
Text:CHARACTER:176
|
Can you please Us. _________________ Thanks & Regards
Mahesh Mediboyina
WMB Developer |
|
Back to top |
|
 |
|