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

  • Users: Sudmill
  • Content: Threads
  • Order by date
  1. Sudmill

    Parsing a URL parameter with XSL and filtering the XML output?

    I am trying to create XSL document that can; 1) accept a URL parameter such as C:/xml/detail.xml?TaskID=1.20 2) filter the XML data on the specified value paramter 3) work on the client side (IE 5/6) only I have seen many methods of doing this on an ASP server, but this needs to work on the...
  2. Sudmill

    Performance question: Queries against linked servers

    I am developing an overnight batch job and do not know the best way to approach this in order to obtain the best overall performance. I am looking to reconcile remote tables (from a non native database) with local SQL Server tables. Mostly its going to involve single table to table join but...
  3. Sudmill

    DEFAULT comand for DATE instead of DATETIME ?

    Hi, I am perfoming a conversion of SQL Server database to DB2. The IBM porting document Im using suggests that I should use the TIMESTAMP datatype (for a SQLServer DATETIME datatype). The problem is the front end Access application doesnot specify dates in the required format e.g...
  4. Sudmill

    Creating column names with spaces without quotes ! (DB2 MTK)

    Hi, Im new to DB2 (currently Oracle/sql dba), and am attempting to convert our SQL Server DB to Db2 using the DB2 MTK from IBM. Now I have a problem that the original system has spaces in its table names and also its field names. This is causing problems in the MTK becuase the migration...
  5. Sudmill

    Accidental odmdelete

    Hi, I was attempting to redirect the errpt to the syslog, and was deleting an entry from the ODM when I ran the following truncated command; odmdelete -o errnotify This has deleted 47 objects, when I only expected it to delete 2, so obviously some other vitals ones have now gone. We have a...
  6. Sudmill

    SYSTEM TRIG ENABLED parameter?

    Hi, Just found out that our database has been running with SYSTEM TRIG ENABLED set to false for a while, since we upgraded it to 8.1.7.4. As we dont use auditing at all, has anyone got any ideas on what the likely impact might be on the database? Hoping for a "no impact" answer here...
  7. Sudmill

    Output manipulation ?

    Hi, Ive creating the following script to log the level of paging space to a file. But I wondered if there was a more elegant way to achieve this because it looks fairly clumsy to me (and Ive not really used nawk b4)!? date +"%m%d%H%M%t" > ./ps.tmp lsps -s | tail -1 | nawk '{print...
  8. Sudmill

    Oracle 8i performance problem - enqueue timeouts

    Hi, Our Oracle system is suffering from very poor performance, and Ive noticed that there is are relatively high enqueue timeouts (has reached over 500 before) but no enqueue waits, which is confusing me. Can anyone shed any light on this problem and suggest anything else I should check to...
  9. Sudmill

    Apache Subdomain Config Qu.

    Hi, Im trying to configure the httpd.conf file so that my apache (1.3.19) resolves the following browser lookups. intranet.server.myco.co.uk -> "D:\htdocs\intranet\html" server.myco.co.uk -> "D:\Program Files\IBM HTTP Server\htdocs" This is an internal (intranet) server...
  10. Sudmill

    Newbie html form question: Please help

    Hi, Im not a notes programmer, so the concepts may be different, but Im trying to put in a request to a developer and Im having difficulty in finding out if Domino is able to process a POSTed HTML form. Sorry if this is a dumb qu, but Im sure this is a very basic request! Basically, I have a...
  11. Sudmill

    Websphere

    Ive just installed Websphere Portal and onto WAS 4.02 (patched with fix pack 2 on the supplied CD). Ive tried analyzing my logs which are stored locally on our D drvie, and I get the following error message, even though the path resolves correctly and files can be found in DOS. Also server is...
  12. Sudmill

    LOCALLY MANAGED TEMP TABLESPACES?!?!

    If we set our locally managed tablespaces (tablespace TEMP) do we still need to automatically extend the datafiles/ tablespace or is this whole process automated in Oracle 9/8i ? Not sure I fully understand what it does for you ( I know it sorts out the extents .. but can you still set/disable...
  13. Sudmill

    Passing session beans to servlets

    Hi, Please excuse the newbie questions in advance as Im fairly new to JSP. 1) I am currently passing session beans to other beans in the following way. Is this the best method ? <jsp:useBean id=&quot;loginConn&quot; scope=&quot;session&quot; class=&quot;com.company.project.LoginBean&quot;/>...
  14. Sudmill

    I/O performance question with 90 - 100% filesystem full

    Hi Im trying to get a definitive answer on the following, but cant seem to locate a clear answer anywhere. We have many filesystems on an AIX 4.3.3 server which have nothing but Oracle datafiles on. These files are fixed in size and are manually extended as required (autoextend off). What Id...
  15. Sudmill

    How do I automate system ODBC rollout?

    Im trying to configure a system odbc driver for all client pc's and was wondering if there was an easy way to automate this creation? Cheers John (Sudmill)
  16. Sudmill

    Quest SQL Navigator Problem

    Hi, Im having problems trying to use this tool against my Oracle database. Any idea what Im doing wrong? Im trying to execute the following line in sql navigator against an oracle database, logged in as system; exec dbms_output.put_line('hi'); and it returns with the following output saying...
  17. Sudmill

    Extending grep like search 2also show 2 previous lines 4each occurance

    Help is really needed .. i did awk a long time ago at Uni and therefore think what im trying to acheive is possible, but know that my awk skills are now non existant! Basically, Im doing a grep of a file at the moment, which outputs each line with the text. What I want it to do is also output...
  18. Sudmill

    Comparison of Websphere Commerce Suite with competition

    hi, Im looking for any details on comparing the IBM commerce suite with in particular the Microsoft offering of commerce server whici I beleive is the nearest competition. Am currentky trying to do a comparison to justify the use of Websphere. Anyone know of any good resources or can help me...
  19. Sudmill

    removing a corrupt sql7 database and restoring using arcserve

    Scuse the stupid question, but I havent used SQL Server since 6.5 (4 yrs ago), so thought Id ask for some advice considering the issues at hand. We have a problem where one of our six SQL server (7.0) databases is corrupt (and has been marked as such), and so needs to be removed and restored...
  20. Sudmill

    Embed username &amp;pwd to automatic access secure pages?

    I need to embed a username and password into a web page to provide an automatic link through to a page within a secure area without the username and password dialogue box popping up. Any ideas? is there such a method as <a HREF=&quot;www.securearea&quot; username=&quot;xxx&quot...

Part and Inventory Search

Back
Top