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

useSfdxCli: true is incompatible with VBT version 1.17.1 #584

Closed
lpsouzalima opened this issue Apr 13, 2023 · 1 comment
Closed

useSfdxCli: true is incompatible with VBT version 1.17.1 #584

lpsouzalima opened this issue Apr 13, 2023 · 1 comment

Comments

@lpsouzalima
Copy link

After updating the VBT version from 1.16.0 to the most current one, we started to receive error when deploying omniscripts.
In the Job file, we use the parameter useSfdxCli: true. When we remove this parameter the error no longer occurs.
We updated SFDX to the latest version and the problem continued to occur when keeping the parameter in the job file.

Error:

Deploying generated LWC components Using sfdx cli Running source:convert Error: Error parsing stdout at _run (C:\Users\luiz.felipe.cunha\AppData\Roaming\npm\node_modules\vlocity\lib\sfdx.js:11:9) at _sourceConvert (C:\Users\luiz.felipe.cunha\AppData\Roaming\npm\node_modules\vlocity\lib\sfdx.js:28:9) at run (C:\Users\luiz.felipe.cunha\AppData\Roaming\npm\node_modules\vlocity\lib\sfdx.js:37:10) at module.exports.DataPacksJob.deployJob (C:\Users\luiz.felipe.cunha\AppData\Roaming\npm\node_modules\vlocity\lib\datapacksjob.js:2796:23) at async module.exports.DataPacksJob.doRunJob (C:\Users\luiz.felipe.cunha\AppData\Roaming\npm\node_modules\vlocity\lib\datapacksjob.js:339:9) at async module.exports.DataPacksJob.runJobWithInfo (C:\Users\luiz.felipe.cunha\AppData\Roaming\npm\node_modules\vlocity\lib\datapacksjob.js:293:9) at async module.exports.DataPacksJob.getDiffsAndDeploy (C:\Users\luiz.felipe.cunha\AppData\Roaming\npm\node_modules\vlocity\lib\datapacksjob.js:3101:9) at async module.exports.DataPacksJob.doRunJob (C:\Users\luiz.felipe.cunha\AppData\Roaming\npm\node_modules\vlocity\lib\datapacksjob.js:349:9) at async module.exports.DataPacksJob.runJobWithInfo (C:\Users\luiz.felipe.cunha\AppData\Roaming\npm\node_modules\vlocity\lib\datapacksjob.js:293:9) at async module.exports.DataPacksJob.runJob (C:\Users\luiz.felipe.cunha\AppData\Roaming\npm\node_modules\vlocity\lib\datapacksjob.js:95:26) Back to Ready Deploying Vlocity Deploying generated LWC components Using sfdx cli Running source:convert Error: Error parsing stdout at _run (C:\Users\luiz.felipe.cunha\AppData\Roaming\npm\node_modules\vlocity\lib\sfdx.js:11:9) at _sourceConvert (C:\Users\luiz.felipe.cunha\AppData\Roaming\npm\node_modules\vlocity\lib\sfdx.js:28:9) at run (C:\Users\luiz.felipe.cunha\AppData\Roaming\npm\node_modules\vlocity\lib\sfdx.js:37:10) at module.exports.DataPacksJob.deployJob (C:\Users\luiz.felipe.cunha\AppData\Roaming\npm\node_modules\vlocity\lib\datapacksjob.js:2796:23) at async module.exports.DataPacksJob.doRunJob (C:\Users\luiz.felipe.cunha\AppData\Roaming\npm\node_modules\vlocity\lib\datapacksjob.js:339:9) at async module.exports.DataPacksJob.deployJob (C:\Users\luiz.felipe.cunha\AppData\Roaming\npm\node_modules\vlocity\lib\datapacksjob.js:2855:13) at async module.exports.DataPacksJob.doRunJob (C:\Users\luiz.felipe.cunha\AppData\Roaming\npm\node_modules\vlocity\lib\datapacksjob.js:339:9) at async module.exports.DataPacksJob.runJobWithInfo (C:\Users\luiz.felipe.cunha\AppData\Roaming\npm\node_modules\vlocity\lib\datapacksjob.js:293:9) at async module.exports.DataPacksJob.getDiffsAndDeploy (C:\Users\luiz.felipe.cunha\AppData\Roaming\npm\node_modules\vlocity\lib\datapacksjob.js:3101:9) at async module.exports.DataPacksJob.doRunJob (C:\Users\luiz.felipe.cunha\AppData\Roaming\npm\node_modules\vlocity\lib\datapacksjob.js:349:9) Finalizing Deployment

@AllanOricil
Copy link
Contributor

@lpsouzalima create a public repository and add the steps to reproduce the error in a README. Include the environment details so that I can reproduce the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants