Running reports requests @ the same time

(5 posts) (2 voices)

Tags:

No tags yet.

  1. rblanalt, Member

    Hi,

    If I run a report I am not able to run another report.
    e.g.
    I have a report which does take a few minutes to execute.
    While I am waiting for the result I am not able to access another report or to login to mydbr in another TAB.

    Is it only possible to run 1 query or did I do a configuration error?

    I use a premium license and the server is a recent XEON with 128GB of memory.

    Thanks

  2. myDBR Team, Key Master

    Blocking is caused by locked session file in the browser where myDBR waits for possible charts to be served from the session.

    Check the "Use embedded charts" in Environmental settings (use of SVG charts is recommended as well).

    --
    myDBR Team

  3. rblanalt, Member

    Hi,
    Sorry for the late answer.
    I have the "Use embedded charts" checked and
    I also have the default chart format set to SVG.
    I also tried it with Image charts and Flash charts, but I have the same result.

    As long as a request is running the server does not answer to any other request.

    Any other idea what it could be?

    Do you need any configuration files?

    On the MySQL server I always see max 1 mydbr query. There is no locked request in mysql if I try to use 2 sessions.

    Thanks
    Ronny

  4. myDBR Team, Key Master

    Ronny,
    it seems to be a bug. We'll fix it. You can go around it by defining:

    $mydbr_defaults['chart']['embed_image'] = true;

    in mydbr/user/defaults.php.

    --
    myDBR Team

  5. rblanalt, Member

    Hi,

    Thanks for this hint.

    Now it does work.

    Best Regards
    ronny


Reply

You must log in to post.