cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
551
Views
0
Helpful
3
Replies

Unable to fully resolve expression

vigneswaram
Level 1
Level 1

                   Hi Team,

When i am using "Execute Windows PowerShell Script" activity to get the VM details facing the below issue:

Error: "Unable to fully resolve expression, as Reference to Property ResolvedTarget.Reference to Object Type PropertyExtension  with Object Id 219a97b9-908d-4b40-afb3-78c4fb431e70.GetReferencedObject.VIServer of ProcessInstance . could not be resolved."

Could anyone please help me what might be the issue and how to resolve this.. Thanks in advance.

3 Replies 3

Shaun Roberts
Cisco Employee
Cisco Employee

The means you have a call to a referenced variable and that variable is returning a null value or has no value.

Would have to see your complete content to give an idea about where it is, but review your process and see where you might be getting a null value into a variable. (review both the configuration of the process and the live running to find it)

--Shaun Roberts
Principal Engineer, CX
shaurobe@cisco.com

I think this is actually a bad target reference.  Check out the Target tab for your Powershell activity and see what target it wants to run on.  I bet if you look at that target reference in "Extended Target Properties" you'll find that it's empty.

Note this can happen with variables if you refer to the output of an upstream activity, then remove the upstream activity, for example.  The "reference" to the variable is invalid because that variable doesn't exist because it's an output of an activity that doesn't exist.

In the case of Target references, it usually means you haven't populated the reference with an actual target.  So when it tries to say "run on the target specified in this target reference variable" and there's nothing in there, you get this error.

Matthew Horvat
Level 1
Level 1

I have also seen this for example with exchange2010 PS scripts when the powershell requires you to point the "-server" (or what ever is relevent to your command)  to the server you wish to execute the commands on.

you would receive this error when this flag is not set

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: