Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
was
Starting Member
3 Posts |
Posted - 2006-06-14 : 08:16:56
|
Hi,i'm trying to execute this DTS package and the following exception is thrown,"activeX scripting encountered a run time error during the execution of the script" . What could be the reason for this exception, plz hlp. |
|
namasteall2000
Starting Member
20 Posts |
Posted - 2006-06-14 : 08:51:58
|
Send your active X script... |
 |
|
was
Starting Member
3 Posts |
Posted - 2006-06-14 : 10:02:25
|
quote: Originally posted by namasteall2000 Send your active X script...
Please find the script, this scipt is working fine in other systems and not working on my system.*********************************************************************' Visual Basic ActiveX Script'************************************************************************Function Main() dim object set object=CreateObject("project.classname") object.callingmethod set object=nothing Main = DTSTaskExecResult_SuccessEnd Function |
 |
|
|
|
|