Bulk Service Manager giving an internal server

Mark 31 Reputation points
2021-05-10T15:39:10.767+00:00

I read through the documentation and it seems the only way I can pull responsive search ads is by using the Bulk Service Manager. I followed the python SDK and passed the following parameters:

download_parameters = DownloadParameters(
    campaign_ids=None,
    data_scope=['EntityData'],
    download_entities=['Ads'],
    file_type='Csv',
    last_sync_time_in_utc=None,
    result_file_directory=directory,
    result_file_name='bulk_report.csv',
    overwrite_result_file=True,
    timeout_in_milliseconds=3600000
)

result_file_path = bulk_service_manager.download_file(download_parameters)

When running this I'm getting the following error:

Web service reported a SOAP processing fault using an unexpected HTTP status code 200. Reporting as an internal server error.
<suds.sax.document.Document object at 0x0000017D21BA23C8>
suds.WebFault: Server raised fault: 'Invalid client data. Check the SOAP fault details for more information. TrackingId: c9d84af1-fb6f-4c51-ae25-c3d0507a8e1c.'

Any clue what might be the issue? The reporting Service works fine.

Bing Web Search
Bing Web Search
A Bing service that gives you enhanced search details from billions of web documents.
156 questions
{count} votes

Accepted answer
  1. YutongTie-MSFT 51,696 Reputation points
    2021-05-13T08:15:20.353+00:00

    Hello,

    Thanks for reaching out to us again. I have done some research about Bulk Service Manager. It seems this is a subservice under Azure-Ads. The right support channel is:

    https://answers.microsoft.com/en-us/bing/forum?sort=LastReplyDate&dir=Desc&tab=All&status=all&mod=&modAge=&advFil=&postedAfter=&postedBefore=&threadType=All&isFilterExpanded=false&page=1

    Please post your question there to get expert's help.

    Regards,
    Yutong

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.