Data-driven graphics error

I'm trying to use the data-driven graphics wizard for a card
game some friends and I are creating. Each card has 9 text
variables and 2 image variables. When I run the wizard, it finds
all the variables just fine, but after properly processing one
variable (actually, we've gotten both images to load, but it dies
after one text), it stops, saves the file as is, and tells us:
An error occurred.
An error occurred.
or
An error occured.
Incorrect parameter.
...Useful stuff huh? Here's the source if anyone wants to try
this and investigate the mystery of the crashing graphics wizard:
template:
http://www.freewebtown.com/PhireNexus/ImpRome/template.png
xml:
http://www.freewebtown.com/PhireNexus/ImpRome/cards.xml
We noticed that on the variable-pairing screen, there's an
extra blank variable (it just is blank, no name, but it does exist)
on the xml side. Otherwise, this whole thing is irregularity-free.
Very frustrating stuff.
-----edit-----
Apparently having symbols in the template was causing the
error. Who knows why...

I'm trying to use the data-driven graphics wizard for a card
game some friends and I are creating. Each card has 9 text
variables and 2 image variables. When I run the wizard, it finds
all the variables just fine, but after properly processing one
variable (actually, we've gotten both images to load, but it dies
after one text), it stops, saves the file as is, and tells us:
An error occurred.
An error occurred.
or
An error occured.
Incorrect parameter.
...Useful stuff huh? Here's the source if anyone wants to try
this and investigate the mystery of the crashing graphics wizard:
template:
http://www.freewebtown.com/PhireNexus/ImpRome/template.png
xml:
http://www.freewebtown.com/PhireNexus/ImpRome/cards.xml
We noticed that on the variable-pairing screen, there's an
extra blank variable (it just is blank, no name, but it does exist)
on the xml side. Otherwise, this whole thing is irregularity-free.
Very frustrating stuff.
-----edit-----
Apparently having symbols in the template was causing the
error. Who knows why...

Similar Messages

  • Question on Data Driven Graphics (non-English)

    I am trying Data Driven Graphics with Illustrator CS4 on Win.
    The program works fine with English XML data, however when I try other non-English language, Illustrator cannot show characters like é,è,ë.
    The data is in XML UTF-8 encoding.
    Anyone could help?
    Thanks,
    Wallace428

    I am trying Data Driven Graphics with Illustrator CS4 on Win.
    The program works fine with English XML data, however when I try other non-English language, Illustrator cannot show characters like é,è,ë.
    The data is in XML UTF-8 encoding.
    Anyone could help?
    Thanks,
    Wallace428

  • (CS5-MAC) Data Merge and Data Driven Graphics

    Apologies in advance if this is slightly off topic, but I need some opinions and insight here.
    I've been using InDesign since its creation and have recently been pushing the Data Merge feature of ID to its limits. My colecandoo blog highlights some of what I have achieved.
    However, there are some things which the Data Merge cannot do, such as warping live text which can be done in Photoshop or Illustrator. But, I've recently learnt of the term "Data Driven Graphics" and that Photoshop and Illustrator handle both. Photoshop accepts txt/csv files and appears to be relatively workable, whereas Illustrator accepts XML which I can't get to work at all and it is frustrating me.
    So here are my questions. I know the answer to some of these will most likely be "no" but if i don't ask, i'll never find out.
    is there a way to integrate the Data Merge feature of InDesign with the data driven graphics feature of illustrator or photoshop WITHOUT scripting (e.g. something I may have missed)?
    If scripting is the only option, is anyone out there actually doing what i'm trying to do, or know of any resources out there that i can look at?
    is there a way to make the user unfriendly DDG feature in illustrator actually reference a txt/csv file rather than an XML file? Because I'm working on a Mac, making XML from excel is like putting marshmallows in a piggy bank (e.g. messy and ineffective).
    what kind of images can InDesign's Data Merge reference? does it extend to other indesign files or incopy files?
    I know there are third party products which can do the above (e.g. XMPie or DirectSmile), but i'm trying to get as much value as i can from the Creative Suite purely off-the-shelf.
    here's hoping
    colly

    >Because I'm working on a Mac, making XML from excel is like putting marshmallows in a piggy bank (e.g. messy and ineffective).
    It should be easy, shouldn't it? I found that running the Excel file through Filemaker made valid XML files easily. Import worksheet, export records as XML.
    Can't help you with the rest of it.

  • Data driven graphics in CS4?

    Hi guys, i recently upgraded to CS4 (been on V.8!)
    What is the equivalent to the old data driven graphics wizard by joseph lowery - this command was soooo useful!
    I have a feeling that there's something much more complicated to learn to get the same effect - i.e. drawing data from an xml file and creating a set of images / pages / pdfs based upon the data set.
    any tips much appreciated

    It seems as if the output has an ASCII order. Perhaps a prefix on the template layers will help.

  • Deleting extra layers generated by data-driven graphics?

    I have about 1600 PSD files that I generated using data-driven graphics. They each contain one pixel layer and eleven text layers.
    The number of text layers with actual content varies. My original set of data looked something like the following in Excel:
    001.jpg     A     B     C
    002.jpg     A     D     E     F
    003.jpg     B     G
    004.jpg     A     C     G     H     I     J     K
    005.jpg     F     L     M
    And so on. All files have content in at least two text layers, some have all eleven with content.
    I discovered right away that Photoshop would not import a data set with blank fields for some text layers, there must be actual text for each text variable. So my Excel VBA script (where I combined spreadsheets to create my data set file) added a period to each otherwise empty cell.
    This made my data set look like:
    001.jpg     A     B     C     .     .     .     .
    002.jpg     A     D     E     F     .     .     .
    003.jpg     B     G     .     .     .     .     .
    004.jpg     A     C     G     H     I     J     K
    005.jpg     F     L     M     .     .     .     .
    Photoshop was then happy, imported the data set, and created a folder full of graphics. However, I'm now left with a bunch of files that have a bunch of dots on them. I'm looking for a way (script or macro?) to delete these extra text layers.
    Ideally this script could batch process a folder full of files, parsing each text layer and deleting the ones with just a period character.
    I'm also fine with regenerating the files if there is a way to not create the unneeded text layers in the first place. I thought about using a visibility variable but the layers would still be there, just hidden. I'm not sure how much that helps me.
    I'm a Mac guy but stuck using Windows 7 Pro at work. I have the latest version of Photoshop CC, and some experience with C-like programming languages, so I can handle simple VB or JavaScript hacking if needed.
    Any ideas or suggestions or sample code? TIA for the help.

    Well since nobody had ideas, I spent some time with the PS scripting documentation. I was also able to find a sample script linked from John Nack's blog to start with. This is actually pretty simple, although switching back and forth from VB to JS is a pain (= in VB, == in JS as an example.)
    Presumably this could test for different conditions such as font, or could use a regular expression to find specific text.
    main();
    function main() {
        if ( app.documents.length > 0 )
        removeExtraTextLayers(app.activeDocument);
    //start at index (length-1) to avoid background layer, top layer is index 0
    function removeExtraTextLayers(obj){
            for( var i = obj.artLayers.length-1; 0 <= i; i--) {
            try {
            if (obj.artLayers[i].kind == LayerKind.TEXT && obj.artLayers[i].textItem.contents == ".")
                obj.artLayers[i].remove();
            catch (e) {

  • Fireworks CS6 Data Driven Graphics Wizard

    Does anyone have a solution for Data Driven Graphics Wizard not working in fireworks? It did work at one point in CS6 however after some updates it will no longer merge any text. Maybe I am doing something wrong but I don't believe so as I am using all of the same files that I had previously merged.

    Ask in the FW forum. I haven't used it since version 3 or so...
    Mylenium

  • Data Driven Subscription Error: Done: 23 processed of 23 total; 3 errors.

    I am trying to diagnose the cause of the this error message and more importantly find out which subsriptions did not get sent.
    I looked into the the reportserver log and found this error msg;
     w WARN: Previous request for Running Requests Scavengerstill executing, skipping...
    Doe anyone know what causes this?

    Also I have a pasted larger portion of the log file, there were no timeouts. The report in question is called Alerts Overview which runs at 7.55am
    runningjobs!ReportServer_0-1005!5fa4!12/19/2011-07:54:50:: w WARN: Previous request for Running Requests Scavengerstill executing, skipping...
    runningjobs!ReportServer_0-1005!70e8!12/19/2011-07:54:50:: i INFO: Adding: 1 running jobs to the database
    runningjobs!ReportServer_0-1025!9b54!12/19/2011-07:54:50:: i INFO: Removing: 1 running jobs from the database
    runningjobs!ReportServer_0-1005!70e8!12/19/2011-07:54:50:: i INFO: Removing: 1 running jobs from the database
    library!WindowsService_508!93bc!12/19/2011-07:55:10:: i INFO: Schedule b136578b-d355-438c-8ba6-f4ac25a6d25c executed at 12/19/2011 07:55:10.
    library!WindowsService_508!93bc!12/19/2011-07:55:10:: i INFO: Schedule b136578b-d355-438c-8ba6-f4ac25a6d25c execution completed at 12/19/2011 07:55:10.
    library!WindowsService_508!70e8!12/19/2011-07:55:10:: i INFO: Schedule 0b305e3c-bef8-4fee-88a3-b2fd7f873256 executed at 12/19/2011 07:55:10.
    schedule!WindowsService_508!70e8!12/19/2011-07:55:10:: Creating Time based subscription notification for subscription: 91a7ea75-b7ca-4149-94c2-062c92d0d517
    library!WindowsService_508!70e8!12/19/2011-07:55:10:: i INFO: Schedule 0b305e3c-bef8-4fee-88a3-b2fd7f873256 execution completed at 12/19/2011 07:55:10.
    library!WindowsService_508!9b54!12/19/2011-07:55:10:: i INFO: Schedule caf8fc5a-a5db-404e-9972-f4ee1e8bb30e executed at 12/19/2011 07:55:10.
    schedule!WindowsService_508!9b54!12/19/2011-07:55:10:: Creating Time based subscription notification for subscription: 9457a826-e455-4c61-8699-1803315714b7
    library!WindowsService_508!9b54!12/19/2011-07:55:11:: i INFO: Schedule caf8fc5a-a5db-404e-9972-f4ee1e8bb30e execution completed at 12/19/2011 07:55:11.
    library!WindowsService_508!7f48!12/19/2011-07:55:11:: i INFO: Handling data-driven subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report /ViagogoCannedReports/Alerts/Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    notification!WindowsService_508!70e8!12/19/2011-07:55:11:: i INFO: Handling subscription 9457a826-e455-4c61-8699-1803315714b7 to report PCID Affiliate Transactions, owner: VIAGOGO\Matthew.Rotella, delivery extension: Report Server Email.
    library!WindowsService_508!70e8!12/19/2011-07:55:11:: i INFO: RenderForNewSession('/ViagogoCannedReports/Affiliate Commissions/PCID Affiliate Transactions')
    library!WindowsService_508!70e8!12/19/2011-07:55:12:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    notification!WindowsService_508!5fa4!12/19/2011-07:55:12:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!5fa4!12/19/2011-07:55:12:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    notification!WindowsService_508!70e8!12/19/2011-07:55:12:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!70e8!12/19/2011-07:55:12:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    notification!WindowsService_508!7f48!12/19/2011-07:55:12:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!7f48!12/19/2011-07:55:12:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    notification!WindowsService_508!b738!12/19/2011-07:55:12:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!b738!12/19/2011-07:55:12:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    notification!WindowsService_508!9b54!12/19/2011-07:55:12:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!9b54!12/19/2011-07:55:12:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    notification!WindowsService_508!93bc!12/19/2011-07:55:12:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!93bc!12/19/2011-07:55:12:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    notification!WindowsService_508!4254!12/19/2011-07:55:13:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!4254!12/19/2011-07:55:13:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    notification!WindowsService_508!49fc!12/19/2011-07:55:14:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!49fc!12/19/2011-07:55:14:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    notification!WindowsService_508!80f4!12/19/2011-07:55:16:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!80f4!12/19/2011-07:55:16:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    notification!WindowsService_508!59e8!12/19/2011-07:55:17:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!59e8!12/19/2011-07:55:17:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    notification!WindowsService_508!b808!12/19/2011-07:55:18:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!b808!12/19/2011-07:55:18:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    notification!WindowsService_508!7a30!12/19/2011-07:55:20:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!7a30!12/19/2011-07:55:20:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    library!WindowsService_508!93bc!12/19/2011-07:55:20:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_508!b738!12/19/2011-07:55:20:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_508!70e8!12/19/2011-07:55:20:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    notification!WindowsService_508!4c18!12/19/2011-07:55:21:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!4c18!12/19/2011-07:55:21:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    notification!WindowsService_508!9660!12/19/2011-07:55:22:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!9660!12/19/2011-07:55:22:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    library!WindowsService_508!7f48!12/19/2011-07:55:23:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_508!9b54!12/19/2011-07:55:23:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    notification!WindowsService_508!25d0!12/19/2011-07:55:24:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!25d0!12/19/2011-07:55:24:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    notification!WindowsService_508!3e50!12/19/2011-07:55:25:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!3e50!12/19/2011-07:55:25:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    notification!WindowsService_508!93bc!12/19/2011-07:55:25:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!93bc!12/19/2011-07:55:25:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    notification!WindowsService_508!70e8!12/19/2011-07:55:25:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!70e8!12/19/2011-07:55:25:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    notification!WindowsService_508!7f48!12/19/2011-07:55:29:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!7f48!12/19/2011-07:55:29:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    notification!WindowsService_508!b738!12/19/2011-07:55:29:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!b738!12/19/2011-07:55:29:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    library!WindowsService_508!b808!12/19/2011-07:55:30:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_508!59e8!12/19/2011-07:55:30:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_508!7a30!12/19/2011-07:55:31:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    notification!WindowsService_508!9b54!12/19/2011-07:55:31:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!9b54!12/19/2011-07:55:31:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    notification!WindowsService_508!7a30!12/19/2011-07:55:36:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!7a30!12/19/2011-07:55:36:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    notification!WindowsService_508!b808!12/19/2011-07:55:36:: i INFO: Handling subscription 91a7ea75-b7ca-4149-94c2-062c92d0d517 to report Alerts Overview, owner: VIAGOGO\Sebastian.Bray, delivery extension: Report Server Email.
    library!WindowsService_508!b808!12/19/2011-07:55:36:: i INFO: RenderForNewSession('/ViagogoCannedReports/Alerts/Alerts Overview')
    runningjobs!ReportServer_0-977!317c!12/19/2011-07:55:36:: w WARN: Previous request for Running Requests Scavengerstill executing, skipping...
    runningjobs!ReportServer_0-977!317c!12/19/2011-07:55:36:: i INFO: Adding: 1 running jobs to the database
    runningjobs!ReportServer_0-977!317c!12/19/2011-07:55:36:: i INFO: Removing: 1 running jobs from the database
    runningjobs!ReportServer_0-1003!59e8!12/19/2011-07:55:36:: w WARN: Previous request for Running Requests Scavengerstill executing, skipping...
    runningjobs!ReportServer_0-1003!59e8!12/19/2011-07:55:36:: i INFO: Adding: 1 running jobs to the database
    runningjobs!ReportServer_0-1003!59e8!12/19/2011-07:55:36:: i INFO: Removing: 1 running jobs from the database
    library!WindowsService_508!3e50!12/19/2011-07:55:41:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_508!9660!12/19/2011-07:55:42:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    processing!WindowsService_508!93bc!12/19/2011-07:55:42:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: One or more parameters required to run the report have not been specified., ;
     Info: Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: One or more parameters required to run the report have not been specified.
    reportrendering!WindowsService_508!93bc!12/19/2011-07:55:42:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.RenderingObjectModelException: One or more parameters were not specified for the subreport, 'SupplyHighDemandLowSupply', located at:
    /ViagogoCannedReports/Alerts/Supply Alert - Events., ;
     Info: Microsoft.ReportingServices.ReportProcessing.RenderingObjectModelException: One or more parameters were not specified for the subreport, 'SupplyHighDemandLowSupply', located at: /ViagogoCannedReports/Alerts/Supply Alert - Events.
    processing!WindowsService_508!93bc!12/19/2011-07:55:42:: e ERROR: An error has occurred while processing a sub-report. Details: One or more parameters were not specified for the subreport, 'SupplyHighDemandLowSupply', located at: /ViagogoCannedReports/Alerts/Supply
    Alert - Events. Stack trace:
       at Microsoft.ReportingServices.OnDemandReportRendering.SubReport.CheckRetrievalStatus(Status status)
       at Microsoft.ReportingServices.OnDemandReportRendering.SubReport.RetrieveSubreport()
    library!WindowsService_508!93bc!12/19/2011-07:55:43:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_508!70e8!12/19/2011-07:55:44:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_508!9b54!12/19/2011-07:55:45:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_508!7f48!12/19/2011-07:55:47:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    runningjobs!ReportServer_0-939!93bc!12/19/2011-07:55:48:: w WARN: Previous request for Running Requests Scavengerstill executing, skipping...
    runningjobs!ReportServer_0-949!3e50!12/19/2011-07:55:48:: w WARN: Previous request for Running Requests Scavengerstill executing, skipping...
    runningjobs!ReportServer_0-903!59e8!12/19/2011-07:55:48:: w WARN: Previous request for Running Requests Scavengerstill executing, skipping...

  • Data Driven Subscriptions Error - the query processor could not start the necessary thread resources for parallel query execution

    Hi,
    We are getting the following error when certain data driven subscriptions are fired off: "the query processor could not start the necessary thread resources for parallel query execution".  I've read other posts that have the same error, and
    the solution usually involves adjusting MaxDOP to limit the number of queries that are fired off in parallel.  
    Unfortunately, we cannot change this setting on our server for performance reasons (outside of data driven subscriptions, it negatively impacts our ETL processing times).  We tried putting query hints like "OPTION (MAXDOP 2);" in the reports
    that are causing the error, but it did not resolve the problem.
    Are there any settings within Reporting Services that can be adjusted to limit the number of subscriptions that get fired off in parallel?
    Any help is appreciated - thanks!

    Yes, that is correct.  It's a painful problem, because you don't know which specific subscription failed. For example, we have a data driven subscription that sends out about 800 emails. Lately, we've been having a handful of them fail. You don't know
    which ones out of the 800 failed though, even from the RS log files - all it tells you is that "the
    query processor could not start the necessary thread resources for parallel query execution".
    Thanks, I'll try changing <MaxQueueThreads> and will let you know if it works.
    On a side note: I've noticed that it is only reports with cascading parameters (ex. where parameter 2 is dependent on the selection from parameter 1) that get this error message...

  • CS5 - Can't find Data Driven Graphic Wizard

    I just move to CS5 from CS3, is that the DDGW function being cancelled? cause I can't find it from the menu bar and the offline help manual.
    Thanks

    Hello!,
    I just wanted to share with you all that today I needed that data-driven merge wizard. I'm using CS4. The Extension Manager showed it activated but it was not ( I didn't appear under the Commands menu). I unchecked the activation checkmark. Then I closed fireworks and the extension manager. I launched Extension Manager again, enabling the data-driven merge wizard, and now Fireworks shows it under the Command menu.

  • Data driven graphics - output not in layer order(with files added)

    Hi All
    I am using CS3 Fireworks, making numbers on small icon button with different text and graphics.
    xml table is prepared.
    I made a Fireworks template file with text/image variables in single layer, order as below:
    Top
    Text var.(button name)
    image var.(icon graphic)
    image var.(button background graphic)
    then run the wizard and the output becomes:
    Top
    image var.(button background  graphic)
    Text var.(button name)
    image var.(icon graphic)
    The swop image include auto shape vector graphics, bitmap(PNG),
    I tried using vectors with live filter but doesn't work, so flattened to bitmap(PNG)
    is there any method to keep the output as preferred orders? Please help.

    It seems as if the output has an ASCII order. Perhaps a prefix on the template layers will help.

  • Creating data-driven graphics

    This question was posted in response to the following article: http://help.adobe.com/en_US/photoshop/cs/using/WSfd1234e1c4b69f30ea53e41001031ab64-7417a.h tml

    I am not sure I can understand what exactly is going on. Maybe solution is to change Pixel Replacement Method to As Is if you have images you want to use for replacement at exact size. Another replacement method is Fill which will scale up or down image with constraining original proportions until both sides fills available space what can result that one side of image extends beyond boundaries of available space on layer to which is assigned variable. Fit method will scale images up or down with constrain original proportions until both sides of image fits into available space (in other words every part of image must be visible inside available space) what ussualy results with image for replacement to be smaller (this depend on difference in proportions of layer with variable and replacement image). Fourth method is Conform which can distort images, it will scale images to fill space without to constrain original proportions.
    See screenshots which points where to click to change pixel replacement method.
    Message was edited by: Bojan Živković
    Message was edited by: Bojan Živković
    Message was edited by: Bojan Živković

  • SSRS Data Driven Subscription Done: 9 processed of 9 total; 9 errors.

    Getting this error when running a data driven subscription on SQL Server 2008R2, Server is Windows Server 2008R2. Looked at the following.
    Report takes no parameters and I can view it/export it just fine from the report server website.
    I can run the query used in the data driven query to list emails/etc.
    I verified no errors in the SSRS Execution Log Table (all rsSuccess)
    Log File from SSRS shows what looks to be proper execution
    From the SSRS box I can telnet port 25 to the smtp mail server we are using for sending emails. (below)
    Report has been running daily for ~3 monthes.
    Nothing obvious in the Event Log.
    Anyone have any other thoughts on a place to check?
    library!WindowsService_6!978!06/09/2014-14:22:30:: i INFO: Schedule 84906a6d-12c4-4910-b032-276b736c309a executed at 06/09/2014 14:22:30.
    schedule!WindowsService_6!978!06/09/2014-14:22:30:: Creating Time based subscription notification for subscription: 2b9abd3c-35ef-49b4-8706-3412620e650b
    library!WindowsService_6!978!06/09/2014-14:22:30:: i INFO: Schedule 84906a6d-12c4-4910-b032-276b736c309a execution completed at 06/09/2014 14:22:30.
    library!WindowsService_6!c74!06/09/2014-14:22:31:: i INFO: RenderForNewSession('/Transactions/facl_trans_rpt_inventory_npr')
    library!WindowsService_6!9e0!06/09/2014-14:22:31:: i INFO: RenderForNewSession('/Transactions/facl_trans_rpt_inventory_npr')
    library!WindowsService_6!c0c!06/09/2014-14:22:31:: i INFO: RenderForNewSession('/Transactions/facl_trans_rpt_inventory_npr')
    library!WindowsService_6!518!06/09/2014-14:22:31:: i INFO: RenderForNewSession('/Transactions/facl_trans_rpt_inventory_npr')
    library!WindowsService_6!cec!06/09/2014-14:22:31:: i INFO: RenderForNewSession('/Transactions/facl_trans_rpt_inventory_npr')
    library!WindowsService_6!db8!06/09/2014-14:22:31:: i INFO: RenderForNewSession('/Transactions/facl_trans_rpt_inventory_npr')
    library!WindowsService_6!a34!06/09/2014-14:22:31:: i INFO: RenderForNewSession('/Transactions/facl_trans_rpt_inventory_npr')
    library!WindowsService_6!dbc!06/09/2014-14:22:31:: i INFO: RenderForNewSession('/Transactions/facl_trans_rpt_inventory_npr')
    library!WindowsService_6!a34!06/09/2014-14:22:32:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_6!db8!06/09/2014-14:22:32:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_6!cec!06/09/2014-14:22:32:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_6!c0c!06/09/2014-14:22:32:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_6!dbc!06/09/2014-14:22:32:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_6!c74!06/09/2014-14:22:32:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_6!518!06/09/2014-14:22:32:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_6!9e0!06/09/2014-14:22:32:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.

    Hi,
    You can check the below blogs for troubleshooting subscriptions. Find the Schedule ID of the most recent subscription by querying the ReportServer database and search for the Schedule ID in your Trace Log to find the relative error message.
    Monitoring and Troubleshooting Subscriptions
    http://blogs.msdn.com/b/deanka/archive/2009/01/13/diagnosing-and-troubleshooting-subscriptions.aspx
    Troubleshooting Subscriptions: Part II, Using the Reporting ...
    http://blogs.msdn.com/b/deanka/archive/2010/02/16/troubleshooting-subscriptions-part-ii-using-the-report-services-trace-log-file.aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Unable to edit or delete data driven subscription - rsInternal Error

    I have a data driven subscription that I am trying to edit or delete. If I do either, I get a message
    An internal error occurred on the
    report server. See the error log for more details. (rsInternalError)
    Get Online Help
    The status is pending.
    Help!
    Thank you
    I found in a SQL Dmpr0009.log file the following error:
    library!ReportServer_0-2!2410!02/27/2015-09:21:38:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: Adding more than one data source with null original name, Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
    An internal error occurred on the report server. See the error log for more details.;

    I don't see an error in the Systems, SQL Server or SQL Server Agent Logs, However, I do see this in the Report ServerLog.
    System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: An internal error occurred on the report server. See the error log for more details. ---> Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
    An internal error occurred on the report server. See the error log for more details.
       at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetSubscriptionProperties(String SubscriptionID, Boolean LookingForDataDriven, String& Owner, ExtensionSettings& ExtensionSettings, DataRetrievalPlan& DataRetrievalPlan,
    String& Description, ActiveState& Active, String& Status, String& EventType, String& MatchData, ParameterValueOrFieldReference[]& Parameters)
       at Microsoft.ReportingServices.WebServer.ReportingService2010.GetDataDrivenSubscriptionProperties(String DataDrivenSubscriptionID, String& Owner, ExtensionSettings& ExtensionSettings, DataRetrievalPlan& DataRetrievalPlan, String&
    Description, ActiveState& Active, String& Status, String& EventType, String& MatchData, ParameterValueOrFieldReference[]& Parameters)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.SqlServer.ReportingServices2010.ReportingService2010.GetDataDrivenSubscriptionProperties(String DataDrivenSubscriptionID, ExtensionSettings& ExtensionSettings, DataRetrievalPlan& DataRetrievalPlan, String& Description,
    ActiveState& Active, String& Status, String& EventType, String& MatchData, ParameterValueOrFieldReference[]& Parameters)
       at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.<>c__DisplayClass5a.<GetDataDrivenSubscriptionProperties>b__59()
       at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod(Boolean setConnectionProtocol)
       at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod()
       at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.GetDataDrivenSubscriptionProperties(String subscriptionID, ExtensionSettings& extensionSettings, DataRetrievalPlan& dataRetrievalPlan, String& description, ActiveState&
    active, String& status, String& eventType, String& matchData, ParameterValueOrFieldReference[]& parameters)
       at Microsoft.ReportingServices.UI.DataDrivenSubscription..ctor(String reportPath, Boolean isNew, String subscriptionID, Boolean loadData)
       at Microsoft.ReportingServices.UI.DataDrivenPropertiesControl.GetSubscriptionFromViewState()
       at Microsoft.ReportingServices.UI.DataDrivenPropertiesControl.Control_Load(Object source, EventArgs args)
       at System.Web.UI.Control.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    library!ReportServer_0-2!286c!02/27/2015-12:33:17:: i INFO: Call to GetSystemPropertiesAction().
    ui!ReportManager_0-1!21f8!02/27/2015-12:33:17:: e ERROR: System.Threading.ThreadAbortException: Thread was being aborted.
       at System.Threading.Thread.AbortInternal()
       at System.Threading.Thread.Abort(Object stateInfo)
       at System.Web.HttpResponse.End()
       at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String errMsg)

  • Rich Internet / Data driven Web App 's  -  Which sdk and Plugins Please???

    Hi, I am starting Bournemouth University in September and will be learning java, I have wanted to build rich internet applications for years and am really excited!!
    I would like help understanding all the different products and plugins relevant to building rich internet data driven web applications so I can install them all to my system and then follow all the online videos and tutorials.
    I have knowledge of html, css, some sql, some flash and can use photoshop and fireworks.
    So far, I love the look of the net beans console and the first thing I want to find out is how to make the screens/panels/components unique from a graphical point of view; like you can in adobe flash or Flex. I tried to install java FX but had errors (?64 bit system related)
    Also would like to know if anyone else new has the same goal as me so we can set up a group or a web site dedicated to forming a learning path, like making a list of url's of which tutorials to do in which order to best learn the basics before connecting to databases and then learning mvc frameworks for enterprise level multi user applications.
    In that respect actually, is Java SE ok for my goals or should I have installed Java EE; I think I tried to install EE version first but had options in the installer I didnt understand or errors; did it a couple of weeks ago and cant remember exactly what the issue was? Can you upgrade from one java sdk to another without effecting netbeans??
    Thanks all in advance, I hope some people will help me get started and in return I will dedicate part of my web site im about to build for uni to putting all the information gathered in one place for others.
    My system is windows 7, 64bit
    I have installed Java sdk - jdk-6u25-windows-x64
    Apache Tomcat 7.0.11
    GlassFish Server open source edition 3.1
    Netbeans IDE 7.0
    MySql Server 5.5
    MySql Workbench 5.2CE
    I also have mssql installed as I started learning this from an interactive dvd, but am assuming Oracle is the db of choice now oracle bought java. Or mySql which i installed but have never used before.
    Edited by: user13715216 on 16-Jun-2011 07:02

    First of all, stop treating this like its an Adobe product. There are no plugins okay? You have entered a very different world of development right now, one you may find you don't even like. But lets not be hasty.
    Secondly, remove everything you have installed right now.
    Okay, now you're ready to start. Now Install the Java 6 JDK AND NOTHING ELSE. It has no executable to start any fancy program, just a bunch of command line tools with which you are going to enter the wonderful and difficult world of Java programming. Pick a favorite text editor (preferably one that has syntax highlighting for Java sources) and get going. I suggest you start here:
    http://download.oracle.com/javase/tutorial/
    This will not tell you how to build web applications; this will tell you how to create Java programs using the tools that are part of the JDK. You should not be even thinking about doing any web development at all until you are intimately familiar with the language, the tools, the standard API and programming in general. That may take as little as three months, probably more given your limited experience in the realm of application programming.
    Only once you have found your way should you make an attempt to install Netbeans again and start to learn how to use that to make your life a little easier. Before Netbeans can help you help yourself, you really have to know what you are doing.
    I wish you good luck. Its good that you are excited, but I hope that excitement has not been built on top of bad assumptions and woefully inappropriate expectations. Programming is hard, application development is even harder.

  • Data driven subscription query returns no data

    We have a data driven subscription on SSRS 2008 R2. The columns in the query are tied to one or more parameters of the report. When we run the subscription and if the query does not return any rows, I was hoping that the subscription will not start; however,
    instead, to my surprise, I got error stating..."Parameter XYZ value can't be null". How to avoid this error and keep subscription from running in this situation? 
    Example: I have a report that required employeeID as a parameter. I have a query (step 3: data driven subscription) that fetches employee ID based on some criteria. If there is no row returned by the query; It throws error on report stating "Parameter
    EmployeeID can't be null."
    Nehal Jain

    Hello Nehal -
    Try adding a UNION ALL to your parameter dataset query like
    UNION ALL SELECT NULL AS EmployeeID , ..
    Just check accordingly. I ll revert again based on this , got a priority now.
    Happy to help! Thanks. Regards and good Wishes, Deepak. http://deepaksqlmsbusinessintelligence.blogspot.com/

Maybe you are looking for

  • How can I run a light-grey screen behind a display ad in indd?

    Either I'm doing something terribly wrong or you haven't told me something I really need to know (and the manual is extremely difficult to learn from). We're back at my wife's bimonthly newsletter and she wanted to set a short paragraph in a box with

  • How to get the list of documents

    Hi everyone Can anyone help me How to get the list of documents residing in a folder of KM repository of SAP Netweaver using a simple java program Thanks in ADV. Rupesh Khemka

  • IPhoto iOS workflow help

    I have an iMac with Lion and iPhoto 11 (iLife 11) on. I also have an iPad 2, and now iPhoto for iOS. So when I bought iPhoto iOS I thought what it would be would be an extension of iPhoto 11 on my iMac. What I mean is to help me edit, organise, fix m

  • UnmarshalException with a difference

    Hi all I have been getting rather stressed at this annoying exception: java.rmi.ServerException: Server RemoteException; nested exception is: java.rmi.UnMarshalException: error unmarshalling arguments; nested exception is: java.lang.ClassNotFoundExce

  • When I connect my iphone to my Mac it does not appear in itunes and wont sync.

    When I connect my iphone to my Mac the iphoto app opens and nothing else happens! When I open Itunes (or even finder) the phone is not recognized at all and does not appear. I can't sync anything. Help!