Skipping delivery of publication artifacts within a publication extension

I have a publication made of 3 documents, which is serviced by a post processing plugin.  In certain situations, I'd like to skip the delivery of one or more of these documents from within the post processing plugin.  What is the best way to accomplish this?  I have tried setting the delivery rule expression, but to no avail. 
for (Object inf : artifacts)
    IInfoObject artifact = (IInfoObject)inf;
    props.setProperty("SI_DELIVERY_RULE_EXPRESSION", false);
edit:
The above code is definitely wrong, because that property is only part of processing info within the publication itself.    I also tried the following:
for (Object doc : documents) {
        IInfoObject document = (IInfoObject)doc;
        if (document.getKind().equals(CeKind.CRYSTAL_REPORT)) {
            IProperties piProps = p.getDocumentProcessingInfo(document.getID());
            logger.info("This file should be excluded: " + String.valueOf(piProps.getString("SI_NAME")));
            piProps.setProperty("SI_DELIVERY_RULE_EXPRESSION", false);
            p.setDocumentProcessingInfo(document.getID(), CeKind.CRYSTAL_REPORT, piProps);
Thanks in advance!
-m
Edited by: mja013 on Sep 2, 2009 6:55 PM
Edited by: mja013 on Sep 2, 2009 7:09 PM

Further developments.  The above post looks like I'm going about it in the wrong way.   So I kept looking around, and found that the documentation for the "handle" method within IPublicationPostProcessingPlugin states:
"This method is invoked after the publishing engine has finished personalizing the publication for a particular destination and scope. It must return an IInfoObjects collection containing all the artifacts created by the plugin that will be delivered to the recipients associated with the current destination and scope."
I have returned the list of items I want delivered, but no matter what list I return, I still receive the three original reports in the publication.
Any ideas?  Thanks!
-m

Similar Messages

  • EVSND within Book Publication reports?

    We are still on OutlookSoft version 4.2 SP2, although we will be upgrading to v7M this summer. 
    Has anyone had any success using EVSND functions to return values through Book Publication Wizard?  For example, if I wanted a Book Publication book to reference an input template, should I be able to get this to work in theory?  I've tried and have been unsuccessful.  It appears that the Book Publication Wizard opens the report and does a ReCalc but not a Refresh, which is what the EVSND formulas need to populate the spreadsheet with values.
    As a workaround, I've attempted to alter the workbook options to "Expand On Workbook Open", but for some reason this does not work when the Book Pub wizard is running.  I've also tried executing a refresh on the Workbook_Open event, but this doesn't work either when Book Pub is running.  Does Book Pub suppress custom macros and workbook options?  How do I work around this?
    Thanks!

    Problem solved since we upgraded to v7.

  • How to distinct the report name within a publication instance

    all,
    I am running a publication for 1 enterprise users having access to for exampple germany and france
    when i look at the publication, as the german user, i can see 2 instance one for the german and another for the french, as my profile let me have access to the both of them.
    I would like to know if there is a way to name these 2 reports differently when you have for destination default enterprise .. which is in infoview.. by default it say reportname: instance number
    thanks for your help
    philippe
    PS: i do know that if instead i send it to the file system then i can modify the name according to the profile ...or the recipient .. woudl like the same for the destination = default infoview
    i am in 3.1

    if you want to by pass validation one way to do it
    is create a commandButton with immediate = true
    make it invisibile using css if you like
    then using document.getElementById() to get the button object in javascript
    you can call the .click().
    Effecitvly you are then clicking a submit button on your form.
    that is if you want to activate a JSF immediate action.
    otherwise you can use your form.submit()

  • How to skip to a new page within Pages?

    This always used to work with ''Ctrl + Enter'', but now i've upgraded to the newest Pages, this doesn't work anymore, this is actually driving me mad and i can't find anywhere how to skip to a new page.. this is really anoying when working with big files where i have to change things on certain pages.
    Thx in advance

    Pages 5.1 is a bug - ridden disaster lacking about 100 features present in Pages 09. There are many complaints of data loss, corrupted Filene, docs that can't be opened etc.  do not use it for any serious work. Pages 09 should still be on your system. Use that instead

  • Using Image Magick within a Native Extension

    Hi,
    Does anyone know exactly how to incorporate Image Magick into a native extension, and then exactly how to include it and then invoke it in AS3?
    My environment is Windows 7/64 bit with FlashBuilder 4.6.
    Any advice will be most appreciated, and thanks in anticipation.

    Hi, When I posted this question nearly 12 months ago, I did not properly understand how to build an ane incorporating anything.
    But I did make some progress and the results can be seen at Air Native Extension - Adobe AIR: Visual QuickPro Guide - Larry Ullman's Book Forums
    I hope that it may be of interest.
    Regards.

  • Delivery Rules for Publications (Bo XI 3.1)

    HI,
    I have a report and would like to send it to recipients only when a condition is true( Report variable > 1). So i have used publications and set a Document delivery rule on a Report Variable.
    For Example  Condition: <Report variable> > 1
    Is it  a correct Syntax ? Because when i set this rule, publication gets succes but Log says publication delivery rule failed and can't distrubute the document.
    If i give some irrelevant syntax in delivery rule, still publications get succes and log says publication delivery rule failed and can't distrubute the document
    So iam confused,
    what is correct syntax ??
    Do we need to use only universe Objects in Document Delivery rules section ?
    2009-07-24 17:17:04,296 INFO  [pool-4-thread-8] BusinessObjects_PublicationAdminLog_Instance_6200 - [Publication ID # 6200] - Running publication instance.
    2009-07-24 17:17:04,390 INFO  [pool-4-thread-8] BusinessObjects_PublicationAdminLog_Instance_6200 - [Publication ID # 6200] - The global delivery rule for this publication was met; publication processing will now begin.
    2009-07-24 17:18:00,860 WARN  [PublishingService:HandlerPool-47] BusinessObjects_PublicationAdminLog_Instance_6200 - [Publication ID # 6200] - Unable to find any distributable documents in scope batch with ID 6,205.  Please check your publication configuration and ensure that the CMS is running. (FBE60016)
    2009-07-24 17:18:00,891 INFO  [PublishingService:HandlerPool-47] BusinessObjects_PublicationAdminLog_Instance_6200 - [Publication ID # 6200] - Publication delivery rule failed on document with ID 6,049 for scope 1 in scope batch with ID 6,205.  Artifacts generated from this document will not be distributed to user Administrator with ID 12.
    2009-07-24 17:18:00,907 WARN  [PublishingService:HandlerPool-47] BusinessObjects_PublicationAdminLog_Instance_6200 - [Publication ID # 6200] - Unable to find any distributable documents in scope batch with ID 6,205, scope 1. (FBE60034)
    2009-07-24 17:18:01,032 INFO  [pool-4-thread-8] BusinessObjects_PublicationAdminLog_Instance_6200 - [Publication ID # 6200] - Publication scheduling complete.
    Thanks
    -Satish
    Edited by: satish_chikla on Jul 27, 2009 9:36 AM
    Edited by: satish_chikla on Jul 27, 2009 9:41 AM

    Your questions indicate that you are not familiar with XI3.1 architecture and Servers/services involved.
    Do you have an administrator who is familiar with the Product ?
    Otherwise you need to review Admin guide for XI3.1 to get familiar with the concepts and architecture of the product.
    All patching of XI3.x products on the server should be done by windows Administrator or user with Admin priveledges, preferably same user that was used to install the product.
    Inst guide says we need to stop all the services except CMS...what does that mean ?
    This means that you have to go to CCM and click on Manage servers, login into system and stop all servers except CMS (Central Management Service).
    Except Tomcat service in CCM ?
    Tomcat is an Application server, it host/serves Web applications used by our product, like Infoview or CMC.
    Should i stop SIA as well ?
    If you stop SIA, then all XI services will be stopped. Including CMS.
    Let me ask you a question - is your XI3.1 installation functioning ? (Can you login into Infoview or CMC ? Run sample reports ?)

  • 4.1 Webi Publication does not have Delivery Rules

    I have created a publication for a Webi report in 4.1 BOE. I noticed that the publication does not have an option for Delivery Rules, which is available for Crystal Reports. I'm not sure if that is by Design, as I don't know why it would be available for one and not the other. Here's a summary of the issue:
    My publication uses Dynamic Recipients which number over a hundred. Anytime the publication is run, only a few will actually have a report that contains data and is based on if they have posted data for the week or not. Thus it's always an unknown on who should receive a report before run time. So what winds up happening is I get a publication that emails a 100 or so blank reports and about 4 or 5 reports that actually contain data. Obviously the intent is to only send out the 4 or 5 reports that actually contain data. The Publication itself actually works as intended, but as I mentioned before Crystal has Delivery Rules that allow you to "Deliver only when report contains data" which is what I need in Webi.
    Does anyone know of a way to get this to work in Webi without the Delivery Rules option? The workaround of course is to re-create the Webi report as a Crystal report and to create a publication for the Crystal report. But the desire is for this to be a Webi report so I am trying to figure out a solution. 

    Hi,
    Gill is right, on page 133 of SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 3 - 2014-03-26 Business Intelligence Platform User Guide, it states that "This feature is not available for Web Intelligence documents"
    I'd suggest you to vote for the "Delivery Rule for web-i based publications" on SAP Idea place on https://ideas.sap.com/ct/ct_a_view_idea.bix?c=1DA84A30-1E5A-43FA-95C5-857A8B99D197&idea_id=7E9C5B32-62A9-48BA-9867-BDF2429FB5FE.
    Hope this helps,
    Jin-Chong

  • How can I send/share a proof of a publication with someone else?

    Working with iBooks Author, I merely wish to share a test publication internally within my company as a proof. Some of them are remote (not on site). All have iPads.
    The publication is NOT ready for publication, it is in its most preliminary stage. How can I send them a copy of the publication so I can get their feedback? Either I am missing something simple, or else it's not very obvious how this is supposed to be done.

    You have choices - use the Share menu, then save as an .iBooks file where you can find it...email or place on a server for them to download. They then drop into their iTunes and sync.
    You can also save as a PDF and send that around however works easiest in your example.
    See:
    iBooks Author: Publishing and distribution FAQ - Support

  • Data Source Missing in Publication

    HI experts,
    I've got a business objects publication which uses 1 crystal report as the source data and 1 crystal report as the dynamic recipients. When run seperately both these crystal reports work fine but when I try to schedule the publication I keep getting the error message 'Unable to connect. Incorrect logon parameters'.
    The source data crystal report uses 2 different data sources and when I look at the database logon parameter within the report I can see them both and they have the correct passwords. When I look at the database logon parameter of the source data within the publication I can only see 1 datasource.
    I'm assuming my problem is something to do with the missing datasource but I don't know how to view it within the publication.
    What am I doing wrong?
    Thanks
    Stuart.

    Hi Mansi and Rathi
    Will creating a new infopackage or replicating hamper anything that is already existing. I am new to BI and actually was asked only to work in queries. I dont want to take a chance, just in case.
    I have 3 infopackages already created for this data source.
    Thanks and Regards
    Madhu

  • Publications fail intermittently on XI 3.1

    Hello,
    We have publications that fail intermittently with the error:
    An exception was caught while scheduling the publication. (FBE60203) or
    Unable to find the infostore service.  Is your CMS running and configured properly? (FBE60002)
    com.crystaldecisions.sdk.exception.SDKException$OCAFramework: Unable to reconnect to the CMS xxx.ny2.xxx.net:6400. The session has been logged off or has expired. (FWM 01002)
    cause:com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$LogonFailover: Unable to reconnect to the CMS xxx.ny2.xxx.net:6400. The session has been logged off or has expired. (FWM 01002)
    The publication log also invarably contains Unable to reconnect to the CMS xxx.ny2.xxx.net:6400. The session has been logged off or has expired. (FWM 01002).
    The publications are scheduled as follows:
    1. A program object is scheduled to kick off the publication. This program object passes values to the prompts in the publication at run time.
    2. The publications are scheduled as MHTML files to an FTP server.
    3. The publications are based on different tabs in Webi report
    Our environment consists of a full stack on a single server.
    Environment details:
    BO XI 3.1 Premium CPU on RHEL 4 (64 bit) (2.6.9-67.0.15.ELsmp)
    Oracle 64 bit
    Tomcat 5.5
    We schedule a lot of reports using a similar process flow. It is only the publications that fail.
    We have a case open too. I was hoping someone had seen something like this before.
    The entire publication log from the last time one of the publications failed is below:
    2009-01-26 18:45:27,761 INFO  [pool-4-thread-7] BusinessObjects_PublicationAdminLog_Instance_126761 - [Publication ID # 126761] - Running publication instance.
    2009-01-26 18:45:27,805 INFO  [pool-4-thread-7] BusinessObjects_PublicationAdminLog_Instance_126761 - [Publication ID # 126761] - The global delivery rule for this publication was met; publication processing will now begin.
    2009-01-26 18:45:28,015 ERROR [PublishingService:HandlerPool-39] BusinessObjects_PublicationAdminLog_Instance_126761 - [Publication ID # 126761] - An exception was caught while scheduling the publication. (FBE60203)
    com.crystaldecisions.enterprise.ocaframework.IManagedService$ManagedLogoffException: Unable to reconnect to the CMS xxx.ny2.xxx.net:6400. The session has been logged off or has expired. (FWM 01002)
         at com.crystaldecisions.enterprise.ocaframework.ManagedService.invoke(ManagedService.java:604)
         at com.crystaldecisions.sdk.occa.infostore.internal._InfoStoreEx4Proxy.queryEx3(_InfoStoreEx4Proxy.java:364)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.queryHelper(InternalInfoStore.java:708)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.query(InternalInfoStore.java:566)
         at com.crystaldecisions.sdk.occa.infostore.internal.QuerySettings.executeQuery(QuerySettings.java:94)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoObject.getParent(InfoObject.java:1377)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoObject.getParent(InfoObject.java:1363)
         at com.businessobjects.publisher.processing.AuditDetailHelper.buildPublicationPath(AuditDetailHelper.java:108)
         at com.businessobjects.publisher.processing.AuditDetailHelper.setupAuditDetails(AuditDetailHelper.java:72)
         at com.businessobjects.publisher.scheduling.SchedulingHelper.scheduleScopeBatch(SchedulingHelper.java:304)
         at com.businessobjects.publisher.processing.ScopeBatchHandler.run(ScopeBatchHandler.java:101)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
         at java.lang.Thread.run(Thread.java:595)
    2009-01-26 18:45:28,028 INFO  [pool-4-thread-7] BusinessObjects_PublicationAdminLog_Instance_126761 - [Publication ID # 126761] - Publication scheduling complete.
    Once a publication fails, the only method to ensure success is to:
    1. Restart the CMS, Publication Job Server and Webi Processing Server
    2. Recreate the publication (remove the source, add it again)
    As an aside, I've had cases open twice before for the same issue. I closed them both because I can't replicate on demand (we were on XI3.0 RTM at that point).
    I'd appreciate any help.
    Thanks.
    Srinivas

    Mike,
    I still have the case open with support on this. While I am (still) unsure as to which session has logged off, support suggested that I do the following:
    Add
    -requesttimeout 3600000 on following servers.
    1.CMS
    2.Webi Processing Server.
    3.Adaptive job Server.
    4.Publication Job server.
    5.Input Server.
    This seems to have done the job, at least for now. I am still testing though.
    If your publication does fail with such an error, restarting the SIA could be a temporary solution.
    Let me know if you need anything else.
    Best,
    Srinivas

  • Publication failing in BO XI 3.1

    Hi,
    I have a publication containing a crystal report based on BW query.  I personalised the Crystal report with Profile values.  Every one has full access to run that crystal report and full access to profile values.  I am able to run that crystal report manually without any issue.
    Its giving me the following error message in 3.1, but running fine in 3.0.
    2010-02-25 02:08:06,608 INFO  [pool-4-thread-15] BusinessObjects_PublicationAdminLog_Instance_7817 - [Publication ID # 7817] - Running publication instance.
    2010-02-25 02:08:06,829 INFO  [pool-4-thread-15] BusinessObjects_PublicationAdminLog_Instance_7817 - [Publication ID # 7817] - The global delivery rule for this publication was met; publication processing will now begin.
    2010-02-25 02:08:26,465 ERROR [PublishingService:HandlerPool-16] BusinessObjects_PublicationAdminLog_Instance_7817 - [Publication ID # 7817] - Scheduling document job "Order Counts by Size & Division_Latest.rpt" (ID: 7,823) failed: User specific security is in use.  One database fetch per recipient must be used.
    Scheduling document 'Order Counts by Size & Division_Latest.rpt' (ID: 7,823) failed for the following users:
         SanthanamS (ID: 5452)
    . These users had the following profile values:
         {?[ZOWN_DIV]} values:
              [30..30]
         {?[ZSELL_S]} values:
              [30..30]
    Scheduling document 'Order Counts by Size & Division_Latest.rpt' (ID: 7,823) failed for the following users:
         VasuV (ID: 5650)
    . These users had the following profile values:
         {?[ZOWN_DIV]} values:
              [30..50]
         {?[ZSELL_S]} values:
              [30..50]
    (FBE60502)
    2010-02-25 02:08:26,946 INFO  [pool-4-thread-15] BusinessObjects_PublicationAdminLog_Instance_7817 - [Publication ID # 7817] - Publication scheduling complete.
    What could be the reason?  Its not giving any explicit error message.
    Thanks and Regards,
    Subbu S

    Hi
    have you setup server-side SNC on your XI 3.0 system? DId you do the same on the XI 3.1 system?
    Regards,
    Stratos

  • Get Page Count of PDF using Publication Post Processing Plugin

    Hi,
    I am using the publiching functionality of BOXI 3.1 to create a large volume of PDFs.  I have a report that I am publishing using a publication with a post processing plugin applied after distribution.  I need to get the total page count of the pdf and store this value in the database.  Becuase I am already using a post processing plugin after distribution, it would be ideal to extract it there...but I cannot figure out how to get the value at this point. 
    Currently we parse the actual binary pdf file, but I know that Crystal and BOXI know this total page count and some point in the processing cycle.  Does anyone know how to get at the total page count of each pdf/report instance?
    Thanks,
    Kristina

    I would post-process the PDF file as you're doing.
    The total page count isn't metadata - it's something computable from the report instance, that is lost after the PDF is generated.
    Trying to work with that would lead to a more complex workflow - i.e., schedule to report format, open the report instance using a reporting SDK, calculate the total page count, export using the reporting SDK to PDF, add the PDF to the publication artifact and remove the report instance, other steps I may have missed....
    Sincerely,
    Ted Ueda

  • Failure while scheduling publications with CR in BO XI3.1

    We have installed BO XI3.1 on windows server 2003 R2 SP2, with weblogic 9.2 application server and have configure to SSO for windows AD users. While scheduling publications it throws up the following error, however this error is not consistent, it happens once in 3 days.
    2009-05-25 12:03:50,149 INFO  [pool-4-thread-56] BusinessObjects_PublicationAdminLog_Instance_1370298 - [Publication ID # 1370298] - Running publication instance.
    2009-05-25 12:03:50,415 INFO  [pool-4-thread-56] BusinessObjects_PublicationAdminLog_Instance_1370298 - [Publication ID # 1370298] - The global delivery rule for this publication was met; publication processing will now begin.
    2009-05-25 12:03:54,587 ERROR [PublishingService:HandlerPool-118] BusinessObjects_PublicationAdminLog_Instance_1370298 - [Publication ID # 1370298] - Unable to find the infostore service.  Is your CMS running and configured properly? (FBE60002)
    com.crystaldecisions.sdk.exception.SDKException$OCAFramework: Unable to reconnect to the CMS ggnmis01.aircel.co.in:6400. The session has been logged off or has expired. (FWM 01002)
    cause:com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$LogonFailover: Unable to reconnect to the CMS ggnmis01.aircel.co.in:6400. The session has been logged off or has expired. (FWM 01002)
    cause:com.crystaldecisions.enterprise.ocaframework.idl.OCA.oca_abuse: IDL:img.seagatesoftware.com/OCA/oca_abuse:3.2
    detail:Unable to reconnect to the CMS ggnmis01.aircel.co.in:6400. The session has been logged off or has expired. (FWM 01002) IDL:img.seagatesoftware.com/OCA/oca_abuse:3.2
    detail:Unable to reconnect to the CMS ggnmis01.aircel.co.in:6400. The session has been logged off or has expired. (FWM 01002) IDL:img.seagatesoftware.com/OCA/oca_abuse:3.2
         at com.crystaldecisions.sdk.exception.SDKException.map(SDKException.java:214)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.<init>(InternalInfoStore.java:146)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStoreFactory.makeOCCA(InternalInfoStoreFactory.java:119)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoStore.<init>(InfoStore.java:84)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoStoreFactory.makeOCCA(InfoStoreFactory.java:62)
         at com.businessobjects.publisher.common.SDKHelper.createInfoStore(SDKHelper.java:39)
         at com.businessobjects.publisher.scheduling.SchedulingHelper.scheduleScopeBatch(SchedulingHelper.java:111)
         at com.businessobjects.publisher.processing.ScopeBatchHandler.run(ScopeBatchHandler.java:101)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$LogonFailover: Unable to reconnect to the CMS ggnmis01.aircel.co.in:6400. The session has been logged off or has expired. (FWM 01002)
    cause:com.crystaldecisions.enterprise.ocaframework.idl.OCA.oca_abuse: IDL:img.seagatesoftware.com/OCA/oca_abuse:3.2
    detail:Unable to reconnect to the CMS ggnmis01.aircel.co.in:6400. The session has been logged off or has expired. (FWM 01002) IDL:img.seagatesoftware.com/OCA/oca_abuse:3.2
         at com.crystaldecisions.enterprise.ocaframework.FailoverLogonService.logonWithToken(FailoverLogonService.java:174)
         at com.crystaldecisions.enterprise.ocaframework.ManagedSession.reconnectCMS(ManagedSession.java:733)
         at com.crystaldecisions.enterprise.ocaframework.ManagedSession.validateServer(ManagedSession.java:720)
         at com.crystaldecisions.enterprise.ocaframework.ManagedSession.validateStatelessService(ManagedSession.java:573)
         at com.crystaldecisions.enterprise.ocaframework.ManagedSession.newService(ManagedSession.java:911)
         at com.crystaldecisions.enterprise.ocaframework.ManagedSession.get(ManagedSession.java:300)
         at com.crystaldecisions.enterprise.ocaframework.ManagedSessions.get(ManagedSessions.java:297)
         at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService(ServiceMgr.java:697)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.init(InternalInfoStore.java:1069)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.<init>(InternalInfoStore.java:142)
         ... 9 more
    Caused by: com.crystaldecisions.enterprise.ocaframework.idl.OCA.oca_abuse: IDL:img.seagatesoftware.com/OCA/oca_abuse:3.2
         at com.crystaldecisions.enterprise.ocaframework.idl.OCA.oca_abuseHelper.read(oca_abuseHelper.java:106)
         at com.crystaldecisions.enterprise.ocaframework.idl.OCA.OCAs._LogonEx4Stub.LogonWithTokenEx4(_LogonEx4Stub.java:210)
         at com.crystaldecisions.enterprise.ocaframework.FailoverLogonService.logonWithToken(FailoverLogonService.java:153)
         ... 18 more
    2009-05-25 12:03:54,603 ERROR [PublishingService:HandlerPool-118] BusinessObjects_PublicationAdminLog_Instance_1370298 - [Publication ID # 1370298] - An exception was caught while scheduling the publication. (FBE60203)
    com.businessobjects.publisher.exception.PublishingException$InvalidInfoStore: Unable to retrieve the InfoStore. Is your CMS running and properly configured? (FBE42019)
         at com.businessobjects.publisher.scheduling.SchedulingHelper.scheduleScopeBatch(SchedulingHelper.java:129)
         at com.businessobjects.publisher.processing.ScopeBatchHandler.run(ScopeBatchHandler.java:101)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
         at java.lang.Thread.run(Thread.java:595)
    2009-05-25 12:03:54,665 INFO  [pool-4-thread-56] BusinessObjects_PublicationAdminLog_Instance_1370298 - [Publication ID # 1370298] - Publication scheduling complete.
    The SIA, all server, including the windows server was re-started, but this error still pops up.

    We are seeing alot of these - using the 'retry' option when scheduling gets the Publication to finish successfully - the log however is full of these messages.
    Did you discover anything further Ranjit?
    Regards,
    Ferdie.

  • How to create Dynamic Webi 3.1 filename in Publication

    I have a webi 3.1 report that is being called from a publication used for bursting using the eFashion universe.  I want the file name to be dynamic, based on the profile.  Within the webi report I created a free standing cell that I set to "Western States" or "Eastern States" based on the states in the report at the time of the run (set by the profile).  This works correctly.  But there does not seem to be a way to get the report to use the free standing cell value as part of the report name.  From the publication, properties, destinations, use specific name I can only pick title and document name.  Neither of these is the free standing cell in the report.  I saw that version 4.0 has this ability but I can't upgrade for another year and deski is not an option.  Any suggestions?  Thank you.

    I figured out how to create dynamic report names with 2 fields within the Publication tool.  I padded fullname and  email in dynamic recipients to be the two fields I wanted from the report.  Then in Destinations, File Name:, Use specific name I picked userfullname and email address to create the report name.   But that would not work if I actually needed to use the email address to send the report to.  We don't have Java programmers and may have to find other options.  Thanks.

  • BO 4 Publication Failure

    Hello,
    We are trying to use publication of WEBI report with dynamic recipient list. Both the published report and the recipient list are built upon Bex Query.
    When we schedule the publication it fails with the error:
    2012-01-08 17:37:06,817 INFO  [PublishingService:RunInstancePool-13] BusinessObjects_PublicationAdminLog_Instance_9684 - [Publication ID # 9684] - Running publication instance.
    2012-01-08 17:37:06,869 INFO  [PublishingService:RunInstancePool-13] BusinessObjects_PublicationAdminLog_Instance_9684 - [Publication ID # 9684] - The global delivery rule for this publication was met; publication processing will now begin.
    2012-01-08 17:37:35,561 ERROR [PublishingService:HandlerPool-4] BusinessObjects_PublicationAdminLog_Instance_9684 - [Publication ID # 9684] - Distribution to destination CrystalEnterprise.Smtp (To: XXX  )  failed. Recipient: XXX, Document Scope: Formatting Sample : 9701 (Excel) : (OR (AND )). Destination disabled. [[] ([1]/[2])]: [].  Please note the name of the job server used for your request and contact your system administrator to make sure the specified destination is enabled. (FWB 00031) (FBE60013)
    2012-01-08 17:37:35,562 ERROR [PublishingService:HandlerPool-4] BusinessObjects_PublicationAdminLog_Instance_9684 - [Publication ID # 9684] - Distribution to destination CrystalEnterprise.Smtp (To: YYY )  failed. Recipient: YYY, Document Scope: Formatting Sample : 9701 (Excel) : (OR (AND )).  (FBE60013)
    2012-01-08 17:37:35,780 INFO  [PublishingService:RunInstancePool-13] BusinessObjects_PublicationAdminLog_Instance_9684 - [Publication ID # 9684] - Publication scheduling complete.
    Please Help,
    Amir

    Hi Amir,
    Can you let me know what is the patch level of the BI 4.0 server?
    If the source report is scheduled individually does it succeed, can it be viewed on demand?
    This error:
    2012-01-08 17:37:35,561 ERROR PublishingService:HandlerPool-4 BusinessObjects_PublicationAdminLog_Instance_9684 - Publication ID # 9684 - Distribution to destination CrystalEnterprise.Smtp (To: XXX ) failed. Recipient: XXX, Document Scope: Formatting Sample : 9701 (Excel) : (OR (AND )). Destination disabled. [[] ([1]/2])]: [. Please note the name of the job server used for your request and contact your system administrator to make sure the specified destination is enabled. (FWB 00031) (FBE60013)
    suggests that the Email destination plugin is not configured correctly on the Publication Job Server, can you check that please.
    I hope this is a very helpful answer to you.
    Kind regards,
    John

Maybe you are looking for

  • Where are LETOOLS for USB? The "ADB" Driver does not work with Windows XP

    I just give up with Lenovo's arcane maze of endlessly-looping driver searches.  I managed somehow to get something called an "ADB Driver" which was supposed to allow Windows XP to recognize my tablet as a K1 Ideapad.  I downloaded the 8+mb file which

  • XI unable to post IDOC to ECC the interface is FILE-to-IDOC scenario

    Hi All, The XI interface is a FILE-2-IDOC scenario and some times IDOC's in the receiver system are not posted.  I did see successfully message for that particular messages but the IDOC's were not created in the ECC.  If the messages is reprocessed t

  • Sapscript Print

    Hi Guru,    I have a situation where in i have my script program to print 10 pages in total.    But suddenly i get a requirement that my client need to print only those    pages starting from page no - 5 to page no - 8. How do i do this in sapscript.

  • Bugs + 1.0.4?

    One definite bug and one I'm not so sure. Definite bug... all songs are (Last Played) tagged with the date/time it is synced, not when the song was actually played. I use iVolume, meaning the level is set by iVolume. Works 100% correctly on my 80G HD

  • Segment wise balance sheet

    Hi All, We are into SAP 6 version in IS retail. We are not getting segment wise balance sheet report. we have done the following Document splitting is active. Profit Centers is assigned to Cost centers Segements are assigned to profit Centers unable