Progress OpenEdge Developer Studio - Missing OpenEdge tab in toolbar & No Default servers - progress-4gl

I attempted to install the OpenEdge Developer Studio ver11.5 32bit in my laptop to complete some training assignments. After the installation, I compared mine with my colleague and the training tutorial. The Developer Studio I installed is missing the OpenEdge tab in toolbar and the default AppServer. My colleague and I did the exact steps during the installation. Can someone please let me know what the issue is? How can I connect to the default AppServer? It have to connect to the default AppServer in order for me to work on the training assignment.
My Developer Studio:
Screenshot from local version / Windows>Preferences>Progress OpenEdge>StartUp
Screenshot from local version / Toolbar

To add the default servers go to: Window -> Preferences then navigate to Progress OpenEdge -> Server -> OpenEdge Explorer. Edit the Explorer 1 connection and enter your Admin Server user and password (may be admin/admin). Then "Test Connection" and "Create Servers & Finish".

Related

DBeaver can only see default PostgreSQL database in connection

I use DBeaver v 5.2.5 on Windows and use it to connect to PostgreSQL databases.
To create a connection, I must specify the database and I have no mean to see other databases on the same server.
A colleague using DBeaver 5.3 on Mac has an option to see all databases, not just the default one.
Is there an equivalent setup on the windows version?
On the connection, right-click -> Edit connection -> Connection settings -> on the tabbed panel, select PostgreSQL, check the box Show all databases.
2023 Update...
Right-click on your connection
Click "Edit connection"
Left panel, click "Connection settings"
Select PostgreSQL tab Check the box "Show all databases"
Today I had to reinstall DBeaver on a new machine and this time, I let DBeaver download the postgresql drivers.
In this case, I can see the other databases so I can only assume that it was due to the jdbc drivers I loaded
The same problem in DBeaver 21.3.1, Postgress 14.1 installed with brew on MacOS Catalina. I've solved it in the Connection settings:
On the connection, right-click -> Edit connection -> Connection settings -> then click button "Edit Driver Settings", check "Embedded" checkbox.

Running Odoo Enterprise Studio from code (Eclipse)

Where is the Odoo Studio code? Is it part of the Odoo Enterprise code on Github (which I have access to)?
Is there something I need to enable or add to the project so I see the Studio?
Currently when I run the Odoo Community code, (with the addons path in odoo.conf set correctly first to the enterprise directory) I see no Studio option in the header.
So two questions:
Where is the Studio code and how do I access it?
What do I need to do so I see it, when running the Odoo code from Eclipse?
1) Studio code is the one of the module inside the Odoo Enterprise addons with named "web_studio". For that you need the access of the Enterprise addons.
2) After installing the module web_studio you can get the one icon on top right corner before logged in user name like tools with tool tip "Customization". By clicking on that you can start the Studio for manage any changes inside the current screen.
I hope you are getting both of the answer correct fully.

How to integrate WebSphere Application Server 7 into Rational Software Architect?

In Rational Software Architect (RSA), how do I add WebSphere Application Server 7 (WAS7) as a Server? As you can see in the screen shot, WAS7 is not an option. How do I add it? Thank you.
I am running Rational Software Architect for WebSphere Software (RSA) Version 8.5.1. I have installed WAS7 using the installer available in the was.7000.wasdev.nocharge.windows.amd64 package.
Install WAS 7 Server Adapter
Open IBM Installation Manager.
Click Modify Icon
Under "Modify Packages" Screen 1; Click Next
Under "Modify Packages" Screen 2; Click Next
scroll to "Server tools"; select WebSphere Application Server 7.0.
Proceed to finish modification.
Now WAS 7 should be an option when adding a new server.
During RSA installation you might not installed support for WAS v7.
Check if you have following folder: %RSA_HOME%\runtimes\base_v7_stub.
If not you might need to rerun Installation manager and modify RSA to include stub for WAS v7.

Why does my fresh Klocwork 9.2 installation display a blank Product Portal web page?

I installed Klocwork 9.2.1.7276 on a fresh Windows Server 2008 x86 system. During the installation, I selected all Klocwork components to be installed (database server, licence server, Klocwork server) and ensured that all three servers were running in the Klocwork Management Console. I ran kwauthconfig and set the authentication scheme to None.
However, when I attempt to visit the Klocwork Product Portal (Start > Programs > Klocwork 9.2 > Klocwork Product Portal), Internet Explorer opens and displays a blank web page served from port 8080 on the local machine (http://klocwork:8080). If I change the URL to http://klocwork:8080/portal/Portal, I get the expected page. However, when I click on the links to Klocwork Review (http://klocwork:8080/review) or Klocwork Inspect (http://klocwork:8080/codereview), I get similarly blank web pages.
My production server (installed years ago by someone who has since left the company) performs as expected, but I need to move it from Windows XP to Windows Server 2008. I have read through the Klocwork 9.2 documentation, and don't think I've missed any configuration steps. This is the third time I have attempted this installation on a clean machine, each time with the same result. On one of these occasions, I ran a Klocwork build (using kwinject, kwadmin, kwbuildproject, and kwadmin load) but was not able to view the build because KW Review and Inspect don't work.
Does anyone know how to get a fresh install of Klocwork 9.2 in a state where Review and Inspect will function? Thanks in advance to anyone who can offer some advice.
The cause of this problem turned out to be a combination of Windows Server 2008's Windows Firewall and Internet Explorer Enhanced Security Configuration (IE-ESC) -- both of which are enabled by default in Windows 2008, and neither of which I disabled before installing Klocwork.
Disabling the Windows Firewall and IE-ESC after Klocwork was installed did not fix the problem.
However, I reverted the machine to a snapshot taken just before I originally installed Klocwork, disabled both Windows Firewall and IE-ESC, installed Klocwork, turned off authentication with kwauthconfig, and now the Klocwork Review and Klocwork Inspect login screens load as expected (and http://klocwork:8080 now redirects to http://klocwork:8080/portal/Portal).

Problems deploying a WinForms app that uses Microsoft ReportViewer

I have published a WinForms application from Visual Studio 2010. It uses .NET 4.0. in the prerequisite dialog in Publish pane I selected .NET 4.0 Client Profile and Windows Installer 3.0. After publishing application to disk, I migrated it to client's computer which first installed .NET Client Profile and after reboot it gave following error message:
Unable to Install or run application. The application requires that assembly, Microsoft.ReportViewer.Common version 10.0.0 in global assembly cache first.
After this message the installation process exits. I'm using .NET's report in my project (not Crystal Reports).
You have to deploy the ReportViewer controls separately.
Check here on MSDN for more information: Deploying Reports and ReportViewer Controls
The ReportViewer control redistributable is a self-extracting file named ReportViewer.exe that includes an .msi and other files. You can find ReportViewer.exe at the following location:
%PROGRAMFILES%\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages\ReportViewer\ReportViewer.exe
You can also download it from the Microsoft Download Center.
[ . . . ]
The type of control you are using
determines where ReportViewer.exe
should be run.
For ASP.NET applications, run
ReportViewer.exe on the Web server
that hosts your application. This must
be done by a server administrator.
For Windows Forms applications,
include the controls as an application
prerequisite so that they are
installed automatically with your
application. You can use the
bootstrapping application to automate
this step:
Open the project properties page.
Click Publish, and then click
Prerequisites.
Select Microsoft Visual Studio 2010
Report Viewer, and then click OK.
Publish the application.
During application installation, a
check is performed on the local
computer to see if ReportViewer is
already installed. If it is not
installed, the Setup program will
install it.
I guess this is probably a new VS2012 feature, but you now can deploy Report Viewer (and the SQL Server CLR Types) with Forms / WPF click once installations.
Open the project properties page.
Click the Publish tab, and then click the Prerequisites button.
Select Microsoft Visual Studio 2012 Report Viewer, and SQL Server
CLR Types then click OK.
Make sure that the Download prerequisites from the component
vendor’s website option is checked. This is the only supported
option. Then, click OK.
Click the Options button.
In the Deployment tab, specify a deployment Web page and select the
Automatically generate deployment web page after ever publish
checkbox.
Click OK and publish the application.
look at this: Running ReportViewer.exe
both we are gave you same link. it will help you
Download and install Microsoft Report Viewer 2012 Runtime CTP from following url...
http://www.microsoft.com/en-in/download/details.aspx?id=27230
I had same problem but it solved after install the above...
Thanks...
I had the same problem for months, one machine cat v.11 installed (manually by adding some components) and another had v.10 (from the ms framework itself), when I did the publish from my machine, it gave the error.
here is how I fixed it,
In Nuget, there are 2 packages,
Microsoft.ReportViewer.Windows (Microsoft.ReportViewer runtime 2012) and
ReportViewer.Common 10.0
I installed them both, now its working quite all right
Open project properties Alt+Enter.
Click on publish tab.
Click on prerequisites select Microsoft visual studio report viewer.
visit this website for more detail
https://msdn.microsoft.com/en-us/library/ms251723.aspx