Problem With dashboard

Forum Home Forums Uncategorized Issues Problem With dashboard

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #5291
    nelson.albarran
    Participant

    Hi, I created many dashboards for an specific user. The Dashboard page shows me the list of dashboards created, but when i select one dashboard, appears ERROR.
    The error apperars on the charts, ands it says:
    Application Error
    An application error occurred. If it repeats often, please contact the support.
    Details:
    Insufficient rights.

    I dont know how give rights for dashboards.

    #5302
    Mikhail
    Moderator

    Hi,

    Open http://localhost/Scada/plugins/Config/WebConfig.aspx
    scroll the page down and make sure that Chart plugin is Chart Pro.

    #5303
    nelson.albarran
    Participant

    The chart pro is ok, I can wiew the charts with other users (admin or guest), but not with my user. i dont know what happens

    #5304
    nelson.albarran
    Participant

    The problem is that myuser appears like disabled role.

    #5319
    Mikhail
    Moderator

    Could you provide a screenshot and a part of ScadaWeb.log containing the error?

    #5347
    AAllaby
    Participant

    Hi Mikhail, I am having the same issue. I have custom roles setup and they do not have sufficient rights for opening charts or current data within dashboards. Everything else on their accounts works perfect except dashboards, is there a way to assign specific views to these accounts? All my user accounts have specific rights so I cannot use the generic roles (Admin, guest, etc.) Thank you.

    #5349
    Mikhail
    Moderator

    Hi,
    Right-click the page where chart should be in a dashboard. Choose View Frame Source. What is the full address of the frame source?

    #5351
    AAllaby
    Participant

    view-source:http://172.17.2.32/Scada/plugins/ChartPro/ChartPro.aspx?cnlNums=101&viewIDs=3&&period=-2

    <html xmlns=”http://www.w3.org/1999/xhtml”&gt;
    <head><meta charset=”utf-8″ /><meta name=”viewport” content=”width=device-width, initial-scale=1″ /><title>
    Application Error – Rapid SCADA
    </title><link href=”../../images/favicon.ico” rel=”shortcut icon” type=”image/x-icon” /><link href=”../../lib/open-sans/css/open-sans.css” rel=”stylesheet” type=”text/css” /><link href=”../../css/error.min.css” rel=”stylesheet” type=”text/css” />
    <script type=”text/javascript” src=”../../lib/jquery/jquery.min.js”></script>
    <script type=”text/javascript” src=”../../js/error.js”></script>
    </head>
    <body>
    <div id=”divHeader” class=”plain-header”>Rapid SCADA</div>
    <div id=”divContent”>
    <h1><span id=”lblTitle”>Application Error</span></h1>
    <div class=”error”><span id=”lblErrMsg”>An application error occurred. If it repeats often, please contact the support.</span></div>
    <div class=”error”><span id=”lblErrDetailsCaption”>Details:</span><br />
    <span id=”lblErrDetails”>Insufficient rights.</span></div>
    </div>
    </body>
    </html>

    #5358
    AAllaby
    Participant

    Is that what you were looking for?

    #5360
    Mikhail
    Moderator

    Yes, thank you.
    Then copy http://172.17.2.32/Scada/plugins/ChartPro/ChartPro.aspx?cnlNums=101&viewIDs=3&&period=-2 to the browser address bar. Does chart work well using this link?

    #5361
    Mikhail
    Moderator

    Also please copy a error details from C:\SCADA\ScadaWeb\log\ScadaWeb.log

    #5365
    AAllaby
    Participant

    Can you explain the view ID’s? When I change it to 5 (from 3) it works?

    #5367
    Mikhail
    Moderator

    View ID is just an identifier from the Interface table. Chart uses view ID to validate rights. In the link above the channel 101 must be presented in the view 3.

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.