Activities not working with orchestrator

Hi,
We are using orchestrator to run our process.
Whenever we run our process from orchestrator sometimes Type into activity get faulted and sometimes Get Full text and Get text both are not working.
But there are many times when these activities have been executed successfully in our process through orchestrator.

What should we do so that the activities work fine?

1 Like

Hi

Fine
Let’s go one by one
For this kindly check whether these properties
Are enabled in type into activity property panel that includes
—simulate type
—click before typing
—Emptyfield
—wait for ready property with Complete as value

Then for this

Make sure that the screen is maximised and brought to full screen
—for that add a activity called MAXIMIZE WINDOW activity as the first activity in the sequence where the get text and get full text activity is used

Hope this would help you
Cheers @Tanvi_Sharma

1 Like

Thanks @Palaniyappan
For Type into i have tried everything you mentioned but still it gives faulted.
Just one query should all the fields be checked together at a time?

1 Like

Yes the mentioned one

Cheers @Tanvi_Sharma

Kindly add some delay before type into activity and try once
Cheers @Tanvi_Sharma

Hi @Palaniyappan I have given maximize window also it worked for some tickets but after sometime again get full text got faulted.

1 Like

No worries
make sure that get text activity is used within a attach browser or attach window activity
–add some delay before the get text activity and in waittype property choose the option Complete

–make sure that text appears before get text activity with a element exists activity so that we would now whether the elements exists and the bot failed or obtained the text we want

Cheers @Tanvi_Sharma

1 Like

@Tanvi_Sharma

is process running in physical machine or in VM??

@Ajju its running on VM

1 Like

so did that work buddy
Cheers @Tanvi_Sharma

@Tanvi_Sharma
have you tried some of the setting which i suggested in one of your previous post.
have a look

Regrads
ajay

Thanks @Ajju
We have already set login to console as yes… will give height and width then will try it.

1 Like

@Tanvi_Sharma

welcome :slight_smile:

previous thread input which i have provided is worked for you then close that thread (link is below)

and for this thread , consider the input from @Palaniyappan as well.

one more thing is ,make the waitforReady property as complete.
image

Regards
ajay

1 Like

We used the delay after using the maximize window before get full text and it is working. We have also activate window maximize window as sometimes after maximizing the window is not activated in Oracle EBS.
Thanks everyone for your help!!!

1 Like

Great
Cheers @Tanvi_Sharma