Not generating instance when no data

Hi all,
We have a webi report which may be blank (i.e. no data).
We want to schedule this report to get a acrobat reader file but we don't want that the instance be generated if there is no data.
Is there a way to do this with a scheduling option or by an other trick ?
Thanks in advance for help.
Olivier

The only trick I know is creating the same query at database level in a stored procedure, the stored procedure should count if there are no rows.  If there are no rows it won't do anything. If there are rows it should create a text file in the server, let's say the text file is 'C:folderMyDataAvailable.txt'.
Then at BusinessObjects Cmc create an event, the event should check if in the route  C:folder the tex file MyDataAvailable.txt has been created. Let's say your event name is MyEvent
At report schedule parameters select in Events this event named MyEvent.
This way the report will run only if the event of the creation of the file MyDataAvailable.txt happens.
If there was another way to do this ... I don't know, this is the only one I know. You should visit Idea Place (http://www.sdn.sap.com/irj/scn/idea-place) to check if in further BusinessObjects versions there will be an option to avoid instance generation if there's no data. Or you could suggest this idea there.
Regards
Erika

Similar Messages

  • Blog Archive Webpart Does Not List Posts When Publish Date is About early months,years in sharepoint 2013

    I create blog posts . Their publish date are different from now and their publish date are the early months. For example i create 30 blog bosts in 15.08.2014. But 10 blog posts' publish date is 15.04.2013,20 blog posts' publish date is 15.03.2012. I can
    not see them in the blog archive part. There must be April 2013 and March 2012 in the archive part,but i can not see them.
    How can i see them in the blog archive webpart?
    When i create a blog post, what is the main issue about the date? What is the main issue about date about grouping them.
    How can i show the blog posts according to the publish date not create date? İs it possible?
    Can you help me please?

    It seems you created another thread for same issue. Let's wait for the response from original thread, instead of creating a new one.
    http://social.msdn.microsoft.com/Forums/en-US/2a3f7d99-c74b-4554-94bf-e597a88b5425/blog-archive-webpart-does-not-list-posts-when-publish-date-is-about-early-monthsyears-in-sharepoint?forum=sharepointcustomization
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • SSRS tablix not be visible when no data is selected to display on the report

    In an SSRS 2008 r2 existing dashboard application, I display a tablix (as a header) based upon the following selection criteria:
    =iif(Len(First(Fields!CustomerNumber.Value, "Main")) = 0, true, false).
    The CustomerNumber value is passed between the various SSRS reports in the dashboard application. There are times when the Fields!CustomerNumber.Value is selected for a particular report and there is no detail data to display. What happens with the existing
    reports, is the space that would be allocated for the tablix is shown.
    When there is no data to display, there is a NoRowsmessage that can be displayed on the report.
    Basically when there are no detail records to display on the report, I would like the tablix report header not to display when there is no detail data for the report.
    Thus can you tell me how to code the tablix report header not to display when there is no detail data?

    Sorry, I overlooked Katherine's simple solution, partly because the header doesn't go away, it is just replaced with something that cannot be differentiated from the report background. Keep in mind that the space the tablix is in is still occupied by the
    tablix as you can see below:
    Sample report with no data and an empty rows message of "  ".
    Above is the same report without a no rows message but with the header row hidden using thisformula: =IIf(Count(1)>0, false, true). You can see that the space that the header normally occupies is collapsed away when hiding the header whereas the spaces
    ("  ") occupy that space when using the no rows message.
    "You will find a fortune, though it will not be the one you seek." -
    Blind Seer, O Brother Where Art Thou
    Please Mark posts as answers or helpful so that others may find the fortune they seek.

  • Namespace not found error when creating data server for xml with namespace

    Hi
    I tried creating XML data server in ODI with namespace in xml file. I followed the below steps but could not success in creating the dataserver. however when I remove the namespace in xml file I am able to reverse engineer the xml file.
    1) Create xml data server
    2) select xml driver - com.sunopsis.jdbc.driver.xml.SnpsXmlDriver
    3) Provide the jdbc url - jdbc:snps:xml?f=D:/xmlnew/sample_namespace.xml&s=xmlns&d=D:/xmlnew/sample_namespace.dtd
    xml content
    <f:root xmlns:f="http://www.w3.org/TR/html4/">
    <table>
    <name>African Coffee Table</name>
    <width>80</width>
    <length>120</length>
    </table>
    </f:root>
    DTD content
    <!ELEMENT f:root ( table ) >
    <!ELEMENT length ( #PCDATA ) >
    <!ELEMENT name ( #PCDATA ) >
    <!ELEMENT table ( name, width, length ) >
    <!ELEMENT width ( #PCDATA ) >
    when I test connection it shows the following error.
    java.sql.SQLException: The model generated by the model mapper was not accepted by a validator: Model not accepted: Namespace not found:
         at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.doGetConnection(LoginTimeoutDatasourceAdapter.java:133)
         at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.getConnection(LoginTimeoutDatasourceAdapter.java:62)
         at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java:1100)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.getLocalConnect(SnpsDialogTestConnet.java:371)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.localConnect(SnpsDialogTestConnet.java:794)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.jButtonTest_ActionPerformed(SnpsDialogTestConnet.java:754)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.connEtoC1(SnpsDialogTestConnet.java:137)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.access$1(SnpsDialogTestConnet.java:133)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet$IvjEventHandler.actionPerformed(SnpsDialogTestConnet.java:87)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
         at java.awt.Component.processMouseEvent(Component.java:6289)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6054)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4652)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4482)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2478)
         at java.awt.Component.dispatchEvent(Component.java:4482)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
         at java.awt.EventQueue$2.run(EventQueue.java:617)
         at java.awt.EventQueue$2.run(EventQueue.java:615)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.sql.SQLException: The model generated by the model mapper was not accepted by a validator: Model not accepted: Namespace not found:
         at com.sunopsis.jdbc.driver.xml.SnpsXmlDTD.initialize(SnpsXmlDTD.java:389)
         at com.sunopsis.jdbc.driver.xml.SnpsXmlDTD.initialize(SnpsXmlDTD.java:421)
         at com.sunopsis.jdbc.driver.xml.SnpsXmlDTD.<init>(SnpsXmlDTD.java:150)
         at com.sunopsis.jdbc.driver.xml.SnpsXmlSchema.<init>(SnpsXmlSchema.java:478)
         at com.sunopsis.jdbc.driver.xml.SnpsXmlSchemaManager.createNewSchema(SnpsXmlSchemaManager.java:292)
         at com.sunopsis.jdbc.driver.xml.SnpsXmlSchemaManager.getSchemaFromProperties(SnpsXmlSchemaManager.java:270)
         at com.sunopsis.jdbc.driver.xml.SnpsXmlDriver.connect(SnpsXmlDriver.java:114)
         at oracle.odi.jdbc.datasource.DriverManagerUtils$DriverProxy.connect(DriverManagerUtils.java:23)
         at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:368)
         at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:352)
         at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:316)
         at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:275)
         at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.doGetConnection(LoginTimeoutDatasourceAdapter.java:99)
         at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.getConnection(LoginTimeoutDatasourceAdapter.java:62)
         at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter$ConnectionProcessor.run(LoginTimeoutDatasourceAdapter.java:217)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:662)

    Hi,
    Thans for your reply.
    This is the DTD for my xmldoc.
    <!ELEMENT Data (Department+)>
    <!ELEMENT EmployeeID (#PCDATA)>
    <!ATTLIST EmployeeID col (EMPID) #IMPLIED>
    <!ELEMENT Education (EmployeeID, Sequence, Dgree)>
    <!ATTLIST Education table NMTOKEN #IMPLIED>
    <!ELEMENT Employee (EmployeeName, EmployeeID, DepartmentID, Education*)>
    <!ATTLIST Employee table NMTOKEN #IMPLIED>
    <!ELEMENT EmployeeName (#PCDATA)>
    <!ATTLIST EmployeeName col NMTOKEN #IMPLIED>
    <!ELEMENT DepartName (#PCDATA)>
    <!ATTLIST DepartName col NMTOKEN #IMPLIED>
    <!ELEMENT Table (Column+)>
    <!ATTLIST Table importType NMTOKEN #IMPLIED>
    <!ATTLIST Table parentTable NMTOKEN #IMPLIED>
    <!ATTLIST Table tag NMTOKEN #IMPLIED>
    <!ATTLIST Table columns NMTOKEN #IMPLIED>
    <!ATTLIST Table name NMTOKEN #IMPLIED>
    <!ELEMENT DepartID (#PCDATA)>
    <!ATTLIST DepartID col NMTOKEN #IMPLIED>
    <!ELEMENT MetaData (Table+)>
    <!ELEMENT Sequence (#PCDATA)>
    <!ATTLIST Sequence col NMTOKEN #IMPLIED>
    <!ELEMENT Dgree (#PCDATA)>
    <!ATTLIST Dgree col NMTOKEN #IMPLIED>
    <!ELEMENT Export (MetaData, Data)>
    <!ELEMENT DepartmentID (#PCDATA)>
    <!ATTLIST DepartmentID col NMTOKEN #IMPLIED>
    <!ELEMENT Column (#PCDATA)>
    <!ATTLIST Column deleteKey NMTOKEN #IMPLIED>
    <!ATTLIST Column isKey NMTOKEN #IMPLIED>
    <!ELEMENT Department (DepartName, DepartID, Employee+)>
    <!ATTLIST Department table NMTOKEN #IMPLIED>
    Thanks again!
    Yan

  • Report in background not create spool when no data found

    Hello  ,
    I created simple rapport that should run in background. When I  execute background job (sm37) I noticed that the  spool exists only
    for when the some data is found. When data is not found for any reason I do not have spool , and I need one saying
    'records passed 0'. I am not sure what I can do about it. I saw insome programs that is possible but I cannot find how it was done.  Please advice .
    Krsto

    Hi,
    You might be checking if the Final Internal table has data in it or not (May be in END-OF-SELECTION). If you are not do have check on this and simple code a write statement like below.
    IF IT_FINAL IS NOT INITIAL.
    CREATING A SPOOL.
    ELSE.
    WRITE : / 'Records Passed are 0'.
    ENDIF.
    Let me know if you need any further help on this.
    Regards,
    SRinivas

  • E not assigned Error when running Data Manager

    Hi,
    When I try to import Master Data from BW to BPC, All the ID's are loaded correctly, however I get an error message that :E not assigned when I run the Data Manager even though I have the Language set to "E".
    Any inputs are appreciated.
    thanks,
    Vamsi.

    HI Vamsi,
    I am facing similar problem,please update me if you have any clue about this.
    Thanks,
    Bala.

  • Page numbers are not generated correctly when print from Word to PDF

    Whenever I print my Word document to PDF, my page numbers do not reflect the page numbers shown in Print Preview.
    For example, I have a Word document with 10 pages and after generating it as PDF, the page number shows Page 1 of 1; Page 2 of 2; Page 3 of 3; ......Page 10 of 10.
    Please advise what may be the cause and how can I rectify this problem?
    Thank you.

    Thank you for your reply.
    I do have some sections breaks on the pages, however the pages are all shown in running sequence even on Preview page.
    It is the final generated document that has this problem.
    I emailed my colleagues my WORD document and ask them to generate to PDF and they have no issues printing the WORD to PDF and every pages were in running order.
    Any other advise?

  • Bug: Exports not generated correctly when Spot Removal brush used in LR5

    I have experienced intermittent problems with exports in Lightroom 5.0 when the Spot Removal (clone and heal) brush is used.
    One time, I accidentally pasted develop settings from one image into another image. After I performed an undo on the incorrect edits, the incorrect Spot Removal edits still appeared in my exports.
    This doesn't happen every time, so I can't give a specific set of circumstances to recreate the problem.
    I am using:
    Lightroom 5.0 64-bit
    Windows 7 Ultimate 64-bit
    Canon CR2 RAW files
    16GB RAM, plenty of local disk space
    Note: I have not done extensive testing on this, but many of these files are stored on a network drive, so I don't know if there is some sort of bug in the optimized routines for network drives/folders.

    I have the same problem as michaeln2 and adobe 1230931.
    I use Lightroom 4.4.
    When I am in the Develop screen and I turn on Soft Proofing, then about 20% of the time the image goes blank.  If I go back to Library view and reenter Devleop, sometimes the image will show up, sometimes not.  If I advance to other images, sometimes they'll show and sometimes not in the Soft Proofing mode.  Sometimes rotating an image in Library mode and going back into Develop "wakes up" the Soft Proofing and sometimes not.
    In other words, the soft proofing feature is, as michaeln2 says, functionally useless.  I'm surprised that no fix has been posted on this thread.  No point upgrading to Ver 5 either...as it seems to be buggy there as well.  Help!

  • Bug: Previews not generated properly when Soft Proofing is enabled in LR5, LR5.2 RC

    I am experiencing problems with previews in Lightroom 5.0 and Lightroom 5.2 RC.
    I have noticed incorrect previews under the following circumstances when Soft Proofing is enabled:
    1. When I make modifications (like cropping), the preview in the Navigator panel does not update until I uncheck (and recheck) the Soft Proofing option.
    2. When I am paging through several images at 100% or greater, the view in the main window, while zoomed in correctly, does not provide the correct resolution (blurry) until I either uncheck (and recheck) the Soft Proofing option or zoom out and zoom back in.
    I am using:
    Lightroom 5.0 64-bit, Lightroom 5.2 RC 64-bit
    Windows 7 Ultimate 64-bit
    Canon CR2 RAW files
    16GB RAM, plenty of local disk space
    Note: I have not done extensive testing on this, but many of these files are stored on a network drive, so I don't know if there is some sort of bug in the optimized routines for network drives/folders.

    I have the same problem as michaeln2 and adobe 1230931.
    I use Lightroom 4.4.
    When I am in the Develop screen and I turn on Soft Proofing, then about 20% of the time the image goes blank.  If I go back to Library view and reenter Devleop, sometimes the image will show up, sometimes not.  If I advance to other images, sometimes they'll show and sometimes not in the Soft Proofing mode.  Sometimes rotating an image in Library mode and going back into Develop "wakes up" the Soft Proofing and sometimes not.
    In other words, the soft proofing feature is, as michaeln2 says, functionally useless.  I'm surprised that no fix has been posted on this thread.  No point upgrading to Ver 5 either...as it seems to be buggy there as well.  Help!

  • Muse not generating sitemap when hosted on Business Catalyst

    One of my Muse sites, hosted on Business Catalyst, does not have a sitemap. My understanding was that these are generated automatically. How can I fix this problem? The site is http://www.drummingpatterns.com.

    Hi,
    If you want to hide your page, from Search engines, you can hide a page from Search engines, check this screenshot, http://prntscr.com/3ekyh5
    this will add meta name="robots" content="noindex" on your page, this will keep Your content out of search services. For more information about this metatag, check this official article
    http://www.robotstxt.org/metabof.html
    Hope this helps

  • Warning: untrusted X11 forwarding setup failed: xauth key data not generate

    Upon connecting to a RedHat Enterprise Linux server via ssh -X I get the following:
    Warning: untrusted X11 forwarding setup failed: xauth key data not generated
    Warning: No xauth data; using fake authentication data for X11 forwarding.
    I have previously (as in last week, ending 11/1/2008) been able to use x11 forwarding from the machine I'm trying to connect to. This problem also occurs with other servers, meaning it must be a problem with my local machine. Any suggestions are welcome.

    I get that if I use
    ssh -Y ...
    but NOT with -X.
    Do you have a $HOME/.ssh/config or /etc/ssh_config file that is specifying ForwardX11Trusted?
    Mostly I ignore the message when I get it as, my X11 forwarding works OK, AND I'm in an environment where my fellow employees could do much naster things to me (and get fired for it), than spoofing my X11 sessions.

  • SID is not generated when i load the master data

    hi
    We got the error "No Sid found "000631330" of characteristic 0COSTELMNT when transaction data is loaded.
    We have loaded the value "000631330" for characteristic 0COSTELMNT  and reloaded from the PSA . still we r getting the error  No Sid found "000631330" of characteristic 0COSTELMNT
    Thanks much in advance
    Raj

    Hi.....
    First check whether that value exist in the Master data table.........to do this Go to RSA1 >> search the infoobject >> Go to the Master data / text tab..............here check the P table...........to check it double click on the table..........there check if that value exist...........and also check the version..........whether it is in M version or A version..............If it is in M version.............then activate the Master data..........because SID gets generated during the activation of the Master data..................
    To activate the Master data.................use the program : RSDDS_AGGREGATES_MAINTAIN...........
    Then repeat the load.........
    If the value does'nt exist in the table...............then first check the IP.............if the setting is only PSA..........then first update the request in the target...........if the setting is OK..............
    Then go to the source system...............check in RSA3...........give the datasource here.........and check whether the value exist in the source system or not.................if not then check the R/3 tables.......that whether the value exist in the table or not..............if the value exist in the table............then check how data is getting populated in the Extract structure..........
    Hope this helps.........
    Regards,
    Debjani.......

  • XML not generating when null data present in the table

    Lets consider employee and dept tables and say one employee works in multiple departments,
    Dept table data:
    case1:
    emp_id     dept_name      dept_id
    1     Oracle     55
    1     Datawarehouse     56
    case 2:
    emp_id     dept_name      dept_id
    2     Oracle     55
    2     Datawarehouse     56
    2     Clearing House     
    2     Java     
    In Production environment, the below code generates xml for case 1 but not for case 2. In test environment , xml is getting generated for both the cases. It looks like null handling issue but why the same code behaves differently in qa and prod. dbms_xmlgen.getXML is not generating any exceptions. Any help would be appreciated.
    DECLARE
    ctx dbms_xmlgen.ctxHandle;
    xml CLOB;
    emp_no NUMBER := 7369;
    i PLS_INTEGER;
    BEGIN
    ctx := dbms_xmlgen.newContext('SELECT emp_id,name,salary, cursor(select emp_id, dept_name,dept_id from dept b where a.emp_id=b.emp_id) FROM emp a WHERE a.empno = '|| emp_no);
    xml := dbms_xmlgen.getXML(ctx);
    i := dbms_xmlgen.getNumRowsProcessed(ctx);
    dbms_output.put_line(TO_CHAR(i));
    END;
    Edited by: user512219 on May 22, 2012 12:52 PM

    Give the database version anyway, it could be a known bug.
    Are the NULL column(s) part of the join predicate?
    It's difficult to help in this situation, nobody but you has the real test case, so try to give as much details as possible.
    Wild guess : does this make a difference?
    dbms_xmlgen.setNullHandling(ctx, dbms_xmlgen.EMPTY_TAG);Edited by: odie_63 on 22 mai 2012 23:40

  • When I should abort a instance, when I should not?

    Hi there.
    I'm designing a process that controls an insurance policy sale and that has a deadline for it's processing. If this deadline is reached, the process must go through a exception flow which will cancel the sale and decline the insurance policy. My question is: whenever this happens, I should end the process instance within ALBPM with an aborted status or by reaching the end activity after processing the exception?
    In other words, thinking in a generic way, one could question: is it okay, withing a modeling view, to abort an instance when a business exception occurs?

    Dear Right,
    I am working on a project where I need to do reporting using Hyperion from ALBPM work list/process instance data. The report needs to be generated on current instance data as well as completed or rejected instance data. Please confirm if my approach is correct or not.
    1) Use BAM or Data Mart database for the reporting on current instance.
    2)Use Archival Data for the Reporting on historical data for the instance that are completed and rejected.
    However, I have following question for that I didn't find any clear idea. I would appreciate if you get me some help here:
    + Our business process might stay longer for some cases, say could be a year or more before it gets approved or rejected. As per Bea documentation of Business Activity Monitoring (BAM) and Business Activity Data Mart (Data Mart), BAM records information about process instance performance and process workload over a recent time period, usually 24 hours where as the Data Mart stores data similar to BAM, but over longer periods of time.
    So what do you/Bea suggest/recommend to have out of BAM and Data Mart? Can it Data Mart hold data for such long.
    + For historical reporting:
    0) Does this archival happen from engine Db or BAM/Data Mart?
    0) As per Bea; process information is copied to the archive database after a process is completed or aborted, based on the archiving schedule configured in the Process Administrator in the Services pane of the Edit Engine section. And also ALBPM business processes do not require data from an instance once this instance has ended, so process instances are discarded upon instance expiration. So does this also flush out the process instance data from BAM/Data Mart as well or BAM/ Data Mart data will flush out as per duration configured in ALBPM. Please confirm.
    + There must have been some reason while designing the three different way to hold process instance data from:
    #1. Engine DB,
    #2. BAM/Data Mart,
    #3. Archival Database.
    Can you please throw some light why it has been designed this way?

  • Need more Info about "Load transactional data when master data not loaded"

    Hi,
    Can you please explain me this option in the infopackage " Load transactional data when master data is not loaded"....
    Say i load a transactional data record which has a material no. AAAXX.
    In the fact table, the material no. is replaced with the corresp. DIM ID.
    Now, assume that there is no entry for this Material no.
    AAAXX in the master data table...so no DIM ID for it..
    How is it then stored in the fact table ?
    Hope i have managed to explain the scenario..
    Thanks in advance,
    Punkuj

    Hello Punkuj K,
    How r u ?
    No, if the entry for that Material Number "AAAXX" is not there in the Master Data then it will create a SIDs & DIMs ID for that & Transaction Data will be loaded.
    Use
    Choose this indicator if you want to always update the data, even if no master data for the navigation attributes of the loaded records exists. The master data is generated from the loaded transaction data. The system draws SIDs. You can subsequently load the master data.
    Dependencies
    The texts, attributes, and hierarchies are not recognized by the system. Load the texts / attributes / hierarchies for the corresponding InfoObjects separately.
    This function corresponds to the update. Possible errors when reading the master data into the update rules are not associated with this indicator.
    Recommendation
    We recommended loading the master data into the productive systems in advance. Select this indicator especially in test systems.
    Best Regards....
    Sankar Kumar
    +91 98403 47141

Maybe you are looking for

  • OOPS A TECHNICAL ERROR OCCURRED

    Why must it be so very difficult with all those installations of softwares? Some clever technicians should look at this. Ok it is certainly so that we customers are doing something wrong. But let us know that when we do an installation. And tell us e

  • WRT54GS v.6 Problem -- HELP!

    Hello, I just bought a new WRT54GS v.6 router yesterday, and I just connected it today. I followed all the instructions etc. When I try to use a browser to connect to the router config(192.168..etc) I get a horribly choppy and undone webpage. Here's

  • 890L does NOT want to connect.

    Shows 3G.  Latest firmware.  When trying to connect, it just fails.  Anyone else experiencing this problem with their Jetpack?

  • Functional Location: Address

    Hello, I create a Functional Location with the BAPI_FUNCLOC_CREATE. The BAPI do not associate an address. So I try to create the address with the functions ADDR_INSERT, ADDR_NUMBER_GET, ADDR_MEMORY_SAVE and ADDR_MEMORY_CLEAR (call in this order). The

  • Testing tools for SAP

    HI ALL, Is there any testing tool which tests the programs sys requirements ,file info,n amt of memory used for that particular program.(similar to wt happens in se30). I need this coz...bfore the programs get transported into our servers we need tes