Does this UI path supports Iseries AS400 Desktop applicationautomation?

Does this UI path supports Iseries AS400 Desktop applicationautomation?
If yes, how to do it in Free license for exploring the options.

Hi @Rgopalsamy, welcome to the Community.

UiPath supports automating desktop applications running on IBM iSeries (AS400) systems using the IBM i Access for Windows software. IBM i Access for Windows provides a Windows-based interface that allows UiPath to interact with the desktop applications running on the iSeries system.

To automate an AS400 desktop application, you need to install the IBM i Access for Windows software on the UiPath robot machine. Additionally, you need to ensure that the IBM i Access for Windows software is configured correctly and that you have the necessary permissions to access the AS400 desktop application.

Hope this helps,
Best Regards.

Thanks Arjun… for the response. we are able to connect the terminal and able to start the recorder. and we have recorded the small flow. But on running the file. Getting the below error. Please help us with your inputs.

22.12.0-beta.11471+Branch.release-v22.12.0.Sha.d2325c659238e9a5bce4ec0fa2d550b0024490cb

One or more errors occurred. (Could not obtain access token.)

System.AggregateException: One or more errors occurred. (Could not obtain access token.) —> UiPath.CoreIpc.RemoteException: Could not obtain access token. at UiPath.Oidc.OidcServiceProper.RefreshTransaction.Handler(TransactionContext context, CancellationToken ct)
at UiPath.Oidc.SessionStore.ExecuteTransaction(TransactionHandler handler, CancellationToken ct)
at UiPath.Oidc.OidcServiceProper.RefreshToken(CancellationToken ct)
at UiPath.Oidc.OidcServiceProper.GetAccessToken(Boolean refresh, CancellationToken ct)
at UiPath.Service.UserHost.UserOperations.GetInteractiveAccessToken(Boolean refresh, CancellationToken ct)
at UiPath.CoreIpc.Server.<>c__DisplayClass7_3.<<-ctor>g__InvokeMethod|6>d.MoveNext()
— End of stack trace from previous location —
at UiPath.CoreIpc.Server.<>c__DisplayClass7_1.<<-ctor>g__HandleRequest|3>d.MoveNext()
— End of stack trace from previous location —
at UiPath.CoreIpc.Server.<>c__DisplayClass7_2.<<-ctor>b__5>d.MoveNext()
— End of stack trace from previous location —
at UiPath.CoreIpc.Helpers.Timeout[TResult](TimeSpan timeout, List1 cancellationTokens, Func2 func, String message, Func2 exceptionHandler) --- End of inner exception stack trace --- at UiPath.Oidc.OidcServiceProper.RefreshTransaction.Handler(TransactionContext context, CancellationToken ct) at UiPath.Oidc.SessionStore.ExecuteTransaction(TransactionHandler handler, CancellationToken ct) at UiPath.Oidc.OidcServiceProper.RefreshToken(CancellationToken ct) at UiPath.Oidc.OidcServiceProper.GetAccessToken(Boolean refresh, CancellationToken ct) at UiPath.Service.UserHost.UserOperations.GetInteractiveAccessToken(Boolean refresh, CancellationToken ct) at UiPath.CoreIpc.Server.<>c__DisplayClass7_3.<<-ctor>g__InvokeMethod|6>d.MoveNext() --- End of stack trace from previous location --- at UiPath.CoreIpc.Server.<>c__DisplayClass7_1.<<-ctor>g__HandleRequest|3>d.MoveNext() --- End of stack trace from previous location --- at UiPath.CoreIpc.Server.<>c__DisplayClass7_2.<<-ctor>b__5>d.MoveNext() --- End of stack trace from previous location --- at UiPath.CoreIpc.Helpers.Timeout[TResult](TimeSpan timeout, List1 cancellationTokens, Func2 func, String message, Func2 exceptionHandler)

@Rgopalsamy

Try rebooting the project and OS. Also make sure the robot connection is intact. If you have a condition as specified below, you might have to modify the configurations.

Robot Error

Best Regards.

Thanks Arjunshenoy. It worked. Now the issue is as UI path’s Windows legacy app is going to be phased out (got the notification in UI path studio app). We have tried to change the create it as a windows project. But not able to start recorder after doing config with direct connection.
getting below error.
23.2.0-beta.11986+Branch.release-v23.2.Sha.cf2c97d1d5fa33ec4991b279dbc0775c4eaed78d

‘{DependencyProperty.UnsetValue}’ is not a valid value for property ‘BorderBrush’.

Error: System.Exception: ‘{DependencyProperty.UnsetValue}’ is not a valid value for property ‘BorderBrush’.
at System.Windows.DependencyObject.GetEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, RequestFlags requests)
at System.Windows.DependencyObject.GetValueEntry(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, RequestFlags requests)
at System.Windows.DependencyObject.GetValue(DependencyProperty dp)
at System.Windows.Controls.Border.get_BorderBrush()
at System.Windows.Controls.Border.ArrangeOverride(Size finalSize)
at System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
at System.Windows.UIElement.Arrange(Rect finalRect)
at System.Windows.ContextLayoutManager.UpdateLayout()
at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler), HResult -2146233079

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.