Question on Dasboard prompts design and its funcitonality

Hello Gurus
I have 3 reports and each report has 2 dashboard prompts
1) Report 1 has dashboard prompts, Category and Product
2) Report 2 has dashboard prompts ,Product and Brand
3) Report 3 has dashboard prompts, Category and Brand
These 3 reports are placed next to each other on a dashboard not i want to control each report separately by its dashboard prompts, for which i assigned a presentation variable for each dashboard prompt and in the filter section of each report i assigned the same variable @. The issue is when i change category to electronics in one report report 3 category is also changing with it and i want the category on first report to control just that report the other report dashboard prompt should not change. Please advise.
Long story short is there a way that the dashboard prompt can be applied to just one report instead of the whole page on the dashboard.
Thanks
Ravi
Edited by: user1146711 on Nov 7, 2012 11:47 AM

Hi Ravi,
With the limitation on the Variable Prompts the trade off would be to enable multi select and enable to type values into the prompt. If this is something which is not feasible then we can have the filter like (category=@{v_category} or category!=-1) where it would by default run for all categories. To avoid the report to show up with all categories and force selection of prompts we can use section condition with dummy report.
Please let me know if this helps.
Regards,
Jay
Edited by: user10654508 on Nov 7, 2012 12:59 PM

Similar Messages

  • I have a question about flash website design and google indexing!

    first off i want to say I hate HTML (call it HTM HELL) I love Flash.Im a big propononent of flash.OK about a month ago I built a 100% flash site,told google to crawl it,then come to find out they cant see any text inside images.So I did what i didnt want to do,I took all my hard work down and had to work even harder and created a fully 100% HTM hell site.and just under 4 weeks later google still has my flash site in its cache.the question im trying to get at is if google cant read 100% flash sites whats the point in creating flash sites(mine's a business site.)I want to get into creating flash sites for other people too but if google cant read them how would a person be able to do a search for say what i do:pc repair in google & then my flash site would come up in googles search results.This is potentially costing me lots of money.I dont like "coding" HTML i want to design in flash.HEEEeeelllppp!

    Google can crawl Flash, though I'm not sure how well, but either way nothing can read text that is not text - ie an image. The workaround - and still relevant for all other search engines, is to put all your content inside the div tag that your Flash is written into. The alternate content that one would see if they didn't have Flash, or didn't have JavaScript enabled.
    There is a good tutorial on SEO with Flash on the SWFObject site: http://blog.deconcept.com/2006/03/13/modern-approach-flash-seo/
    You can also just Google 'Flash SEO' and get a good deal of info.

  • White screen with a folder and a question mark on the folder and its blink?

    I was on my computer and it was basically frozen so I turned it offf manually. Then I tried to turn it back on and it it made the noise like it was turning on, but then there was a white screen. Then I turned it off again and it did the same thing exept that now it has a little blinking folder with a question mark in it. Then I turned it off again and it did the same thing as it didi the 1st time......HELP ME !!!
    (oh now it just turned itself off)

    You can try starting up while holding the 'Option' key down. This will hopefully present you with your drive to select from. If not, insert your Install DVD and restart with the 'C' key down. This is called booting to the DVD. When the topmenu appears, launch Disk Utility and then verify/repair both permissions and the drive itself.
    If the drive does not appear in Disk Utility ...you may have one of the faulty Seagate drives. If you are still within you standard 1 year warranty (or have Applecare) then that drive will be replaced.
    Do you have things backed up?

  • SharePoint online customization in SharePoint designer and its impact on upgradation.

    Hi,
    We are using SharePoint online 2013 for our site development. We are required to have tabbed view. In order to make those tabs more modular, extendable and easily maintainable we have added WebPart zones inside each tab. We have done this by editing page
    in SharePoint designer.
    As by changing a page in SharePoint designer would make it un-ghosted page. I am curious to know whether this practice makes problems when SharePoint online 2013 would get up-graded in future with new version.
    Thanks a lot!
    Arvind
    arvind chamoli

    You should not face issue with this kind of setting in future unless and untill the code\webpart you used has any change in future version of sharepoint.
    Making masterpage changes and changes on page, webparts are within the scope of sharepoint online so it should be fine

  • J Query Question - but could be CSS and its IE 7

    Ok so I know this is not Adobe specific but in my experience there are lots and lots of clever people about on this forum so I am hoping someone can help me out.
    Basically I have built a photo gallery using JQuery (which is outside of my comfort zone - so have basically just robbed something from the net - legally I might add lol).
    In IE 7 the last image in the thumbnail strip is wrapping itself around to the bottom of the strip and looks out of sequence.
    Anyway here is the code.
                                        The White Lion at Alvanley - Village Pub & Dining                                
    HOME
    HISTORY
    FOOD & DRINK
    GARDEN
    EVENTS
    GALLERY
    COAL BUSINESS
    LOCATION
                                                                                                White Lion, Manley Road, Alvanley, Cheshire WA6 9DD
    Tel: 01928 722 949                        Sign up for our Newsletter                                                                                                                 
    and for extra goodies here is the CSS
    .ad-gallery {   width: 850px; } .ad-gallery, .ad-gallery * {   margin: 0;   padding: 0; }   .ad-gallery .ad-image-wrapper {     width: 100%;     height: 400px;     margin-bottom: 10px;     position: relative;     overflow: hidden;   }     .ad-gallery .ad-image-wrapper .ad-loader {       position: absolute;       z-index: 10;       top: 48%;       left: 48%;       border: 1px solid #CCC;     }     .ad-gallery .ad-image-wrapper .ad-next {       position: absolute;       right: 0;       top: 0;       width: 25%;       height: 100%;       cursor: pointer;       display: block;       z-index: 100;     }     .ad-gallery .ad-image-wrapper .ad-prev {       position: absolute;       left: 0;       top: 0;       width: 25%;       height: 100%;       cursor: pointer;       display: block;       z-index: 100;     }     .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {       /* Or else IE will hide it */       background: url(non-existing.jpg)\9     }       .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {         background: url(ad_prev.png);         width: 30px;         height: 30px;         display: none;         position: absolute;         top: 47%;         left: 0;         z-index: 101;       }       .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {         background: url(ad_next.png);         width: 30px;         height: 30px;         right: 0;         left: auto;       }     .ad-gallery .ad-image-wrapper .ad-image {       position: absolute;       overflow: hidden;       top: 0;       left: 0;       z-index: 9;     }       .ad-gallery .ad-image-wrapper .ad-image a img {         border: 0;       }       .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {         position: absolute;         bottom: 0px;         left: 0px;         padding: 7px;         text-align: left;         width: 100%;         z-index: 2;         background: url(opa75.png);         color: #000;       }       * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {         background: none;         filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');       }         .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {           display: block;         }   .ad-gallery .ad-controls {     height: 20px;   }     .ad-gallery .ad-info {       float: left;     }     .ad-gallery .ad-slideshow-controls {       float: right;     }       .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {         padding-left: 5px;         cursor: pointer;       }       .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {         padding-left: 5px;         font-size: 0.9em;       }     .ad-gallery .ad-slideshow-running .ad-slideshow-start {       cursor: default;       font-style: italic;     }   .ad-gallery .ad-nav {     width: 100%;     position: relative;   }     .ad-gallery .ad-forward, .ad-gallery .ad-back {       position: absolute;       top: 0;       height: 100%;       z-index: 10;     }     /* IE 6 doesn't like height: 100% */     * html .ad-gallery .ad-forward, .ad-gallery .ad-back {       height: 100px;     }     .ad-gallery .ad-back {       cursor: pointer;       left: -20px;       width: 13px;       display: block;       background: url(ad_scroll_back.png) 0px 22px no-repeat;     }     .ad-gallery .ad-forward {       cursor: pointer;       display: block;       right: -20px;       width: 13px;       background: url(ad_scroll_forward.png) 0px 22px no-repeat;     }     .ad-gallery .ad-nav .ad-thumbs {       overflow: hidden;       width: 100%;     }       .ad-gallery .ad-thumbs .ad-thumb-list {         float: left;         width: 9000px;         list-style: none;       }         .ad-gallery .ad-thumbs li {           float: left;           padding-right: 5px;         }           .ad-gallery .ad-thumbs li a {             display: block;           }             .ad-gallery .ad-thumbs li a img {      display: block;             }             .ad-gallery .ad-thumbs li a.ad-active img {               border: 3px solid #a7907f;;             } /* Can't do display none, since Opera won't load the images then */ .ad-preloads {   position: absolute;   left: -9000px;   top: -9000px; }
    However after a bit of validation action on the CSS it appears there are a couple of errors although not sure if this is what is effecting the page.
    Any thoughts.
    G

    Persist.
    I don't regret one bit taking the time to learn jQuery. Also, I generally find that errors I get with jQuery are usually just errors in the way browsers execute CSS or Javascript (mostly IE6 & 7!). jQuery is a brilliantly written resource.
    I got an error the other day when I had blocks that appeared on click, but identified them with ids ( $("#someidhere").click() ). On older versions of internet explorer, it refuses to handle more than one element with an ID, so it would only let me show/hide one of my blocks. Don't be fooled though, that's a javascript error rather than a jQuery error (although it is seriouly bad practice to have more than one element with the same ID!).

  • Question on Data Storage drive and its related hardware

    DB Version:11gR2
    To set up RAC, I have 2 x86(Intel) PCs of same spec. I am going to install Solaris 5.10 (x86) on both. I don't want to use VM ware or Openfiler.
    Question1.
    I would like to know what storage Device i should use for a Home RAC setup?
    Question2.
    What extra hardware (Cards) i should be adding to both nodes to connect to this Network storage system?
    Edited by: ScottsTiger on Oct 6, 2010 3:27 AM

    ScottsTiger wrote:
    DB Version:11gR2
    To set up RAC, I have 2 x86(Intel) PCs of same spec. I am going to install Solaris 5.10 (x86) on both. I don't want to use VM ware or Openfiler.
    Question1.
    I would like to know what storage Device i should use for a Home RAC setup?Firewire. Nothing else really that is cheap enough for a "home budget" and still meets the basic storage needs for a RAC. You can pick up 1TB and larger external Firewire 800 drives, with 2 ports - allowing you to wire two machines to the external drive at the same time.
    It is "kind of" supported by Oracle for non-production use - or used to be in the past.
    Unsure whether Solaris has the required Firewire kernel driver to support this though - have only done it on Linux myself.
    Question2.
    What extra hardware (Cards) i should be adding to both nodes to connect to this Network storage system?Firewire PCI cards if you do not already have on-board Firewire 800 ports on these 2 systems.
    PS. Had a quick look at support.oracle.com and found the following note: "+How to install a cluster using firewire to access to a shared disk on RHEL4/EL4 [ID 433889.1]+". Nothing about Solaris though. Why Solaris btw? Especially on x86? Linux is a much more commonly used o/s for RAC clusters.

  • Question on Installing Reporting Services and its Databases ReportServer and ReportServerTempDB

    Is it possible to have the Reporting Services installed on one server\machine and the databases ReportServer and ReportServerTempDB on a different server\machine?
    I have always installed both on the same machine but this architecture is being suggested.
    I know that you can install the services without the databases on an instance but how do you install just the databases without the services on an instance?
    lcerni

    Hi Icerni,
    Based on the current description, I understand that you want to install Reporting Services on one machine, and install Report Server and ReportServerTempDB databases on another machine.
    I think it’s not supported that installing only the databases related to Reporting Services on an instance without Reporting Services. From the document: Create a Report Server Database, we can need the Reporting Services Configuration Manager tool to create
    Report Server databases.
    In Reporting Services, there is scale-out deployment which refers to two or more report server instances that share a single report server database. They are used to increase scalability of report servers to handle more concurrent users and larger report execution
    loads. And it can also be used to dedicate specific servers to process interactive or scheduled reports.
    References:
    Scale-out Deployment (Native Mode Report Server)
    Configuring Reporting Services for Scale-Out Deployment
    Regards,
    Heidi Duan
    If you have any feedback on our support, please click
    here.
    Heidi Duan
    TechNet Community Support

  • Question ABAP : Reading a material and its components

    Hi!
    I want to make a report on a FERT and HAWA materials.  I want to specify the standard cost for the product and also the cost for raw material and  the fixed overhead specified separately.
    Which tables do I involve in selection and what logic to retrieve the
    costs for rawmaterial and fixed oh..
    Report:
    PLANT MATERIAL  TOTAL_COST   RAWMAT_COST FIXED_OH_COST
    XXXX   0500-001         50                      40                         10
    Very grateful for answers
    Regards Lars Zinn

    Hi Lars,
    Tables involved are <b>keko</b>(Product Costing - Header Data) / <b>keph</b>(Product Costing: Cost Components for Cost of Goods Mfd).
    Hope this helps,
    erwan

  • Ask the Expert: Enterprise Design and Deployment of Multicast

    Welcome to this Cisco Support Community Ask the Expert conversation. This is an opportunity to learn and ask questions about Cisco enterprise design and deployment of multicast solutions.
    The enterprise world is evolving to be overcome with large throughput capacity and record numbers of users connecting to the network. Mechanisms such as multicast, which allows for a minimization of throughput for multiple users subscribing to the same stream, are a welcome addition. Applications such as enterprise all-hands video streaming, trading applications, mass operating system deployment, and custom implementations can put a strain on the network if done via unicast. Multicast can minimize this strain by replicating a single stream for subscription by multiple parties who would like to receive the same information. For this Ask the Expert event, Patrick Lloyd, CCIE R&S no. 39750 and a network consulting engineer with Cisco’s Enterprise Advanced Services Delivery Team, will answer questions about multicast design and implementation based on best practices and prior experience with large enterprise deployments.
    Patrick Lloyd is a network consulting engineer for Cisco’s Enterprise East Advanced Services team, working to support and lend his expertise to a number of financial, insurance, healthcare, and consulting customers. In his four years of experience, he has lent design expertise to multicast networks ranging from 500 Cisco devices and 20K users to upward of 4500 Cisco devices and 50K users. Patrick is certified with his Cisco Certified Internetworking Expert no. 39750 in the Routing and Switching track and also has achieved certification in CCNA Security and Securing Cisco Routers and Switches as part of the CCNP Security track. Patrick received his MS degree in networking and systems administration from Rochester Institute of Technology in Rochester, NY, and his BS degree in computer science from Eastern Connecticut State University. He frequently gives customer-based knowledge transfers.
    Remember to use the rating system to let Patrick know if you have received an adequate response.
    Because of the volume expected during this event, Patrick might not be able to answer every question. Remember that you can continue the conversation in Network Infrastructure under the subcommunity WAN, Routing & Switching shortly after the event. This event lasts through September 12, 2014. Visit this forum often to view responses to your questions and the questions of other Cisco Support Community members.

    Thanks for the question!  This is actually a good one that I've encountered with a couple customers in the past, the tradeoff between a flood and prune type design, as opposed to the shared tree -> shortest path tree sequence.  As per Cisco best practice, we are actively trying to get customers to implement sparse mode, going so far as to not support PIM dense mode in our data center products.  And for good reason!  The last thing you want is a chatty protocol within the data center which is flooding traffic out to receivers who may or may not be interested in it every 3 minutes.  Instead, you're much better off having interested receivers join a stream, have your RP connect the interested senders and receivers, and then transition to the shortest path between source and destination.
    That being said, if you're studying for CCIE or looking to get experience in how multicast works, dense mode should at least be a lab exercise!
    Links for reference as to the difference in PIM modes:
    Dense Mode Operation:
    http://www.cisco.com/en/US/docs/ios/ipmulti/configuration/guide/imc_pim_dense_rfrsh.pdf
    Pim Modes and explanation of each:
    http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750x_3560x/software/release/12-2_53_se/configuration/guide/3750xscg/swmcast.html#wp1077051
    A great slide deck to learn the operation of multicast:
    https://www.ciscolive.com/online/connect/sessionDetail.ww?SESSION_ID=6633&backBtn=true
    Troubleshooting Multicast:
    https://www.ciscolive.com/online/connect/sessionDetail.ww?SESSION_ID=78578&backBtn=true
    Let me know if this is the answer you're looking for!

  • XML and its influence over program design (2 issues)

    I have 2 open questions about XML and Java. I apologise if they are not clear-cut or specific enough, but really I am fishing for sound advice.
    I am trying to develop a J2EE application but find myself stuttering at an early stage because I cannot decide on the best design for my application. Part of my problem is a lack of experience with the different J2EE technologies/API (especially XML APIs), and the realisation that there is 101 ways to do what I want to do.
    A major issue is this: my application basically is concerned with representing conversations between the server and a user, e.g. a simple sequence of yes/no questions asked by the server to the user, which the user replies to in turn. I believe that the XML format would be a very suitable way to represent these conversations. My first question is:
    * Should the decision to use XML as a storage format influence the design of the rest of the program? I feel that in choosing XML to represent the conversation data, I am stuck thinking about the rest of my program in a XML way (i.e. doing everything using a DOM etc.). Am I right in thinking that my program should be designed in such a way that an XML-based storage system could be easily interchanged with, say, a relational flat-tabled database?
    My second question is:
    * Imagine that each conversation contains one or more questions, and there are, say, 4 different types of question (e.g. yes/no, multiple choice, etc.). Each of these needs to be handled in a different way. Is there a good pattern or recommended way of handling this sort of situation in code, ideally avoiding a big 'if' or switch statement (e.g. if the node is of "ABC" type do this, else if it is "yes/no"...). It would be great if one could easily add new types of question to the XML and then similarly one can make easy additions to the code to cope with these new cases.
    Thank you very much indeed for any advice.
    Greg

    I am trying to develop a J2EE application but find
    myself stuttering at an early stage because I cannot
    decide on the best design for my application. Part of
    my problem is a lack of experience with the different
    J2EE technologies/API (especially XML APIs), and theThat's nothing to be ashamed of. And realising that you lack experience and trying to remedy that is a good sign.
    A major issue is this: my application basically is
    concerned with representing conversations between the
    server and a user, e.g. a simple sequence of yes/no
    questions asked by the server to the user, which the
    user replies to in turn. I believe that the XML
    format would be a very suitable way to represent
    these conversations. My first question is:
    XML might be overkill if it's just a question followed by an answer and neither contains complex hierarchical data structures.
    * Should the decision to use XML as a storage format
    influence the design of the rest of the program? ICertainly not.
    XML should represent data structures that are natural to your program, thus becoming a tool rather than forcing its structure upon you.
    feel that in choosing XML to represent the
    conversation data, I am stuck thinking about the rest
    of my program in a XML way (i.e. doing everything
    using a DOM etc.). Am I right in thinking that my
    program should be designed in such a way that an
    XML-based storage system could be easily interchanged
    with, say, a relational flat-tabled database?
    Flexibility is good to keep in mind, but at the moment I'd worry about just getting something to work.
    * Imagine that each conversation contains one or more
    questions, and there are, say, 4 different types of
    question (e.g. yes/no, multiple choice, etc.). Each
    of these needs to be handled in a different way. Is
    there a good pattern or recommended way of handling
    this sort of situation in code, ideally avoiding a
    big 'if' or switch statement (e.g. if the node is of
    "ABC" type do this, else if it is "yes/no"...). It
    would be great if one could easily add new types of
    question to the XML and then similarly one can make
    easy additions to the code to cope with these new
    cases.
    Think of a factory that creates the handlers on the fly based on the actual message received.
    If the factory makes use of some mapping construct to do so there's no need for any conditionals at all in your decision tree.
    I've myself used XML structures successfully to define such mappings (and so have others) on disc, but simple ones can be easily represented using just a properties file.

  • Design a dimension with skip-level hierarchy and its ETL

    Hi gurus,
    I'm trying to understand how to set up and use a skip level dimension and its corresponding mapping in OWB 11.2.
    A simplified version of my hierarchy would be like Total-Brand-LOB-Product where Some Products connect directly to Brand and others connect to LOB.
    My first question is about designing this kind of dimension in OWB. Is it better to create a single hierarchy with the Product level skipped to Brand level or 2 hierarchies - one Total-Brand-LOB-Product and the other Total-Brand-Product?
    My second question is about creating its corresponding ETL mapping. Selecting each option above result in 2 FKs for Brand and LOB in Product level. What is the correct design to fill these 2 FKs?
    Any help/guidance would be truly appreciated!
    Thanks,
    Iman

    Hi, My problem is that in my report it is showing me that levels as -- A -> B -> C -> Null -> Null -> F, however I want to show data as A -> B -> C -> F, i.e the null valus(columns) should be skipped. Please help.
    Thanks and Regards,
    Deepak

  • Attempting to install the Apps and its prompting me to close my Bridge, but its not open.

    Attempting to install the Apps and its prompting me to close my Bridge, but my Bridge is not open.

    http://helpx.adobe.com/x-productkb/global/error-close-following-applications-continue.html Answered my own question!

  • Combo Prompt Design (with Drop down and Multi-select prompts)

    Hi folks,
    I have the following prompt design requirement in OBIEE dashboard:
    PromptA: should be a drop-down prompt
    PromptB: should be a multi-select prompt
    PromptB should list the values contained in either of two dimensions (lets say: Product Names and Product Group Names ). Lets define Product Names to be the names of individual products, while the Product Group Names is the names of a predefined collection of certain products.
    The string values that should appear in the PromptA then are: Product Names and Product Group Names. Consequent to the selection made in PromptA, values from one of these two dimensions should be dynamically displayed in PromptB. That is, if Product Names is selected from PromptA, then all product names from the Product Names dimension should be listed in PromptB. And if Product Group Names is selected from PromptA, then all product group names from the Product Group Names dimension should be listed in PromptB.
    Can anyone tell me how do I relate the above two prompts and have my reports to work accordingly?
    regards,
    Mahendra
    Edited by: Mahendra Varman on Jan 7, 2009 12:11 PM
    Edited by: Mahendra Varman on Jan 7, 2009 12:21 PM

    Hi
    For this you have to do two dashboard prompt
    In promptA:
    select one dummy column,
    In control dropdown list select dropdown
    In show dropdown list select SQL Results
    In sql results write the following query
    Select case when 1=0 then tabelname.column else 'Tablename.ProductNames' end from subjectarea name
    Union all
    Select case when 1=0 then tablename.column else 'Tablename.ProductGroupName' end from subject are name
    In set variable ->set presentation variable called var1
    Saved it as PromptA
    In PromptB:
    Select one dummy column in that column forumla write @{var1}
    but problem with this approach it shows two Go buttons for two prompts to avoide this create custom Go button
    for creating custom Go button see this link
    http://obiee101.blogspot.com/2008/11/obiee-how-to-replace-multiple-go-button.html
    Try this its not work let me know
    i tried for another solution
    Regards
    Naresh

  • I have a question about Lightroom 5... I used it last night, I go to get on it today and its will not open. I have an error msg "Lightroom encountered an error when reading from its preview cache and needs to quit" Lightroom will attempt to fix the proble

    I have a question about Lightroom 5... I used it last night, I go to get on it today and its will not open. I have an error msg "Lightroom encountered an error when reading from its preview cache and needs to quit" Lightroom will attempt to fix the problem when reopened

    https://forums.adobe.com/message/6219922#6219922
    See if the issue in the thread above helps you to solve your problem.

  • HT1311 i have american account but i just now have 0.61$ and i have another gift card from uk.i want to use it but itunes said i have to change my country and its not possible before i spend all my money.my question is how i can spend a 0.61$ ?

    i have american account but i just now have 0.61$ and i have another gift card from uk.i want to use it but itunes said i have to change my country and its not possible before i spend all my money.my question is how i can spend a 0.61$ ?

    If you are now in the UK then you can try contacting iTunes support and see if they can remove the balance from your account : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

Maybe you are looking for

  • Airport extreme no internet, though light is green

    Hi, My Airport Extreme won't connect to the internet anymore. It's light is green (no blinking or anything). It worked for years, but now it doensn't anymore. My modem is working fine. I checked that, by directly connecting my iMac (by an ethernet ca

  • Sender Mail Adapter with SAP Conversion agent

    have some1 used SAP conversion agent on attchment from XI Sender Mail adapter? it seems to ignore the attchment of the e-mail the sender configuration module tab is as follows : 1.localejbs/AF_Modules/PayloadSwapBean transform 2.localejbs/sap.com/com

  • Class not found for Startup servlet

    I have deployed a war file under weblogic 7. The application has some startup servlets, which are failing to load during startup. It returns the following error messages for each servlet ####<Jan 8, 2003 2:00:25 PM CST> <Error> <HTTP> <abc-web1> <abc

  • How to put HTML content after the following java code in the JSP

    Hello Guys :), In the following jsp I force the user to download a file but I am not able to perform any action after I do this. I want to put some HTML code in this jsp at the end so that user has the option of doing other things after downloading t

  • Slow data extraction From R/3

    Hi, We are extracting data using Some Standard Function module Like 0CO_OM_CCA_9 0CO_OM_WBS_6 both are init and delta enabled but for extraction of 145 or 200 records it takes 3 or 4 hours, I am not able to understand where it is taking more time. wh