all groups > sql server dts > june 2005 > threads for june 1 - 7, 2005
Filter by week: 1 2 3 4 5
DTS error when the task is scheduled on the server!
Posted by Dominic Feron at 6/7/2005 3:54:09 PM
Hello everyone,
I was asked to create some DTS package that transfer data from a Foxpro
database to SQL Server,
Everything works fine when I execute the task on my local machine but when I
schedule the task on the server, I get this error message :
"Executed as user: *******. DTSRun: L... more >>
error: ActiveX Scripting encountered a Run Time error...
Posted by OutlookNewbieDev at 6/7/2005 3:33:17 PM
Hi All,
I have created a DTS package with an ActiveX Script calling the CDO/MAPI
object:
dim oMapi
Set oMapi = GetObject("", "MAPI.Session")
and I get this error:
ActiveX Scripting encountered a Run Time error during the execution of the
script.
I have everything setup correctly ... more >>
How to rename Excel Worksheet using DTS
Posted by Kris at 6/7/2005 2:22:06 PM
Hi,
I have task to automate for loading Excel files. In this excel file every
time i get with diffrent name as well within excel every time different
worksheet name.
Good thing is format is static but I need to find out way to rename to
common name for excel file and common name for work... more >>
Help importing from text file via DTS
Posted by Chris at 6/7/2005 1:33:07 PM
Hi,
I have the foll TEXT file
id doc name
0 1 test
0 2 test2
I need to import it into a table with the same columns id,doc,name but I
need to pass my own value for the ID instead of using the values from the
textfile so is it possible to pass a parameter to the text file import... more >>
Error Description: The DTS host failed to load or save the packag
Posted by Troy at 6/7/2005 12:41:06 PM
I am recieve this error when trying to design some of the packages on the SQL
2000 box running service pack 3.
The diagram appears, but when trying to load "names" or descriptions in the
diagrams the error pops up.
I need to either get a copy of these on a server i can edit and delete the... more >>
Export to text
Posted by M D at 6/7/2005 11:33:43 AM
Can I export a query to text file?
I can't figure out how to make the destination. The data pump errors
because there is no transformation and there is no transformation
because the text file "connection" has no fields. Can you write a new
file or only append to an existing?
An odd lack o... more >>
HELP!!! Exectuing DTS from ASP
Posted by Guido Schauwecker at 6/7/2005 9:51:01 AM
Hello, I have a very big problem, and hope someone can help me...
Iám calling a DTS from an ASP, these seem to work pretty fine when I have
very easy DTS´s, but when it come to a DTS that calls 3 DTS-packages, only
the fist task of the first Package is done.
I have read that I should be usin... more >>
dts integrity question
Posted by Rob Blij at 6/7/2005 12:00:00 AM
I have created a custom dts package that transfers about 80 tables to
another db with different column names table name etc
My question is I went through the EM export dts wizard and saved the
package - but now when I transfer the data it gives me integrity violations
as the steps dont foll... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Integrity Check using DTS
Posted by guna_selvas NO[at]SPAM yahoo.com at 6/6/2005 11:55:43 PM
I have text file as source and destination will be sql server.
I have a check a source column satisfied the given condition
ie.,DTSSource("Col005") > 100.If satisfied i have to insert that row
other wise rollback the earlier insertion and skip the further
processing.
Note: Check constraint is... more >>
DTS from Oracle. Global datatype transformation spec possible?
Posted by Kathy at 6/6/2005 11:58:01 AM
I'm using DTS to import an Oracle DB to SQL server.
Although I know I can specify a non-default datatype transformation on a
column-by-column basis, I want to know if it is possible to globally
transform from one datatype to another.
Here is what the client is requesting:
If DTS encounter... more >>
How to list DataPumpTask source columns collection in ActiveXScript
Posted by Rafa³ J. Dumañski at 6/6/2005 9:02:58 AM
Hi
I have text file as a source and I need to write a script
(ActiveXScript) which will check
which columns from this input file aren't used in transformations.
I know how to get columns which are used in transformations, but I don't
know
how to get source columns list to compare t... more >>
DTS Job Error: Invalid connection
Posted by Venkat at 6/6/2005 8:42:39 AM
Hi folks,
I created a DTS package on a SQL Server and Scheduled it by right
clicking on that package. After that I have changed the owner of the job
to 'sa'.
The job fails with error: DTSRun: Loading... Error: -2147467259
(80004005); Provider Error: 14(E) Error string:
[DBNETLIB][ConnectionO... more >>
Newbie: Update From Excel
Posted by Cavan Vannice at 6/6/2005 7:44:02 AM
I am a newbie at SQL Server, but I do have a little experience from
Coldfusion. Here's my Question.
We have a database for our business. We sell products. and we get price
lists in excel format all the time. I am working with DTS and I would like to
set it up, so that I can format the sprea... more >>
How could I use a LookUp Query in a DataTransform Task to reach my goal?
Posted by icebold54 NO[at]SPAM hotmail.com at 6/6/2005 6:10:44 AM
I'm interested in doing the following thing:
I have this stored procedure:
CREATE PROCEDURE usp_sequence
@idseq int OUTPUT
AS
BEGIN TRAN
SET @idseq = (SELECT idSequence FROM tblSEQUENCE)
SET @idseq = @idseq + 1
UPDATE tblSEQUENCE
SET idSequence = @idseq
COMMIT TRAN
GO
... more >>
Import Flat file Data into Sql Server with Transaction
Posted by guna_selvas NO[at]SPAM yahoo.com at 6/6/2005 5:22:04 AM
I have a text file with 300 rows and try to transform into sql server
2000 using DTS. Suppose i got a integrity in 250 rows.
I want to roll back the inserted data.
Can any one give me suggestion.
Expecting ASAP.
... more >>
DTS package Execute() failure in VB.Net
Posted by Jerry Clarke via SQLMonster.com at 6/6/2005 12:00:00 AM
I receive a -2147467259 error when attempting to execute a DTS package in a
VB.Net routine. The client is running Windows XP and ther SQL Server 2000
(with SP3) is running on Windows Server 2000. I am able to execute the DTS
package manually and, from the VB app, I can read, write, delete records... more >>
How to check row existence while Importing data using ActiveX Scri
Posted by Vishal Sood at 6/5/2005 12:58:07 AM
Hi All,
I am trying to make an Access Project using SQL Server 2000 DTS
functionalities.
I have to import selective columns from a table of dbase5 database into SQL
Server table. Every day, the dbase5 table will have some new rows. For the
first time, I want to import all rows (abt 50K r... more >>
Importing Hyperlinks
Posted by Wesley Peace at 6/4/2005 12:07:09 PM
All,
I'm in the midst of a project and trying to understand SQL at the same time.
Normally I could get a database up and operational in a relatively short
period of time, but in this case I'm running into a problem and need some
help.
Here's the situation. I've got about 300 lines of inf... more >>
Error Message from SMTP Mail Task
Posted by Deepak Puri at 6/3/2005 6:31:34 PM
I successfully installed the 1.1.0.0 (May 31 2005) version of the SMTP
Mail Task (available at www.sqldev.net). But when I try to add this task
to a new DTS 2000 package, an "mmc.exe - Entry Point Not Found" error
pops up. The detailed message is: "The procedure entry point
GetAddrInfoW could no... more >>
DTS 2000 Data pump issue Deadlock?
Posted by Myles at 6/3/2005 5:13:03 PM
Hello All,
I have run into a small issue with the Data Pump Task (or Data
transformation Task). The issue is the data pump appears to be creating
a deadlock.
I am running SQL Server 2000 developer edition Service pack 3a on a
dual 3.ghz 4 gig byte server. At the time of running this task t... more >>
Please help - Comparison of DTS to BO Intergrator ETL tool
Posted by karenmiddleol NO[at]SPAM yahoo.com at 6/3/2005 4:20:08 PM
Please help at our site we have the crazy Business Objects salesman who
are trying to convince our Managers to convert from SQL Server DTS to
Business Objects Integrator ETL tool.
We have quite a many DTS packages used on a day to day basis and they
process quite a volume of data. The BO Sales... more >>
What's the best way
Posted by BW at 6/3/2005 3:21:08 PM
Hi All,
Let me start by saying I have 0, nada, zilch, zip experience with DTS, so be
gentle ;-)
We have this guy who, as part of his job, maintains an Access database, and
we need this data in an SQL Server DB. Permanently converting the Access DB
to SQL Service is not an option so I figure... more >>
Controlling the start of Seed value
Posted by Michael Vardinghus at 6/3/2005 12:41:09 PM
This works:
cREATE TABLE #test (
[Testløbenr] [int] IDENTITY (5000,1) NOT NULL ,
[Indhold] [char] (10) COLLATE SQL_Latin1_General_CP1_CI_AS NULL
)
insert into #test
(Indhold)
select 'def'
.....and t... more >>
Issues with jobs running twice
Posted by deka at 6/3/2005 11:43:14 AM
I am running SQL Server 2000 on Windows 2003. I have several jobs that run,
and I have noticed two issues. First of all, some of my scheduled jobs
appear to be running twice as I receive two email notifications for each job.
However I also notice in my logs that jobs seem to execute only on... more >>
How capture displays from procs?
Posted by Snake at 6/3/2005 8:30:02 AM
I have strored procedures which sometimes start and end with something like
"SELECT 'pgmname:', getdate() as 'started'". Sometimes row counts are
included and other important stuff. Anyway, when I run these same procs
from DTS I lose this information as the package log does not capture it. ... more >>
global variable not working
Posted by kurtn at 6/3/2005 7:59:02 AM
on my company's developement sql server, I created a DTS package with a
global variable. Then from an ASP page I pass a value to a stored procedure
which sets a global variable in the DTS package and then the stored procedure
executes the DTS package. It all works on the development server! ... more >>
Uregnt ASAP Please
Posted by G Q at 6/3/2005 7:31:05 AM
Hi:
we have a lot of DTS Packages in SQL Server 7.0. We are moving all databases
to a new server in 2000. What is the best way to Script and save these
packages with out us going to create form scratch. any Ideas will be greatly
appreciated.
Thank you all in advance,
Q
... more >>
DTS Logging - Outer Package Variables
Posted by Neil at 6/3/2005 6:45:19 AM
Hi,
I have 2 DTS Packages, one is a child which is run by the other the parent
using the execute DTS task. The child has logging configured to point to a
particular server, also the child has a dynamic properties task which uses a
global variable to set the logging server. If I execute the ... more >>
DTS Error Log file
Posted by Satish at 6/3/2005 2:03:02 AM
Hi,
How can we see the DTS error log file after executing the DTS package?
Thanks in advance
Regards
Satish... more >>
Changing Excel file in the DTS task
Posted by Yunus's Group at 6/2/2005 3:07:44 PM
Hello,
Does anyone know how to open and save the excel file without the full
version of excel installed?
Our requirement is, the VBScript code in the DTS package task should
change the sheet name of the excel file to "Sheet1". We do not want to
install full version of Excel in the server ju... more >>
Running VB Application
Posted by David Miller via SQLMonster.com at 6/2/2005 1:02:25 PM
I am a complete rookie when it comes to DTS so please forgive my ignorance!
Is there a way to run a VB6 application from within a DTS Package? If so,
how is it done?
Thanks in advance to anyone that can help!... more >>
DTS Package bombs....I Need A work around
Posted by pdxJaxon at 6/2/2005 10:51:49 AM
I am experiencing problem discussed in this article:
http://support.microsoft.com/?kbid=818540
(DTS Designer blows up and crashes EM when modifying dts task that uses SQL
Calculated Columns as source)
I need a work around as this is on a system where I cannot install SP4
any thoughts... more >>
Dynamic excel file name for DTS export
Posted by Sameer Parekh at 6/2/2005 9:11:47 AM
Hello everyone,
I am facing a situation, and your help would be really appreciated.
I have created a view in SQL server that I need to export to an excel
file on a monthly basis. However, what I want to do is give the exported
file a dynamic name with a date or some other identifier in the... more >>
file transfer protocol task
Posted by Tunga Torgal at 6/2/2005 12:00:00 AM
Hi,
I have to create a DTS package for loading some ftp-based files to our SQL
Server tables.
For this, I plan to use file transfer protocol task.
But, the filename creates a problem. Because it changes every day. It has a
formal naming convention including the day of creation. So, filename... more >>
SQL SERVER 2000 database to SQL Server 2005
Posted by Subi at 6/1/2005 7:56:02 PM
I have an existing database in SQL 2000 with tables, stored procedures, UDT's
triggers relations indexes, packages, logins, users etc. I want to port the
existing database in SQL 2000 to SQL 2005 beta version. What is the best
feature available to do the same in the best way, so that the datab... more >>
Date conversion through DTS
Posted by Craig at 6/1/2005 3:25:17 PM
I am importing a text file with a date field in a non-standard date format:
In other words, it's in YYYYMMDD, without quotes. I've been unsuccessful in
using DTS transformation using the dateserial function. The dateserial
function recognizes the YYYY portion as a string; however, this func... more >>
Can not make data connection using host name
Posted by Gary at 6/1/2005 2:43:08 PM
I changed the host name of the server and now any data connections in my DTS'
s that use the host name do not work when accessing Enterprise manager
remotely.
If I work directly on the server, they work just fine.
???
... more >>
dtsrun - on another users computer with out installing more software on the machine
Posted by news.microsoft.com at 6/1/2005 12:46:26 PM
All,
i have a question with regards to DTSRUN. i have a package on my server
that is a hybrid from an example taken from
http://www.sqldts.com/default.aspx?246, which isn't my problem. this work
fine.
i want to set this up so that one of my users can fire this from her
machine. if i... more >>
Creating Excel spreadsheet in DTS and Error on send mail
Posted by Brad Scott at 6/1/2005 12:36:04 PM
I am having an issue with exporting a multiple sheet workbook created through
the DTS wizard, and getting it to attach to an email.
The DTS will export successfully. When it comes to the send mail function,
I receive an error associated with the file is not at the location specified.
The ... more >>
dts & transaction logging
Posted by M D at 6/1/2005 8:38:44 AM
Is it possible to import from SQL Server or text file, to version 7, and
turn off transaction logging?
I'm failing for full tlog due to no drive space.
thx
md
*** Sent via Developersdex http://www.developersdex.com ***... more >>
Bypass Execute SQL Task in DTS Workflow
Posted by icebold54 NO[at]SPAM hotmail.com at 6/1/2005 6:27:08 AM
Hi to everybody
Does anybody know how can I bypass an Execute SQL Task in a DTS
Workflow?
The bypass must be decided by the user in every execution.
I've designed the following workflow:
[ExecuteSQLTask]
[tasks]-[ActiveX Task For Path Decision] / ... more >>
|