<?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 Re: Error when trying to export to MS Access and Excel in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-trying-to-export-to-MS-Access-and-Excel/m-p/59863#M6089</link>
    <description>Share your SAS log information (post a reply and paste) at the point of error (and the expanded SAS code prior to the error), otherwise it will be somewhat difficult to debug with some info about your SAS program processing.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Wed, 29 Jul 2009 16:42:23 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-07-29T16:42:23Z</dc:date>
    <item>
      <title>Error when trying to export to MS Access and Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-trying-to-export-to-MS-Access-and-Excel/m-p/59862#M6088</link>
      <description>I am receiving an error "An error ocurred saving the file. Unknown" when I try to export a dataset to either MS Access or MS Excel. Any ideas?</description>
      <pubDate>Wed, 29 Jul 2009 14:52:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-trying-to-export-to-MS-Access-and-Excel/m-p/59862#M6088</guid>
      <dc:creator>Mark_C</dc:creator>
      <dc:date>2009-07-29T14:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export to MS Access and Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-trying-to-export-to-MS-Access-and-Excel/m-p/59863#M6089</link>
      <description>Share your SAS log information (post a reply and paste) at the point of error (and the expanded SAS code prior to the error), otherwise it will be somewhat difficult to debug with some info about your SAS program processing.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 29 Jul 2009 16:42:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-trying-to-export-to-MS-Access-and-Excel/m-p/59863#M6089</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-07-29T16:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export to MS Access and Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-trying-to-export-to-MS-Access-and-Excel/m-p/59864#M6090</link>
      <description>Seems like a question for tech support.</description>
      <pubDate>Wed, 29 Jul 2009 17:49:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-trying-to-export-to-MS-Access-and-Excel/m-p/59864#M6090</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-07-29T17:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export to MS Access and Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-trying-to-export-to-MS-Access-and-Excel/m-p/59865#M6091</link>
      <description>Thanks. Here is the log.&lt;BR /&gt;
&lt;BR /&gt;
File To Export:&lt;BR /&gt;
    Table04_JoinAtrbHigh&lt;BR /&gt;
&lt;BR /&gt;
Output File Type:&lt;BR /&gt;
    Microsoft Access File (*.mdb)&lt;BR /&gt;
&lt;BR /&gt;
Options:&lt;BR /&gt;
    Use labels for column names : True&lt;BR /&gt;
&lt;BR /&gt;
Output File:&lt;BR /&gt;
    C:\Documents and Settings\nbkpxp4\My Documents\Table04_JoinAtrbHigh.mdb&lt;BR /&gt;
&lt;BR /&gt;
Total Processing Time:&lt;BR /&gt;
    5.53125 seconds&lt;BR /&gt;
&lt;BR /&gt;
Error:&lt;BR /&gt;
    Attempt 3 : Unknown&lt;BR /&gt;
   at ADODB.RecordsetClass.AddNew(Object FieldList, Object Values)&lt;BR /&gt;
   at SAS.EG.DataAccess.DataModel.DaForJetEngineDataFiles.AddNewRecords(Object[,] a_arColValues)&lt;BR /&gt;
   at SAS.EG.DataAccess.DataModel.DataSourceManager.ExportToDataSource(String a_strTargetServer, String a_strActiveDataSource, DataSourceManager a_oTargetDSMgr, Boolean useLabelsAsColumnNames, Boolean copyIntegrityConstraints, String dateTimeFormatString)&lt;BR /&gt;
   at SAS.EG.DataAccess.DataModel.DataSourceManager.ExportToDataSource(OpenName openName, Boolean useLabelsAsColumnNames, Boolean copyIntegrityConstraints)&lt;BR /&gt;
   at SAS.EG.ProjectElements.DataExportHelper.Export(ProjectCollection project, ICanBeInputData sourceData, OpenName rawDestination, Boolean useLabelsAsColumnNames)&lt;BR /&gt;
   at SAS.EG.ProjectElements.ShortCutToData.Export(OpenName on)&lt;BR /&gt;
   at SAS.EG.ProjectElements.ExportTask.ExportRetry(IExportable iExportable, OpenName on, Int32 tryAgain)&lt;BR /&gt;
Attempt 2 : Unknown&lt;BR /&gt;
   at ADODB.RecordsetClass.AddNew(Object FieldList, Object Values)&lt;BR /&gt;
   at SAS.EG.DataAccess.DataModel.DaForJetEngineDataFiles.AddNewRecords(Object[,] a_arColValues)&lt;BR /&gt;
   at SAS.EG.DataAccess.DataModel.DataSourceManager.ExportToDataSource(String a_strTargetServer, String a_strActiveDataSource, DataSourceManager a_oTargetDSMgr, Boolean useLabelsAsColumnNames, Boolean copyIntegrityConstraints, String dateTimeFormatString)&lt;BR /&gt;
   at SAS.EG.DataAccess.DataModel.DataSourceManager.ExportToDataSource(OpenName openName, Boolean useLabelsAsColumnNames, Boolean copyIntegrityConstraints)&lt;BR /&gt;
   at SAS.EG.ProjectElements.DataExportHelper.Export(ProjectCollection project, ICanBeInputData sourceData, OpenName rawDestination, Boolean useLabelsAsColumnNames)&lt;BR /&gt;
   at SAS.EG.ProjectElements.ShortCutToData.Export(OpenName on)&lt;BR /&gt;
   at SAS.EG.ProjectElements.ExportTask.ExportRetry(IExportable iExportable, OpenName on, Int32 tryAgain)&lt;BR /&gt;
Attempt 1 : Unknown&lt;BR /&gt;
   at ADODB.RecordsetClass.AddNew(Object FieldList, Object Values)&lt;BR /&gt;
   at SAS.EG.DataAccess.DataModel.DaForJetEngineDataFiles.AddNewRecords(Object[,] a_arColValues)&lt;BR /&gt;
   at SAS.EG.DataAccess.DataModel.DataSourceManager.ExportToDataSource(String a_strTargetServer, String a_strActiveDataSource, DataSourceManager a_oTargetDSMgr, Boolean useLabelsAsColumnNames, Boolean copyIntegrityConstraints, String dateTimeFormatString)&lt;BR /&gt;
   at SAS.EG.DataAccess.DataModel.DataSourceManager.ExportToDataSource(OpenName openName, Boolean useLabelsAsColumnNames, Boolean copyIntegrityConstraints)&lt;BR /&gt;
   at SAS.EG.ProjectElements.DataExportHelper.Export(ProjectCollection project, ICanBeInputData sourceData, OpenName rawDestination, Boolean useLabelsAsColumnNames)&lt;BR /&gt;
   at SAS.EG.ProjectElements.ShortCutToData.Export(OpenName on)&lt;BR /&gt;
   at SAS.EG.ProjectElements.ExportTask.ExportRetry(IExportable iExportable, OpenName on, Int32 tryAgain)</description>
      <pubDate>Wed, 29 Jul 2009 17:58:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-trying-to-export-to-MS-Access-and-Excel/m-p/59865#M6091</guid>
      <dc:creator>Mark_C</dc:creator>
      <dc:date>2009-07-29T17:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export to MS Access and Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-trying-to-export-to-MS-Access-and-Excel/m-p/59866#M6092</link>
      <description>As Doc@Duke indicated, this is a SAS tech support issue - suggest opening a SAS support track and provide them with detailed diagnostics information.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 29 Jul 2009 21:53:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-trying-to-export-to-MS-Access-and-Excel/m-p/59866#M6092</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-07-29T21:53:05Z</dc:date>
    </item>
  </channel>
</rss>

