How to view BI content in Portal

Hello all,
Please forgive me if i have posted in the wrong forum. i am sort of a newbie in BI.
We have loaded data from an R/3 server to some infosources. i have checked that data has come to the info sources. If i wanted to display this information in enterprise portal, what additional things should i do in BI side.
I think that we need something called web templates to show data in the portal. Can someone please let me know the steps to be done to go from data loaded in the info sources to viewing data in a webtemplate?
Regards and Thanks in advance,
Mz

one you have the data in the infosource, for performance and holding history, you shoudl move the data in a ods or a cube.
ODS for daily report, only daily data no history
CUbe for historical Reporting and daily reporting.
you wil need to create update rules. and process chain to load data in yoru data targets( ODS or CUbe). then create a query on them. play with the query how you want the data to show. try to USe 7.0 as its more flexible if not 3.5.
you can broadcast it straight to e-mails using web broadcasting. other wise create web template( as define in the steps in the previous post).
remember do everything in yoru SANDBOX system or Development system. do not under any circumstances do this in production or testing.
any question feel free to post
hope this helps.
Amer

Similar Messages

  • Hi i am using oracle 10g how to view the content of the stored procedure or trigger ?

    Hi i am using oracle 10g .How to edit  the content of the stored procedure or trigger ?

    jklopkjl wrote:
    Hi i am using oracle 10g .How to view the content of the stored procedure or trigger ?
    query ALL_SOURCE
    SQL> desc all_source
    Name                                      Null?    Type
    OWNER                                              VARCHAR2(30)
    NAME                                               VARCHAR2(30)
    TYPE                                               VARCHAR2(12)
    LINE                                               NUMBER
    TEXT                                               VARCHAR2(4000)

  • How to view alerlog contents using SQL?

    How to view alertlog contents using SQL?

    Hi,
    Why don't you use the OEM Database Console ?? Now, in order to view the contents of the alert log file using a SELECT statement, you need to create a external table:
    create or replace
    directory background_dump_dest_dir
    as '<your_oracle_home>/bdump';
    CREATE table alert_log_external
    (line varchar2(4000) )
    ORGANIZATION EXTERNAL
    (TYPE oracle_loader
    DEFAULT DIRECTORY background_dump_dest_dir
    ACCESS PARAMETERS (
    RECORDS DELIMITED BY newline
    nobadfile
    nologfile
    nodiscardfile
    FIELDS TERMINATED BY '#$~=ui$X'
    MISSING FIELD VALUES ARE NULL
    (line)
    LOCATION ('alert_<sid_of your_database>.log') )
    REJECT LIMIT UNLIMITED;Cheers

  • OOM PermGen... How to view the content of permgen

    I have a pretty big java application running on windows and linux (redhat) using JBoss as the application server.
    The application has been running for a long time without issues and now, with the end of a new release of our software, under heavy load, we are running out of perm gen space.
    What I would like to see is a tool that lets me view the content of the perm gen space so I can determine why we are using so much memory.
    I am aware of jmap -permstat (on linux only) that should let you view some info about permgem but for me, jmap connects to the java process and never comes back. I tried a profiler (jprofiler) and again, I can't find info about what is occupying the permgen memory space.
    Can someone suggest tools, or methods to get to the content of the permgen space so I can determine what our issue is?
    Here are our startup options; as you can see it has been tuned quite a bit for maximum performance for our usage patterns.
    I would appreciate any help chasing down this issue.
    Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_02-b05, mixed mode)
    -Xms8000m
    -Xmx8000m
    -Xss256k
    -XX:PermSize=256m
    -XX:MaxPermSize=256m
    -Xmaxjitcodesize96m
    -XX:+UseParNewGC
    -XX:+HandlePromotionFailure
    -XX:ParallelGCThreads=16
    -XX:GCHeapFreeLimit=10
    -XX:NewRatio=3
    -XX:SurvivorRatio=2
    -XX:InitialSurvivorRatio=2
    -XX:MinSurvivorRatio=2
    -XX:GCTimeRatio=19
    -XX:MaxTenuringThreshold=128
    -XX:TargetSurvivorRatio=90
    -XX:+ClassUnloading
    -XX:ErrorFile=hs_err_<pid>.log
    -XX:HeapDumpPath=java_<pid>.hprof
    -XX:-HeapDumpOnOutOfMemoryError

    jklopkjl wrote:
    Hi i am using oracle 10g .How to view the content of the stored procedure or trigger ?
    query ALL_SOURCE
    SQL> desc all_source
    Name                                      Null?    Type
    OWNER                                              VARCHAR2(30)
    NAME                                               VARCHAR2(30)
    TYPE                                               VARCHAR2(12)
    LINE                                               NUMBER
    TEXT                                               VARCHAR2(4000)

  • How do we transfer content between Portals ?

    Hi all ,
    How do we transfer content between Portals . In SAP R3 we transfer content using transport request. can any one explain how do we transfer content between poptals (Development, quality and porduction systems)
    Thanks
    Rajeev.

    Hi,
    You will use Portal Transport to transport content between your DEV-QA-PROD system.
    You will have to go to system administraton-->transport tab.
    Create a transport package and add the portal content objects you wish to transport.
    and download that as an EPA file and upload it to the next portal.
    http://help.sap.com/saphelp_nw70/helpdata/EN/c5/56599164d0c04cb566ba0e2d7ed55c/frameset.htm
    Thanks,
    GLM

  • When I get messages from Barnes and Noble, the text is blank. If I hit reply or forward, I can then see the content. This only happens with Barnes and Noble. Any suggestions on how to view the content?

    When I get messages from Barnes and Noble, the text is blank. If I hit reply or forward, I can then see the content. This only happens with Barnes and Noble. Any suggestions on how to view the content?

    I'm sorry, but your sister, unless she had already turned on the "Find my iPhone" feature and the person who took the phone has not disabled it, is out of luck. She should report the theft to local police authorities, including the serial number of her iPhone. While her experience is unfortunate, there are good reasons why Apple cannot do anything else about it.
    I hope she gets her phone back.
    Best of luck.

  • How to View Multiprovider contents

    Hi,
    How to view the MUltiprovider Contents in Bw server itself not in Query.
    Regards,
    Raj

    Hi Raj,
    Steps are as follows:
    Step1: Log on BW
    Step2. type T Code: LISTCUBE
    it open " Call Up List Viewer For Data Targets" screen
    Step3. in the "Object Type" field choose- Multiprovider by SAP(DMPR)
               in the "Data Target" field choose your Multiprovider
               and if you want to display SID then check "Display SID" or and other check box are   
               to choose.
    Step 4 Click "Execute" or F8
    to view Multiprovider contents
    Atul

  • How to view performance in Oracle10gAS Portal

    hi to all
    I need your help out there. Do anyone noe how to view all the performance logs in Oracle10gAS Portal? It means in Oracle10gAS how can i see all the no. of hit counter for per page, the most popular website/portlet at the end of the day, portal usage reports and etc. And the reports on the usage of the services and resources? Pls help
    Many thanks to you sll out there

    Hi Sally,
    Sorry I misinterpreted your question. It sounds like what you are looking for is a data warehouse on top of your web logs. Oracle used to sell a product that did this out of the box for Oracle Application Server... but we do not anymore. There are however partners that you may want to look at to find default mappings between a web log format and individual attributes. I know for example SyncSort provides these.
    Alternatively, you can evaluate your logs and build something yourself...
    Not sure if this addresses your question entirely... There is actually another product that is related to this subject: Oracle Personalization (http://otn.oracle.com/products/personalization/index.html). You may want to take a look at what they provide.
    Thanks,
    Mark.

  • How to view flash content on ipad

    How do I view fash content on my ipad air.

    Adobe has not made a version of Flash for the iPad.
    Kappy explains why. https://discussions.apple.com/message/19446567#19446567
    5 Flash Player Alternatives http://www.techshout.com/features/2011/01/flash-player-for-ipad-apps/
    Top 4 browsers supports flash player on iPad and iPhone
    http://mashtips.com/flash-player-ios/
     Cheers, Tom

  • Cannot figure out how to view ipod contents on itunes screen??

    My kids have the nanos where I could see what had been transferred over and what wasn't. With my 5th generation, I can't figure out how to view it's contents. I get the summary screen and related screens on what to sync with the 7.0 version.

    On the left-hand sidebar in iTunes you should be able to see your iPod - icon with name beside it. Underneath it, there should be listings like music, movies, T.V. shows, podcasts, audiobooks. (I guess if there's nothing on the iPod yet there may be none of that) Select one of the items and it will show you the iPods' contents of that particular thing.

  • How to view iCloud content

    How can I view iCloud content can not log into iCloud.com

    glove88 wrote:
    can not log into iCloud.com
    Why not... What happens when you try..?
    glove88 wrote:
    How can I view iCloud content ...
    If you mean Backup Content... you cannot.
    http://www.apple.com/support/icloud/
    http://help.apple.com/icloud/?lang=en

  • Satellite L450 - How to view streamed content on an old TV?

    Hi
    Wondering if anyone can help. I have a Satellite L4500-13x and would like to know if it is possible to view streamed content on an old TV from my laptop eg YouTube. My TV has only got an RCA input.
    I have an external monitor port on laptop and dont know if I can use that with some kind of adapter. Or do I need an HDMI to RCA convertor from the laptops HDMI output port.

    Hi buddy,
    Normally its no problem to use an older TV as external monitor. You probably need an adapter, VGA to RCA but this is a common part and usually always been used with such older TVs they dont have a HDMI port.
    On eBay and other places you can purchase such VGA to RCA adapter. Thats everything what you need for this connection.
    After this you can switch between monitors using FN+F5 key combination. :)

  • How To View The Contents Of A Node?

    I have retrieved a node using Oracle Business Components for Java's writeXML method, and I'd like to view its contents.
    I have tried to append it to a document (so that I can use xmlOutput.output(document, System.out) to view the node) using appendChild(node), but I get this error:
    org.apache.crimson.tree.DomEx: WRONG_DOCUMENT_ERR: That node doesn't belong in this document.
    I have also tried to import the node using importNode(node, boolean) but I get this error:
    java.lang.IllegalArgumentException: Node is not a rg.apache.crimson.tree implementation.
    Lastly, I have tried this:
    javax.xml.transform.dom.DOMSource domSource = new javax.xml.transform.dom.DOMSource(xmlNode);
    javax.xml.transform.TransformerFactory txnfac = javax.xml.transform.TransformerFactory.newInstance();
    File xslfile = new File("C:\\xml\\testoutput.xsl");
    StreamSource xslsource = new StreamSource(xslfile);
    javax.xml.transform.Transformer txn = txnfac.newTransformer(xslsource);
    txn.transform(domSource, new StreamResult(new FileOutputStream("C:\\xml\\result.xml")));
    but then I get this error:
    java.lang.AbstractMethodError
         void org.apache.xalan.transformer.TransformerImpl.transform(javax.xml.transform.Source, javax.xml.transform.Result)
    Any help would be greatly appreciated.

    ElementNode root = (ElementNode)document.getDocumentElement();
    String rootName = root.getTagName();
    where document is build after parsing the xml source.
    Document document = builder.parse(xml);
    I could only get the content of the root but not one of the contents of child nodes... :(
    If you find a solution...pls let me know

  • How to view the content (contained objects) of transport files without importing?

    Hi,
    we do often receive transport files (DATA and CODILE) from third parties.
    If is is done correctly the supplier of the transport files devliver also additional information about the detailed content of the transport, e.g object lists as plain text file, so that we are informed which objekts will be imported in advance.
    But some suppliers don't. Or we want only check, if additional info and real transport content match.
    So for that reason  I am looking for a possible way to view the object list of such transports without adding it to the import queue or importing it to a sandbox system or even add it to the import buffer..
    Most likely this should be done by a standalone tool (on Windows) or a tool running on SAP accessing the transportfiles (preference: stored only on the client PC  and not added to the transport directory)
    So my question is: Is there any tool that can extract the object list from the transport files and display it?
    Helst regards
    Helmut Fischer

    Helmut,
    If you don't have access to the server console, it might be possible to 'trick' tp into working from a workstation, but I wouldn't bet on it. You'd have to fake up a profile for it. I haven't tried this.
    Peering into the contents of a delivered transport file would be something that your Basis team would typically do. My suggestion is to work with them, either to use tp command-line option from the server console, or if that's not reasonable, then yes, go ahead and add it to the import queue of one of your sandbox systems. You can always delete it from the queue again later. If you don't actually import it, it isn't going to hurt anything.
    To do any of these options is going to require some level of filesystem access to your transport host, as you need to copy the two files that make up the transport there. You need to put the 'K' file into \usr\sap\trans\cofiles and the 'R' file into \usr\sap\trans\data. Then, you can either use the tp command-line tool, or you can go into STMS, go into the import queue of any system in the transport domain (so a sandbox is fine), and use Extras... Other Requests... Add and type in the transport request ID. Yes, this adds some entries about the transport into a few tables, but it doesn't actually import the transport, and it doesn't change anything about your system. It just allows the transport to show up as importable in the queue, and that will make it so that you can read the object list of the transport. Then, if you decide not to import it, you can delete it from the queue, and your system is back to the way it was before. Also, doing this will not put the transport into any other system's queue. Even if you import the transport (into a sandbox system), it won't show up in any other system's queue until you forward it.
    Regards,
    Matt

  • How to view individual customised users portal pages

    Hi all,
    We have a portal site in Production which will have up to 3000 users. Users are allowed to customise pages by adding portlets to them. They can also customise individual portlets.
    The site has 24 x 5 support from a dedicated support team. We need to find a way of letting the support team view the users page (including the customisation) without having to ask the users password and actually logging in as them.
    I'm sure that this must be a common support issue in other organisations (including Oracle).
    Any help on this issue is appreciated.
    Regards,
    Roger

    hi,
    You can certainly do it for hourly basis but i am not sure whether it could be done quarter an hour basis. Also The portal nodes within a cluster can be in different time zones, yet the activity data from all nodes are aggregated together and reported together. To enable the reporting of hourly data from different time zones, portal activity reports display hourly data based on the GMT time zone.
    Do see the documentation
    http://help.sap.com/saphelp_nw04/helpdata/en/fb/144120ea5b4e9c9385d493a578d6c9/frameset.htm
    Weblog :Portal SP9: Portal Activity Report
    Regards,
    Ganesh N

Maybe you are looking for

  • Automatic backups stopped - no errors

    Sometime last week, I noticed that Time Machine was no longer backing up on a schedule. It works if I manually initiate the backup, but if I leave it alone, the set time will pass and nothing will happen. I get no errors. It just never happens. I ver

  • BEx Query Columns come back in different Order after drill?

    I have a strange effect when I work with BEx Queries in Xcelsius. On default, I open and display the Bex Query "A". Columns are in order like defined in BEx Designer (Column1, Column2, Column3.....) I want to do a drill, and so in Xcelsius BEx Connec

  • Price variances.

    Hi, is there a report that shows price variances between goods receipt and invoice verification? Best regards

  • How to animate color-change

    Hi, I'm trying to animate a color change using sym.$("Rectangle").animate({"color": "#000000"}, "10" ); but it isn't working I actually want to change the color of a text element, isn't working there either. chaning color per CSS works fine, but sadl

  • Create a report showing a tree with unlimited number of levels

    Hi, Our reporting requirement is to be able to show a tree structure of tasks and task groups plus other data specific to a task. Task is the lowest level but there can be many levels of task groups above it. We do not have a maximum number of levels