PL/SQL Developer default file open - plsqldeveloper

Before when i open sql files by PL/SQL Developer, it opens default in Command window. Now it's opening in sql window. There was setting to open default in Command window in PL/SQL Develeper v11. I'm using v12. Who knows, how can i do this?

Add extensions to command files

Related

MySQL for Visual studio 1.2.7 setup wizard ended prematurely

Created a proj from VS2013 installed mysql plugin 1.1.1, can update. But after I transferred to VS2017, it wont update Model from Database on edmx file. So I am installing mysql plugin 1.2.7 but i get this error..
I found this solution from the MySQL Windows Experience Team
I've identified that the installation is rolling back whenever it tries to execute the command "devenv /updateconfiguration /log", which is the last step of the installation. This command signals Visual Studio to reload the extensions, including the MySQL for Visual Studio plugin, however for some strange reason (probably due to one of the recent VS updates) execution of said command is failing.
The current workaround is to remove the execution of the failing command from the MSI and after installation of the plugin proceed to execute the command manually. Steps to achieve that are as follows:
Download and install Orca. Orca is a light Windows Installer Development tool that allows to edit MSIs.
In Windows explorer, right click the MySQL for Visual Studio MSI file and select "Edit with Orca".
Click the "InstallExecuteSequence" item located under the "Tables" section on the left side of the window.
If you're trying to install in VS Community right click the "SetVS15Setup_Custom" action and select "Drop Row" option. Do the same for "VS15Setup_Custom". Similar elements exist for VS Professional/Enterprise.
Save changes and retry installation of MySQL for Visual Studio.
Once installation completes, open the "Developer Command Prompt for VS 2017". It can be found in VS 2017's start menu folder.
In the command prompt execute the command "devenv /updateconfiguration /log" and wait for it to complete.
I hope that the steps provided are of help.
Credit goes to:
Marco Barnabò (for reporting the bug) &
Jose Maria Ramirez (for solving the issue)
The solution was obtained from the mySQL forums:
https://forums.mysql.com/read.php?174,660549,661819#msg-661819

How do I debug apps using angular+bootstrap (front end) + IIS (backend) from Visual Studio?

Specifically, I want to debug the front end without having to stop and restart the server for every change. I am used to doing it when the pages are not served by the development IIS, but I don't know how to do it when they are.
For instance, is you edit an html file in the filesystem it will be updated automatically in the browser.
Thanks.
For html changes you don't need to restart the website. Run your browser in developer mode (press F12) that will force it to get a fresh page each time. Then press F5 to reload your browser and you will pick up the html changes.
Unfortunately, for jscript changes, you will need to restart the website from Visual Studio press Ctrl + F5 to restart the website in Visual studio (without debugging visual studio debugging - you can still use browser debugging). At this does not restart the whole of IIS, just the website.

SSIS Execute Process Task hanging from SQL Server Job, no errors given

I have a basic SSIS package that has an execute process task which runs a .exe sitting on our NAS/Share drive which produces a csv file and is read by later steps.
I can execute the SSIS package within BIDS and everything works flawlessly. When deploying to the server and running from job the SSIS package just hangs and stays in executing mode.
To verify we could run it from the server, I tried running the .exe from the command line from within the server and came across an error which was stopping the .exe running, turns out we needed a 64bit, windows server 2008 specific .exe which we have put together. Despite updating the .exe and being able to run it from the command line in the server now we are still suffering the same issue.
Any ideas, pointers, even potential research avenues would be greatly appreciated as I am relatively new to SSIS and am patiently trying to hack my way through it.
Cheers
If you are using your executable from a UNC path you will have to add it in the zone setting in Local intranet.
On your Internet Explorer, go to Security and select Local Intranet setting. Click on Sites and add your UNC path and click ok. The file:// protocol is added automatically.
This has nothing to do with SSIS, but everything to do with the zone settings in Internet Explorer.
This should help.

How to execute a custom Eclipse Editor

I have created a graphical editor using Eclipse-GMF. So now I can create diagram files. What I would like to do is execute the diagram files by clicking the green button.
So basically I would like to create a custom run configuration for a plugin that I have created.
I would like the custom run configuration to launch an Eclipse-RCP application that will read the runned diagram. But when i choose my RCP application in the Run as product or Run as application it opens normally for about 20secs then it crashes...
So my question is how do i configure this correctly??
You should extend the org.eclipse.debug.launch* extension points to have your own launch configuration, launchers, launch tabs, etc.
I believe these crashes that you mention are related to this bug. The crash log is identical to the one you posted in your comment. From what I can see, the issue was with Eclipse Helios on Windows 7 when Mylyn is installed on the target platform. The bug report states that it's solved in 3.7 M7. See this comment on how to prevent your plugin from crashing the workbench. Hope that this helps :).

Visual C++ 2008 Express Edition Wizard work's not correctly

I have Windows Vista, Visual C++ 2008 Express Edition. I'm trying to create a dll. So, I take next steps: File - Create - Project - Win32 - Win32 Console Application (it have to be a wizard). And I was expecting for this window: http://img244.imageshack.us/i/vs3ae4.jpg/ But I've got next situation: http://img30.imageshack.us/i/msvs1.jpg/ It's in russian, but I can translate. The front window tells: "Open or save file?" If I press "Open" my web-browser (FireFox) opens and shows me the web-page: http://img268.imageshack.us/i/msvs3.jpg/ It's like what I was expecting for http://img244.imageshack.us/i/vs3ae4.jpg/, but in the browser, and buttons on this page don't work.
I heard that old version of Java Machine can cause this problem, so I have updated it to the last one. Also I've tried to open this "wizard-page" in different browsers (like Opera or Google Chrome) - the same result. And if I try to open it in Internet Explorer, it asks me again: "Open or Save"... :-/
Any ideas???
The wizard is based on a webbrowser control, which is subject to IE's security settings. Try reset your IE options.