I have been trying to launch a ML annotator on WKS however each time I run it fails. All documents are complete and submitted. I am attaching a screenshot of the error too. Any help would be greatenter image description here
You have not accepted the annotation.
Navigate to Human Annotation --> select annotation set --> Accept
Now run the ML model.
Related
I am working on Vlocity IDX Workbench, I've configured the repository, source and target.In new project popup window, it is not showing any datapacks. in the logs it shows SOQL error.
Please assist.
enter image description here
There are two errors in the post
SOQL error when connecting with the dev org
Path error when retrieving Salesforce components.
For the 1st error I've not got the solution but as a workaround I am using my Project's sandbox and it is retrieving the vlocity datapacks.
for the 2nd error the solution is,
For the first time we need to retrieve only vlocity datapacks and save it so that sfdx-project.json will be created.
This should be avaliable to retrieve the salesforce components.
please use this link: https://help.salesforce.com/s/articleView?id=000364827&type=1
I have installed acumos clio release.
I am able to onboard sample model, create acu-compose but failing to create pipelines.
I understand there are few ways to create pipeline.
Design studio --> Workbench --> Pipeline --> create pipeline
Has no url text box and when created it throws "Server error", logs suggests , "Malformed URL"
[PFA]
via Home --> Design Studio --> ML Workbench–>Projects --> --> create data pipeline ,
It has URL box, but not sure, what value of URL to input ?
References few Jira : https://jira.acumos.org/browse/ACUMOS-4018
I will recommend you to have a look on https://wiki.acumos.org/
I found this page in which there is a video related to MLWB pipeline :
https://wiki.acumos.org/display/REL/Boreas+Demos
I found this also
https://wiki.acumos.org/display/REL/Clio+Demos?preview=/20546727/26640880/Workbench%20ACUMOS-3251-3465%20-%201001.mp4
Perhaps it exists other demo or videos
When trying to consume data from XML in the project in Quantum Perfecto, I am getting Lexing error. I have attached the scenario with this and the error.
Evern the same error is seen in quantum starter kit project too.
#GettingToKnowYou
Feature: Verify the Borrower can Navigate through Getting To Know You Pages
#GKY #Test
Scenario Outline: Verify Borrower complete Getting To Know You Page
Given User already Signed with "<emailaddress>" and "<password>"
Examples: {'key' : 'blenddata.borrower.dataset'}
You didn't provided details of the editor you are using. This looks like error from editor and not related to quantum project. I hope you will be able to run your test without any issue. You can try using qaf bdd editors.
Furthermore you can start using BDD2 syntax instead of Gherkin. BDD2 is advanced syntax and compatible with most of the gherkin editors. In BDD2 syntax your feature file may look like below:
#GettingToKnowYou
Feature: Verify the Borrower can Navigate through Getting To Know You Pages
#GKY #Test
#key:blenddata.borrower.dataset
Scenario Outline: Verify Borrower complete Getting To Know You Page
Given User already Signed with "<emailaddress>" and "<password>"
In run configuration for feature files which is written in BDD2 you need to use BDDTestFactory2
I want to generate detailed report of failed fields in Selenium webdriver. I want to highlight the field which failed during automation.Please send me the code for that.
javascript is the only way for that. change css attribute of that element. write javascript snippet and run it (JavaScriptExecutor) class. This should highlight the element and then u can take the screen shot.
enter link description here
I am trying to setup DTM to report to Adobe analytics. I have pasted the header/footer code on my page and I see in fiddler that the "page load" and field level tracking is triggering DTM scripts. But I am unable to see anything in my report suite on Site catalyst.
As per DTM documentation, I have altered the AppMeasurement.js to have the report suite ID
var s = new AppMeasurement();
s.account = "myreportsuiteidonsitecatalyst";
/*
============== DO NOT ALTER ANYTHING BELOW THIS LINE ! ===============
Am I missing anything? Please help.
There's most likely an error in your DTM code. You can use the Chrome extension here to troubleshoot your DTM configuration: http://help-forums.adobe.com/content/adobeforums/en/marketing-cloud-forum/adobe-marketing-cloud.topic.html/forum__lkzf-_dtm_switchdt.html.
In addition, there are fantastic videos here which walk you through the setup of DTM and the configuration of the Analytics tool within DTM: https://outv.omniture.com/ (under Dynamic Tag Management)
You also have to have the tracking server information set either in the code editor window or the UI.
This is the problem even I was facing too.
I have analyzed this problem and get something which is very helpful but not able how to rectify this problem.
As you know sitecatalyst set s_vi cookie in our browser which is persistent, with help of this cookie we came to know that reports are reflecting in sitecatalyst reports. But while using DTM s_vi is not getting set in browser and hences no reflection of reprts in sitecatalyst.
I run my pages in Chrome and found that no cookie is being set in that browser but while using IE s_fid is being created subsitute of s_vi when s_vi not able to create.
So something wrong is with this.
you can check your cookie like _satellite.readcookie('s_vi') or _satellite.readcookie('s_fid')