Giter VIP home page Giter VIP logo

Comments (7)

jbachelet avatar jbachelet commented on June 12, 2024 1

Hello @luismiguelferreiraPWC ,

Thank you for posting this issue.
Can you please run the sfdx force:source:deploy -p "./src/sfdc/base" command and give us the error rendered by SFDX?

Thanks in advance!
Jordane

from b2c-crm-sync.

luismiguelferreiraPWC avatar luismiguelferreiraPWC commented on June 12, 2024

Hi @jbachelet ,

Thanks for the quick response.

Errors:
errorLog2

from b2c-crm-sync.

luismiguelferreiraPWC avatar luismiguelferreiraPWC commented on June 12, 2024

Hey @jbachelet

Now I was able to make the deployment with your command, but when I do the command of the documentation I have a new error. Could I still continue with the doc? or this command should be working before I pass to the next chapter?

Error:

ErrorLog3

from b2c-crm-sync.

luismiguelferreiraPWC avatar luismiguelferreiraPWC commented on June 12, 2024

@jbachelet

image

Im getting this error while trying to Extract the Public Key from the KeyStore

from b2c-crm-sync.

jbachelet avatar jbachelet commented on June 12, 2024

Hello @luismiguelferreiraPWC ,

Regarding the issue with the authentication against your dev hub, are you sure you correctly authenticated against the devhub through sfdx?

Regarding the issue with the Keystore, we never had this issue before.
Anyway, the CLI commands basically extract the certificate and the key from the .jks file.
You could also do this manually with command-line commands (thanks to OpenSSL) instead of using our CLI commands.

I'm unable to reproduce both issues by the way, so really hard for me to provide guidance/help on these

from b2c-crm-sync.

luismiguelferreiraPWC avatar luismiguelferreiraPWC commented on June 12, 2024

@jbachelet

I'm not using scratch orgs so do I need devhub?

Regarding the keystore I've tried to follow the doc 3 times in different PCs and I always get the same error.
Could you present me the command-line commands to pass this step?

If you want we could have a call. Probably would be more easy to explain.

from b2c-crm-sync.

luismiguelferreiraPWC avatar luismiguelferreiraPWC commented on June 12, 2024

@jbachelet

I've tried these commands:
Export the .der file

keytool -export -alias sample -file sample.der -keystore id.jks

Convert the .der file to unencrypted PEM (crt file)

openssl x509 -inform der -in sample.der -out sample.crt

Export the .p12 file

keytool -importkeystore -srckeystore id.jks -destkeystore zzhb.p12 -deststoretype PKCS12

Convert the .p12 file to unencrypted PEM (key file)

openssl pkcs12 -in sample.p12 -nodes -nocerts -out sample.key

but didn't work.

Could we have a call or provide the commands to make it work?

from b2c-crm-sync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.