Coldfusion Session lost on iPad... sometimes.

2012-07-03 Thread David Wilson
We are experiencing an unusual error after launching our site. We have two options of payment for our app, Credit Card (using Paypal to process the payment) and Paypal Express Checkout (which for anyone who doesn't know, involves redirecting the user to Paypal and then back to your site to

Re: Coldfusion Session lost on iPad... sometimes.

2012-07-03 Thread Paul Kukiel
Do you have a load balancer? We have seen this were a sticky session ( ip based ) is lost due to ipaddress changes on some mobile devices causing the balancer to send a request to a different server causing cf to loose the session Paul On 04/07/2012, at 9:00 PM, David Wilson

Re: Coldfusion Session lost on iPad... sometimes.

2012-07-03 Thread David Wilson
No we're not using a load balancer so that can't be it. Also the user ip is the same when they return from Paypal as when they left for Paypal. Do you have a load balancer? We have seen this were a sticky session ( ip based ) is lost due to ipaddress changes on some mobile devices causing

Trying to solve a verity problem

2012-07-03 Thread Edward Chanter
Anyone seen this error when attempting to do verity searches? The collection you specified does not exists or is not registered with the ColdFusion Search Service. The collection is definitely there, 100% sure. It's in CF Admin but I can't optimise the index as it bombs out with the same error.

Re: Trying to solve a verity problem

2012-07-03 Thread Dave Watts
Anyone seen this error when attempting to do verity searches? The collection you specified does not exists or is not registered with the ColdFusion Search Service. The collection is definitely there, 100% sure. It's in CF Admin but I can't optimise the index as it bombs out with the same

RE: Trying to solve a verity problem

2012-07-03 Thread Edward Chanter
-Original Message- Your sad devotion to that ancient Jedi religion has not helped you conjure up the missing index, or given you enough clairvoyance to find the Verity problem. ROFLMAO, thanks for that, made me smile :) OK, with that out of the way - I've run into similar problems

Re: Coldfusion Session lost on iPad... sometimes.

2012-07-03 Thread Sebastian Powell
One suggestion may be to check in the users ipad Safari settings option, that cookies are accepted. Bas. No we're not using a load balancer so that can't be it. Also the user ip is the same when they return from Paypal as when they left for Paypal. Do you have a load balancer? We

Re: Trying to solve a verity problem

2012-07-03 Thread Dave Watts
I'm not indexing documents, it's a query based index and when I run the part of the script with the cfindex tag it works without any problem: ... We recently moved the site to a new server at a new hosting company but they've already reinstalled Verity once and it's still not working

RE: Trying to solve a verity problem

2012-07-03 Thread Edward Chanter
I wasn't seeing this before but I just tried to create a new collection in CF Admin and got this error: Unable to create collection testDocs. Unable to register collection testdocs. An error occurred while registering the collection with the K2 Search server:

Multi-Server install *help*

2012-07-03 Thread ColdFusion Developer
Okay, after raking my brain over the last few days, I cannot seem to get this to work. Goal: Run CFMX 7, CF 9 and CF 10 on same Development workstation (not connected to internet). Workstation: Running Windows 7 Exterprise with IIS 7 (*** Cannot use Apache Web Server) Constraints: 1. CFMX 7 is

Re: Multi-Server install *help*

2012-07-03 Thread Dave Watts
Goal: Run CFMX 7, CF 9 and CF 10 on same Development workstation (not connected to internet). Workstation: Running Windows 7 Exterprise with IIS 7 (*** Cannot use Apache Web Server) Constraints: 1. CFMX 7 is only approved for Network 1 2. CF 9 is only approved for Network 2 3. CF 10 is

CF 10 and Sharepoint

2012-07-03 Thread Shannon Rhodes
We are upgrading our apps to CF10, and have an opportunity to rebuild our primary application (even in a diff language if we so choose). We also use Sharepoint 2010 for our intranet. The app in question involves a lot of document workflow (uploads/approvals), and the request has been made to

Re: Multi-Server install *help*

2012-07-03 Thread Russ Michaels
Using virtual machines as dave suggests is the easiest option. If this option is not viable for you then you could install each separately as standalone, which will create separate windows services, however they will conflict so you will only be able to have one running at a time. It is possible

Re: Multi-Server install *help*

2012-07-03 Thread ColdFusion Developer
I agree. I can have them all running independently at the same time using two stand-alones and one within IIS. Just was unsuccessful at connecting the two stand-alones (CFMX 7 and CF10) to use Windows Authentication. Had everything up and running like that but the two stand-alones would use

RE: Trying to solve a verity problem

2012-07-03 Thread Russ Michaels
Check that the k2 server is actually running. Regards Russ Michaels On Jul 3, 2012 2:44 PM, Edward Chanter firew...@cc.uk.com wrote: I wasn't seeing this before but I just tried to create a new collection in CF Admin and got this error: Unable to create collection testDocs. Unable to

Re: Multi-Server install *help*

2012-07-03 Thread Russ Michaels
You just need to set them to use iis and not their own internal server. Regards Russ Michaels On Jul 3, 2012 4:02 PM, ColdFusion Developer cfdev2...@gmail.com wrote: I agree. I can have them all running independently at the same time using two stand-alones and one within IIS. Just was

RE: Trying to solve a verity problem

2012-07-03 Thread Edward Chanter
Seems to be: When I run ./cfsearch start it says there is already a k2admin process running -Original Message- Check that the k2 server is actually running. ~| Order the Adobe Coldfusion Anthology now!

password retrival

2012-07-03 Thread Won Lee
Hi Mike D, Not sure what I'm doing wrong but I can't retrieve my password. I entered my email and received a message reading 'Your user information has been emailed to you. ' I don't see my password though. I have tried several times. Spam and trash folders are empty. Thanks, W

RE: Trying to solve a verity problem

2012-07-03 Thread Russ Michaels
Has this machine beem upgraded from previous version, might explain why you have 2 conflicting processes Regards Russ Michaels On Jul 3, 2012 4:25 PM, Edward Chanter firew...@cc.uk.com wrote: Seems to be: When I run ./cfsearch start it says there is already a k2admin process running

RE: Trying to solve a verity problem

2012-07-03 Thread Edward Chanter
AFAIK it's a fresh install of CF08.01 on a brand new VPS instance, but I can check with our hosting company tomorrow. -Original Message- Has this machine beem upgraded from previous version, might explain why you have 2 conflicting processes

cfgrid autosuggest problem

2012-07-03 Thread Ray Meade
My client's application has a Coldfusion HTML form that contains a Coldfusion HTML grid which binds to a cfc to retrieve and update the grid's data. My client would like one of the grids columns to have an autosuggest feature like the other input fields on the page has. (he wants to be able to

Re: 500 - Internal server error

2012-07-03 Thread Gonzo Rock
Okay... egg on my face and a huge apology to Carl Meyer. I ran into the postParametersLimit exceeded issue today and knew EXACTLY what to to. This list has once again saved my life and my job. Thank you to everyone who keeps it running. Thanks! Gonzo On Mon, Jul 2, 2012 at 10:32 AM, Gonzo Rock

Dynamic Variable

2012-07-03 Thread Torrent Girl
hi All. I have an application that creates an array based on a few variables. The application enters the contents of the array into a DB by looping over the array. My issue is that I need the array name in the loop to be dynamic based on another var I have set. EX: cfset moduleGroup = 1A

Re: Dynamic Variable

2012-07-03 Thread Russ Michaels
I presume you have the dynamic part in another variable, in which case you could do this. cfloop array=#evaluate(session.ceuAppModules#othervariable#)# index=i On Wed, Jul 4, 2012 at 6:56 PM, Torrent Girl moniqueb...@gmail.com wrote: hi All. I have an application that creates an array

Re: Dynamic Variable

2012-07-03 Thread Torrent Girl
I presume you have the dynamic part in another variable, in which case you could do this. cfloop array=#evaluate(session.ceuAppModules#othervariable#)# index=i I do. I'll try that. Thank you. But wait. won't this give me a value of '1A'?

Re: Dynamic Variable

2012-07-03 Thread Leigh
  the arrays are set into session: cfset session.ceuAppModules1A = [] /   To access the element dynamically, use structure notation, ie:      session[ceuAppModules theDynamicSuffixHere ~| Order the Adobe Coldfusion

Re: Dynamic Variable

2012-07-03 Thread Leigh
  the arrays are set into session: cfset session.ceuAppModules1A = [] /   To access the element dynamically, use structure notation, ie:     session[ceuAppModules theDynamicSuffixHere   Obviously there should be a closing bracket ]. The response was cut off for some reason

Re: Dynamic Variable

2012-07-03 Thread Russ Michaels
yes but presumably you are chagning that value, if not then you have nothing to work with. You need to be generating the dynamic name you plan to use somehow. On Wed, Jul 4, 2012 at 7:53 PM, Torrent Girl moniqueb...@gmail.com wrote: I presume you have the dynamic part in another variable, in