How to integrate Gigya with e-commerce? - sap-commerce-cloud

Im trying to integrate the Customer Data Cloud (Gigya) with Hybris 1905, Where I already installed the gigyaAddon, and gigyabackoffice for the project using the Gigya Documentation. When in the tutorial they open the backoffice it has more options than my backoffice, like Customer Data cloud (Gigya) users or Customer data cloud (Gigya) Raas Configuration. Did I miss something, should I install magento to get those filds, Also When I give the information and press Next I get the following error: "Could not resolve qualifier [gigya Global Advanced]", Why is this happenning ? Thanks for the help.
UPDATE:
When Installing following the SAP tutorial, I found that they told you to configure a session managment, but Im not getting that field with backoffice.... Is that neccesarily to create a connection with Gigya?, Do I have a listener for login events out of the box that I can use?

For support of SAP Commerce Cloud versions 1811 and above (e.g., 1905), use the native connector that is built-in to SAP Commerce Cloud, for additional information see: https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/1811/en-US/4fc06a3539a940e6b707c0c543d44053.html
You should not be installing the stand-alone GConnector for use with that version of Hybris/Commerce Cloud.

Related

Accessing Project asset using Project_lib on cloud notebook in IBM Watson Studio

using the code:
import project_lib
project = project_lib.Project()
I tried to use the module "project_lib" in the IBM cloud Pak for data notebook but got the error:
"RuntimeError: Failed to GET project, status: 401".
The package is for accessing the assets (i.e. files) of my projects.
I tried to ask questions on IBM's website or customer services but could not find any valid solution yet. Any help will be much appreciated.
Thanks
You need to pass the parameters project_id and access_token into the Project function to make it work.
from project_lib import Project
project = Project(project_id='YOUR_PROJECT_ID', project_access_token='YOUR_PROJECT_TOKEN')

Azure web app - extension, push and MySQL button cannot click/disabled

I created a web app using Linux and PHP 7.2, build in East Asia.
I want to install Laravel and connect MySQL DB but it's disabling me to click in extension and other button.
I have searched but I can't find a solution to this problem, can someone help me?
Extension option is not supported on Linux app.
About connect to Azure SQL DB, here is the official tutorial you could follow: https://learn.microsoft.com/en-us/azure/app-service/tutorial-php-mysql-app?pivots=platform-linux
About install some module, the best way is writing the install command in workflow or package.json for installing automatically.

How to change Microsoft.Azure.CognitiveServices.FormRecognizer v0.8.0-preview API endpoint to v.2.0.0?

I'm currently training a custom model (manual labeling) using the OCR labeling tool
I noticed the model was stored on the https:///formrecognizer/v2.0-preview/custom/models endpoint.
The Form Recognizer .NET SDK (Microsoft.Azure.CognitiveServices.FormRecognizer v0.8.0-preview) are currently directed to the v1.0.0-endpoint because the model id is not available when I executed a GET request to https:///formrecognizer/v2.0-preview/custom/models and It did exists on https:///formrecognizer/v1.0-preview/custom/models. Does anybody know how to fix this problem without having to implement the REST API manually all over again or waiting for the next version of nuget package to come out?
Any help would be appreciated!
You can check out this website for the code snippets of how to use the v2.0 REST API:
aka.ms/Form-aka.ms/Form-Recognizer/api
The current SDK only supports v1.0 release, but the SDK for v2.0 release is coming soon. Stay tuned.
The new Azure SDK Azure.AI.FormRecognizer preview library supporting Form Recognizer service version 2.0-preview is now available. Details on how to use it can be found in the package README.

programmatically create users in firebase node

With the latest node SDK, I'm unable to programmatically create users as I had done with older versions of firebase. I need this in order to create a pre-populated database for testing purposes. The node SDK does not support createUserWithEmailAndPassword. Any idea how to programmatically create users or get the uids of users from the db or programmtically sign in as a user with the web client's signinWithEmailAndPassword?
Are you doing your testing with a live firebase instance? It might be better to use firebase-server to do this type of testing: https://firebase.googleblog.com/2015/04/end-to-end-testing-with-firebase-server_16.html
This should make your tests run faster and you won't be reliant on an internet connection.
Most of the client-side auth and user management methods (including creating users) are available in the Node.js environment since the 3.3.0 release of the Firebase JavaScript SDK. The SDK should now be mostly isomorphic, but see my message on another thread here for the full details. Full release notes for that release are here.

I'm a little confused about install OpenNTF Domino API

I need to use FileSilo Project that require OpenNTF Domino API.
But I have some problem to install this fantastic tool.
I have follow the suggest of this blogger
So I have follow this step:
Download the last version of OpenNTF Domino API
Unzip the file
Import Database updateserver.nsf from the zip, into my UpdateSite (se the image)
Install in my Designer from my updatesite.nsf
restart HTTP task
Now I have this problems:
In my Domino Console after I restart the HTTP I see some error
In my Domino Designer I see many error
When I open FileSilo on the web I see another error
Soo am I doing wrong ?
UPDATED
After the #Paul Stephen Withers comment.. I've installed the correct library (updatedesigner.nsf) into my Domino Designer...now FileSilo app show only this two error:
The message on the Domino console about not finding a logging configuration file is fine. It's not an error, just information being logged out to the default log location. That just allows you to use a separate logging config file, outside of the API itself.
It looks like the key issue is the Designer install. Looking at the version number, I think you've installed the plugin from the server Update Site database into Designer.
The separate update site for Designer - updateDesigner.nsf - was needed in order to get typeahead but ensure the plugin for the server was as small as possible.
Because of the different packaging methods, you will need to uninstall from Application management before installing the newer version from updateDesigner.nsf. Note that a problem with DateTime class was identified which is fixed in "OpenNTF Domino API RC2.1.zip".
It looks like the errors on the web may be because it's been built in Designer.
I recently did a video on installing various plugins for your server and designer. Near the end I showed the install of the OpenNTF Domino API. That might be helpful to you.
http://www.notesin9.com/2014/10/21/notesin9-161-designer-plugins/

Resources