cancel
Showing results for 
Search instead for 
Did you mean: 

Windows (VB) dispatcher

joachimvanpraet
Active Participant
0 Kudos

Hi,

For setting the password in AD I need to run a task with VBScript.

When I test a simple VB-task (just writes a log in a file), the status is Ready to run for more then 5 minutes.

Do I have to do something special with the dispatcher before this thing can handle VB-jobs?

kr,

Joachim

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Joachim

If you are running Oracel on 64 bit and you have installed the designtime components and runtimecomponents to

drive:\Program Files (x86), there seems to be a bug in the oracle oledb driver.

Cause

64-bit Microsoft OS's install 32-bit applications into the following location

"C:\Program Files (x86)\..."rather than the typical location of

"C:\Program Files\..."This causes an existing networking bug to occur where the networking layer is unable to parse program locations that contain parenthesis in the path to the executable which is attempting to connect to Oracle.

This is recently discovered this and a note will be publised on this issue.

Please try to uninstall, and reinstall to a folder ex: drive:\SAP\Idm

Take a look at JOELSSIS answer in this forum.

http://social.msdn.microsoft.com/forums/en-US/sqlintegrationservices/thread/ab662d63-6385-4f73-b27f-...

Best regards

Roy Tronstad

Edited by: Roy Tronstad on Apr 16, 2010 10:01 AM

Edited by: Roy Tronstad on Apr 16, 2010 10:06 AM

joachimvanpraet
Active Participant
0 Kudos

Hi Roy,

We reinstalled the IDM runtime and designtime in an other folder (D:\SAP\IDM) and the VB-jobs are working now.

Thanks for your help!

kr,

Joachim

Answers (0)