Learning Documentation Community Open Exchange Global Masters Certification Partner Directory Ideas Portal
Developer Community
  • Posts
    • InterSystems Official
    • Articles
    • Questions
    • Announcements
    • Discussions
    • Tags
  • Events
    • Tech Article Contest
    • Programming Contest
    • InterSystems Ideas Contest
    • Event Calendar
  • Products
    • InterSystems IRIS
    • InterSystems IRIS for Health
    • HealthShare
    • TrakCare
    • Caché
    • Ensemble
    • InterSystems Analytics (DeepSee)
    • InterSystems Text Analytics (iKnow)
  • Jobs
    • Job Opportunity
    • Job Wanted
  • Members
  • About
    • About Us
    • FAQ
    • Feedback
    • Report an Issue
    • Share an Idea
    • Code of Conduct
    • Contact Us

EN

Search by posts, members, tags
Language
EN|
ESPTJPCNFREN
  • Profile page
  • Posts (66)
  • Replies (421)
  • Mentions (151)
  • Official certification & Credly badges (12)
  • Global Masters badges (38)
  • Followers (28)
  • Following (7)
AllAccepted answers
    go to post
Luis Angel Pére... · Jan 31, 2024

I was checking the official documentation and I found out that you can rename that tag: 

https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI...

https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI...

You can modify the name, but not remove it.

0 0 https://community.intersystems.com/post/handlingremoving-unexpected-top-level-xml-tag-soap-response?page=8#comment-251011
    go to post
Luis Angel Pére... · Jan 31, 2024

Thank you @Jeffrey Drumm and @Hao Ma !

I'll try to find out the exact version of Red Hat 8

0 0 https://community.intersystems.com/post/error-installing-health-connect-20231-redhat-86?page=8#comment-251006
    go to post
Luis Angel Pére... · Jan 30, 2024

I love hebrew alphabet! it's so...ancient!

1 0 https://community.intersystems.com/post/%D7%95%D7%95%D7%91%D7%99%D7%A0%D7%A8-%D7%A0%D7%95%D7%A1%D7%A3-%D7%91%D7%93%D7%A8%D7%9A-%D7%90%D7%9C%D7%99%D7%9B%D7%9D?page=8#comment-250946
    go to post
Luis Angel Pére... · Jan 30, 2024

Take a look to this article, maybe it's helpful:

https://community.intersystems.com/post/retrieving-base64-files-post-cal...

0 0 https://community.intersystems.com/post/maxstring-trying-read-string-json-object?page=8#comment-250941
    go to post
Luis Angel Pére... · Jan 30, 2024

I'm not sure, but I think that it's a default behaviour of SOAP responses, it returns always the response wrapped in a tag with the name of the method that was invoked. Can't you manage it from the application who sent the request?

0 0 https://community.intersystems.com/post/handlingremoving-unexpected-top-level-xml-tag-soap-response?page=8#comment-250896
    go to post
Luis Angel Pére... · Jan 30, 2024

You are wellcome @Sylvain Guilbaud ! Thank you for the reference to the official documentation.

0 0 https://community.intersystems.com/post/using-fhir-adapter-deliver-fhir-services-over-legacy-systems-introduction?page=8#comment-250861
    go to post
Luis Angel Pére... · Jan 30, 2024

Really interesting! Thank you @Alberto Fuentes !

0 0 https://community.intersystems.com/post/load-recipe-dataset-foreign-tables-and-analyze-it-using-llms-embedded-python-langchain-openai?page=8#comment-250851
    go to post
Luis Angel Pére... · Jan 30, 2024

Wow! Thank you Community!

4 0 https://community.intersystems.com/post/top-open-exchange-developers-and-applications-2023?page=8#comment-250801
    go to post
Luis Angel Pére... · Jan 26, 2024

This is the only information related with logging in the documentation:

https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI...

0 0 https://community.intersystems.com/post/what-global-can-i-use-enable-fhir-log-data-beta-feature?page=8#comment-250561
    go to post
Luis Angel Pére... · Jan 26, 2024

You can see a similar example here. In your case you can set in pResponse the name of the file created and read it from the business process.

0 0 https://community.intersystems.com/post/get-file-name-file-written-enslibedix12operationfileoperation?page=8#comment-250511
    go to post
Luis Angel Pére... · Jan 26, 2024

The API call is async? Maybe you are comparing both variable before to the end of the API call.

0 0 https://community.intersystems.com/post/comparing-two-contexts-bpl-if?page=8#comment-250501
    go to post
Luis Angel Pére... · Jan 26, 2024

Maybe is there whitespaces in context.Prov? Have you tried to remove it? 

if $ZSTRIP(context.Prov,"<>W") = $ZSTRIP(context.ProvName,"<>W")
0 0 https://community.intersystems.com/post/comparing-two-contexts-bpl-if?page=8#comment-250461
    go to post
Luis Angel Pére... · Jan 23, 2024

Try killing from the operating system the process, check the process id that is being executed and kill it.

Check this answer:

https://community.intersystems.com/post/stop-running-sql-query-quickly#c...

0 0 https://community.intersystems.com/post/unable-delete-production-i-have-created?page=8#comment-250096
    go to post
Luis Angel Pére... · Jan 23, 2024

You can check a similar question here:

https://community.intersystems.com/post/stop-running-sql-query-quickly#c...

0 0 https://community.intersystems.com/post/how-we-can-delete-suspended-production?page=8#comment-250086
    go to post
Luis Angel Pére... · Jan 23, 2024

You can identify the id of the process and kill it from the operating system.

0 0 https://community.intersystems.com/post/how-we-can-delete-suspended-production?page=8#comment-250081
    go to post
Luis Angel Pére... · Jan 22, 2024

There is no problem to use Apache on Windows, even more, the former private web server was Apache.

1 0 https://community.intersystems.com/post/how-install-apache-iris-supported-operating-systems?page=8#comment-249886
    go to post
Luis Angel Pére... · Jan 21, 2024

Hi @Andreas Dieckow !

I wrote an article about the Apache Server installation, if any is interested here is it (with screenshots included!).

1 0 https://community.intersystems.com/post/how-install-apache-iris-supported-operating-systems?page=8#comment-249866
    go to post
Luis Angel Pére... · Jan 21, 2024

Your web application is configured to accept just Unauthenticated requests, if you want to use password authentication check it on the configuration.

I think that your application is ignoring the user that you are using and that's the reason because you don't have the proper permissions.

1 0 https://community.intersystems.com/post/how-i-access-rest-web-service-ive-created?page=8#comment-249861
    go to post
Luis Angel Pére... · Jan 20, 2024

Have the response messages between the business operation and the business process any relevant data? Any info about errors?

Are you catching and logging the errors from the business operation?

0 0 https://community.intersystems.com/post/custom-business-operating-sql-outbound-adapter-troubleshooting?page=8#comment-249791
    go to post
Luis Angel Pére... · Jan 19, 2024

Thank you guys!! It's a great satisfaction to be part of this wonderful community!

2 0 https://community.intersystems.com/post/top-intersystems-community-contributors-2023?page=8#comment-249741
  • first
  • ‹ previous
  • …
  • 7
  • 8
  • 9
  • 10
  • 11
  • …
  • next ›
  • last
Luis Angel Pérez Ramos
@LuisAngel.PérezRamos
Sales Engineer at InterSystems Iberia
MOD
Follow
Open Exchange profile

User statistics

Posts
66
Replies
421
Likes
467
Applications
22
Badges
38
Followers
28
People reached
27.6K
Accepted answers
77
  • Privacy & Terms
  • Guarantee
  • Section 508
  • Contest Terms
  • Cookies Settings
© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up