Forum Replies Created

Viewing 15 posts - 31 through 45 (of 180 total)

  • RE: List of users who have access to reports

    Thanks Rekha.

    Thats working fine.

    😎

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: List of users who have access to reports

    Hi rekha_sara,

    You are absolutely right. Data in the execution table won't helpful.

    I also think that there is no table holding the value.But it should be somewhere.

    Try using web service...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: System.Web.Services.Protocols.SoapException

    Hi latingntlman,

    I think some reference error occur in tables while deleting that report.

    Just try to delete this report directly from the catalog table.

    I hope this will solve your problem.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: SSRS

    I don't think it is possible to achieve the exact look what you expect but the below thing is possible

    Goto Table ? Properties ? Groups ? Add and in the...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: changing export file name every week when it is sent

    According to my knowledge, you can change the attachment name only in data-driven subscription. data-driven subscription is available only in enterprise edition not in standard

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: ExecutionLog Table

    Hi Dennis Klemenz,

    I think you have to change site settings

    Go to Report manager ? Site Settings and UNCHECK the 'Remove log entries older than this number of days'.

    check this but...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: An error has occurred during report processing.Cannot create a connection to data source .For more information about this error navigate to the report server on the local server machine, or enable remote errors

    Run the same report in the server where the report sever is installed and get the exact error information.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Adding your Company Logo to the Report Manager pages

    Yes Peddie.

    You are correct. But i don't believe that there is another way to achieve that. If you find some thing please share that with me.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Adding your Company Logo to the Report Manager pages

    Peddie,

    I just placed an image(Cmp_logo) in C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportManager\images folder

    and modified the ReportingServices.css file like below

    /* Upper title on the page */

    .msrs-uppertitle

    {

    font-family:Verdana;

    font-size:20;

    BACKGROUND: url(../images/Cmp_logo.gif) no-repeat;

    TEXT-INDENT: 150px;

    height:65px;

    width:800px;

    }

    Can u get...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Adding your Company Logo to the Report Manager pages

    Sorry Peddie. I'm getting you. please explain me clearly

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Adding your Company Logo to the Report Manager pages

    Yes paula_sql. It is possible to add.

    See the attachment for sample

    Modify ReportingServices.css in C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportManager\Styles folder

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Writing to an existing excel spreadsheet

    What you want to do with this excel?. Sorry. I'm not getting you

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Could not load file or assembly.Access is denied

    Hi davidjsutherland

    Try this

    Imports System.Security

    Imports System.Security.Permissions

    Imports System.Security.PermissionSet

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: How to create trend report based on report snapshots

    Hi Z-438578,

    Let me aslo try this and get back to you

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: How to create trend report based on report snapshots

    Hi Z-438578,

    Below is the list of tables having the Snapshot details

    select * from History

    select * from SnapshotData

    And i use the below query to retrieve the information of the snapshoted...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

Viewing 15 posts - 31 through 45 (of 180 total)