<?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>Question Re: Import/Export Errors in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969115#M3183602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is recommended that all the components should be on same patch level, else you might face some issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For deploying the .SCA files please make use of the discussion at &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/message/13601022"&gt;http://scn.sap.com/message/13601022&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any further inputs required, please do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2012 05:00:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-10-18T05:00:45Z</dc:date>
    <item>
      <title>Import/Export Errors</title>
      <link>https://community.sap.com/t5/technology-q-a/import-export-errors/qaq-p/8969074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have installed IDM 7.2. We are trying to import the IDM UI jobs and tasks to Management console. But getting an error which says "Import/Export failed with errors". and the log looks like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/130674" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The log is not very helpful to identify the error. Could anyone help on how to resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 11:37:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/import-export-errors/qaq-p/8969074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-21T11:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export Errors</title>
      <link>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969075#M3183562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're right, the log is not very helpful, if you want a better log, go to the&amp;nbsp; Import_Start.bat file (.sh) if you're on unix, and adjust command.&amp;nbsp; Comment out the currently active import command and uncomment this one...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REM --- Use this to write the result of an import process to a out file. NOTE!! A new import process can not be started, if the ImXport.log is still open in a text editor.&lt;/P&gt;&lt;P&gt;REM "D:\sapjvm_6\jre\bin\java.exe" -Xms128m -Xmx512m -DDSE_HOME="D:\usr\sap\IdM\Identity Center" com.sap.idm.ic.syncutil.Import %DSEJ_HANDLE% OPERATION=%OPERATION% STARTID=%START_ID% JDBC_DRIVER=%JDBC_DRIVER% JDBC_URL=%JDBC_URL% "LOGFILE=%LOGFILE%" INIFILE=%INIFILE%&amp;gt; "D:\usr\sap\IdM\Identity Center\Import.out" 2&amp;gt;&amp;amp;1&lt;/P&gt;&lt;P&gt;REM goto cleanup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it does end up being a memory problem, try adjusting the memory paraemter -Xmx512m.&amp;nbsp; Trying 1024 first, and then 2048.&amp;nbsp; You can also try adjusting the other memory parameter, but when i had this problem, just changing -Xmx fixed it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Snyder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 14:08:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969075#M3183562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-21T14:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export Errors</title>
      <link>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969076#M3183563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your valuable suggestion. But we have installed it on Windows server 2008 R2. Can you suggest how to fix this on windows ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 14:38:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969076#M3183563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-21T14:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export Errors</title>
      <link>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969077#M3183564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look in Chris' reply you will see that he refers to both the .bat (Windows) and .sh (UNIX/LINUX) files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 14:57:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969077#M3183564</guid>
      <dc:creator>former_member2987</dc:creator>
      <dc:date>2012-08-21T14:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export Errors</title>
      <link>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969078#M3183565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Matt &amp;amp; Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the suggestion given above. But it was of no use. Still getting the following error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Could not initialize the Identity Synchronization tool&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 05:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969078#M3183565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-22T05:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export Errors</title>
      <link>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969079#M3183566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd suggest reviewing the installation documentation.&amp;nbsp; I think you missed a step somewhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 13:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969079#M3183566</guid>
      <dc:creator>former_member2987</dc:creator>
      <dc:date>2012-08-22T13:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export Errors</title>
      <link>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969080#M3183567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We got the similar error as well installing IDM 7.2 MSSQL 2008 R2 Enterprise. The database server is centrally managed, using dynamic ports, JDBC 3 with AS JAVA 7,0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where could be the error lies? We can try your suggestion changing -xmx, and see if it will work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What value did you assign then? Thanks&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/138452" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 21:30:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969080#M3183567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-18T21:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export Errors</title>
      <link>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969081#M3183568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you mentioned uncomment this out in "Import_Start", as far as I understood it, this file "Import_Start" is being regenerated from the Import_Template. Shouldn't it be that this needs to be uncomment this on "Import_Template" instead in "Import_Start"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the reason why it is doing this? Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REM --- Use this to write the result of an import process to a out file. NOTE!! A new import process can not be started, if the ImXport.log is still open in a text editor.&lt;/P&gt;&lt;P&gt;REM "D:\sapjvm_6\jre\bin\java.exe" -Xms128m -Xmx512m -DDSE_HOME="D:\usr\sap\IdM\Identity Center" com.sap.idm.ic.syncutil.Import %DSEJ_HANDLE% OPERATION=%OPERATION% STARTID=%START_ID% JDBC_DRIVER=%JDBC_DRIVER% JDBC_URL=%JDBC_URL% "LOGFILE=%LOGFILE%" INIFILE=%INIFILE%&amp;gt; "D:\usr\sap\IdM\Identity Center\Import.out" 2&amp;gt;&amp;amp;1&lt;/P&gt;&lt;P&gt;REM goto cleanup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Btw, I've checked the "Import_Start" file and this is what I've got below so to uncomment it will result to this, is this correct:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Use this to write the result of an import process to a out file. NOTE!! A new import process can not be started, if the ImXport.log is still open in a text editor.&lt;/P&gt;&lt;P&gt;REM "C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms128m -Xmx512m -DDSE_HOME="C:\usr\sap\IdM\Identity Center" com.sap.idm.ic.syncutil.Import %DSEJ_HANDLE% OPERATION=%OPERATION% STARTID=%START_ID% JDBC_DRIVER=%JDBC_DRIVER% JDBC_URL=%JDBC_URL% "LOGFILE=%LOGFILE%" INIFILE=%INIFILE%&amp;gt; "C:\usr\sap\IdM\Identity Center\Import.out" 2&amp;gt;&amp;amp;1&lt;/P&gt;&lt;P&gt;REM goto cleanup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 21:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969081#M3183568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-18T21:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export Errors</title>
      <link>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969082#M3183569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Krishna, did you use sapjvm6? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 07:20:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969082#M3183569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-19T07:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export Errors</title>
      <link>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969083#M3183570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt &lt;/P&gt;&lt;P&gt;have you got any idea why it is coming up this error message. We tried to change it as Chris suggested and below is the changes on our import_Template.bat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would appreciate any help. Thanks &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/138541" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 09:54:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969083#M3183570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-19T09:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export Errors</title>
      <link>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969084#M3183571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes we are using sapjvm6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 13:16:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969084#M3183571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-19T13:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export Errors</title>
      <link>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969085#M3183572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Krishna did you get a message first which says: couldn't create connection to the database? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What message did you get first before displaying the log file? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 14:03:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969085#M3183572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-19T14:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export Errors</title>
      <link>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969086#M3183573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See my comments in my other post.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick recap,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check Database user rights&lt;/P&gt;&lt;P&gt;Check Keys.ini&lt;/P&gt;&lt;P&gt;Check NW Admin set up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 15:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969086#M3183573</guid>
      <dc:creator>former_member2987</dc:creator>
      <dc:date>2012-09-19T15:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export Errors</title>
      <link>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969087#M3183574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Krishna, did you resolve it your issue importing the tasks?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 15:25:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969087#M3183574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-19T15:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export Errors</title>
      <link>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969088#M3183575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt thanks will check those and see if they are&amp;nbsp; OK &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 15:25:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969088#M3183575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-19T15:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export Errors</title>
      <link>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969089#M3183576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we tried to import the jobs/tasks on cient machine ( MMC installed on a desktop other that server), we are getting the same error as you mentioned above &lt;STRONG&gt;" Couldn't create connection to the database"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when we tried to import on the server machine, we were getting error &lt;STRONG&gt;" Import/export exited with errors, pls check the logs" . &lt;/STRONG&gt;For this , we have rasied a OSS with SAP, but awaiting reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You try once importing the jobs/tasks on the server machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 07:01:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969089#M3183576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-20T07:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export Errors</title>
      <link>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969090#M3183577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We still have the issue while importing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exporting works fine in my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 07:02:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969090#M3183577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-20T07:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export Errors</title>
      <link>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969091#M3183578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error logs generated doesnt help much to unerstand the actual cause of the issue. So, by commenting out and uncommenting the lines what Chris has suggested, When import is tried, the details log is created to a file ( import.out) , which gives some clue for the cause of the issue. You can refer to the SAP NOTE &lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;1436169&lt;/SPAN&gt;. which might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 07:05:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969091#M3183578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-20T07:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export Errors</title>
      <link>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969092#M3183579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We found out some interesting result. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we have discovered is the problem is related to the inability of the idm system to match the encrypted JDBC URL with that held in the SQL database. We have tried to modify the varvalue in the database directly associated with the JDBC URL And the RT Connection string but they seem to be fixed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we manually modify the import_start file (which is the manually putting the encrypted value of the JDBC URL from the SQL database to the import_start file) and run this from the command prompt changing the JDBC URL in the import_start.bat to either the RT user connection string or the admin user connection string it then works. - the import wizard will open&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if we try from the MMC and import it there, the error will pop-up. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion why is this happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 10:31:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969092#M3183579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-25T10:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export Errors</title>
      <link>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969093#M3183580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Tin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We still hv the issue. Did you find any solution ? If Yes, pls do share &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1011/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 10:59:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/import-export-errors/qaa-p/8969093#M3183580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-25T10:59:28Z</dc:date>
    </item>
  </channel>
</rss>

