Viewing 8 posts - 1 through 8 (of 8 total)
I haven't being able to solve this yet 🙁
Any new ideas?
I also tried to reproduce this problem in different environments without any luck, it seems to work just fine....
August 31, 2010 at 9:42 am
I was able to identify that the waiting is on the line:
[font="System"]tStdOut = mobjProcess.StandardOutput.ReadToEnd()[/font] (after executing the line mobjProcess.Start()).
The ReadToEnd() is executed and it get stucked there waiting for the...
August 30, 2010 at 8:59 am
I assigned read and write permissions (just to be sure) to the user on witch SQL Server Agent service is running, to the folder where the console application is hosted,...
August 27, 2010 at 8:19 am
How do I check the account on which SQL Agent runs under? Checking the "Log on as" property of the SQL Server Agent (MSSQLSERVER) service? Or you mean checking the...
August 26, 2010 at 6:52 am
Ok, thanks a lot anyway for the info.
I'll try to get access to see the pop up.
August 24, 2010 at 2:45 pm
The event log is the same as in your case; I only get an Information Event with:
[font="Times New Roman"]Application popup: MiConsolApp.exe - Application Error : The application failed to initialize...
August 24, 2010 at 2:25 pm
The thing is that this has being working just fine for months, this problem began a week ago or so.
The only change is that the dba deleted the dtsx from...
August 24, 2010 at 2:18 pm
I'm having a very similar problem.
I have a job with only one step, that invokes a ETL package.
The ETL deletes some data from the data base (Execute SQL Task) and...
August 24, 2010 at 1:44 pm
Viewing 8 posts - 1 through 8 (of 8 total)