I wrote some code and had it running on my windows server.
I created a Database on the UNIX box with identical tables and fields
I had a new DSN set up on a UNIX box
I copied the ode to the UNIX box and changed the DSN notatation to reflect the 
changed DSN 

Now when running the code I get the following error message.

"The requested scope application has not been enabled.  
Before application variables can be used, the application state management 
system must be enabled using the CFAPPLICATION tag."

I have no idea what this means... 

I have this in my applicaton.cfm file:

<!--- Application.cfm --->
<CFAPPLICATION NAME="ExportApp" 
               SESSIONMANAGEMENT="YES" 
               CLIENTMANAGEMENT="Yes"
               CLIENTSTORAGE="ilink">
<!--- Set Application Constants ---> 
<CFSET application.dsn = "ilink">

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:15:742
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to