<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Export Information Map from Studio to XML file in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Export-Information-Map-from-Studio-to-XML-file/m-p/320297#M4814</link>
    <description>I'm getting an error as below: [ java.io.FileNotFoundException: Z:\FolderRedir\Win2008\Downloads\test SAS infomap.xml (Permission denied) ] ERROR: The procedure was unable to export the information map "IMAP_OSR_MOMB" in "/Users/MyUser/My Folder". when running a proc infomaps call like so: proc infomaps;/* Export an information map to a physical location. */ /* Note that the sample locations are operating system-specific. */ export infomap "IMAP_OSR_MOMB" file="Z:\FolderRedir\Win2008\Downloads\test SAS infomap.xml" mappath="/Users/MyUser/My Folder"; where I've scrubbed some of the more important file path names for security. It looks like I need to change the folder permissions in order to export the info-map to XML. Any alternate ideas? Regards, Chad Caulkins "Data Miner Virtuoso"</description>
    <pubDate>Tue, 20 Dec 2016 16:35:59 GMT</pubDate>
    <dc:creator>ccaulkins9</dc:creator>
    <dc:date>2016-12-20T16:35:59Z</dc:date>
    <item>
      <title>Export Information Map from Studio to XML file</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Export-Information-Map-from-Studio-to-XML-file/m-p/320297#M4814</link>
      <description>I'm getting an error as below: [ java.io.FileNotFoundException: Z:\FolderRedir\Win2008\Downloads\test SAS infomap.xml (Permission denied) ] ERROR: The procedure was unable to export the information map "IMAP_OSR_MOMB" in "/Users/MyUser/My Folder". when running a proc infomaps call like so: proc infomaps;/* Export an information map to a physical location. */ /* Note that the sample locations are operating system-specific. */ export infomap "IMAP_OSR_MOMB" file="Z:\FolderRedir\Win2008\Downloads\test SAS infomap.xml" mappath="/Users/MyUser/My Folder"; where I've scrubbed some of the more important file path names for security. It looks like I need to change the folder permissions in order to export the info-map to XML. Any alternate ideas? Regards, Chad Caulkins "Data Miner Virtuoso"</description>
      <pubDate>Tue, 20 Dec 2016 16:35:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Export-Information-Map-from-Studio-to-XML-file/m-p/320297#M4814</guid>
      <dc:creator>ccaulkins9</dc:creator>
      <dc:date>2016-12-20T16:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Export Information Map from Studio to XML file</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Export-Information-Map-from-Studio-to-XML-file/m-p/320320#M4815</link>
      <description>&lt;P&gt;From the "IMAP_OSR_MOMB" in "/Users/MyUser/My Folder" you are also apparently running into&amp;nbsp;a cross-operating system issue. I would guess that you have a server running and the server does not have a map to your desired output location which is Windows. So you may need to work with your SAS admin about how to point the output to that location from the server's point of view.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 18:38:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Export-Information-Map-from-Studio-to-XML-file/m-p/320320#M4815</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-12-20T18:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Export Information Map from Studio to XML file</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Export-Information-Map-from-Studio-to-XML-file/m-p/320321#M4816</link>
      <description>Thank you, W - the issue is slightly more complicated but I will follow up first with the SAS admins and let you all know what ?transpires?</description>
      <pubDate>Tue, 20 Dec 2016 18:49:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Export-Information-Map-from-Studio-to-XML-file/m-p/320321#M4816</guid>
      <dc:creator>ccaulkins9</dc:creator>
      <dc:date>2016-12-20T18:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Export Information Map from Studio to XML file</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Export-Information-Map-from-Studio-to-XML-file/m-p/320331#M4817</link>
      <description>&lt;P&gt;It looks like you are trying to export from someone's personal My Folder area. Unless you are the owner of that folder, then I do not think you will be able to export that map. Add the following to your PROC INFOMAPS statement to see if you get additional information: &lt;BR /&gt;&lt;BR /&gt;proc infomaps &lt;FONT color="#ff0000"&gt;debug=yes&lt;/FONT&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 20:10:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Export-Information-Map-from-Studio-to-XML-file/m-p/320331#M4817</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2016-12-20T20:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Export Information Map from Studio to XML file</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Export-Information-Map-from-Studio-to-XML-file/m-p/320350#M4818</link>
      <description>&lt;P&gt;Hi, Madelyn - That someone is actually me :$ I've just gotten used to masking sensitive information when sending it out to external consultants, vendors, etc. Here's the output from proc infomaps debug=yes;&amp;nbsp;this time with a more generic pathname:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[...]&lt;/P&gt;&lt;P&gt;14 GOPTIONS ACCESSIBLE;&lt;BR /&gt;15 proc infomaps debug=yes;/* Export an information map to a physical location. */&lt;BR /&gt;16 /* Note that the sample locations are operating system-specific. */&lt;BR /&gt;17 export infomap "IMAP_17_9311_UAA"&lt;BR /&gt;18 file="H:\FolderRedir\Win2008\infomap.xml"&lt;BR /&gt;19 mappath="/2017 Census Test/Paper Data Capture/Information Maps";&lt;BR /&gt;[ java.io.FileNotFoundException: H:\FolderRedir\Win2008\infomap.xml (Permission denied) ]&lt;BR /&gt;at java.io.FileOutputStream.open(Native Method)&lt;BR /&gt;at java.io.FileOutputStream.&amp;lt;init&amp;gt;(FileOutputStream.java:194)&lt;BR /&gt;at java.io.FileOutputStream.&amp;lt;init&amp;gt;(FileOutputStream.java:84)&lt;BR /&gt;at com.sas.iquery.baseinteg.ProcInfoMaps.exportXML(ProcInfoMaps.java:4729)&lt;BR /&gt;at com.sas.iquery.baseinteg.ProcInfoMaps.exportInformationMap(ProcInfoMaps.java:4716)&lt;/P&gt;&lt;P&gt;ERROR: The procedure was unable to export the information map "IMAP_17_9311_UAA" in "/2017 Census Test/Paper Data&lt;BR /&gt;Capture/Information Maps".&lt;BR /&gt;20&lt;BR /&gt;21 GOPTIONS NOACCESSIBLE;&lt;BR /&gt;22 %LET _CLIENTTASKLABEL=;&lt;BR /&gt;23 %LET _CLIENTPROJECTPATH=;&lt;BR /&gt;24 %LET _CLIENTPROJECTNAME=;&lt;BR /&gt;25 %LET _SASPROGRAMFILE=;&lt;BR /&gt;26&lt;BR /&gt;27 ;*';*";*/;quit;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE INFOMAPS used (Total process time):&lt;BR /&gt;real time 5.86 seconds&lt;BR /&gt;user cpu time 0.01 seconds&lt;BR /&gt;system cpu time 0.00 seconds&lt;BR /&gt;Memory 120k&lt;BR /&gt;OS Memory 11556k&lt;BR /&gt;Timestamp 12/20/2016 3:49:04 PM&lt;BR /&gt;Page Faults 0&lt;BR /&gt;Page Reclaims 162&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 1987&lt;BR /&gt;Involuntary Context Switches 13&lt;BR /&gt;Block Input Operations 0&lt;BR /&gt;Block Output Operations 0&lt;BR /&gt;&lt;BR /&gt;27 ! run;&lt;BR /&gt;2 The SAS System 15:48 Tuesday, December 20, 2016&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;28 ODS _ALL_ CLOSE;&lt;BR /&gt;29&lt;BR /&gt;30&lt;BR /&gt;31 QUIT; RUN;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 20:55:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Export-Information-Map-from-Studio-to-XML-file/m-p/320350#M4818</guid>
      <dc:creator>ccaulkins9</dc:creator>
      <dc:date>2016-12-20T20:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Export Information Map from Studio to XML file</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Export-Information-Map-from-Studio-to-XML-file/m-p/320393#M4820</link>
      <description>&lt;P&gt;It really does look like file permissions at that path on the H drive. Do you have a different location you can use to test. Somewhere you are sure you have permissions for?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 02:27:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Export-Information-Map-from-Studio-to-XML-file/m-p/320393#M4820</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2016-12-21T02:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Export Information Map from Studio to XML file</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Export-Information-Map-from-Studio-to-XML-file/m-p/320440#M4822</link>
      <description>&lt;PRE&gt;18 file="H:\FolderRedir\Win2008\infomap.xml"
19 mappath="/2017 Census Test/Paper Data Capture/Information Maps";&lt;/PRE&gt;
&lt;P&gt;Here, you are mixing UNIX and Windows style file/pathname syntax. What operating system is your SAS server running on?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 09:08:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Export-Information-Map-from-Studio-to-XML-file/m-p/320440#M4822</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-12-21T09:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Export Information Map from Studio to XML file</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Export-Information-Map-from-Studio-to-XML-file/m-p/320512#M4823</link>
      <description>&lt;LI-SPOILER&gt;Apology to Madelyn SuperUser: I didn't realize that because the Compute Tier is actually running on Linux, it was destined to fail - that code with the hard-coded path was, that is &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;I've determined that in fact the Computer Server is running on Linux and it was a matter of writing the file to /tmp. Let me know if I can be more explicit in my explanation - of course, I might have to "kill"/unfriend you on Facebook after that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 14:54:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Export-Information-Map-from-Studio-to-XML-file/m-p/320512#M4823</guid>
      <dc:creator>ccaulkins9</dc:creator>
      <dc:date>2016-12-21T14:54:30Z</dc:date>
    </item>
  </channel>
</rss>

