CGI Certificate Seral Number

2009-08-07 Thread Lee Surma
We are having a problem where a client is sending some xml to an Web page and we are validating on the cgi.Cert_SerialNumber. When we dump the cgi structure in Coldfusion, Cert_SerialNumber is showing [empty string]. The client is insisting that they are sending the serial number. How can we

Re: CGI Certificate Seral Number

2009-08-07 Thread Lee Surma
Cancel that. We found a bad setting in IIS. We are having a problem where a client is sending some xml to an Web page and we are validating on the cgi.Cert_SerialNumber. When we dump the cgi structure in Coldfusion, Cert_SerialNumber is showing [empty string]. The client is insisting

RE: Calling .net service with CF

2005-07-12 Thread Lee Surma
to register the service in the components panel but the only proxy generator available is Coldfusion MX. When I click to add one it never shows up as available in the prior window. I beleive I need the Apache Soap. Is this a bug in Dreamweaver or am I overlooking something? Lee Surma

Calling .net service with CF

2005-07-01 Thread Lee Surma
Is it easy to call a .Net Web Service using Coldfusion? Any articles or examples out there? Lee Surma OK So this is rediculously simple or imposible or requires vast knowledge of Web Services? I just need to send back three pieces of data to an existing .net Web Service. This is the code I

Re: Application.cfm

2005-06-01 Thread Lee Surma
OK this begs the question who would put up a blank application.cfm without putting in a comment describing why it's there? Lee ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start

AS400 Admin ODBC Setup

2003-02-20 Thread Lee Surma
the driver setting in jrun-resources.xml, error: QGPL,tstdfile,tstdmisf The root cause was that: java.sql.SQLException: No suitable driver available for leesDataSource, please check the driver setting in jrun-resources.xml, error: QGPL,tstdfile,tstdmisf Lee Surma 612-669-1875

RE: Jeremy Allaire leaving MM

2003-02-06 Thread Lee Surma
sherpas hauling his gear up a mountain in Tibet right now. Lee Surma 763-494-8301 [EMAIL PROTECTED] ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

Running Parallel

2002-03-19 Thread Lee Surma
We are going to be running parallel with a new system and I will need to compare old versus new. Does anyone know of any reusable code or technique that compares similar but not exact tables and creates an exception report. -- Lee Surma Public Radio International [EMAIL PROTECTED] 612-330

Re: Running Parallel

2002-03-19 Thread Lee Surma
sources, the table names, the matching field names, do a bunch of queries and or loops and compare the data and spit out exceptions. -- Lee Surma Public Radio International [EMAIL PROTECTED] 612-330-9223 __ Your ad could

Dynamic Include

2002-02-19 Thread Lee Surma
What is the best way to allow someone on another Web server which will not necessarily have CF on it to imbed a call to a CF page on my server. Where my page would do some database lookups and return some HTML that would be imbedded in the original page (not a redirect). -- Lee Surma Public

Re: Dynamic Include

2002-02-19 Thread Lee Surma
/test.js;/script What JavaScript could I use on the test.js page to include a CF page without causing a redirect? -- Lee Surma Public Radio International [EMAIL PROTECTED] 612-330-9223 __ Why Share? Dedicated Win 2000

Cookie Blocking

2002-01-24 Thread Lee Surma
Is there a good way to determine if a users browser is set to not accept cookies as you are attempting to set a cookie? I want to be able to send a message to the user if blocking is on. -- Lee Surma Public Radio International [EMAIL PROTECTED] 612-330-9223

Re: Hi

2001-12-05 Thread Lee Surma
holes. They haven't made it a priority. Expedient release is the priority. -- Lee Surma [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http

CFIDE Folder

2001-11-15 Thread Lee Surma
In the final stages of installing a new server with a CF 5 Upgrade, we over-wrote the new CFIDE folder when pulling Inet Pub across. Now CF Administrator thinks it's 4.5. Is there a quick fix for replacing the CFIDE folder or is a Re-install of CF 5 in order? -- Lee Surma Public Radio

Re: CFIDE Folder

2001-11-15 Thread Lee Surma
I just found out that if you remove the CFIDE folder and reboot, it automatically replaces itself. Nice feature! -- Lee Surma Public Radio International [EMAIL PROTECTED] 612-330-9223 ~~ Get the mailserver that powers this list at http

Masters Leaderboard

2001-04-05 Thread Lee Surma
I'm looking at the source of The Masters leaderboard. www.masters.org/scores The data looks pretty consistent. Is there a quick and easy way to "harvest" that data so I can dump it into a database? Just checking. I'm guessing it would be a fairly complicated CFHTTP process. --

SQL 7 to SQL 2000 Cost

2001-03-14 Thread Lee Surma
What does it cost to upgrade? Do you need to upgrade the Internet connector licensee? Where should I purchase? -- ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Form submit new window

2001-03-07 Thread Lee Surma
I need to open a new window and control the size etc. when a form is submitted. I know I can use target="new" in the form action, but I need to specify the size and suppress the toolbar etc much like a Javascript onclick window open command. --

Re: Form submit new window

2001-03-07 Thread Lee Surma
form action="test.cfm" method="post" target="newTest" onsubmit="window.open('','newTest','width=200,height=400')" Thanks. That's kind of working but I'm getting two windows, the first with an error saying it can't evaluate one of the form elements and the second being exactly what I want.

Re: Form submit new window

2001-03-07 Thread Lee Surma
Forget that last post. I got it working. Thanks Craig and Alex. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

Re: Interesting Java/CF Article

2001-02-23 Thread Lee Surma
Here is another article on tagFusion. Looks interesting. http://www.cfadvisor.com/api-shl/engine.cfm?ArticleID=34106DepartmentID=1 They claim they have CF functionality available without the need for CF Server. I'm not sure I get this. Did they rewrite all of the CF tags in Java? And if so,

Interesting Java/CF Article

2001-02-22 Thread Lee Surma
The article is in the February 2001 issue of Java Developers Journal page 70 "Things Can Only Get Better". Alan Williamson describes how his Java shop migrated to a Java/ColdFusion solutions company. They created something called "tagFusion" that actually resulted in them having to downsize

OT: Excel to SQL7

2001-02-14 Thread Lee Surma
I'm using DTS(Data Transformation Services) to import an excel file to SQL 7. My problem is that DTS throws an error on numbers and dates unless the field in the SQL table is VarChar. It will not put a number into a number or a date into a date because everthing in Excel is viewed as a string.

Re: Excel to SQL7

2001-02-14 Thread Lee Surma
To further elaborate. I guess I was hoping that DTS would be stateless in much the same way CF is. Where string data that passes all of the rules of being a number could be used as a number. One thing that could work is putting the Excel data into a temp file and then using CF to loop through

Re: wow...

2001-01-16 Thread Lee Surma
THANK GOD! This is the best thing to ever happen to Allaire. (wishing I had bought stock in Allaire) I don't think we know if this going to be a good thing for the shareholders yet. -- ~~ Structure your ColdFusion code with Fusebox. Get

List Loop Delete

2001-01-05 Thread Lee Surma
I need to loop through a list, test for a condition, and if the condition is not met, delete the item from the list. My problem is that ListDeleteat requires a "position" and as you loop through and delete the position becomes unknown because the list is changing. Any ideas? --

SmackDown

2000-12-27 Thread Lee Surma
Are the opponents Figleaf employees? One of them looks a lot like Dave Watts.;-) -- ~ Paid Sponsorship ~ Get Your Own Dedicated Win2K Server! Instant Activation for $99/month w/Free Setup from SoloServer PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support Visit

Mail Distribution Loop Error

2000-12-07 Thread Lee Surma
Our email server is bouncing some CF Emails with the following error: 07-Dec-2000 10:09:37 -0600 Distribution loop detected It almost looks as if CF is sending the same message twice. Any ideas? _ Lee Surma Public Radio International [EMAIL PROTECTED] 612-330-9223

Sorry about that

2000-11-30 Thread Lee Surma
This is a multi-part message in MIME format. --=_NextPart_000_000A_01C05AA5.5AB74DC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable It went off to the wrong list. Ouch! --=_NextPart_000_000A_01C05AA5.5AB74DC0 Content-Type: text/html;

Gore is OJ!!

2000-11-30 Thread Lee Surma
This is a multi-part message in MIME format. --=_NextPart_000_0005_01C05AA4.D737AB20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable After watching the aerial view of the Ryder truck being followed down = the highway this morning, it just

CF_DHTMLMenu Caption

2000-11-29 Thread Lee Surma
Can the Caption in CF_DHTMLMenu be a graphic or does it always have to be a text link? -- _ Lee Surma Public Radio International [EMAIL PROTECTED] 612-330-9223 _ ~~ Structure your ColdFusion

Re: Can Application.cfm secure html files?

2000-11-17 Thread Lee Surma
.html as ColdFusion. In IIS go to Properties/Home Directory/application settings/configuration and make the .html the same as .cfm. _ Lee Surma Public Radio International [EMAIL PROTECTED] 612-330-9223

Re: Certified ColdFusion Developers

2000-11-16 Thread Lee Surma
Just curious how the Brainbench Certification is looked at, is this a respected certification? I just took the test and it seemed very professional and comprehensive. I'm impressed. _ Lee Surma Public Radio International [EMAIL PROTECTED] 612-330-9223

StructFind

2000-11-02 Thread Lee Surma
StructFind throws an error when it doesn't find the key. How do I get around this? -- _ Lee Surma Public Radio International [EMAIL PROTECTED] 612-330-9223

Mail Errors Notification

2000-10-31 Thread Lee Surma
Is there any way I can be notified if outgoing CF mail doesn't get delivered and ends up in the UNDELIVR folder. Our ISPs relay server has been flaky and the emails are bouncing like crazy. -- _ Lee Surma Public Radio International [EMAIL PROTECTED] 612-330-9223

IP Sort

2000-10-13 Thread Lee Surma
I have a bunch of IP numbers stored in a VarChar field in SQL7. When I sort them, it sorts like text, as it should, with not great results. Is there a quick and easy way to get the IP numbers to sort like a number? -- _ Lee Surma Public Radio International [EMAIL

Re: IP Sort

2000-10-13 Thread Lee Surma
On Friday, October 13, 2000, Adrian Cesana [EMAIL PROTECTED] wrote: Look into CAST() or CONVERT() I think you can do this using the CAST() function Thanks!! This works within one class c range Order by { fn convert(right(IPNumber,3),SQL_decimal) } _ Lee Surma Public

OT: Java Books

2000-10-09 Thread Lee Surma
I want to start playing around with Java but I'm only really interested in Web/database applications. Should I start out with a JSP book or should I be looking for a beginner Java book? Which books do you recommend? -- _ Lee Surma Public Radio International [EMAIL

OT: Moving SQL to new server

2000-10-04 Thread Lee Surma
the right approach? Also do I need to backup and move the Master database? Thanks. _____ Lee Surma Public Radio International [EMAIL PROTECTED] 612-330-9223 _ -- Arch

Re: Moving SQL to new server

2000-10-04 Thread Lee Surma
se" I get the "with move" error. When I examine the path that you mentioned it points to the correct drive. Others have mentioned using DTS. Are there any pitfalls to this? I'm glad I'm not in a crisis recovery situation. _ Lee Surma Public Radio Inte

Archive

2000-06-29 Thread Lee Surma
This list now has a great archive source. Check out http://www.pdm-inc.com/mky_t5_about.cfm to see how you rank. Their search capabilities are far better than eGroups. -- Lee Surma Public Radio International [EMAIL PROTECTED

Re: Archive

2000-06-29 Thread Lee Surma
doesn't show the search links. Go to http://www.pdm-inc.com/mky_help.html -- Lee Surma Public Radio International [EMAIL PROTECTED] -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http

Re: Archive

2000-06-29 Thread Lee Surma
Are there TWO Dave Watts at FigLeaf? Yep. One is the Cold Fusion Guru we all know. And the other one is out partying all the time.;-) The database isn't perfect, Dave must use two email clients with slightly different settings. Probably a laptop. -- Lee Surma Public Radio International

Re: Tracking users through a site

2000-06-22 Thread Lee Surma
and loads the results in a summary table and when completed clears the 86,000 records out of the log file. -- Lee Surma Public Radio International [EMAIL PROTECTED] -- Archives: http://www.eGroups.com/list/cf-talk

Re: Is there a typical cause for this error message?

2000-06-01 Thread Lee Surma
ODBC Error Code = 22001 (String data right truncation) You may have single quotes around a number or a date. -- Lee Surma Public Radio International [EMAIL PROTECTED] -- Archives: http://www.eGroups.com/list/cf-talk

Re: Can we create a log file with CF

2000-05-16 Thread Lee Surma
and anything else you may need and then insert them into a database, preferably something more robust than Access. You may have to map .html files to .cfm to get them to be recognized by CF. Once you get that working you can start playing around with personalisation. Lee Surma Public Radio International

Re: cooooookies

2000-05-09 Thread Lee Surma
style index page that uses the old URL to tell it where to look for the PDF file. This would require some consistency in the existing links. Just a thought. -- Lee Surma Public Radio International [EMAIL PROTECTED

ArraySort

2000-05-01 Thread Lee Surma
Can ArraySort be used on a two dimensional array. If so what would a typical example look like? Lee Surma Public Radio International [EMAIL PROTECTED] -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe

Multiple Column Search

2000-04-26 Thread Lee Surma
columns, not any combination. Are there any creative solutions out there? Lee Surma Public Radio International [EMAIL PROTECTED] -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http

Re: secondary archive

2000-03-24 Thread Lee Surma
They also need to keep at least 60 days available. This allows one to search a subject before posting to see if there has been a recent thread. Lee Surma Public Radio International [EMAIL PROTECTED] -- Archives