Write Line problem

Hi all.

I have a problem whit “write line”, I am forced to run UIPath as administrator, because is impossible interrogate an application (even if the application is run as a normal user).
But in administrator mode, the “write line” not working!

Is not very comfortable run UIPath as administrator, develop a part of flow and restart it as normal user for debug whit “write line”.

Can you help me?

Regards,
Marco

Well,

You can run as administrator and ‘WriteLine’ will work the same.

Must be some other issue. More details needed, not sure why that must be happening. Can you share what the error or what the output is, some or any more detail might help :slight_smile:

Regards

Hi.

I don’t have error!
I have create a simple sequence (you can see in the attached picture):

  • Run application
  • Attach Window
  • Write Line
  • Message Box

Working all except “Write Line”, in the Output windows I don’t see anything.
Doesn’t even appear “execution started” when I run the my project.

Regards

CaptureUIPATH|390x500

Well,

See the application that is being attached does it have the same admin privileges?

Worth a try, check and get back :slight_smile:

Hi @MarcoM,

Have you run the sequence in Debug mode for ensure of output display.

Thanks,
Mohanraj.S

1 Like

Hi Mohanraj.

Yes, I have try in debug mode, the issue is the same.
I have capture a short videos

UIPath run normally:

UIPath run as administrator:

Regards,
Marco

Hi,

I have check all properties from both application, are the same.

Hi @MarcoM,

Can you please check the xaml file details by using Notepad++ for make sure the value is available or not.
if not available Please do make some changes with notepad++ and run it in UiPath.

Thanks,
Mohanraj.S

Hi @Mohansadaiyapillai.

Yes, I have.

<WriteLine DisplayName="Write Line" sap:VirtualizedContainerService.HintSize="314,61" sap2010:WorkflowViewState.IdRef="WriteLine_1" Text="Working" />

I am increasingly convinced that the all my problem (this and attach windows in another post) is due to yesterday’s windows update.
I have run another my test RPA project (has always worked well) and now not working.

For yours information.
I have uninstalled and reinstalled UIPath and now work fine.

Thanks to all for support.
Marco

1 Like