Sunday, March 25, 2012
cant aquire a managed connection, SSIS
manager. I tested it and the connection passed. I then wend to the data
flow source and added a data reader source but get the error , cannot aquire
a managed connection from the runtime connection manager. I am trying to
create a simple package that will read data from a database using a query and
then write it out to an excel file. I am familiar with the old 2000 DTS
package development.
thanks.
--
Paul G
Software engineer.Paul,
I'm in the same boat and ended up having to go buy the Microsoft Press SSIS
book. I'm still going through it.
You probably will have to do the same as SSIS help seems to be limited in
here.
Good luck,
Jay
"Paul" <Paul@.discussions.microsoft.com> wrote in message
news:722EC193-D7B7-4B20-AB4F-1303F4AB625C@.microsoft.com...
> HI I am creating an integration service and have created a connection
> manager. I tested it and the connection passed. I then wend to the data
> flow source and added a data reader source but get the error , cannot
> aquire
> a managed connection from the runtime connection manager. I am trying to
> create a simple package that will read data from a database using a query
> and
> then write it out to an excel file. I am familiar with the old 2000 DTS
> package development.
> thanks.
> --
> Paul G
> Software engineer.|||Hi Jay I was able to get it working. I now have an Integrated Services
packages that moves data from one database to another and if successful
updates a table in the original database. Also if successful I have it write
out in a message box using vbscript. Also if it fails I have it wright out
an error message in a message box.
If I remember correctly I selected the connection from the properties of the
dataflow task. Also on the connection I used the ADO.net. In addition I
changed the authentication mode to mixed (this is in the properties of the
database). Hope this helps.
--
Paul G
Software engineer.
"Jay" wrote:
> Paul,
> I'm in the same boat and ended up having to go buy the Microsoft Press SSIS
> book. I'm still going through it.
> You probably will have to do the same as SSIS help seems to be limited in
> here.
> Good luck,
> Jay
> "Paul" <Paul@.discussions.microsoft.com> wrote in message
> news:722EC193-D7B7-4B20-AB4F-1303F4AB625C@.microsoft.com...
> > HI I am creating an integration service and have created a connection
> > manager. I tested it and the connection passed. I then wend to the data
> > flow source and added a data reader source but get the error , cannot
> > aquire
> > a managed connection from the runtime connection manager. I am trying to
> > create a simple package that will read data from a database using a query
> > and
> > then write it out to an excel file. I am familiar with the old 2000 DTS
> > package development.
> > thanks.
> > --
> > Paul G
> > Software engineer.
>
>
Monday, March 19, 2012
Cann't execute integration service package with SQL server agent
hi, can anyone explain, how to execute package with sql server agent:
the problem is::
i made a integration service package (in visual studio 2005). When I 'm in visual studio and do "execute" the package it works well. Then I build a dtsx file. When i double click on it, it opens and if i do execute, it works well.
I want to execute the package every week automatically. I write a job in SQL server agent, in Steps I choosed Type=SQL server Integration service packege, then General->packacge source -> file system, and then wrote where the dtsx file is (which was built). "Run as" I choose my user name.
then i'm trying to start a job, but it fails, and writes "The package execution failed."
What I'm doing wrong.
(sorry for my english)
The error message you are getting indicates that you are running the package in the SQL Serve agent as a 'Integration services package' step; right?
The problem with that is that if there is any problem with the execution you message error won't provide any details. To start change the step type to use CmdExec, so the error message is more descriptive. Most of the times the error is due to permission (when the agent executes the job it uses the account that it is being used to run the agent) or the protection level you used to saved your package (a package property).Look into this article for more details:
http://support.microsoft.com/default.aspx/kb/918760
Rafael Salas
Rafael Salas
|||Some more notes on permissions, such as those for the file store, and a nice example that illustrates the difference between what you can get from the CmdExec step versus the SSIS subsystem-
Scheduled Packages
(http://wiki.sqlis.com/default.aspx/SQLISWiki/ScheduledPackages.html)
Saturday, February 25, 2012
Cannot start Integration Services
I would like to use the features of the Integration Service on SQL Server
2005.
Therefore I have to connect to Server type Integration Services.
When I connect, it is trying to connect for 30 seconds and then it displays
the message that the service did not respond to the start or control request
in a timely fashion.
When I try to start the integrated services service, it won't start.
The error I am getting is:
Could not start the SQL Server Integration Services service on Local
Computer.
Error 1053: The service did not respond to the start or control request in a
timely fashion.
In the Event Log the following 2 errors are created:
ID 7000:
The SQL Server Integration Services service failed to start due to the
following error:
The service did not respond to the start or control request in a timely
fashion.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
ID 7009:
Timeout (30000 milliseconds) waiting for the SQL Server Integration Services
service to connect.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
When I follow this hyperlink, a page is displayed with information how to
display the WIN32_EXIT_CODE error.
It tells me to type sc query <service name> from the command prompt.
I have not been able to see this error code, because I don't know the exact
name of the service.
I tried all kinds of variations of the name, in- and excluding spaces and
qoutes, but everytime I got this error:
The specified service does not exist as an installed service.
I am working with SQL Server 2005 on a Windows 2003 server.
Any ideas?Please see if this applies: http://support.microsoft.com/kb/918644
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com .|||It is working fine now, although there were lots of errors in the
installation logs of each update.
The errors reported failures of verifying the correct version of installed
files and some registry keys.
Thanks,
John.
Paul Ibison <Paul.Ibison@.Pygmalion.Com> wrote in message
news:#qFHBrnLHHA.4928@.TK2MSFTNGP06.phx.gbl...
> Please see if this applies: http://support.microsoft.com/kb/918644
> Cheers,
> Paul Ibison SQL Server MVP, www.replicationanswers.com .
>
Cannot start Integration Services
I would like to use the features of the Integration Service on SQL Server
2005.
Therefore I have to connect to Server type Integration Services.
When I connect, it is trying to connect for 30 seconds and then it displays
the message that the service did not respond to the start or control request
in a timely fashion.
When I try to start the integrated services service, it won't start.
The error I am getting is:
Could not start the SQL Server Integration Services service on Local
Computer.
Error 1053: The service did not respond to the start or control request in a
timely fashion.
In the Event Log the following 2 errors are created:
ID 7000:
The SQL Server Integration Services service failed to start due to the
following error:
The service did not respond to the start or control request in a timely
fashion.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
ID 7009:
Timeout (30000 milliseconds) waiting for the SQL Server Integration Services
service to connect.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
When I follow this hyperlink, a page is displayed with information how to
display the WIN32_EXIT_CODE error.
It tells me to type sc query <service name> from the command prompt.
I have not been able to see this error code, because I don't know the exact
name of the service.
I tried all kinds of variations of the name, in- and excluding spaces and
qoutes, but everytime I got this error:
The specified service does not exist as an installed service.
I am working with SQL Server 2005 on a Windows 2003 server.
Any ideas?Please see if this applies: http://support.microsoft.com/kb/918644
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com .|||It is working fine now, although there were lots of errors in the
installation logs of each update.
The errors reported failures of verifying the correct version of installed
files and some registry keys.
Thanks,
John.
Paul Ibison <Paul.Ibison@.Pygmalion.Com> wrote in message
news:#qFHBrnLHHA.4928@.TK2MSFTNGP06.phx.gbl...
> Please see if this applies: http://support.microsoft.com/kb/918644
> Cheers,
> Paul Ibison SQL Server MVP, www.replicationanswers.com .
>
Sunday, February 12, 2012
Cannot run Datamining query task in standard edition of Integration Services
Hi
We are using SQL Server 2005 Standard Edition. I have SSIS package which uses 'Data Mining Query Task'. I am using this task to run the predictions using the mining model I have deployed. When I run this SSIS package from IDE , everything is fine. But I deployed this SSIS to msdb, and when I right click on the package and run it from MSDB I get error message saying ,
'Cannot run this task in this edition of Integration Services. It requires higher level edition'.
Altimately we want to execute this SSIS from an API which is written in C#. Can you please suggest any workaround for doing so?
Thanks,
Vikas
You should be able to use the Data Mining Query Task in SQL Server Standard Edition - the Data Mining Query Transform is only available in Enterprise Edition. This may be an issue with running from msdb - I'm assuming the DB server is SE and not Workgroup or Express?
Regarding running a package stored in a DB from C#, please ask on the Integration Services forum.