Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] ...Could not create the Create the Order of Behalf Of Anonymous B2C Commerce Customer Profiles.. throwing error. #197

Open
avarma4213 opened this issue Sep 27, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@avarma4213
Copy link

Hi Team,

We almost completed the b2c crmsyn, but failed at the last step, we are running in our non prod staging instance.

PS C:\Users\svanukuru\Desktop\CRM Sync\b2c-crm-sync-1.4.1> npm run crm-sync:oobo:customers:create

b2c-crm-sync@1.4.1 crm-sync:oobo:customers:create
node cli.js crm-sync:oobo:customers:create


CRM-SYNC | v0.9.0 | crm-sync:oobo:customers:create: START

-- Attempting to register the OOBO Customer Profiles for each storefront
┌──────────────────────────────┬──────────┬─────────────────────────────────────────────────────────────────────────────┐
│ Env. Property Name │ Is Valid │ Configured Property Value │
├──────────────────────────────┼──────────┼─────────────────────────────────────────────────────────────────────────────┤
│ b2cHostName │ true │ -na01-.demandware.net │
├──────────────────────────────┼──────────┼─────────────────────────────────────────────────────────────────────────────┤
│ b2cClientId │ true │ b6befbf3-d7d9-44a3-82f5-95aa7db16e5e │
├──────────────────────────────┼──────────┼─────────────────────────────────────────────────────────────────────────────┤
│ b2cClientSecret │ true │ ************ │
├──────────────────────────────┼──────────┼─────────────────────────────────────────────────────────────────────────────┤
│ b2cSiteIds │ true │ ************************ │
├──────────────────────────────┼──────────┼─────────────────────────────────────────────────────────────────────────────┤
│ sfHostName │ true │
********************* │
├──────────────────────────────┼──────────┼─────────────────────────────────────────────────────────────────────────────┤
│ sfLoginUrl │ true │************************ │
├──────────────────────────────┼──────────┼─────────────────────────────────────────────────────────────────────────────┤
│ sfUsername │ true │ ************************ │
├──────────────────────────────┼──────────┼─────────────────────────────────────────────────────────────────────────────┤
│ sfPassword │ true │ ************************ │
├──────────────────────────────┼──────────┼─────────────────────────────────────────────────────────────────────────────┤
│ sfSecurityToken │ true │ ************************ │
├──────────────────────────────┼──────────┼─────────────────────────────────────────────────────────────────────────────┤
│ b2cInstanceName │ true │ ************************ ** │
├──────────────────────────────┼──────────┼─────────────────────────────────────────────────────────────────────────────┤
│ sfHostNameAlt │ true │ ************************ │
└──────────────────────────────┴──────────┴─────────────────────────────────────────────────────────────────────────────┘
┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ B2C Commerce Authentication Token │
├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ gIzlqH_3clCH9vneERk6dURl8Q4 │
└───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
-- Successfully verified the following B2C Commerce Storefronts
┌─────────────────────────┬──────────┬────────────────────┬─────────────────────────────────────────────────────────────┐
│ Site Identifier │ Status │ Storefront │ Site URL │
├─────────────────────────┼──────────┼────────────────────┼─────────────────────────────────────────────────────────────┤
│ jennycraig-us │ 200 │ online │ /s/-/dw/data/v21_3/sites/jennycraig-us │
├─────────────────────────┼──────────┼────────────────────┼─────────────────────────────────────────────────────────────┤
│ jennycraig-ca │ 200 │ online │ /s/-/dw/data/v21_3/sites/jennycraig-ca │
├─────────────────────────┼──────────┼────────────────────┼─────────────────────────────────────────────────────────────┤
│ jennycraig-nz │ 200 │ online │ /s/-/dw/data/v21_3/sites/jennycraig-nz │
├─────────────────────────┼──────────┼────────────────────┼─────────────────────────────────────────────────────────────┤
│ jennycraig-au │ 200 │ online │ /s/-/dw/data/v21_3/sites/jennycraig-au │
└─────────────────────────┴──────────┴────────────────────┴─────────────────────────────────────────────────────────────┘
-- Verifying / creating the OOBO Anonymous Customer records for these B2C Storefronts
C:\Users\svanukuru\Desktop\CRM Sync\b2c-crm-sync-1.4.1\lib\cli-api_common_createOOBOCustomerDisplayOutput.js:36
['login', customerProfile.credentials.login],
^

TypeError: Cannot read properties of undefined (reading 'login')
at module.exports (C:\Users\svanukuru\Desktop\CRM Sync\b2c-crm-sync-1.4.1\lib\cli-api_common_createOOBOCustomerDisplayOutput.js:36:47)
at C:\Users\svanukuru\Desktop\CRM Sync\b2c-crm-sync-1.4.1\lib\cli-api_b2cOOBOCustomerCreate.js:221:44
at processTicksAndRejections (node:internal/process/task_queues:96:5)
PS C:\Users\svanukuru\Desktop\CRM Sync\b2c-crm-sync-1.4.1>

Thanks,
Ashok

@avarma4213 avarma4213 added the bug Something isn't working label Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant