Good afternoon all
I'm trying to use SAP Data Services (V14.0.3) to import list details from Sharepoint. I'm using this web service as a test case only as it's a simple webservice.
I have the webservice functions imported OK to the datastore
I have job, WF and DF setup as per other SAP documents e.g. (Building Data Integrator Real-Time jobs and calling Web Services (Michael Eaton 15 March 200).
I can execute the Web Service OK from SOAPUI using the same credentials (although the simple HTTP authentication doesn't include an explicit "Domain" value as SOAPUI does.
I have increased the "Socket Timeout in milliseconds" on the datastore to 10000 with no effect on the error message delivery time.
When executing the job I get the error message
15908 13968 RUN-248005 12/09/2013 12:07:05 PM There is no response for the web service <GetListAndView>. Ensure that the network, web server, and service are running properly. Also ensure that the service client call time out is set properly.
I'm can't make the al-engine work as per other articles (1820023) with the string:
%link_dir%\bin>al_engine -U<userid> - P<password> -NMicrosoft_SQL_Server -SDTEISAPDSVP01 -Q<repository database name> -sJob_ZZ_create_Table-from-WebService - D -np
I get error message
(14.0) 09-12-13 12:52:07 (E) (6932:8888) CON-120302: Initialization ODBC call <SQLDriverConnect> for data source <DTEISAPDSVP01> failed: <[Microsoft][ODBC SQL Server Driver][Shared Memory]Invalid connection.>. Notify Customer Support.
Questions are:
1 What is wrong with my setup for the error message, how to debug the problem
2. For simple HTTP authentication, what is the format for the userid - should it be domain\userid?
3. Down the debug line, should I use the al_engine and what is the problem there.
4. For the al_engine, what format should that userid be? i.e. domain\userid
Thanks in advance
Phil