Click here to Skip to main content
15,891,567 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: DotnetNuke Pin
Abhijit Jana2-Jul-10 5:12
professionalAbhijit Jana2-Jul-10 5:12 
QuestionASP.NET C# MCPD Exam (70-562) Pin
Gindi Bar Yahav1-Jul-10 10:18
Gindi Bar Yahav1-Jul-10 10:18 
AnswerRe: ASP.NET C# MCPD Exam (70-562) Pin
dittu74-Jul-10 20:02
dittu74-Jul-10 20:02 
Questioncalling sql ssis package through asp.net Pin
janetb991-Jul-10 7:03
janetb991-Jul-10 7:03 
AnswerCommand Type Pin
David Mujica1-Jul-10 7:48
David Mujica1-Jul-10 7:48 
GeneralRe: Command Type Pin
janetb991-Jul-10 8:51
janetb991-Jul-10 8:51 
AnswerRe: calling sql ssis package through asp.net Pin
Vimalsoft(Pty) Ltd1-Jul-10 20:09
professionalVimalsoft(Pty) Ltd1-Jul-10 20:09 
GeneralRe: calling sql ssis package through asp.net Pin
janetb992-Jul-10 6:45
janetb992-Jul-10 6:45 
Vuyiswa Maseko,
Thanks for the reply.
Tried to follow these two articles:

http://www.dotnetfunda.com/articles/article786-how-to-execute-ssis-packages-in-csharp-aspnet--part-i-.aspx[^]
http://www.dotnetfunda.com/articles/article795-how-to-execute-ssis-packages-in-csharp-aspnet-part-ii-.aspx[^]

And I'm still having problems. I went back using BMI and created the package. Executes fine. Went into VS2008, and ran the following code:

Try
                Dim pkg As New Microsoft.SqlServer.Dts.Runtime.Package
                Dim app As New Microsoft.SqlServer.Dts.Runtime.Application
                'Dim sResultDts As DTSExecResult
                pkg = app.LoadPackage("F:\Program Files\Microsoft SQL Server\90\DTS\Packages\housingImport2\housingImport2\Package1.dtsx", Nothing)
                pkg.Execute()
            Catch ex As Exception
                Response.Write(ex.ToString)
            End Try


I have no rows in my table and no error written to the screen. If I go into the SQL Mgmt Studio under Integrations Services, store packages, file system, housingImport2, housingImport2 and run package1.dtsx, I get 89 rows.

Any help?
GeneralRe: calling sql ssis package through asp.net Pin
Vimalsoft(Pty) Ltd2-Jul-10 7:20
professionalVimalsoft(Pty) Ltd2-Jul-10 7:20 
Questionwsdl Pin
gerom771-Jul-10 5:21
gerom771-Jul-10 5:21 
AnswerRe: wsdl Pin
Not Active1-Jul-10 5:38
mentorNot Active1-Jul-10 5:38 
GeneralRe: wsdl Pin
gerom771-Jul-10 6:01
gerom771-Jul-10 6:01 
GeneralRe: wsdl Pin
Not Active1-Jul-10 6:44
mentorNot Active1-Jul-10 6:44 
GeneralRe: wsdl Pin
gerom771-Jul-10 7:43
gerom771-Jul-10 7:43 
GeneralRe: wsdl Pin
Not Active1-Jul-10 7:47
mentorNot Active1-Jul-10 7:47 
GeneralRe: wsdl Pin
gerom771-Jul-10 11:43
gerom771-Jul-10 11:43 
GeneralRe: wsdl Pin
Not Active1-Jul-10 12:39
mentorNot Active1-Jul-10 12:39 
Questiondisplay Analog clock Pin
Hemant Thaker1-Jul-10 3:59
Hemant Thaker1-Jul-10 3:59 
AnswerRe: display Analog clock Pin
David Mujica1-Jul-10 4:12
David Mujica1-Jul-10 4:12 
AnswerRe: display Analog clock Pin
Gaurav Dudeja India1-Jul-10 20:15
Gaurav Dudeja India1-Jul-10 20:15 
QuestionNeed help to decide whether to go for ASP.Net Website or PHP Pin
nilam24771-Jul-10 2:33
nilam24771-Jul-10 2:33 
AnswerRe: Need help to decide whether to go for ASP.Net Website or PHP Pin
Not Active1-Jul-10 2:46
mentorNot Active1-Jul-10 2:46 
AnswerRe: Need help to decide whether to go for ASP.Net Website or PHP Pin
Peace ON1-Jul-10 2:47
Peace ON1-Jul-10 2:47 
AnswerSounds like SAAS Pin
David Mujica1-Jul-10 3:04
David Mujica1-Jul-10 3:04 
Questionfile upload in gv in asp.net Pin
diyaa_0830-Jun-10 21:35
diyaa_0830-Jun-10 21:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.