Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem while starting the agent (driver must not be empty)

797423Oct 5 2010 — edited Oct 5 2010
Hi
I am getting the following error while trying to start an agent

D:\ODI_11g\oracledi\agent\bin>agent.bat "-NAME=nAgent" "-PORT=20901"
OracleDI: Starting Agent ...
java.lang.IllegalArgumentException: driver must not be empty
at org.springframework.util.Assert.hasText(Assert.java:161)
at oracle.odi.core.datasource.DataSourceDefinitionUtils.createDriverManagerDataSourceDefinition(DataSourceDefinitionUtils.java:170)
at oracle.odi.core.datasource.DataSourceDefinitionUtils.createDriverManagerDataSourceDefinition(DataSourceDefinitionUtils.java:148)
at oracle.odi.Agent.doGetDataSource(Agent.java:377)
at oracle.odi.Agent.main(Agent.java:471)

The values for ODI_MASTER_DRIVER, ODI_MASTER_URL, ODI_MASTER_USER, ODI_MASTER_ENCODED_PASS in odiparams.bat seem to be correct. What might be the reason for error?
This post has been answered by Sutirtha Roy on Oct 5 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 2 2010
Added on Oct 5 2010
2 comments
391 views