Category: News
How do I resolve Quick.Books error OL-221 when trying to connect to my bank?
I’m encountering Quick.Books Error OL 221 while trying to download transactions from my bank. This error is preventing me from updating my financial records. Can you explain why this error occurs and provide troubleshooting steps to resolve it?
I’m encountering Quick.Books Error OL 221 while trying to download transactions from my bank. This error is preventing me from updating my financial records. Can you explain why this error occurs and provide troubleshooting steps to resolve it? Read More
Win 11 alt+tab bug
When I use alt+tab, instead of opening the next window, the last one in the queue opens. This happens with a probability of about 1/5. This makes switching windows very inconvenient. During the switch, a new window briefly appears and disappears in the queue.
This issue appeared on my new laptop, which I bought about a month ago. The system is updated to the latest version. I used another device with Windows 11 before, and there was no such problem.
When I use alt+tab, instead of opening the next window, the last one in the queue opens. This happens with a probability of about 1/5. This makes switching windows very inconvenient. During the switch, a new window briefly appears and disappears in the queue. This issue appeared on my new laptop, which I bought about a month ago. The system is updated to the latest version. I used another device with Windows 11 before, and there was no such problem. Read More
How can I resolve Quick.Books Error OL-233 during online banking setup?
I’ve encountered Quick.Books Error OL 233 while trying to download transactions from my bank. This error has disrupted my accounting workflow, and I need a solution to resolve it quickly. Can you provide a detailed guide on troubleshooting this error?
I’ve encountered Quick.Books Error OL 233 while trying to download transactions from my bank. This error has disrupted my accounting workflow, and I need a solution to resolve it quickly. Can you provide a detailed guide on troubleshooting this error? Read More
Add-PnPListItem not insert record if date field is null
Hi,
I am trying to add some reocord to a sharepoint list.
My source is SQL server and I have some record with a date filled and some others with a date null value.
My code is this:
Add-PnPListItem -List $ListName -Values @{
“Title” = $result.GetValue(0)
“Customer”=$result.GetValue(1)
“Address” = $result.GetValue(2)
“Description” = if($result.GetValue(4)){$result.GetValue(4)} Else {”}
“StopDate” = if($result.GetValue(3)){$result.GetValue(3)} Else {$null}
} -ErrorAction SilentlyContinue #
I did some tests:
1) without testing the null value of the date, the record is not inserted
2) by testing the value first I tried entering
Else {$null}
Else {”}
Else {”}
Else {}
and in all cases the record is not inserted.
Where am I going wrong?
Thank you
Hi,I am trying to add some reocord to a sharepoint list.My source is SQL server and I have some record with a date filled and some others with a date null value. My code is this:Add-PnPListItem -List $ListName -Values @{
“Title” = $result.GetValue(0)
“Customer”=$result.GetValue(1)
“Address” = $result.GetValue(2)
“Description” = if($result.GetValue(4)){$result.GetValue(4)} Else {”}
“StopDate” = if($result.GetValue(3)){$result.GetValue(3)} Else {$null}
} -ErrorAction SilentlyContinue # I did some tests:1) without testing the null value of the date, the record is not inserted2) by testing the value first I tried enteringElse {$null}Else {”}Else {”}Else {}and in all cases the record is not inserted.Where am I going wrong?Thank you Read More
Erreur 1001
Bonjour,
Impossible de me connecter sur Outlook, code erreur 1001.
Bonjour, Impossible de me connecter sur Outlook, code erreur 1001. Read More
Update stuck Undoing on my computer
Whenever I try to update my operating system, the progress bar gets stuck on “Undoing changes made to your computer” and doesn’t move forward. I’ve tried waiting for a while, but the update just stays stuck at this point and doesn’t continue. This has happened multiple times, and I’ve tried restarting my computer, checking for any pending updates, and running the Windows Update troubleshooter, but nothing seems to work. How to resolve this problem?
Whenever I try to update my operating system, the progress bar gets stuck on “Undoing changes made to your computer” and doesn’t move forward. I’ve tried waiting for a while, but the update just stays stuck at this point and doesn’t continue. This has happened multiple times, and I’ve tried restarting my computer, checking for any pending updates, and running the Windows Update troubleshooter, but nothing seems to work. How to resolve this problem? Read More
Mail merge to individual custom named pdf and email
I need to prepare a mail merge where word will email individual pdfs created, but name them using selected fields instead of just numbering them sequentially. TIA
I need to prepare a mail merge where word will email individual pdfs created, but name them using selected fields instead of just numbering them sequentially. TIA Read More
how to generate error terms for idploy or ARMAX models
Dear Experts,
I would like to convert ARMAX model of idploy form to classical time series equation as given below.
_y(t)=[a1 a2 …. an]*[y(t−1)+y(t-2)+…+y(t−n)] + [b1 b2 …. bn]*[u(t−1)+u(t-2)+…+u(t−n)] + [c1 c2 …. cn]*[e(t−1)+e(t-2)+…+e(t−n)] + e(t)_
As idploy provides a1…an, b1….bn and c1… cn, please let me know how to generate e(t−1), e(t-2),…,e(t−n)],e(t) terms
Thanking you in advance,
Kind Regards,
KushanDear Experts,
I would like to convert ARMAX model of idploy form to classical time series equation as given below.
_y(t)=[a1 a2 …. an]*[y(t−1)+y(t-2)+…+y(t−n)] + [b1 b2 …. bn]*[u(t−1)+u(t-2)+…+u(t−n)] + [c1 c2 …. cn]*[e(t−1)+e(t-2)+…+e(t−n)] + e(t)_
As idploy provides a1…an, b1….bn and c1… cn, please let me know how to generate e(t−1), e(t-2),…,e(t−n)],e(t) terms
Thanking you in advance,
Kind Regards,
Kushan Dear Experts,
I would like to convert ARMAX model of idploy form to classical time series equation as given below.
_y(t)=[a1 a2 …. an]*[y(t−1)+y(t-2)+…+y(t−n)] + [b1 b2 …. bn]*[u(t−1)+u(t-2)+…+u(t−n)] + [c1 c2 …. cn]*[e(t−1)+e(t-2)+…+e(t−n)] + e(t)_
As idploy provides a1…an, b1….bn and c1… cn, please let me know how to generate e(t−1), e(t-2),…,e(t−n)],e(t) terms
Thanking you in advance,
Kind Regards,
Kushan armax, idploy, white noise, time series MATLAB Answers — New Questions
Whether a point lies within a rectangle (Fast solution)
I have a large list of points and a large list of rectangles.I want to find the number of points inside each rectangle.I have a working solution which is very TPT heavy.
Is there a faster way of implementing this.
What I am doing now : Assume point P’s coordinate is (xp,yp), and the rectangle’s lower left point is (x1,y1) and upper right point is (x2,y2):if (xp is between x1 and x2) AND (yp is between y1 and y2)
then the point(xp,yp) is inside the rectangle.The issue is i have a large set of points (> 20000) and a larger set of rectangles(lets say also > 2000)
Now i can loop over each rectangle to caluclate the the number of points in each
for ii=1:20000
ind = Xcord>Rects(ii,1) & Xcord<Rects(ii,3) & Ycord>Rects(ii,2) & Ycord<Rects(ii,4);
count = sum(ind);
endI have a large list of points and a large list of rectangles.I want to find the number of points inside each rectangle.I have a working solution which is very TPT heavy.
Is there a faster way of implementing this.
What I am doing now : Assume point P’s coordinate is (xp,yp), and the rectangle’s lower left point is (x1,y1) and upper right point is (x2,y2):if (xp is between x1 and x2) AND (yp is between y1 and y2)
then the point(xp,yp) is inside the rectangle.The issue is i have a large set of points (> 20000) and a larger set of rectangles(lets say also > 2000)
Now i can loop over each rectangle to caluclate the the number of points in each
for ii=1:20000
ind = Xcord>Rects(ii,1) & Xcord<Rects(ii,3) & Ycord>Rects(ii,2) & Ycord<Rects(ii,4);
count = sum(ind);
end I have a large list of points and a large list of rectangles.I want to find the number of points inside each rectangle.I have a working solution which is very TPT heavy.
Is there a faster way of implementing this.
What I am doing now : Assume point P’s coordinate is (xp,yp), and the rectangle’s lower left point is (x1,y1) and upper right point is (x2,y2):if (xp is between x1 and x2) AND (yp is between y1 and y2)
then the point(xp,yp) is inside the rectangle.The issue is i have a large set of points (> 20000) and a larger set of rectangles(lets say also > 2000)
Now i can loop over each rectangle to caluclate the the number of points in each
for ii=1:20000
ind = Xcord>Rects(ii,1) & Xcord<Rects(ii,3) & Ycord>Rects(ii,2) & Ycord<Rects(ii,4);
count = sum(ind);
end points lying inside a rectangle MATLAB Answers — New Questions
How can I set up my MATLAB application to start automatically on a target machine in stand-alone mode?
Hi,
I uploaded my program as a real-time application on a target machine (Speedgoat baseline) via MATLAB. Then, I used PuTTY to send commands to load, start, and stop the process. My question is: how can I change the settings so that the target machine starts a specific application when it is powered on and stops it when it is turned off without any command? Is this possible?Hi,
I uploaded my program as a real-time application on a target machine (Speedgoat baseline) via MATLAB. Then, I used PuTTY to send commands to load, start, and stop the process. My question is: how can I change the settings so that the target machine starts a specific application when it is powered on and stops it when it is turned off without any command? Is this possible? Hi,
I uploaded my program as a real-time application on a target machine (Speedgoat baseline) via MATLAB. Then, I used PuTTY to send commands to load, start, and stop the process. My question is: how can I change the settings so that the target machine starts a specific application when it is powered on and stops it when it is turned off without any command? Is this possible? realtime, target, command line MATLAB Answers — New Questions
How to add one more hitch to model of Vehicle Body 3DOF Three Axles?
Based on the help of the Vehicle Body 3DOF Three Axles, front hitch forces and moments are listed under "Input signals"; however, I don’t see these two inputs in the block.
I’m wondering how I add more hitch to the model? Thank you.Based on the help of the Vehicle Body 3DOF Three Axles, front hitch forces and moments are listed under "Input signals"; however, I don’t see these two inputs in the block.
I’m wondering how I add more hitch to the model? Thank you. Based on the help of the Vehicle Body 3DOF Three Axles, front hitch forces and moments are listed under "Input signals"; however, I don’t see these two inputs in the block.
I’m wondering how I add more hitch to the model? Thank you. vehicle dynamics, vehicle body 3dof three axles, vehicle body MATLAB Answers — New Questions
Meeting ID and password for Webinar or TownHall
Hi,
I was wondering if someone could tell me if it is possible to generate a Meeting ID and password for a Webinar or TownHall.
The function room Audio/Visual requires a Meeting ID and password – not a generated link.
Is there a setting i can change to allow this?
Thank you!
Hi, I was wondering if someone could tell me if it is possible to generate a Meeting ID and password for a Webinar or TownHall. The function room Audio/Visual requires a Meeting ID and password – not a generated link. Is there a setting i can change to allow this? Thank you! Read More
How do I make the Favorites bar in Edge full screen on Android?
How do I make the Favorites bar in Edge full screen on Android?
How do I make the Favorites bar in Edge full screen on Android? Read More
How do I enable right-click Inspect Element in Edge on Android?
How do I enable right-click Inspect Element in Edge on Android?
How do I enable right-click Inspect Element in Edge on Android? Read More
Defender advanced hunting, data-grant from Defender for Servers licensing.
Hi,
when configuring Defender for Servers P2 in Defender for Cloud it states that you would be granted a 500 MB per day free ingestion to a log analytics workspace, such as in Sentinel.
However, when looking into the supported data sources I do not find the advanced hunting data that would be my first go-to data source when setting up Sentinel, how come?
Here is a screenshot of how data-ingestion changed once i turned on the XDR connector, am I to understand that the 500MB ingestion per device we’re paying for will do nothing to cover this cost? The E5 grant of 5MB/user/day is nowhere near this amount of data.
Is there a way to utilize the 500MB ingestion per device grant for the advanced hunting data?
Hi, when configuring Defender for Servers P2 in Defender for Cloud it states that you would be granted a 500 MB per day free ingestion to a log analytics workspace, such as in Sentinel.However, when looking into the supported data sources I do not find the advanced hunting data that would be my first go-to data source when setting up Sentinel, how come? Here is a screenshot of how data-ingestion changed once i turned on the XDR connector, am I to understand that the 500MB ingestion per device we’re paying for will do nothing to cover this cost? The E5 grant of 5MB/user/day is nowhere near this amount of data. Is there a way to utilize the 500MB ingestion per device grant for the advanced hunting data? Read More
Windows 11 23H2 File Explorer keeps crashing!
I am using my dad’s new laptop until my desktop gets the required repairs. I have File Explorer constantly crashing, on a daily basis.
This is what Event Viewer says after a FE crash:
General crash information:
Faulting application name: Explorer.EXE, version: 10.0.22621.3880, time stamp: 0x0a9e5890
Faulting module name: Windows.Devices.Lights.dll, version: 10.0.22621.3810, time stamp: 0x69dc3d4a
Exception code: 0xc0000005
Fault offset: 0x00000000000450d7
Faulting process id: 0x0x2A40
Faulting application start time: 0x0x1DAD635613528D6
Faulting application path: C:WindowsExplorer.EXE
Faulting module path: C:WindowsSystem32Windows.Devices.Lights.dll
Report Id: 4be1642b-1f8c-4ffd-84e7-ab0b63b16556
Faulting package full name:
Faulting package-relative application ID:
Attached is a Pastebin link with my full DXDiag information.
I am using my dad’s new laptop until my desktop gets the required repairs. I have File Explorer constantly crashing, on a daily basis.This is what Event Viewer says after a FE crash:General crash information:Faulting application name: Explorer.EXE, version: 10.0.22621.3880, time stamp: 0x0a9e5890Faulting module name: Windows.Devices.Lights.dll, version: 10.0.22621.3810, time stamp: 0x69dc3d4aException code: 0xc0000005Fault offset: 0x00000000000450d7Faulting process id: 0x0x2A40Faulting application start time: 0x0x1DAD635613528D6Faulting application path: C:WindowsExplorer.EXEFaulting module path: C:WindowsSystem32Windows.Devices.Lights.dllReport Id: 4be1642b-1f8c-4ffd-84e7-ab0b63b16556Faulting package full name:Faulting package-relative application ID:Attached is a Pastebin link with my full DXDiag information. Read More
Microsoft account logs out?
Hi everyone, for a few days now when I open the Microsoft Store or even the Clock app I always have to confirm to continue the store or app
This message always comes out:
Continue to log in?
When you sign in, we use your account to sign in to other Microsoft apps and services.
Hi everyone, for a few days now when I open the Microsoft Store or even the Clock app I always have to confirm to continue the store or app This message always comes out:Continue to log in?When you sign in, we use your account to sign in to other Microsoft apps and services. Read More
Delete files from C:WindowsWinSxSTempInFlight
Is there a way to delete files from C:WindowsWinSxSTempInFlight?
I have tried several ways to force delete them (including Command Prompt), but nothing seems to work.
I am specifically trying to delete a folder marked Recall, which also appears in my start menu.
Recall itself is not installed on my computer.
Is there a way to delete files from C:WindowsWinSxSTempInFlight?I have tried several ways to force delete them (including Command Prompt), but nothing seems to work.I am specifically trying to delete a folder marked Recall, which also appears in my start menu.Recall itself is not installed on my computer. Read More
Computer keeps turning back on
What in the BIOS makes a computer keep turning back on after being shut down?
It does it with and without any drive connected. That’s why I’m trying to figure out what in BIOS could control this.
What in the BIOS makes a computer keep turning back on after being shut down?It does it with and without any drive connected. That’s why I’m trying to figure out what in BIOS could control this. Read More