'CampaignServiceEditorialAdDestinationUrlBlank(1393)' error when Updating AdCopy via the BulkService

Hello,
I am refactoring some of our Bing services and came across this error:
REQUEST: (Account info redacted)
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Header>
<h:ApplicationToken xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9" xsi:nil="true" />
<h:CustomerAccountId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:CustomerAccountId>
<h:CustomerId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:CustomerId>
<h:DeveloperToken xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:DeveloperToken>
<h:Password xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:Password>
<h:UserName xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9">API__RKG_v8</h:UserName>
</soap:Header>
<soap:Body xmlns="https://bingads.microsoft.com/CampaignManagement/v9">
<GetBulkUploadStatusRequest>
<RequestId>3c938854-2b58-47e2-b29d-d267dbc8105b</RequestId>
</GetBulkUploadStatusRequest>
</soap:Body>
</soap:Envelope>
RESPONSE:
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<h:TrackingId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9">01ef4722-e76e-41ad-8c32-8e2dd83f6cb7</h:TrackingId>
</s:Header>
<s:Body>
<GetBulkUploadStatusResponse xmlns="https://bingads.microsoft.com/CampaignManagement/v9">
<RequestStatus>CompletedWithErrors</RequestStatus>
<ResultFileUrl>https://download.api.si.bingads.microsoft.com/ReportDownload/Download.aspx?q=7uvdfqwL4FdYoc5ZA8EGM%2fOSVki%2bA5nImRI1v6h1eO59TLW7pe4PJT8cntYJgtek%2bjloJTlVA1%2b1DTXUMRaaq%2fjecKRykjdyTvWNN%2f6Rx0RLLzNJtFIFBkce8dOFvbsLbR8tm%2b4IF5LIK95%2bA92RZ1dptOxZ075nS6ZaXKVmbpcxSYrm4wHX2NeTV3eTYkLOTm6%2bO7Gc0%2fK4gi%2fe98jq48gapgveJITp14aKMUuOi0JeVgE5Em7LrnopOFYMe%2bQsAA8%2bgf1TvdZtQmkOVHTiD1TUrD0F%2bWODSQX8S6BRJ9m%2bO2Q5Wqnb6TWax3fUjfUukm5mOgPuy%2b7OesvUNPCcgf3yfTS2bcVY%2bMdDX%2ftf3gjq</ResultFileUrl>
</GetBulkUploadStatusResponse>
</s:Body>
</s:Envelope>
RETURNED FILE FROM BULK SERVICE:
Type,Status,Id,Parent Id,Sub Type,Campaign,Ad Group,Website,Sync Time,Client Id,Modified Time,Time Zone,Budget,Budget Type,KeywordVariantMatchEnabled,Start Date,End Date,Network Distribution,Pricing Model,Ad Rotation,Search Network,Search
Broad Bid,Content Network,Content Bid,Language,Title,Text,Display Url,Destination Url,Business Name,Phone Number,Promotion,Editorial Status,Editorial Location,Editorial Term,Editorial Reason Code,Editorial Appeal Status,Device Preference,Keyword,Match Type,Bid,Param1,Param2,Param3,Target,Physical Intent,Target All,Bid Adjustment,Radius Target Id,Name,OS Names,Radius,Unit,Business Id,From Hour,From Minute,To Hour,To Minute,Version,Sitelink Extension Order,Sitelink Extension Link Text,Sitelink Extension Destination Url,Sitelink Extension Description1,Sitelink Extension Description2,Geo Code Status,Map Icon,Business Icon,Address Line 1,Address Line 2,Postal Code,City,State Or Province Code,Province Name,Latitude,Longitude,COUNTRY_CODE,Call Only,Call Tracking Enabled,Toll Free,Alternative Text,Media Id,Publisher Countries,Store Id,Store Name,Product Condition 1,Product Value 1,Product Condition 2,Product Value 2,Product Condition 3,Product Value 3,Product Condition 4,Product Value 4,Product Condition 5,Product Value 5,Product Condition 6,Product Value 6,Product Condition 7,Product Value 7,Product Condition 8,Product Value 8,Spend,Impressions,Clicks,CTR,Avg CPC,Avg CPM,Avg position,Conversions,CPA,Quality Score,Keyword Relevance,Landing Page Relevance,Landing Page User Experience,App Platform,Error,Error Number
Format Version,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
Text Ad,Active,,2468964867,,,AdSvc 2015-01-06 11:49:02,,,,,,,,,,,,,,,,,,,Brand New Title,Brand new ad copy,http://rimmkaufman.com,{param1},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
Text Ad Error,Active,,2468964867,,,AdSvc 2015-01-06 11:49:02,,,,,,,,,,,,,,,,,,,Brand New Title,Brand new ad copy,http://rimmkaufman.com,{param1},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,CampaignServiceEditorialAdDestinationUrlBlank,1393
The exact error we are seeing is CampaignServiceEditorialAdDestinationUrlBlank, which is described in the documentation as "A keyword would make the destination URL blank for at least one ad.".
A search online doesn't really turn up this error. Can someone explain what this means exactly? And in what cases this will occur?
Thanks.
Hunter.

Using '{param1:default}' did resolve this particular issue, but our previous code that was only specifying {param1} is still working in the sandbox and our revised isn't working with only {param1}. That seems confusing to me. Here is an example of this,
below are two SOAP request reply sequences the first Completes without error, the second completes with the error I mentioned above. They have the exact same SOAP except for request specific input and output parameters, and also the exact same TextAd is submitted
in the Upload File.
Can you take a look at these two requests and tell me if anything is different on your end? On my end they look identical.
COMPLETED WITH NO ERRORS:
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Header>
<h:ApplicationToken xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9" xsi:nil="true" />
<h:CustomerAccountId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:CustomerAccountId>
<h:CustomerId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:CustomerId>
<h:DeveloperToken xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:DeveloperToken>
<h:Password xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:Password>
<h:UserName xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:UserName>
</soap:Header>
<soap:Body xmlns="https://bingads.microsoft.com/CampaignManagement/v9">
<GetBulkUploadUrlRequest>
<ResponseMode>ErrorsOnly</ResponseMode>
<AccountId>5955408</AccountId>
</GetBulkUploadUrlRequest>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<h:TrackingId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9">9f99efd8-4e95-4172-90fc-855f82e3e148</h:TrackingId>
</s:Header>
<s:Body>
<GetBulkUploadUrlResponse xmlns="https://bingads.microsoft.com/CampaignManagement/v9">
<RequestId>7f46121a-362d-4d54-8317-43655f11069d</RequestId>
<UploadUrl>https://api.Sandbox.bingads.microsoft.com/api/advertiser/campaignmanagement/fileupload/file/uploadbulkfile/7f46121a-362d-4d54-8317-43655f11069d</UploadUrl>
</GetBulkUploadUrlResponse>
</s:Body>
</s:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Header>
<h:ApplicationToken xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9" xsi:nil="true" />
<h:CustomerAccountId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:CustomerAccountId>
<h:CustomerId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:CustomerId>
<h:DeveloperToken xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:DeveloperToken>
<h:Password xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:Password>
<h:UserName xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:UserName>
</soap:Header>
<soap:Body xmlns="https://bingads.microsoft.com/CampaignManagement/v9">
<GetBulkUploadStatusRequest>
<RequestId>7f46121a-362d-4d54-8317-43655f11069d</RequestId>
</GetBulkUploadStatusRequest>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<h:TrackingId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9">48e8a576-7ba4-4737-b261-52169e388edf</h:TrackingId>
</s:Header>
<s:Body>
<GetBulkUploadStatusResponse xmlns="https://bingads.microsoft.com/CampaignManagement/v9">
<RequestStatus>InProgress</RequestStatus>
<ResultFileUrl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" i:nil="true" />
</GetBulkUploadStatusResponse>
</s:Body>
</s:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Header>
<h:ApplicationToken xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9" xsi:nil="true" />
<h:CustomerAccountId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:CustomerAccountId>
<h:CustomerId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:CustomerId>
<h:DeveloperToken xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:DeveloperToken>
<h:Password xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:Password>
<h:UserName xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:UserName>
</soap:Header>
<soap:Body xmlns="https://bingads.microsoft.com/CampaignManagement/v9">
<GetBulkUploadStatusRequest>
<RequestId>7f46121a-362d-4d54-8317-43655f11069d</RequestId>
</GetBulkUploadStatusRequest>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<h:TrackingId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9">38f72cb4-1aee-48c7-bca5-5cbc309d0008</h:TrackingId>
</s:Header>
<s:Body>
<GetBulkUploadStatusResponse xmlns="https://bingads.microsoft.com/CampaignManagement/v9">
<RequestStatus>Completed</RequestStatus>
<ResultFileUrl>https://download.api.si.bingads.microsoft.com/ReportDownload/Download.aspx?q=PtEtr9U6TAw7IipK%2fP1vjdhO5e5RGvLqWzM3Nl2DvqGH2%2fe2R8wapEkGexqEWwGsarscx3DOIuUJjVBAlln1B8OnhJ0yY0fjno10I5HY%2b6xkjmND7ohpxqB0YN1P2ialMNwTBw%2b33%2b7kFKIHn%2bWnhPZyUmJVoUBPnBv%2fLOz032YFcbhYxXGVPoS%2fkSyGaWYtu%2b82RZvKsefaj2DJgkUQG5tiFS%2bvS3XtiRjzLIwYfBkVXeWJn6TBjSx%2bZO6S4g6rpjAvXKtOfLEWfKGWm4%2b3e6KSaiB0mpEyTZUGB09OOO%2f6nuBPWLc4FrbsRhTPovlJ0cSge7MfgbQY33wyNBNJxyGv9xPrwZWXeUptyD03QoRp</ResultFileUrl>
</GetBulkUploadStatusResponse>
</s:Body>
</s:Envelope>
UPLOADED FILE:
Type,"Parent Id","Ad Group",Id,Status,"Destination Url","Display Url",Text,Title,Name
"Format Version",,,,,,,,,3.0
"Text Ad",2469010546,"AdSvc 2015-01-07 10:20:18",,Active,{param1},http://rimmkaufman.com,"Brand new ad copy","Brand New Title",
COMPLETED WITH ERRORS:
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Header>
<h:ApplicationToken xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9" xsi:nil="true" />
<h:CustomerAccountId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:CustomerAccountId>
<h:CustomerId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:CustomerId>
<h:DeveloperToken xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:DeveloperToken>
<h:Password xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:Password>
<h:UserName xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:UserName>
</soap:Header>
<soap:Body xmlns="https://bingads.microsoft.com/CampaignManagement/v9">
<GetBulkUploadUrlRequest>
<ResponseMode>ErrorsOnly</ResponseMode>
<AccountId>5955408</AccountId>
</GetBulkUploadUrlRequest>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<h:TrackingId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9">c1f59d84-030d-4530-b932-b5d7a0c3257f</h:TrackingId>
</s:Header>
<s:Body>
<GetBulkUploadUrlResponse xmlns="https://bingads.microsoft.com/CampaignManagement/v9">
<RequestId>880c8a20-ade6-4b80-88cc-45e28fbad21e</RequestId>
<UploadUrl>https://api.Sandbox.bingads.microsoft.com/api/advertiser/campaignmanagement/fileupload/file/uploadbulkfile/880c8a20-ade6-4b80-88cc-45e28fbad21e</UploadUrl>
</GetBulkUploadUrlResponse>
</s:Body>
</s:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Header>
<h:ApplicationToken xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9" xsi:nil="true" />
<h:CustomerAccountId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:CustomerAccountId>
<h:CustomerId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:CustomerId>
<h:DeveloperToken xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:DeveloperToken>
<h:Password xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:Password>
<h:UserName xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:UserName>
</soap:Header>
<soap:Body xmlns="https://bingads.microsoft.com/CampaignManagement/v9">
<GetBulkUploadStatusRequest>
<RequestId>880c8a20-ade6-4b80-88cc-45e28fbad21e</RequestId>
</GetBulkUploadStatusRequest>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<h:TrackingId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9">e3cf34a0-4863-497f-abb1-b412cae8360c</h:TrackingId>
</s:Header>
<s:Body>
<GetBulkUploadStatusResponse xmlns="https://bingads.microsoft.com/CampaignManagement/v9">
<RequestStatus>InProgress</RequestStatus>
<ResultFileUrl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" i:nil="true" />
</GetBulkUploadStatusResponse>
</s:Body>
</s:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Header>
<h:ApplicationToken xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9" xsi:nil="true" />
<h:CustomerAccountId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:CustomerAccountId>
<h:CustomerId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:CustomerId>
<h:DeveloperToken xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:DeveloperToken>
<h:Password xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:Password>
<h:UserName xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9"></h:UserName>
</soap:Header>
<soap:Body xmlns="https://bingads.microsoft.com/CampaignManagement/v9">
<GetBulkUploadStatusRequest>
<RequestId>880c8a20-ade6-4b80-88cc-45e28fbad21e</RequestId>
</GetBulkUploadStatusRequest>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<h:TrackingId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9">282d4673-5438-4818-a251-31c9a66fbf34</h:TrackingId>
</s:Header>
<s:Body>
<GetBulkUploadStatusResponse xmlns="https://bingads.microsoft.com/CampaignManagement/v9">
<RequestStatus>CompletedWithErrors</RequestStatus>
<ResultFileUrl>https://download.api.si.bingads.microsoft.com/ReportDownload/Download.aspx?q=MbXBir4hhSD55ZpXnKlKayVQZjGa%2f006OKDepTL8nmg%2f2Dl9%2bG7JkRCaKCfRFFOus%2fVIv6L7eEhRsZY5deWXWGzIXosEx1PV6FxHyoXfcK5uRgI21oHmlp5S2sudmlIpE%2fHYFeJQ8NzeZ7z4wRwMbc8MN5i%2bMMVN%2fRVtr0PhjKP8xJfAlX8dtTTNj6KqcCsXJ%2bBMrs5b0ZcQCUU0uJIFfieYVd%2fLxbon9Bx9upo7MlKfDjtzijs2a7tYs4lYTS6e%2fzXE9Kvw6BAZYNnFYd4J1ryQjGcyPk6a0%2bY77Ssk91IWzvYpKAlonP1jYa%2f%2bNQgJwHzGI%2b3ygh%2bnmTdIYgWCoNOH%2fdV9%2byoE%2bMFFo7xVWgQf</ResultFileUrl>
</GetBulkUploadStatusResponse>
</s:Body>
</s:Envelope>
UPLOADED FILE:
Type,"Parent Id","Ad Group",Id,Status,"Destination Url","Display Url",Text,Title,Name
"Format Version",,,,,,,,,3.0
"Text Ad",2469010547,"AdSvc 2015-01-07 10:24:28",,Active,{param1},http://rimmkaufman.com,"Brand new ad copy","Brand New Title",
Thanks.
Hunter.

Similar Messages

  • 9IAS error when updating or Deleting the DAD

    Hello,
    I am getting the following error when ever i am updating or deleting the DAD
    Changes not applied : Instance not found for fqn et="system";ei="0",et="DADList";ei="45",et="StandardDAD";ei="64
    Any suggestions,
    Thanks,
    Sudheer

    Sudheer,
    Did you by chance patch recently that involved the Apache/modplsql directory?
    I ran into this issue after my last patch. It turns out I had to copy my .xsd files from my backup modplsql/conf directory to the 'new' modplsql/conf directory. The readme file only said to copy the .conf files over.
    Hope this helps,
    Melissa Wilcox

  • Any way to turn off errors when updating pages from the template?

    I'm using Dreamweaver MX. My site is huge. It's an intranet
    spanning dozens of departments. Some of those departments have
    subsites that don't fall under the intranet's control, although
    they are embedded within our site's folder structure. When I make a
    change to the template and update pages, every time I hit one of
    those subsites I get tons of errors, from "template not found" to
    "unmatched body tag". The errors that pop up each have to be
    clicked on before the updating can continue. I get hundreds of
    these.
    Is there any way to make errors not pop up while updating
    pages from the template? Or even to exclude certain folders from
    being checked? (Cloaking doesn't do it.)

    > I'm using Dreamweaver MX. My site is huge.
    Both of these are problems, I'm afraid. Combining that with
    templates is
    really trouble.
    > "unmatched body tag".
    Errors such as this are definitely caused by errors in your
    page itself.
    Can you show me a page where you would get this?
    > Is there any way to make errors not pop up while
    updating pages from the
    > template? Or even to exclude certain folders from being
    checked? (Cloaking
    > doesn't do it.)
    Valid code will not produce these errors. Unfortunately, the
    only way to
    avoid them is to remove any validation hiccups from your
    pages.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "abna" <[email protected]> wrote in message
    news:f14ue2$pk5$[email protected]..
    > I'm using Dreamweaver MX. My site is huge. It's an
    intranet spanning
    > dozens of
    > departments. Some of those departments have subsites
    that don't fall under
    > the
    > intranet's control, although they are embedded within
    our site's folder
    > structure. When I make a change to the template and
    update pages, every
    > time I
    > hit one of those subsites I get tons of errors, from
    "template not found"
    > to
    > "unmatched body tag". The errors that pop up each have
    to be clicked on
    > before
    > the updating can continue. I get hundreds of these.
    >
    > Is there any way to make errors not pop up while
    updating pages from the
    > template? Or even to exclude certain folders from being
    checked? (Cloaking
    > doesn't do it.)
    >

  • Load oracle jdbc driver error when run applet via the web

    Hi All,
    I have built an applet which connect to database via jdbc thin driver. It works fine when I run it through the applet viewer, but got a problem when run it through the web.
    java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver
    I am using jdev9i 9.0.4 and jdk 1.4.2. The jdbc version is 9.0.1
    I have added both the classes12.zip and ojdbc14.zip in the class path and also pack them together with my applet class. Here is the code
    public class MyApplet extends Applet
    implements Runnable
    public void start()
    if(theThread == null)
    theThread = new Thread(this);
    theThread.start();
    Retrieve R = new Retrieve();
    this.MyMap = R.retrieveDesc();
    public class Retrieve
    public Retrieve()
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    conn=DriverManager.getConnection("jdbc:oracle:thin:@babyruth.wvu.edu:1703:devdw", User, Password);
    conn.setAutoCommit(true);
    connectStatus = true;
    public HashMap retrieveDesc()
    return map;
    I have also built one HTML page NewApplet like this
    <HTML>
    <HEAD>
    <TITLE> My New Applet</TITLE>
    </HEAD>
    <APPLET CODE="MyApplet.class" CODEBASE="menu" ARCHIVE="MyApplet.zip" WIDTH=300 HEIGHT=485>
    <!--General Settings-->
    <param name="bgcolor" value="255,255,255">
    </HTML>
    Any advice is highly appreciated
    Mei

    Sir,
    Well you haven't "packed" them correctly. Why don't you just add the driver bits to the soucebase tag? or something like that anyway...
    Sincerely,
    Slappy

  • Facebook: Why doesn't it show "via iPhone or Ipod" when updating status via the Facebook App?

    I see a lot of updates by other users which say "via Iphone", "via Ipad3", etc. But I don't get it for my updates even though I use the Facebook App. Even I tried using Facebook via Safari. Same results. I checked all the settings in my Ipod and settings in Facebook as well. I assume it should detect automatically. Is there something I'm missing? I like resolving issues myself. But this time I'm frustrated because of this ridiculously negligible issue. Please help.

    I have this same problem. On my iPhone 4 running 4.3.5, when I download a podcast from inside the itunes app on my phone, it appears to download correctly, but doesn't show up in the list in the ipod app.

  • I am getting U43M1D207 error when updating Flash. The error report says absolutely nothing just gives that code. Any ideas?

    Title pretty much says it all. I've searched around but haven't seen an answer yet. Any help would be greatly appreciated. Thanks!

    pre cc updates:  http://www.adobe.com/downloads/updates/
    cc updates:  http://prodesigntools.com/adobe-cc-updates-direct-links-windows.html
    cc 2104 updates:  http://prodesigntools.com/adobe-cc-2014-updates-links-windows.html

  • Error when updating HANA Live Authorization Assistant

    Hi Guys,
    I'm trying to use the HANA Live AAA component for the creation of HANA Roles and it works fine when trying to generate the roles but it throwing me an error when updating them. The error happens at the beginning when the plugin attempts to load the Users from ECC. The message is:
    SAP DBTech JDBC: [1300]: fetch returns more than requested number of rows: [1300] "_SYS_BIC"."sap.hba.tools.auth.db/GetUsers": line 20 col 1 (at pos 1770): [1300] (range 3) fetch returns more than requested number of rows exception
    Anyone has gone through this error before??
    Thanks!
    Cheers.

    Ok Guys. No answer to this just yet.
    We decided not to use the tool and build our security with HANA security functionalities. It takes a bit longer but It's more robust in the long run in terms of maintenance.
    Cheers.
    Christian.

  • Error when updating ODS

    Hi,
      We got an error when updating ODS.
    The error message is "RSDRO_UPDATE_ODS".
    Its fetching all the records and its giving an error "when saving the aggregation information for ODS".
    We rectified the error.
    But how to fix it permenantly, what might be the reason for this error.
    Thanks in advance!!

    hI,
    I executed the program and there are no errors in the program and the program is active, but still we are often getting the error when updating the data in ODS.
    Please suggest me what might be the problem behind this....
    Thnaks in advance!!

  • Error when updating Playbook OS version via Blackberry Desktop Manager

    Greeting,
    I have a batch of old playbooks which having the stack charging issue, but I found that I can update the OS to the newest version (2.1.0.1917) via Blackberry Desktop Manager, then the charging algorithm will be changed to the updated one and go over this dead battery issue. I was able to do so successfully in the past week smoothly on several devices.
    But since this Monday, the Desktop Manager is saying "An updated Blackberry Desktop Software component must be installed before you can continue" when downloading the Desktop software and will appear "There was an error updating your software, an error has occurred while downloading the Blackberry Desktop Software.Please try again." and preventing the process. Seems there are some change on the server side starting this week which has caused this problem, but there's no error code to locate the exact issue.
    I tried on 2 different computers as well as completed uninstalling and re-installing the Desktop manager, also tried to disable the automatic update as been advised in some threads. So no clue how to deal with it for now. It will be highly appreciate if some one can share some idea.
    I've attached the step by step screenshots for reference, where you can find here:
    http://forums.crackberry.com/blackberry-playbook-f222/error-when-updating-playbook-os-version-via-bl...
    Thanks,

    BLock wrote:
    Sorry I can not help you with your problem but perhaps you can help me.  
    Can you advise where I can find info on "disable the automatic update"?
    just ignore the update if you dont want it on the playbook
    for reloading the OS
    First I would like you to do a Back Up of your PlayBook using your computer and BlackBerry Desktop Software.
    This can be downloaded for free from http://us.blackberry.com/apps-software/desktop/
    After the Back Up is complete I need you to unplug your PlayBook and then push and hold down the Power Button until the unit Force Powers Off.
    Now, while Desktop Software is still open on your computer and the PlayBook Powered Off, Connect the PlayBook to your computer.
    You should see and error screen from Desktop Software pop up that has the options to Retry, Update, or Cancel.
    QUICKLY choose the Update option.
    This will erase all the information off of your PlayBook and Re-Write the Software back onto it. Once it's complete your PlayBook will need to go back through the setup wizard, and you can then perform a restore using Desktop Software to return your information. The only thing that won't come back after the restore are the apps that you downloaded from App World but they can be easily Re-Installed using the My World feature in App World.
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • RPLDAP_EXTRACT - Error when updating the LDAP directory

    I am connecting SAP IdM 7.0 to SAP HCM via VDS.
    So far:
    The VDS responds to LDAP browser, the connection tests from SAP GUI are succesful.
    I can execute my copy of the standard report LDAPEXTRACT46C in SAP GUI and can see what data is exported.
    I get the "Error when updating the LDAP directory" error when trying to execute the RPLDAP_EXTRACT program.
    An error occurred during creation of one or more data records in the LDAP directory. The error has been logged in the system used to export data to the LDAP directory.
    You can find logs in the database tables TLDA_LOG (HR-LDAP: Non-Exported Data Records) and TLDA_MSG (Error Messages About Data in Table TLDA_LOG). Table TLDA_LOG contains data records that could not be exported; table TLDA_MSG contains the corresponding messages.
    I didn't see anything that makes sense in tables mentioned in the error message above.
    I have some questions as the documentation supplied with IdM is bit brief; According to the configuration guide I don't need to have any mapping in VDS like "conversion of internal attributes" or "conversion from internal attributes", has anyone else entered the mapping in VDS?
    Any pointers in going forward?
    Edited by: pasikuikka on Oct 20, 2009 11:01 AM

    Hi Pasikuikka,
    just a few questions:
    Have you checked TA HRLDAP_MAP? (Each field must have its expression in the LDAP-Target)
    Have you checked TA LDAPMAP? (Each field must have its expression in the LDAP-Target)
    Maybe there are attributes listed in the query, but not in the HCM-Staging-Area in the Identity Center.
    Have been new attributes created in the HCM-Staging-Area and, if so, are they connected to the right Entry-Type (MX_HCM_Employee or something like that)?
    Hope this puts you on the right track.
    Kind regards,
    Achim Heinekamp

  • HT1222 I am getting an error when I am installing the new update for my iPhone. Is anyone else getting an error in the middle of installing?

    I am getting an error when trying to install the  current updates.

    Why don't you try telling us what the error is...
    Check this document for troubleshooting information: http://support.apple.com/kb/ts3694

  • I keep getting an error when trying to receive the new update iOS7 on iPhone5.  Any suggestions?

    I keep getting an error when trying to receive the new update iOS7 on iPhone5.  Any suggestions?

    Do the update using iTunes on your computer.
    Plug your iPhone into iTunes (current version), let it sync, then click "Check for Updates" on the iPhone's summary page in iTunes.

  • Received the error when updating to inDesign 2014 "Unable to extract to temp directory."  c

    Received the error when updating to inDesign 2014 "Unable to extract to temp directory."  Anyone have a fix for this?

    Tjshannonhigg you will want to ensure that the User account you are logged into has proper access to the temp directory and that there is sufficient disk space available.

  • I keep getting errors when updating from the Creative Cloud (49)

    I keep getting errors when updating from the Creative Cloud (49).
    " Update Failed" and when I click on Learn More. The error messages says there is a download error with (49)  I am signed on as administrator, so that shouldn't be a problem. I have Windows 7.

    Error 49 https://forums.adobe.com/thread/1491394
    -and https://forums.adobe.com/thread/1353632
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • Problems converting PDF to MS Word document.  I successfuly converted 4 files and now subsequent files generate a "conversion failure" error when attempting to convert the file.  I have a large manuscript and I separated each chapter to assist with the co

    Problems converting PDF to MS Word document.  I successfully converted 4 files and now subsequent files generate a "conversion failure" error when attempting to convert the file.  I have a large manuscript and I separated each chapter to assist with the conversion; like I said, first 4 parts no problem, then conversion failure.  I attempted to convert the entire document and same result.  I specifically purchased the export to Word feature.  Please assist.  I initially had to export the Word Perfect document into PDF and attempting to go from PDF to MS Word.

    Hi sdr2014,
    I'm sorry to hear your conversion process has stalled. It sounds as though the problem isn't specific to one file, as you've been unable to convert anything since the first four chapters converted successfully.
    So, let's try this:
    If you're converting via the ExportPDF website, please log out, clear the browser cache, and then log back in. If you're using Reader, please choose Help > Check for Updates to make sure that you have the most current version installed.
    Please let us know how it goes.
    Best,
    Sara

Maybe you are looking for