Forum Replies Created

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

  • RE: Conditional column display

    I managed to fix it within the NPOI code that creates the Excel cells. Thanks for all your help.

  • RE: Conditional column display

    This is an ASP.NET MVC C# app that uses NPOI to generate reports from the SQL Server database. The proc gets the column headers and values for an Excel report....

  • RE: File System Task issue

    OK, I finally got it to work. I had add the variable to the Variables list as well.

    Thanks for the help!

  • RE: File System Task issue

    It doesn't seem to work. I get this error:

    Error: Failed to lock variable "FilePath" for read/write access with error 0xC0010001 "The variable cannot be found. This occurs when an...

  • RE: File System Task issue

    An empty text file.

  • RE: File System Task issue

    It appears I can't create a file using the File System task. Seems odd that you can create a directory, but not a file. Does anyone know which task I...

  • RE: Lookup tasks

    OK, I figured it out.

    One of the type codes is 2 characters long so I had to make the new Type table's type code a char(2). Even though none...

  • RE: Lookup tasks

    [Lookup 1 [730]] Error: Row yielded no match during lookup.

    [Lookup 1 [730]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "component "Lookup 1" (730)" failed because error code 0xC020901E occurred,...

  • RE: Lookup tasks

    I checked all the type code values and they exist. I checked for nulls and empty spaces and there aren't any of those, either. I tried configuring the error output...

  • RE: Date range in query removes outer joins?

    Yeah, I haven't been able to find a good SQL book myself. I usually just try different queries until I get what I want, but this time I was on...

  • RE: Date range in query removes outer joins?

    Thanks for your help, Antares686. Your suggestions worked well.

    BTW, do you know any good books on SQL? I think I need to read up some more on this.

     

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