too many destination driver events

  • Oracle StorageTek 6140 how to clear event logs?

    Want to upgrade the firmware from 06.60.22.10 to 07.xx with Sun Controller Firmware Upgrade Tool (version 10.36.G1.02), but after array was added it complains to error:Event log verification error: You cannot upgrade the storage array until the problem is resolved. Contact your technical support representative to resolve this issue. Event log issues: Too many critical events logged; Too many destination driver events-, and the status is Not upgradeableI tried to find out the solution in CAM (version 6.7.0.12), but I only can browse for Events in appropriate menu section (Troubleshooting), but

  • SQLServer 2000 Driver for JDBC / too many arguments specified

    Calling a SQL2000 stored procedure from Java class, using SQLServer 2000 Driver for JDBC, I get the following error:"javax.servlet.jsp.JspException: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Procedure or function foobar has too many arguments specified."I'm processing a complex form and passing 34 arguments to the stored procedure. I couldn't find info anywhere indicating a specific limit on the number of arguments allowed. Does anyone have an idea?

  • An Interface has too many methods to fire events from

    HelloWe recently made some changes to a COM interface that our clients were using it. We have a Window 2003 server with multiple COM+ partitions installation from the same application for different clients. We upgrade all of them to use the new interface, but still from time to time we get the 'An Interface has too many methods to fire events from'. It is very rare comming up and mostly when at least to COM+ partitions are active. Any idea what this error really means? It is hard to debug because you can run for days before you get the error, but it pops up regularely.

  • Ubuntu forcedeth driver: eth0: too many iterations

    Running Ubuntu 7.10, with all the updates. My current kernel is 2.6.22-14-server.I'm getting this error, which is (fairly sure) killing an NFS connection that is rather important:[38050.090000] eth0: too many iterations (21) in nv_nic_irq.[38193.060000] eth0: too many iterations (21) in nv_nic_irq.etc.I get this error while reading and writing to NFS, as quickly as my 1 gig connection will allow.I see a lot of mentions of setting max_interrupt_work. So, I started at 10 and worked up to 20, but the problem persists. I've also seen talk of "MSI" and "MSIX" which I'm not clear

  • Ubuntu Too many Connections

    I get a message on boot that I have too many connections. so I looked ate the dmesg filebut I have no idea what is going on. can some one enlighten me?My system is a i7-960 cpu on a saber tooth x58 asus motherboard, with 12 GB of DDR3 (4GB per channel) running the 64 bit version of maverick Ubuntu.$ cat /var/log/dmesg[ 0.000000] Initializing cgroup subsys cpuset[ 0.000000] Initializing cgroup subsys cpu[ 0.000000] Linux version 2.6.35-28-generic (buildd@allspice) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) ) #49-Ubuntu SMP Tue Mar 1 14:39:03 UTC 2011 (Ubuntu 2.6.35-28.49-generic 2.6.35.

  • Cannot create trigger:"SQL1424N Too many references to transition variables

    I want to create an Update trigger which inserts in a table ONLY if one of the column values really changed (old value <> new value).My table "mytable" has the structure:id integername varchar(2100)The trigger:create trigger MYTRIGG after update on mytable referencing new as new old as old for each row mode db2sql when (old.NAME <> new.NAME) begin atomic insert into audit values('U', new.ID); end The trigger cannot be created because of the following error:COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver][DB2/LINUX] SQL1424N Too many references to transition variables and

  • too many disks unavailable-filesystem not accessible

    disk driver sector failure holds holds storagename type size group metadata data status availability pool -------- ------- ----- ------------ data1 nsd 512 1 no yes ready up systemmetadata1 nsd 512 1 yes no ready up systemdata2 nsd 512 2 no yes ready up systemmetadata2 nsd 512 2 yes no ready up systemdescr3 nsd 512 3 no no ready up system data and metadata replication is enabled, for testing reasons I disabled access to failure group 1. Filesystem is not accessible any more due to "too many disks are unavailable". This is confusing, I expected the filesystem to be up, because data+metadata are

  • connection rejected - too many users, or invalid user name

    I have a working ODBC driver:IBM Informix 3.82 32BITI am able to do a test connection to my Database server Quovadx using it with all th relevant parameters set including user name and password.I am using a third party application to populate the database using a Tcl (Tool Command Language procedure). The Tcl code used here makes call to certain odbc API functions which handle an SQL connection.The strange thing here is that when i use the code to connect i keep ending up with this Informix error:"16:40:07 (38) connection rejected - too many users, or invalid user name"I have tried t

  • MySQL Too Many Connections?

    To start things off, my server is running OpenSUSE 10.1 x64. Pentium D @ 3Ghz with 2GB of RAM. It will primarily be used for the NFS server, Cacti and Nagios. Cacti is a graphing tool that seems to be giving me the issue right now. I have a plugin within Cacti that is called Syslog. It basically recovers data from the syslog-ng and puts it in the database. Well, I got an error stating Too Many Connections which causes the whole system to seem like it is on its knees, and Cacti doesn't respond. Even SSH sessions seem slow. When I ran mysqladmin -u root -p var ext stat ver yesterday (am unable t

  • DTS fails at customer site with "Too many columns", works locally

    I am having the most baffling problem with DTS.... :confused: I have a set of ActiveX transforms that execute on my customers flat transaction data files, destination a single database table. Since they switched to a new method of generating the flat file using SAS, the DTS package mysteriously will fail at a couple select records. The error is always the same, and turning on error logging in DTS yielded this:Step 'DTSStep_DTSDataPumpTask_1' failedStep Error Source: Microsoft Data Transformation Services Flat File Rowset ProviderStep Error Description:Too many columns found in the current row;

  • MySQL TOO Many connections error

    We are getting too many connections regularily. We are using shared MYSQL server but earlier we didn't get this much frequesntly. Following are my show status output. Can anyone see something wrong in the statistics shown below. Please any MYSQL experts can easily identify if anythng wrong about the statistics, +--------------------------+------------+ | Variable_name | Value | +--------------------------+------------+ | Aborted_clients | 2760944 | | Aborted_connects | 232086 | | Bytes_received | 2401108460 | | Bytes_sent | 3816565394 | | Com_admin_commands | 1075677 | | Com_alter_table | 5726

  • #error 1040, Too many connections, How to disconnect mysql connection manual use Connect/c++?

    I want to Insert mass data into Mysql by multi-thread in Windows. It shows #error 1040, Too many connections I set the max_connections = 1000 in my.ini after run 1000 thead, insert 1000 data into mysql, I cannot insert more. and I use "netstat -an" check the port stats. show a lots of TCP 127.0.0.1:3306 127.0.0.1:1160 ESTABLISHED TCP 127.0.0.1:3306 127.0.0.1:1163 ESTABLISHED TCP 127.0.0.1:3306 127.0.0.1:1166 ESTABLISHED TCP 127.0.0.1:3306 127.0.0.1:1169 ESTABLISHED TCP 127.0.0.1:3306 127.0.0.1:1172 ESTABLISHED TCP 127.0.0.1:3306 127.0.0.1:1175 ESTABLISHED TCP 127.0.0.1:3306 127.0.0.1

  • "Too many fields defined" update query error

    I'm using Access 2000 on Windows 2000 pro and I get the fowlling error when I run an update query through an asp page:Error# - 2147024882 [Microsoft][ODBC Microsoft Access Driver] Too many fields defined.Any solution?

  • Too many fields defined

    I have a schema that I just started working with andfinally was able to create an Access test database thatwould allow me to create a test defect (needed to populatestateless records, dynamic lists etc). I can submit a defect but when I change the state or modify, I get thefollowing on commit from the Access ODBS driver.MicrosoftODBC Microsoft Access Driver Too many fields defined.The cause is self explanatory (they have 50 or so fieldsthat aren't being used on the form. That's not to say thatthey weren't at one time or another.) The question... Isthere a workaround short of deleting fields? T

  • Troubles with Excel through ADO (too many fields defined)

    I am having some issue with trying to bring an Excel worksheet intoan ADO record. I don't have any problems with worksheets that arehas less 256 columns but for any worksheet with more the 255 columns,I am getting this "too many fields defined" error.The error number is -2147024882.I check the Microsoft support site and found some article saying thatMDAC &lt; 2.5 only supported 256 fields so I updated to 2.6 and thatdidn't help my problem. I ran code that created more than 256 fieldson an ADO recordset without issue, it seems that the problem is withthe Excel driver??? Any sugges

  • Ubuntu Too many buffered pts

    I am getting "Too many buffered pts" message when trying to play a MKV x264 HD file.Running GNOME MPlayer v0.9.9.2 in Terminal I see the following: (log attached)hamels@hamels-Dimension-XPS:~$ gnome-mplayer -vGNOME MPlayer v0.9.9.2vo = (null) ao = (null)Running with GIO supportMaster Playback is 1Master Range is 0 to 65536 Master Current Volume 26090, multiplier = 0.001526Scaled Volume is 39.810181Using volume of 40.00Using match: type='signal',interface='com.gnome.mplayer'Using match: type='signal',interface='org.gnome.SettingsDaemon'Using match: type='signal',interface='org.gnome.S

  • Ubuntu Can't Upload Pictures -- Too Many???

    Hi, I went on vacation this weekend and took a lot of pictures with my camera. Upon my return, I plug my camera in and it finds the camera but says "No Pictures Found".This process worked before I left, many many times. The only difference this time is that I am trying to download over 1000 pictures from my camera. Could this be too many? Or has something broken software/driver wise? It is currently working on my roommate's mac so I know it is not a hardware (on my end) issue.For those who are interested, I am running Gutsy on a Sony VAIO laptop, connecting a Canon PowerShot SD1100 I

  • Oracle ORA-01000: Too many open cursors

    I know this is quite a rtfm topic, I really searched but did not find answers which could solve my problem. I've written a Server which is multithreaded (many clients at the "same" time) an it uses self-written connection pooling where it pools the Connection-Object and one Statement-Object per Connection for later use.The connection-pool has a max-limit for open connections, however after some time running my application I get oracle errors:ORA-01000: Too many open cursors (translated from other language)at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)at oracle.jdbc.ttc7.TT

  • Too many client tasks

    Hi! I am using ado data controls in my program and the error Microsoft ODBC Driver Too many client tasks appears. This error appears only in the ados. What could be the cause of this error and what can I do to solve this?

  • Oracle Streams generates too many archive logs

    Streams generates too many archive logsI have setup bidirectional streams on oracle 10g for failover. Most of the time users are connected to first database & data is replicated using streams to second database. The redologs on both DBs are 500MB each. The log switch on source database is only 2 or 3 times a day producing only 2-3 archivelogs but on the destination database, the log switch happens every 10 -15 mins thus producing atleast 4 archivelogs of 500MB each every hour. So we have 48 Gig of archive logs every day. This happens only if streams is running. We are running out of disksp

  • Ubuntu eth0 not working anymore and giving too many RX and TX

    hi, i just got my wireless network working, after compiling AR81WLAN driver from Atheros website..and now my wired network not working and giving too many RX and TX everytime i use ifconfig commands here's the output from ifconfig -aeth0 Link encap:Ethernet HWaddr 00:a0:d1:af:78:22 inet addr:192.168.10.31 Bcast:192.168.10.255 Mask:255.255.255.0UP BROADCAST MULTICAST MTU:1500 Metric:1RX packets:4199266833732810 errors:25195626772200630 dropped:8398542257400210 overruns:4199271128700105 frame:20996355643500525TX packets:4199271128700105 errors:16797084514800420 dropped:0 overruns:419927112870010

  • Ubuntu Too many open files in system

    After a few days of scouring these and other forums like this I've come across many "possible solutions" but nothing seems to work for me. Heres the storyI have an HP Mini 110 running ubuntu 9.10 so my wireless card was already a hassle I have it running Broadcom STA wireless driver (proprietary)When I try to change my MAC address it has no problems changing my ether port however when i use the same command I recieve an error looks like this sudo eth1 down hw ether xx:xx:xx:xx:xx:xx[sudo] password for fox:SIOCSIFHWADDR: Too many open files in systemHelp is appreciated in advance

  • Form is repainting too many times

    I have a form with picture as it's background.Form contains some controls on it (textboxes, labels, buttons, etc..)When form is repainted, OnPaint events are being invoked too many times causing some performance problems.Is there any way to block or prevent main form or panels from being repainted while its child control has it's visible property changed?Writting text into textbox cause textbox to be repainted but main form or panel isn't repainted, so I think it's possible, but I have no idea how to do it.please help

  • Ubuntu Postfix/Amavis Problems (Too many hops...)

    Every mail I try to send through postfix is being returned with an error of "Too many hops..." It seems like mail is bouncing between postfix and amavis for a time and then being rejected.I've googled around but I can't seem to find a solutions that a) works and b) I haven't tried. Here's my /etc/postfix/main.cf:# See /usr/share/postfix/main.cf.dist for a commented, more complete version# Debian specific: Specifying a file name will cause the first# line of that file to be used as the name. The Debian default# is /etc/mailname.#myorigin = /etc/mailnamesmtpd_banner = $myhostname ESMTP

  • Oracle Bulk Collect Error...too many values

    I'm have the following query which i'm trying to do a bull collect with, but i keep getting the error of, "too many values". Anyone see the issue here?Oracle 10.2g select player_id, name, home_team_name, away_team_name, time, attendance bulk collect into player_results from ( SELECT e.offensive_player_id as player_id, e.offensive_player_moniker || ' ' || e.offensive_player_last_name as name, g.home_team_name as home_team_name, g.away_team_name away_team_name, '(' || e.time || ')' as time, g.attendance as attendance from customer_data.cd_soccer_events e ,customer_data.cd_soccer_games g where g.

  • Oracle Query Issue..(Too many values) Error

    When i try to execute the query below i get a, "too many values" errorOracle 10.2 gRaw DataTable: cd.eventsoffensive_player_id offensive_player_moniker offensive_player_last_name season_id game_code team_id 55555 Steve Smith 200301 99999 11122 55554 Chris Carter 200301 99999 24555 44444 Marty Booker 200801 55888 33211 44894 Bob Sanders 200801 55888 15555 44456 Marvin Harrison 200801 55888 15555 Table: cd.games time attendance season_id game_code home_team_id away_team_id 11/14/2003 7:30:00 PM 56000 200301 99999 11122 11/14/2003 7:30:00 PM 56000 200301 99999 24555 12/14/2008 1:30:00 PM 44530 20

  • Oracle install 11g2: ERROR "too many length or distance symbols"

    hi, i try to install oracle 11g2 on fedora 12 and after start runinstaller i get the error massage"too many length or distance symbols"and i down know whyprecheck's all fine INFO: Extracting files to '/u01/app/oracle/product/11.2.0/db_1'.INFO: Extracting files to '/u01/app/oracle/product/11.2.0/db_1'.INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_exp_1.xml'.INFO: Performing fastcopy operations based on the information in the file 'racfiles.jar'.INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_dirs.lst'.INFO

  • Ubuntu lvm & fsck problem: Superblocks, "Too many levels of symbolic links"

    UPDATE: This problem vanished after changing to standard (2.6.22-12-generic) kernel (from 2.6.20-16-lowlatency by ubuntustudio.net). I'm using "Ubuntu gutsy (development branch)".Hey,I "lost access" to my home lvm partition. I had to reboot (alt-ctrl-del) because of a halted X server (radeon driver; vesa works). The umount on that occasion wasn't propably clean. Too bad.I'm now not sure where the problem is, with lvm or ext3, nor how to fix it. The error message isn't particularily helpful with my knowledge.This is the error message I get: root@1gu:~# fsck.ext3 /dev/vg0/hom

  • Ubuntu Too many DHCP requests

    I posted this under Hardware and Laptops a week or so ago, but was not able to fix the problem:I use my laptop on my university's wireless network, but I never had this problem through windows. I eventually get an email from our IT people telling me my card has been disabled because of too many DHCP requests.Network access for [MY MAC ADDRESS] has been disabled at 01/15/08 15:00:09: Disabled because [MY MAC ADDRESS] (your computer's Wired/Wireless card) senttoo many DHCP requests. Your computer attempted and failed to acquire an IP address more than 60 times in 3600 seconds.This is not due to

  • Ubuntu Firestarter: too many blocked connections

    I installed Firestarter when i first installed Ubuntu, and up until recently everything worked fine. However, recently I have been getting what seems to be far too many blocked connections. I often recieve more than 30 blocked conenctions per hour, all on the same port: 45173 but from different IP adresses. I can't seem to find what that port is, or why it would be accesed. I'm not a firewall expert by any means, and I don't know if this is normal, but certainly does not seem to be. Should I be worried?Here is a very short part of a copy of the log:Time:Oct 7 15:04:56 Direction: Unknown In:eth

  • Sphinx too many string attributes (4 GB limit)

          I'm indexing 630 million codes taken from text files in a CSV format with the unixODBC      txt driver into Sphinx. I've sucessfuly indexed these codes, when only the "code" (a      string) was needed, but now i'm requested to save other attribute which is also a string,      and about after 300 million codes are indexed i get this:using config file '/usr/local/etc/sphinx.conf'...indexing index 'sabritas'...ERROR: index 'sabritas': too many string attributes (

  • SQL Server DTS: detect too many columns in source text file?

    I have a DTS import that imports up to 50-70 MB of data from a number of flat text files (CSV).I have pre-processing that logs an error for missing files, and DTS detects fewer fields than are used in the transformation and we log an error for that.What I don't have is a way to detect too many columns in the text file; we will need a good way to detect some bad records with too many comma-separated columns, or if the source export changes the format and adds extra columns in the middle or end, on purpose or accidentally.For example, the source file has 5 fields, and the transformation puts all

  • jQuery SimpleModal issues... too many scripts?

    Everyone,I am new to the jquery world, but have found it quite useful... maybea little too useful. It seems like I have too many scripts running. Isthere a way to simplify what I have been doing in the markup to runthem? Please take a look and let me know if I can narrow things down:http://woodlandswoundcare.com/test/index.htmlOn to the bigger issue: I am attempting to use the Simplemodal jQueryscript(http://www.ericmmartin.com/projects/simplemodal/) on this siteas well. I have done (what I believe to be) everything in the exampleto get it running, but to no avail.I have revised the css and im

  • jQuery SimpleModal issues... too many scripts?

    Everyone,I am new to the jquery world, but have found it quite useful... maybea little too useful. It seems like I have too many scripts running. Isthere a way to simplify what I have been doing in the markup to runthem? Please take a look and let me know if I can narrow things down:http://woodlandswoundcare.com/test/index.htmlOn to the bigger issue: I am attempting to use the Simplemodal jQueryscript(http://www.ericmmartin.com/projects/simplemodal/) on this siteas well. I have done (what I believe to be) everything in the exampleto get it running, but to no avail.I have revised the css and im

  • jQuery SimpleModal issues... too many scripts? Experts!

    I am new to the jquery world, but have found it quite useful... maybe a little too useful. It seems like I have too many scripts running. Is there a way to simplify what I have been doing in the markup to run them? Please take a look and let me know if I can narrow things down:http://woodlandswoundcare.com/test/index.htmlOn to the bigger issue: I am attempting to use the Simplemodal jQuery script(http://www.ericmmartin.com/projects/simplemodal/) on this site as well. I have done (what I believe to be) everything in the example to get it running, but to no avail.I have revised the css and image

  • jQuery Accordion, there are too many

    There are just too many accordions out there, can someone point me in the right direction. This need not be fancy:<div class="post><h3>title 1</h3>    some copy here    some more copy here    and some more copy here<h3>title 2</h3>    some copy here    some more copy here    and some more copy here<h3>title 3</h3>    some copy here    some more copy here    and some more

  • Oracle Portal creates too many database sessions. fix doesn't work!!

    Oracle Database 9i, Application Server 9iAS, Operating System SUSE Linux 7.2CPU - Athlon 1400Ram - 1GBThere is a modification for the http server that aims to eliminate a problem on unix that causes the database to create too many sessions. The script can be found athttp://portalstudio.oracle.com/servlet/page?_pageid=1787&_dad=ops&_schema=OPSTUDIOHowever the script fails to work. The http server is on port 80 with the redirect on port 7778. However going to http://myhost/pls/ results in a server error - connection refused. Is it possible that there may be an error in the script.

  • Too many ttsession processes and memory is used up

    Please help me. I use the IBM AIX 5 and several months ago the computer was shut down by accidient. And after that: 1> only one window works and the others are disabled;2> Too many ttsession processes and if I don't kill them by hand, I can not run anything.So, could some one help me to fix this problem? Many

  • apache/postgres setup bugging out, too many open files

    Please bear with me, as i'm kind of a newb admin...I have forum software that I'm trying to get working on a CentOS 5.5 slice.Fresh installs of apache, postgres, etc.The actual forum code is a copy of the files running without problem on other slicehost accounts, so I think the issue is with my setup.Everything seems to work, but as soon as there are more than a couple of connections to the site, the server just slows down rapidly and kind of just collapses.After a short while, i can't even log in, i get the 'too many open files' message, and i've gotta do a hard reboot from the manager.It's r

  • Too many conn. errors, scripts hang, etc My fault?

    I was wondering how common it is to have 'Too many connections' errors and or for scripts to seem to hang on execution. They are most common when I've just uploaded. Is this my hosts fault, or is it something in my programming? I always close all connections I open, and use persistent connections when necessary, but I still seem to have a lot of these errors and scripts that hang, obviously not acceptable. Anyone have any ideas for me?

  • Postgresql: "sorry, too many clients already"

    I was running a Django site on a 512 MB slice. The site receives around 2,000 page requests daily. About 10 days ago, I start getting database errors (Postgresql) saying "too many clients already". With some optimization, I managed to reduce the number of database queries per page significantly, but the error messages keep coming. Then I upgrade the slice to 1GB, but nothing changed at all. I am still receiving the same error messages. I start investigating Postgresql configuration. It is configured to accept 100 simultaneous connections. With that little number of users it is not logical to h

  • Sphinx Too many keywords

    I've encountered this error:Query failed: index shops: too many keywords (keywords=418, max=256)Is it possible to increase the number of keywords allowed in a query. If so, please tellme how I have to modify the source code?

  • MySQL Using WEEK function returns too many days.

    I have a table with birthdates and only want the persons that have their birthday in this week. I use SELECT * FROM persons WHERE week(birthdate) = week(NOW()); That returns birthdays from last sunday until next tuesday(!) Does anyone know why it returns too many days?

  • Wordpress gives me "too many open files" errors

    I recently moved my blog to my slice and I am seeing some strange errors. This is very low traffic site and not much is going on in the rest of the slice but I am getting a lot of directory and file handle sort of errors. Restarting apache seems to solve the problem for a while.Eventually my blog wouldn't even display and i got these errors:Warning: require_once(/var/www/path/blog/wp-includes/cache.php) [function.require-once]: failed to open stream: Too many open files in /var/www/path/blog/wp-settings.php on line 263Fatal error: require_once() [function.require]: Failed opening required '/va

  • Sphinx too many words (XX) for quorum; replacing with an AND

    too many words (XX) for quorum; replacing with an ANDphp extension, returns this when searching using large queries.a) possible to increase the 'max quorum' size?b) if not, what is the max quorum size so i can pick the right searching method insteadof having sphinx do it.

  • fatal error C1014: too many include files : depth = 1024

    player.h(1) : fatal error C1014: too many include files : depth = 1024deck.h(1) : fatal error C1014: too many include files : depth = 1024this makes no sense to me, because I have inclusion guards on each of my header files, and yet this is still happeningPlayer.h:#include "Card.h"#include <string>#include "Deck.h"using std::string;#ifndef PLAYER_H#define PLAYER_Hclass Player{private:public:Player();bool isHuman;Card *hand;string name;Card Play(Deck &deck);void Organize();};#endifDeck.h:#include "Card.h"#include "Player.h"#ifndef DECK_H#define

  • TOO MANY CONNECTIONS OPEN IN MYSQL

    I am running an UNIX (SUN SOLARIS SERVER) with apache, mysql and php3.0. I always get an error which says "TOO MANY CONNECTIONS OPEN". I have closed the mysql connection using php wherever i have opened it, but the error still keeps on coming. What do i do??I believe it could be happening because users usually hit stop button before the page loads, which keeps the connection open. If anyone has a solution to this please mail me

  • Too many rows in console

    I'm installing Gentoo (minimal 2005.1) on my laptop. There's this problem of too many rows in my console. I mean, even the physical screen ends, there's still stuff below that. Of course it doesn't prevent me from typing 'clear' whenever I no longer see what there's going on, but this'll be a problem in the future.How do I resize the console so that it doesn't overlap?

  • Too many connections

    I have a PHP/mySQL site hosted on a Shared Linux account on www.cihost.com. Site works fast enough for acceptable speed.My site is quite popular and im getting a "Too many connections" Error, i read on mySQL.com that that was because there are more than 100 Simultaneus connections to the site.What can i do ?, I live in Chile so its very difficult to find cheap Hosting. Thats why i have it hosted on USA. Can i ask to the server to allow more than 100 users for an extra fee ? Any recommendations ?

  • TOO MANY ERRORS!

    Well, I tried doing fopen() but I kept getting too many errors like:Warning: fopen("guestbook.log","w") - Permission denied in /home2/ewhitley/public_html/signGuestbook.php3 on line 3Warning: Supplied argument is not a valid File-Handle resource in /home2/ewhitley/public_html/signGuestbook.php3 on line 4Warning: Supplied argument is not a valid File-Handle resource in /home2/ewhitley/public_html/signGuestbook.php3 on line 5Warning: Supplied argument is not a valid File-Handle resource in /home2/ewhitley/public_html/signGuestbook.php3 on line 6Warning: Supplied argument is n