Month: July 2024
Disable logging to disk from Simulink, during Reinforcement Learning training
I’m using the train function to run a Reinforcement Learning training using a PPO agent, with a rlSimulinkEnv object defining the environment.
Regarding the rlTrainingOptions, I’m using the default option for "SimulationStorageType", which is "memory". So I expect (if I understand correctly) that all the simulation data should be saved to RAM, not to disk, whenever possible. However I noticed that Simulink is actually saving the simulation data into .dmr files stored in my TEMPDIR.
I also tried to disable the Simulink logging to TEMPDIR directly from the Simulink Data Inspector, setting the Record Mode to "View during simulation only". However, as soon as I start the Reinforcement Learning Training, the simulation data are still saved as .dmr files in my TEMPDIR.
Is there a way to actually avoid saving .dmr files to TEMPDIR when training in a Simulink environment, and instead using only RAM to store the simulation data as long as the Matlab session is active?
I’m using version R2024aI’m using the train function to run a Reinforcement Learning training using a PPO agent, with a rlSimulinkEnv object defining the environment.
Regarding the rlTrainingOptions, I’m using the default option for "SimulationStorageType", which is "memory". So I expect (if I understand correctly) that all the simulation data should be saved to RAM, not to disk, whenever possible. However I noticed that Simulink is actually saving the simulation data into .dmr files stored in my TEMPDIR.
I also tried to disable the Simulink logging to TEMPDIR directly from the Simulink Data Inspector, setting the Record Mode to "View during simulation only". However, as soon as I start the Reinforcement Learning Training, the simulation data are still saved as .dmr files in my TEMPDIR.
Is there a way to actually avoid saving .dmr files to TEMPDIR when training in a Simulink environment, and instead using only RAM to store the simulation data as long as the Matlab session is active?
I’m using version R2024a I’m using the train function to run a Reinforcement Learning training using a PPO agent, with a rlSimulinkEnv object defining the environment.
Regarding the rlTrainingOptions, I’m using the default option for "SimulationStorageType", which is "memory". So I expect (if I understand correctly) that all the simulation data should be saved to RAM, not to disk, whenever possible. However I noticed that Simulink is actually saving the simulation data into .dmr files stored in my TEMPDIR.
I also tried to disable the Simulink logging to TEMPDIR directly from the Simulink Data Inspector, setting the Record Mode to "View during simulation only". However, as soon as I start the Reinforcement Learning Training, the simulation data are still saved as .dmr files in my TEMPDIR.
Is there a way to actually avoid saving .dmr files to TEMPDIR when training in a Simulink environment, and instead using only RAM to store the simulation data as long as the Matlab session is active?
I’m using version R2024a simulink, data MATLAB Answers — New Questions
Save/Load Simulink Code-Generated State
Is it possible to save/serialize the internal state structs of a Simulink code-generated model, and re-load those on a later initialization?
To prevent X/Y problem, I am using a GRT code-generated Simulink model to simulate a specific plant. My controls are neccessarily but unfortunately outside of Matlab/Simulink. I would like to modify parameters in a control scheme and assess their performance over a specific region of the simulation. Essentially like in a video game, you may fail some challenge and you are restarted at some checkpoint.
I have tried using a reusable function, and then use the tool ‘cser’ to serialize the main model struct, however it quickly gets confused with the vast number of types pointing to other types. Additionally, some of the structs contain pointers, so I can’t simply write the memory of the struct to a file.Is it possible to save/serialize the internal state structs of a Simulink code-generated model, and re-load those on a later initialization?
To prevent X/Y problem, I am using a GRT code-generated Simulink model to simulate a specific plant. My controls are neccessarily but unfortunately outside of Matlab/Simulink. I would like to modify parameters in a control scheme and assess their performance over a specific region of the simulation. Essentially like in a video game, you may fail some challenge and you are restarted at some checkpoint.
I have tried using a reusable function, and then use the tool ‘cser’ to serialize the main model struct, however it quickly gets confused with the vast number of types pointing to other types. Additionally, some of the structs contain pointers, so I can’t simply write the memory of the struct to a file. Is it possible to save/serialize the internal state structs of a Simulink code-generated model, and re-load those on a later initialization?
To prevent X/Y problem, I am using a GRT code-generated Simulink model to simulate a specific plant. My controls are neccessarily but unfortunately outside of Matlab/Simulink. I would like to modify parameters in a control scheme and assess their performance over a specific region of the simulation. Essentially like in a video game, you may fail some challenge and you are restarted at some checkpoint.
I have tried using a reusable function, and then use the tool ‘cser’ to serialize the main model struct, however it quickly gets confused with the vast number of types pointing to other types. Additionally, some of the structs contain pointers, so I can’t simply write the memory of the struct to a file. code generation, simulink, simulation, serialization MATLAB Answers — New Questions
Color Coding on Timeline
Hello – is there a way to carry over the Conditional Coloring you can create in the grid over to the Timeline?
Hello – is there a way to carry over the Conditional Coloring you can create in the grid over to the Timeline? Read More
Revamp and refine selected text using Draft with Copilot in Word
Hi, Microsoft 365 Insiders,
Exciting update for Word users! We’ve added the ability to Draft with Copilot in Word based on selected text in your document. You can use this feature to:
Refine or rewrite existing copy.
Explain or expand on the selected content in more detail.
Enhance the content with statistics or other additional information.
Check out our latest blog: Revamp and refine selected text using Draft with Copilot in Word
Thanks!
Perry Sjogren
Microsoft 365 Insider Community Manager
Become a Microsoft 365 Insider and gain exclusive access to new features and help shape the future of Microsoft 365. Join Now: Windows | Mac | iOS | Android
Hi, Microsoft 365 Insiders,
Exciting update for Word users! We’ve added the ability to Draft with Copilot in Word based on selected text in your document. You can use this feature to:
Refine or rewrite existing copy.
Explain or expand on the selected content in more detail.
Enhance the content with statistics or other additional information.
Check out our latest blog: Revamp and refine selected text using Draft with Copilot in Word
Thanks!
Perry Sjogren
Microsoft 365 Insider Community Manager
Become a Microsoft 365 Insider and gain exclusive access to new features and help shape the future of Microsoft 365. Join Now: Windows | Mac | iOS | Android Read More
How to create SharePoint video news pages
Did you know that a new set of page video templates is now available?
This allows you to create video-centric page content with ease.
This new capability simplifies the creation of video news pages, whether starting from scratch or utilizing existing videos.
#MicrosoftSharePoint #SharePoint #Microsoft365 #Productivity #NewFeatures #MVPbuzz Read More
How to create Simulink model with multiple versions?
I have Simulink models that are different versions of a controller. The versions change static data, used throughout the model, and some blocks in the model. I am wondering if there is a way to create one Simulink model that can be changed between all these versions. A similar functionality exists in standard Simulink functions, such as with the PID Controller when you switch the form between Parallel and Ideal or the Logical Operator switching between AND and OR. Has anyone created or found similar functionality for making Simulink models with different versions?I have Simulink models that are different versions of a controller. The versions change static data, used throughout the model, and some blocks in the model. I am wondering if there is a way to create one Simulink model that can be changed between all these versions. A similar functionality exists in standard Simulink functions, such as with the PID Controller when you switch the form between Parallel and Ideal or the Logical Operator switching between AND and OR. Has anyone created or found similar functionality for making Simulink models with different versions? I have Simulink models that are different versions of a controller. The versions change static data, used throughout the model, and some blocks in the model. I am wondering if there is a way to create one Simulink model that can be changed between all these versions. A similar functionality exists in standard Simulink functions, such as with the PID Controller when you switch the form between Parallel and Ideal or the Logical Operator switching between AND and OR. Has anyone created or found similar functionality for making Simulink models with different versions? simulink, version, static data MATLAB Answers — New Questions
Is Oracle Java JRE license included with Matlab license?
Hi!
Our IT department found that an Oracle JRE is installed as part of Matlab (R2020a on Windows). Since Oracle changed its licensing policy a while ago, such that in many cases now JRE installations have to be paid for, we are concerned about what to do here, eg whether we need to pay Oracle for this JRE embedded into Matlab.
Does our Matlab license also cover the right to use the embedded JRE? Under what conditions?
Maybe there is even an according Matlab license statement somewhere?
Thanks!Hi!
Our IT department found that an Oracle JRE is installed as part of Matlab (R2020a on Windows). Since Oracle changed its licensing policy a while ago, such that in many cases now JRE installations have to be paid for, we are concerned about what to do here, eg whether we need to pay Oracle for this JRE embedded into Matlab.
Does our Matlab license also cover the right to use the embedded JRE? Under what conditions?
Maybe there is even an according Matlab license statement somewhere?
Thanks! Hi!
Our IT department found that an Oracle JRE is installed as part of Matlab (R2020a on Windows). Since Oracle changed its licensing policy a while ago, such that in many cases now JRE installations have to be paid for, we are concerned about what to do here, eg whether we need to pay Oracle for this JRE embedded into Matlab.
Does our Matlab license also cover the right to use the embedded JRE? Under what conditions?
Maybe there is even an according Matlab license statement somewhere?
Thanks! java, jre, license, oracle MATLAB Answers — New Questions
custom library HX711 Index exceeds the number of array elements. Index must not exceed 2.
% Copyright 2018, Nicholas Giacoboni
%
% Redistribution and use in source and binary forms, with or without
% modification, are permitted provided that the following conditions are met:
%
% 1. Redistributions of source code must retain the above copyright
% notice, this list of conditions and the following disclaimer.
%
% 2. Redistributions in binary form must reproduce the above copyright
% notice, this list of conditions and the following disclaimer in the
% documentation and/or other materials provided with the distribution.
%
% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
% AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
% WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
% IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
% INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
% NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
% PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
% WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
% ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
% OF SUCH DAMAGE.
%**************************************************************************
classdef basic_HX711 < matlabshared.addon.LibraryBase
properties(Access = protected)
Pins %Data and Clock pin
end
properties (Access = private, Constant = true)
READ_HX711 = hex2dec(’01’)
end
properties(Access = protected, Constant = true)
LibraryName = ‘basicHX711/basic_HX711’
DependentLibraries = {}
LibraryHeaderFiles = {}
CppHeaderFile = fullfile(arduinoio.FilePath(mfilename(‘fullpath’)), ‘src’, ‘basic_HX711.h’)
CppClassName = ‘basic_HX711’
end
methods(Hidden, Access = public)
function obj = basic_HX711(parentObj,inputPins)
obj.Parent = parentObj;
obj.Pins = getTerminalsFromPins(obj.Parent,inputPins);
configurePin(parentObj,inputPins{2},’DigitalInput’); % Data Pin
configurePin(parentObj,inputPins{3},’DigitalOutput’); % Clock Pin
end
end
methods(Access = public)
function force = read_HX711(obj)
cmdID = obj.READ_HX711;
inputs = obj.Pins;
value = sendCommand(obj, obj.LibraryName, cmdID, inputs);
value(3)=bitshift(value(3),16);
value(2)=bitshift(value(2),8);
force = bitor(value(3),bitor(value(2),value(1)));
end
end
end
%**************************************************************************
listArduinoLibraries
ans =
12×1 cell array
{‘APDS9960’ }
{‘Adafruit/MotorShieldV2’}
{‘CAN’ }
{‘I2C’ }
{‘MotorCarrier’ }
{‘RotaryEncoder’ }
{‘SPI’ }
{‘Serial’ }
{‘Servo’ }
{‘ShiftRegister’ }
{‘Ultrasonic’ }
{‘basicHX711/basic_HX711’}
a = arduino(‘COM6’, ‘Uno’, ‘Libraries’,’basicHX711/basic_HX711′,’ForceBuildOn’,’True’);
>> Loadcell = addon(a,’basicHX711/basic_HX711′,{‘D2′,’D3’})
Index exceeds the number of array elements. Index must not exceed 2.
%**************************************************************************
I’m currently working on creating a custom library for the HX711 sensor, but I’m encountering an issue with the ‘Index exceeds the number of array elements. Index must not exceed 2.’ I hope someone can help me troubleshoot.% Copyright 2018, Nicholas Giacoboni
%
% Redistribution and use in source and binary forms, with or without
% modification, are permitted provided that the following conditions are met:
%
% 1. Redistributions of source code must retain the above copyright
% notice, this list of conditions and the following disclaimer.
%
% 2. Redistributions in binary form must reproduce the above copyright
% notice, this list of conditions and the following disclaimer in the
% documentation and/or other materials provided with the distribution.
%
% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
% AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
% WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
% IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
% INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
% NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
% PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
% WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
% ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
% OF SUCH DAMAGE.
%**************************************************************************
classdef basic_HX711 < matlabshared.addon.LibraryBase
properties(Access = protected)
Pins %Data and Clock pin
end
properties (Access = private, Constant = true)
READ_HX711 = hex2dec(’01’)
end
properties(Access = protected, Constant = true)
LibraryName = ‘basicHX711/basic_HX711’
DependentLibraries = {}
LibraryHeaderFiles = {}
CppHeaderFile = fullfile(arduinoio.FilePath(mfilename(‘fullpath’)), ‘src’, ‘basic_HX711.h’)
CppClassName = ‘basic_HX711’
end
methods(Hidden, Access = public)
function obj = basic_HX711(parentObj,inputPins)
obj.Parent = parentObj;
obj.Pins = getTerminalsFromPins(obj.Parent,inputPins);
configurePin(parentObj,inputPins{2},’DigitalInput’); % Data Pin
configurePin(parentObj,inputPins{3},’DigitalOutput’); % Clock Pin
end
end
methods(Access = public)
function force = read_HX711(obj)
cmdID = obj.READ_HX711;
inputs = obj.Pins;
value = sendCommand(obj, obj.LibraryName, cmdID, inputs);
value(3)=bitshift(value(3),16);
value(2)=bitshift(value(2),8);
force = bitor(value(3),bitor(value(2),value(1)));
end
end
end
%**************************************************************************
listArduinoLibraries
ans =
12×1 cell array
{‘APDS9960’ }
{‘Adafruit/MotorShieldV2’}
{‘CAN’ }
{‘I2C’ }
{‘MotorCarrier’ }
{‘RotaryEncoder’ }
{‘SPI’ }
{‘Serial’ }
{‘Servo’ }
{‘ShiftRegister’ }
{‘Ultrasonic’ }
{‘basicHX711/basic_HX711’}
a = arduino(‘COM6’, ‘Uno’, ‘Libraries’,’basicHX711/basic_HX711′,’ForceBuildOn’,’True’);
>> Loadcell = addon(a,’basicHX711/basic_HX711′,{‘D2′,’D3’})
Index exceeds the number of array elements. Index must not exceed 2.
%**************************************************************************
I’m currently working on creating a custom library for the HX711 sensor, but I’m encountering an issue with the ‘Index exceeds the number of array elements. Index must not exceed 2.’ I hope someone can help me troubleshoot. % Copyright 2018, Nicholas Giacoboni
%
% Redistribution and use in source and binary forms, with or without
% modification, are permitted provided that the following conditions are met:
%
% 1. Redistributions of source code must retain the above copyright
% notice, this list of conditions and the following disclaimer.
%
% 2. Redistributions in binary form must reproduce the above copyright
% notice, this list of conditions and the following disclaimer in the
% documentation and/or other materials provided with the distribution.
%
% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
% AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
% WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
% IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
% INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
% NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
% PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
% WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
% ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
% OF SUCH DAMAGE.
%**************************************************************************
classdef basic_HX711 < matlabshared.addon.LibraryBase
properties(Access = protected)
Pins %Data and Clock pin
end
properties (Access = private, Constant = true)
READ_HX711 = hex2dec(’01’)
end
properties(Access = protected, Constant = true)
LibraryName = ‘basicHX711/basic_HX711’
DependentLibraries = {}
LibraryHeaderFiles = {}
CppHeaderFile = fullfile(arduinoio.FilePath(mfilename(‘fullpath’)), ‘src’, ‘basic_HX711.h’)
CppClassName = ‘basic_HX711’
end
methods(Hidden, Access = public)
function obj = basic_HX711(parentObj,inputPins)
obj.Parent = parentObj;
obj.Pins = getTerminalsFromPins(obj.Parent,inputPins);
configurePin(parentObj,inputPins{2},’DigitalInput’); % Data Pin
configurePin(parentObj,inputPins{3},’DigitalOutput’); % Clock Pin
end
end
methods(Access = public)
function force = read_HX711(obj)
cmdID = obj.READ_HX711;
inputs = obj.Pins;
value = sendCommand(obj, obj.LibraryName, cmdID, inputs);
value(3)=bitshift(value(3),16);
value(2)=bitshift(value(2),8);
force = bitor(value(3),bitor(value(2),value(1)));
end
end
end
%**************************************************************************
listArduinoLibraries
ans =
12×1 cell array
{‘APDS9960’ }
{‘Adafruit/MotorShieldV2’}
{‘CAN’ }
{‘I2C’ }
{‘MotorCarrier’ }
{‘RotaryEncoder’ }
{‘SPI’ }
{‘Serial’ }
{‘Servo’ }
{‘ShiftRegister’ }
{‘Ultrasonic’ }
{‘basicHX711/basic_HX711’}
a = arduino(‘COM6’, ‘Uno’, ‘Libraries’,’basicHX711/basic_HX711′,’ForceBuildOn’,’True’);
>> Loadcell = addon(a,’basicHX711/basic_HX711′,{‘D2′,’D3’})
Index exceeds the number of array elements. Index must not exceed 2.
%**************************************************************************
I’m currently working on creating a custom library for the HX711 sensor, but I’m encountering an issue with the ‘Index exceeds the number of array elements. Index must not exceed 2.’ I hope someone can help me troubleshoot. matlab addon, hx711 MATLAB Answers — New Questions
Changed Exchange 2019 DNS MX Records for Spam Filter Service and Exchange Active Sync Now Fails
We have an on-premises Exchange Server 2019. Everything was working fine until we got an external spam filtering service. We changed our MX records to point to the spam filtering service, and then the filtering service sends the emails to the Exchange Server. That part works great.
The problem is when we try to add an account to Outlook or a smartphone, it won’t connect to the Exchange Server to setup the account. The only records changed were the MX records. Autodiscover, mail.{domain].com, and autodiscover records still point to the Exchange server.
Here are the error messages I get.
If I manually setup the Outlook profile putting in the mail server name (mail.{domain}.com, domainusername, password, etc., then I get this.
I ran the Microsoft Remote Connectivity Analyzer for Activesync, and it passed.
Anyone have any ideas or workarounds?
We have an on-premises Exchange Server 2019. Everything was working fine until we got an external spam filtering service. We changed our MX records to point to the spam filtering service, and then the filtering service sends the emails to the Exchange Server. That part works great. The problem is when we try to add an account to Outlook or a smartphone, it won’t connect to the Exchange Server to setup the account. The only records changed were the MX records. Autodiscover, mail.{domain].com, and autodiscover records still point to the Exchange server. Here are the error messages I get. If I manually setup the Outlook profile putting in the mail server name (mail.{domain}.com, domainusername, password, etc., then I get this. I ran the Microsoft Remote Connectivity Analyzer for Activesync, and it passed. Anyone have any ideas or workarounds? Read More
Numbering based on filters
Hi!
I have a spreadsheet with a list of 70 items. I have a filter for this list – 59 entries are “A”, 11 entries are “B”. All As and Bs are in random order.
I would like to have an additional column in which all items A are numbered from 1 to 59 when I apply the filter “A” to my list and all items B should be numbered from 1 to 11 when I apply the filter “B” to my list.
How do I do that?
Thanks in advance!
Hi!I have a spreadsheet with a list of 70 items. I have a filter for this list – 59 entries are “A”, 11 entries are “B”. All As and Bs are in random order. I would like to have an additional column in which all items A are numbered from 1 to 59 when I apply the filter “A” to my list and all items B should be numbered from 1 to 11 when I apply the filter “B” to my list.How do I do that?Thanks in advance! Read More
How do I unhide all my Teams in bulk?
I’m a member of about a hundred Teams. Microsoft has gone ahead and hidden all but a handful of Teams for me. How do I unhide all these Teams in bulk?
Microsoft Teams version 24180.207.2997.1350 for MacOS
I’ve just changed my release preferences to Standard Release.
—-
Incidentally…
Why the EFF does Microsoft insist on breaking something LITERALLY EVERY WEEK? Between Power Apps, Powerautomate, SharePoint List, Wiki, Teams, and more, my workload has extended literally years into the future due to Microsoft’s changes. My brain is broken trying to keep up with everything I need to repair and have zero hope of doing the job I was actually hired to do. The amount of money this company costs us in lost productivity is obscene.
I’m a member of about a hundred Teams. Microsoft has gone ahead and hidden all but a handful of Teams for me. How do I unhide all these Teams in bulk? Microsoft Teams version 24180.207.2997.1350 for MacOS I’ve just changed my release preferences to Standard Release. —-Incidentally…Why the EFF does Microsoft insist on breaking something LITERALLY EVERY WEEK? Between Power Apps, Powerautomate, SharePoint List, Wiki, Teams, and more, my workload has extended literally years into the future due to Microsoft’s changes. My brain is broken trying to keep up with everything I need to repair and have zero hope of doing the job I was actually hired to do. The amount of money this company costs us in lost productivity is obscene. Read More
MCA Bulk Attestation Tool question
I am having issues authenticating with this tool, I setup as per https://learn.microsoft.com/en-us/partner-center/customers/microsoft-customer-agreement-bulk-attestation-tool
The thing I am confused by the “app” being http://localhost in the pre reqs
I use if https:
if i use http:
I think I am missing something though
settings are:
I am having issues authenticating with this tool, I setup as per https://learn.microsoft.com/en-us/partner-center/customers/microsoft-customer-agreement-bulk-attestation-tool The thing I am confused by the “app” being http://localhost in the pre reqs I use if https: if i use http: I think I am missing something though settings are: Read More
NDR Error is [0x80040305-0x00000000-0x00000000]
I have a user constantly getting NDR every morning within the 30 minutes of she opens her email. It happens almost every day. For the within the organization and for external addresses. she can’t even forward that to me at that time. she gets NDR. all messages has same error code. So far, I created new outlook profile, removed outlook using OffScrub and reinstalled, recreated windows profile. even swapped teh laptop. still happening.
Anyone can suggest a remedy for this?
The following recipient(s) cannot be reached:
on 7/18/2024 8:43 AM
This message could not be sent. Try sending the message again later, or contact your network administrator.
Error is [0x80040305-0x00000000-0x00000000].
Submit-Message failed: message id(1), failure enum(1), HResult(0x80040305), EC(1246).
I have a user constantly getting NDR every morning within the 30 minutes of she opens her email. It happens almost every day. For the within the organization and for external addresses. she can’t even forward that to me at that time. she gets NDR. all messages has same error code. So far, I created new outlook profile, removed outlook using OffScrub and reinstalled, recreated windows profile. even swapped teh laptop. still happening. Anyone can suggest a remedy for this? The following recipient(s) cannot be reached: on 7/18/2024 8:43 AM This message could not be sent. Try sending the message again later, or contact your network administrator.Error is [0x80040305-0x00000000-0x00000000].Submit-Message failed: message id(1), failure enum(1), HResult(0x80040305), EC(1246). Read More
COPY / PASTE FROM ANY PROGRAM (including Publisher docs) NO LONGER WORKS
I can no longer copy text content from a Word doc (or any other document, for that matter, including other Publisher documents) to Publisher. I create weekly church bulletins as well as monthly newsletters and receive content in (mostly) Word format. But I work mostly in Publisher and create content there as a separate doc. I can’t copy and paste into the document. It just pastes the last thing I copied from that document. I end up having to retype the ENTIRE content. Is anyone else experiencing this? Does anyone know why this has recently changed or how to work around it? lauragotcher
I can no longer copy text content from a Word doc (or any other document, for that matter, including other Publisher documents) to Publisher. I create weekly church bulletins as well as monthly newsletters and receive content in (mostly) Word format. But I work mostly in Publisher and create content there as a separate doc. I can’t copy and paste into the document. It just pastes the last thing I copied from that document. I end up having to retype the ENTIRE content. Is anyone else experiencing this? Does anyone know why this has recently changed or how to work around it? lauragotcher Read More
Booking Pages Do Not Work
Booking pages that I created this month aren’t showing when I click on the link and receive this error message: We aren’t offering services through the booking page right now. Please contact us directly or check back later. I thought it had to do with the IT Outage, but other Booking page links I have are working. This message is only showing up on Booking pages that I created this month. Please help!
Booking pages that I created this month aren’t showing when I click on the link and receive this error message: We aren’t offering services through the booking page right now. Please contact us directly or check back later. I thought it had to do with the IT Outage, but other Booking page links I have are working. This message is only showing up on Booking pages that I created this month. Please help! Read More
Action Planning with MS Project Pro
Hi,
I want to make an action plan for technical service for 2 members of staff for whole a year. The services last 2 to 5 days each in different countries. The services should not take place when there is a weekend or a holiday in the home country, the country of service on at least one of the planned service days, or when at least one of the staff has vaccation. At best, MS Project makes a proposal when a service with persons in a certain country should take place or it shows what prevents the planning of a service. How can I do that with MS Project?
Regards, mainze
Hi, I want to make an action plan for technical service for 2 members of staff for whole a year. The services last 2 to 5 days each in different countries. The services should not take place when there is a weekend or a holiday in the home country, the country of service on at least one of the planned service days, or when at least one of the staff has vaccation. At best, MS Project makes a proposal when a service with persons in a certain country should take place or it shows what prevents the planning of a service. How can I do that with MS Project? Regards, mainze Read More
Regarding the GUI update to change the slider values.
Dear Friends Hello,
I have a querry I request to please help.
I have created a GUI where the values is gratting is selected from the ‘select_gratting’ as shownin attached figure. I want to change the slider limits based on gratting selected. For example currently it shows – 30 to 550 for 1200 gratting values, but when 2400 gratting selected I want slider limit to change and show 30 to 250 without closing the GUI.
I request to please help, how can I do this.
Thanking you,
Kind regardsDear Friends Hello,
I have a querry I request to please help.
I have created a GUI where the values is gratting is selected from the ‘select_gratting’ as shownin attached figure. I want to change the slider limits based on gratting selected. For example currently it shows – 30 to 550 for 1200 gratting values, but when 2400 gratting selected I want slider limit to change and show 30 to 250 without closing the GUI.
I request to please help, how can I do this.
Thanking you,
Kind regards Dear Friends Hello,
I have a querry I request to please help.
I have created a GUI where the values is gratting is selected from the ‘select_gratting’ as shownin attached figure. I want to change the slider limits based on gratting selected. For example currently it shows – 30 to 550 for 1200 gratting values, but when 2400 gratting selected I want slider limit to change and show 30 to 250 without closing the GUI.
I request to please help, how can I do this.
Thanking you,
Kind regards gui, matlab, slider MATLAB Answers — New Questions
Shapefile not overlapping perfectly over pcolor plot
I am trying to plot a pcolor plot for Sea surface temperature data set and to represent the coastaline in the plot i have downloadwed global coastline shapefile and when i am using geoshow to read and overlay on the pcolor plot it is not matching perfectlyI am trying to plot a pcolor plot for Sea surface temperature data set and to represent the coastaline in the plot i have downloadwed global coastline shapefile and when i am using geoshow to read and overlay on the pcolor plot it is not matching perfectly I am trying to plot a pcolor plot for Sea surface temperature data set and to represent the coastaline in the plot i have downloadwed global coastline shapefile and when i am using geoshow to read and overlay on the pcolor plot it is not matching perfectly geoshow, shapefile, pcolor plot MATLAB Answers — New Questions
Episode Recap: Unlocking Multi-Partner Growth with Microsoft Marketplace
In a recent Ultimate Guide to Partnering episode, Ultimate Partner’s Vince Menzione sat down with Microsoft’s Jason Rook for an an informative conversation on Marketplace and Multi-Party Co-Selling.
This episode featured a deep dive into the state of the business, hyperscaler growth, the marketplace, AI, and more!
What You’ll Learn From This Episode:
0:02 – Partner Growth and Success in the Cloud Computing Industry
3:59 – Azure Marketplace Growth and Partner Support
9:05 – Marketplace opportunities for ISVs and Channel Partners
13:35 – Microsoft Partnerships and Marketplace Deals
18:11 – Partner Relationships and Opportunities in the tech industry
21:58 – AI Opportunities in Microsoft’s Marketplace
28:08 – Leveraging Marketplace Transactions to Build Better Microsoft Relationships
33:41 – Successful Partnerships and Key Strategies
37:45 – Microsoft Partnerships and Marketplace Opportunities
Don’t miss this opportunity to learn from one of the industry’s leading experts on how to navigate and succeed in the Microsoft commercial marketplace. Whether you’re a software publisher, channel partner, or just interested in the tech industry, this episode is packed with actionable insights.
Access the full episode on YouTube here.
Additional ways to access this episode:
The audio is dropped on Apple, Spotify, Google, Amazon Music, Audible and other platforms along with the show notes. Listen on your favorite platform here: https://pod.link/UltimatePartnerships
Website Link https://theultimatepartner.com/ultimate-podcast/
Newsletter – Ultimate Partner creates a unique newsletter for tomorrow for the additional 4000+ that receive our email newsletter – Please sign up here.
In a recent Ultimate Guide to Partnering episode, Ultimate Partner’s Vince Menzione sat down with Microsoft’s Jason Rook for an an informative conversation on Marketplace and Multi-Party Co-Selling.
This episode featured a deep dive into the state of the business, hyperscaler growth, the marketplace, AI, and more!
What You’ll Learn From This Episode:
0:02 – Partner Growth and Success in the Cloud Computing Industry
3:59 – Azure Marketplace Growth and Partner Support
9:05 – Marketplace opportunities for ISVs and Channel Partners
13:35 – Microsoft Partnerships and Marketplace Deals
18:11 – Partner Relationships and Opportunities in the tech industry
21:58 – AI Opportunities in Microsoft’s Marketplace
28:08 – Leveraging Marketplace Transactions to Build Better Microsoft Relationships
33:41 – Successful Partnerships and Key Strategies
37:45 – Microsoft Partnerships and Marketplace Opportunities
Don’t miss this opportunity to learn from one of the industry’s leading experts on how to navigate and succeed in the Microsoft commercial marketplace. Whether you’re a software publisher, channel partner, or just interested in the tech industry, this episode is packed with actionable insights.
Access the full episode on YouTube here.
Additional ways to access this episode:
The audio is dropped on Apple, Spotify, Google, Amazon Music, Audible and other platforms along with the show notes. Listen on your favorite platform here: https://pod.link/UltimatePartnerships
Website Link https://theultimatepartner.com/ultimate-podcast/
Newsletter – Ultimate Partner creates a unique newsletter for tomorrow for the additional 4000+ that receive our email newsletter – Please sign up here.