![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am trying to access a DTS package on a sql server and get this error messgae .....What could be going wrong? Private Sub Form_Load() Dim pkg As DTS.package pkg.LoadFromRepository "[17433136281[Windows 95/98]]", "msdb", "sa", "", "", "", "test", DTSReposFlag_UseTrustedConnection pkg.WriteCompletionStatusToNTEventLog = False pkg.LogFileName = "c:\dts\error\northwindolapunleashed.txt" pkg.FailOnError = False pkg.PackagePriorityClass = DTSPriorityClass_Normal pkg.MaxConcurrentSteps = 8 pkg.LineageOptions = DTSLineage_AddLineageVariables + DTSLineage_WriteToReposIfAvailable pkg.UseTransaction = True pkg.TransactionIsolationLevel = DTSIsoLevel_ReadCommitted End Sub Object vaiable or Block variable not set... I thinjk this is the line that is giving me problem...but what is wriong I am no able tofigureour\t... pkg.LoadFromRepository "[17433136281[Windows 95/98]]", "msdb", "sa", "", "", "", "test", DTSReposFlag_UseTrustedConnection Do we give the name of the sql server in a special type of way? |
![]() |
| Thread Tools | |
| Display Modes | |
| |