cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in ASM Overview: Impossible to retrieve "customer uses"

Former Member
0 Kudos

Hi, I configure the yaas setting inside the local.properties and inside the backoffice.
Local.properties:


 piwik.tracker.url.apparel-uk=http\://apparel-uk.local\:9002/yacceleratorstorefront/events
  piwik.tracker.https.url.apparel-uk=https\://apparel-uk.local\:9002/yacceleratorstorefront/events
  
  eventtrackingwsaddon.events_endpoint.enabled=true
  yprofileeventtrackingws.events_endpoint.enabled=true
  spring.profiles.active=eventtrackingpublisher_develop
  eventtrackingpublisher.jms.amq.broker.url=tcp://localhost:61616
  eventtrackingpublisher.jms.amq.queue.name=HYBRIS
  piwik.tracker.siteid.apparel-uk=apparel-uk

--------------
Impex file for backoffice configuration -------------

  INSERT_UPDATE YaasOrganisation;identifier[unique=true];basePath[unique=true];
  ;trilogedu;trilogedu;
  INSERT_UPDATE YaasProject;identifier[unique=true];yaasOrganisation(identifier);baseSite(uid)
  ;hybrisprofilefm;trilogedu;apparel-uk
  INSERT_UPDATE YaasClientCredential;identifier[unique=true];clientId;clientSecret;pubsubClient;yaasProject(identifier);oauthURL
  ;hybrisprofilefm.profilefm;tbZh0jhdn8Qw7lhJKbyI----;GiBd2ZXORY----;;hybrisprofilefm;https://api.yaas.io/hybris/oauth2/v1
  INSERT_UPDATE YaasService;identifier[unique=true];serviceURL;serviceScope
  ;ProfileClient;https://api.stage.yaas.io/hybris;' '
  ;CxsecuredGraphClient;https://api.yaas.io/hybris/profile-secured-graph/v1;''
  INSERT_UPDATE BaseSite;uid[unique=true];yaasProjects(identifier)
  ;apparel-uk;hybrisprofilefm 
  INSERT_UPDATE BaseSiteServiceMapping;baseSite[unique=true];yaasService(identifier)[unique=true];yaasClientCredential(identifier)
  ;apparel-uk;ProfileClient;hybrisprofilefm.profilefm

---------------
I would like to use the profile integration for a demo about ASM. The interaction with product and category works fine but in the overview of "Customer360" the component customer uses looks empty. When I tried to debug the application I found the object DeviceAffinityData empty and in the SecureGraphClient in the builder of yaas there isn't a DeviceAffinityData node. Someone could help us, please? Thanks

Accepted Solutions (0)

Answers (0)