Question Paster-Bachar Gadi · Feb 28, 2019 Ensemble and SQL table value pramaters Hi Can I use a the SQL 'Table-Valued Parameter' when i call a store procedure in sql outbound adapter using ExecuteProcedure?to pass multiple rows all together as a block, I need to process all the records in one transaction using commit and rollback (if failure)Thanks Gadi #SQL #Ensemble 0 1 0 228
Question Paster-Bachar Gadi · Jul 11, 2018 addressing ensemble webservice BS with security token from .net Hiwe are trying to call a Webservice that is hosted on a Ensemble production from a .net program.The web application in ensabmle is defined with password authntication we can't get to set the security header in the .net program (<soapenv:Header> ... <wsse:Security ... <wsse:UsernameToken ... ) in SoapUI we added the Wss usertoken and it worked like a charm.Doe's anyone have a idea to guide us? (links, ,samples, etc. )ThanksGadi #Ensemble #.NET #SOAP 0 1 0 291
Question Paster-Bachar Gadi · Jun 28, 2018 udp multicast data to sql record table - Outside-the-box thinking Hi DC,I'm looking for some creative outside-the-box thinking and gaudiness.I have a device that send its data in UDP Multicast. #Caché #Ensemble 0 3 0 429
Question Paster-Bachar Gadi · May 23, 2018 a Monitor service for SQL table Hi AllI'm looking for the a simple-quick-easy solution to monitor a SQL table thought Ensemble.I have a process that update a DataBase ,a scheduled task that runs every night (Not Ensemble)In the end it updates a table (replica_status) with a new recored with two fileds: Id, DateTimeI looked around the community but didn't find an answerd case.I'm thinking on a Task that will run a sql outboud adapter BO that checks that table and send a alert if no new record was created yesterdayis this the right approach or is there's a better solution? #Ensemble #SQL #Monitoring 0 5 0 438
Question Paster-Bachar Gadi · Sep 29, 2016 Migrating project from dev to prod Hi All I have a question on working with dev and prod environments. After project is ready and signed, I usually migrate outcome to production using the export tool from the studio. For changes/adding to existing projects, I exclude the production class (as it has some different values differing the dev from the live) and I add the differences manually afterwards. My questions on migrating are: Does anyone has (to share) his/her best practice steps on "migrating dev to prod"? #Continuous Integration #Ensemble 2 2 0 490
Question Paster-Bachar Gadi · Sep 27, 2016 XMLObject.OutputToString and Hebrew We are using object EnsLib.EDI.XML.Document and the method OutputToString -- ( context.XMLObject.OutputToString("C(utf-8)") ), In the string that we get back, Hebrew characters are unknown and we get question mark instead. #Beginner #Ensemble #XML 2 1 0 604
Question Paster-Bachar Gadi · Sep 15, 2016 Analizing Ensemble Business Processes Performance Hi All I have a process that I want to analyze and find bottle necks (e.g BO that had taken to long) something similar to the SQL query optimizerAny suggestions?Thanks Gadi #Business Process (BPL) #Ensemble 0 2 0 343
Question Paster-Bachar Gadi · Sep 12, 2016 ErrGeneral: Object is immutable Hi AllI have a BP which has a transformation. when I run the process I end up with the following error: ----ERROR <Ens>ErrBPTerminated: Terminating BP Propirion.BP.GetServices # due to error: ERROR <Ens>ErrGeneral: Object is immutable+ERROR <Ens>ErrGeneral: Object is immutable ----I have created a context named : HL7Message type of: EnsLib.HL7.Message and in the start of the BP assigned the request to it (using set in assigned activity)What did I miss ?Thanks Gadi #Business Process (BPL) #DTL #Ensemble 0 2 0 1K