Hi everyone
Anyone knows how can we add a column to an existing linked table in Cache to reflect the external SQL table?
I've tried different queries. It does not fail but does not add the column either...
Hi everyone
Anyone knows how can we add a column to an existing linked table in Cache to reflect the external SQL table?
I've tried different queries. It does not fail but does not add the column either...
Hi all
Does anyone have an easy way of reading the cdata in the xml response returned buy a Webservice?
At the moment I have a XML class and then I use read.Correlate() to read through that XML bit.
However, depending on the message I have different things in the CData and I don't want to create a class for each one of these.
The API returns the cddata as KeyValueOfstringstring.
My idea would be to send to my method the cdata as a parameter which is the KeyValueOfstringstring part of the response message and then deal with it...
Any help would be appreciated...
Best Regards
Hi
I've got a new piece of work to do which the goal is to send an email out if files start queuing up in a specific folder.
Is there any way of achieving this?
Any help would be appreciated.
Kind Regards,
Joao Palma
Hi There
I've created a new WebClient using Studio Addon-s Soap Wizard.
I've tried to send a soap request using InvokeMethod.
However the Body comes empty <soapenv:Body></soapenv:Body>
I needed it to be
<soapenv:Body>
<ns:Ping/>
</soapenv:Body>
Hi there
I've noticed extreme slowness using the portal in my Healthconnect dev enviroment lately.
Any page in the Portal takes a lot of time Loading.
Any ideas of what it could be?
Kind Regards,
Joao
Hi guys
I've added a new mirrored failover member to an existing one.
They are both Arbiter controlled.
When I do Add database to mirror on the primary I'm always getting an error. Missing Mirrored database.
I followed everything in the documentation and always get the same error.
I've copied the CACHE.dat file after umounting the database on both servers. then mounted them.
Could you help me out?
Kind Regards
Hi
I've got a string variable which I need to convert into a XML one.
My main goal here is to use the XML bit I've extracted from a HTML file in a message I need to pass over to an operation.
I'm doing the following which always errors
classMethod WriteNodes(myfile As %String)
{
Set status=##class(%XML.TextReader).ParseString(myfile,.reader)
....
Any easy way of making this happen?
Kind regards
Hi
I'm trying to get a text value of a xml node of a XML Document through the xpath activity within a BPL diagram.
I set the source to Request and all the other properties.
The error I always get back is Method does not exist...
Could anyone help me out?
Kind Regards
-----
|
Source data
|
|
Destination for result
|
|
Document context
Hi
I need to query my messages and filter by a XML node.
In the message viewer it would be Critetion Type = 'VDoc Property Path' and class = 'Enslib.Edi.XML.Document'.
At the moment my query looks like this
SELECT *
FROM EnsLib_EDI_XML.Document
where doctype = 'avc:mydoctype'
I need then to look for 'HeadNode:SubNodeValue'
Anyone who could help me out with this?
Thank you
Hi
We are trying to create a new operation wich gets a XML message and send it's contents in an email.
We've used the SOAP Wizard to generate the Proxy Classes but now we are a bit lost...
What we are trying to achieve is to Create appointments in a Outlook Calendar and send emails.
Hi
I've got a Service that get ACK Messages originated by another system.
I want to get the details of a Message when the ACK is CE (Failed Message).
I don't know whether this is the best approach but, at the moment, I have a DTL and I would like to search the Cache Database for a Message with the Control ID on the ACK in the MSA segment.
Any help with this would be great.
Tks.
Hi
I get always the following error when I query our FHIR repository with a specific TAG
/csp/healthshare/fhirserver/fhir/Encounter?_tag=
ERROR #5002: Cache error: <INVALID OREF>zSearch+86 ^HS.FHIR.Repository.Operations.1
I've deleted rows from cache database. On the table HS_FHIR_Repository_Resource.Encounter as we had duplicate records...
Any help would be great
Kind Regards,
Joao Palma
Good Morning
I have to create a new code table with data from a spreadsheet. This spreadsheet has 170 rows of data.
Is there any easy way of importing the data from Excel into my new Code Table?
Thank You