Don B.

  • 4 questions asked
  • 0 answers
  • 0 best answers (0%)
  • WebResource AXD Files

    During the recording of a .NET-based web-site, numerous webresource.axd files are referenced with an _# (_1, _2, _3, etc.) for the same webpage/request. I did not run through...
    Don B.
    Don B.

    Don B.

    Level
    0
    13 / 100
    points
  • Failed to set up monitor for Oracle

    I'm getting a message of "TNS:listener does not currently know of SID given in connect descriptor" -- The Oracle DB Monitor Configuration screen does not provide a place to...
    Don B.
    Don B.

    Don B.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    In fact, you should be able to use your SID name in the "database" field. Now you can also switch to advanced mode and use that URL: jdbc:oracle:thin:@<host>:<port>:<SID>...
  • Copying NLP and Support files for use by another Virtual Directory

    I have an NLP project and associated directories used to test a website at a given virtual directory (epower80). I have copied the supporting directory of the NLP to a new...
    Don B.
    Don B.

    Don B.

    Level
    0
    13 / 100
    points
    Keith L.
    Keith L.

    Keith L.

    Level
    2
    1371 / 2000
    points
    Team
    Try to change the Request Type drop-down to "use manual definition", then change the node, and then put it back to "Follow the redirect of the previous request" Let us know if...
  • Running a script one time for each user then stopping after processing all users

    I have 400 users that need to run through a script one time only. I want to do this two different ways: 1) one user at a time where each user logs in, does the action once...
    Don B.
    Don B.

    Don B.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    I'm not sure to understand your goal. Please correct me if i'm wrong but in your first case, you would like one user at a time so does it mean that the load will only be 1...