Is it possible to create custom ConversionServer tasks without external DLL?
Hi community, does anyone know if we can create custom ConversionServer without external DLLs? I want to run some "export files" task in the background if the expected file size is very large. I right now use a Minerva extension for this task, but I want to replace it with an own solution. The tool will probably not work anymore after next update (I have no subscription...), so I want to be prepared for the future. There are a few blog articles regarding creating custom ConversionServer DLLs. But I wonder if we can avoid the DLL at all? I am able to create a custom ConversionTask, but the code inside is not executed yet. I mainly look for hints regarding how to build a proper "onConvert" Method that can be used in the ConversionRule. Can anyone share some experience regarding this topic? If you have a solution but don´t want to share it in public (aká give it away for free): I would exchange a solution for this one with one of my own solution that you might be interested ! [emoticon:c4563cd7d5574777a71c318021cbbcc8] Many thanks! Angela1.3KViews0likes3CommentsConversion Server throws daily HTTPS error message in logs. What do I miss?
Hi community, I did some maintenance checks and discovered that my Innovator\Server\temp folder contains log files with an error message that occurs once a day: The bug looks like this: Is anyone familiar with this bug and knows how to solve it? Error message looks like this: Exception message: An error occurred while making the HTTP request to xyz.intranet.mycompany.com:8735/AgentService_xyz. This could be due to the fact that the server certificate is not configured properly with HTTP.SYS in the HTTPS case. This could also be caused by a mismatch of the security binding between the client and the server. I configured various config files to support SSL/HTTPS and I expected to have done everything correct. In Innovator itself Conversation Server item is configured correctly. Most important: Innovator AND the Conversion Server itself works. Tasks are executed! The log file shows the SQL query it tries to execute. I looks for the id of ConversionTask that are "In Progress" and where the "OnConvert" event is either "NotStarted" or in "In Progress". What does Innovator try to do here? Is it a check for tasks that run into timeout? In folder AgentService/Extras I found a tool called agent_service_make_cert.bat. This one seems to be used to create HTTPS certificates for agent service. I never used this one, but I assume it´s there for a reason. Unfortunately there are no references in the user manuals and I cannot ask support. I am right now a bit lost where to start to look for the root cause. - Have you seen the error message too and how did you solve it? - Any idea which HTTPS setting I miss? - What is "agent_service_make_cert.bat"? Do I need it? And how do I use it? - Which port do you use for the AgentService when using HTTPS? 8735 or 8734? Any help highly appreciated!!! Best regards Angela338Views0likes1CommentConversation server time out
When I run a method via conversation server, and I get the following error. I have conversation server running and if it time-out even if i have timeout set to 60 mins on conversation rule it times out in 40 second why is that? Aras.ConversionFramework.Exceptions.ItemErrorException: System.Net.WebException: The operation has timed out. at Aras.ConversionFramework.Models.DAL.ItemContext.AssertItem(Item item) in C:\Builds\CI\36913\Innovator.git\CompilableCode\ConversionFramework\ConversionManager\Models\DAL\ItemContext.cs:line 92 at Aras.ConversionFramework.Models.ConversionTaskEventHandler.Execute(ConversionTask task) in C:\Builds\CI\36913\Innovator.git\CompilableCode\ConversionFramework\ConversionManager\Models\ConversionTaskEventHandler.cs:line 245 at Aras.ConversionFramework.Models.ConversionTask.ExecuteEventHandlers(ConversionTaskEventType eventType) in C:\Builds\CI\36913\Innovator.git\CompilableCode\ConversionFramework\ConversionManager\Models\ConversionTask.cs:line 3210Views0likes1Comment