After Migration to Server 2012 R2 One Zip Archive (7.08 mb) Downloads Empty

I recently migrated from Server 2008 R2 to 2012 R2. I offer a number of web application as zip archives and Dreamweaver Extension installer packages .mxp. I have one zip archive that's empty when downloaded with size 0. Out of all the files served
the issue only exists with this one file. All the other files regardless of .zip or .mxp work correctly. I think it may be a size related issue. The .zip file that is empty is 7.08 mb and the others are much smaller. I've tried deleting the existing file
and uploading a new one with and without a file name change and still get same results. Here's the code.
I'm thinking I may need to allow the larger file download. Does anyone know how to fix this?
Response.Buffer=true
On Error Resume Next
'Create a stream object
Dim mxp_downloadStream
Set mxp_downloadStream = Server.CreateObject("ADODB.Stream")
mxp_downloadStream.Type = 1
mxp_downloadStream.Open
mxp_downloadStream.LoadFromFile Server.Mappath("../downloads/dwmx_extensions/" & (rs_mxp.Fields.Item("MXP_DL_Path").Value) & "")
If Err.number = 0 Then
Response.Clear
Response.ContentType = "application/octet-stream"
Response.AddHeader "Content-Disposition", "attachment; filename=" & (rs_mxp.Fields.Item("MXP_DL_Path").Value) & ""
Response.AddHeader "Content-Transfer-Encoding","binary"
Response.BinaryWrite mxp_downloadStream.Read
mxp_downloadStream.Close
Set mxp_downloadStream = Nothing
Response.End()
End If

YOu are asking a quesiton about ASP on a web server.  YOu need to post in the web server forum for this.  Thisis not a web scripting forum.
Try here: http://forums.iis.net/
¯\_(ツ)_/¯

Similar Messages

  • I Cant connect to Localhost after installing sql Server 2012 r2 Sp2

    Hi,
    I can't connect to localhost after installing ssms. Also, I can't find SQL on Services. Do you have any ideal? Thanks!

    where can i download the database engine component?
    You can download Express or Evaluation edition which are free to download. here is the download link for SQL 2012
    Microsoft® SQL Server® 2012 Express
    http://www.microsoft.com/en-us/download/details.aspx?id=29062
    Microsoft® SQL Server® 2012 Evaluation
    http://www.microsoft.com/en-us/download/details.aspx?id=29066
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • RDL Reports are not working after installing SQL Server 2012 Service Pack 2 in the SharePoint integration Mode

    I am using Reporting Service Integration mode with SharePoint. SSRS is installed on separated machine of SharePoint stacks in Integration Mode. Everything was working properly and I could create/edit/modify RDL reports(parameters, Datasource, Subscription)
    inside SharePoint and Document Libraries.
    But after installing SQL Server 2012 Service Pack 2, on opening RDL reports inside SharePoint I receive this error message. 
    The permissions granted to user 'i:0#.f|membership|username' are insufficient for performing this operation. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user 'i:0#.f|membership|username' are insufficient for performing this operation
    I should mention that SSRS is installed in the SharePoint integration Mode and there is no SSRS management console.

    Hi Hedayat-Abedijoo,
    According to your description, you are using Reporting Services in SharePoint Integrated mode, and everything worked fine before you install SQL Server 2012 Service Pack 2. After the package is installed, when you open RDL reports, the error occurred: The
    permissions granted to user 'i:0#.f|membership|username' are insufficient for performing this operation.
    According to my search, there may be two reasons for the problem:
    This is caused when the application pool account that runs the SharePoint Web application you are on in IIS and the application pool account that SharePoint believes is running the site differ. This happens if the application pool account is changed directly
    in IIS instead of through SharePoint (using the approved method).
    This error can be caused when Kerberos authentication has been set up correctly and delegation in a double hop scenario will succeed, but Reporting Services integration has been set up for Trusted Account rather than Windows Authentication. This causes
    SharePoint to continue to impersonate the logged-on user when contacting Reporting Services; when Reporting Services compares the application pool account to the user account making the request, they are not equal.
    In this case, we can solve the problem by changing the application pool account in IIS back to the previous account and set AuthenticationTypes to RSWindowsNTLM only. For detail information, please refer to 8.3 “The permissions granted to user 'Domain\User'
    are insufficient for performing this operation” in the document:http://msdn.microsoft.com/en-us/library/ee384252(SQL.100).aspx
    If you have any questions, please feel free to let me know.
    Thanks,
    Wendy Fu

  • Migrating Virtual Machine - Error "Failed to Complete planned Virtual Machine at migration destination" - Server 2012 R2

    So to get started I'll give a bit of background on the Infrastructure we are currently working with.
    We have:
    2 x Hyper-V Hosts (Currently 2 for testing migrations, this will increase once we have a working platform)
    2 x File Servers acting as storage nodes for VHD Storage
    1 x Physical DC
    The Hyper-V Hosts both have Server 2012 R2 Datacentre installed, the rest have Server 2012 R2 Standard installed and configured.
    We currently have some VM's sitting on one host and I am in the process of simulations to make sure live migration is working between the two HV Hosts (This is a non-clustered setup), Everything is on the domain and i've been using a domain admin account
    to administer these servers for these simulations.
    We plan on having VHD's stored on FS01 and FS02, basically our primary host is going to have all primary servers on and then those vhd's will be stored on FS01 and then all secondary/redundant servers are going to be on the second host and vhd's stored on
    FS02 - Simple enough?
    I can perform Data migrations between both FS01 and FS02 using the Hyper-V Management tool on both hosts without any issues. The issue I am currently encountering is when I perform a migration of the "Virtual Machine Only". Now, this simulation
    works when the data for the VM is stored on either of the hosts using UNC pathway, no hiccups at all, I receive the below error when ever the data is stored on either FS01 or FS02 using again, UNC pathway (These VM's power on and work perfectly otherwise while
    hosted on FS01/02).
    Error:
    I've researched this quite a lot and have gone through countless solutions other people are having.
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/5780d041-4036-404e-9f33-8abe025bfe2b/hyperv-failed-to-create-external-configuration-store-general-access-denied-error-ox80070005?forum=winserverhyperv (Which
    took me to the below link)
    http://support2.microsoft.com/kb/2249906 (This solution didn't work, in fact i couldn't even get CMD to run the command)
    Now, with
    THIS SOLUTION that I attempted I worked with adding all the hosts and FS01 (because nothing is on FS02 at the moment) in an attempt to get the VM Migration only working between hosts and still receive the same error.
    As a testing option, I Moved the Data for the VM back to one of the hosts using UNC pathway and then performed a live migration to the other host no problems, then performed a data migration back to FS01 and that also worked. I don't particularly want to
    do this with production VM's as I have at least 6 x 780GB vhd's that need to be moved and this would move them more than once, obviously not ideal.
    If someone is able to help me out, or at least point me in the right direction, that would be awesome!

    I did try adding the 'Everyone' permission for the testing of migration to see if it was a permission issue which didn't help at all before I'd posted this article.
    This ended up being a Computer Delegation issue, I'd neglected to add the 'cifs' (SMB Protocol) on ALL servers for ALL servers in the cluster, I didn't add that permission in my FS01 or FS02 servers for each other or the hyper-v servers that were in operation.
    I've now started our production Hyper-V Servers and they haven't skipped a beat since adding in those delegations correctly to all servers as a "Full mesh" type setup.
    Thanks for responding in any case :)
    This is the permission I am referring to if anyone else has the issue:
    AD>Computers>{Name of Computer}
    I also performed an active directory replication forcefully with:
    repadmin /replicate <Target> <Source> dc=Domain,dc=local
    Run as a powershell command.

  • 2 Problems after migration Project Server 2007 to 2010

    Hi Everyone!!
    I have 2 issues after migrate MS Project Server 2007 to Project Server 2010, in fact i had a lot issues, but i can solve almost all, so after solve all issues, just is pendings 2 issues very rare:
    Backgrounds:
    Migrated from: Windows Server 2008R2 - SQL Server 2008 R2 - Proejct Server 2007 with WSS 3.0 - All updates are up to date (CU is up to date) and all platform is ok
    To: Windows Server 2008R2 - SQL Server 2008 R2 - Project Server 2010 SP2 - SharePoint Server 2010 SP2 - All updates are up to date (CU is up to date) and all platform is ok
    3 Servers in the Farm, ---->  1WFE-1WAPP-1DB
    Issues:
    In the Project Center, some migrate Project don't show the icon with image about project documents, risk and issues although that project effectively have documents , risk and issues
    In "Server Settings" , in section "Operational Policies"  in "Project Sites" almost all projects don't show the URL with Project Site
    For the issues 1 and 2, i tried some things:
    Re publish all projects (approx 700 projects) with a script via PowerShell available in technet
    Run the Wizard Again
    Rebuild Solution
    Restart the all Servers in the Farm
    Restart Services ----> IIS - Project EventService - ProjectQueue - SharePoint Timer
    and  i can't solve it yet!!!
    Please Any Ideas?
    Erick Gutiérrez PMI Membership #ID 2089740 MTCS - Microsoft Project Server Managing Projects

    Have you restored content DB successfully?
    for point 2 have you performed:
    have you synchronized project site under server setting -->  operational policies --> Bulk Update Project
    Sites 
    http://pwmather.wordpress.com/2012/10/08/projectserver-2010-bulk-update-project-site-issue-ps2010-msproject-sp2010-sharepoint/
    after doing this publish all the project which are having issue it may solve your 1st issue.
    You can check if below condition is applies to you (PWA 2007)
    You may need to use the WSS site re-linker tool –
    now built in to Server Settings in PWA as “Bulk Update Project Sites”.  If you have changed URL die to a different port then re-linking should get your sites in order. In upgrade scenarios the “Previous Site Path” Web application might show as a GUID
    in the drop down – however it still works and will re-link the sites.
    http://technet.microsoft.com/en-us/library/cc197498(v=office.12).aspx
    kirtesh

  • SBS2011 - Cross domain Migration to Server 2012 R2 w/ Exchange 2013

    I am attempting to find the best way to do this, and any input/guidance would be greatly appreciated.
    Source Server: SBS 2011 Standard - Internal domain costco.local
    Target Server: Server 2012 R2, 2 virtuals, one for the domain controller, one for Exchange 2013 - Internal domain ad.costco.com
    I know that in order to establish a trust relation, I must add a secondary domain controller to the SBS2011 domain and transfer FSMO roles.  My question is, can I use a trial Server 2008 R2 as an interim DC, create the trust, use ADMT to migrate user
    accounts to the new domain and move mailboxes from the SBS server with the trust established on the Server 2008 DC?  Or do I have to install an interim exchange server and move the mailboxes and remove the SBS server from the domain?
    If that is the case, can I use a 180 Trial of Server 2008 R2 and Exchange 2010 on two separate virtuals on the old domain, move all user accounts and mailboxes to a standard domain temporarily.  Then from the standard domain move user accounts and mailboxes
    to the Server 2012 R2 DC and Exchange 2013 virtual?
    It would be great if I could just establish a trust with with a second DC with SBS and move user accounts and mailboxes to the new internal domain, but I'm not sure if that is possible.  Any insight would be greatly appreciated!

    SBS can't do trusts but the migration prep tool temporarily allows them I believe.  Have a look at this link dealing with migration to 2012 essentials from SBS, it doesn't deal with exchange though:
    https://technet.microsoft.com/en-us/library/jj721754.aspx
    There is also a recent thread "Migrating from SBS 2011 to Server 2012R2 Standard & Exchange 2013" that may have some info.
    -- Al

  • After Installing SQL Server 2012 Service Pack the RDL reports do not work

    I installed SQL Server 2012 Service Pack on backEnd sharepoint and also on BI Server that host Reporting Service.(Before installation everything was working properly)
    After this installation the RDL reports do not open and I receive this error message.
    The permissions granted to user 'domain\username' are insufficient for performing this operation. (rsAccessDenied)
    I also receive the same error message on changing DataSource, Parameters and subscription.
    I should mention that, I am using Reporting Services in the Integration Mode. I want to open and modify RDL reports from SharePoint and inside the SharePoint Document Library.

    Hi Hedayat,
    Thanks for posting your issue,
    To solve this problem you have to grant your SQL Reporting Service Application Pool
    Account (whatever is running your SQL Service Application, see Central Admin -> Manage Service Application -> SQL Server Reporting Services)
    Full Control to the web application that report is being deployed to in your particular case.
    Or you could just use the powershell command below:
    $webApp = Get-SPWebApplication –Identity http://yoursharepointapp 
    $webApp.GrantAccessToProcessIdentity(“domain\SSRSAccount”) 
    Also, check out below mentioned URLs for more details and fixes of this issue
    http://paulliebrand.com/2013/09/25/ssrs-and-permissions-granted-to-user-are-insufficient-for-performing-this-operation/
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/4ea477ec-ea12-4a3e-bc33-2fcf9d52b84e/error-rsaccessdenied-nt-authoritynetwork-service-are-insufficient?forum=sqlreportingservices
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Windows 2003 migration to Server 2012 R2

    Hi,
    We have task to plan Windows 2003 Server migration to Windows Server 2012 R2. Since Server 2003 is running with domain services and file share for users.
    We have to use the same hardware for installation with all required roles. Does anyone support if this physical Windows 2003 server can be migrate first on hyperV VM as to host temporary for user access on the other side physical server will be configured
    with Windows 2012 server with all required roles and testing.
    Mumtaz

    Technically, you can often move a physical instance of Windows Server 2003 to a virtual instance. However, it is not the recommended path.  If you have to keep it on 2003, it a better solution is to build a new VM running Windows Server 2003 and then
    install the application. Performing a Physical to Virtual is not a guarantee that things will run correctly in the VM.  The best solution is to get off 2003 ASAP.
    Search TechNet for '2003 to 2012 migration'.  Microsoft has provided a lot of information on how to migrate.
    . : | : . : | : . tim

  • Migrate FROM Server 2012 R2 Essentials TO Server 2012 R2 Standard

     We have a new server with 2012 R2 Essentials. Failed to realize Essentials need for Domain Controller role and Deltek Vision Software running on new server does not run on Domain Controller.  We are prepared to upgrade to Server 2012 R2 Standard,
    and have read the "Transition.." article in the Tech Net Library, but it does not go into much detail.  Need to know what else is involved and does the transition remove the FSMO requirement?   Does the transition wipe out all
    programs and SQL Server installations? I have found articles on migrating from standard to essentials, but not the other way around.

    Hi,
    When you talk about the "Transition" means Transition from Windows Server 2012 Essentials to Windows Server 2012 Standard?
    http://technet.microsoft.com/en-us/library/jj247582.aspx
    If you talk about the migration, i think you could do the migration process.
    http://technet.microsoft.com/en-us/library/dn408633.aspx
    Regards.
    Vivian Wang

  • Random BSOD after migrated to SCCM 2012 R2 - System Endpoint Protection

    We are currently experiencing random BSOD after upgrade to SCCM 2012 R2 from SCCM 2012. These BSOD are happening on our Windows 7 x64 machines. With the upgrade, we switched to System Center Endpoint Protection for the anti-virus protection and start
    to notice this problem. Have anyone else experiencing the same issue? I'm trying to run adplus right now on 2 machines to try and capture the error but so far no luck. This BSOD is so random and we are getting at least 5 calls a day from users about this.
    The only similarity with these BSOD is usually the user is away from keyboard and after the BSOD, System Center Endpoint cannot connect to update virus definition.
    Below is a screenshot of the BSOD and it didn't create any memory dump file. We are currently running Windows 7 x64.
    Message was: "STOP:
    C000021a [fatal system error].  The Windows subsystem process terminate
    unexpectedly with a status of 0xC0000005

    - Event Type : Stopped working (APPCRASH)
          Application Name: Client Server Runtime Process
          Path:             C:\windows\system32\csrss.exe
          Event Time      : 03/22/2014 12:30:26 AM
              Application Name: csrss.exe
              Application Version: 6.1.7600.16385
              Application Timestamp: 4a5bc115
              Fault Module Name: sxs.dll
              Fault Module Version: 6.1.7601.17514
              Fault Module Timestamp: 4ce7c9cc
              Exception Code: c0000005
              Exception Offset: 0000000000011b2f
          Memory dump     : Not created

  • Migrate File Server data from one volume to another

    I am looking for the best way to handle this situation. We have a VHD that has a 4KB cluster size that is getting close to the 16TB mark so no expanding past that due to the cluster size. In the past whenever i needed to pull this off i would preload as
    much data as possible with robocopy, then during a maintenance window take the share offline, do a refresh with robocopy then flip everything that i needed to flip drive letter and share setup etc.
    I have the space to do a complete copy like this so that is not an issue. But other things to keep in mind are the data is deduplicated so we are talking 20TB total. The other is the backup of the File Server is done at a file level with DPM so DPM will
    see this as a new volume and be an issue.
    At this point i have time to plan and am just looking for ideas.

    Hi,
    If you want to copy files/folders from one Volume to another volume, you could use the File Server Migration Tool (FSMT) or Robocopy to accomplish.
    The tool can move all of the files from the shares on your original volume to the new volume.
    FSMT and Robocopy will not copy Share permissions but only NTFS permissions. So if the drive letter will not be changed, you can backup and restore the Share permission with steps here:
    Saving and restoring existing Windows shares
    http://support.microsoft.com/kb/125996
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Can't access some clien'ts features after migration Windows Server 2003 - 2008R2

    Hi,
    I have done migration of the domain controller from Windows Server 2003 to 2008R2. The old domain controller is set as a relay. After that, I have problems with the clients.
    Now with the 2008R2, it is impossible to:
    -Explore targeted computer's disks.
    -All RPC features.
    -The deployment by GPO is also impossible (Group Policy object did not apply because it failed with error code '0x80070015 The device is not ready).
    All of these features works well on the relay. I also can't shutdown a computer from a pc logged as Administrator.
    I've got the problem on the 3 sites I've migrate.
    Thanks.

    > The old domain controller is set as a relay.
    Please explain "relay" further. I never heard this label in terms of
    Domain Controllers...
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Remote webapp freezes immediately after login in Server 2012 R2

    Used the wizard and setup made a RDS deployment.  2 session hosts 1 server for Connction broker and License  and one server for Gateway and web access.
    Regular remote desktop works fine.  Even through the web interface.
    I just published Calc.  When I try to access it and show the details, it logs on the then freezes at "Preparing Windows".  Then the window will time out and close.
    I am unable to find anything in the event viewer regarding this.
    Anybody have some suggestions?

    Hi,
    How is everything going on? 
    Firstly I would like to know, which version of RDP client you are using in your environment. I suggest to use RDP 8.0 or 8.1 for better feature and also the user must always use Domain\Username whenever logging to RDWeb App. 
    You can try to change the path of RemoteApp as per this
    thread (Answered by phil). Also try to make default logon domain for RD Web, get more information from
    this thread.
    Hope it helps!
    Thanks,
    Dharmesh

  • Converting Access application after migrating SQL Server database

    I have used migration workbench to migrate an access database and application. I now have sql server databases with access applications that need to be migrated. How can I convert the access applications that currently use sql server as a database? I don't see that migration workbench considers this combination.

    If you have and Access/SQL Server combination. then download the SQL server plugin appropriate to your version of SQL server. Go ahead and migrate the SQL Server database to Oracle. Once this is done, then update your access application so your link tables point to your newly migrated Oracle database.
    Donal

  • Clients Not Updating After Migration from Server 10.7 to 10.8 (update to cashing server)

    My school has been providing updates using Update Server on Lion.  With the update to Mountain Lion Server we switched to Cashing Server for updates and I removed the WG Manager (please no lecutres on WGM, I am transitioning) setting that pointed to the Update Server.  Some of my clients are not updating now.  My guess is that they are still looking to my update server. 
    Is this an accurate diagnosis and how can I clear out this pointer?

    My school has been providing updates using Update Server on Lion.  With the update to Mountain Lion Server we switched to Cashing Server for updates and I removed the WG Manager (please no lecutres on WGM, I am transitioning) setting that pointed to the Update Server.  Some of my clients are not updating now.  My guess is that they are still looking to my update server. 
    Is this an accurate diagnosis and how can I clear out this pointer?

Maybe you are looking for

  • Business Process Management - End-to-End Analysis and Performance KPI's

    Hello, I am from WB and were looking to expand our footprint with Business Process Monitoring. For critical business processes (order to cash, release to accounting, procure to pay; create shopping cart, etc.) how can be map and determine for the bus

  • Crystal Report Render o n JSP page

    This is my third thread and so far I have received zero help from this forum, hope this time is different. I have solve my previous problems by myself but I have a new one. The JSP supposed to display de Crystal report I made is sending the following

  • GPF in SQL*PLUS Copy Command?

    Hello, I'm getting a GPF and crash of SQL*Plus when I use the copy command. Seems like I used to be able to make it work if I tried logging on to the source database before the copy, but now even that won't work. I issue the command, it looks out ove

  • Oracle ADF x MVC??

    Hi folks!! I'm wondering how to match entity objects to MVC pattern since business rules are within the Entity Object Component... I mean business rule reside in the persistence layer (Business Service)?? thanks in advance.

  • How can I resize an image without losing resolution or using the crop tool? I am using Photoshop Elements 13 on a PC.

    How can I resize an image without losing resolution or using the crop tool? I am using Photoshop Elements 13 on a PC.