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 TouchToneTommy 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: *

  1. ericbrunson

    Sun Cluster Solution

    I used to be an old pro at SunOS back in the 4.1.3 days, but I'm tooling up on Solaris 10 now and I'd like input on some of the HA features available in Sun Cluster. I have a (very) high transaction MySQL database running in a Solaris 10 zone on one physical server. I'm using MySQL replication...
  2. ericbrunson

    Traffic monitor

    Is there any way to put one of the ports on a 5xt or 5gt into 'promiscuous mode' so I can monitor the traffic on the rest of the zone with a protocol analyzer?
  3. ericbrunson

    dbca script bug?

    I can't be the first to notice that the man script (<sid>.sh) generated from the database creation assistant has a #!/bin/sh at the top, then uses a csh 'setenv ORACLE_SID sid', can I? Am I crazy and missing something obvious? Is this a known bug? Where should I report it?
  4. ericbrunson

    Can't copy DB using a hot backup

    Using the procedure outlined in the Oracle documentation and this article: http://www.idevelopment.info/data/Oracle/DBA_tips/Backup_and_Recovery/BandR_2.shtml I spent most of yesterday frustrated trying to make a copy of a database from a hot backup. The procedure is as follows: 1) Create a...
  5. ericbrunson

    Select interval between timestamped records

    I have the following schema: Person ------ Person_id (pk) Visit ------ Visit_id (pk) Person_id (fk) Visit_date I need to select the date of each Person's last visit and at the same time calculate the amount of time since their last visit, if there was one. Anyone got a clever query for that?
  6. ericbrunson

    Copy cells based on selection from drop down

    This may be a fairly basic question, but I haven't found it in the archives. I've defined a list of parts in 3 columns: $x,$y and $z. I've made column $a into a drop down of values from $x. When someone selects a value from the column $a drop down I want to copy the data from the corresponding...
  7. ericbrunson

    Thoughts on version 5

    I have a new application I'm working on and it would be *so* much simpler to have views available. Is anyone using 5.0 extensively and able to comment on its stability? I'd have to put some non-mission critical but still production databases into 5.0 and I don't want to have my data wandering...
  8. ericbrunson

    Stack trace, traceback or whatever you want to call it

    I'm using PHP 4.1 and I haven't been able to find any error reporting mechanism that will show me the calling stack up to where an error is thrown. I've seen something in the PEAR docs where you can build your own stack trace, but that would take me days to add to all my code. Isn't there just...
  9. ericbrunson

    Agent phones putting themselves in MSB/NRDY

    I have yet to witness it first hand, but my users are claiming that the agent phones on one of my ACDs are putting themselves into Make Set Busy and Not Ready status at about the same general time every day. They say it started happening last week, so I don't think it was the Succession 3.0...
  10. ericbrunson

    Changing charset for site

    Crosspost from the J2EE forum, no answer from there yet. I have a problem with displaying spanish data correctly, especially for editing. I found how to set a header explicitly in individual responses, but I just want to make a change to have every header go out as: Content-Type: text/html...
  11. ericbrunson

    Charset

    Now I have a problem with displaying spanish data correctly, especially for editting. I found how to set a header explicitly, but I just want to make a change to have every header go out as: Content-Type: text/html; charset=ISO-8859-1 Is that a setting in JBoss, my application or should I...
  12. ericbrunson

    No 404's

    When we design a new site for a client that already has one I usually pull a fast one and make the 404 page their new index.html so people using old links don't get the ugly page. However, I'm worried about search engines seeing the 404 response code and tagging the link as dead. Is there...
  13. ericbrunson

    quoting sql strings

    I inherited a J2EE app and I'm getting a lot of mysql errors when there's a quote or an apostrophe in the value of a field to be inserted or updated. Is there a nice java function that I can wrap my field values in that would properly protect these symbols from the interpretter? Thanks, e.
  14. ericbrunson

    Time change early...

    I came in this morning and the time on my opt81c was set back an hour. Is the switch smart enough to think it knows when DST ran out and updated itself early, or should I suspect my vendor set it remotely for some reason?
  15. ericbrunson

    Route extension to a modem on a Univeral Trunk Port

    This is related to a previous post, but it got off topic from the original question, so I'm starting a new thread. I need to set up a group of 6 univeral trunks to dial a set up 6 modem like devices that will answer on ring, they will only be called from internal extensions. I tried to...
  16. ericbrunson

    MySQL date column conversion

    I'm getting the following error after upgrading MySQL form 4.0.x to 4.1.5: javax.ejb.EJBException: Cannot convert value '2004-09-27 11:38:45' from column 40(2004-09-27 11:38:45 ) to DATE. at qcigs.ejb.AdminBean.getOrders(Unknown Source) at...
  17. ericbrunson

    source info in errors

    My error stacks end up looking like this: javax.ejb.EJBException: Cannot convert value '2004-10-13 08:37:35' from column 42(2004-10-13 08:37:35 ) to DATE. at karaokeus.ejb.AdminBean.getOrders(Unknown Source) at sun.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)...
  18. ericbrunson

    Remote system not detecting call termination

    I have a couple of analog lines from my 81c interfacing into a system that routes calls to intercoms. This system, from Rauland, is not detecting the termination of the call from the switch and it has been presented that the meridian does not drop the voltage on the line to signal the end of...
  19. ericbrunson

    MARP not forwarding for 3903 lines 2 and 3

    I just set up a spare phone to be MARP on a couple of multiple appearance DNs so when the admins go home on Friday they can forward these lines to the PBX operators. (Heaven forbid someone would have to wait 4 rings to get a voicemail prompt on Labor Day). When I forward the phone it correctly...
  20. ericbrunson

    DSN Security

    An earlier post about security prompted me to ask this, I'm kind of in a quandry. Running PHP as a module of Apache basically gives anyone with a little know-how access to any file that is readable by the web server process. Currently, I store config files with database username/passwords on...

Part and Inventory Search

Back
Top