Portal application view the logs in iview

Hello Gurus,
Like a while ago. I remember checking a document which shows how to create and iview to check logs on portal.
can anyone please point to that document or the blog. I was not able to find it.
thanks,
Sha

Hi,
You can create an iView based on the below par file
com.sap.portal.runtime.admin.logviewer.
Use the component default in the PAR File.
Preview this iview to see the console for logs
Hope it helps.
Regards,
Santhosh

Similar Messages

  • How to configure and view the log file

    Hi all,
    I   want to view the log file generated on the server when an application is deployed to see the trace of an exception.
    But i dont know how to access it.
    Please if anybody can help me.
    Thanx in advance.
    Regards,
    Neetu

    HI,
    You can see the log file from
    Sys admin->support->portal runtime->log viewer
    See the time and date given in the top of each file name,
    in the search field enter u r portal ID and search to find your error.
    search for the latest log file(see the date and time) and search with u r portal id to find the error.
    Message was edited by: Kirupanand Venkatapathi

  • Diagnostics(How to view the log files)

    Hi All,
    In weblogic 9.2MP3,
    In the console navigate through the following ,
    Diagnostics->log files->server logs.
    Click on customize this table.
    Select logging as custom.
    My question is what should be the Start Time and End Time format when logging selected is custom.
    I tried giving different formats but was not successful in viewing the logs for the said date and time.
    Any help on this would be highly appreciated.
    Thanks.

    The format of the start and end timestamp ranges are "MM/dd/yy HH:mm:ss" for example 12/01/09 12:00:00. Give this a try.
    Thanks

  • Viewing the logged front panel data

    I’m writing into the datalog file, I can see that the data is recording every one second, but when I retrieve the data i.e. viewing the logged front panel there is only one data since the range is from 0 to 0 ([0..0]). Does anyone know why? And how can I fix the problem?

    You should Never rely on the abort button on the tool bar to stop a VI in a loop writing to a file. The abort stops everything immediately and you don't properly close the file. Instead of using a boolean contant in your loop to get you an endless loop, add a Stop button (a boolean switch) to your front panel. Wire that through an inverter to the Continue terminal of the loop, or (if you're using LabView 6.x) right-click on the Continue terminal and change to Stop if True, then wire the Stop button directly to the terminal. Then pass the file RefNum out of the loop to the Close File function.
    For debugging purposes, I do use the Abort toolbar button, but I never create a VI with the Abort as the only means of stopping a VI. Anytime you want to st
    op a VI in a loop, you may want to have some control over how it stops. There may be files to close, instruments to shut down, results to process, etc. Even if the VI is very basic or even temporary, just get in the habit of using a Stop button on your front panel rather than a boolean constant to get an endless loop. It's really not that much more work and it gives you control over your VI.

  • Could not connect to my portal application on the server

    Hi,
    I really need someone help me on the following problem.
    I have developed a portal application on my test server (Window 2000 server) using Oracle 817 EE and Oracle 9iAs 10221. It had wroked fine for months until yesterday. Yesterday, I treid to conect to my portal application like before using url(e.g.http://myserver/pls/portal30), but I could not connect to my portal application. The error message that I got from the browser(IE5) is:
    The page cannot be displayed
    Cannot find server or DNS Error
    Internet Explorer
    But, I think that I can connect to the OracleiSuiteHttpServer by using the following url:
    http://myserver/
    becasue I can open the httpserver page by using the above url.
    Your help would be higly appreciated!
    Jeffrey

    Version: 11gR1
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    CORE     11.1.0.7.0     Production
    TNS for Linux: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production
    There is not problem in the tnsnames configuration. Because if I login as oracle then I can connect to the db using connectring. Developers are not able to connect from the server(Developer have unix account because they are loading data from sql*loader).

  • Want FM to view the LOG

    Hi Friends,
         I Did BDC for VF01.
         i got the message "No billing documents were generated. See log"
        Is there any function module to view the log.
    Thanks & Regards,
    Vallamuthu.M

    Hi,
    check these Fms..
    BORGR_ERRORLOG_GET_DETAIL
    C14E_ERROR_LOG_DISPLAY
    COCS_DISPLAY_ERROR_LOG_LIST    Displaying Log or Error Messages
    EDI_DISPLAY_ERROR_LOG
    FI_INTITIT_DISPLAY_ERROR_LOG
    GRMG_WRITE_ERROR_LOG           GRMG: Write error log
    HRGPBS_ERROR_LOG_DISPLAY       Display the Error Log
    HRPAY00DEC4_ERROR_LOG_DISPLAY  Display the Error Log
    KBPT_ERROR_LOG                 Output error log
    ADSUBCON_DISPLAY_ERROR_LOG     Display error log for unplanned material exchange (UME)
    WB2_ERROR_MSG_APP_LOG_DISPLAY
    Arunima

  • How to view the log/output output files in browser through email notification hyperlinks

    I am working on an extension in Fusion Applications. The requirement is to send a notification with details of a concurrent program. The notification will have hyperlinks of "out" and "log" files. When the user clicks on the "out" hyperlink, it should open the Output file(that resides in the unix box) of the corresponding concurrent program in the browser. We know that in E-business suite R12 functionality, records should be populated in FND_FILE_TEMP table to view any files from unix box in browser.
    Can you please let me know the approach to be taken in Fusion Applications?

    The format of the start and end timestamp ranges are "MM/dd/yy HH:mm:ss" for example 12/01/09 12:00:00. Give this a try.
    Thanks

  • Getting Portal Role of the Logged in User.

    Hi Experts ,
    I have a scenario similar to the one in following weblog:
    /people/preksha.malhotra/blog/2006/12/12/accessing-a-web-dynpro-application-through-portal-using-portal-user-id
    I need to know, if I can get the Portal "Role" of the user who has
    looged in on the portal and then pass it as the application parameter
    to the Web Dynpro application.
    Also, if there is any other way to get the Portal Role of the user
    in Web Dynpro, if EP and Web Dynpro are on different servers.
    For the same server situation i have tried the following code which works:
    Iterator rit = null;
    IWDClientUser clientUser = WDClientUser.getCurrentUser();
    IUser user = clientUser.getSAPUser();
    rit = user.getRoles(true);
    IRoleFactory rfact = UMFactory.getRoleFactory();
    while (rit.hasNext()) {
    String roleName = (String) rit.next();
    IRole role = rfact.getRole(roleName);
    wdContext.currentContextElement().setRole(role);
    Any help would be appreciated.
    Thanx in Advance
    Alka.

    Hi Alka,
    sitting in front of the same problem here as you are facing. I have WD and portal on seperate servers and want to look for specific roles a user has (or not).
    Did you find a solution? Or do you know if it is possible at all? I could imagine that the UMFactory is just looking at the server the WD is deployed to and not the portal server where it is displayed. The user is passed via SSO but the roles most probably not... (i guess?).
    You could make my day if you have a solution though... ;).
    Thanks,
    Christian

  • Can i view the log file of a batch-input??

    Hi. Is there any way to access the log file of a batch-input when i run it with an specific queue id?????
    Thanks.

    Check with RSBDC_ANALYSE program
    do search ln se38 like rsbdc* - you will get min 10 programs related to session method
    Thanks
    Seshu

  • Fiori Client - How to view the Log file

    Hi,
    on my Android phone the fiori client version 1.1.3 behaves awkward.
    When I want to start an app from the lauchpad the whole client app crashes. The android app just terminates.
    How can I access the logfile?
    The Fiori Client user Guide says I can access the logfile using an IDE like Eclipse or Android.
    Do I really need an IDE to just have a look into the logs?
    TIA,
    Thomas
    Tags edited by: Michael Appleby

    Doesn't help ... Anyway i restored the old file and edit from there. Now everything's fine

  • Where to view the log

    Hi all,
    I have log some message via the logger.logT(Severity.ERROR,"error message"), where can I locate the log file to check the error log?
    What is the log filename ? Can I change the log file name and location? or config my own log file ?
    Is web dynpro log to the same file as CAF?
    Thank you.

    Hi
    You can check your Log in the server at the following path
    \usr\sap\<sid>\<instance_number>\j2ee\cluster\<node>\log there will be many XML files with the name DEFAULT TRACE .Arrange icons by modified and check the recent one.
    You need permission to access those files.you can get these details from your server administrator and ask him to share that folder
    more help [Go Through This |http://help.sap.com/saphelp_nw04s/helpdata/en/fe/4f5542253fb330e10000000a155106/frameset.htm]
    Regards
    Chaitanya.A

  • How can I view the logs in Parental Controls?

    I'm trying to monitor my children's internet use and iMessages on our laptop and the logs show there is activity. However, I cannot see anything when I click on the actual log entries. Is there something I'm missing? I'm having this issue with both internet and iMessage. Whenever I click on the iMessage log entry, a window pops up from iMessage as if I'm going to start a new conversation. Very strange.

    If your children are comp savy, it's possible that they have erased the logs.  You should set up parental control.  This way you can control all internet & comp usage.  Your children will not be able to erase or get into anything to erase if you do not make that option available. 

  • View the ADF Logger message on WebLogic Server Log

    Hi everyone
    I have developed an application and i am using using ADF Logger in it to log the message on Jdev log
    but i want to view the log message on the weblogic server
    can anyone help out...
    Regards
    Praveen

    Hi Praveen,
    i have below statement in my java code
    aDFLogger.log(aDFLogger.TRACE,"SalesforecastAMImpl::reviewForecast: StartDate: " + forecastStartDate);
    in EM> Log configuration > Runtime Logger > selected ADF and set TRACE to finest. still not able to find the above log msg in log/apps/dignostic.log file.
    could you tell me where i went worng. and do i need to bounce server after changing log configuration??
    Regards,
    Pavan

  • Submit a webdynpro IView from a non-Portal application

    Hi,
    i have create a WebDynpro application. This application shows in a table a list of '. This reports are IView for Bex Web Application in a SAP portal. For navigation to this BW IView the WebDynpro application must be also embedded in a WD iView.
    The problem is:
    This WD IView will be requested by a non-sap/portal application with dynamic parameters and also with the POST method.
    In the WD application i have implemented the parameter request with following code:
    int i = 1;
    String name = WDWebContextAdapter.getWebContextAdapter().getRequestParameter("var_name_" + i);
    If the non-portal application submit the WD application directly -> the parameters are available.
    But when the non-portal application submit the WD IView, then the Parameters are 'null'.
    Thank you for quick response
    Anne

    Hi,
    yes I'm use the statement to submit the iView:
    <form action="http://server:50000/irj/servlet/prt/portal/prteventname/Navigate/prtroot/pcd!3aportal_content!2fevery_user!2fgeneral!2fdefaultDesktop!2fframeworkPages!2fframeworkpage!2fcom.sap.portal.innerpage!2fcom.sap.portal.contentarea?NavigationTarget=ROLES%3A%2F%2Fportal_content%2Fcom.kwl.kwl-01.KWL-01%2Fcom.kwl.kwl-01-iviews.KWL-01-Iviews%2Fcom.kwl.WEB_DP%2Fcom.kwl.IW_GISBW&DynamicParameter="
    method="post">
    var_name_1<input name="var_name_1" type="text" value="ZHAMFSB"><br>
    var_value_ext_1<input name="var_value_ext_1" type="text" value="129191"><br>
    var_name_2<input name="var_name_2" type="text" value="ZHAMFSB"><br>
    var_value_ext_2<input name="var_value_ext_2" type="text" value="129761">
    <input type="submit" value=" Senden ">
    In this case the DynamicParameter will be send by GET.
    But i want use the POST Method.
    I get the parameters in both cases not in my WD application.
    What is the problem?
    Thank you
    Anne

  • How to View Transport Log in DEV SAP Portal System

    Hi All,
    Kindly help me by giving me the path of where is the Import, Export and Transport Log maintained in SAP Portal.
    And is it posible to view the Log of other systems from DEV system? If yes then how.
    Thanks in Advance.
    Regards,
    Disha.

    Hi,
    Please navigate to usr/sap/trans/CMS/log to view logs.
    Alternatively in the CMS, you can click on "Go to History" which will display all previous transports. You can see the details from there.
    Thanks

Maybe you are looking for

  • IPod/iTunes Sound Volume problems

    I listen to my iPod Mini on my car radio, and used to enjoy turning the music up loud sometimes. Now I cannot GET it loud, even though I have the volume on my radio and iPod set to the maximum. For audiobooks, I can no longer hear the words clearly o

  • How to plaot a 3d surface Can we plot it if we have the surface coordinates in the form of text file?

    Hi I have the co-ordiantes for a 3 dimensional surface and I want to plot it using labview. Can some one help me & tell me the way how to feed in the co-ordinates in the  3d surface?

  • ITouch 3.1.2 to be used as Blutooth dongle from my computer

    I have a set of JBL Reference 610's that are made for the i's. But is there a way i can use my iTouch 3.1.2 as a bluetooth dongle for my computer so i can watch my movies with my headphones on without having to have my headphones jacked in? i know bl

  • AGMac-Change "Chapter" and "Section" concepts...

    Hello, I started a new book in iBooks Author 2.0 and I renamed the chapter header in my language (Greek)... In any iBooks document there are also the concepts of "Chapter" and "Section"... For example in the "Table of contents" exists at the top "Cha

  • All Dates are deleted

    Hello Users, about 3 hours ago iCal delete all my dates. The dates are on my iPhone but i can't synchronize them from iPhone to iCal it always synchronize the empty iCal-calendars from mac to iPhone. These calendars are very import for me, how can i