Results 1 to 3 of 3

Thread: [RESOLVED] Problems with Intergrated Security

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2006
    Posts
    51

    Resolved [RESOLVED] Problems with Intergrated Security

    Help

    I'm trying to open a Crystal Report in a CRViewer on a Windows Form.

    The report has been created with Intergrated Security and is based on a sp.

    When trying to open the report from my vb app i'm being propmted for my ID and Password.

    I'm also using the following code

    VB Code:
    1. crTables = crReportDocument.Database.Tables
    2.  
    3.         For Each crTable In crTables
    4.             crtableLogoninfo = crTable.LogOnInfo
    5.             crtableLogoninfo.ConnectionInfo = crConnectioninfo
    6.             crTable.ApplyLogOnInfo(crtableLogoninfo)
    7.         Next

    Does anyone know where I'm going wrong?

    Thanks

  2. #2
    Frenzied Member FishGuy's Avatar
    Join Date
    Mar 2005
    Location
    Bradford UK
    Posts
    1,708

    Re: Problems with Intergrated Security

    I dont know if your problem is SQL permissions or if its only a deployment issue have you entered all the crystal report registration details in your deployment project.

    http://support.businessobjects.com/c...deployment.pdf

  3. #3

    Thread Starter
    Member
    Join Date
    Feb 2006
    Posts
    51

    Re: [RESOLVED] Problems with Intergrated Security

    Have just found out it was SQL Permissions.


    As someones Sig says

    Sometimes it's the Programmer
    Sometimes it's the DBA

    This one was down to the DBA

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width