PDA

View Full Version : DataPump Version 8 webservice Problems


Tom Willis
July 12th, 2005, 12:30 PM
I'm having problems with the Datapump webservice on version 8.

Both start process and startprocessusingmanifest when invoked return a tracking ID but the job never gets registered and processed. I ran SQL profiler and there's no DB activity on the DWCHServer when either method is invoked.

I get no error messages either.

However calling through the .net API the same 2 methods work just fine.

I've done the uninstall reinstall dance a couple of times now with no change in behavior.


Any idea how to troubleshoot this? Logs or something maybe?

tomkrier
July 12th, 2005, 04:33 PM
It sounds like your MSSQLSERVER service is not running or something. On our server there is a SQL server service manager in the sys tray. Check if that is running. Otherwise I would just make sure Monarch Data Pump 8 Service and MSSQLSERVER Services are turned on. If they are not on than it is understandable there is no activity on the SQL database.

Tom Willis
July 12th, 2005, 08:17 PM
Everything works fine on the datapump server calling through the .net api (DWCHServer.API or whatever it is), so all services are turned on, on that server.

It's calling through the webservice itself that isn't functioning.

Gareth Horton
July 14th, 2005, 05:05 AM
Tom,

It sounds like a permissions issue.

First thing to check would be the ability to write to ProcessQueue.xml.

To find the location of this, check this registry key:

HKEY_LOCAL_MACHINESOFTWAREDatawatchDWCH ServerWorkpath

You may want to check that this file is being updated when you submit a job via the web service. Or you could just check that the web user account has write access.

You could create a different folder and change the registry entry to point to that if you are worried about access to windows emp for security reasons, but you will have to restart the Data Pump service.


Gareth

Originally posted by Tom Willis:
I'm having problems with the Datapump webservice on version 8.

Both start process and startprocessusingmanifest when invoked return a tracking ID but the job never gets registered and processed. I ran SQL profiler and there's no DB activity on the DWCHServer when either method is invoked.

I get no error messages either.

However calling through the .net API the same 2 methods work just fine.

I've done the uninstall reinstall dance a couple of times now with no change in behavior.


Any idea how to troubleshoot this? Logs or something maybe?