cancel
Showing results for 
Search instead for 
Did you mean: 

Script Debugger not working on IdM 7.2

0 Kudos

Hi experts,

is it possible to use the IdM script debugger on a SAP IdM 7.2 system?

I got the error message:

Status=Dispatcher "scriptdebug" is not active

I tried to set the dispatcher in status 'active' manually in the database, but with no success for the script debugger.

Thanks,

Andreas

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member2987
Active Contributor
0 Kudos

Hi Andreas,

Where did you get the script debugger from?

Matt

0 Kudos

Matt,

the script debugger is still part of the dispatcher classes. You call it like the dispatcher batch files:

java -cp "%DSECLASSPATH%" -DDSE_HOME="%DSE_HOME%" com.sap.idm.ic.RTGui test

I noticed, that the script debugger in 7.2 has some little more functionality. But I am still not sure, that the script debugger is just a relict of IdM 7.1.

Andi

former_member2987
Active Contributor
0 Kudos

Hi Andreas,

Yes, I knew of its presence, I just wanted to make sure that you were not trying to leverage something newer.  Stranger things have happened

Let me check on my test system at home.  What Service Pack are you using?

Matt

0 Kudos

Hi Matt,

We use IdM v7.2 SP9.

Sounds like you are using the script debugger on a 7.2 system. What makes me optimistic.

Thanks