Adding an Index using a Function
We have a query that uses the following Date filtering... AND ( CONVERT (DATE, [Common].[dbo].[UTCtoEastern] ([Enrollment].[CreateUTC])) >= @Anonymous _StartDateIn AND CONVERT (DATE, [Common].[dbo].[UTCtoEastern]…
Trouble Signing in with Apple
I am trying to implement the backend to sign-in with Apple but it's not working yet and I need some help. Startup.cs services.AddAuthentication(options => { // some options }) // Adding Jwt Bearer .AddJwtBearer(options => { …
get a notification "Getting list of available content types and properties." when saving Excel File to One drive using VBA macros code.
I get a notification "Getting list of available content types and properties." when saving Excel File to One drive using VBA macros code. Normal save on local drive works fine. How can this issue be fixed Appreciate your help!!
Additional Column in Copy Activity stopped working
I have a few pipeline which has been running successfully for more than a week. Each pipeline contains a copy activity where i copy data from an odata-source to sql server. I added an additional column with dynamic content, receiving it's value from a…
SCOM reports (data) values not showing
HI, We have an issue with some SCOM reports, which are value is can't human-readable. What is the solution for this or what are the steps that we should follow to run the report to get readable values? (This is disk related example)
Onenote change line spacing
Where do I change the line spacing in onnenote? On your page it it says you can change it by clicking home-paragraph alignment-paragraph spacing options, but I don't have "spacing options" on my onenote, only align left, center and align right.…
SCCM programs are not installed in task sequence
Hello. There is an SCCM CB 1810 infrastructure. The task sequence installs the operating system, joins the domain, installs the client, and then installs programs from separate packages. This is if the computers being deployed are in the same domain as…
Error while creating Network Controller Service Instance- Software Defined Networking
Hi, I have created an environment to test MS Software Defined Networking using Hyper-V VMs in my laptop. One of the VMs has the SCVMM installed in it. I have downloaded the templates for Network Controller from MS's GitHub repository - Single…
Opening qty and Opening Weight,add in query?
I want to add opening qty and Opening Balance in below query,mean that i want yesterday data in Opening,then carry forward ,means today closing will be next day opening. Create Table #itemmasterfile(CodeItem int,ALID varchar(50),Descriptionitem…
Group Fields in a SharePoint 2013 List
Hi I have a list in SharePoint 2013 with some fields, which by default are all listed below each other for editing. Since there are many fields and some belong together, I would like to add some explanatory text as well as draw some dashes between…
Group permissions are not working as expected after migration
After migration from 2010 to 2016 (DB method) Group members and permissions level are same but in 2016 those group members are not able to access, those group members are receiving sorry you can not access the page although they do have same access as…
Setting roaming profile for users vs on computer
I am referring the following link to enable roaming profile for all users of Domain Users group in my cluster. https://learn.microsoft.com/en-us/windows-server/storage/folder-redirection/deploy-roaming-user-profiles I have created a share on the…
Using an emitted class with CreatePredictionEngine and Predict
hey all, For an application I'm writing, I need to use CreatePredictionEngine with two emitted classes for TSrc and TDst. Those are emitted via System.Reflection.Emit. I'm creating the prediction engine as follows : dynamic…
Can't build an Android app in the AppCenter.
I can't build an Android app in the App Center. From January 19th, I get the following error when building Android. I found a similar issue, but apparently the cause is this error when the Android NDK version of the build environment is 22. …
How to disable SharePoint 2013 alerts using CSOM
Using CSOM, I am able to retrieve the collection of alerts for a SharePoint Online site and disable each alert using the following code: This doesn't work for SharePoint 2013 Server though. I get the error: "Field or property 'Alerts' does not…
autounattend.xml disk configuration
Hi, Is there anyway to partition disk in the "new" recommended way with WSIM? The new recommendation is to have the recovery partition in the end with the windows partition to the left. However, this configuration can't be made as the partition…
Pronounciation issues for some words for french (CA) and english (CA)
Hello, Some frequently used words from French and English are mispronounced by azure for Canadian region. Here is a list, we are still able to make it work by using lexicons, but it would be better for all users if those were fixed. French (Sylvie…
RHEL 7.5 in Hyper - V on Windows Server 2016
Hi all, I have a RHEL 7.5 server running in Hyper-V, This RHEL has two virtual disks one is for OS and another one is for Data. Data is in xfs format. I copied both vhdx disks to another 2016 machine and raised a VM. The problem is the second disk is…
Create S2D Cluster fails with Error 25325 "An error occurred while performing the operation"
Hi guys, Hoping someone could point me in the right direction here... Got 4 nodes provisioned in our VMM 2019 (latest build) server. The nodes are Server 2019 Datacenter core up-to-date (Jan '21). We're trying to use VMM to provision an S2D…