Forum Replies Created

Viewing 15 posts - 346 through 360 (of 2,897 total)

  • Reply To: SQL Injection Attack Troubleshooting

    Eric M Russell wrote:

    If a stored procedure isn't an option, then another safe guard would be to grant the mssql account used by the Contact page to have only insert permission on...

  • Reply To: SQL Injection Attack Troubleshooting

    Thanks. This particular page only seems to have a few instances that need to be modified.

    But there are probably other pages on the website that are vulnerable.

  • Reply To: SQL Injection Attack Troubleshooting

    Looks like we have some "Bad" code.

    Thoughts ??


    $sql = "update MyTable set Username=".$memNum." where memNum=".$memNum;
    $results = mssql_query($sql, $dbconn);

    .

    There's some other using SP writing to WordPress:

  • This reply was modified 6 years, 5 months ago by homebrew01.
  • This reply was modified 6 years, 5 months ago by homebrew01.
  • This reply was modified 6 years, 5 months ago by homebrew01.
  • This reply was modified 6 years, 5 months ago by homebrew01.
  • This reply was modified 6 years, 5 months ago by homebrew01.
  • This reply was modified 6 years, 5 months ago by homebrew01.
  • This reply was modified 6 years, 5 months ago by homebrew01.
  • Reply To: SQL Injection Attack Troubleshooting

    A scheduled job had 0 results, and we found a table had all the records deleted.

    I then used my trace file logging and found the injected SQL code deleting the...

  • RE: Reporting Services Migration Problems

    Davis H - Wednesday, February 13, 2019 9:52 AM

    Sue_H - Tuesday, February 12, 2019 4:30 PM

    February 13, 2019 at 1:02 pm

    #2021985

  • RE: Reporting Services Migration Problems

    Sue_H - Tuesday, February 12, 2019 4:30 PM

    homebrew01 - Tuesday, February 12, 2019 3:13 PM

  • RE: Reporting Services Migration Problems

    IT WORKS !

    Thanks for all the various help. !
    Last fixes were editing Data Source connection strings and some views & functions hardcoded with linked server names.

  • RE: Reporting Services Migration Problems

    Davis H - Tuesday, February 12, 2019 11:56 AM

    So, what about starting over from scratch?  I have done this numerous times going...

  • RE: Reporting Services Migration Problems

    Davis H - Tuesday, February 12, 2019 11:56 AM

    So, what about starting over from scratch?  I have done this numerous times going...

  • RE: Reporting Services Migration Problems

    I have progressed to trying to run a report and getting this. Will look it up in a bit.

    An error has occurred during report processing. (rsProcessingAborted)
    ...

  • RE: Reporting Services Migration Problems

    Sue_H - Tuesday, February 12, 2019 12:16 PM

    type your message

    Some of the errors you have can happen when you have...

  • RE: Reporting Services Migration Problems

    Correct. I don't want to make changes to SQL, just get SSRS running. I patched SQL on the "New" server to match the "Old" Server.
    I want to shut down...

  • RE: Reporting Services Migration Problems

    And

    ============
    <Header>
    <Product>Microsoft SQL Server Reporting Services Version 13.0.4446.0</Product>
    <Locale>en-US</Locale>
    <TimeZone>Eastern Standard Time</TimeZone>
    <Path>C:\Program Files\Microsoft SQL Server\MSRS13.MSSQLSERVER\Reporting Services\LogFiles\Microsoft.ReportingServices.Portal.WebHost_02_12_2019_11_29_36.log</Path>
    ...

  • RE: Reporting Services Migration Problems

    Here are some errors when clicking the Web Service URL Link. As far as i can tell, the 2 different servers are on the same versions of SQL, SQL 2016,...

  • RE: Reporting Services Migration Problems

    Thanks, I added myself as an administrator, but still getting the error.

    "Could not load folder contents
    Something went wrong. Please try again later.

  • I'll keep poking...

    Viewing 15 posts - 346 through 360 (of 2,897 total)