Month: May 2024
How Can I Resolve QUICKB00KS Error 1328 Efficiently?
I’m encountering QUICKB00KS Error 1328 while updating my software. How can I resolve this issue quickly?
I’m encountering QUICKB00KS Error 1328 while updating my software. How can I resolve this issue quickly? Read More
MATLAB does not detect NVIDIA T400 GPU despite updated drivers
Hi everyone,
I am experiencing an issue with MATLAB (version R2024a) on Windows 11 Pro where it fails to detect my NVIDIA T400 4GB GPU. I have already followed several troubleshooting steps without success. Here are the details of my system and the steps I’ve taken so far:
System Details:
Operating System: Windows 11 Pro Version 10.0 (Build 22631)
MATLAB Version: R2024a (Update 3)
GPU: NVIDIA T400 4GB
NVIDIA Driver Version: 516.94
CUDA Version: 11.7
Steps Taken:
Updated the NVIDIA drivers to the latest version (516.94).
Verified that the GPU is correctly recognized by the operating system using nvidia-smi:bash
C:UsersUtente>nvidia-smi Wed May 29 12:02:48 2024
+—————————————————————————–+
| NVIDIA-SMI 516.94 Driver Version: 516.94 CUDA Version: 11.7 |
|——————————-+———————-+———————-+
| GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA T400 4GB WDDM | 00000000:01:00.0 Off | N/A |
| 38% 37C P8 N/A / 31W | 1MiB / 4096MiB | 0% Default |
| | | N/A |
+——————————-+———————-+———————-+
+—————————————————————————–+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 10668 C+G …024abinwin64MATLAB.exe N/A |
+—————————————————————————–+
Ran MATLAB as an administrator to ensure it has the necessary permissions.
Checked that the CUDA environment variables are correctly set.
Set the Windows power plan to "High performance".
Ran gpuDeviceCount in MATLAB, but it does not detect any available GPU = gpuDeviceCount; disp([‘Number of GPUs available: ‘, num2str(n)]); % Output: Number of GPUs available: 0
Question:What can I do to resolve this issue and have MATLAB correctly detect my NVIDIA GPU? Are there any additional configuration steps I should follow or any other settings to check? Any suggestions or similar experiences would be greatly appreciated.
Thanks in advance for your help!Hi everyone,
I am experiencing an issue with MATLAB (version R2024a) on Windows 11 Pro where it fails to detect my NVIDIA T400 4GB GPU. I have already followed several troubleshooting steps without success. Here are the details of my system and the steps I’ve taken so far:
System Details:
Operating System: Windows 11 Pro Version 10.0 (Build 22631)
MATLAB Version: R2024a (Update 3)
GPU: NVIDIA T400 4GB
NVIDIA Driver Version: 516.94
CUDA Version: 11.7
Steps Taken:
Updated the NVIDIA drivers to the latest version (516.94).
Verified that the GPU is correctly recognized by the operating system using nvidia-smi:bash
C:UsersUtente>nvidia-smi Wed May 29 12:02:48 2024
+—————————————————————————–+
| NVIDIA-SMI 516.94 Driver Version: 516.94 CUDA Version: 11.7 |
|——————————-+———————-+———————-+
| GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA T400 4GB WDDM | 00000000:01:00.0 Off | N/A |
| 38% 37C P8 N/A / 31W | 1MiB / 4096MiB | 0% Default |
| | | N/A |
+——————————-+———————-+———————-+
+—————————————————————————–+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 10668 C+G …024abinwin64MATLAB.exe N/A |
+—————————————————————————–+
Ran MATLAB as an administrator to ensure it has the necessary permissions.
Checked that the CUDA environment variables are correctly set.
Set the Windows power plan to "High performance".
Ran gpuDeviceCount in MATLAB, but it does not detect any available GPU = gpuDeviceCount; disp([‘Number of GPUs available: ‘, num2str(n)]); % Output: Number of GPUs available: 0
Question:What can I do to resolve this issue and have MATLAB correctly detect my NVIDIA GPU? Are there any additional configuration steps I should follow or any other settings to check? Any suggestions or similar experiences would be greatly appreciated.
Thanks in advance for your help! Hi everyone,
I am experiencing an issue with MATLAB (version R2024a) on Windows 11 Pro where it fails to detect my NVIDIA T400 4GB GPU. I have already followed several troubleshooting steps without success. Here are the details of my system and the steps I’ve taken so far:
System Details:
Operating System: Windows 11 Pro Version 10.0 (Build 22631)
MATLAB Version: R2024a (Update 3)
GPU: NVIDIA T400 4GB
NVIDIA Driver Version: 516.94
CUDA Version: 11.7
Steps Taken:
Updated the NVIDIA drivers to the latest version (516.94).
Verified that the GPU is correctly recognized by the operating system using nvidia-smi:bash
C:UsersUtente>nvidia-smi Wed May 29 12:02:48 2024
+—————————————————————————–+
| NVIDIA-SMI 516.94 Driver Version: 516.94 CUDA Version: 11.7 |
|——————————-+———————-+———————-+
| GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA T400 4GB WDDM | 00000000:01:00.0 Off | N/A |
| 38% 37C P8 N/A / 31W | 1MiB / 4096MiB | 0% Default |
| | | N/A |
+——————————-+———————-+———————-+
+—————————————————————————–+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 10668 C+G …024abinwin64MATLAB.exe N/A |
+—————————————————————————–+
Ran MATLAB as an administrator to ensure it has the necessary permissions.
Checked that the CUDA environment variables are correctly set.
Set the Windows power plan to "High performance".
Ran gpuDeviceCount in MATLAB, but it does not detect any available GPU = gpuDeviceCount; disp([‘Number of GPUs available: ‘, num2str(n)]); % Output: Number of GPUs available: 0
Question:What can I do to resolve this issue and have MATLAB correctly detect my NVIDIA GPU? Are there any additional configuration steps I should follow or any other settings to check? Any suggestions or similar experiences would be greatly appreciated.
Thanks in advance for your help! gpu MATLAB Answers — New Questions
How to Fix QUICKB00KS Missing PDF Component Windows 11?
I’m facing an issue with QUICKB00KS Missing PDF Component Windows 11 error when trying to email or save documents as PDFs. How can I fix this problem?
I’m facing an issue with QUICKB00KS Missing PDF Component Windows 11 error when trying to email or save documents as PDFs. How can I fix this problem? Read More
What are Common Causes and Solutions For QUICKB00KS Error 6123?
I encountered QUICKB00KS Error 6123 while trying to open my company file. How can I resolve this issue quickly?
I encountered QUICKB00KS Error 6123 while trying to open my company file. How can I resolve this issue quickly? Read More
How Can I Resolve QUICKB00KS Error 6189 Efficiently?
I’m encountering QUICKB00KS Error 6189 when trying to access my company file. It’s disrupting my workflow. How can I fix this issue quickly?
I’m encountering QUICKB00KS Error 6189 when trying to access my company file. It’s disrupting my workflow. How can I fix this issue quickly? Read More
Microsoft OLE DB Provider for DB2 version 4.0
Hi All,
I am looking for Microsoft OLE DB Provider for DB2 Version 4.0 update 9.0.1428.0 . I think this is a part of SQL Server 2012 Service pack 1 feature . I tried to get these software’s but I am unable to get it.
Could you please help me how and where can i download. Kindly help!
Thanks,
Sreenivasa.
Hi All, I am looking for Microsoft OLE DB Provider for DB2 Version 4.0 update 9.0.1428.0 . I think this is a part of SQL Server 2012 Service pack 1 feature . I tried to get these software’s but I am unable to get it. Could you please help me how and where can i download. Kindly help! Thanks,Sreenivasa. Read More
Defender on macOS – conflicting applications
Hello,
I successfully deployed and configured Microsoft Defender on macOS using Mosyle MDM.
However, I see here one conflicting app:
MosyleMonitor app is deployed to all machines by default.
I didn’t notice any problems in the work of the Defender, nor on the MDM side.
What does this mean? Maybe there was some permission overlap?
Thanks
Hello,I successfully deployed and configured Microsoft Defender on macOS using Mosyle MDM.However, I see here one conflicting app:MosyleMonitor app is deployed to all machines by default.I didn’t notice any problems in the work of the Defender, nor on the MDM side.What does this mean? Maybe there was some permission overlap? Thanks Read More
Finding the “Organizer” Page
I’m trying to get to the “Organizer” page in WORD, but I cannot find it. The instructions I have say to choose “Tools Templets and Add-Ins” from the main menu and then click the “Organizer” button, but I cannot find anything that seems to be “Tools Templets and Add-Ins,” I found an “Add-Ins,” but it did not give me an “Organizer” choice.
Alan
I’m trying to get to the “Organizer” page in WORD, but I cannot find it. The instructions I have say to choose “Tools Templets and Add-Ins” from the main menu and then click the “Organizer” button, but I cannot find anything that seems to be “Tools Templets and Add-Ins,” I found an “Add-Ins,” but it did not give me an “Organizer” choice.Alan Read More
Header sharepoint forms
Hello, I would like to show the reference (‘REF’ column) in the header of my form sharepoint but I can’t do it. This is a column of text.
Could you take a look and help me?
Below is the code used
{
“elmType”: “div”,
“attributes”: {
“class”: “ms-borderColor-themePrimary”
},
“style”: {
“width”: “99%”,
“border-top-width”: “0px”,
“border-bottom-width”: “2px”,
“border-left-width”: “0px”,
“border-right-width”: “0px”,
“border-style”: “solid”,
“margin-bottom”: “16px”
},
“children”: [
{
“elmType”: “div”,
“style”: {
“display”: “flex”,
“box-sizing”: “border-box”,
“align-items”: “center”
},
“children”: [
{
“elmType”: “div”,
“attributes”: {
“iconName”: “RealEstate”,
“class”: “ms-fontSize-su ms-fontWeight-regular ms-fontColor-themePrimary”
},
“style”: {
“flex”: “none”,
“padding”: “0px”,
“padding-left”: “0px”,
“height”: “36px”
}
}
]
},
{
“elmType”: “div”,
“attributes”: {
“class”: “ms-fontColor-neutralSecondary ms-fontWeight-bold ms-fontSize-xl”
},
“style”: {
“box-sizing”: “border-box”,
“width”: “100%”,
“text-align”: “left”,
“padding”: “21px 12px”,
“overflow”: “hidden”
},
“children”: [
{
“elmType”: “div”,
“txtContent”: {
“operator”: “+”,
“operands”: [
“Détail XXXXXXX “,
“[$REF]”
]
},
“style”: {
“height”: “24px”
}
}
]
}
]
}
Hello, I would like to show the reference (‘REF’ column) in the header of my form sharepoint but I can’t do it. This is a column of text.Could you take a look and help me?Below is the code used{“elmType”: “div”,”attributes”: {“class”: “ms-borderColor-themePrimary”},”style”: {“width”: “99%”,”border-top-width”: “0px”,”border-bottom-width”: “2px”,”border-left-width”: “0px”,”border-right-width”: “0px”,”border-style”: “solid”,”margin-bottom”: “16px”},”children”: [{“elmType”: “div”,”style”: {“display”: “flex”,”box-sizing”: “border-box”,”align-items”: “center”},”children”: [{“elmType”: “div”,”attributes”: {“iconName”: “RealEstate”,”class”: “ms-fontSize-su ms-fontWeight-regular ms-fontColor-themePrimary”},”style”: {“flex”: “none”,”padding”: “0px”,”padding-left”: “0px”,”height”: “36px”}}]},{“elmType”: “div”,”attributes”: {“class”: “ms-fontColor-neutralSecondary ms-fontWeight-bold ms-fontSize-xl”},”style”: {“box-sizing”: “border-box”,”width”: “100%”,”text-align”: “left”,”padding”: “21px 12px”,”overflow”: “hidden”},”children”: [{“elmType”: “div”,”txtContent”: {“operator”: “+”,”operands”: [“Détail XXXXXXX “,”[$REF]”] },”style”: {“height”: “24px”}}]}]} Read More
Exel Formula needed – min and max figures
Hi there,
I am trying to understand how I can apply BOTH a “no more than” and “no less than” answer to the same formula in exel.
For example, I know the following formula =MIN(750,E35*0.25%) will ensure the answer is no more than 750 but how do I also ensure in the same formula the answer is no less than zero?
Thanks in advance for your help
James
Hi there, I am trying to understand how I can apply BOTH a “no more than” and “no less than” answer to the same formula in exel.For example, I know the following formula =MIN(750,E35*0.25%) will ensure the answer is no more than 750 but how do I also ensure in the same formula the answer is no less than zero?Thanks in advance for your helpJames Read More
ERP decommissioning
Hello,
We have the problem of decommissioning unmaintained ERPs from the acquisition. We replaced them with the group’s standards. Details :
– IFS version 8.0 on WS 2008
– DB Server 2012 on AWS
Finance asks us to keep them accessible for the next 10 years on isolated servers. Guaranteeing access for the next 10 years to software that no one in IT knows anymore with older technologies seems impossible to me or at least very difficult. Do you have similar issues and if so how do you respond?
Thank you for your return.
Hello,We have the problem of decommissioning unmaintained ERPs from the acquisition. We replaced them with the group’s standards. Details : – IFS version 8.0 on WS 2008- DB Server 2012 on AWSFinance asks us to keep them accessible for the next 10 years on isolated servers. Guaranteeing access for the next 10 years to software that no one in IT knows anymore with older technologies seems impossible to me or at least very difficult. Do you have similar issues and if so how do you respond?Thank you for your return. Read More
Microsoft Build UK Developer Day 2024 – Developer Tools Session
Hey everyone!
Thanks for joining the Developer Tools session today and listening to our session on DevBox, Azure Developer CLI and GitHub Actions. Here you can find all of the resources we shared during our session.
Resources:
Demo repository – serverless-chat-langchainjs
Contact:
Hey everyone!
Thanks for joining the Developer Tools session today and listening to our session on DevBox, Azure Developer CLI and GitHub Actions. Here you can find all of the resources we shared during our session.
Resources:
Learn about AZD
AZD main GitHub repository
Template Library
AI AZD Templates
Demo repository – serverless-chat-langchainjs
Contact:
Read More
What Are Common Causes of QUICKB00KS Unrecoverable Errors And How Can They be Resolved Effectively?
I’m encountering a QUICKB00KS Unrecoverable Error and can’t access my company file. This error appears with a random numeric code, and restarting QUICKB00KS doesn’t help. How can I fix this issue and prevent it from happening again?
I’m encountering a QUICKB00KS Unrecoverable Error and can’t access my company file. This error appears with a random numeric code, and restarting QUICKB00KS doesn’t help. How can I fix this issue and prevent it from happening again? Read More
Change data capture of YPTP_C_C_MAKT is broken
Hi
We have one one CDS view (Change data capture of YPTP_C_C_MAKT) that is failing.
Rest of the CDS views work fine. This view is failing in production while in other environment it works fine.
Error message:
“Job failed due to reason: at Source ‘SapOdpSrc’: Error Message: DF-SAPODP-012 – SapOdp copy activity failure with run id: f6a*****************************e6, error code: 2200 and error message: ErrorCode=SapOdpOperationFailed,’Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Sap Odp operation ‘OpenOdpRead’ failed. Error Number: ‘341’, error message: ‘Change data capture of YPTP_C_C_MAKT is broken’,Source=Microsoft.DataTransfer.Runtime.SapRfcHelper,’
“
I did try changing the checkpoint, remove the staging folder, removed the target path. But the issue did not get fixed.
Any idea what could be the issue?
HiWe have one one CDS view (Change data capture of YPTP_C_C_MAKT) that is failing. Rest of the CDS views work fine. This view is failing in production while in other environment it works fine.Error message:”Job failed due to reason: at Source ‘SapOdpSrc’: Error Message: DF-SAPODP-012 – SapOdp copy activity failure with run id: f6a*****************************e6, error code: 2200 and error message: ErrorCode=SapOdpOperationFailed,’Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Sap Odp operation ‘OpenOdpRead’ failed. Error Number: ‘341’, error message: ‘Change data capture of YPTP_C_C_MAKT is broken’,Source=Microsoft.DataTransfer.Runtime.SapRfcHelper,'”I did try changing the checkpoint, remove the staging folder, removed the target path. But the issue did not get fixed.Any idea what could be the issue? Read More
Resource move validation failed | Error Code: ResourceMoveProviderValidationFailed
Hi All,
Trying to move resources from one resource group to another resource group which is linked with Nerdio. Question here is, when I initiated the resource move getting the below error:
(Code: ResourceMoveProviderValidationFailed) One of the resources being migrated or its dependency is not in Succeeded state.
It points to xxxxx/providers/Microsoft.Network/bastionHosts/
Hi All,Trying to move resources from one resource group to another resource group which is linked with Nerdio. Question here is, when I initiated the resource move getting the below error: (Code: ResourceMoveProviderValidationFailed) One of the resources being migrated or its dependency is not in Succeeded state. It points to xxxxx/providers/Microsoft.Network/bastionHosts/either directly involved in the move or referenced by one of the resources involved in the move is not in Succeeded state. Resource is in Failed state and the last operation that updated/is updating the resource is InternalOperation. (Code: ResourceNotProvisioned)”. I can notice it is not allowing any resources to move. Do you have any suggestions please. Thank you ! Read More
what meaning “We are unable to offer you a trial. If you believe you are receiving this message in error, please”
what meaning
"We are unable to offer you a trial. If you believe you are receiving this message in error, please"what meaning
"We are unable to offer you a trial. If you believe you are receiving this message in error, please" what meaning
"We are unable to offer you a trial. If you believe you are receiving this message in error, please" MATLAB Answers — New Questions
SharePoint Online Pending Status –> On Major checkin remains in draft
Hello everyone
We have document libraries which have been functioning well with the built-in functionality that if you check a document into the library with major version “publish” that the document then moves to “pending” status. I have noted that the behaviour has changed across all document libraries, even if i create a new library, that if a document is checked-in as a major version the document is checked in, however it stays at “draft”. In order to publish we need to pick each file individually to “submit for approval”
The library settings, which have not changed, are as below:
Please help share any ideas or advice what may cause this sudden change in behaviour?
Regards
Patrick
Hello everyone We have document libraries which have been functioning well with the built-in functionality that if you check a document into the library with major version “publish” that the document then moves to “pending” status. I have noted that the behaviour has changed across all document libraries, even if i create a new library, that if a document is checked-in as a major version the document is checked in, however it stays at “draft”. In order to publish we need to pick each file individually to “submit for approval” The library settings, which have not changed, are as below: Please help share any ideas or advice what may cause this sudden change in behaviour? Regards Patrick Read More
On Major checkin remains in draft” />
Look for a simple way to convert pdf to image (png/jpg/gif) on Windows PC?
I have a bank statement in PDF format. However, the gov asks me upload a jpg/png/gif copy as well. I don’t know how to convert the pdf to image format in a proper way, especially how to guarantee the quality of converted images. My application could be denied if the image were blurred or not qualified.
Please suggest me a good way to convert pdf to image on a Windows 11 PC? JPG, PNG and GIF are fine for acceptance.
Regards,
Endora
I have a bank statement in PDF format. However, the gov asks me upload a jpg/png/gif copy as well. I don’t know how to convert the pdf to image format in a proper way, especially how to guarantee the quality of converted images. My application could be denied if the image were blurred or not qualified. Please suggest me a good way to convert pdf to image on a Windows 11 PC? JPG, PNG and GIF are fine for acceptance. Regards,Endora Read More
Excel Gant Chart – end date cell highlit not working
Hello Experts!
I’ve downloaded from Excel a Gant timeline template.
I’ve deleted the info I didn’t need to give me a base to work from thinking that wouldn’t affect the functionality of the worksheet.
However now the ‘Actual End’ column G, highlights columns from ‘Actual Start’ Column F, all the way through to column BP instead of only filling in cells up to that ‘Actual End’ date
Please have a look at the uploaded doc which should show what I’m working with
There is obviously some hidden naming conventions or coding or conditional formatting that I’ve missed.
Can someone help me to fix this please
Thanks
April
Hello Experts!I’ve downloaded from Excel a Gant timeline template. I’ve deleted the info I didn’t need to give me a base to work from thinking that wouldn’t affect the functionality of the worksheet.However now the ‘Actual End’ column G, highlights columns from ‘Actual Start’ Column F, all the way through to column BP instead of only filling in cells up to that ‘Actual End’ datePlease have a look at the uploaded doc which should show what I’m working withThere is obviously some hidden naming conventions or coding or conditional formatting that I’ve missed.Can someone help me to fix this pleaseThanksApril Read More