Tag Archives: microsoft
looking for help pls
Hi,
I have this formula in this a new worksheet. The formula is tested and the result is what i expected to be. But when I copied the formula to an existing workbook, it becomes #value! I’m not sure what has gone wrong. could you pls help me?
=IF(J6=”December”,CONCATENATE(“Y”&RIGHT(I5,4)-1),CONCATENATE(“Y”&RIGHT(I5,4)))
new worksheet – tested and result expected
existing workbook – tested but result is #value!
Hi, @vtang I have this formula in this a new worksheet. The formula is tested and the result is what i expected to be. But when I copied the formula to an existing workbook, it becomes #value! I’m not sure what has gone wrong. could you pls help me? =IF(J6=”December”,CONCATENATE(“Y”&RIGHT(I5,4)-1),CONCATENATE(“Y”&RIGHT(I5,4)))new worksheet – tested and result expected existing workbook – tested but result is #value! Read More
SQL server connectivity issue
I am trying to connect to sqlserver using sqlcmd command line tool, but its failing.
Error logs on server side:
Date Source Message 10/29/2024 3:43:08 PM Logon Length specified in network packet payload did not match number of bytes read; the connection has been closed. Please contact the vendor of the client library. [CLIENT: 48.216.198.190] 10/29/2024 3:43:08 PM Logon Error: 17836, Severity: 20, State: 17.
From client side
sqlcmd -S 3.14.36.201 -U svc_lightbeam_temp -P <> -d master
Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : TCP Provider: Error code 0x2746.
Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : Client unable to establish connection.
sqlserver details
Microsoft SQL Server 2016 (SP1-CU8) (KB4077064) – 13.0.4474.0 (X64) Feb 24 2018 13:53:17 Copyright (c) Microsoft Corporation Web Edition (64-bit) on Windows Server 2012 R2 Standard 6.3 <X64> (Build 9600: ) (Hypervisor)
I am trying to connect to sqlserver using sqlcmd command line tool, but its failing.Error logs on server side:Date Source Message 10/29/2024 3:43:08 PM Logon Length specified in network packet payload did not match number of bytes read; the connection has been closed. Please contact the vendor of the client library. [CLIENT: 48.216.198.190] 10/29/2024 3:43:08 PM Logon Error: 17836, Severity: 20, State: 17.From client sidesqlcmd -S 3.14.36.201 -U svc_lightbeam_temp -P <> -d masterSqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : TCP Provider: Error code 0x2746.Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : Client unable to establish connection.sqlserver detailsMicrosoft SQL Server 2016 (SP1-CU8) (KB4077064) – 13.0.4474.0 (X64) Feb 24 2018 13:53:17 Copyright (c) Microsoft Corporation Web Edition (64-bit) on Windows Server 2012 R2 Standard 6.3 <X64> (Build 9600: ) (Hypervisor) Read More
“Open in app” when OneDrive is not installed
Earlier this year, Microsoft announced the “Open in app” functionality that allows people to open files in SharePoint Online and OneDrive using the desktop application. This requires the OneDrive sync client to be installed.
However, in a Citrix Windows 2022 environment that does not have OneDrive installed, I can still use the “Open in app” functionality with Microsoft Word, Excel, PowerPoint.
So is OneDrive sync client only required for editing other file types?
Earlier this year, Microsoft announced the “Open in app” functionality that allows people to open files in SharePoint Online and OneDrive using the desktop application. This requires the OneDrive sync client to be installed. However, in a Citrix Windows 2022 environment that does not have OneDrive installed, I can still use the “Open in app” functionality with Microsoft Word, Excel, PowerPoint. So is OneDrive sync client only required for editing other file types? Read More
Formula using ranged name in auto table
Dear Expert,
May I know how to create formula using ranged name in auto table? MS Excel 365 is not working (except if it is not auto table) however MS Excel 2016 is working for both. Thank you!
Dear Expert,May I know how to create formula using ranged name in auto table? MS Excel 365 is not working (except if it is not auto table) however MS Excel 2016 is working for both. Thank you! Read More
Microsoft Copilot cant spell
Hi All … Can I get some help here, perhaps I am prompting incorrectly. Very frequently Copilot will misspell words even if its provided in the prompt. I may request a new image using the word OPERATE and it will misspell it as OPERRAT, or using the image below a Lenovo laptop misspelled as LEYOZVO. Why is this occurring and how do I get Copilot to fix it?
Hi All … Can I get some help here, perhaps I am prompting incorrectly. Very frequently Copilot will misspell words even if its provided in the prompt. I may request a new image using the word OPERATE and it will misspell it as OPERRAT, or using the image below a Lenovo laptop misspelled as LEYOZVO. Why is this occurring and how do I get Copilot to fix it? Read More
View json formatting broken in SharePoint Online – Any changes to json formatting from Microsoft
Hi All,
I’m not sure if anyone is experiencing this. I have some view formatting i have applied on my SharePoint list but its all appearing weird this morning. As anything changed from Microsoft.
The below just use to the be small card with letters in it. Now suddenly its very large.
How can I reduce the height and width of the card?
Thanks in advance
My Json below
{
“$schema”: “https://developer.microsoft.com/json-schemas/sp/v2/tile-formatting.schema.json”,
“height”: “150”,
“width”: “600”,
“hideSelection”: false,
“formatter”: {
“elmType”: “div”,
“style”: {
“display”: “flex”,
“align-items”: “stretch”,
“margin-bottom”: “16px”,
“flex-grow”: “1”,
“justify-content”: “space-around”,
“padding”: “5px”
},
“children”: [
{
“elmType”: “div”,
“style”: {
“width”: “100%”,
“height”: “100%”,
“flex-wrap”: “wrap”,
“display”: “flex”,
“box-sizing”: “border-box”,
“padding”: “4px 8px 5px 8px”,
“border-radius”: “2px”
},
“attributes”: {
“class”: “ms-bgColor-neutralLighterAlt”
},
“children”: [
{
“elmType”: “div”,
“style”: {
“text-align”: “left”
},
“children”: [
{
“elmType”: “div”,
“style”: {
“color”: “#333333”,
“font-size”: “16px”,
“font-weight”: “600”,
“margin-bottom”: “5px”
},
“txtContent”: “[$Title]”
}
]
}
]
}
]
}
}
Hi All,I’m not sure if anyone is experiencing this. I have some view formatting i have applied on my SharePoint list but its all appearing weird this morning. As anything changed from Microsoft. The below just use to the be small card with letters in it. Now suddenly its very large.How can I reduce the height and width of the card?Thanks in advance My Json below{
“$schema”: “https://developer.microsoft.com/json-schemas/sp/v2/tile-formatting.schema.json”,
“height”: “150”,
“width”: “600”,
“hideSelection”: false,
“formatter”: {
“elmType”: “div”,
“style”: {
“display”: “flex”,
“align-items”: “stretch”,
“margin-bottom”: “16px”,
“flex-grow”: “1”,
“justify-content”: “space-around”,
“padding”: “5px”
},
“children”: [
{
“elmType”: “div”,
“style”: {
“width”: “100%”,
“height”: “100%”,
“flex-wrap”: “wrap”,
“display”: “flex”,
“box-sizing”: “border-box”,
“padding”: “4px 8px 5px 8px”,
“border-radius”: “2px”
},
“attributes”: {
“class”: “ms-bgColor-neutralLighterAlt”
},
“children”: [
{
“elmType”: “div”,
“style”: {
“text-align”: “left”
},
“children”: [
{
“elmType”: “div”,
“style”: {
“color”: “#333333”,
“font-size”: “16px”,
“font-weight”: “600”,
“margin-bottom”: “5px”
},
“txtContent”: “[$Title]”
}
]
}
]
}
]
}
} Read More
Folder Pane is Missing in New Outlook
After a recent Microsoft update in October 2024, some users, including myself, reported missing the “FAVORITES pane” in the left navigation even when the “Show Favorites” was selected.
Microsoft is aware of the issue and is working on fixing it. It is scheduled to roll out in the first week of November.
My Current state: The favorites list appears in Outlook Classic and Web versions but not in New Outlook for Windows.
Troubleshoot: I tried multiple recommended solutions based on web searches, but none worked. I will share some of them with you so you don’t waste time trying them.
Reboot my computer
Remove and re-add my Outlook account
Window + R, then type outlook.exe /resetnavpane
Close all Outlook apps. Navigate to c://users/yourprofilename/AppData/Roaming/Microsoft/Outlook
Then, make a backup of the XML file and delete it. Relaunch New Outlook.
From the search bar, type Outlook (new). Then, uninstall New Outlook and reinstall it.
I tried the Repair Tool and the Support and Recovery Assistant
Workaround:
Wait patiently for the fix, for I am lost without my favorites. 😁 As a workaround, I have moved my top three favorite folders under the Inbox for easy access.
I will return to this thread with an update once it is fixed. If you find this information helpful, please mark it as the best response, which will assist others with the same issue.
/Teresa
#traccreations4e 10/29/2024
After a recent Microsoft update in October 2024, some users, including myself, reported missing the “FAVORITES pane” in the left navigation even when the “Show Favorites” was selected.
Microsoft is aware of the issue and is working on fixing it. It is scheduled to roll out in the first week of November.
My Current state: The favorites list appears in Outlook Classic and Web versions but not in New Outlook for Windows.
Troubleshoot: I tried multiple recommended solutions based on web searches, but none worked. I will share some of them with you so you don’t waste time trying them.
Reboot my computer
Remove and re-add my Outlook account
Window + R, then type outlook.exe /resetnavpane
Close all Outlook apps. Navigate to c://users/yourprofilename/AppData/Roaming/Microsoft/OutlookThen, make a backup of the XML file and delete it. Relaunch New Outlook.
From the search bar, type Outlook (new). Then, uninstall New Outlook and reinstall it.
I tried the Repair Tool and the Support and Recovery Assistant
Workaround:
Wait patiently for the fix, for I am lost without my favorites. 😁 As a workaround, I have moved my top three favorite folders under the Inbox for easy access.
I will return to this thread with an update once it is fixed. If you find this information helpful, please mark it as the best response, which will assist others with the same issue./Teresa#traccreations4e 10/29/2024 Read More
Comparing address points
Hi Team
Simple for the pros but I have been bashing my head against the wall.
I work for an RSP and have built a new network.
I want to compare addresses from our billing system on the “Connected customer TAB” against the “all addresses passed” sheet from our records.
I was using the count if function but it would not count everything.
I think we also need to reconcile the other way
Cheers
Hi Team Simple for the pros but I have been bashing my head against the wall.I work for an RSP and have built a new network. I want to compare addresses from our billing system on the “Connected customer TAB” against the “all addresses passed” sheet from our records.I was using the count if function but it would not count everything. I think we also need to reconcile the other way Cheers Read More
No MicrosoftOffice16_Data:OAUTH2 showing? fix for “Unable to add a Gmail account to classic Outlook”
Hello, I am having the exact issue and there is workaround, however I am getting to Credential Manager and there is nothing there for gmail or google as explained in the known issue help article as explained below (There is nothing starting with “MicrosoftOffice16_Data:OAUTH2″),therefore I cannot delete or change it.
Anyone know how to get it installed if i the steps dont apply?
Thank you in advance.
STATUS: WORKAROUND
To work around this issue, it is necessary to remove the Gmail access for Microsoft apps & services and do the browser sign in from Outlook again. The steps below enable you to get back to the browser sign in where you can check that check box.
Step 1: Remove access for Microsoft Apps & Services in Gmail.
Close Outlook.
Sign in to your Google account on google.com.
Select your profile picture in the top corner and select Manage your Google Account.
On the left side menu, select Security.
Scroll down to Your connections to third-party apps & services and select Microsoft apps & services.
Locate Microsoft apps & services has some access to your Google Account and select See Details.
Under Access you’ve given to Microsoft apps & services, select Remove all access.
Select Confirm.
Step 2: Delete the Google IMAP credentials from Windows Credential Manager
From the Windows Start menu, search for Credential Manager and open it. On Windows 10 you may need to open the Control Panel to access Credential Manager. For more information, please go to Accessing Credential Manager.
Under Manage your credentials, select Windows Credentials.
Scroll down to Generic credentials and locate those starting with MicrosoftOffice16_Data:OAUTH2.
Hello, I am having the exact issue and there is workaround, however I am getting to Credential Manager and there is nothing there for gmail or google as explained in the known issue help article as explained below (There is nothing starting with “MicrosoftOffice16_Data:OAUTH2”),therefore I cannot delete or change it. Anyone know how to get it installed if i the steps dont apply?Thank you in advance. STATUS: WORKAROUNDTo work around this issue, it is necessary to remove the Gmail access for Microsoft apps & services and do the browser sign in from Outlook again. The steps below enable you to get back to the browser sign in where you can check that check box. Step 1: Remove access for Microsoft Apps & Services in Gmail. Close Outlook.Sign in to your Google account on google.com.Select your profile picture in the top corner and select Manage your Google Account.On the left side menu, select Security.Scroll down to Your connections to third-party apps & services and select Microsoft apps & services.Locate Microsoft apps & services has some access to your Google Account and select See Details.Under Access you’ve given to Microsoft apps & services, select Remove all access.Select Confirm.Step 2: Delete the Google IMAP credentials from Windows Credential ManagerFrom the Windows Start menu, search for Credential Manager and open it. On Windows 10 you may need to open the Control Panel to access Credential Manager. For more information, please go to Accessing Credential Manager.Under Manage your credentials, select Windows Credentials.Scroll down to Generic credentials and locate those starting with MicrosoftOffice16_Data:OAUTH2. Read More
New Blog | Introducing Lineage Tracking for Azure Databricks Unity Catalog in Microsoft Purview
By Karan Shah
We’re thrilled to announce the release of a highly anticipated feature in Microsoft Purview: lineage tracking for Azure Databricks Unity Catalog. This marks a significant milestone in our ongoing efforts to enhance data governance and visibility across cloud environments.
By leveraging this new functionality, users can now track data flow across their Azure Databricks notebooks, improving the ability to audit, monitor, and manage data movement. With data increasingly flowing through complex, cloud-native platforms like Azure Databricks, having clear, end-to-end visibility is crucial for compliance, troubleshooting, and operational excellence.
Read the full post here: Introducing Lineage Tracking for Azure Databricks Unity Catalog in Microsoft Purview
By Karan Shah
We’re thrilled to announce the release of a highly anticipated feature in Microsoft Purview: lineage tracking for Azure Databricks Unity Catalog. This marks a significant milestone in our ongoing efforts to enhance data governance and visibility across cloud environments.
By leveraging this new functionality, users can now track data flow across their Azure Databricks notebooks, improving the ability to audit, monitor, and manage data movement. With data increasingly flowing through complex, cloud-native platforms like Azure Databricks, having clear, end-to-end visibility is crucial for compliance, troubleshooting, and operational excellence.
Read the full post here: Introducing Lineage Tracking for Azure Databricks Unity Catalog in Microsoft Purview Read More
Transforming AI Development: Microsoft Azure AI ‘s new capabilities and tools announced
Microsoft is thrilled to introduce new tools designed to simplify AI app development at GitHub Universe this week. These innovations aim to empower developers with enhanced capabilities, making it easier to build and deploy AI applications and further integrate Microsoft Azure AI services into your favorite dev tools. See how tools like GitHub Copilot for Azure builds upon the Copilot Chat capabilities in VS Code and integrates with tools you already use like GitHub and Visual Studio Code.
See the full list of tool and capability announcements made at GitHub Universe that will transform your AI development process. Azure at GitHub Universe: New tools to help simplify AI app development.
Microsoft is thrilled to introduce new tools designed to simplify AI app development at GitHub Universe this week. These innovations aim to empower developers with enhanced capabilities, making it easier to build and deploy AI applications and further integrate Microsoft Azure AI services into your favorite dev tools. See how tools like GitHub Copilot for Azure builds upon the Copilot Chat capabilities in VS Code and integrates with tools you already use like GitHub and Visual Studio Code.
See the full list of tool and capability announcements made at GitHub Universe that will transform your AI development process. Azure at GitHub Universe: New tools to help simplify AI app development.
Read More
New Blog | Manage Microsoft Entra ID role assignments with Microsoft Entra ID Governance
I’m excited to announce that we now support Microsoft Entra role assignments in Microsoft Entra ID Governance’s Entitlement Management feature!
To ensure least privilege, many of you are using Privileged Identity Management to provide IT administrators just-in-time (JIT) access to the least privileged role assigned. This approach allows you to minimize the attack surface in your organization by reducing the number of permissions IT administrators have. However, some admins in your organization may require long-standing permissions coupled with other resources, like specific applications.
Read the full post here: Manage Microsoft Entra ID role assignments with Microsoft Entra ID Governance
By Joseph Dadzie
I’m excited to announce that we now support Microsoft Entra role assignments in Microsoft Entra ID Governance’s Entitlement Management feature!
To ensure least privilege, many of you are using Privileged Identity Management to provide IT administrators just-in-time (JIT) access to the least privileged role assigned. This approach allows you to minimize the attack surface in your organization by reducing the number of permissions IT administrators have. However, some admins in your organization may require long-standing permissions coupled with other resources, like specific applications.
Read the full post here: Manage Microsoft Entra ID role assignments with Microsoft Entra ID Governance Read More
New Blog | Meet Microsoft Entra at Ignite 2024: November 18-22
Microsoft Ignite is just around the corner, taking place from Monday, November 18, 2024 through Friday, November 22, 2024, in Chicago, Illinois and digitally. This event is the ultimate gathering for IT and Security professionals, developers, and business leaders from every corner of the world. During Ignite, dive into the latest AI innovations for AI transformation to learn from the brightest minds in the industry. Plus, discover solutions to help modernize and manage intelligent apps, protect your data, supercharge productivity, and expand your services. You’ll also have endless opportunities to network with partners and grow your community or business. While in-person passes are sold out, you can still register to participate online.
This year, we’re thrilled about our sessions on Microsoft Entra. These breakouts are your all-access pass to not only hear about the cutting-edge advancements in identity and access management (IAM), but also to engage with Microsoft Entra experts and team members behind these innovations. Whether you’re curious about advancing your Zero Trust architecture with identity and network, delving into the latest advancements in generative AI for securing access, or exploring our unified approach to identity and network access controls, we’ve got you covered!
Read the full post here: Meet Microsoft Entra at Ignite 2024: November 18-22
By Irina Nechaeva
Microsoft Ignite is just around the corner, taking place from Monday, November 18, 2024 through Friday, November 22, 2024, in Chicago, Illinois and digitally. This event is the ultimate gathering for IT and Security professionals, developers, and business leaders from every corner of the world. During Ignite, dive into the latest AI innovations for AI transformation to learn from the brightest minds in the industry. Plus, discover solutions to help modernize and manage intelligent apps, protect your data, supercharge productivity, and expand your services. You’ll also have endless opportunities to network with partners and grow your community or business. While in-person passes are sold out, you can still register to participate online.
This year, we’re thrilled about our sessions on Microsoft Entra. These breakouts are your all-access pass to not only hear about the cutting-edge advancements in identity and access management (IAM), but also to engage with Microsoft Entra experts and team members behind these innovations. Whether you’re curious about advancing your Zero Trust architecture with identity and network, delving into the latest advancements in generative AI for securing access, or exploring our unified approach to identity and network access controls, we’ve got you covered!
Read the full post here: Meet Microsoft Entra at Ignite 2024: November 18-22 Read More
Counting mix of text and numbers
I’m currently using this formula: =COUNT(‘All Defects’!A:A) to count cells that contain a numeric value. How do I revise this formula to count a mix of text and numbers?
I’m currently using this formula: =COUNT(‘All Defects’!A:A) to count cells that contain a numeric value. How do I revise this formula to count a mix of text and numbers? Read More
Outlook Reminder Window and Win 11 Taskbar “Conflict?”
I am constantly having to find and click on the Outlook 21 Desktop Reminders Window. This is because my hidden task bar pops up, blocks viewing the bottom of other windows, and will not hide until I click the Outlook Reminders Window. It happens a lot and is very annoying. I want to use the Reminders Window, but I need to stop this behavior. Any suggestions?
Thanks much!
I am constantly having to find and click on the Outlook 21 Desktop Reminders Window. This is because my hidden task bar pops up, blocks viewing the bottom of other windows, and will not hide until I click the Outlook Reminders Window. It happens a lot and is very annoying. I want to use the Reminders Window, but I need to stop this behavior. Any suggestions?Thanks much! Read More
AdaptiveCard video media blocked from loading by media-src CSP on Outlook Web
Hey,
I’m having an issue with viewing videos on Outlook Web added to an AdaptiveCard then sent to a recipient. The send works, the adaptive card comes through correctly with all the appropriate IDs, I can see the video and the thumbnail. I’ve verified this using the “Actionable Messages Debugger” add-in on both Outlook Desktop and Outlook Web.
The problem is when viewing the message from my inbox on Outlook Web, I click the video, it goes to load and is blocked by the CSP policy for outlook.office.com. The video plays correctly from the Outlook desktop client.
Refused to load media from <server> because it violates the following Content Security Policy directive: “media-src blob: *.res.office365.com *.cdn.office.net *.df.onecdn.static.microsoft *.public.onecdn.static.microsoft *.sharepoint-df.com *.skype.com *.office.net *.office365.net *.office365-net.us *.office.com ‘self’ *.yammer.com *.engage.cloud.microsoft attachments.office.net attachment.outlook.live.net *.sharepoint.com”.
The video itself is hosted on an app service in Azure whose domain name is not listed above. I would expect the video to work regardless of where it’s hosted though (within reason).
To my knowledge this is a relatively new issue because AdaptiveCard videos used to load on Outlook Web without CSP interference. If anyone has any insight it would be appreciated. Thanks
Hey,I’m having an issue with viewing videos on Outlook Web added to an AdaptiveCard then sent to a recipient. The send works, the adaptive card comes through correctly with all the appropriate IDs, I can see the video and the thumbnail. I’ve verified this using the “Actionable Messages Debugger” add-in on both Outlook Desktop and Outlook Web. The problem is when viewing the message from my inbox on Outlook Web, I click the video, it goes to load and is blocked by the CSP policy for outlook.office.com. The video plays correctly from the Outlook desktop client. Refused to load media from <server> because it violates the following Content Security Policy directive: “media-src blob: *.res.office365.com *.cdn.office.net *.df.onecdn.static.microsoft *.public.onecdn.static.microsoft *.sharepoint-df.com *.skype.com *.office.net *.office365.net *.office365-net.us *.office.com ‘self’ *.yammer.com *.engage.cloud.microsoft attachments.office.net attachment.outlook.live.net *.sharepoint.com”. The video itself is hosted on an app service in Azure whose domain name is not listed above. I would expect the video to work regardless of where it’s hosted though (within reason). To my knowledge this is a relatively new issue because AdaptiveCard videos used to load on Outlook Web without CSP interference. If anyone has any insight it would be appreciated. Thanks Read More
Hybrid Entra ID – I can’t understand how it was set up
Hi All,
There is an on-prem Active Directory domain that is synced to Microsoft 365 via Azure AD Connect.
AD objects are synced to Microsoft Entra ID.
However, no server is specified as a synchronization source.
How it is possible?
Hi All, There is an on-prem Active Directory domain that is synced to Microsoft 365 via Azure AD Connect.AD objects are synced to Microsoft Entra ID. However, no server is specified as a synchronization source. How it is possible? Read More
Where is the “Focused” option
I just abandoned New Outlook. Going back to Classic, I see that there is not an option to have the mail separated into Focused and Other. Right now it’s All/Unread. I have gone through the options dialog to customize the ribbon. Now, in the View tab, I have a group called “Focused Inbox” but it doesn’t have anything that can be selected.
This is something that works out of the box on New Outlook. Unfortunately, there is a fair amount of other functionality that doesn’t – hence my decision to abandon it. For instance, my contacts have disappeared from People.
Not sure if it matters, but my email, calendar, contacts are being pulled from gmail.
I just abandoned New Outlook. Going back to Classic, I see that there is not an option to have the mail separated into Focused and Other. Right now it’s All/Unread. I have gone through the options dialog to customize the ribbon. Now, in the View tab, I have a group called “Focused Inbox” but it doesn’t have anything that can be selected.This is something that works out of the box on New Outlook. Unfortunately, there is a fair amount of other functionality that doesn’t – hence my decision to abandon it. For instance, my contacts have disappeared from People. Not sure if it matters, but my email, calendar, contacts are being pulled from gmail. Read More
ODBC –call failed. [Sage][Support] (40190) Data conversion algorithm not supported for…
ODBC –call failed. [Sage][Support] (40190) Data conversion algorithm not supported for SQL_BIT to SQL_TYPE_DATE. (#40190)
I’m trying to execute an update statement in MS Access using the following, but keep getting an error message:
Any ideas what I’m doing wrong here? Appreciate any feedback.
ODBC –call failed. [Sage][Support] (40190) Data conversion algorithm not supported for SQL_BIT to SQL_TYPE_DATE. (#40190) I’m trying to execute an update statement in MS Access using the following, but keep getting an error message:Any ideas what I’m doing wrong here? Appreciate any feedback. Read More
Sentinel CMEK
Hello Everyone –
has anyone enabled CMEK option in Sentinel along with log analytics? Documentation says that it will impact search jobs inside Sentinel(not sure if this is up to date or not). What best practices did you follow? what experience did you have?
Hello Everyone – has anyone enabled CMEK option in Sentinel along with log analytics? Documentation says that it will impact search jobs inside Sentinel(not sure if this is up to date or not). What best practices did you follow? what experience did you have? Read More