Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)

  • RE: Forward Dependencies are not valid.

    Sorry... Forgot to update the forum..

    Thats exactly what I did and it worked!!

    Max

  • RE: Forward Dependencies are not valid.

    Hello

    I am having the exact same issuse and changing the order is not helping me...

    Summary of the problem:

    SELECT a,b,c,, getdate() -90 AS defaultstartdate, getdate()-60 AS defaultenddate

    FROM x,y,z

    WHERE x.date BETWEEN @startdate...

  • RE: Proper user access in SSRS

    Thanks guys for your help... But I think I figured out a work around by using case....

    SELECT a,b,c

    FROM x,y,z,u

    WHERE

    x.id = y.id

    AND y.num = z.num

    AND u.loginid = @REPORTUSER

    AND u.id =...

  • RE: Failed to retrieve long data

    Nevermind guys... I think I figured out a workaround... I change the conenction to ODBC instead of OLE DB and looks like it is working now.... Thanks for all your...

  • RE: Failed to retrieve long data

    Yes... Right where the select statement is...

  • RE: Failed to retrieve long data

    Yes it is in a dataflow... When I try to cast it in the select statement in source, i get a DTS_E_OLEDBERROR --> "An OLE DB record is available. Source:"(null)"...

  • RE: Failed to retrieve long data

    yeah I dont think thats it...

    After a lot of investigation and debugging, I've found that its failing at one specific row and only thing that I can see different...

  • RE: Failed to retrieve long data

    External Data is DT_TEXT

    Output Data was DT_IMAGE... I even tried changing this to DT_TEXT.... still failed

  • RE: Failed to retrieve long data

    Forgot to mention...

    The source table has about a million records and the field with 'text' data type has paragraphs of unknown length and all kinds of special characters...

    Also... this package...

Viewing 9 posts - 1 through 9 (of 9 total)