Use our Google Custom Search for best site search results.
Search
-
Thanks for the reply. I'm using the workflow to read the file from the form as a byte array and put it as an item attachment. There's no code on the form side. When the attachment size goes over 200K, workflow fails to create new task, but the file is uploaded successfully. If the size is small or no attachment at all, it runs smoothly.
-
Hi,
I have a workflow running with an InfoPath web form having a file control. Every time when I upload a file over 200KB to a SharePoint list item as the attachment, the workflow stops generating new task and shows "Error occurred", though the file is uploaded successfully. Is it possible that the upload takes too much time and fails ...
-
Actually, we tried the method 2 provided on that web site and restarted the server.
Yes, there're 401 error in the log file. I copied one of the entries and posted below.
2010-08-17 11:50:30 W3SVC1140986493 142.139.122.31 GET /sites/applications/correspondence/_layouts/listedit.aspx List=%7B007BA382%2D00ED%2D4C64%2DB1EF%2D28463B5B180C%7D ...
-
-
It's MOSS 2007 with 1 wfe. The crawling got some problem recently, does it have something to do with the web form?
-
My account has admin privilege. If it doesn't work, it's not likely others would do. Instead of pulling info directly from the list, it requests from a list view by XMLQuery. This may be the cause of the problem. It's hard to diagnose where the problems is when system feedback is not adequate. :(
-
Hi rom@n,
Just wondering if you solved your problem? I'm having the same problem as you did, could you please let me know if you have the answer? Thanks!
-
Yes, the server was restarted. Unfortunately, the anonymous access is not allowed.
-
It doesn't work. Since the dev and production server are in the same domain, is it fine to set security level to "domain"?
-
Hi Potemkine,
Thanks for the quick reply. I set DisableLoopbackCheck to 1 and still got same error when form's loading. The data connection works fine in InfoPath application, but not for the web form. Do you have any idea about what else it could be? Thanks!