Home Server

Problem with the SessionID parameter

edited February 2004 in Server
I use the WebTier - ISAPI and the RBServer7.03.

All works fine, but i have trouble if i change the SessionID parameter
manual.
For example:
http://10.217.1.132/rbbin/Report.dll?content=viewer&volume=VISIONiC&name=2. TARGET\1.Standard\1. Ziele\Ziele_MA&folder=v0d0d0d0&SessionID={9B82BB58-3AAD-4410-A5A9-41F4867DF20E}&zoom=70

http://10.217.1.132/rbbin/Report.dll?content=viewer&volume=VISIONiC&name=2. TARGET\1.Standard\1. Ziele\Ziele_MA&folder=v0d0d0d0&SessionID=XXX&zoom=70

Now my problem is that in the ..\rbbin\rbcache directory after the manual
manipulation
two new SessionID's are generated. In the first SessionID everything is O.K.
But my IE starts the second generated SessionID and in this directory
my SessionParameters.txt file does not exist, which i need to set in my
reports.
And because of these my reports are not filtered and show all data.


Any ideas?

Beach

Comments

  • edited February 2004

    By definition, the Session parameters are only relevant to a single session.
    Start a new session and you need to specify the Session parameters. In the
    RBServer\Demos\WebTier\Custom Parameters this is accomplished by displaying
    an html login form for a new session. The user has to specify the session
    parameters. You could also programmatically specify them.




    --
    Nard Moseley
    Digital Metaphors
    http://www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited March 2004
    Hello Nard thanks for the answer, but you wrote

    <<You could also programmatically specify them.>>
    I specify the parameters, but when a user manipulate the SessionID
    manual in the IE the ReportServer create two session-dircectorys.
    In the first session is all o.k.
    But the ReportServer does not stop in the first session, where is
    all directorys and SessionParameters.txt file o.k.
    The ReportServer fire again and start to create a second session directory.
    Why the ReportServer fires two times?
    And how can i stop the Server to create two session directorys.

    Beach
  • edited March 2004
    Hello Nard sorry its mistake.

    Regard
    Beach
This discussion has been closed.