Uploads in Windows 2008

0
Moved an existing application to a Windows 2008 server using IIS 7.5 and the .net redirector. Application service runs under a specific user that has appropriate rights to the various folder (like files and temp). When uploading file or image teh following error occurs 2011-08-25 14:26:11.522 ERROR - Connector: Uploading file failed: File id or guid parameter should not be null [User 'heuvelc' with roles 'SystemOwner'] 2011-08-25 14:26:11.522 ERROR Connectorcom.mendix.systemwideinterfaces.MendixRuntimeException: File id or guid parameter should not be null at cJ.b(SourceFile:301) at cJ.a(SourceFile:150) at cJ.a(SourceFile:102) at cJ.a(SourceFile:79) at cJ.processRequest(SourceFile:72) at fI.a(SourceFile:71) at com.mendix.core.MxRuntime.processRequest(SourceFile:938) at com.mendix.m2ee.server.handler.RuntimeHandler.handle(RuntimeHandler.java:42) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113) at org.eclipse.jetty.server.Server.handle(Server.java:334) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559) at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:1007) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:747) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:203) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436) at java.lang.Thread.run(Unknown Source) When running the application from the modeler on the same machine with the same user and rights everything works fine Any suggestions
asked
1 answers
1

Issue resolved. A combination of settings for the deeplinkmodule and the use of the .net redirector.

answered