SQL Server Configuration Manager - Can't view Start-Mode drop-down - sql

I have a new Windows 10 installation with SQL Server Express 2014 installed. The drop-down menu for changing the start mode doesn't show correctly:
How do I circumvent / fix this? How do I change the start mode?
(I've already restarted the computer.)

I have run into this issue a few times. It's some sort of oddity with the 64-bit version of SQL Server Configuration Manager.
The solution here is to explicitly use the 32-bit version of SSCM by navigating to "C:\Windows\SysWOW64\SQLServerManager12.msc". Use that version and you should be able to see the drop down options.

Related

Windows Hardware Lab Package tab not available when tests are completed and passed

I am getting to know the HLK Studio and have run the recommended tests against one of our drivers ( a USBStorageFilter driver). When the driver was selected in the list of available components on the test machine the studio recommended the "HyperVisor Code Integrity Readiness Test" and the "TDI Filters and LSPS are not allowed" only. These ran without error and the studio is now showing test status of total 2 & passed 2.
However the PACKAGE tab is greyed out and will not allow me to proceed in creating the package for submission. There is no indication of any other steps and the documentation suggests that once the selected tests have completed you should be able to move on to the Package tab.
Anyone got any clues as to what is preventing this from happening?
Windows 10 Pro x64 16209 target machine, 2016 server (hperv) as the HLK server studio machine.
Thanks
Nick
I had the exact same issue and the only thing I did was exit HLK and start it again. It remembered the results and the Package tab wasn't greyed out anymore. I was able to continue with package creation.

Apache Tomcat 8.5 . Error: Service terminated with service specific error incorrect function

i have installed apache tomcat 8.5 one month ago with java 1.8 on Windows Server 2008 and it works ok.
now the service is stopped and i'm not able to restart it from apache configuration or Windows Services . It is always stopped.
i got the following error: "service terminated with service specific error incorrect function".
ther error in Windows Event viewer does not saying nothing more:
even its details tab:
What can i do?
I was trying to install Apache Tomcat/8.5.31 as Windows service and i was also facing the same error.
For me what finally worked was following these steps. Go to Tomcat installation directory's bin folder. You will see two EXEs (tomcat8.exe and tomcat8w.exe). tomcat8w.exe is a GUI application for monitoring and configuring Tomcat services. Double-click it and then go to Java tab
1) Enable the check box for Use default
2) In Java Classpath: section, specify the path to bootstrap.jar and tomcat-juli.jar. These should be present in your tomcat installation's bin directory itself:
<path_to_tomcat_installation>\bin\bootstrap.jar;<path_to_tomcat_installation>\bin\tomcat-juli.jar
To get more help, you may check the log at the following location provided you installed your Tomcat as Windows service using default LogPath option as described in the documentation: %SystemRoot%\System32\LogFiles\Apache
UPDATE: In another recent installation, i noticed that despite having configuration settings exactly similar to another working setup, i was still getting Incorrect function error under System log in Event Viewer. This time, i had to uncheck the Use default option and had to explicitly provide path to jvm.dll as shown below:
Java Classpath setting was still required as explained above.
Currently I have a Windows Server 2012 R2 Datacenter running Tomcat 9 & had the same problem. This happened after I ran Windows updates & restarted the Server.
Error messages below. (The blanked out text is my private data.)
Error showed when attempting to start the service.
Error in System Event Log
The following steps fixed the issue...
Navigate to your tomcat9w.exe Location: \Tomcat9\bin\
Right click your tomcat9w.exe and select Run as administrator.
Select the Java tab. Select Use default, Apply, & OK
Start your service.
Note: I unchecked the "Use default" box after I was able to get the service running correctly. Because I wanted to retain my existing configuration. Going forward the service has continued to work correctly.
Hope this helps!
I was also facing some issue with Tomcat 9 and Java 13 (tried all previously mentioned solutions but nothing worked). When I downgraded it to Java 11 and Pointed the jvm.dll from JDK 11 my issue got fixed (or Use Default if JAVA_HOME is set to Java 11).
In my case the only way I could get it to work, was to go to the "Startup" tab and change "Mode" from "JVM" to "Java". After that, it started fine and was able to confirm that by visiting the localhost.
(Definitely not an expert)
I fixed this issue by (re)installing Java. I was using the Java SDK downloaded by IntelliJ. Although I was able to direct Tomcat to that download during installation, it returned this "error service terminated" message at runtime. Instead I installed Java SDK directly from Oracle, Tomcat found the installation immediately during installation (I didn't need to point it), and this error disappeared.
It's possible the Java installation by IntelliJ was incomplete somehow and is the underlying cause of the problem, but I am definitely not an expert.
I fixed the issue by reinstalling Tomcat:
Search the Command Prompt icon
Right-click on it
Select Run as administrator
Change the folder to the bin folder of Tomcat
Execute appserver uninstall
Execute appserver install
It solved my problem.
I followed the below steps to fix the the above issue. it may help if someone still face the same.
Step 1. opened the installation directory : tomcat9w.exe Location: \Tomcat9\bin\
Step 2. Browsed the Jvm.dll path under "Java Tab" in Tomcat where it has installed
Step 3. Run the service but still faced same.
Step 4. then, Opened ""C:\Program Files (x86)\Apache Software Foundation\Tomcat 9.0\bin>startup.bat --> entered.
Finally it got fixed .

Weblogic Server, Timed out waiting for completion, while creating a new server

I have installed the Weblogic 12c (12.1.3) on my Windows 7 machine. After creating the Admin server and logging in, I am trying to create a new Managed Server. But when I press the create button, it takes a lot of time showing the loading symbol and finally gives the error Timed out waiting for completion: Activate State: STATE_DISTRIBUTED Target Servers States: AdminServer STATE_DISTRIBUTED.
Earlier I was working on weblogic 10.3.2 and it was working fine, but after this installation it gives me the error and I am unable to create a new Managed Server.
My JAVA_HOME is pointing to JDK 1.8 currently. Also there is this entry in the PATH variable which is something like 'C:\ProgramData\Oracle\java\javapath' which has 3 SYMLINKS to java.exe, javaw.exe and javaws.exe to my JRE 1.8 instead of the JDK 1.8. I uninstalled the JRE and just kept the JDK for the time being but still did not work.
Please advice.
Was able to find the solution for it. Pointed my JAVA_HOME back to JDK 1.7 and at the same time changed the port of NodeManager from the default 5556 to 5557 and was able to successfully create and link the Machine and the Managed Server.

Not able to create local server profile on RAD 6.0

I need to create a new server profile within RAD 6.0.0 The problem i am facing is that i am unable to see "Websphere v6.0 local server profile creation" section after going to Windows -> Preferences -> Server -> Websphere.
Could it be the problem with installation as i got JVM terminated,Exit code=1 error upon installation and i get this error again i start RAD. As of now I am able to get away with it by starting eclipse and not RAD ie by going to RAD installation Directory -> eclipse ->
Additional details -
Operating system - Windows7 (64 bit)
Thanks in advance for any help on this.
If there is already profile created in some other machine. Better get the following folder and replace on your machine.
\runtimes\base_v6\properties
or One can refer the following IBM article to create a new profile
http://pic.dhe.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=%2Fcom.ibm.websphere.nd.doc%2Finfo%2Fae%2Fae%2Ftpro_instancessaappserv.html

Prevent Zend Server CE from loading at start up Mac OS X?

I installed the latest version of Zend Server CE on my MacBook Pro and I would like for someone to instruct me how to stop it from loading upon start up. I only want it operational if I choose to start it. I'm sure it's simple but so far, I can't find this information anywhere.
Thanks.
I found the answer here: http://bit.ly/WemVm5
Essentially, you need to either remove entirely or (as I did) simply comment out all of the code inside ZendServer_init; once that is done, reboot your Mac and Zend Server CE should not automatically load anymore.