Question Scott Beeson · Mar 15, 2017 How to unlock a namespace/environment? This is from CCR: ... Lock this environment to prevent changes? [yes]... AdminLock this environment ... [yes] How can I view these locks and change them? Either via terminal or %CSP.Portal.Home.zen interface? #CCR #Terminal #Caché 0 6 0 553
Question Scott Beeson · Feb 24, 2017 How do I import an exported ensemble operation? I created an outbound FTP File Adapter operation and I need to duplicate it to like 10 namespaces. I went to tools and clicked "Export" and saved it to the filesystem as an XML file. Now... how on God's green earth do I import it into another namespace? I'm cursing and throwing things over here... #Ensemble #Business Operation 0 4 0 606
Question Scott Beeson · Feb 15, 2017 Any other HIE employees or Information Exchange users out there? Just curious...I work for an HIE and it just feels like I'm on an island most of the time.I mean, there's not even a tag here for HIE or Information Exchange :) #HealthShare 0 3 0 246
Question Scott Beeson · Feb 7, 2017 [Suggestion] Flatten comments after first level (Note: I thought I had already posted this, but I think it was the other day when you were having hosting issues. Sorry if it is a duplicate)Lots of comments really screws up the layout. #DC Feedback 0 18 0 197
Question Scott Beeson · Feb 7, 2017 Regarding the AggregationId... I use the HS_IHE_ATNA_Repository.Aggregation table a lot. Someone just referred me to the HS_IHE_ATNA_Repository.Document table, which has an AggregationId column. I assume that column references the ID column in the .Aggregation table. If so, does this mean that if the same document was requested 1,000 times that there will be 1,000 entries for it in the .Document table? This seems inefficient to me. Why not have one record in the document table and have a DocumentId column in the Aggregation table? #Caché #HealthShare #SQL 0 7 0 343
Question Scott Beeson · Feb 6, 2017 Determine which repository a document came from via SQL I have the following query which tells me how many documents were retrieved for each customer, but it only works for the "on-demand" customers:SELECT PatientFacility, LEFT(LocalDateTime,7) as Mnth, Count(*)FROM HS_IHE_ATNA_Repository.AggregationWHERE EventType IN ('RecordRequest','RecordRequestBreakGlass')AND LocalDateTime >= '2016-01-01'AND LocalDateTime < '2017-01-01'GROUP BY PatientFacility, LEFT(LocalDateTime,7) #Caché #HealthShare #SQL 0 4 0 335
Article Scott Beeson · Feb 6, 2017 1m read https://www.stackoverflowbusiness.com/enterprise https://www.stackoverflowbusiness.com/enterprise #DC Feedback 1 3 0 200
Question Scott Beeson · Jan 30, 2017 Where can I find information on document repositories? In the table/class HS_Registry.document there is a column/property named RepositoryUniqueId. There are about 14 unique values, which pretty much lines up with the number of our "Push" (Provide & Register) participants and thus unique document repositories. However, these values just look like OIDs. I've been searching for over an hour and I can't find anywhere that will provide me some context to these "Repository IDs". Anyone have ideas or suggestions where I could find this info? #Management Portal #Object Data Model #HealthShare 0 3 0 440
Question Scott Beeson · Jan 30, 2017 [Question] Can mods convert comments to answers and vise versa? Example: https://community.intersystems.com/post/webmethod-issue-encoding-special...Looks like John Murray's comment should be an answer.Is it technically possible to convert it? Are there moderation policies on such things? #DC Feedback 1 1 0 130
Question Scott Beeson · Jan 12, 2017 [Suggestion/Request] Remove voting indicators for own-posts Typically the thumbsup/thumbsdown icons are grayed out until you vote for one. Then it is either red or green depending on which you selected. I like this behavior. However, on my own posts, the ones I cannot vote for, the indicators are both colored. Since the visual queue has already been established that this indicates a selected vote, I think this should be changed. Perhaps, since we cannot vote on our own posts, completely hide them. #DC Feedback 1 1 0 128