Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ppynrde
  • Content: Threads
  • Order by date
  1. ppynrde

    IIS stops serving ASP pages

    I am running IIS on a clustered win2K environment with the virtual directory sitting on a clustered drive. Every so often, IIS stops serving ASP pages although html pages still serve perfectly well. If I restart the IIS service, the icons in the Internet Services Manager change to stop signs...
  2. ppynrde

    IIS stops serving ASP pages

    I am running IIS on a clustered win2K environment with the virtual directory sitting on a clustered drive. Every so often, IIS stops serving ASP pages although html pages still serve perfectly well. If I restart the IIS service, the icons in the Internet Services Manager change to stop signs...
  3. ppynrde

    Crystal Reports Print Engine issue

    I have just upgraded Crystal reports from version 6 to version 8.5 and since the upgrade the amount of memory being used by crystal when displaying the reports has increased quite substatially. I have managed to narrow down the majority of this being due to the new crystal report engine...
  4. ppynrde

    Backup to UNC path failing (Log Shipping)

    Hi, I have been trying to set up log shipping on a database with a backup size of ~190MB. However, I have been getting two error messages as stated below during the initial backup of the DB before it is restored on the warm standby. 1st Error -------------- Windows was unable to save all of...
  5. ppynrde

    Advanced Server loses cluter share on reboot

    I am working with 2 Active/Passive clustered machines running 2000 Advanced server with one clustred drive shared between them. I can set-up directory shares on the cluster drive quite happily, but whenever I reboot one of the servers I loose the shared folder on that one machine. This doesn't...
  6. ppynrde

    Focus problems with embedded excel

    I hope someone can help with this problem. I am in the process of writing an app which embeds an instances of excel within a form. The user can have multiple copies of this form open so in essence we have multiple instances of excel running in multiple windows. To embed the excel, the excel...
  7. ppynrde

    probelms running CreateProcessA API through COM+

    Hi, I am trying to invoke an executable on the server through a dll containing the CreateProcessA API which is registered in a com+ application. When I run the client using just the dll, the exe runs fine and produces an output file. However, when running it through COM+ error code 109 is...
  8. ppynrde

    Problem with Office Web Components ExportPicture function

    I am trying to create graphs in asp using Office 2000 web components but when I try to run the ExportPicture procedure I get an error stating that the file cannot be opened for export. I think it may be due to some permission issues, but I don't know where to start! :-) Thanks in advance!!
  9. ppynrde

    Response.Flush causing problems

    I have IIS set up on my windows 2000 machine and I am running an ASP page that completes 5 or so stored procedures in a particular order. These can take quite a while to run so I am trying to inform the user as to the progress of the page by using the response.flush command informing them how...
  10. ppynrde

    IIS working but not serving ASP pages

    I have been running NT4 with PWS on it successfully for some time, but have recently upgraded to win 2k professional. I have installed IIS and initially it worked ok. However, recently, it has started to refuse to serve .asp pages even if the page is merely an html page with an asp extension...
  11. ppynrde

    Sending messages to VB from SQL 2000 using triggers

    Is it possible to have SQL Server send messages to Visual Basic when a table update trigger fires. I need to inform a user on a client machine when some base data changes so that they can refresh the data on their machine. Any help would be most appreciated.
  12. ppynrde

    Error 70 Permission Denied causing Issues

    The code I am developing creates multiple instances of Excel within VB to allow different spreadsheets to be viewed in parallel. For each of these objects I am creating a new instance of Excel so that they are entirely self contained. Everything is working as expected the majority of the time...
  13. ppynrde

    Retrieving recordsets from SQL Server 2000 using VB ADODB

    I am accessing SQL server 2000 from VB using ADODB but I am having issues returning a recordset from a stored procedure that firstly updates a temp table and then runs a select on it. I can retrieve recordsets if I only run select statements, but not if I run Updates or inserts prior to the...

Part and Inventory Search

Back
Top