Hi ,
We are trying to Automate the Textpipe conversion process by embedding the .bat file in SQL Server Intergration Services (SSIS) package. When we execute the .bat file from SSIS integrated Development Environment manualy, it works fine.
However when we schedule the SSIS package from SQL 2005 Agent , Text pipe exe will never get invoked.
can you please let us know the steps to schedule Textpipe using SQL Server Agent.
Also can we execute the textpipe in background ( without invoking GUI )?
Thanks,
chetan
Executing TextPipe Bat file from SSIS
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Re: Executing TextPipe Bat file from SSIS
Did you read the help file under Advanced/Command line options?
You need
/minimized
The Agent can't run TP as TP expects console interaction. For that you need to use TP Run Time or the TextPipe Engine.
You need
/minimized
The Agent can't run TP as TP expects console interaction. For that you need to use TP Run Time or the TextPipe Engine.
-
- Posts: 3
- Joined: Fri Feb 06, 2009 3:10 am
Re: Executing TextPipe Bat file from SSIS
Hi,
Isn't TP run time or TP Engine part of the software package that we buy.
If no, What is the additional cost to buy this software.
The version that we are currently using is TextPipe Pro 8.4 Server Edition.
Thanks,
chetan
Isn't TP run time or TP Engine part of the software package that we buy.
If no, What is the additional cost to buy this software.
The version that we are currently using is TextPipe Pro 8.4 Server Edition.
Thanks,
chetan
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Re: Executing TextPipe Bat file from SSIS
Please see http://www.datamystic.com/buy/textpipe.html for current prices.
Try using /minimized first - this may work for you.
Try using /minimized first - this may work for you.