Additional info
Works on Windows 2000 machines but intermitent on XP.
Co-worker goes to the form and submits and the dump of the form is empty.
I log in to the machine and the dump shows the forms value correctly.
Co-worker is an Admin on his box and a domain Admin so that rules out 
permissions.

> About 2 weeks ago the issue started. Only thing that we know has 
> changed it the webserver has been joined to a new domain.
> 
> I have 2 cfm pages. 
> 1. Form
> 2. Action page
> 
> Here is the form
> <CFQUERY NAME="GETIDETEAM" DATASOURCE="#datasource#">
  
> SELECT DISTINCT USERNAME
  
> FROM SITEUSERS
  
> WHERE GROUPNAME = 'Desktop Engineering'
> </CFQUERY>
      
> <cfform action="test_engine_teammember.cfm?CSR=#URL.CSR#">    
        
> <cfselect name="TEAMMEMBER" 
>                               size="1"
>                               query="GETIDETEAM"
>                               value="USERNAME"
>                               Display="USERNAME"
>                               required="YES">                         
>                   </cfselect>
        
> <input type="submit" name="Submit" value="Update" class="srbutton">
      
> </cfform>
> 
> action page is one line
> <cfdump var="#FORM#">
> 
> Problem: I and a few others can run this fine but for some they get an 
> empty struct.
> 
> Other info:
> CFMX 6.1 standard on top of IIS 5 /W2K Server
> 
> IIS log errors:
> Good (me)
> 2005-05-25 16:52:17 10.160.14.178 ITSDO\TB6859 150.233.68.45 80 POST 
> /softfusion/test_engine_teammember.cfm CSR=2976 200 Mozilla/4.
> 0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+(R1+1.5);+.NET+CLR+1.1.
> 4322)
> Bad (not me)
> 2005-05-25 16:54:13 10.160.14.221 ITSDO\SB3643 150.233.68.45 80 GET 
> /softfusion/test_edit_teammember.cfm CSR=2976 200 Mozilla/4.
> 0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
> 2005-05-25 16:54:13 10.160.14.221 - 150.233.68.45 80 GET 
> /CFIDE/scripts/cfform.js - 304 Mozilla/4.0+(compatible;+MSIE+6.
> 0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
> 
> Things tried
> moved to unsecure directory
> added scriptSrc argument to cfform, copied cfform.js to same directory 
> as page, made a directory in my project cfide/scripts and copied it 
> there.
> 
> We are supposed to have all the same browser setting so that should 
> not be an issue. 
> Security is controlled by IIS and it is set to Intergrated WIndows 
> Authentication. In the error above the script, cfform.js does not have 
> a user defined but does have the IP so I would think that might be the 
> problem but am not sure.
> 
> Any suggestions are appreciated, Tim
> [EMAIL PROTECTED]
com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:4:207714
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to