Adobe Experience Manager 6.4 - installing Magento 2 connector - integration

Could anyone help me with installing Magento 2 connector for AEM?
Instruction on official site is very simple - official guide.
I don't know where to start with it.
In general I'm trying to integrate (for practice) Magento 2 with AEM to look how it works, find benefits.

Download and install this Package in package manager: updated package for AEM Magento Integration.
After that follow the steps below to import the catalog:
Goto AEM navigation screen, click on "commerce" > click on "Catalogs".
Create folder magento, goto magento folder.
click on create, then "Import Blueprints".
Select Magento from Importer.
Enter server URL(not admin URL), admin username, password, write and name for catalog and write "we-retail" in theme.
Click on import.
Catalog will be imported.
To import products follow below steps:
Goto AEM navigation screen, click on "commerce" > click on "Products".
Create folder magento, goto magento folder.
click on create, then "Import Products".
Select Magento from Importer.
Enter server URL(not admin URL), admin username, and password.
Click on import.
Catalog will be imported.

Related

Page not found with POST request in the django's admin when i click any of the save button in Production environment

At first, I tried installing MySQLclient via the terminal in a shared hosting platform only to get GCC permission denied, I contacted the admin pertaining the domain but to no assistance. I decided to use SQLite instead, everything worked fine, to my surprise no migrations were requested. Now when I wanted to add a product in the django admin page, when I click the save button I get an error that page not found with request Post. Everything works fine in development also when i request the same page while online in the admins page it loads fine. Kindly help
Here is the gcc permission denied
Got this error when i tried pip install mysqlclient in cpanel terminal
Here is the the product page at the admin
This is the product page while at the admin page
Here is the error when i click any of the save buttons
This the error i get when i try to save the product by clicking any of the save buttons
I escaped gcc permission denied by installing django 2.1 and followed this Error loading MySQLdb Module 'Did you install mysqlclient or MySQL-python?' worked for me but now the problem is when i add a product with an imagefield i get page not found with request post

Hybris Commerce & Hybris DataHub integration

I will install DataHub for the first time. I am trying to integrate Hybris Commerce 6.5 and Hybris Datahub. I established hybris commerce 6.5 and mysql 5.7.17.
I initialized the hybris commerce. Eveything is ok.
How can I integrate DataHub into it?
There are several steps to do this but in a nutshell you will need to do the following. These steps can be referenced on the Hybris Wiki or Hybris Help website for more details.
1) You need to enable the Data Hub extension in Hybris in the localextensions.xml file.
<!-- Data Hub extensions -->
<extension name='datahubadapter'/>
<extension name='datahubbackoffice'/>
After running a build and starting Hybris this will expose a Hybris adapter API endpoint for Data Hub. For example: http://locahost:9001/datahubadapter
2) You then need to go to Hybris HMC and create a service user that Data Hub can use to authenticate with Hybris. In my case I created a user called datahub-user within the admingroup. There may be a more proper group to put it in.
3) Then you will need to setup Data Hub with Tomcat. This can be found on the Hybris Wiki or Hybris Help website. Within the Data Hub local.properties file you will need to add the following properties to connect to Hybris.
targetsystem.hybriscore.url=http://YOUR_HYBRIS_HOSTNAME_OR_IP:9001/datahubadapter
targetsystem.hybriscore.username=datahub-user
targetsystem.hybriscore.password=YourSetPassword
4) After starting Hybris and Data Hub you will need to initiate the connection to Data Hub from Hybris. This can be done from the Hybris HMC. On the left menu of the HMC expand "SAP Integration" and then click "SAP Administration". You will see a button labeled "Start Upload". This will initiate the connection of Hybris and Data Hub.
Depending on your business needs there are other steps to consider such as setting up the Mapping Sales Areas to Catalogs in the SAP global configuration area in the HMC and setting up the inbound directory paths if you storing products in SAP Material Master.
Further Reading On Data Hub Setup:
https://help.hybris.com/6.5.0/hcd/8ba79fcc86691014a83e8530484d3892.html
I found the solution.
Step 1 :
https://blogs.sap.com/2017/03/14/hybris-sap-integrations-part-1/
Step 2 : 
https://blogs.sap.com/2017/03/20/hybris-sap-integrations-part-2/
I will suggest to use recipe installer.
Go to platform directory and run below command
. ./setantenv.sh (For Mac)
setantenv.bat (For Windows)
Goto Hybris installer directory and run below command
Note: You will find installer directory inside hybris directory
./install.sh -r sap_som_b2b (for Mac)
install.bat -r sap_som_b2b (for Windows)
Copied from:
https://www.queshub.com/how-to-install-sap-hybris-using-recipe-installer-

I have installed Magento ver. 1.9.2.4 on live server but unable to integrate payumoney in system/configuration/payment method

I have installed Magento version 1.9.2.4 and as per the PayUMoney documentation, I have pasted the "payu" folder into respective folder but still not able to see "payucheckout" tab in system/cofiguration/sales/payment method.
Why is this happening?
"Merge the files and folders in the PayUMoney module with the Magento module. In other words,
copy the end files/folders in the integration kit sent to you manually according to the files and folder
structure. For e.g.; the payu folder (path - app/code/community/payu) in the integration kit is
pasted in the following directory in the Magento folder – ww/magento/app/code/community/."
Merge Payu kit in magento root folder, clear cache and login again,
Enable module from here :
configuration -> payment method -> Payu checkout
Payu option will visible on checkout.
For test you can use details in admin:
Merchant Id: gtKFFx
Salt : eCwWELxi

SSIS - Deploying package to file system

I've had to edit an already deployed package on a SSIS server on my computer. I now wish to deploy this package back to this server which is located in (from SQL Server Management Studio) serverName > Stored Packages > File System > packageName.
However, I don't know how to do so, and I've been trying to follow this https://technet.microsoft.com/en-us/library/ms140117(v=sql.105).aspx, under the "To deploy packages to file system" section but to no avail.
I remoted in to the server but I can't find this "deployment folder" in order to run the manifest file. Can anyone help me out here? Thanks!
I've managed to fix my problem as all I had to do was build the package on Visual Studio BIDS, by right clicking the project on the Solution Explorer on the right hand side and selecting Properties. I then clicked on Deployment Utility on the pop-up window and set the CreateDeploymentUtility to True. I then clicked OK.
I then right clicked on the project in the Solution Explorer again and clicked on Build in the pop-up drop-down menu.
After it was successfully built, I logged in to the Integration Services server on SQL Server Management Studio, and then navigated to Stored Packages > File System in the Object Explorer and right clicked on File System and clicked Import Package.
In the pop-up window I selected File System in the Package location field, and browsed and selected the built package located in the my project folder\bin\Deployment. I left the Package name field as the same as the original package and then overwrote the original package after clicking OK in the window.

Moving a web methods folder into webMethods?

I had to switch computers at work and my WEBMethods project was not moved to the new computer. After installing WEBMethods we noticed that my project had not been copied over.
So I went in to the laptop and found the folder that contains the webmethods project.
I copied all of the files in that folder along with the folder name to my new computer.
I know want to import that directory to WEBMethods (I noticed WEBMethods stores all of the information in a huge, huge XML file)
This is the folder that contains all of my files for this specific project.
Question: How can I get it moved into WEBMethods?
Here's an easy way to move your package:
1) Login to the webMethods administrative web console
2) Navigate to Packages > Management. You'll see a list of all the packages on your integration server.
3) Identify the packages related to your project and for each package click on
4) On the "Archive" setup page, leave everything as is except for the archive name. Name it to something you'll easily recognize.
5) At the bottom of the "Archive" setup page, click on the "Create Archive" button. This will create a zip file in the following folder
IntegrationServer\replicate\outbound
6) Copy the zip file to the new computer at the following location:
IntegrationServer\replicate\inbound
7) In the webMEthods administrative web console of the new computer, navigate to Packages > Management and click on the "Install Inbound Releases" link.
8) Select the zip file in the select box
9) Click on "Install release".
While copying packages it is always recommended to export the package and load it to new location. You can either use the Administrator Page to get the package or in case if you dont have Administrator access, then in that case you can use your developer/ designer to get the package. Follow below steps:
Select the package you want to move.
For Developer, click on File Menu(top left corner)>Export option to save the package on your current system.
For Designer, right click on the package you want to move. Select Export from Server option and save the package on your current system.
The package is now saved as a ZIP file. Copy the ZIP file to the new system.
In your new system, place the ZIP file to- IntegrationServer\replicate\inbound folder.
Open webMethods Administrator page and Select Packages>Management option. Click on Install inbound Releases Link.
Select the package name from dropdown and click on Install release.
In case you dont have Administrator access, you can pass the zip file to the person who has the access and they can follow the steps 5 to 7
If your package exists on an accessible server(A server you can login from your current machine), then open the server session in which the package exists. Also open the server where you want to place the package in the same Developer/designer. Using this way you can simply copy the package from one server and paste to other.
But while using this, make sure that dependent packages if any, exists in the target server.
Its always better , if you create the Release. Go to Publish link and create the full Build or patch.whatever you want, add the subscription to it and send it to remotes system via clicking send release link.