question

senthilkumarrajavel-0619 avatar image
0 Votes"
senthilkumarrajavel-0619 asked Grmacjon-MSFT answered

requested operation cannot be performed on a file with a user-mapped section open" on particular font file

I am using power shell to deploy the build artifacts via azure pipeline in windows server. but I getting below error in pipeline when I try to deploy the file.

"requested operation cannot be performed on a file with a user-mapped section open" on particular font file."

As I checked in destination server there is no file open. I am not sure where the file open. Also I need to figure out because of agent issue or pipeline issue
or power shell issue when coping the file or server issue where the file copied.

Could you please some one help me fix the issue.

azure-webapps
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Grmacjon-MSFT avatar image
0 Votes"
Grmacjon-MSFT answered

Hi @senthilkumarrajavel-0619 ,

Thanks for your patience. We are aplogize for the incovienve this issue may have caused.

Please make sure you are using:

  • Windows 2008 R2 SP1 or higher

  • PowerShell 3.0 or higher

  • .NET Framework 4.6.2 or higher


If those requirements are already met and you are still facing the issue, you can you can use tools like Process Monitor/ Process Explorer to capture a trace of file events under a specific directory or use the information in your logs to diagnose your error.

Start by looking at the logs in your completed build or release. You can view logs by navigating to the pipeline run summary and selecting the job and task. If a certain task is failing, check the logs for that task. In addition to viewing logs in the pipeline build summary, you can download complete logs which include additional diagnostic information, and you can configure more verbose logs to assist with your troubleshooting.

Along, with the pipeline diagnostic logs, the following specialized log types are available, and may contain information to help you troubleshoot.

Worker diagnostic logs
Agent diagnostic logs
Other logs


Hope that helps. Please let us knoe if you have further questions.

-Grace


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.