go to post David Reche · Apr 25, 2017 Done!I didn't saw that optionThanks for this "double" lesson ;-)
go to post David Reche · Mar 27, 2017 Maybe you can develop a COS script that you can reuse. This script should create the accounts and make some checks.We have a project where combine this script with a OS level script (using any shell you want) able to execute the COS task in each instance. It's a lot of work to make it but once developed it saves a lot of time.
go to post David Reche · Mar 17, 2017 ... Also, with the second approach to use SearchTables at BS is not going to be possible...
go to post David Reche · Mar 17, 2017 Hello,The common approach is set the schema category in the Business Service. If you want to capture everything at BS, this is the right approach if you are using only one HL7 Schema (2.5 for example). But if you use several HL7 Schemas then is better to get them separate in order to use different BS (each one with their own schema).In any case you can use a main entry point (BS) don't set the HL7 category at BS and set it "manually" at Business Process stage. This approach is not the most elegant because all the messages arrives at BP (with map errors, and without the DocType set). Then search or process them is more complicated.Hope this help
go to post David Reche · Feb 27, 2017 Nice, I didn't know that option.In the "old days" I simply rename or delete the CStudioXXX.dll (where XXX denote the language) at bin directory. Then the default english configuration was used.Thanks
go to post David Reche · Jan 16, 2017 I understand and am clear about the so "wide" of my question :-)I wonder if there is something not so complex or something "done" to send directly to a web page the results of a WRITE command. This is something common in Ensemble when creating a namespace or DeepSee Portal when compile or Build a Cube.Maybe there is a Zen component or sample CSP/Javascript that do that, etc.Regards
go to post David Reche · May 4, 2016 Thanks Dimitry!! That was my alternative but I think the parsing error should not happen.