How to catch SMPP gateway error type ?
Hi, How can i catch different SMPP error type return by SMSC server ? I want to catch result like 0x45,0x01,0x0B,0x58,0x15.... in my code. I can see eventgateway.log logging the error message but how...
View ArticleColdFusion 11 Administrator: ColdFusion Archives Page shows error
Hello, I am in the process to deploy .car file from ColdFusion 9 into ColdFusion 11. When I open ColdFusion 11 Administrator -> Package & Deployment -> ColdFusion Archives -> It shows...
View ArticleCF11 failed to bind LDAPS
While try to setup a CF11 and use cfldap to a LDAP server with SSL (self signed cert), the self-signed root cert is added into the default "cacerts" file, but still failed to bind. It works from...
View ArticleI/O Exception: sun.security.validator.ValidatorException: Netscape cert type...
CF11 will give the above error even the self-signed root certificate is added... how to fix??
View ArticleCan gateway be used to create separate channels and space
I have been reading about gateways and want to build a new CF11 application to use it. What I want is that my application can comunicate with operators in the field, two ways, realtime, so that every...
View ArticleMoving from CF8 and Flex to CF alone
Do you have experience changing your application from CF8 and Flash/Flex to only CF? If so, how do you replace the Flash/Flex part? Any experiences to share?
View ArticleUpgraded from CF10 to CF11 error: the related configuration data for the page...
Anyone having trouble with CF11 caching CF10 files when they upgraded? Where do I change the settings to the ColdFusion 11 directory rather than ColdFusion 10? HTTP Error 500.19 - Internal Server...
View ArticleCF10 Update 14 and possible memory issues
One of my associates is complaining that since I applied the Coldfusion 10 Update 14 we are experiencing memory issues. Has anyone else had issues with Update 14? Just a System Admin fighting the good...
View ArticleReport a bug
Where the heck do you report a bug? Now I know why the Adobe developers say they don't have any bugs in their queue. No one can figure how to report one. I was also told they offer free installation...
View ArticleReal Time Display Of New Records
I have developed a CRM that is based on sales leads that post to a database. The CRM index page performs a select query and displays a filtered recordset based on the SQL. This index page refreshes...
View ArticleUTF-8 works despite Enable High ASCII characters and Unicode for data sources...
I have a simple table with an NVARCHAR column and some random Korean and Chinese characters. I can successfully query the database and output this column to the my browser in addition to passing an...
View ArticleCF8 to CF11 - MSSQL cfquery uniqueidentifier fields returned in lowercase in...
Hello , I am making migration from CF 8 to CF 11. Using MS SQL server. Raised an issue when check the result from cfquery tag.In CF8 all fields which are defined in DB as uniquieidentifier, when I...
View ArticleFinding the Oracle data source (ColdFusion application)
I inherited a ColdFusion 10 application with an Oracle 11g back end. Recently, I began receiving java.sql.SQLSyntaxErrorException: [Macromedia][Oracle JDBC Driver][Oracle]ORA-00942: table or view does...
View ArticleSending any non-POST-type request with data to CFC
In CF 11 (Developer Edition), non-POST-type requests with data to CFC files seem to get stuck in ColdFusion. I don't believe I've changed anything in CF administration that could affect this, and as...
View ArticleUpgrade from Cold Fusion 6 MX to CF 11
Hello, I am looking at having to work on a project that the customer is currently on CF 6 MX. They obviously need to upgrade and so I am looking to experiences, thoughts, advice, anything at all about...
View ArticleTempered encryption causing Decrypt to crash
I have made an encryption of "auth" using AES as follows: <cfset skey = generateSecretKey("AES")><cfset regkey = encrypt("auth", skey, "AES", "hex")> I attached the result for example to an...
View ArticleHow can I add an existing cfm page to a project?
CFB3 Question: How can I add an existing cfm page to a project? I created a project and copied a file into the project folder but I can't seem to find a way to add the cfm file into the project.
View ArticleCF 10 - Intermittent blank index page, status 200 not 404
Just about every 2 - 3 days, we'll get a blank page instead of our index.cfm. At this point, we cannot reach any .cfm page, even by typing in the direct URL. The only thing that will bring it back is...
View ArticleColdFusion Builder 3 - Search on Open Documents produces...
ColdFusion Search Dialog: Search on Open Documents produces java.lang.NullPointerExceptionWorks well with Search on Current Documents Paid license. Please Advice.
View ArticleCF10 - Update 14 - 404 Error
After installing Update 14 in CF10 I can't reach my CF administrator page (or any .cfm content). When trying to reach administrator at http://127.0.0.1/CFIDE/administrator/index.cfm the server reports...
View Article