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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MegM

  1. MegM

    Interdev Debugging with IIS 6.0

    Hi! Has anyone been able to debug server and client script in Interdev with IIS 6.0 installed? We have recently upgraded our systems from Windows 2000/IIS 5.0 to Windows 2003/IIS 6.0. We are developing in Visual Studio 6.0 with SP6 and are not having any luck reconfiguring our debugging. Any...
  2. MegM

    Transaction Coordinator Error

    We are running a web app and are receiving daily "New transaction cannot enlist in the specified transaction coordinator" errors once the number of users on the system hits a certain load. The application is running on two dedicated servers. One for the DB and one for the Web. We are running...
  3. MegM

    Soft coding Database connections within SQL Task

    Doesn't this force the statement to be parsed and recompiled everytime it is executed? Also some of the statements are pretty extensive, is there a limitation of the size of Global Variables.
  4. MegM

    Soft coding Database connections within SQL Task

    We have several DTS applications which require the updating of one database from data in another database. In DTS you can only attach to one connection at a time within a SQL Task so you are required to hard code the second database. Is there a way around using hard coded database names. Any...
  5. MegM

    Max connections to Analysis Services

    Hi - Just a follow-up - Many of our issue were resolved by removing Microsoft Analysis Services\Bin\msmdvldm.exe. This is the executable that deals with large dimensions and there have been some problems with it - especially in connection to incremental processing. After removing the exe our...
  6. MegM

    Max connections to Analysis Services

    Member properties . . . We are having a problem with one of our dimensions. Our dimension has ~360,000 members. This is a parent/child dimension with 18 different member properties. This dimension is used in all of our cubes and queries. We cannot process our OLAP database incrementally...
  7. MegM

    Max connections to Analysis Services

    We've checked the perfmon connections - thanks - everything there seems okay though, so we're trying a different route. We know a database server reboot temporarily fixes the issue. We are now looking into our component interaction with COM+, and COM+ interaction with OLAP. Our query works...
  8. MegM

    Max connections to Analysis Services

    Can Analysis Services max out on connections? We are receiving an error message from our web application, "The connection cannot be used to erform thi soperation. It is either closed or invalid in this context." We started receiving the error after our site usage increased. We...
  9. MegM

    ASP Pages Stop Loading

    We are having a similar problem (only restarting IIS does not help us) - search for Q297989 either on the MS site or in the IIS forum . . .

Part and Inventory Search

Back
Top