Re: Sandbox InternalApiError - Retrieving AdGroupAds

2012-01-12 Thread heiko665
Hi, I can confirm this error. Even the example-code given by v201109 (GetAllAdGroupCriteria.java) throws "InternalApiError.UNEXPECTED_INTERNAL_API_ERROR". -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://gro

Re: BulkMutateJobError.PAYLOAD_STORE_UNAVAILABLE

2011-01-21 Thread heiko665
Hi, and again I got the error "BulkMutateJobError.PAYLOAD_STORE_UNAVAILABLE". Is there anything I can do to avoid this? This happens while uploading data via the Adwords-Api and leads to errors about wrong sequence of BulkMutateRequests (REQUEST_PART_IS_OUT_OF_ORDER). After that the jobs stays i

BulkMutateJobError.PAYLOAD_STORE_UNAVAILABLE

2011-01-19 Thread heiko665
Hi, while executing a BulkMutateJob I get the following Exception: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: [BulkMutateJobError.PAYLOAD_STORE_UNAVAILABLE @ ] faultActor: faultNode: faultDetail: {https://adwords.google.com/api/

Re: JobError.TOO_LATE_TO_CANCEL_JOB

2011-01-19 Thread heiko665
Problem solved. Thanks Eric! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are su

JobError.TOO_LATE_TO_CANCEL_JOB

2011-01-18 Thread heiko665
Hi, I am trying to remove pending BulkMutateJobs that are running for at least 4 days in the sandbox (containing only 200 operations). The status of the jobs is "PENDING". I cannot delete them and instead get the error "JobError.TOO_LATE_TO_CANCEL_JOB". Any suggestions or hints? desperate, -he