ASP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingASP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old January 28th, 2003, 02:08 AM
kolow kolow is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Location: Singapore
Posts: 1 kolow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Angry DTSStep_DTSDataPumpTask_1 failed.

Is anyone know how to resolve this problem?

Package DTSStep_DTSDataPumpTask_1 failed.
Package DTSStep_DTSExecuteSQLTask_1 succeeded.

Program:-
<html>
<head>
<title>Information Uploading by using DTS Package</title>
</head>
<%

dim objDTSPackage
dim objDTSStep
dim strResult
dim blnSucceeded

dim objCn, sSP, adocmd

Set objCn = Server.CreateObject("ADODB.Connection")
objCn.Open "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=RMEReadWrite;Password=rme;Initial Catalog=SonyRME;Data Source=xx.xx.xxx.xx"

const DTSSQLStgFlag_Default = 0
const DTSStepExecResult_Failure = 1

set objDTSPackage = Server.CreateObject("DTS.Package")
blnSucceeded = true

objDTSPackage.LoadFromSQLServer "xx.xx.xxx.xx", "RMEReadWrite", "rme", DTSSQLStgFlag_Default, "", "", "", "DTSName"

objDTSPackage.Execute

for each objDTSStep in objDTSPackage.Steps
if objDTSStep.ExecutionResult = DTSStepExecResult_Failure then
strResult = strResult & "Package " & objDTSStep.Name & " failed.<br>"
blnSucceeded = false
else
strResult = strResult & "Package " & objDTSStep.Name & " succeeded.<br>"
end if
next

if blnSucceeded then
Response.Write "<h1>Product Loading Succeeded</h1>"
Response.Write "<h1>Press Backspace key to go back to Menu</h1>"
else
Response.Write "<h1>Product Loading Failed, Please contact MIS for support</h1>"
end if

Response.Write strResult

%>
</body>
</html>

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingASP Development > DTSStep_DTSDataPumpTask_1 failed.


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT