Got a procurve 2626 that works like a charm but when i reboot a server or workststion connected to the switch
it can't establish a new connection to the switch. If I
log on to the switch and clear the arp cache it starts working again. It's configured to drop entries in the cache every 60...
One more question.
Have you been applying the
latest patches on this server?
If so I'll try to back up a bit.
Might be a patch that don't work
well together with citrix.
That might also be why there seems to be
only you and me having this problem yet.
Try replaceing AND with OR in the IF statment
<CFIF (CGI.SCRIPT_NAME IS NOT "login.cfm")
OR (CGI.SCRIPT_NAME IS NOT "results.cfm")
OR (CGI.SCRIPT_NAME IS NOT "password_help.cfm")
KentH
Maybe like this ??
<cfquery name="filtran" datasource="teamtec" dbtype="ODBC">
SELECT Filtran_Part_Number, Description, On_Web_Site
FROM filtran
WHERE (0=0 and (AMD_Part_Number LIKE '%#ListGetAt(form.Filtran_Part_Number, 1,",")#%')) or
(0=0...
I made a DB and table and got this working
Replaced and with or between the LIKE's
<cfquery name="filtran" datasource="filtran" dbtype="ODBC">
SELECT Filtran_Part_Number, Description, On_Web_Site
FROM filtran
WHERE ( 0=0 and (AMD_Part_Number LIKE '%AM79C30A%') or...
What happens if you comment away just the line
<input type="hidden" name="name" value="#session.cart[2]#">
Do you still get an error?
Kenvase
I'm trying to get html content as a string from an Access database and use that content to fill in a section of a cf page. The problem is that the content itself contains CF code which is not interpreted by ColdFusion after it is selected and displayed. How the ... do I get this to work ?
Want to create a trial version of an CF application.
Don't want it to be a date in registry or equal. Would like to use an .ocx lock or something like that.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.