Quantcast
Channel: Microsoft Techies
Browsing all 430 articles
Browse latest View live

Aras Innovator filesRevision

filesRevision:This setting controls when the client machine has to refresh all Aras Innovator settings, used whenever there is an update to the Innovator.  This setting is in the web.config file, in...

View Article


Aras demos

https://www.aras.com/en/resources/demos

View Article


Aras Innovator 11: Software Installation Tutorial

https://www.youtube.com/watch?v=2uof2j-ZjIU

View Article

Set-ExecutionPolicy Unrestricted

Get-ExecutionPolicyRemoteSignedif you want to change to Unrestricted, try below scriptSet-ExecutionPolicy Unrestricted -Scope CurrentUser

View Article

SQL NOT LIKE will not applicable for NULL values

Example:select * from emp WHERE Name NOT LIKE '%ABC%' --will return only where Name not like %ABC%, but will not return where Name is NULLselect * from emp WHERE (Name NOT LIKE '%ABC%' OR Name IS NULL)...

View Article


Aras Innovator disable a control after save

How to disable a control after save?Prerequisites: Control property should be required field.Solution:Create new Item Type ex: TestItemAdd new propertiesEx: test1, test2 as string data typeAdd new JS...

View Article

Get new GUIDs using Aras AML Studio

Requirement: Get  3 new GUIDs, which are not used in Aras Innovator.Solution:Open NASHEx: http://localhost/innovator/Client/scripts/nash.aspxLogin using admin or rootUnder Action select:...

View Article

not digitally signed. You cannot run this script on the current system

Solution:Open powershell as AdminRun below command.Set-ExecutionPolicy RemoteSigned -Scope ProcessPress Y

View Article


updates were rejected because the tip of your current branch is behind

Error:updates were rejected because the tip of your current branch is behindgit push -f origin users/myname/branchName

View Article


Remove Idle Buddy Service

Open CMD as AdminType below commandbcdedit /set bootmenupolicy legacyRestart your systemwhile starting press F8Select Safe Mode with CommandEnter user ID and PasswordNow u will see CMDtype below...

View Article
Browsing all 430 articles
Browse latest View live