NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Active IQ Unified Manager Discussions

WFA PowerShell Reports

SrikanthReddy
7,111 Views

Error  Exception calling "SaveAs"

 

I am getting errors saving excel via powershell code in WFA

if any work around

 

 

 

$xl=New-Object -ComObject "Excel.Application"
$wb=$xl.Workbooks.Add()

 

#==Powershell Code for Report==

$wb.SaveAs($htmlReport,$xlHTML)
$wb.SaveAs($csvReport, $xlCSV)
$wb.SaveAs( $reportName,[Microsoft.Office.Interop.Excel.XlFileFormat]::xlExcel8)

 

 

 

6 REPLIES 6

geringer
7,106 Views

Do you have Excel installed on the WFA server?

SrikanthReddy
7,104 Views

Yes

 

Tested code works ok via powershell at command prompt

 

 

 

 

sinhaa
7,055 Views

See, you have provided almost close to zero information for debugging and expecting a solution.

 

1. What are you actually trying to do.

2. What is the error message you get?

3. What values of variables $htmlReport,$xlHTML..

 

 

What can one make out from a few lines  from the middle of the code. It will not help. So provide sufficient infomation.

 

 

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

SrikanthReddy
7,033 Views

Thanks sinhaa 

 

this was for testing if I could write excel  output to local drive via powershell on WFA server 

 

 

The only exception I am getting from  logs is

 

"Error  Exception calling "SaveAs" "

 

Can we save Excel workbook on local drive ? 

 

could be service account permission issues ,will report after testing 

 

geringer
7,018 Views

Attached is a simple WFA command that you can "test" to see if you have an issue with your WFA server configuration, or if the issue is in your code.  This requires an open directory at C:\Temp\WFA to run.  It works on my laptop with WFA installed.

 

Mike

geringer
7,016 Views

Not sure why the dar file does not show as an attachment, unless it is being filtered out as "software files".  Email me, and I will send you the attachment.

 

Mike Geringer

NetApp

Public