Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    MS SQL Server


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





SSIS Package Not Running From Client Management Studio


 I migrated a few stored procedures from SQL 2000 to SQL 2005. When the packages are run from the box where the SSIS and SQL Server (Windows server) is installed it is running fine without any issues. When run from my local machine (client) where I have installed the SQL Server Client, the same package would not execute and gives me some weird error messages. I am a local admin on the box. Is this a issue with SSIS? Do we have to log onto the box (server) and then execute the packages?


Any help is appreciated.


Thanks !




View Complete Forum Thread with Replies

Related Forum Messages:
Error Running SSIS Package From Management Studio
Hi
 
I created SSIS Package to transfer tables from one sql2005 DB to another sql2005 DB.
When I execute the package from the BIDS it execute succesfully.
However, when I import the package (file system) to the management studio - msdb - stored packages and run the package from there (right click: Run Package) I get this error:
 
the validate method on the task failed, and returned error code. the validate method must succeed and indicate the result using an out parameter.
 
what is the reason for this error?
 
I aprriciate your help.

 
 
 
 
SeoAndSo.com

View Replies !
Help. Problem Running Package From Management Studio Job
Help. I am trying to run an SSIS package from Management Studio jobs. It probably has to do with passwords or something, but I am clueless where to fix.  Thanks!

version: SQL Server 2005, sp2

This is the error I am receiving:


Quote:

Message
Executed as user: ABCsqluser. ...  Version 9.00.3042.00 for 32-bit  Copyright (C) Microsoft Corp 1984-2005. All rights reserved.    Started:  11:21:14 AM  Error: 2007-03-15 11:21:14.73     Code: 0xC0016016     Source:       Description: Failed to decrypt protected XML node "DTS:Property" with error 0x8009000B "Key not valid for use in specified state.". You may not be authorized to access this information. This error occurs when there is a cryptographic error. Verify that the correct key is available.  End Error  Error: 2007-03-15 11:21:14.86     Code: 0xC0016016     Source:       Description: Failed to decrypt protected XML node "PackagePassword" with error 0x8009000B "Key not valid for use in specified state.". You may not be authorized to access this information. This error occurs when there is a cryptographic error. Verify that the correct key is available.  End Error  Error: 2007-03-15 11:21:22.18     Code: 0xC001602A     Source: Oehm Automation - Fetch a...  The package execution fa...  The step failed.

View Replies !
Running SSIS Packages In Management Studio
We are using SQL Server 2005 Standard edition.  We have the development studio installed on a developer€™s workstation.  The SSIS package is accessing network folders using UNC and the tasks in packages are accessing SQL Server with a SQL Server id.
 
The SSIS package runs fine on the workstation. We deploy the SSIS package as a SSIS store on SQL Server.  I receive Error 18456 Severity 14 State 8 error when I run the SSIS package as a SQL Agent job.
 
When I run the SSIS package from the Integration Services Management Studio, I get The AcquireConnection method call to the connection manager "dboSQLabm" failed with error code 0xC0202009.
 
I€™m sure this is a permission based problem since it runs fine on my workstation.  I tried logon onto the SQL Server with my id (I€™m an admin to the server).  I tried running the agent with my windows id.  It looks like I€™m getting problem connecting to the SQL Server tables since the logs are properly written to the network drive.
 
In SQL DTS 2000, all we needed to do was give the SQL agent id permission to the network folder.  I tried to search the forums, but none of the solutions seem to work for my situation.

View Replies !
What User Is Used When Executing An SSIS Package From Management Studio?
 

All:
 
I am working with a package that executes a stored procedure.  This stored procedure makes use of a Linked Server.  When I execute it in debug mode in VS 2005, it works flawlessly.  However when I deploy it to the production server and execute it by going to Management Studio, connecting to Integration Services, navigating to MSDB, right clicking and choosing "run package" I get the infamous:
 
Login failed for user '(null)'. Not associated with a trusted SQL Server Connection.  OLE DB Provider SQLNCLI for linked server [name] returned message "Communication Link Failer"
 
error.  If I execute the stored procedure by itself on the production server, it works flawlessly.  It is only when this stored procedure gets executed via the above mentioned way inside of an SSIS pack that I get this error.  To me this suggest it is being executed as a different user, but I don't know which one.
 
Any help would be wonderful.
 
Thank you in advance...
 
AccDev

View Replies !
Including SSIS Package To Management Studio And Scheduling The Same.
Hi,
I am new to SSIS and SQL Server 2005.
 
I have imported data from excel file to SQL Server 2005 data base and save that as a SSIS package. I saved that package both in SQL SERVER and as a dtsx file.
 
Now I wanna see the same in object explorer in Management Studio. How do I include one SSIS package to Management Studio? If I want to schedule the same how do I do?
It would be great if anyone can help me.

View Replies !
How To Schedule Integration Services Package(SSIS) 2005 Using Management Studio?or Is There Any Other Way For The Same?
Have anyone  successfully accomplished scheduling integration services package using management studio? or is there any other way to do this?

i am scheduling the package to run from SQL SERVER Management Studio using SQL Server Agent,but it is not working.Help is appreciated.

View Replies !
Visual Studio Output Information In Debug Mode While Running A SSIS Package
Hello

When running a package in VS you can see something like this in the output window:

SSIS package "logging.dtsx" starting.
Information: 0x40043006 at Data Flow Task, DTS.Pipeline: Prepare for Execute phase is beginning.
Information: 0x40043007 at Data Flow Task, DTS.Pipeline: Pre-Execute phase is beginning.
Information: 0x402090DC at Data Flow Task, Flat File Source [1]: The processing of file "C: est ssis loggingad_data1.txt" has started.
Information: 0x4004300C at Data Flow Task, DTS.Pipeline: Execute phase is beginning.
Warning: 0x8020200F at Data Flow Task, Flat File Source [1]: There is a partial row at the end of the file.
Information: 0x402090DE at Data Flow Task, Flat File Source [1]: The total number of data rows processed for file "C: est ssis loggingad_data1.txt" is 477.
Information: 0x402090DF at Data Flow Task, OLE DB Destination [1011]: The final commit for the data insertion has started.
Information: 0x402090E0 at Data Flow Task, OLE DB Destination [1011]: The final commit for the data insertion has ended.
Information: 0x40043008 at Data Flow Task, DTS.Pipeline: Post Execute phase is beginning.
Information: 0x402090DD at Data Flow Task, Flat File Source [1]: The processing of file "C: est ssis loggingad_data1.txt" has ended.
Information: 0x40043009 at Data Flow Task, DTS.Pipeline: Cleanup phase is beginning.
Information: 0x4004300B at Data Flow Task, DTS.Pipeline: "component "DataReaderDest" (87)" wrote 0 rows.
Information: 0x4004300B at Data Flow Task, DTS.Pipeline: "component "OLE DB Destination" (1011)" wrote 1 rows.
SSIS package "logging.dtsx" finished: Success.

This is exactly when I need when a package is running but I want to be able to see it without using Visual Studio.
I would do it in Reporting Services but I need to find out to get the information. The SSIS logging feature in a package does not provide that kind of info.

Did someone try this already?

Thanks!

Mop

View Replies !
Management Studio On Client
I have an instance of SQL Server 2005 running on a server.  I know that Management Studio is available to me on the server through Programs.

What do I need on my client computer used for development to access the instance on the server?  Is it as simple as a shortcut to the server Management Studio exe?  Do I access it through Internet Explorer?  Or what do I have to install on the client to be able to manager the server DB's?

Apparently this must be very easy because I've looked all over and can't find the answer.  Thank you in advance.

View Replies !
Error While Accessing Database From Server Using Management Studio In The Client Machine
hi all,
i have MS SQL Server 2005 in my server machine
and i have MS SQL Server 2005 client setup in another 3 machines
when i access database from server using management studio in the client machine and while open table, i get the below error
"Object reference not set to an instance of an object. (SQL Editors)"
What is the problem?
How can i solve this?
plz help
thanks in advance

View Replies !
SQL Server Express 2008 - Missing Client Tools / Management Studio / Profiler
 

I downloaded and performed a full install of SQL Server Express 2008 Nov CTP. It was installed on a fresh installation of Windows Vista Enterprise x64.
 
During setup, I checked the 'Client Tools' box which has the description:
"Includes management and development tools: SQL Server Management Studio, SQL Server Configuration Manager, SQL Server Profiler, and Database Engine Tuning Advisor"
 
The installation ran fine with no errors. After install I looked for the Management Studio but couldnt find it anywhere. No SQL Server Profiler or Database Tuning Advisor either. The only tool that appears to have installed is the SQL Server Configuration Manager.
 
If I check my Start Menu, the only 2008 items that exist are
Microsoft SQL Server 2008 >

Configuration Tools >

SQL Server Configuration Manager
SQL Server Error and Usage Reporting
SQL Server Installation Center
 
I checked the summary log and everythign PASSED:
Package results:
  Passed
Execution statistics:
  Exit code:                     0x00000000
  Exit message:                  Passed
  Package start time:            12/13/2007 14:05:39
  Package end time:              12/13/2007 14:09:06
  Package install location:      c:Program Files (x86)Microsoft SQL Server100Setup Bootstrap
  Package initial action:        Install
  Media source location:         Install
  Media version:                 10.0.1075.23
Machine properties:
  Machine name:                  xxx
  Machine processor count:       2
  OS version:                    Windows Vista
  OS service pack:              
  OS language:                   English (United States)
  OS architecture:               x64
  Process architecture:          32 Bit
Properties provided in package.xml file:
  LegalProductName:              SQL Server Database Services 2008
  Description:                   SQL Server Database Services 2008
  Details:                       Install for SQL Server Database Services 2008
  ProductName:                   SQL2008
  Version:                       10
  SPLevel:                       0
  KBArticle:                     KB876234
  KBArticleHyperlink:            http://support.microsoft.com/?kbid=876234
Command line arguments provided:
  ACTION:                        Install
  INSTANCEIDSUFFIX:             
Product features discovered:
  Product:                       SQL2005
  Product:                       SQL2008
Feature status after execution:
  Database Engine Services: Passed
  Replication: Passed
  Client Tools: Passed
Windows Installer logs generated during execution:
  C:Program Files (x86)Microsoft SQL Server100Setup BootstrapLog20071213_1405T60-l3ac207_20071213_1405_Snac_Cpu64_1.log
  C:Program Files (x86)Microsoft SQL Server100Setup BootstrapLog20071213_1405T60-l3ac207_20071213_1405_Msxml6_Cpu64_1.log
  C:Program Files (x86)Microsoft SQL Server100Setup BootstrapLog20071213_1405T60-l3ac207_20071213_1405_Tools_Cpu32_1.log
  C:Program Files (x86)Microsoft SQL Server100Setup BootstrapLog20071213_1405T60-l3ac207_20071213_1405_SqlWriter_Cpu64_1.log
  C:Program Files (x86)Microsoft SQL Server100Setup BootstrapLog20071213_1405T60-l3ac207_20071213_1405_SqlBrowser_Cpu32_1.log
  C:Program Files (x86)Microsoft SQL Server100Setup BootstrapLog20071213_1405T60-l3ac207_20071213_1405_Sql_Cpu32_1.log

 

What is the issue here?
 

View Replies !
Job Running SSIS Package Keeps Failing But The SSIS Package By Itself Runs Perfectly Fine
Hey, I've a few jobs which call SSIS packages. If I run the SSIS package, it runs fine but if I try to run the job which calls this package, it fails. Can someone help me troubleshoot this issue? None of my jobs that call an SSIS package work. All of them fail.

Thank you

Tej

View Replies !
Run Dts Package From Visual Studio(user Will Trigger The Running Of Dts Package)
 

Hi all,
I am creating a dts package to export files from one database to another database.
I tried to search for ways to execute the files and found out that i need to add
reference to Microsoft.Sql.managedDts. However, I cannot find this reference from
my reference. Do i have other alternatives to run this file?

View Replies !
Different Results When Running Procedure From Management Studio Vs Application Code
I'm updating a process that recreates a large table every night. The table is the result of a bunch of nightly batch processes and holds a couple million records. In the past, each night at the end of the batch jobs the table would be dropped and re-created with the new data. This process was embodied in dynamic sql statements from an MFC C++ program, and my task is to move it to a SQL Server 2000 stored procedure that will be called from a .Net app. Here's the relevant code from my procedure:
sql Code:






Original
- sql Code




-- recreate new empty BatchTable table
print 'Dropping old BatchTable table...'
exec DropBatchTable --stored procedure called from old code that does a little extra work when dropping the table

-- validate drop
If exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[BatchTable]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
Begin
RAISERROR( 'Unable to drop old BatchTable!',0,1) WITH NOWAIT
End Else Begin
print 'Old BatchTable dropped.'
End

print 'Creating new BatchTable...'
SELECT TOP 0 *, cast('' as char(3)) as Client, cast('' as char(12)) as ClientDB
INTO dbo.BatchTable
FROM differentDB.dbo.BatchArchives

--validate create
If Not exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[BatchTable]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
Begin
RAISERROR( 'Unable to create new BatchTable!',0,1) WITH NOWAIT
End Else Begin
print 'New BatchTable Created.'
End






    -- recreate new empty BatchTable table    print 'Dropping old BatchTable table...'    exec DropBatchTable --stored procedure called from old code that does a little extra work when dropping the table     -- validate drop    IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = object_id(N'[dbo].[BatchTable]') AND OBJECTPROPERTY(id, N'IsUserTable') = 1)    BEGIN        RAISERROR( 'Unable to drop old BatchTable!',0,1) WITH NOWAIT    END ELSE BEGIN        print 'Old BatchTable dropped.'    END     print 'Creating new BatchTable...'    SELECT TOP 0 *, CAST('' AS CHAR(3)) AS Client, CAST('' AS CHAR(12)) AS ClientDB    INTO dbo.BatchTable    FROM differentDB.dbo.BatchArchives     --validate create    IF NOT EXISTS (SELECT * FROM dbo.sysobjects WHERE id = object_id(N'[dbo].[BatchTable]') AND OBJECTPROPERTY(id, N'IsUserTable') = 1)    BEGIN        RAISERROR( 'Unable to create new BatchTable!',0,1) WITH NOWAIT    END ELSE BEGIN        print 'New BatchTable Created.'    END

The print statements are there because the .net app will read them in and then write them to a log file. Some of the other mechanics are there to mimic the old process. The idea is to duplicate the old process first and then work on other improvements.

This works in Management studio. The .Net App reports that the old table was dropped, but when it tries to create the new table it complains that "There is already an object named 'BatchTable' in the database." I have verified that the old table is removed.

Any ideas on how to fix this?

View Replies !
VERY!! Slow Package Execution When Using Management Studio
I have a parent package which executes 14 child packages in parallel, which on average take ~10 seconds each to complete when I execute the parent packege using BIDS or DTEXEC.
 
However, if I run the parent package using SQL Management Studio (Integration Services > Stored Packages > MSDB > Right Click > Run Package) each package takes in excess of 10 minutes to run, getting progressively slower as each package starts.
 
Surely the package is executing in exactly the same way as BIDS/DTEXEC, just a differenct UI?
 
Can anyone explain why this happens?
 
Thanks in advance,
 
Leigh
 
 

View Replies !
How To Create DTS Package Using MS SQL Server Management Studio
 

Hi all experts,
 
Im new to MS Server Management studio. I need to create a DTS package, but unable to do so. Im not sure whether I need the Microsoft SQL Server 2005 DTS Designer Components in order to create DTS package. Can anyone help? Thks in advance.

View Replies !
SSIS In Management Studio
I notice someone else asked about this but my situation is a little different. I go into Management Studio, connect to the Integration Services and then try and go into the MSDB file folder I get a big long error message that my server doesn't allow remote hosts, which it does I have gone into the surface area configuration to make sure, and that sql server 2005 has no default instance, which it does because I have been into the MsDtsSrvr.ini.xml configuration file and written it in there, and that sql server 2005 does not exist.

Has anyone figured out how to fix this?

View Replies !
Create Package In SQL Server Management Studio Express?
Our server currently has the following components installed for SQL Server 2005: 1.  SQL Server Management Studio Express and 2. Configuration Tools (SQL Server Configuration Manager, SQL Server Error and Usage Reporting, and SQL Server Service Area Configuration). 

Is there a way to setup a package using the software currently installed (if not, what needs to be installed in order to setup a package)?

I'm looking to schedule running an executible, it was fairly easy with SQL Server 2000 (using DTS), but I'm unsure how to set this up using the software we currently have installed.

View Replies !
Is It Possible To Create A DTS Package Using Microsoft Sql Server Management Studio
Is it possible to create a DTS package using microsoft sql server management studio. if yes? How can i do it.

 

Any help is appreciated.

 

Regards,

Karen

View Replies !
Chinese UI For X64 Installation Package Of Management Studio Express W/SP2 ???
Hi,
 
I tried installing the x64 version of Microsoft SQL Server Management Studio Express Service Pack 2 (

SQLServer2005_SSMSEE_x64.msi) from http://www.microsoft.com/downloads/details.aspx?familyid=6053C6F8-82C8-479C-B25B-9ACA13141C9E&displaylang=en on my Vista Ultimate x64 machine and the install wizard appears to be in Chinese???  Does anyone else get this issue?
 
How do I get the English version of this package?
 
 
Thanks.

View Replies !
Connecting To SSIS In Management Studio.
Hi:

I have 4 named instances of SQL 2005 running on one of our sales server (dont ask me why I have 4 instances.Its a beefy box btw). All the instances have SSIS Packages (around 6-7 in each instance) saved to the SQL server and not to the file system. The issue is every time i need to look at the packages or export the packages from SSMS I have to edit the MsDtsSrvr.ini.xml and type in the named instance name within the <ServerName></ServerName> tag . I then have to restart my SSIS. I dont see an easier approach to this method.

This is causing me a lot of unnecessary time waste. is there anyway this can be automated where in i can pass the instance name dynamically to the ini file or even more best, can I have all the instance names in the ini file and some how look at the packages in each Instance. I am not sure how having all the instance names in the ini file woud resolve the issue though.

I know I can use BIDS which is much more flexible and a recommended approach but need a solution for looking at SSIS packages through SSMS in all of the 4 instances. I look forward to recommendations from anyone who have better ideas and suggestions.

Thank you

AK

 

View Replies !
Viewing DTS Package Logs In 2005 Server Management Studio
We still have some Legacy 2000 DTS packages running on our 2005 Server.   The DTS packages have been configed to save the logs on the 2005 SQL server.    We can manually look at the logs in 'msdb.dbo.sysdtspackagelog'  and 'msdb.dbo.sysdtssteplog' table  but I am looking for some  GUI tools so our tech support  can view the package logs without writting a query. 

In 2000 Enterprise Manager,  you can right click on a DTS package and select 'Package Log...'  and then a nice GUI window will show up for you to browse through all the dts logs.    I just can't find this tool in 2005 Server Management Studio for Legacy DTS packages.  If I right click on a Legacy DTS package,  all the option I get are  'Open, Migrate, Export, Delete,  Rename, Refresh'...      Since the log tables are still the same, I am wondering if there is anyway I can use that 2000 DTS log viewer in 2005?

 

Thanks.

View Replies !
Several Different Errors When Creating And Running SSIS Package. Package Runs Successfuly Sometimes.
Hi All,

 

I am in the process of moving from a 32-bit SQL Server 2005 Enterprise (9.0.3054) to a 64-bit SQL Server 2005 Enterprise (9.0.3054  with 4 CPUs and 8GB of memory on Win 2003 SP2) and the process has been very frustrating to say the least. I am having a problem with packages that I created on my 64-bit SQL Server. I am importing a few tables from the 32-SQL Server into the 64-bit SQL Server using the Task --> Import to create the package.

 

Sometimes when I am creating a package I get the following error in a message box:

 

SQL Server Import and Export Wizard

The SSIS Runtime object could not be created. Verify that DTS.dll is available and registered. The wizard cannot continue and it will terminate.

Additional information: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. (System.Windows.Forms)

 

 

Other times when I run a package that has run successfully before I get the following error:

 

Faulting application dtexecui.exe, version 9.0.3042.0, stamp 45cd726d, faulting module unknown, version 0.0.0.0, stamp 00000000, debug? 0, fault address 0x025d23f0.

 

 

Other times I get this error message:

 

.NET Runtime version 2.0.50727.1433 - Fatal Execution Engine Error (79FFEE24) (80131506)

 

 

And still other times

 

The package appears to hang when running. By this I mean that the Package Execution Progress shows progress up to a point then it just stops. (The package takes about 17 seconds to run normally) CPU usage is at 1% and the package cannot be stopped.  

 

 

I have deleted and re-created the package several times and I have also re-installed the service pack on the SQL Server (9.0.3054) but that did not help.

 

 

Does anyone have any other suggestions to try?

 

 

Thanks.

 
 
 

View Replies !
Sorting SSIS Packages In SQL Management Studio
Hi,

Is there a way to sort the SSIS packages in the SQL management Studio?  It seems like the list under MSDB is sorted by the date which the package was originally imported.

 

View Replies !
SSIS Access From SQL Server Management Studio
I am trying to develop a package using SSIS to get rid of Informatica.

But I am not able to connect to the SSIS from the SQL Server Management Studio. The error message is 'Connect to SSIS Service on machine XXXXX failed: Access denied'. I am using Windows authentication and I am in the DTSADMIN role. I have 'dbo' privileges in all the databases in the Server where the SSIS Service is running (Yes, I checked and the SSIS Service is running). The SSIS is installed in the same Server as my SQL Server 2005 Standard Edition is running.

I can see that the same issue is posted by many people and no answer is posted againt it. It will be greatly appreciated by many beginners to SSIS if the answer to this question is available generally.

I have another question too. How do I transfer data between two databases in two SQL Server 2000 machines using SSIS? I really want to use something like the BCP OUT and BCP IN with memory pipes to avoid the intermediate data landing. How do I achieve it? I do not want to use the linkedserver here because of the excessive logging for the huge data volume I have.

Any answer to the above questions are greatly appreciated.

Thanks in advance...

Ganga Palakkattil

gpalakattil@telephia.com

 

 

 

 

 

 

 

 

View Replies !
SSIS Packages Not Visible In Management Studio
I've created some SSIS packages and made sure that they work correctly.

 

I've tried both copying these packages to the server using "Save a copy" and building and running a deployment package.

 

When I open management studio and connect to the Integration Services instance, I'm not seeing what I expect to see.  There are no items under Stored package and I can't even expand the folder.

 

I'm sure the packages are on the server though, because within the Business Intelligence Studio, if I choose "add an existing package", my packages are visible under the SSIS folder.

 

Is this a security issue?  Possibly we've installed Integration Services incorrectly?

 

Any help is appreciated.

 

Thanks.

 

-Joe Benckert

View Replies !
Problem When Running A SSIS Master-package-child Package On Non Default Sql-server Instance
Hi there
 
We have a SSIS run which runs as follows
 

The master package has a configuration file, specifying the connect strings
The master package passes these connect-strings to the child packages in a variable
Both master package and child packages have connection managers, setup to use localhost. This is done deliberately to be able to test the packages on individual development pc€™s.
We do not want to change anything inside the packages when deploying to test, and from test to production. All differences will be in the config files (which are pretty fixed, they very seldom change). That way we can be sure that we can deploy to production without any changes at all.

The package is run from the file system, through a job-schedule.
 
We experience the following when running on a not default sql-server instance (called dkms5253uedw)
 
Case 1:
The master package starts by executing three sql-scripts (drop foreign key€™s, truncate tables, create foreign key€™s). This works fine.
 
The master package then executes the first child package. We then in the sysdtslog get:

Error   - €ścannot connect to database xxx€?
Info     - €śpackage is preparing to get connection string from parent €¦€?
 
 The child package then executes OK, does all it€™s work, and finish. Because there has been an error, the master package then stops with an error.
 
Case 2:
When we run exactly the same, but with the connection strings in the config file pointing to the default instance (dkms5253), the everything works fine.
 
Case 3:
When we run exactly the same, again against the dkms5253uedw instance, but now with the exact same databases defined in the default instance, it also works perfect.
 
Case 4:
When we then stop the sql-server on the default instance, the package faults again, this time with
 

Error   - €śtimeout when connect to database xxx€?
Info     - €śpackage is preparing to get connection string from parent €¦€?
 
And the continues as in the first case
 
From all this we conclude, that the child package tries to connect to the database before it knows the connection string it gets passed in the variable from the master package. It therefore tries to connect to the default instance, and this only works if the default instance is running and has the same databases defined. As far as we can see, the child package does no work against the default instance (no logging etc.).
 
We have tried delayed validation in the packages and in the connection managers, but with the same results (error).
 
So we are desperately hoping that someone can help us solve this problem.
 

Thanx,
/Nils M - Copenhagen

View Replies !
Is SQL Server 2005 Management Studio (client Components Only) Is Compatible With Windows Server 2000?
Hi,
 
Pls let me know if SQL Server 2005 Management Studio (client tools only) is compatible with Windows Server 2000 or not?
 
Thanks in advance.
 
Regards,
Bhuvana

View Replies !
Error Importing SSIS Packages On SQL Management Studio
 

I encounter this error when importing SSIS packages using SQL Server Management Studio:
 
===================================
Unable to cast object of type 'Microsoft.SqlServer.Dts.ObjectExplorerUI.ImportPackageAsAction' to type 'Microsoft.SqlServer.Dts.ObjectExplorerUI.ISimpleAction'. (Microsoft.SqlServer.DtsObjectExplorerUI)
------------------------------
Program Location:
   at Microsoft.SqlServer.Dts.ObjectExplorerUI.DtsServerMenuItem.Invoke(INodeInformation parent, String mode, String assembly, String type)
 
The Integration Services that I'm using has just been rebuilt due to problems after installing SP2. I'm using Integration Services 9.0.3042. I can't find anything having this same problem. Any help will be appreciated.
 
Thanks!

View Replies !
Running Ssis Package With Ssis Run Time Compoenents And Sql Server 2000...
running ssis package with ssis run time compoenents and sql server 2000...

Is it possible to run ssis packages that point to servers on sql server 2000
without installing sql server 2005 ?

Can we just install runtime for ssis and run the packages ?

If you links or documentation which explain this scenario then it will help me to forward it to our DBAs and do the needful.

thanks a lot

$wapnil

View Replies !
Running Ssis Package With Ssis Run Time Compoenents And Sql Server 2000...
running ssis package with ssis run time compoenents and sql server 2000...

Is it possible to run ssis packages that point to servers on sql server 2000
without installing sql server 2005 ?

Can we just install runtime for ssis and run the packages ?

Please explian with links if possible

thanks a lot

View Replies !
SSIS Error Message When Trying To Open MSDB In Management Studio
Hi all,

I get this error when trying to open folder MSDB in management studio.

I'm running Win 2003, SQL server 2005 64 bit on AMD with two instances of SQL.

Any one that have a solution ? I havent found any thing that works.

If I enable VIA in SQL Server I can't start SQL Service

TITLE: Microsoft SQL Server Management Studio
------------------------------

Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476

------------------------------
ADDITIONAL INFORMATION:

Login timeout expired
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.
VIA Provider: The specified module could not be found. (Microsoft SQL Native Client)

------------------------------

Login timeout expired
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.
VIA Provider: The specified module could not be found. (Microsoft SQL Native Client)

View Replies !
Routine Crashing Of Visual Studio 2005 When Running Or Editing SSIS
We have found that it is common for Visual Studio 2005 to crash when editing or running SSIS packages -- from CTP versions through beta versions and including the release version.

Of course we kept hoping that newer releases would become more stable, or at least more robust -- and now I'm hoping there will be a service pack, which might make it more robust?

View Replies !
Running SSIS Package From SQL Job
I'm trying to run a SSIS package (dtsx) from inside an sql job (SQL Server agent). This works fine if the user running (run as) the step is a local admin on the server. If it's not, I get the error message "The package could not be loaded.  The step failed". This happens even if the user has all possible serverroles such as "sysadmin" etc in SQL.

So, my question is, is there any way to load an SSIS package without being local admin on the machine? In case it is, what is needed?

regards Andreas

View Replies !
Running SSIS Package
My boss want to close access to xp_cmdshell for any logins including sa.

View Replies !
Running SSIS Package
 

Can a SSIS Package be run as a job or a maintance tool.  I need it to run nightly.  Also in that same job can sql queries be added as well.
 
Thank you
Dee

View Replies !
JOb Running SSIS Package
I have an issue when a job is scheduled to run a SSIS package.  The package (exporte a table to a text file) runs fine from microsoft visual studio but when i create a job and run it, i get the following error:

[298] SQLServer Error: 15404, Could not obtain information about Windows NT group/user 'VOLCANOAdministrator', error code 0x534. [SQLSTATE 42000] (ConnIsLoginSysAdmin)

View Replies !
Running An SSIS Package As A Job That Connects To A DB
I have a package that I want to run as a scheduled job in sql server 2005. The job runs fine in the studio. I am convinced that it is not a password or security issue as I set the protectionlevel to do not save sensitive data and can still run the job in the studio. The User running the job has SA privileges as does the SQL Server Agent. The job reads a flat file, runs it through a script and than inserts the rows into a table. The job runs successfully only if the flat file is empty. The job history says: The return value was unknown. The process exit code was -1073741795. The step failed.


There are no OnError lines in the logging.

Anyone have any Ideas or tricks to try.

View Replies !
Automatically Running The SSIS Package Once In A Day
hi frnds,

i have SSIS package, i would like to schedule the SSIS package inorder to run automatically once in a day.

can anyone suggest me the solun. pls its urgent.

thnkx in adavance..

 

View Replies !
SSIS Package Not Running Under Proxy
 

I have a SSIS package that reads from a remote directory on another server that is on the same domain.  When I run the package under my domain user, it runs fine, however when I try to start the SQL job which has the package as the first step, the job fails.  I created a proxy account with domain user credentials, set it to be active under "SSIS Package Execution" and set the SSIS package to run as the proxy account, but I get the following error message:
 
"Unable to start execution of step 1 (reason: Could not get proxy data for proxy_id = 2).  The step failed." 
 
I'm not sure what to do at this point, so any help would be appreciated.
 
 
 

View Replies !
Requirements For Getting An SSIS Package Up And Running
Hey guys I have a simple SSIS package up and running locally i.e i have Visual Studio 2005 and SQL Server 2005 installed.
 
Now If i wish to deply this SSIS package to a new server what do i require to be installed on the new server.
 
I.e SQL server 2005 will be there but will i also need Visual Studio 2005 to be installed ?
 
Also to actually run the package do i only need the .sln file

View Replies !
Problem While Running SSIS Package As A Job
I have created an ssis package for importing some table data of one db to other db . Both taget and destination tables are exactly same . I was able to run the package sucussfully from BI Studio , that time the datas were exported currectly .
 
I created a an sqlserver agetn job with the package as step . I want it to run this once in a week .
When i tried to run this package , I am getting the following error message
 
Started:  1:20:07 PM
Error: 2008-03-15 13:31:33.91
   Code: 0xC0202009
   Source: Data Flow Task Destination 6 - ReservationManualStatus [456]
   Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available.  Source: "Microsoft SQL Native Client"  Hresult: 0x80004005  Description: "Invalid character value for cast specification".
End Error
Error: 2008-03-15 13:31:34.19
   Code: 0xC020901C
   Source: Data Flow Task Destination 6 - ReservationManualStatus [456]
   Description: There was an error with input column "LastModified" (480) on input "Destination Input" (469). The column status returned was: "Conversion failed because the data value overflowed the specified type.".
End Error 

 
 
 
One thing is , this error message is not consistent all the time ,
I am getting the similar message only but from different tables making problem each time i run .
 
One thing common is , it alwayse pointing to date type fields.
Plese help me to get out of this problem
Thanks in advance
 
 

View Replies !
Error Running Ssis Package
 
I run an ssis task with right click in the BIDS.
the task transform data of the tables between sql2005 DB to another sql2005 DB.
this is the error I get:
 



Code Snippet
An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description:

"Communication link failure".
An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description:
"TCP Provider: The semaphore timeout period has expired.
".
helpFile=dtsmsg.rll helpContext=0 idofInterfaceWithError={8BDFE893-E9D8-4D23-9739-DA807BCDC2AC}".
Task failed: CopyTables2
 
 




 
i have a similar task, only diffrent tables that being transfered, same settings. this task run succesfully.
for the task that fails it takes a long time to run (something like half an hour, maybe more) and then it falils. the task that succeeds finish fast (something like 5 minutes). the data in the tables that being transeferred in the good task is much smaller than the data in the tables in the failed task.
 
Anyone knows the reason to the error.
 
Thanks.
 

View Replies !
Error Running Ssis Package
Hello.
 
I run a ssis package of transferring data between sql2005 databases.
I get this error:
 
 



Code Snippet
Error: 0xC002F325 at CopyTables2, Transfer SQL Server Objects Task: Execution failed with the following error:
"ERROR : errorCode=-1071636471 description=An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description:
"Could not continue scan with NOLOCK due to data movement.".
helpFile=dtsmsg.rll helpContext=0 idofInterfaceWithError={8BDFE893-E9D8-4D23-9739-DA807BCDC2AC}".
Task failed: CopyTables2
 
 
i run the package currently with right click on the package on the BIDS.


 

what is the reason for this error? how can I check it?
 
Thanks.

View Replies !
Error Running Ssis Package
 

Hello,
 
I created a ssis package to transfer data between tables of sql2005 DB to another sql2005 database.
when i run it from BIDS with right click -- > execute package i get this error:
 



Code Snippet
Error: 0xC002F325 at CopyTables1, Transfer SQL Server Objects Task: Execution failed with the following error: "Cannot apply value null to property Login: Value cannot be null..".
 
 



anyone can help here.
 
Thanks.

View Replies !
Running SSIS Package Using .Net Code
I am running this code my question is when it runs ExecuteNonQuery() it doesn't wait for package to complete It just returns "Package succeeded'  - The way you can test if you run this code 2 times one after another. ExecuteNonQuery() breaks with error -
SQLServerAgent Error: Request to run job RunSsisPkg (from User DomainUser) refused because the job is already running from a request by User DomainUser.
 
How can I check before return package is running and wait to complete before return?
 
using System;

using System.Data;

using System.Data.SqlClient;

namespace SSISRun

{

class Program

{

static void Main(string[] args)

{

SqlConnection jobConnection;

SqlCommand jobCommand;

SqlParameter jobReturnValue;

SqlParameter jobParameter;

int jobResult;

jobConnection = new SqlConnection("Data Source=(local);Initial Catalog=msdb;Integrated Security=SSPI");

jobCommand = new SqlCommand("sp_start_job", jobConnection);

jobCommand.CommandType = CommandType.StoredProcedure;

jobReturnValue = new SqlParameter("@RETURN_VALUE", SqlDbType.Int);

jobReturnValue.Direction = ParameterDirection.ReturnValue;

jobCommand.Parameters.Add(jobReturnValue);

jobParameter = new SqlParameter("@job_name", SqlDbType.VarChar);

jobParameter.Direction = ParameterDirection.Input;

jobCommand.Parameters.Add(jobParameter);

jobParameter.Value = "PackageName";

jobConnection.Open();



jobCommand.ExecuteNonQuery();

jobResult = (Int32)jobCommand.Parameters["@RETURN_VALUE"].Value;

jobConnection.Close();

switch (jobResult)

{

case 0:

Console.WriteLine("Package succeeded.");

break;

default:

Console.WriteLine("Package failed.");

break;

}



}

}

}

View Replies !
SSIS Package Running Through SQL Jobs
I want to run SSIS package through job which will dump data across domains(Extranet/Corpnet). What are the settings we need to do to run this job on Corpnet server. I am not prefer to go for creating a proxy account for this and run the job on that proxy account. Job will run under the Sql server Agent Service and the Agent Service will run under an account. So, what are the permission we will give for the account under which the agent service is running on that box(Corpnet). The SSIS package doing all the DML operations. Any guidelines will help a lot.

 

Thanx.

View Replies !
Running An SSIS Package Remotely
When I run a newly created SSIS package remotely from my Vista Business PC, it runs an older version of the package, pointing to the wrong location that I initially configured in the flat file connection manager and I get errors, however when I run that same package from the server, it runs just fine.

 

Does anyone know what I need to do to clean that up?

 

thanks,

 

Anatoli

View Replies !
Error When Running SSIS Package As A Job
I am running into an error when running a package using a scheduled job under SQL Server Agent account. I am getting following error:

Date  6/12/2007 4:19:15 PM
Log  Job History (VistaODSFeed)

Step ID  0
Server  006-DEVSQL2005
Job Name  VistaODSFeed
Step Name  (Job outcome)
Duration  00:00:00
Sql Severity  0
Sql Message ID  0
Operator Emailed  
Operator Net sent  
Operator Paged  
Retries Attempted  0

Message
The job failed.  Unable to determine if the owner (ACIsnasir) of job VistaODSFeed has server access (reason: Could not obtain information about Windows NT group/user 'ACIsnasir', error code 0x6ba. [SQLSTATE 42000] (Error 15404)).


ACIsnasir is not the account under which SQL Server Agent service runs. However ACIsnasir has sa priveleges. not sure why am I getting ACIsnasir in the error and not the account under which sql server agent runs.

 

ideas?

View Replies !
Running SSIS Package Through SQL Agent
Hello,

I'm new here and hope you will be able to help me.

I have created several SSIS packages with Visual Studio 2005.
They all work fine in debug mode.
I have been able to make them work with a ODBC connection by using a ADO.NET connection.

Then I exported them to the file system in my SQL Server 2005 database and created a task in SQLAgent to run them.

All the packages using the ODBC connection fail with the following error :

Login failed for user XXX
Error : 18456; Severity : 14 , State : 8

This error is a password mismatch.

I tried several database users and checked the passwords multiple times.

It looks like SQL Agent is not able to retrieve the password although it is stocked in both the ODBC connection and the SSIS connection.

Can you help me?

Thanks,

Ares

View Replies !
Error When Running SSIS Package
Hi i get a error when i run my SSIS package. Here is the message

Error: 0xC02020A1 at import file, Flat File Source [1]: Data conversion failed. The data conversion for column "su_supplier_code" returned status value 4 and status text "Text was truncated or one or more characters had no match in the target code page.".
Error: 0xC020902A at import file, Flat File Source [1]: The "output column "su_supplier_code" (61)" failed because truncation occurred, and the truncation row disposition on "output column "su_supplier_code" (61)" specifies failure on truncation. A truncation error occurred on the specified object of the specified component.


The funny thing about this is when i run the job a 2nd time it works fine.

Has any one any idea about this error or why the job would work fine the 2nd ?

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved