Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SSIS and Import/Export (2008)
 show ssis runtime to user

Author  Topic 

arkiboys
Master Smack Fu Yak Hacker

1433 Posts

Posted - 2011-12-07 : 11:17:22
Hi,
I have developed a ssis package and I can run it using a job, etc...
All works fine.
Question:
Is it possible to show the designer of the ssis when the package is run, to the user via a windows app? so that the user can see when each task changes colour, etc.?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2011-12-07 : 11:51:13
its not possible. designer will be visible only in BIDS. you can log progress in a file and show it though

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

arkiboys
Master Smack Fu Yak Hacker

1433 Posts

Posted - 2011-12-07 : 12:23:09
Yes, but the user likes to see the way the package is run with colours, tasks, etc.
Thanks anyway.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2011-12-07 : 12:28:49
then you've run it in business intelligence development studio itself.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -