Re: Barcodes

2013-08-29 Thread Brian Polackoff
Chad, My company has built an enterprise inventory management system using www.bokai.com java servlet. It's not free but really easy to implement and super easy to use. Hope that helps! Thanks, Brian Sent from my mobile device, please excuse brevity spelling. On Aug 29, 2013, at 11:39 AM,

Re: Dreamweaver CS6 FTP issues fixed?

2013-08-09 Thread Brian Polackoff
Hey George, Are you referring to the line spacing issue on a Mac that occurs when using a windows based FTP server? I ran into that issue and adobe was no help either however I found a solution and can share the info if that's the problem your asking about? Thanks, Brian Sent from my mobile

Re: Help Desk System

2011-09-21 Thread Brian Polackoff
Not cf, but does everything you will need and more. A touch pricy. Trackit by numera software is awesome. Thanks, Brian On Sep 21, 2011, at 2:19 PM, Trevor Orr tre...@summitprojects.com wrote: Just wondering if anyone knows of a ColdFusion help desk system, either free or paid is fine.

Weird undefined error

2011-07-26 Thread Brian Polackoff
Has anyone ever run into identitycol is undefined while using the result attribute in a cfquery while using cf8 enterprise on a windows 2k8 and a SQL 2005 server? This problem started on Sunday in our production environment. We have rebooted the database server and the web servers with no

Automated File Deployment/Replication

2011-07-05 Thread Brian Polackoff
Hey everyone. I have been tasked recently with coming up with an automated deployment/file replication system for our newly built infrastructure. We have a hardware load balancer that spreads the traffic over 5 real servers. We are looking for a way to place the production web files and assets on

RE: Automated File Deployment/Replication

2011-07-05 Thread Brian Polackoff
Thanks everyone for the info! We are running CF8 Enterprise on 5 servers with windows server 2k8 standard 64 bit if there are any OS specific solutions out there besides DFS which I will now look into. Thanks! Brian -Original Message- From: Matthew Williams

Re: Help! Too much tracffic and too little time!

2011-05-09 Thread Brian Polackoff
So how did your first day go? Any load issues with the setup the good folks on this recommended? Brian Polackoff On May 8, 2011, at 9:46 AM, Kym Kovan dev-li...@mbcomms.net.au wrote: On 8/05/2011 10:58 PM, Robert Rhodes wrote: I installed Win2K8 on one of the servers last night

Re: IIS Question

2011-04-23 Thread Brian Polackoff
Right click the web site in IIS and click on click on the home directory path. This will tell you where IIS is looking on a per site basis. Hope this helps. Thanks, Brian On Apr 23, 2011, at 1:15 PM, fun and learning funandlrnn...@gmail.com wrote: Hi All - I have a IIS/coldfusion

What's everybody using?

2011-04-13 Thread Brian Polackoff
Hey everyone. I am starting a new project that will require a good deal of charting, some complex charts but mostly just PIE, LINE, Bar and Area charts. I realize CF has a fairly decent charting engine but I am open to hear what others are using and if you would recommend what you are using to

RE: What's everybody using?

2011-04-13 Thread Brian Polackoff
AM, Brian Polackoff bpolack...@gmx.com wrote: Hey everyone. I am starting a new project that will require a good deal of charting, some complex charts but mostly just PIE, LINE, Bar and Area charts. I realize CF has a fairly decent charting engine but I am open

RE: Web Service Over SSL

2011-04-07 Thread Brian Polackoff
hope this helps. These steps were performed on a CF Version 8,0,1,195765 Enterprise Edition with the hf801-71557.jar update Thanks! Brian Polackoff -Original Message- From: Steven Weiner [mailto:st...@intrafusiontechnologies.com] Sent: Thursday, April 07, 2011 9:22 PM To: cf-talk Subject

Web Service Over SSL

2011-03-09 Thread Brian Polackoff
Hey everyone. I have run into the age old issue that Coldfusion JRE does not have included a ssl certificate (from GoDaddy) used on a remote CF system I have setup. I have read how to import the SSL into the JRE using keytool, however it requires restarting CF services which I do not want to have

RE: Web Service Over SSL

2011-03-09 Thread Brian Polackoff
Marco Antonio On Wed, Mar 9, 2011 at 11:48 AM, Brian Polackoff bpolack...@gmx.com wrote: Hey everyone. I have run into the age old issue that Coldfusion JRE does not have included a ssl certificate (from GoDaddy) used on a remote CF system I have setup. I have read how to import the SSL

Secure or Not So Secure?

2011-01-20 Thread Brian Polackoff
Hey everyone I have thrown this idea around before with a few guys on this list but have modified my methodology slightly and am now asking the full community their thoughts. Is the below scenario secure or I am asking for trouble? Here is the code: Secure or not so secure? (No vpn or ssh

RE: Secure or Not So Secure?

2011-01-20 Thread Brian Polackoff
Yeah I realized that by throwing out that very generic statement I might get some push-back but thank you very much for your not so generic answer. It helps quite a bit and created a few other internal questions we now have that need answers to! Thanks everyone! Very helpful. -Original

RE: multiple checkbox

2011-01-14 Thread Brian Polackoff
Not sure if this applies or if it will work for you, but this is what I have done in the past (for small inserts only). On the UPDATE do a DELETE from table 2 all data for that WKID, then simply do an insert. This way you don't have to determine which is checked or not checked. Quick and easy.

Re: Getting IIS 404 errors handled by CFM?

2010-12-24 Thread Brian Polackoff
Set IIS custom 404 error to URL and set to /404.cfm. Then create a a file called 404.cfm an place it in your web root. This will do what you want. Thanks, Brian On Dec 24, 2010, at 6:04 PM, Marie Taylore mt4yl...@yahoo.com wrote: Is there a way to get the IIS 404 pages handled by the CF

Auto Incrementing Seed vs CF UUID

2010-12-20 Thread Brian Polackoff
So, anyone have any thoughts on which are better... Using CF8 Ent, SQL 2k5 Ent and an enterprise application with millions of rows in the table? Thanks for all your feedback, Brian ~| Order the Adobe Coldfusion Anthology

RE: index.cfm being hacked (now application.cfm)

2010-12-09 Thread Brian Polackoff
OR CGI.QUERY_STRING contains update OR CGI.QUERY_STRING contains DELETE OR CGI.QUERY_STRING contains UPDATE cfabort --- /cfif Again, sorry if SQL injection in not your problem. Brian Polackoff br...@emstoolkit.com http://www.emstoolkit.com -Original Message- From: Mike

RE: index.cfm being hacked (now application.cfm)

2010-12-09 Thread Brian Polackoff
I know exactly what you mean :) My suggestion was based on the assumption the application was built originally without using cfqueryparam and nobody likes going back to hundreds of files and modify each query used. Like I said.. short term fix :) Brian Polackoff br...@emstoolkit.com http

RE: index.cfm being hacked (now application.cfm)

2010-12-09 Thread Brian Polackoff
I know exactly what you mean :) My suggestion was based on the assumption the application was built originally without using cfqueryparam and nobody likes going back to hundreds of files and modify each query used. Like I said.. short term fix :) Brian Polackoff br...@emstoolkit.com http

RE: Virtual Directories and IIS

2010-12-06 Thread Brian Polackoff
Not sure if this helps, but a simple custom 404.cfm would work. Update the Custom Errors in IIS, create a custom 404.cfm page that looks in a DB for the missing/unfounded URL. For instance you could place in the DB MyWebSite1 will map to www.mydomain.com/mywebsite1, then do a cfLocation in the

What was that security again?

2010-11-18 Thread Brian Polackoff
I admit this question is a touch off topic, but the SQL list is not nearly as active. Can anyone tell me what the minimum MS SQL server 2005 security settings to run SELECT and Execute Existing Stored Procedures? My googling has failed me. (it was bound to happen eventually) Thanks! Brian

RE: What was that security again?

2010-11-18 Thread Brian Polackoff
Is that what you are looking for? -Mike Chabot On Thu, Nov 18, 2010 at 11:32 AM, Brian Polackoff bpolack...@gmx.com wrote: I admit this question is a touch off topic, but the SQL list is not nearly as active. Can anyone tell me what the minimum MS SQL server 2005 security settings to run SELECT

RE: What was that security again?

2010-11-18 Thread Brian Polackoff
Thanks everyone! My goal was actually very simple. Some facts I knew about SQL Server permissions were overturned today. Didn't know you can simply grant individual permissions. I was under the impression server and database roles were all I had to play with. I have clients that need our web

Distance Calculation

2007-11-12 Thread Brian Polackoff
Has anyone ever seen or heard of a, free preferably but will work with anything, custom tag, or web service that can take two addresses and determine the distance between them. The distance can either be as the crow files or actual driving route. I know there are zip code calculators out

RE: Distance Calculation

2007-11-12 Thread Brian Polackoff
. Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ BlueDragon Alliance Member [EMAIL PROTECTED] Brian Polackoff wrote: Has anyone ever seen or heard of a, free preferably but will work with anything, custom tag, or web service that can take two addresses and determine

CF / SQL Encryption

2007-10-29 Thread Brian Polackoff
Afternoon all, I have just received a new project that requires very sensitive information about assault victims to be stored in a sql 2k database. I have already gotten the SSL up and running but can anyone give me some ideas has to how you might securely store/encrypt that information in the

RE: video gallery / audio gallery?

2007-06-29 Thread Brian Polackoff
Dwayne, Not sure if this is exactly what you are looking for but thought I would pass it on. It does video, audio, stills and is driven by XML. Oh yeah, and it's free! http://www.mediacollege.com/flash/media-player/ Brian R. Polackoff Centuron Systems http://www.centuron.net -Original

RE: Testing Database Connection within Application

2007-04-20 Thread Brian Polackoff
Rob, This may sound simple, maybe too simple, but how long does your application take to error on a cfquery if the table isn't available? I useed a different approach, rather then testing to see if the DSN was valid, I simply tried to query from it. I have just ran into this problem myself and

3 Authorize.Net Questions

2006-09-05 Thread Brian Polackoff
1.Can anyone tell me what the field names/field properties for the CFHTTPPARAM tag I must use for Authorize.net: CCV and Address Verification? 2. Upon completion of my current project I as thinking about applying for the certified Authorize.net developer status. Is this

RE: 3 Authorize.Net Questions

2006-09-05 Thread Brian Polackoff
Well.. The first question really had two questions within it... Just another example why formatting is so critical... Hehe Thanks for the input! brian -Original Message- From: Mary Jo Sminkey [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 12:07 PM To: CF-Talk Subject:

RE: Quick Question

2006-08-31 Thread Brian Polackoff
Doug, You could also try this.. cfset myNewList2='#ReReplace(mylist, ,-,all)#' cfoutput#myNewlist2#/cfoutput Enjoy, Brian -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: Thursday, August 31, 2006 9:11 AM To: CF-Talk Subject: Re: Quick Question cfset myList =

RE: Quick Question

2006-08-31 Thread Brian Polackoff
Doug, Also I just noticed in Ben's last, the and - are reversed... That's why it's not working for you.. Enjoy! -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: Thursday, August 31, 2006 9:11 AM To: CF-Talk Subject: Re: Quick Question cfset myList = test1 test2

RE: tabbed form in cf 6.1?

2006-08-02 Thread Brian Polackoff
Paul, 6.1 doesn't have tabbed forms, however I have found an easy work around for us 6.1 shops... http://www.olimpo.ch/tmt/tag/tabs/ Very easy to set up and maintain Brian -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 02, 2006 12:45 PM To:

RE: how to do a cfldap query

2006-06-20 Thread Brian Polackoff
This should get you going.. also go to http://www.ldapadministrator.com http://www.ldapadministrator.com/and download their ldap browser. It will give you all the information you need in order to get you going cfscript //!--- setting basic LDAP server attributes - DRAGON ---

Documentation Software Needed..

2006-06-15 Thread Brian Polackoff
Can anyone recommend a utility (CF based) that can allow a small team of developers to create / document their applications? I am looking for something free/cheap but costly solutions I am not ruling out just yet. I am looking for something like this

RE: db query

2006-05-24 Thread Brian Polackoff
You can try.. select substring(emailCol,2,LEN(emailCol)) from tablename Hope it helps! -Brian- -Original Message- From: Ken [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 2:05 PM To: CF-Talk Subject: db query Hii. I have a number of email addresses in my db that start

Error Translation Request...

2006-04-06 Thread Brian Polackoff
I have an error message that randomly appears on a template that I would like some translation for. Can someone assist? Error Message: You have attempted to dereference a scalar variable of type class java.lang.String as a structure with members Thanks, Brian

Coldfusion and Modems

2006-03-31 Thread Brian Polackoff
Has anyone successfully used Coldfusion to connect to a modem and retrieve a data stream that the remote modem sends? I have been assigned a new project of creating a scheduling application and my company uses ADP time clocks. (Currently being read by a program called E-TIME) The ideal

CFX_IMAP4 Error...

2006-03-14 Thread Brian Polackoff
I am trying to get up and running CFX_IMAP4 Enterprise but keep receiving the following error: If anyone has used this tag before and can offer their insight it would be greatly appreciated. My Code: CFX_IMAP4 server=#server# username=#session.nt_user# password=#session.pword#

RE: Document Management??

2006-03-06 Thread Brian Polackoff
Terry, If you all you are looking for is simply document management (add/upload, remove/delete, etc) then you might want to check out CF_FileManager. It is a cross browser tool for just that. (To view product info) http://www.digital-crew.com/index.cfm/action/viewnavcat/navcatId/32 (For a

RE: Calendar

2006-02-14 Thread Brian Polackoff
Jenny, Not sure if this will do. I wrote it some time ago and I am sure it will need some tweaking. Disregard the pricing info, for it is free now (with little or no support) if you are interested feel free to contact me offline. http://www.centuron.net/Products/OnlineCalendar_FullAd.cfm Brian

Recall: Calendar

2006-02-14 Thread Brian Polackoff
Brian Polackoff would like to recall the message, Calendar. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232309 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http

RE: Recall: Calendar

2006-02-14 Thread Brian Polackoff
for it? (someone had to ask) ;-) ...:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Brian Polackoff [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 14, 2006 11:37 PM To: CF-Talk Subject: Recall: Calendar Brian Polackoff would like to recall the message

CFMail Grouping Question

2006-02-06 Thread Brian Polackoff
Can anyone tell a lost programmer how to group with CFMAIL so that a recordset with 100 records, grouped into 10 groups gets included into a singe email, not 10 emails Here's My Code: cfmail to=[EMAIL PROTECTED] subject=Subject type=html from=[EMAIL PROTECTED] div

RE: CFMail Grouping Question

2006-02-06 Thread Brian Polackoff
in a cfsavecontent tag, and then just output the results into the E-mail. ~Brad -Original Message- From: Brian Polackoff [mailto:[EMAIL PROTECTED] Sent: Monday, February 06, 2006 2:33 PM To: CF-Talk Subject: CFMail Grouping Question Can anyone tell a lost programmer how to group with CFMAIL so

RE: Opinons on Mail Servers and Tags - CFPOP Sucks

2006-01-17 Thread Brian Polackoff
of last year. Additionally having needed support from Paul he is quick to answer. Brian Polackoff http://www.centuron.net -Original Message- From: Paul Vernon [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 5:20 PM To: CF-Talk Subject: RE: Opinons on Mail Servers and Tags - CFPOP

RE: IMAP webmail app?

2005-09-28 Thread Brian Polackoff
http://magicwinmail.net Solid app, I have been using if for over 3 years now, hasn't failed me yet. It may be more than you are looking for but none the less, solid app.. Brian Polackoff -Original Message- From: Eric Hoffman [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 28

altering the PWDLastSet Attribute with CFLDAP

2005-09-22 Thread Brian Polackoff
Can it be done and if so, any ideas? ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it

RE: altering the PWDLastSet Attribute with CFLDAP

2005-09-22 Thread Brian Polackoff
22, 2005 4:03 PM To: CF-Talk Subject: RE: altering the PWDLastSet Attribute with CFLDAP If you mean in Active Directory, yes, there is one way you can change pwdLastSet. All you need to do is change the password. :P M!ke -Original Message- From: Brian Polackoff [mailto:[EMAIL PROTECTED

RE: CFMail Errors when mass mailing (not spam)

2005-09-12 Thread Brian Polackoff
, 2005 9:35 PM To: CF-Talk Subject: RE: CFMail Errors when mass mailing (not spam) What error do you get? How many are you sending? -Original Message- From: Brian Polackoff [mailto:[EMAIL PROTECTED] Sent: Monday, 12 September 2005 1:30 p.m. To: CF-Talk Subject: CFMail Errors when mass mailing

RE: CFMail Errors when mass mailing (not spam)

2005-09-12 Thread Brian Polackoff
AM To: CF-Talk Subject: RE: CFMail Errors when mass mailing (not spam) Just put a cftry tag around your cfmail. You must have an empty TO field in the db or something. Allan -Original Message- From: Brian Polackoff [mailto:[EMAIL PROTECTED] Sent: 12 September 2005 16:45 To: CF-Talk

RE: CFMail Errors when mass mailing (not spam)

2005-09-12 Thread Brian Polackoff
? Kevin -Original Message- From: Brian Polackoff [mailto:[EMAIL PROTECTED] Sent: September 12, 2005 8:45 AM To: CF-Talk Subject: RE: CFMail Errors when mass mailing (not spam) Sending about 600 mails at a time, the error ranges from: CFMail requires a To: attribute when I have tested

CFMail Errors when mass mailing (not spam)

2005-09-11 Thread Brian Polackoff
with cf 7 but can't upgrade just yet. Thanks in advace, Brian Polackoff ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client

CF Execute Error... Silly Java....

2005-08-29 Thread Brian Polackoff
Trying to use cfexecute to change an AD password. Works no problem from the command prompt however when I load the page it get: The cause of this exception was that: java.io.IOException: CreateProcess: net user.exe MYUSERNAME MYPASSWORD /domain error=2 - or - - The

CFExecute Error.... Silly Java.....

2005-08-29 Thread Brian Polackoff
Trying to use cfexecute to change an AD password. Works no problem from the command prompt however when I load the page it get: The cause of this exception was that: java.io.IOException: CreateProcess: net user.exe MYUSERNAME MYPASSWORD /domain error=2 - or - - The

Re: Organizational Chart

2005-08-15 Thread Brian Polackoff
Ian, Found this on the net. Needs some tweeking, but thus far the best solution I have found. Hope this helps. http://www.thiazzz.com/thiazzz/orgchart/. Additionally thanks to all who contributed to this thread. Thanks, Brian R. Polackoff MS WORD? Sorry, but that is our current

Organazational Chart

2005-08-11 Thread Brian Polackoff
Does anyone know of a Coldfusion organizational chart; either application or custom tag, etc. I am looking to dynamically display an org chart and would rather not re-create the wheel. Any thoughts? Thanks, Brian R. Polackoff

RE: Organizational Chart

2005-08-11 Thread Brian Polackoff
The requirements are quite open. Performance is not really an issue, to be brutally honest this application most likely will not be hit all that often. The output should either be in html, flash, jpg, etc., again quite open. We are looking to display this over our intranet. Dynamic is OK, like

RE: Organizational Chart

2005-08-11 Thread Brian Polackoff
got it from though, bought it a few years ago. It was not expensive and we got the source code even. I might be able to track it down, but you know how large corps are. FYI, in our company this is a hot tool. surprising, eh? DK On 8/11/05, Brian Polackoff [EMAIL PROTECTED] wrote

RE: Organizational Chart

2005-08-11 Thread Brian Polackoff
, August 11, 2005 4:38 PM To: CF-Talk Subject: Re: Organizational Chart Do you have visio? If so, it is easy to drive visio through data via sql server, and very easy to drive the data from cold fusion. On 8/11/05, Brian Polackoff [EMAIL PROTECTED] wrote: The requirements are quite open. Performance

RE: Enterpise Manager or Query Analyzer like tool for Oracle

2005-08-08 Thread Brian Polackoff
You may also wish to try DBArtisan 8.0 http://www.embarcadero.com/products/products.html -Brian R. Polackoff -Original Message- From: Jim Campbell [mailto:[EMAIL PROTECTED] Sent: Monday, August 08, 2005 5:08 PM To: CF-Talk Subject: Re: Enterpise Manager or Query Analyzer like tool for

RE: need help testing...

2005-08-04 Thread Brian Polackoff
Ferg, I don't have an aol address however I just went through a similar situation with aol. Have you visited their postmaster web site. (http://postmaster.aol.com) They go into detail on this site what they require in order to completely deliver the message? I know aol a few days back required

PDF to PDF Comparison

2005-08-03 Thread Brian Polackoff
Is there any way to compare to PDF's and determine their difference as far as content goes? Any ideas would be appreciated. Thanks, Brian ~| Logware (www.logware.us): a new and convenient web-based time tracking

RE: PDF to PDF Comparison

2005-08-03 Thread Brian Polackoff
Great, converting the pdf to text is not a problem, do you know of any links to the tools you were referencing? Thanks, Brian R. Polackoff -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 03, 2005 12:21 PM To: CF-Talk Subject: RE: PDF to PDF

RE: Active Directory

2005-07-29 Thread Brian Polackoff
# Brian Polackoff -Original Message- From: Lee [mailto:[EMAIL PROTECTED] Sent: Friday, July 29, 2005 4:46 PM To: CF-Talk Subject: Active Directory I'm playing around trying to get anything out of active directory. The code as follows. CFLDAP server=197.177.23.125 action=query name