Murillo, Sergio
- Total activity 174
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 93
Articles
Recent activity by Murillo, Sergio-
Signals Notebook: Adding large attachments to materials/assets over API
Details: The following endpoint has a string length limitation when adding attachments to fields: {baseURL}/api/rest/v1.0/materials/{eid}/properties?force=true {status: '400', code: 'BadRequest...
-
CBOE: Data Loader shows error message "Object cannot be cast from DBNull to other types"
When importing from an SD file, an error may be returned from the Data Loader log: "Object cannot be cast from DBNull to other types" This usually indicates there is a mismatch between the save...
-
Signals Notebook: Fetch Primer Sequence using API
Simply fetching the asset eid will not provide the Primer sequence. In order to fetch the sequence, use the following endpoint: /materials/{eid}/properties And include the enrichSequence=true p...
-
CBOE Web Registration 21/22 : Missing Created or Modified dates will result in error during duplicate resolution
During duplicate resolution, records that were created with no Created or Modified date will show the following error when performing duplicate checking against them: This can happen with lega...
-
Signals Notebook: Attempting to create an entity through the API by referencing a template that hasn't been shared with the API user will results in a 404 error
When creating an entity through the API, the API user may reference a template eid that hasn't been shared with that user or their group. This will return the following error: { "errors": [ ...
-
Signals Notebook : Manage Access to Requests/Tasks
By default, when creating a Task, access is inherited from the parent entity. If your security policy does not include rules for Requests, Tasks created from Requests may not be have the expected...
-
CBOE & ELN : When implementing Azure Authentication, usernames on ELN/CBOE and Azure must match
After implementing Azure authentication, the system will use the username from ELN or CBOE to generate a UPN (User Principal Name) based on the domain configured in the SSO configuration files. ...
-
CBOE 21.1 & 22.1: CDXMLToImage test may fail
Details: After installing or upgrading to CBOE 21.1 or 22.1, the test of the CDXMLToImage service may return an error instead of a structure: To ensure the service is configured properly: go to ...
-
Signals Notebook: Search Materials using ChemScript python library
You can use the ChemOffice ChemScript library for python to search structures on the SNB API. ChemScript 22 supports python 3.9 and 3.10. The following query will search through a Materials lib...
-
Signals Notebook: The version number is not supported when executing API request
When executing an API request to an incorrect API version in the URL, the following message will be returned: { "errors": [ { "status": "400", "code": "I...