Run-time error '440' Automation error

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
kumar_j12
Participant
Posts: 26
Joined: Wed Oct 03, 2007 8:10 am

Run-time error '440' Automation error

Post by kumar_j12 »

Hi All,

When I try to open the Transformer stage in the Server Job.I am getting the Error Messege "Run-time error '440' Automation error" and the Designer client is getting hang

Can you please let me know what needs to be done
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I doubt anyone here could help with that, unless perhaps they've faced the exact same issue. Best to contact your official support provider for help with it.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Objects in the design canvas are managed via an OLE Automation server. There has been a failure in this mechanism.

This particular error code can be a huge number of things, so I'm not going to try to guess. It may, for example, that you have limited access on Windows XP/2000.

May I suggest an internet search for "runtime error 440"?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

My memory on that is sketchy but it seems like uninstalling and reinstalling the client software fixed that for us on 7.5.2, but I must say it could have been a similar error. You can check other clients for the same behavior and compare. You can also try searching the IBM Support Portal on the error. Depending on what you find, you may need to contact support.
Choose a job you love, and you will never have to work a day in your life. - Confucius
oracledba
Premium Member
Premium Member
Posts: 49
Joined: Mon Aug 06, 2012 9:21 am

Re: Run-time error '440'

Post by oracledba »

Hey Kumar,
I will give you a fix for this

Go to registry editor

Start -Run
type regedit

Go inside the folder hierarchy like this
HKEY_CURRENT_USER
Software
IBM
Datstage Client


Now you will see a folder with numbering like this
818ac65d-76a7-4790-affb-8a9a20dad86c

Right click on it and Click Rename
Add .bak to the end of the folder name


Like this
818ac65d-76a7-4790-affb-8a9a20dad86c.bak


After this go back to designer, open your job, open the transformer and you shouldnt see the automation error




8)
blazDelParis
Participant
Posts: 19
Joined: Wed Sep 08, 2010 6:47 am

Re: Run-time error '440'

Post by blazDelParis »

It works perfectly. Thanks for the tip.
Post Reply