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

    Setting up Active directory

    Does any one know how to setup Active directory correctly or have setup active directory successfully on Windows 2000 Advance Server? I need directions on what to must be installed and what must not be install.
  2. khue

    Forcing page feed when printing

    does any no how to force a new page feed when print a lengthy page on a Macintosh OS 9.x/10/X? using JAVA?
  3. khue

    Forcing page feed

    does any no how to do a a new page feed force when print a lengthy page on a Macintosh OS 9.x/10/X? using ASP?
  4. khue

    Do a new page feed force when printing

    does any no how to do a a new page feed force when print a lengthy page on a Macintosh OS 9.x/10/X? using ASP and JAVA?
  5. khue

    ASP Forum

    Is there an ASP forum on this Tek-Tip site? If not, does any no how to do a a new page feed force when print a lengthy page on a Macintosh OS 9.x/10/X? using ASP and JAVA?
  6. khue

    javascript:login.submit()

    what exactly does the javascript:login.submit() function do?
  7. khue

    Internet Explorer 5

    We have a web application written in ASP with SQL and the web application keeps giving us this error: HTTP 500 - Internal server error Internet Explorer When updating the database. Can someone help?
  8. khue

    Can someone explain to me in layman

    Can someone explain to me in layman term what these HTTP Status code mean: HTTP status code: 500 Internal Server Error HTTP status code: 502 Bad Gateway I'm getting these errors when testing a ColdFusion page by entering data and submitting the page. You help is appreciated very much.
  9. khue

    Clearing Transaction Log

    I'm getting an error from SQL Server 2000 displaying that the Transactin log is full. How do I clear the transaction log?
  10. khue

    Windows 2000 Workstation Installation

    I tried to install Windows 2000 Workstation on a new computer with the following hardwares: CPU: 800EB/256/133/1.7V Motherboard: ASUS CUSL2 v1.02 Memory: 256 MB non-ECC CD-ROM: 2 CD-ROMs Modem: 3Com 56K WinModem Harddrive: Western Digital 30 GB The Problem: Each time I tried to install...
  11. khue

    MySQL

    I am installing mod_auth_mysql which is a http-Basic Authentication Module. It allows to maintain your user comfortable in a MySQL-Database. I've downloaded the source from ftp://ftp.kciLink.com/pub/mod_auth_mysql.c.gz I've tried to follow the steps detailed by...
  12. khue

    openssl

    I'm install a new Linux server and I want to install a new version of openssl. The Linux version that I am install is Linux 7.1 and the current OpenSSL version is openssl-0.9.6b-8. The new openssl version is openssl-0.9.6c. The current openssl version is a RPM package but the new openssl...
  13. khue

    Create new logins with roles

    When I create a new user and I assign server roles and database roles, what role(s) do I need to assign to this new user if I want this new user to be able to execute DDL and DBCC commands? I do not want to assign the same roles as the (sa) because that's too much power for this user.
  14. khue

    DateFormat() Error

    In one of my coldfusion page that receives a charge number and updates the database, the codes looks like this: <CFSET Expiration = '09/31/2003'> <CFQUERY NAME=&quot;qryInsPayment&quot; DBNAME=&quot;#Application.DSN3#&quot; DBTYPE=&quot;ODBC&quot...
  15. khue

    fetching a cookie

    How, do I access a cookie in coldfusion 5 written by Javascript code? This is what I have in Coldfusion but it doesn't work? Assuming the cookie is written already in Javascript with the name CalendarID... <CFIF IsDefined(&quot;Cookie.CalendarID&quot;)> <CFSET curCal =...
  16. khue

    ColdFusion 5 Server

    I've been running ColdFusion 4.5 Enterprise for the past year and I've recently installed ColdFusion 5 Server on two new box: Production and Development. The hardware for these two box is different. The Production box is an IBM Server xSeries 220 with a P3 800 Mhz and the development box is an...
  17. khue

    SQL Server Registration

    I'm having trouble connecting from my local SQL Server 2000 box to another SQL Server 2000 box running on a Windows 2000 Advance Server box that was previously register through the SQL Server Enterprise Manager which is located downstair within the same LAN. I also have trouble connecting to...
  18. khue

    SNMP Error

    Can someone help me fix/figure out how to fix this error message that I keep getting in the Event View: Error message: The SNMP Service is ignoring extension agent key SOFTWARE\Microsoft\IPXMibAgent\CurrentVersion because it is missing or misconfigured. I've looked everywhere in all of the...
  19. khue

    Windows 2000 Domain Servers

    I have installed and setup 2 Windows 2000 servers. One of them is will be the Production box and the other a Development and Test Box. I have designated the Production box as a Domain Controller and have created the domain name to be CF5SQL2000.edenpr.k12.mn.us Now, I want to make the...
  20. khue

    Convert a decimal value to SQL Money format

    I'm having trouble converting a decimal value into SQL Server 2000 money format. Convert(money(19,4), '#FORM.LOCAmt#') Before it worked fine SQL Server 7, but ever since I have installed the new SQL Server 2000 and restored all the databases and tables accordingly, all the ColdFusion web...

Part and Inventory Search

Back
Top