-
Notifications
You must be signed in to change notification settings - Fork 29
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
Issues connecting to some of the online content providers. #40
Comments
These resources require a subscription: Krames Staywell: Server IP address could not be found. MicroMedex: Unable to authenticate the user with the provided credentials. Clinical Key: www.elsevier.com refused to connect. The others are failing to load in an iFrame due how the XSLT is configured. We can change this by updating your XSLT or having you switch to a different one. |
Which would be easier to perform? Updating or changing the XSLT? Can you provide instructions on how to update / change the XSLT? |
Easiest would be to change the XSLT you’re using by changing the following request parameter to: xsltTransform=Infobutton_UI
From: DSSUSER <notifications@github.com>
Reply-To: logicahealth/InfoButtons <reply@reply.github.com>
Date: Monday, January 4, 2021 at 10:32 AM
To: logicahealth/InfoButtons <InfoButtons@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: Re: [logicahealth/InfoButtons] Issues connecting to some of the online content providers. (#40)
Which would be easier to perform? Updating or changing the XSLT?
Can you provide instructions on how to update / change the XSLT?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#40 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AA7KXWMPZXGRUQQWHMJOETDSYH3SJANCNFSM4VOXJKRQ>.
|
I made the following changes, but I do not see any difference: ../oib-site-lite-ui/app/tools/toolsController.js From: xslt = '&xsltTransform=' ../oib-site-lite-ui/app/tools/OpenInfobuttonDemo.html From: var xslt = '&xsltTransform=' + getXslt(organizationOID); Please let me know if these were the correct files to change, and whether the entry I changed, was the correct entry. |
I forgot you also need to get the updated stylesheet. Andrew, is the new stylesheet on GitHub?
From: DSSUSER <notifications@github.com>
Reply-To: logicahealth/InfoButtons <reply@reply.github.com>
Date: Monday, January 4, 2021 at 11:21 AM
To: logicahealth/InfoButtons <InfoButtons@noreply.github.com>
Cc: Guilherme Del Fiol <guilherme.delfiol@utah.edu>, Comment <comment@noreply.github.com>
Subject: Re: [logicahealth/InfoButtons] Issues connecting to some of the online content providers. (#40)
I made the following changes, but I do not see any difference:
../oib-site-lite-ui/app/tools/toolsController.js
From: xslt = '&xsltTransform='
To: xslt = '&xsltTransform=Infobutton_UI'
../oib-site-lite-ui/app/tools/OpenInfobuttonDemo.html
From: var xslt = '&xsltTransform=' + getXslt(organizationOID);
To: var xslt = '&xsltTransform=Infobutton_UI' + getXslt(organizationOID);
Please let me know if these were the correct files to change, and whether the entry I changed, was the correct entry.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#40 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AA7KXWMVXOSZCLOBM5KT25LSYIBL7ANCNFSM4VOXJKRQ>.
|
Sorry, meant to reply all, it should be this one.
https://github.com/logicahealth/InfoButtons/blob/development/oib-request/oib-request-service/src/main/resources/xslts/Infobutton_UI.xslt
…On Mon, Jan 4, 2021 at 2:18 PM Guilherme Del Fiol < ***@***.***> wrote:
I forgot you also need to get the updated stylesheet. Andrew, is the new
stylesheet on GitHub?
*From: *DSSUSER ***@***.***>
*Reply-To: *logicahealth/InfoButtons <
***@***.***>
*Date: *Monday, January 4, 2021 at 11:21 AM
*To: *logicahealth/InfoButtons ***@***.***>
*Cc: *Guilherme Del Fiol ***@***.***>, Comment <
***@***.***>
*Subject: *Re: [logicahealth/InfoButtons] Issues connecting to some of
the online content providers. (#40)
I made the following changes, but I do not see any difference:
../oib-site-lite-ui/app/tools/toolsController.js
From: xslt = '&xsltTransform='
To: xslt = '&xsltTransform=Infobutton_UI'
../oib-site-lite-ui/app/tools/OpenInfobuttonDemo.html
From: var xslt = '&xsltTransform=' + getXslt(organizationOID);
To: var xslt = '&xsltTransform=Infobutton_UI' + getXslt(organizationOID);
Please let me know if these were the correct files to change, and whether
the entry I changed, was the correct entry.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7KXWMVXOSZCLOBM5KT25LSYIBL7ANCNFSM4VOXJKRQ>
.[image:
https://github.com/notifications/beacon/AA7KXWJ467KKSARFWP4UODLSYIBL7A5CNFSM4VOXJKR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFTZTBCQ.gif]
--
Andrew Iskander
Software Engineer/BRISC
421 Wakara Way
Home/Cell: (919) 442-8129
Office Phone: (801) 587-8045
|
Thank you. Which copy, or copies, of the Infobutton_UI.xslt should we replace? There are currently 6 different instances of this xslt file: /opt/data/InfoButtons And, should I revert the changes that I made previously, back to what they were initially? |
Well if you're rebuilding the app, you want to replace the ones under src/main. However, you probably just want to replace the one in the running instance in Docker. |
Let's pretend that we're using the Docker container image, and let's pretend that we're using the SITE LITE GUI for demonstration and configuration purposes, and let's pretend that our backend applications are sending get requests to the URL. Let's also pretend that we are not the developers of this application, and because of the many different directory structure branches, don't really know which branch supports the running instance that we are using. The ../src/main/webapp and ../src/main/resources/xslts files are currently very different. ...... Which one should I replace, or should I replace both with this newly supplied variant? ...... Or, do both of the above methods described use the same directory structure variant? Also, since you need to push the UMLS UTS login and password change to the Docker image, will this new XSLT file be included in the new Docker image? I do have access, and I can login to the Docker image. Therefore, I can modify whichever XSLT file I need to. But, if the XSLT file is not included in the next version of the Docker image, I will need to push the XSLT file to all future Docker images. |
Is there any update to this XSLT file placement? Will this XSLT file be included in a new Docker image? |
I did not include any providers that require accounts to be setup.
But, I am not sure whether any of the following errors might be due to missing accounts, or licensing requirements:
NOTE: We are using the Docker container image for all of our deployments and environments.
The text was updated successfully, but these errors were encountered: