Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
execution URI input line was not set when trying to run wfa commands via powershell
2017-09-18
11:09 AM
3,830 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to run WFA commands via powershell and keep getting above error
tried couple of things
Import-Module 'D:\Program Files\NetApp\WFA\PoSH\profile.ps1'
and also tried below
cd 'C:\Program Files\NetApp\WFA\PoSH\'
. '.\profile.ps1'
any ideas?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This usually means the REST API call was incomplete, URI is the full path for the REST call to issue the command. It would help if you could show what it is you are trying to run. I'm assuming you are trying to execute a WFA Worflow via powershell.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I assume you are trying to execute WFA powershell cmdlets like Get-WfaLoger, Get-WfaCredentials etc. from module WFA from a Powershell console. Correct? This is when you get this exception thrown.
This is expected behaviour. The WFA cmdlets from module WFA can't be called outside of the WFA except for reading the get-help documentation. See my response on this thread
What is it that you are trying to do with using these cmdlets outside in a Posh console? If you can provide more details, I can try to help.
sinhaa
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yes, thats what I am trying to do.
I am trying to run a workflow someone on this forum developed to set annotation in OCI using OCI API,
running into errors and trying to resolve them one by one testing it.
getting below
Could not create SSL/TLS secure channel.
WFA is on 1indows 2012 and SANSCREEN is 2008 servers
