Current feature pack which is installed in WCS - websphere-7

Is there a way to find out the current installed feature pack and fix pack version in WCS?
The versionInfo.bat does not give me the sufficient information related to it!

Your versionInfo.bat should tell you that:
in the section Installed Products you should see something like this:
Installed Products
----------------------
Name IBM Websphere Commerce
ID 7.0.0.6
Build Level wc.toolkit.be
(...)
the 4th number of id is the fix pack number in this case is FixPack 6
if you have installed Feature pack you should see another Installed Product section below:
Installed Product
------------------
Name IBM Websphere Commerce
Version 5.0.0.0
ID wc.fep5
(...)
that is the 5th Feature pack installed
If you have none of this that means that you have no fix or feature pack installed

You can also see the versions of installed packages using
Start->All Programs-> IBM Installation Manager->View Installed Packages.
or
using this file
C:\ {IBM RAD Installed Path}\IBM\Installation Manager\installed.xml

Related

NReco.PdfRenderer : Paid version will support?

I use this package in our project for PDF to image convert . now using free version but this showing watermark on Image.
I want just conformation form your end. if I purchased the package then it's removed water mark ?
My project in dotnet core 3.1 And
docker container , Linux based,
I have installed this package from nuget package manager.
Please confirm me. Paid version will support ?
and can share sample code how use license in code .

I can't run/debug Azure Function project in VS2017 using Windows 10 Enterprise

Whenever i try to run/debug an Azure Function project in Visual Studio 2017 i get an error stating that i need .Net Framework 4.7.1 (which i can't install due to have preinstalled windows 10 Enterprise in my working machine by company policy),I'm using Azure Functions and Web Tools Extension version 15.0.40608.0, anyone can help me with a workaround on this matter ?
If you got exactly this error message
The reference assemblies for framework ".NETFramework,Version=v4.7.1" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. ...
You can try to change your target framework to a version you have installed, like the error suggests.
Right click on your project, Edit FunctionProjectName.csproj, find <TargetFramework>net471</TargetFramework>, change it to the version installed, like net461.
If you can't run this project correctly on lower version of .Net Framework, as rickvdbosch says, it might be required to update your Windows and install the SDK or modify your code to make it compatible on lower version.

Can't update hot tuna ios dialog support to version 3.5

When I try to update or to install dialog support package I get the error:
Could not install package 'MvvmCross.HotTuna.Touch.Dialog 3.5.0'. You are trying to install this package into a project that targets 'MonoTouch,Version=v1.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
The issue is you are still targeting the old 32 bit only iOS api (the MonoTouch.dll). All apps being written for the store must support 64 bit and 32 bit (Xamarin.ios.dll).
You can I believe get a build of mvvmcross 3.5 that will support the old apis, but I'd look at upgrading your project to support the new iOS apis. Xamarin produce some good docs here: http://developer.xamarin.com/guides/cross-platform/macios/32-and-64/.
This goes without saying but make sure you have everything in source control first before upgrading just in case. Once you have upgraded you should upgrade all mvvmcross components to 3.5

InstallShield minor update - remove previous version

New to InstallShield, I've built a setup project and used the setup file to deploy my app.
Now I need to update the app, here is what I've done:
Increment product version (I tried major minor and build).
generate new upgrade code.
build the setup project.
The installer refuses to install the app because "Another version of this product is already installed...".
How can I get InstallSheild to remove that other version?
Thank you
You should:
Go to "Organize your setup -> Upgrade paths"
Right-click on Upgrade Paths (listed on the left) and then "New Upgrade path"
Now you must select the OLD installation pack, specify details on your own (:
Just in this case, you can increase version on projects (BOTH! In general information on setup, and in Configuration/publish on application)
After increasing, create e new Product Code on General Information (to setup) and build! (:
Hope it helps someone (:
I got the answer: Product code should be changed instead of upgrade code and the assemblies' file version must be incremented as well.

How can I check the version of a Liferay instance?

I have several instances of Liferay Portal (bundled with Apache Tomcat 5.5.x/6.x) and I need to know how to check the version of those Liferay instances.
Thanks in advance.
As an administrator, go to:
Control Panel -> Configuration -> Server Administration
The version is in the information banner at the top of the "Resources" tab.
You can also check that information in the console log when starting up the server or checking the the headers of a HTTP request
Look at class com.liferay.portal.kernel.util.ReleaseInfo located in tomcat/common/lib/portal-kernel.jar. There is a bunch of static methods for this purpose. You will find the following property: static String version.
If you can get the database, which is one:
select * from Release_;
there is a column called buildNumber, it can have a value like 6005 or 5203
The other way, with the apache tomcat startup, you will see in the catalina.out log file:
Starting Liferay Portal Community Edition 6.0.5 CE (Bunyan / Build 6005 / August 16, 2010)
You can also check Liferay version Using Chrome Web tools
In the enterprise edition, in addition to the installed package (Dima's answer) you can update Liferay using service packs. Here is how to know what service pack level you have installed:
cd $LIFERAY/patching-tool
./patching-tool.sh info
It will show something like this:
Loading product and patch information...
Product information:
* installation type: binary
* build number: 7010
* service pack version:
- available SP version: 5
- installable SP version: 5
* patching-tool version: 2.0.6
* time: 2018-01-31 08:37Z
* plugins: Demo 201802, Space 1-2 Columns 50/50 Limited, Space 50/50 Width Limited, Space Program, Space Program Theme
Currently installed patches: de-30-7010
Available patches: de-22-7010, de-30-7010
Detailed patch list:
[ -] de-22-7010 :: Currently not installed; Won't be installed: de-30 contains the fixes included in this one :: Built for LIFERAY
[*I] de-30-7010 :: Installed; Will be installed. :: Built for LIFERAY
The important line is Currently installed patches: de-30-7010.
Then you know that you have Service Pack 30.
In plugins->build.properties.At bottom line of tht file ,we have a property called lp.version
which contains liferay version as lp.version=6.0.5
Hope it helps!!

Resources