go to post Lucas Bourré · Mar 4, 2021 Hello Anastasia, Thank you for sharing the video ! If you have any questions or comments, please send them in comments, we will be happy to answer you!
go to post Lucas Bourré · Jul 24, 2020 Hello Alexander, I think you put your finger on the problem , I was taking "IRISUsername" as the URL parameter instead of "Username".I changed my ZAUTHENTICATE routine, and I don't have any problem for now.Thank you for your answer
go to post Lucas Bourré · Jul 20, 2020 Hello Evgeny,We tried to use the schedule part of DSW , which use a headless browser ( PhantomJS ).I am doing the same job with my custom operation, but instead of printing the DeepSeeWeb page , I am printing a "delegated application" on Intersystems .The problem should be arround the ZAUTHENTICATE.mac routine. Maybe the delegated application doesn't work for this sort of use, i should use a non authenticate application ? I'm going to give it a try
go to post Lucas Bourré · Jun 19, 2020 Hello Evgeny, I still have some problem with DSW export but this is not related to this problem.I have some error with the ##class(%Net.Remote.Utility).RunCommandViaZF() command from the ReportGenerator, this one use the following line : Set pRetCode = $ZF(-100,cmdFlags,pCmd,.pCmdArgs)This line returns a <NOTOPEN> Error.A temporary file is created, but empty. The $system.OS.ProcessError() returned <2> No such file or directory. I tried to manually create the file and launch in the Terminal the following command, but it didn't work : $ZF(-100,"/STDOUT=""/tmp/fichier.txt""/STDERR=""/tmp/fichier.txt""","echo toto") I'm still investigating the problem, I keep you informed !
go to post Lucas Bourré · Jun 19, 2020 I fixed the problem with the support.The XSL file was containing 'svg:link' because it was generated from my browser, which contain a 'Dark Mode' plug-in .Then the FOP was unable to convert the SVG into a PDF, because the SVG il build from the HTML content of my browser. After disabling the Dark Mode Plug-in , my PDF is now printing properly.Best regards, Lucas Bourré
go to post Lucas Bourré · Jun 19, 2020 Alright I'm opening a ticket, I understand the problem.Thank you for your time and your explanation !
go to post Lucas Bourré · Jun 18, 2020 Hello Jonathan, Thank you for your answer !The file has been generated by Intersystems, i uploaded it here : https://gofile.io/d/NeYeVh Best regards, Lucas Bourré
go to post Lucas Bourré · Jan 30, 2020 Hi Guillaume, This is exactly what I am looking for.Thank you for the example, I'm giving it a try , i keep you informed :) Best regards, Lucas Bourré
go to post Lucas Bourré · Dec 23, 2019 Hello Eduard, I'm sorry i guess i didn't explain well my problem.The PutStream method is in EnsLib.FTP.OutboundAdapter , not in Email.OutboundAdapter .I was looking for a property, or a parameter that is available on outbound adapters to avoid "error failure timeout" .For example, if I try to send a mail in the Email Adapter via the method "SendMail" , without puting any SMTP Server, I will have an "error failure timeout" because the SMTP Server is not found.I have the same problem in the FTP Adapter via the method "PutStream" Best regards
go to post Lucas Bourré · Dec 23, 2019 Hello Nigel, Thank you for your answer.I will give it a try, i keep you informed ! Best regards
go to post Lucas Bourré · May 30, 2019 Hi Krishna,I think you should take a look at this part : Configuring a REST Service to Use CORSThis request is executed by the CSPSystem user.This user should have READ permission on any databases used by the REST service; if not, the service will respond with an HTTP 404 error.Did you give the good permission to the CSPSystem user ?Best Regards,
go to post Lucas Bourré · Jun 21, 2018 Hello Guilherme, I just want to be able to see all connections on the portal management, by clicking on all items of the production.For example, on the screen on the top of the post, I want to see the connection of Demo.Loan.BankMetrics , Demo.Loan.FindRateCSPService, Demo.Loan.FindRateEmailService ... (all of the services) . But all I can do is getting the link of one service by one :/
go to post Lucas Bourré · Aug 9, 2017 Hello Sean, thank you for your reply.All I need is to put a parameter in my operation , and to be able to increment it in the studio ( and also be able to change it in the management portal ) .I know how to get the parameter value, with a simple " set value = ..Count " , but i didn't find anything to change this setting value.
go to post Lucas Bourré · Aug 9, 2017 Hello Sean, thank you for your reply.All I need is to put a parameter in my operation , and to be able to increment it in the studio ( and also be able to change it in the management portal ) .I know how to get the parameter value, with a simple " set value = ..Count " , but i didn't find anything to change this setting value.