Sign in
Avkash Chauhan's Blog
Windows Azure, Windows 8, Cloud Computing, Big Data and Hadoop: All together at one place.. One problem, One solution at One time...
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Search Form
Tag Cloud
ACS
Announcement
Architecture
ASP.NET
Azure
Code Sample
CSUPLOAD
Error
Exception
Exception ERROR UNSUPPORTED OS
Exceptions
Hadoop
How to Do.
How to Do..
Linux
Node.js
PowerShell
SDK
Storage
VHD
Virtual Machine
VM Role
VMRole
WebSites
Windows Azure
Monthly Archives
Archives
April 2013
(1)
March 2013
(1)
February 2013
(3)
January 2013
(3)
November 2012
(6)
October 2012
(4)
September 2012
(1)
August 2012
(1)
July 2012
(1)
June 2012
(7)
May 2012
(8)
April 2012
(9)
March 2012
(5)
February 2012
(11)
January 2012
(25)
December 2011
(28)
November 2011
(30)
October 2011
(31)
September 2011
(27)
August 2011
(18)
July 2011
(16)
June 2011
(16)
May 2011
(18)
April 2011
(20)
March 2011
(15)
February 2011
(21)
January 2011
(10)
December 2010
(16)
November 2010
(8)
October 2010
(8)
Browse by Tags
MSDN Blogs
>
Avkash Chauhan's Blog
>
All Tags
>
csupload
Tagged Content List
Blog Post:
Troubleshooting problems with VHD upload using CSUPLOAD Tool
Avkash Chauhan - MSFT
While uploading VHD for your VM Role using CSUPLOAD tool, if you experience issues, you can use the following methods to troubleshoot the problems: Verifying Connectivity Settings: To verify your connection string you can use the "csupload get-connection" command and you will see the connection...
on
30 Mar 2011
Blog Post:
Error uploading VHD using CSUPLOAD: The request channel timed out attempting to send after 00:01:00. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding
Avkash Chauhan - MSFT
When using CSUPLOAD to upload your VHD to use with VM role, it is possible you may receive the following error: Using the saved connection string... Using temporary directory C:\AzureVM \Virtual Hard Disks... An unexpected error occurred: The request channel timed out attempting...
on
30 Mar 2011
Blog Post:
Windows Azure VM Role - CSUPLOAD Error: Recovering from an unexpected error: The page range specified is invalid.
Avkash Chauhan - MSFT
When u use CSULOAD to upload VHD for VM Role, you may receive an error as below: Found existing page blob. Resuming upload… Recovering from an unexpected error: The page range specified is invalid. If your file is uploaded completely and then error occurred at the last it...
on
1 Mar 2011
Blog Post:
Handling "An unexpected error occurred: Server operation did not finish within user specified timeout '90' seconds.." with CSUPLOAD in Windows Azure VM Role
Avkash Chauhan - MSFT
When you try to upload a VHD using CSUPLOAD tool, it is possible you may receive the following error: "An unexpected error occurred: Server operation did not finish within user specified timeout '90' seconds, check if operation is valid or try increasing the timeout." Here are a few suggestions...
on
22 Feb 2011
Blog Post:
Windows Azure VM Role: CSUPLOAD Exception System.BadImageFormatException: an attempt was made to load a program with an incorrect format
Avkash Chauhan - MSFT
When you run CSUPLOAD tool on a Windows OS 7 32bit machine, you will receive the following error: An unexpected error occurred: An attempt was made to load a program with an incorrect format (Exception from HRESULT: 0x8007000B) Exception: System.BadImageFormatException: an attempt was made...
on
6 Feb 2011
Blog Post:
Windows Azure VM Role: CSUPLOAD Error - This Tool is not suported on the current OS
Avkash Chauhan - MSFT
When you run CSUPLOAD tool on a machine Other than Windows 7 64bit or Windows Server 2008 R2 you may receive the following error: This is because when CSUPLOAD tools runs on a machine it checks the machine’s Operating System and if it does not satisfy the OS requirement, it spill the...
on
6 Feb 2011
Blog Post:
Windows Azure VM Role - Handling Error : The chain of virtual hard disk is broken...
Avkash Chauhan - MSFT
One of the best thing with Windows Azure VM Role is to update and service your VM Role relatively easier then setting up the original VHD. As your initial VM Role VHD would be around 4GB+ and if you happen to do something locally to update this VHD, you might need to update the VHD on Windows Azure...
on
19 Jan 2011
Blog Post:
Windows Azure VM Role - Handling Error : The expiry time is invalid. A parameter was incorrect. Details: The expiry time is invalid
Avkash Chauhan - MSFT
Once you have VM role enabled with your subscription, you can start working on VM Role using the step by step guide provided as below: http://msdn.microsoft.com/en-us/WAZPlatformTrainingCourse_VMRoleLab After finished creating your VHD for VMRole, and uploading using CSUPLOAD script, you...
on
9 Jan 2011
Blog Post:
Windows Azure VM Role: Unable to Login your VM even with correct credentials
Avkash Chauhan - MSFT
If you have passed the CSUPLOAD script successfully and then you could also successfully published your VM Role based application on Windows Azure, the next step is to RDP your VM role. The detailed steps to get VM Role working are described here: http://msdn.microsoft.com/en-us/WAZPlatformTrainingCourse_VMRoleLab...
on
22 Dec 2010
Blog Post:
Windows Azure VM Role - Handling Error : A parameter was incorrect. Details: The subscription is not authorized for this feature
Avkash Chauhan - MSFT
Once you have VM role enabled with your subscription, you can start working on VM Role using the step by step guide provided as below: http://msdn.microsoft.com/en-us/WAZPlatformTrainingCourse_VMRoleLab After finished creating your VHD for VMRole, and uploading using CSUPLOAD script...
on
22 Dec 2010
Blog Post:
Windows Azure VM Role - Handling Error : The sector size of the physical disk on which the virtual disk resides is not supported
Avkash Chauhan - MSFT
Once you have VM role enabled with your subscription, you can start working on VM Role using the step by step guide provided as below: http://msdn.microsoft.com/en-us/WAZPlatformTrainingCourse_VMRoleLab After finished creating your VHD for VMRole, and uploading using CSUPLOAD script, you...
on
22 Dec 2010
Blog Post:
Windows Azure VM Role - Handling Error : An unexpected error occurred: The requested operation requires elevation
Avkash Chauhan - MSFT
Once you have VM role enabled with your subscription, you can start working on VM Role using the step by step guide provided as below: http://msdn.microsoft.com/en-us/WAZPlatformTrainingCourse_VMRoleLab After finished creating your VHD for VMRole, and uploading using CSUPLOAD script, you...
on
22 Dec 2010
Blog Post:
Windows Azure VM Role - Handling Error : The file yourvhdname.vhd is not a valid VHD
Avkash Chauhan - MSFT
Once you have VM role enabled with your subscription, you can start working on VM Role using the step by step guide provided as below: http://msdn.microsoft.com/en-us/WAZPlatformTrainingCourse_VMRoleLab After finished creating your VHD for VMRole, and uploading using CSUPLOAD script, you...
on
22 Dec 2010
Blog Post:
Windows Azure VM Role - Handling Error : The VHDs logical size of 130048MB exceeds the system maximum of 66560MB
Avkash Chauhan - MSFT
Once you have VM role enabled with your subscription, you can start working on VM Role using the step by step guide provided as below: http://msdn.microsoft.com/en-us/WAZPlatformTrainingCourse_VMRoleLa b After finished creating your VHD for VMRole, and uploading using CSUPLOAD script, you...
on
22 Dec 2010
Page 1 of 1 (14 items)