go to post Sourabh Sethi · Aug 10, 2019 EnsLib.RecordMap.RecordMap is a RegisteredObjectinorder to pass a object to BusinessOperation, it should be an object Ens.Request.
go to post Sourabh Sethi · Aug 10, 2019 EnsLib.RecordMap.RecordMap is a RegisteredObjectinorder to pass a object to BusinessOperation, it should be an object Ens.Request.
go to post Sourabh Sethi · Aug 10, 2019 A web application is a computer program that utilizes web browsers and web technology to perform tasks over the Internet. When your web technology is ZEN then it will called ZEN Application. A Zen Application can be comprises of single or multiple ZEN Pages.When you want to interact with Client Components like text box value / its style etc, you should use Client Method.When you want to interact with Server Component like saving the value in GLOBAL, you should use Server Method.For better understanding you should understand Two Tier Architecture
go to post Sourabh Sethi · Aug 10, 2019 You can open your page in Chrome and then using developers Tool, you can see that ZEN page randomly assigns the ID to Components.So best way to use zen(<ComponentID>).getValue() or setValue() for getting and setting the value.
go to post Sourabh Sethi · Aug 8, 2019 you can call your classmethod directly calling from terminal by passing desired parameters via terminal.And then attaching the jobid of terminal in studio.
go to post Sourabh Sethi · Aug 5, 2019 I guess following article might be helpful for you:https://community.intersystems.com/post/using-oauth2-soap-webservices
go to post Sourabh Sethi · Jul 31, 2019 I think shortest one will be :USER>f i=1:1:100 w !,$S(('(i#3)&'(i#5)):"FizzBuzz",'(i#3):"Fizz",'(i#5):"Buzz",1:i) 12Fizz4BuzzFizz78FizzBuzz11Fizz1314FizzBuzz1617Fizz19BuzzFizz2223FizzBuzz26Fizz2829FizzBuzz3132Fizz34BuzzFizz3738FizzBuzz41Fizz4344FizzBuzz4647Fizz49BuzzFizz5253FizzBuzz56Fizz5859FizzBuzz6162Fizz64BuzzFizz6768FizzBuzz71Fizz7374FizzBuzz7677Fizz79BuzzFizz8283FizzBuzz86Fizz8889FizzBuzz9192Fizz94BuzzFizz9798FizzBuzzUSER>
go to post Sourabh Sethi · Jul 30, 2019 You can THROW or set any error while Quitting,Both should disable, if E=D.One quick question - have you restarted you operation after putting this Logic.. The code changes will only be effective only after operation is linked to new JOB.You can also, try debugging your code attaching corresponding job of operation in studio.. there is no reason this should not work.
go to post Sourabh Sethi · Jul 29, 2019 Thank you for your response.I dont see any way to attach documents here. You can send your email id and I will send over there.My email ID - sethisourabh.hit@gmail.comRegards,Sourabh
go to post Sourabh Sethi · Jul 24, 2019 Retry Interval- No. Of seconds a business operation job wait before doing next retryFailureTimeOut - Total no. Of seconds a business operation Job keeps trying connecting destination.We should keep this always greater that retry Interval. ConnectTimeOut - In case of FTP, a business operation job tries to connect FTP server till ConnectTimeOut for each attempt.In case of TCP, a business operation job tries to connect to remote TCP listener till ConnectTimeOut for each attempt.Ideally this has nothing to do with retry Interval, but we should take a logical call while setting this value and keep always less than FailureTimeOut.No. Of reties may depend on the combination of these three values.
go to post Sourabh Sethi · Jul 22, 2019 Ok Evgeny,From next time I will post in GitHub.My next video is in process currently.RegardsSourabh
go to post Sourabh Sethi · Jul 22, 2019 Hello @Evgeny Shvarov Hope you are doing good.The video in my LinkedIn Profile is already posted in DC.RegardsSourabh
go to post Sourabh Sethi · Jul 21, 2019 https://www.linkedin.com/in/sourabh-sethi-57274b32Available for remote work
go to post Sourabh Sethi · Jul 21, 2019 Hello Baseem,The status of message is stored in message header, not in message body.So, you need to use message header to get message body ID, and create a separate object from message body and add to the response of your Webservice.If you want, I can help you in development of this piece of logic.Regards,Sourabh
go to post Sourabh Sethi · Jul 19, 2019 Hi Eduard,I don't think you can do this in onProcessInput but when the corresponding job dies, it will definitely call onTearDown. So you can try overriding this method to execute something when Business Service is shut down.I never tried this, but I think this should work.Regards,Sourabh