Neerav Verma · Sep 19, 2018 go to post

set io="c:\temp\test.pdf"
open io:("nw")
use io write tRequest.HttpResponse.Data.Read()
close io

I am creating a pdf file from a http request. Obviously you can change all these 

Neerav Verma · Sep 19, 2018 go to post

I don't think Business Rules are meant to do the looping. They are more for higher level logic and conditions.

For more inner level Transformations and BP's should be used as they have an inbuilt functionality of loops for the same reason

Just my 2 cents.

Neerav Verma · Sep 19, 2018 go to post

This is a bug in Sql import & export from Intersystems. There is a quick fix to it. You can call them and ask for it.

Neerav Verma · Sep 19, 2018 go to post

Thanx to all and esp to Eduard

I used a mix of Eduard's code, docs, EnsLib.PubSubOperation and some of my code

From my BP -  I am calling the PubSubBo with a response of arrays that gives me targets in a string array 

- BP then sends to all targets from a call inside a loop of targets array. The target of which is set dynamically from context of the loop element.

This gives me an extra functionality of putting some extra logic but most importantly in Visual Trace it doesn't look odd if target is a BP.
If target is a BP and it is forwarded to, from a normal pubsubBo then in visual trace it shows a backward arrrow which is hard to explain to non tech people as it seems its going backward not forward. So forwarding it to targets from a BP is a better and cleaner option .

Can share code to anyone if needed.

Neerav Verma · Sep 17, 2018 go to post

Hey

Its really hard to gather any flow or re-use. 

Did you made any operation that uses Ens.PubSubRouting?

Neerav Verma · Sep 15, 2018 go to post

The creation of Namespaces, databases, mappings, roles, cspapps etc needs to be done only via the Mgmt Portal

The issue you are facing is clearly of rights. 

Start from the scratch by using %All rights to your namespaces, db, apps etc

Try to not use a different db for routines for starters 

Neerav Verma · Jun 13, 2018 go to post

I do not know the answer to above but would like to add that authentication would be over HTTPS not HTTP