Forum Replies Created

Viewing 10 posts - 1 through 11 (of 11 total)

  • RE: Creating a package at runtime with custom parameters

    Dear Elliott

    Thanks for your reply, i'd followed some links in net and started creating the package, but could not acheive what i wanted to, in your post u'd...

    *He that is good with hammer tends to think every thing is a nail*

  • RE: how can i add source table and destination table to a ssis package at runtime ??

    Dear sir, happy to receive your reply, i was off for a week so i could not reply my apologies, if you wish i would like to elaborate my query...

    *He that is good with hammer tends to think every thing is a nail*

  • RE: Exception from HRESULT: 0xC0208035

    Hi guys,

    i've solved the exception, the mistake was with the connection string format

    the previous connection string was

    "Provider=SQLNCLI10;Server=1DTWN0023;Database= AdventureWorks;Uid=sa; Pwd=sa@123; Trusted_Connection=yes;";

    but the correct format is

    "Data Source=(local);Initial Catalog=AdventureWorks;Provider=SQLNCLI.1;Integrated Security=SSPI;Auto...

    *He that is good with hammer tends to think every thing is a nail*

  • RE: Can i run Import and Export wizard explicitly

    Hi Gianluca

    Thanks for your reply, i found it in the Binn folder, thanks a lot...

    *He that is good with hammer tends to think every thing is a nail*

  • RE: Need guidence to build a SSIS package (its urgent)

    Thanks dude...

    nw i'm able to run the package from my code, the problem is even after i change the destination server name and database name in the xml file, the...

    *He that is good with hammer tends to think every thing is a nail*

  • RE: Need guidence to build a SSIS package (its urgent)

    vikas i've one more doubt...

    if i have connection managers for both source and destination, then wt is the use of xml file???

    bcoz basically while v r adding the...

    *He that is good with hammer tends to think every thing is a nail*

  • RE: Need guidence to build a SSIS package (its urgent)

    Hi vikas thanks for ur interest dude...

    i've made it work... actually i was missing the password value in my xml....

    once i updated the xml file with the password it...

    *He that is good with hammer tends to think every thing is a nail*

  • RE: Need guidence to build a SSIS package (its urgent)

    i'm sorry i'd uploaded the image but got lost... here is the error message.....

    Information: 0x40016041 at Package: The package is attempting to configure from the XML file "C:\Documents and...

    *He that is good with hammer tends to think every thing is a nail*

  • RE: Need guidence to build a SSIS package (its urgent)

    Does the package accesses the file when you run it from VS IDE?

    No, its is not accessing the configuration file, when i run the package it is displaying...

    *He that is good with hammer tends to think every thing is a nail*

  • RE: Need guidence to build a SSIS package (its urgent)

    Hi vikas thanks for your reply...

    i've created the xml file, and followed the steps to configure the file, but when i execute the package from my .net application, it...

    *He that is good with hammer tends to think every thing is a nail*

Viewing 10 posts - 1 through 11 (of 11 total)