• Consuming Web Service in Method, Update for v11 and .Net 4

    Needing to consume a Web Service defined by a .wsdl file for v11SP9, I read the KnowledgeBase Article http://community.aras.com/en/knowledgebase/consume-web-service-server-method/ which says : "Assuming .NET  2.0 and Visual Studio 2003", so I had some…
  • How to access Vault server folder from Aras server C# method.

    How to access Vault server files from Aras C# code in case my vault server present in different machine & Aras application server is present in different machine? Regards, Suhas
  • RE: SQL Server Reporting Services (SSRS) via HTTPS in Innovator Release 2023. How to fix?

    I got some info regarding differences between I25 and I26, but there wasn´t any obvious change in the codetree that affects HTTPS. So this one is high likely a DLL issue. But if anyone knows more or even have a patch, I would be happy to know! This…
  • DEVELOPERS FORUM - Wrong with Consume a Web Service in a Server Method

    lena - Saturday, September 13, 2014 5:25 AM: I want to Consume a Web Service in a Server Method . I have created a Proxy DLL that represents the connection to the remote server , installed the Proxy into the Innovator Server code tree ,and declared…
  • Setting Short Date Time property with server C# method

    Hello, I am trying to set a Date property that has a Pattern of Short Date Time with the below code. Even though it is yyyy-MM-dd hh:mm:ss tt in the string it is still saying that it is not formatted correctly? Below is the code and the error. Thank…
  • RE: Updating a property on a vote with a server side method.

    Have you saved the changes to the controlItem object after setting the property value? According to the documentation stackoverflow.com/.../updating-an-object-property-in-c-passing-the-property-as-a-parameter of the Innovator class, you need to call the…
  • Is there a way to check the consumed License Feature expiration date/time?

    I logged in using user1 and I consumed a feature license. I checked the license manager in the aras client and saw the consumed license of user1, I left it overnight and check the license manager the next day the consumed license is gone. Is there a way…
  • RE: Soap Web Service not transferring all the data

    The device hosts a SOAP web service that is used to transfer data to a client. ... You do not have to restart the computer after you apply this software. Dinar Guru
  • Server Side Method Execution

    Hi Guys, I have one Question for server side method. let suppose we have three (different )server method are use on onAfterAdd event for same item How to decide by Aras Innovator which method execute first. Thank in Advance
  • Calling SearchDialog from Server method

    Hi, Is it possible to show SearchDialog from a Server method? I can use MaximazableDialog in Javascript to show the SearchDialog and get the response in callback. But I want to use such facility in a Server method. In my particular case, I am trying…