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

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.

Related

Where can I download Rational Application Developer (RAD) 7 and WebSphere Application Server (WAS) 7?

I have been searching for RAD 7 and WAS 7 from IBM but could not find the relevant installers. I have an application that requires this version and I still have not been able to open it. I clarify that I need the specific version and not a different one (Neither previous nor superior).
I am grateful if you can tell me where I can download the versions of the indicated applications, no matter if they are the test versions or they are housed in unofficial repositories.
What operating system does your application run? For Linux use these PARTNUMBERS CZ0KHML.zip
Download 2 of 9:
WebSphere Application Server V7.0 for Linux on PowerPC, 32-bit, Multilingual
C1G03ML.tar.gz. C1G03ML

In Eclipse "WSO2 Enterprise Integrator 6.4.0" server missing to add

I was trying to add a server by clicking in the Servers view on "No servers are available. Click this link to create a new server...":
...and choosing the server that were available in a list. However, among the list the server I wanted to install was not to be:
.
Earlier, I downloaded the binary version of it found at https://wso2.com/integration/previous-releases/ and installed it at C:\Program Files\WSO2\Enterprise Integrator\6.4.0 as per recommendation of the product's guide.
My question is that why is there no WSO2 Enterprise Integrator 6.4.0 in the "New Server" window and how do I make sure that it appears?
This server option comes in the tooling by default and you don't need to install anything. It seems you have a tooling which was released with EI 6.3.0 product release. From here https://wso2.com/integration/tooling/ you can downlaod the latest tooling and it will have servers defined till 6.5.0 also it has an embedded server for testing purposes.
Thanks
Nirothipan
You are not getting the WSO2 Enterprise Integrator (EI) 6.4.0 as you have the EI Tooling 6.3.0 version. You can use the WSO2 EI 6.3.0 option from the available server list in your tooling distribution and point to a WSO2 EI 6.4.0 server home directory. It will work the same way.
However, it would be better if you can use the newest release as it has many improvements over the time.

SCCM 2012 R2 client deployment

I just installed SCCM 2012 R2 (thx Internet for tips) on a 2012 R2 server and i have a new problem to solve.
How can i deploy correctly agents on all clients of my lab ? 'cause when i click on "Install client" everything's good i can finish the installation but i see any changes on the Console Configuration Manager and on my server (i tried to install just on one server).
I tried to reboot all my servers, to change my installation mode :
"Allow the client software to be installed on domain controllers"
"Always install the client software"
"Install the client software from a specified site"
No change...
If someone has a tips for me to solve this problem i'll be recognizing.
Thx
Based on your description, you want to install Configuration Manager clients by using Client Push Installation.
First, you need to add an user account to install client.
Then you Install Configuration Manager clients using Client Push Installation Wizard.
On the server side, The ccm.log records client push installation activities.
On the client side, if the ccm.log not report error, after few minutes when you login to client machine and look at the process tab in task manager you will see the ccmsetup.exe is running.
You can view the ccmsetup.log file on the client machine to check the log messages and monitor the client installation process.
When the installation is finished, you can see the Configuration Manager icon in the Control Panel.

IBM Worklight 6.2 Development Server Stops Automatically

I am currently working on IBM Worklight 6.2 in eclipse IDE. My problem is that when I put my PC in idle state for 5 to 10 minutes, Worklight server stops automatically. I don't know the reason. Is this a feature? Is there any way to disable it?
My only suggestion here is to not allow the PC to enter "idle mode".
Go to Control Panel, then to Power Management, there choose "never" near "system on idle". This will differ a bit depending on the specific Windows OS version.

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