
01-30-2012 07:56 AM
Loose hypothetical Scenario: Legacy app on lan with MSSQL server backend. Cloud instance of SLX. Once a day large amounts of data must be exchanged between the two - both sending data from the lan to SLX and from SLX back to the lan.
I am curious what methods of transfer people have used, or would use in this situation. Again, very loose hypothetical - just a 'what if' kind of scenario. Thanks for playing.
01-30-2012 11:43 AM
I'd use TaskCentre... Have it on the LAN and connect to the SQL Server.. and then using the new TaskCentre WebServices tool.. connect to theSData portal in the SalesLogix Cloud.
Taking this approach, you don't have to worry about the "plumbing".. just the "ETL" operations themselves.
02-03-2012 04:39 AM
Scribe
KnowledgeSync
Task Centre
Inaport
Starfish ETL
Vb .Net
C# .Net
SSIS
Stored Procs\T-SQL
Depends on the need for Synchronization TEFF generation and your ability to generate ID's for new rows (SLX often can autoincrement these if you connect through the SLX OLE DB Provider, amazing how creative one can get in generating these on your own: "AMYID0000001" is for what table class? and "aMYID0000001" would be for its Address: True or False?)