CF8, W2K3 Server and IIS6: Train wreck

Good morning all,
CF8 runs fine in development but, in production runs like crap. IIS6 needs restarting every morning and everthing is pointing to my code but, I had no problems with my code in development. Anyone know how to find if my code is causing memory leaks? I am also using Stored Procedures from CF to SQL 2005.
Thanks in Advance,
DJ Khalif

The monitoring tools built into ColdFusion 8.
AND|OR
SeeFusion (http://www.seefusion.com/)
AND|OR
FusionReactor (http://www.fusion-reactor.com/fr/)
It is quite possible that code that runs fine in development where one (or at most a few) users work fine, but behaves completely differently in production wehre dozens, hundred or potentially thousands of users start hitting it.
You may want to also check out load testing tools for testing of your applicaiton.

Similar Messages

  • KT4 Ultra Raid and W2K3 Server

    Hi, I am planning to install Windows 2003 Server on my machine. But before I go ahead and wipe everything from the hard drive I need to be sure there are proper drivers for my RAID controller in W2K3 Server. I doubt I can use the XP drivers? Currently I am running WinXP with the TX4000 drivers by Promise and that works fine! Anyone any experience with this mobo, raid and win2k3 server?

    yea well of course I can recert to XP and do have a GHOST image :D. OK just dl-led and burnt the evaluation version from MS, will let u know if it installed correctly (either Promise's driver disk or MSI for XP).

  • Snow Leopard Server and FCServer

    Hi.
    I'm running FCServer on an iMac, and I'm currently looking for the best solution for giving co-workers outside of our office network remote access to our FCS database. The main purpose for this is for remote users to screen and download episode segments and movies from our database.
    I was initially thinking VPN would be the only solution, but then I saw Snow Leopard Server has 'Mobile Access Server' built right into the OS, which appears designed to help users avoid having to use a VPN.
    Before I go out and buy SLS for the company, I want to be sure it will work. Am I correct that Snow Leopard Server, and the built-in Mobile Access Server, will allow users outside of our network remote access to our FCSrvr database?
    Any help would be greatly appreciated. And if this question is better suited for a different forum please let me know as well.
    Thank you!

    Hmmm... Thanks for the replies.
    I posted this question in the OS X Server forum and got this response:
    +"I haven't used Final Cut Server, but I'm pretty sure the Mobile Access Server wouldn't work with it. MAS works with plain HTTP, and the Address Book, iCal, and Mail (SMTP and IMAP) services; but FCServer is only partly HTTP-based, and I don't think even the HTTP part will work due to how MAS authenticates HTTP clients. Also, you might be thinking about using MAS as the same computer as FCServer, and it won't work that way -- MAS needs to be on a separate (internet-facing) computer from the actual origin server (which should be firewalled from the internet).+
    +I'd go back to thinking about VPN... "+
    Can anyone offer any more insight into this for me? I'm just an audio/video post-production guy, so this is all a little outside of my training.
    Any help would be greatly appreciated. Thanks!

  • How can a VI be both server and client?

    Hi, 
    I'm new in LabView and I'm trying to build a server and client VI using TCP/IP that runs in two computers. in my program I need both server and client VIs to communicate with each other which means I need both VIs to be server and client. I've tried using a case structure but it doesnt work. The only thing I achieved is a normal server/client system where the server sends a request and the client responses.But i need the client to send requests too.i have attached my VIs to this post.I would appriciate it if someone could help with this problem. 
    Thanks in advanced. 
    Rambaldi.
    Solved!
    Go to Solution.
    Attachments:
    Server-Client.zip ‏41 KB

    Do you really need a client and server on each PC? If you simply need that two to talk to each other they can once the client connects to the server. In most cases you only need one server.
    What Steve said about the not using the same port only applies to two servers on the same machine. A client must use the port the server is listening to and if the client and the server are on the same machine then they will both use the same port. However, only ONE of them is accepting waiting for connections on that port.
    In the code you posted you actually swapped the names. What you call the client is actually the server code and vise versa. In networking a server is an application that listens to an assigned port, accepts connections on that port and provides whatever services it has implemented. A client is an application that establishs a connection to a server. Once a connection is established the two applications can communicate in both directions. The applications themselves will define how the conversation should progress and whether it is a one way conversation or a two way conversation. You don't specify what you are trying to accomplish but I suspect you only need a single server.
    In TCP, every connection is defined by the source and destination IP addresses and the source and destination ports. The server uses a known port (FTP is port 21, HTTP is 80, telnet is 23, or some custom port in the user space beyonds the reserved ports) to listen for connections. The client will use the well known port of teh server and generally picks a random port for its port number. The LabVIEW VIs do this automatically. This is how a server and a client on the same computer can use the same port number. Two servers however cannot. The server application can spawn a child task allowing it to service multiple connections at one time though. Each connection will be unique though since the client's port number, address or both will change for each connection.
    OK, end of networking 101.
    Can you describe in a bit more detail what exactly you want to accomplish. Given that I could probably provide you with more information for your application.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Can anyone convert this Oracle 11g (RAC?) into a usable Datasource in CF8.0.1 and CF9 Admin?

    Can someone help me convert this into the correct settings for an Oracle datasource in CF8.0.1 and CF9? I would prefer to not use the thin client if that is even possible. "With progress comes great change to connection settings!" -Nate, 2011
    ABCDEPRD = (DESCRIPTION=
       (LOAD_BALANCE=on)
       (FAILOVER=on)
       (ADDRESS_LIST=
          (SOURCE_ROUTE=yes)
          (ADDRESS = (PROTOCOL = TCP)(HOST = dom1.xyz.com)(PORT = 1521))
          (ADDRESS_LIST=
            (LOAD_BALANCE=yes)
            (ADDRESS=
              (PROTOCOL=TCP)
              (HOST=qrsx901.xyz.com)
              (PORT=3200)
            (ADDRESS=
              (PROTOCOL=TCP)
              (HOST=qrsx902.xyz.com)
              (PORT=3200)
        (ADDRESS_LIST=
          (SOURCE_ROUTE=yes)
          (ADDRESS = (PROTOCOL = TCP)(HOST = dom2.xyz.com)(PORT = 1521))
          (ADDRESS_LIST=
            (LOAD_BALANCE=yes)
            (ADDRESS=
              (PROTOCOL=TCP)
              (HOST=qrsx901.xyz.com)
              (PORT=3200)
            (ADDRESS=
              (PROTOCOL=TCP)
              (HOST=qrsx902.xyz.com)
              (PORT=3200)
        (CONNECT_DATA=
          (SERVER=dedicated)
          (SERVICE_NAME=ABCDEPRD_TAF)

    user13016840 wrote:
    By any chacne you have the steps on your blog)?Currently its not there in blog..
    You can refer to :
    http://oraforecast.com/orawiki/index.php/How_to_enable_Dead_Connection_Detection
    http://www.dba-oracle.com/t_sqlnet_expire_time.htm
    How does Dead connection detection work?
    Hope it will help..
    Regards
    Rajesh

  • Windows 2008 Web Server and Crystal Reports Runtime 10 comptability

    We have migrated a website that was previoulsy on a Wndows 2003 server using IIS6 and Crystal Reports Runtime v 10 on ASP.NET 2.0
    After migrating the website, and installing the Crytal Reports runtime, we are getting application errors related to Crystal Reports Runtime in event viewer and the browser.
    For one is Crystal Reports Runtime v10 compatible with Windows 2008 Server, IIS 7 ?

    No it is not. You're looking for about a 5 year forward compatibility. At this time, only CR 2008 (12.x) and Crystal Reports Basic for Visual Studio 2008 (10.5) are supported on WIN 2008. See [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] blog for more details.
    Ludek

  • FCP X 10.1 a train wreck

    PCP X 10.1 with Maverick is a train wreck for me. Crashes, lost work, failure to render. Is there any way to get 10.0.9 up again including a clean install of Mountain Lion. I can't work with 10.1.

    Just stopped in to see what the problem was and decided to tag on to what Luis said.
    In addition to Luis' suggestions, since it is possible that the computer is struggeling with trying to do too much, this may be a good time to go through and "clean house" by deleting stuff on the drive that isn't needed anymore thereby freeing up more disk/drive space.
    The other thing that would be useful is to free up resources. Open up Utilities > Activity Monitor and see what is going on. If there is anything that looks abnormal there may be some clues there.
    If the computer is connected to the Internet it may be stopping processes that Final Cut needs in order to check on or receive mail, or something else. Everything saps resources and makes it harder to do your processing. Processing video is very computer resource intensive so taking some of the load off of it sure wouldn't hurt.

  • Why a classic asp + vb6 component application using MSXML6.0 is slower on W2K8 server compare to W2K3 server?

    Recently we moved classic asp application+ vb6 com components from W2K3 server to W2K8 server.
    The only change made in the vb6 component is upgrade from MSXML 2.0 to MSXML 6.0. These vb6 components are compiled into dlls and registered as COM components on the server.
    The issue we are facing right now is that asp pages are taking a lot of time to load.
    The functionality which used to take 8-10 sec is now taking around 40 seconds.
    We inserted the logs and found that all the functions in vb6 code which are related to MSXML 6.0 upgrade have caused the slowness in the application.
    On further research, we found that vb6 modules which uses 64 bit version of MSXML6.0(present under C:\Windows\System32) to load XML documents takes over two times longer to load an xml doc which uses 32bit version of MSXML6.0. (present under C:\Windows\sysWOW64)
    Microsoft has provided a hotfix for this. Please see below url.
    support.microsoft-com-kb-2799406
    We already tried this hotfix but it did not fixed the performance issue.
    Question:
    1) On W2K8 machine, we are unable to use MSXML6.0 present under C:\Windows\sysWOW64. Whenever we try to reference to this location it by default references back to C:\Windows\system32. We also opened the vb project file in a notepad and changed the reference
    location and opened the Project again but no success. Can anyone suggest what can be the probable solution to fix this?
    Current Scenario:
    Reference=*G{F5078F18-C551-11D3-89B9-0000F81FE221}#6.0#0#..WINDOWS-System32-msxml6.dll#Microsoft XML, v6.0
    Expected Scenario:
    Reference=*-G{F5078F18-C551-11D3-89B9-0000F81FE221}#6.0#0#..-WINDOWS-sysWOW64-msxml6.dll#Microsoft XML, v6.0
    2) Once we compile this vb6 code to a dll by having a reference to this sysWOW64 folder, how to ensure/confirm reference from Syswow64 will be picked up once it will be on W2K8 server?
    3) Also if you can suggest what can be other areas we should target/think of for resolving this performance issue?

    I have encountered the exact same problem with msxml6.dll that is described in the latter part of you statement. Had you come up with a possible solution?

  • Migrating to CF8 & new server

    Hello,
    I'm upgrading from a CF7 Standard license to CF8 Standard AND
    moving to a new 2003 server. Do I need to put CF7 on the new server
    and then upgrade or is there a way I can just put a clean copy of
    CF8 on the new server?
    Thanks,
    CLM

    Yes, you will just need the CF7 license key. During or after
    you
    install CF8 you will enter the CF8 license key. It should
    then say
    something to the effect "This is an upgrade license. Please
    enter
    original license key". Then enter your CF7 license key and
    you are good
    to go.
    At least that is how it worked for us.
    Ian

  • Windows DHCP Server and Linux DHCP Relay Agent

    We are trying to organize a VLAN (say VLAN 1) for guests who must be assigned IP addresses from a DHCP server in a different VLAN (VLAN 2). This DHCP server is configured with two scopes - 172.16.0.0/24 (for VLAN 2) and 172.16.4.0/24 (for the Guests
    VLAN 1). The DHCP server successfully distributes addresses to clients in its VLAN (it has the IP address 172.16.0.2). For the clients in the other VLAN a DHCP Relay Agent has been setup on the router. It is DHCRELAY running on Linux (CentOS) which has
    been configured to accept the DHCPDISCOVER broadcasts coming on the VLAN1 interface of the router and forward these to the DHCP server. The IP address of the VLAN1 interface of the router is 172.16.4.254 and on the VLAN2 interface - 172.16.0.254
    The problem is that the DHCP server won't respond with a DHCPOFFER message to the relay agent. I have traced the frames on the router and on the DHCP server. They arrive on the DHCP server with the correct GIADDR of the relay agent. According to all documentation,
    if a scope has been configured on the DHCP server and it receives a unicast message with the GIADDR set by a relay agent that matches one of the configured scopes, the DHCP server must send a unicast DHCPOFFER to the relay agent. But it doesn't.
    Here is what Wireshark reports (ignore the Destination port unreachable messages, the DHCP service was stopped at the time Wireshark was running)
    When the service is running, there are just DHCPDISCOVERs - no OFFER. You can see that the server has the two scopes configured:
    The relay agent seems to work normally - it forwards the DHCPDISCOVERs to the server continuously (tried many times with ipconfig /renew on the client).
    I read many posts about this problem. Some users had other services running on the DHCP server that used the DHCP port, but I don't have such an issue (you see that when the service is stopped, an ICMP port unreachable is sent which is correct). Others however
    did not find a solution. Am I missing something? Is there something specific when using the DHCRELAY agent from DHCPD? Can I turn on some verbose logging to track this down? Thanks in advance.

    WIth DHCP, there is really nothing to configure. If the Relay Agent/IP Helper is pointing to it, and the VLAN subnet exactly matches the scope subnet, then it should just work.
    What I've seen in the VLAN config is either a static route back to the subnet the DHCP server itself is sitting on is not configured or incorrectly configured, or there are ports blocked (need UDP, too, since that's what DHCP uses to pass the OFFER), and
    other necessary ports are opened, then it should just work.
    Sometimes NIC teaming on the DHCP server will cause it. Not sure. Microsoft doesn't support teaming prior to Windwos 2012, but it doesn't mean that it doesn't work. Don't get me wrong, teaming works nicely, but they just don't support it because they never
    certified the drivers, that's all.
    The issues I've seen with DHCP relays and VLANs in the forums are usually based on misconfigs in the VLAN or ports blocked. Sometimes we'll refer to call Microsoft Support for specific, hands-on assistance. And searching the threads, from what
    I've found that if they did call support, they've never posted back what the problem was based on or the resolution. I can post a couple of them for you to read through, but there were never any response with the actual resolution.
    If you like, you also have the option to contact Microsoft Support. Here's a list of phone numbers if you choose this option:
    http://support.microsoft.com/contactus/
    Ace Fekay
    MVP, MCT, MCITP/EA, MCTS Windows 2008/R2 & Exchange 2007, Exchange 2010 EA, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Technical Blogs & Videos: http://www.delawarecountycomputerconsulting.com/
    This post is provided AS-IS with no warranties or guarantees and confers no rights.

  • VLAN trunking to server and security

    I have a question concerning interserver security.
    I have a cat6513 and the port connected to a w2k3 server (single NIC) is in trunking mode carrying 2 VLANS a "customer" VLAN and "backup" VLAN. We serve multiple customers,each on their own specific VLAN, but all customers use the same generic backup service in a generic backup VLAN. Customers VLANS are separated by a FWSM but with this setup all the servers can connect to other servers on the backup VLAN.
    What would be the best way to make sure that on the backup VLAN the servers can only connect to the backupserver and not ervers from oher customers.
    We tried private VLAN's (which I think won't work because the port is a trunk)ad access-list but can't get it to work.
    Any help or directions on how to solve this in well designed manner would be appreciated.
    This is the config of a port in which vlan 11 is the backup vlan and vlan 31 the customer VLAN.
    interface GigabitEthernet12/17
    description
    no ip address
    switchport
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 11,31
    switchport mode trunk

    Hello,
    my first thought would be to use protected ports ('switchport protected' interface command), which would prohibit ports configured with that command from talking to each other. The drawback is that this only works for ports on the same switch...
    Regards,
    GP

  • FC Server and this setup...

    1. FC Server will be attached as "read only" to media directories on our Terrablock servers via Fiber.
    2. Our FC Users will use those media directories (read only) which has frequently used footage.
    My questions are:
    1. How do their systems communicate with the FC Server? Is it strictly over ethernet?
    2. Will FC Server be able to use "read only" directories to scan for media?
    3. When users update metadata, what happens if our media directories are read-only? I'm assuming that metadata exists in some sort of database directly on the FC Server, correct?
    4. We currently don't have FC Server, but will within a few weeks. I have 2 FC Users with about 100 projects each. Those users will need to migrate all projects to the FC Server/new storage system. They are currently on local storage, but that will soon change. I saw an "Import Feature", could someone get into that a little?
    5. Are there any in-depth training videos like the intro videos Apple has on FC Server?
    Thanks again!

    My thoughts exactly. Install a dhcp-server (and maybe bind9) and all you need is a WAP - works here. You could also configure iptables so you don't need an extra machine as firewall.
    My concern is that you are planning on putting all data of you and your family (more than 1 TB at the moment) on a machine and that you don't use a hardware RAID-controller. IMHO data is THE most valuable thing (pictures, holiday movies etc.), so I would prefer spending money on a RAID-controller instead of putting it in an SSD. What is you're server going to do that it needs an SSD for its OS? If it's going to serve files and mail, then you won't notice much of a difference with a normal IDE / SATA disk.
    I have bought a new pc for my mediaserver, and it's doing practically nothing 90% of the time, but I need it's CPU cycles to transcode 1080p-files to my DLNA-clients on the network. And did you think of a backup-system? I strongly recommend bacula for automated backups - it might be overkill for a home network, but it is not that hard to learn and very, very flexible!
    Zl.
    BTW: I am still learning a lot about networking, but I do think I know the basics...

  • Snow Leopard Server and ISP POP email

    Hi there
    Just wondering if the Mac Mini Server with Snow Leopard Server could manage the following:
    Rather than set up my own domain for email, I am wondering if SLS can be set up to retrieve my POP email from my ISP mail server and then serve that mail using an IMAP mail box so that I can then access what were originally POp emails from anywhere.
    Is this possible?

    I'm facing this same problem... is there by any chance some sort of "guide" to using fetchmail and it's features? Or a GUI-interface for fetchmail?
    I'll be the first to admit that I need training and such about working with OsX (server), and I'm working on that part

  • Is there a way to open Excell file from the server and display in the UI and save it back on to the

    Hello there,
    Is there a way to open Excell file from the server and display in the UI and save it back on to the server? (like showing xell file as a datagrid - add rows, columns etc.)

    Hi Mike,
    Welcome you to the forum.
    You may try:
    SELECT * FROM MyDBNameHere.dbo.OUSR T0
    Thanks,
    Gordon

  • Windows 2008 Server and Windows 8 clients

    Hey Guys,
    I have had this problem for sometime now and really need a solution. I have Windows 2008 Enterprise Server running about 200+ terminal services clients. All Windows XP clients are fine, Windows 7 clients have issues when they get an updated version of
    remote desktop client(to solve the issue we simply rollback the update), Windows 8 clients cannot connect and use out remote app. The issue stems from the newer version of remote desktop client (on windows 7 and embedded in windows 8) cannot connect to our
    terminal server and generates an error and immediately disconnects. The error says "
    Your computer can't connect to the remote computer because an error occurred on the remote computer that you want
    to connect to
    So my questions are, how can i update my Windows 2008 Terminal server version to support these clients, or do u have migrate to Windows 2012? Or is there a solution to my current problem which will allow my client to connect and use the remoteapps?

    Hi,
    Thank you for posting in Windows Server Forum.
    Please follow the below steps and verify result.
    LAN manager authentication level settings (Local security policy->Local Policies->Security Options->Network Security: LAN Manager Authentication level). 
    Try to change it to "Send NTLMv2 response only" 
    Snap:
    If still face the issue please install this Hotfix.
    RDS client computer cannot connect to the RDS server by using a remote desktop connection in Windows
    http://support.microsoft.com/kb/2752618/
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

Maybe you are looking for

  • [AnyConnect] No valid certificates available for authentication

    Hi, We are using Cisco Anyconnect 3.0.0629 with certificate authentication (stored in Aladdin eToken) Most of users have no problem and it works fine. When one user tried to connect, he got a lot of errors "No valid certificates available for authent

  • Battery serial number on my mac

    recently I've given my macbook pro for harrdisk repair and after I took it back my battery doesn't last as long as it use to. I have a suspicion that they have kept my original battery and replaced it with an older one. is there any way you could tra

  • [Repaired] Bad blocks cause kernel blocking to the device

    I got May 10 10:08:13 qslap kernel: sd 4:0:0:0: [sdb] Unhandled sense code May 10 10:08:13 qslap kernel: sd 4:0:0:0: [sdb] Result: hostbyte=0x00 driverbyte=0x08 May 10 10:08:13 qslap kernel: sd 4:0:0:0: [sdb] Sense Key : 0x3 [current] May 10 10:08:13

  • Unable to install the "Maven Integration for Eclipse" plugin

    I am having trouble trying to install the "Maven Integration for Eclipse" plugin. The tab Installed list the plugin with an Install button activated. Then when I click on Install, I get the following log: Your original request has been modified.   "m

  • How do you turn off select whole word function?

    Massively annoying, trying to start an edit on a student paper, say, by selecting part of a word or just the period at the end of a sentence but then having to re-write the whole word, add punctuation back in, and then do your editing.  We've been do