Steven F.

  • 7 questions asked
  • 4 answers
  • 0 best answers (0%)
  • Is there a way to stop the encoding of the sqlStatement string

    I'm trying to test a stored procedure which takes some XML data but Neoload is encoding the sqlStatement string value. Is there a way to stop this? SQL Statement v2...
    Steven F.
    Steven F.

    Steven F.

    Level
    0
    64 / 100
    points
    Fousseyni B.
    Fousseyni B.

    Fousseyni B.

    Level
    2
    1014 / 2000
    points
    Are your sqlStatement string value coming from an extracted variable or a neoload variable ? Try to see if that value is not encoded during the extraction.
  • Load List /Array of values into variable from MS SQL

    I'm trying to load a variable with the list of results of a SQL query. I can access the first first value in the results but how do I get at the next one or a random value...
    Steven F.
    Steven F.

    Steven F.

    Level
    0
    64 / 100
    points
    Steven F.
    Steven F.

    Steven F.

    Level
    0
    64 / 100
    points
    Cheers Neil. Yes, SQL variable - so the SQL will not be executed again if I have it set to each use it will just get one of the rows
  • IBM websphere MQ message being sent as Datagram?

    I'm using the Labs websphere MQ to send and receive an MQ message it is being sent but looking at the message on the queue it is set as a Datagram so no reply is generated. Does...
    Steven F.
    Steven F.

    Steven F.

    Level
    0
    64 / 100
    points
  • My localhost Load Generator won't start. Where is the Default LG groups config?

    When I try to run my scenario I get an error message Missing Load Generator "localhost" in Scenario xxx but I can see it in the Default zone as ticked and green and the Check...
    Steven F.
    Steven F.

    Steven F.

    Level
    0
    64 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    The list of LG's is stored in the config.zip file. If you edit it you have a repository.xml file that contains the list of LG's. The LG's definition starts with <lg-host...
  • Is there a way to recover results from a test

    I ran out of disk space at the end of a test; is there any way to recover any of the results? I can see the results ID folder and it seems to have a large amount of data within...
    Steven F.
    Steven F.

    Steven F.

    Level
    0
    64 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Most of the computation is done at the end of the test especially the creation of the HTML report that is displayed in NeoLoad. For that, NeoLoad needs in the results folder...
  • Add a header to all requests?

    Is there a way to add a header to all requests without having to individually alter each step/call in neoload?
    Steven F.
    Steven F.

    Steven F.

    Level
    0
    64 / 100
    points
    christophe M.
    christophe M.

    christophe M.

    Level
    4
    5000 / 5000
    points
    Team
    No direct way. As a workaround you can perform a global search & replace to replace a "useless" header by your header.
  • I can't connect to MSSQL via SQL Action or through Javascript

    I can't connect to MSSQL via SQL Action or through Javascript I'm trying to get to a Microsoft SQL Server 2008 R2 database with version 5.1.4 Neoload. The SQL action is saying...
    Steven F.
    Steven F.

    Steven F.

    Level
    0
    64 / 100
    points
    Steven F.
    Steven F.

    Steven F.

    Level
    0
    64 / 100
    points
    Yes found this now too select the Custom Driver and then the Driver class is : com.microsoft.sqlserver.jdbc.SQLServerDriver and use the same connection string jdbc...