how to do data migration from Joomla to WebSphere Portal? - websphere-portal

we current having a project that need to use data migration from joomla to WebSphere Portal.. but i can't find any resource on how will I'll do it. Can anyone help me??
https://docs.joomla.org/Planning_for_Migration
i only found this reference but it on how to migrate to another server not into websphere portal
http://pbwebdev.com/blog/migrating-joomla-websites-to-a-new-server
can anyone give me more reference on how to do data migration from Joomla to WebSphere Portal?

If your able to keep the Joomla server around I would use the WAI integration to pretend it's a portlet/page on websphere portal.
Otherwise it could be quite painful to port.
More details on WAI

Related

How can I connect my SQL Server database that is placed on another server using API or Web Service in MVC to website that is on a different server

I uploaded my website to GoDaddy web hosting and the database is placed on another server.
I want to create an API - either REST or SOAP - to connect my web site with my SQL Server database.
I need help - how can I create an API in ASP.NET MVC 5 so that I can connect my database with my web site? Kindly provide me with a link or code so that I can solve my issue.
I have never worked on API before - any help will be much appreciated.
ASP.NET MVC is now old school. Try ASP.NET Core.
You need to design and develop an N-Layered application: Data, Service and UI.
It doesn't matter where the database server is sitting, as long as your WebAPI can connect to it.
I suggest you build a restful web api with asp.net core :
https://learn.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore-3.1&tabs=visual-studio
Put your db connection string in the app settings file.
Although you use other database server, it doesn't matter. You just need to make sure you check your connection string and point it to your database server. For publishing method, it is same, you can use FTP or Visual Studio
Please open your project with Visual Studio tool
On the Solution Explorer windows (which is normally located on the top right hand corner of the VS tool), right click your project and select Publish
Please kindly publish it to a local folder, such as C:\Project
Please just upload whatever files/folders you see on C:\Project to your server via FTP
If you have any problems, you can contact your support team
You can get the Reference from
Sample_WebAPI_Project ,
instead of Using List created you can create Database Connection and get data from Database

Error configuring the RAD WAS Portal runtime for a new server instance

I have installed IBM Rational Application Developer version 9.1 from the installation media. The media launches and installs the IBM Installation manager and I've selected the RAD 9.1 package for install. Among the options, I've requested that the "WebSphere Application Server v8.5" be installed, as well as the "WebSphere Portal Server v8.5" and all the options underneath.
Once I launch RAD, I go to the server tab (as instructed by the IBM Portal Developer course) and attempt to create a new WebSphere Portal server. The server wizard wants to know where the installation directory of the server runtimes are located for both WAS 8.5 and Portal 8.5.
For WAS this is simple, I point to the profile "AppSrv01" at the following location:
C:\Program Files\IBM\SDP\runtimes\base_v85_stub\profiles\AppSrv01
For the Portal Server, I assume there would be a default profile created, but there is not. There are several directories inside the stub directory, but no profiles. The best I can do is provide the following location:
C:\Program Files\IBM\SDP\runtimes\portal_v85_stub
Seems straightforward right? It complains of the following problem:
The Portal Server installation directory is not correct
Am I missing something here? Are there fix packs I need? Is the portal server runtime included with RAD 9.1 not enough to create and use a local portal server? DO I need to simply create a profile and if so where is the tool needed to do so? (I really really wish someone from IBM would explain this to me and how I am supposed to be indicated to the correct course of action)
IBM is, as usual, being very straightforward and easy to use/understand. Does anyone have any ideas about how I am supposed to proceed? The IBM Developer course that was bought and paid for assumes this step already and before you suggest it, yes I've already sent and am awaiting a response from the organization I am taking the course from.
Not sure I'm getting your description right. From what I can see, you installed RAD using IM from a media. Also, you selected WebSphere Application Server development tools and all underneath it as well as WebSphere Portal development tools.
These development tools options are stubs only, not the actual servers. With this I mean that they're useful for development and compiling purposes only, but not for deployment and testing because they are not the actual servers.
Here is the part that I don't understand. In the media that has IM and RAD, does it also have WebSphere Application Server and Portal Server available for installation? If not, then you need to get them and install them and then your can create the servers pointing to the install location of both servers in RAD. Once you do this, you can use RAD to create the profiles.
Hope this helps.
A few things, Install portal by itself and DO NOT install to a C:\Program Files make it something short like c:\IBM\WebSphere
it sounds like only portal stub got installed, did you have the portal media available as well.
If you install it using the same installation manager, RAD will be able to find it

Publish WinForms application on remote server

I want to publish my WinForms Application on remote server to enable web installation for the application.
I need some relevant information how to configure IIS 7.5 web site to enable publishing by VS2012. I've found some links but it mostly about publishing web application and as I could understand the process is different in some points.
Where I could find information for the configuring IIS web site?
Are you referring to a ClickOnce application?
If this is the case, you simply need to have write access to where it is going to be deployed, and users need read access.

how to Export wordpress database from web matrix

I have WebMatrix version 1. I made a WordPress site and now it's time to publish it. From what I've read, the best option is to publish the site from web matrix using the web deploy option. But my hosting (godaddy) doesn't support this feature. So I have to upload my site via FTP.
The problem is that I don't know how to export the databse from my webmatrix to my hosting.
From reading some posts, I think the best option is to use phpMyAdmin, but I couldn't install it on my computer.
Is that the easiest way to expot my database?
And if that is the best option, can anybody explain me how to install phpMyAdmin on my computer.
Thanks a lot
Gonzalo
Use the plugin http://wordpress.org/extend/plugins/portable-phpmyadmin/ to run phpmyadmin and export the database without actually installing phpmyadmin on your PC.

getting started with weblogic portal 11g

I'm a Vietnamese Developer, and have just getting started with weblogic portal 11g. So, i hope you give me some guide:
I install weblogic portal on my machine, and create a domain. When i started this domain by /startWeblogc, i see a only Admin Console site at localhost:7001/console but not a basic portal site (like MS sharepoint..). Do you thing i miss something or it is the way of weblogic: if i want a portal, i must create one from scratch.
Thanks very much,
Yes, you see only the OOTB admin console.
You have to actually develop your portal using Weblogic Workshop
See the docs for more
http://download.oracle.com/docs/cd/E13218_01/wlp/docs100/portals/wizards_and_setup.html#wp1014123

Resources