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: ackitsme
  • Content: Threads
  • Order by date
  1. ackitsme

    DMI information during imaging

    I have need to pull a computer's serial number from DMI during the imaging process. I'm using a scripted image and we are using ZfD 7 SP1. I've seen mention about using dmidecode in a number of places, but neither have I been able to find a pre-compiled version of dmidecode that will work with...
  2. ackitsme

    An I/O operation initiated by the Registry failed unrecoverably

    We are running Windows Server 2003 with SP1 recently applied. The SP was applied on the 27th. It ran fine for over a week, and then on the 29th, we started getting errors. People were unable to access applications... when they logged in, everyone was being told that their profiles were...
  3. ackitsme

    Splitting a string on an ampersand (&) character

    I have need to split a string based on an ampersand character. I've tried the following code: String[] result = mystring.split("&"); but it returns a JasperException error. I've tried using "\&" but it tells me that it's an illegal escape character. Is there a (hopefully) easy way to do this...
  4. ackitsme

    Dynamic Tables

    I have a need to be able to dynamically add rows to a table with a javascript function. I currently have a function that reads the contents of a table contained in a div, locates the </table> marker, then adds the new row before it. Finally, it writes the new table back to the div. The problem...
  5. ackitsme

    Binding multiple IP addresses to one NIC

    I'm runnning Fedora Core 1. I have need to bind a second IP address to one of my NICs. I had tried this once before in the past an a Red Hat 9 box, and after they were bound, some systems on the internet were unable to connect to my machine. Once I removed the second binding, everything...
  6. ackitsme

    Query width from a dynamic div

    I have need to be able to determine the width of a given displayed string in order to format other elements on the screen correctly. My thought was that I could make a hidden div, dump the string to the div, then retrieve the width, something like this: <script language='javascript'>...
  7. ackitsme

    Active Directory... server not responding

    We have two Windows 2003 servers, both running Exchange 2003. The two servers are located in separate cities. In the event that the secondary server is shut down, the primary continues on without interruption; Users from both sites are able to log in and access e-mail. In the event that the...
  8. ackitsme

    Automatic E-mail Forwarding

    I am using FAXmaker with Exchange 5.5. Utilizing FAXmaker, it is possible to have incoming faxes forwarded to an e-mail box, but not to a public folder. The system HAD been configured so that the e-mail box that it was forwarded to would then be auto-forwarded to the public folder. Someone...

Part and Inventory Search

Back
Top