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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When I export a workflow in WFA 2.1, it's being saved as a .zip file. When I try to import the workflow, the only file type that can be imported is a .dar file. What am I missing?
Thanks!
Solved! See The Solution
1 ACCEPTED SOLUTION
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have seen this happen on some of the newer version of Internet Explorer. By default it seems that some versions of IE will save the files in a zip format.
Try to change the file type to .DAR instead or use a different browser like Firefox or Chrome.
I have not found the right 'option' to disable to prevent this type of error.
Jeremy Goodrum, NetApp
The Pirate
Twitter: @virtpirate
Blog: www.virtpirate.com
5 REPLIES 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Are you using IE?
Can you please try it on some other browser..!!
Warm Regards
Sivaprasad K
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have seen this happen on some of the newer version of Internet Explorer. By default it seems that some versions of IE will save the files in a zip format.
Try to change the file type to .DAR instead or use a different browser like Firefox or Chrome.
I have not found the right 'option' to disable to prevent this type of error.
Jeremy Goodrum, NetApp
The Pirate
Twitter: @virtpirate
Blog: www.virtpirate.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
This is well documented in 2.1 Release Notes. This issue would arise with some IE versions..!
So, the workarounds would be,
- While saving the file change the file type from .zip to .dar
- Change the browser
Warm Regards
Sivaprasad K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Okay found how to fix it. Verified with IE10 and its working great for me.
- . Open the file web.xml in folder WFA\jboss\standalone\deployments\download.war\WEB-INF
- Add the following line for an additional mime-mapping
<mime-mapping>
<extension>dar</extension>
<mime-type>application/x-7z-compressed</mime-type>
</mime-mapping>
3. Restart your "NetApp WFA Server" Service.
4. Once its up, open WFA server with the same Internet Explorer browser where you were facing the problem and you'll see that now when you export, it will prompt to save exports as .dar and not .zip
Let me know how this worked for you.
warm regards,
Abhishek
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
Thanks to all who replied. Simply changing the file ending from .zip to .dar worked.
