cancel
Showing results for 
Search instead for 
Did you mean: 

Set the classpath for more than the database?

07-05-2019 12:47 AM
former_member2987 Active Contributor
1307 views 4 comments
0 Likes
SAP Managed Tags
Subscribe

Hi there, here's an interesting question as I start to get my arms around IDM 8.

In version 7, I could go into tools / options in the MMC to add additional JDBC JARs so that I could use other databases or Java extensions in general. It's not clear to me where this happens in IDM 8.

Thanks!

0 Likes

Accepted Solutions (0)

Answers (3)

Answers (3)

richard_pietsch
Active Contributor

Hi Matt,

check out 2355326 - How to add additional JDBC driver or other jar file to IDM 8.0 Runtime
I use this to connect HANA databases.

Regards, Richard

clotilde_martinez
Participant

Hi Matt,

Here, I modified the dispatcher.prop file and added my JDBC driver:

The only downside is to think to change it again in case you regenerate you dispatcher scripts.

Hope that helps,

Clotilde

brandonbollin
Active Participant

Awww man... I'm building a custom Java class for my current project and trying to get the classpath right in v8 and I came across this post. Brought back memories of awesome co-workers past. Miss working with you two, clo.mtz and matt.pollicove.

former_member201064
Active Participant

Hi Matt,

luckily not in each dispatcher manually. 🙂

In the dispatcherutil, menu Tools, Settings.

This is then written in the usr\sap\IdM\Identity Center\dispatcherutil.config file. I've installed a new dispatcher this year, the jar files got taken over (I don't need them there, but well it worked).

Yet, for all existing ones: I think either add them manually in dispatcherutil and the dispatchers or try putting the jar's/classes in the settings and then re-install them.

Best regards

Dominik