matt40k Posted August 20, 2013 Posted August 20, 2013 I've been working on version 2 for a while now which is a complete overhaul of the previous version, however I've not had much time to really finish this. In attempt to drum up interest to either get the project handed over or to motivate me to finish it I've release a preview version of version 2. Just to confirm: It's not finished. Pretty sure only the email import is finished. UDF import I'm not sure I finished It works on 64bit machines. It doesn't require any license, tis free. It's a total overhaul It's not finished. Finally, you can download it from: https://simsbulkimport.codeplex.com/releases/view/111046 3
phughes Posted December 11, 2013 Posted December 11, 2013 Hi Matt, I am currently trying to use your tool, however the created UDFs aren't available from the drop down list. I have copied the error from the log file below. Please advise. 2013-12-11 10:50:09.4573|Error|System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 23.63.99.107:80 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at Matt40k.SIMSBulkImport.Updater.Requestor.request(Uri url, String method, String postData) in c:\Users\Matt\Documents\Visual Studio 2012\Projects\SIMSBulkImport\Dev\SIMSBulkImport\SIMSBulkImport\Updater\Requestor.cs:line 44 at Matt40k.SIMSBulkImport.Updater.Requestor.get_GetVersion() in c:\Users\Matt\Documents\Visual Studio 2012\Projects\SIMSBulkImport\Dev\SIMSBulkImport\SIMSBulkImport\Updater\Requestor.cs:line 53 at Matt40k.SIMSBulkImport.Updater.Update.GetServerVersion() in c:\Users\Matt\Documents\Visual Studio 2012\Projects\SIMSBulkImport\Dev\SIMSBulkImport\SIMSBulkImport\Updater\Update.cs:line 51 at Matt40k.SIMSBulkImport.Updater.Update.GetServerVersion_DoWork(Object sender, DoWorkEventArgs e) in c:\Users\Matt\Documents\Visual Studio 2012\Projects\SIMSBulkImport\Dev\SIMSBulkImport\SIMSBulkImport\Updater\Update.cs:line 64
matt40k Posted December 11, 2013 Author Posted December 11, 2013 That errors relates to it trying to check for updates. V2 won't work, I never finished the logic for UDF. v1.7 should work - but only if it's a single text line. What is the UDF type? You'll have to do the workaround unfortunately - SIMS Bulk Import - View Issue #1531: Unable to import UDFs Edit your SIMSBulkImport.exe.config, underneath 1
phughes Posted December 11, 2013 Posted December 11, 2013 Workaround got me a lot closer... I have created a UDF field with Text (Single-Line), a csv file with headings and a sinlge user (to test). I select the appropriate headings and UDF and then select the new field underneath. The process then fails at the last stage and the error on the log is below: 2013-12-11 12:08:23.5531|Error|System.NullReferenceException: Object reference not set to an instance of an object. at SIMS.Entities.AbstractCollection.ItemByDescription(String description) at Matt40k.SIMSBulkImport.SIMSAPI.GetEmailLocationId(String locationName) in C:\Users\Matt\Documents\Visual Studio 2010\Projects\GingerBeard\SIMSBulkImport\SIMSAPI\Main.cs:line 636
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now