Innovator.Client icon indicating copy to clipboard operation
Innovator.Client copied to clipboard

Client library for communicating with Aras Innovator

Results 13 Innovator.Client issues
Sort by recently updated
recently updated
newest added

Hello. I'm getting an error that says "The last group '[' is not closed" when I try to login with incorrect credentials then try again with correct credentials. If I...

When I try to upload file more than 16Mb to Innovator I get the exception (timeout, but it happens earlier than 100 sec as default timeout). After some investigations I...

This code works with Innovator v11sp12, but not with v12 ` UploadCommand uCommand = connection.CreateUploadCommand(); uCommand.AddFile(arasFileItem.Id(), arasFileItem.LocalFile); connection.Apply(uCommand).AssertNoError(); ` With Innovator v12 I've got the exception with response 404 from...

The webrequest is enriched with the ClientCertificates from the http-handler

An implementation to #18. With that changes I'm able to manipulate the ```HttpClientHandler``` and e.g. fetch Certificates from the Windows CertStore and add them to the requests, so Authentication with...

In some cases it is necessary to adjust the `HttpClientHandler` that is used by `HttpClient` (e.g. using certificates, configure SSL etc.). After walking through the code for a while I...

If the Server is not reacheable, a NullReference is thrown ``` System.AggregateException : One or more errors occurred. (Object reference not set to an instance of an object.) ----> System.NullReferenceException...

try { this.serverConnection = (Innovator.Client.Connection.ArasHttpConnection)Innovator.Client.Factory.GetConnection(this.arasServerLocation, ""); } exception throws: not this method.