Reg Apllication server

Hi all,
I want to write text file or data file in application server. Can i know the maximum length of a line that would be printed.
Thanks in advance,
Sashti

when download data to application server, you will only be able to see 255 characters in transaction AL11, if data is transferred in text mode of course.
However, all the data, no matter how long is stored on application server and can be retrieved by upload program.

Similar Messages

  • Monitoring Services Installed on Oracle apllication Server using  ITCAM

    can we Monitoring Services Installed on Oracle apllication Server using Tivoli ITCAM for J2EE.

    Hi All,
    Finlly got rid of the problem by incuding ' loaderRef="oracle.tasks.loader" ' in my taskdef tag.
    Earlier it was
    <taskdef resource="oracle/antlib.xml" uri="antlib:oracle" >
    <classpath>
         <pathelement location="${oracle.home}/j2ee/utilities/ant-oracle-classes.jar" />
         <pathelement location="${oc4j.home}/lib/javax88.jar" />
         <pathelement location="${oc4j.home}/admin_client.jar" />
         <pathelement location="${oc4j.home}/oc4jclient.jar" />
         <pathelement location="${oracle.home}/webservices/lib/wsa.jar" />
         <pathelement location="${oc4j.home}/lib/bcel.jar" />
    </classpath>
    </taskdef>
    Now it is
    <taskdef
              resource="oracle/antlib.xml"
              uri="antlib:oracle"
              loaderRef="oracle.tasks.loader" >
              <!-- If fails to connect to deployer if we dont use above loader reference -->
              <classpath>
                   <pathelement
                        location="${oracle.home}/j2ee/utilities/ant-oracle-classes.jar" />
                   <pathelement location="${oc4j.home}/lib/javax88.jar" />
                   <pathelement location="${oc4j.home}/admin_client.jar" />
                   <pathelement location="${oc4j.home}/oc4jclient.jar" />
                   <pathelement
                        location="${oracle.home}/webservices/lib/wsa.jar" />
                   <pathelement location="${oc4j.home}/lib/bcel.jar" />
              </classpath>
         </taskdef>
    cheers ;-)

  • Reg Mail Server Setup

    Hi Experts,
    I want to set-up a mail server so as to perform some email-related scenarios, so please tell me the procedure to set-up a mail server in my local desktop. Is it cumbersome to set-up a mail server for testing purposes?
    Can I use one of the options available on www.google.com? Is it reliable?
    Thanks.
    Edited by: Abhishek01 on Jul 23, 2009 12:16 PM

    Hi,
    Better to checkw with your network team for desk top mai server,  why because we need few autoorization for configuration.
    Follow below steps for mail configuration.
    1. First we need to configure basis level setp like SMTP, POP3 through Tcode SCOT then
    2. Take URL for SMTP & POP3 from your network team & basis team
    3. Follow below links for scenario configuration
    /people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure

  • Reg: Internal server error

    Hi
    Oracle Application Version:11.5.10.2
    Database Version:9.2
    Os : linux 4
    When tried to clik the ebusiness suite,it given the internal server error message, i ran autoconfig in apps tier its suscceed
    but itried to run in db tier its not running it given the following error message.
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
    Using ORACLE_HOME location : /prod/r02/oracle/proddb/9.2.0
    ERROR: OA_JRE_TOP isn't available at either of the following locations
    JDK - /prod/r02/oracle/proddb/9.2.0/jdk
    JRE - /prod/r02/oracle/proddb/9.2.0/jdk
    Pass option 'java' on command line
    ERROR: OA_JRE_TOP isn't available at either of the following locations
    JDK - /prod/r02/oracle/proddb/9.2.0/jdk
    JRE - /prod/r02/oracle/proddb/9.2.0/jdk
    Pass option 'java' on command line
    ERROR in setting Environment variable ADJREOPTS
    please give the solution
    Regards
    karthick raja

    Hi,
    As oracle user, source the database env file and issue "echo $OA_JRE_TOP" and post the output here.
    Also, make sure the value of this parameter is set correctly in the database context file, and run AutoConfig again.
    Regards,
    Hussein

  • Download the file to apllication server

    hai all,
    My requirement is i need to download the file in application server and i need to validate the file path that file already exist or not if exist it has to give the error message
    How can i do that.
    Pls send the fn modules are methods which is suitable for my requirement with code.
    I will reward the points,
    Thanks in advance
    Laxmi

    HI,
       report zexternalfile .
    tables : zzpublisher,
             sscrfields.
    data: it_publisher like standard table of zzpublisher,
          wa_publisher like zzpublisher.
    select * from zzpublisher into table it_publisher.
    call function 'GUI_DOWNLOAD'
      exporting
      BIN_FILESIZE                  =
        filename                      = 'C:\externalfiles\kamal.XLS'
      FILETYPE                      = 'ASC'
      APPEND                        = ' '
        write_field_separator         = 'X'
      HEADER                        = '00'
      TRUNC_TRAILING_BLANKS         = ' '
      WRITE_LF                      = 'X'
      COL_SELECT                    = ' '
      COL_SELECT_MASK               = ' '
      DAT_MODE                      = ' '
    IMPORTING
      FILELENGTH                    =
      tables
        data_tab                      = it_publisher
    EXCEPTIONS
      FILE_WRITE_ERROR              = 1
      NO_BATCH                      = 2
      GUI_REFUSE_FILETRANSFER       = 3
      INVALID_TYPE                  = 4
      NO_AUTHORITY                  = 5
      UNKNOWN_ERROR                 = 6
      HEADER_NOT_ALLOWED            = 7
      SEPARATOR_NOT_ALLOWED         = 8
      FILESIZE_NOT_ALLOWED          = 9
      HEADER_TOO_LONG               = 10
      DP_ERROR_CREATE               = 11
      DP_ERROR_SEND                 = 12
      DP_ERROR_WRITE                = 13
      UNKNOWN_DP_ERROR              = 14
      ACCESS_DENIED                 = 15
      DP_OUT_OF_MEMORY              = 16
      DISK_FULL                     = 17
      DP_TIMEOUT                    = 18
      FILE_NOT_FOUND                = 19
      DATAPROVIDER_EXCEPTION        = 20
      CONTROL_FLUSH_ERROR           = 21
      OTHERS                        = 22
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    <b>Reward useful points,</b>
    siva

  • Reg app server console view

    Hi,
    I have installed websphere application server and portal server.
    appln server is getting started without any errors, but when i try to open the appln server admin console,
    it says "The page cannot be displayed".
    Also, after starting the application server, when i saw in task manager, its showing as javaw.exe.
    Does this have any relevance to our topic..
    Generally java.exe would be running right..
    Thanks in advance,
    Balaji B

    harshaa-01 wrote:
    Hi,
    I have installed websphere application server and portal server.
    appln server is getting started without any errors, but when i try to open the appln server admin console,
    it says "The page cannot be displayed".Sounds like a websphere question so you should probably ask that in a webspehere forum (since it isn't related to Java)
    >
    Also, after starting the application server, when i saw in task manager, its showing as javaw.exe.
    Does this have any relevance to our topic..
    Generally java.exe would be running right..No. javaw.exe is a java vm without a console window.
    Kaj

  • Reg Weblogic Server Startup Problem

    Hi
    I have configured the weblogic Application Server using Oracle SOA11g
    When i started the weblogic server, i am getting below exception.
    Exception [TOPLINK-4002] (Oracle TopLink - 11g Release 1(11.1.1.5.0) (Build 110305)): oracle.toplink.exceptions.DatabaseException
    Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    Error Code: 942
    Call: SELECT DRIVER_NAME, MIME_TYPES, PROTOCOLS, CARRIERS, SENDER_ADDRESSES, COS
    T, DELIVERY_TYPES, SPEED, STATUS_TYPES, CHECKSUM, SUPPORTS_CANCEL, ENCODINGS, SU
    PPORTS_REPLACE, SUPPORTS_TRACKING, SUPPORTS_STATUS_POLLING, DEFAULT_SENDER, CAPA
    BILITY, LOCK_VERSION FROM DRIVER_INFO
    Query: ReadAllQuery(oracle.sdpinternal.messaging.config.DriverInfo)>
    Pls find below log from AdminServer.log and domain_name.log
    MDS-01370: MetadataStore configuration for metadata-store-usage "soa-infra-store" is invalid.  
    ORA-06550: line 1, column 12:
    PLS-00201: identifier 'MDS_INTERNAL_SHREDDED.GETREPOSITORYVERSION' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    I have tried several solutions for above problem:
    Sol1:
    I have checked my datasource.
    The database details and URL are correct and i am able to test the connection and the DB is up and running.
    Sol2:
    I dropped RCU and created again but it didnt resolve the issue.
    Sol3:
    I have renamed the folders tmp, cache and data folders to in the below location
    C:\Oracle\Middleware\user_projects\domains\SOA_domain\servers\AdminServer
    After starting the weblogic server,these folders are created again but problem is not solved.
    Sol4:
    Logged intoto Weblogic console->services->Data Source->Click on SOADataSource->Go to Transaction tab->verify 'XA Transaction Timeout:' is set to 0
    Sol5:
    The schemas details in RCU and during the SOA configuration, there is a screen called "Configure JDBC Component Schema".
    The schema details are same in both cases
    Sol6: Dropped Database, RCU and SOA and installed again.
    But the problem is not solved.
    Now i am getting below exception also:
    Caused by: javax.ejb.CreateException: SDP-25700: An unexpected exception was cau
    ght.
    Cause: weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.Res
    ourceException: Could not create pool connection. The DBMS driver exception was:
    IO Error: The Network Adapter could not establish the connection
    Action: Check the stack trace for more details.
            at oracle.sdpinternal.messaging.storage.MessagingStoreBean.ejbCreate(Mes
    sagingStoreBean.java:174)
            at oracle.sdpinternal.messaging.storage.MessagingStore_urkbp2_Impl.ejbCr
    eate(Unknown Source)
            ... 56 more
    ; nested exception is: com.oracle.pitchfork.interfaces.LifecycleCallbackExceptio
    n: Failure to invoke public void oracle.sdpinternal.messaging.storage.MessagingS
    tore_urkbp2_Impl.ejbCreate() throws javax.ejb.CreateException,javax.ejb.EJBExcep
    tion on bean class class oracle.sdpinternal.messaging.storage.MessagingStore_urk
    bp2_Impl with args: []>
    I have tried deleting tmp folder and renaming tmp, data and cache folders in C:\Oracle\Middleware\user_projects\domains\BPM_Sample_domain\servers\AdminServer location.
    But the problem still perists.
    Please help me in resolving the issue.
    Regards
    Swathi

    Hi Swati,
    When you see this error
    Cause: weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.Res
    ourceException: Could not create pool connection. The DBMS driver exception was:
    IO Error: The Network Adapter could not establish the connection
    Action: Check the stack trace for more details.
    That means Datasource Connection Pool is failing to create a pool either due to DB is down or no connection made by Pool resource.
    Try to tune the Datasource with following parameter will help you.
    1. Eanble Test connection on reseve
    2. Connection creation retry frequency second set as 10 these two parameter make reconnect back to you DB and Pool start executing correctly.
    After enable still have problem please provide complete stack.
    Regards,
    Kal

  • Edit Flat file in apllication server

    Dear all,
    when i upload data from excel with  process chain it gives me an error message that i should place my data in bw application server.
    My question is about the way to edit data in application server;
    how can i edit data which is in application server?
    From your experience in the previous projects, who can be responsible from editing or uploading these documents?
    Thanks
    jmq

    HI
    Process chain will not support to load the data from Work Station.
    If you want to maintain in the Application server ask basis they will provide you the path name then you have upload every day according to your changed in the data file..for that also we have mechanism plz go through it,.
    Regards,
    chandra.

  • How to display PDF file in a apllication server? challenging question  !!!!

    Hi friends
    I have a requirement. I have a screen there are few buttons in the screen. The purpose of the buttons is , when the user clicks the button it should open pdf files , jpg files which are kept in a application server.  How to achieve this. If sample code is available then it would be of great help
    Thanks in advance.
    Regards
    RAj

    Hello Raj
    Have you had a look at sample report SAP_PDF_VIEWER_DEMO already?
    REPORT SAP_PDF_VIEWER_DEMO .
      data: my_pdf_viewer     type ref to cl_gui_pdfviewer,
            my_main_container type ref to cl_gui_custom_container,
            entry1(100) type c,
            entry2(100) type c.
      data: okcode type sy-ucomm.
      include pdf_demo_event_receiver.
      data: l_event_receiver type ref to lcl_pdf_demo_event_receiver.
      start-of-selection.
      set screen 100.
    *&      Module  pbo_0100  OUTPUT
    module pbo_0100 output.
      set pf-status 'STATUS100'.
      set titlebar  'TITLE100'.
      " running down the pbo for the first time,
      " create the controls and their containers
      if my_main_container is initial.
        create object my_main_container
          exporting
            container_name = 'CUSTOM_CNTL'
          exceptions
            cntl_error     = 1
            others         = 2.
        if sy-subrc <> 0.
          exit.
        else.
        " create PDF Viewer object
        create object my_pdf_viewer
          exporting
            parent              = my_main_container
          exceptions
            cntl_error          = 1
            cntl_system_error   = 2
            others              = 3.
          if sy-subrc <> 0.
            "could not create PDF Viewer
          endif.
        endif.
        data: view_buttons_active type char01.
        if my_pdf_viewer->acrobat_vs_reader = ''.
          view_buttons_active = 'X'.
        endif.
        " create SAP toolbar for PDF Viewer
        call method my_pdf_viewer->create_toolbar
          exporting
            tool_buttons      = 'X'
            view_buttons      = view_buttons_active
          exceptions
            cntl_error        = 1
            cntl_system_error = 2
            others            = 3.
        if sy-subrc <> 0.
          "could not create toolbar
        endif.
        create object l_event_receiver.
        set handler l_event_receiver->on_document_saved for my_pdf_viewer.
        set handler l_event_receiver->on_viewing_finished for
    my_pdf_viewer.
        if not my_pdf_viewer->html_viewer is initial.
          call method my_pdf_viewer->open_document
            exporting
              "url = 'http://p34198/iissamples/default/ReadMe.pdf'.
              url = 'C:\tmp\Reader.pdf'.  " NOTE: wrong URL -> use 'file:///C:\tmp\Reader.pdf' instead
        endif.
      endif.
    endmodule.                 " pbo_0100  OUTPUT
    *&      Module  pai_0100  INPUT
    module pai_0100 input.
      case okcode.
        when 'EXIT'.
          leave program.
        when 'LOADURL'.
          call method my_pdf_viewer->open_document
            exporting
              url = 'http://p34198/myweb/Devfaq.pdf'.
        when 'EVENT'.
          entry1 = l_event_receiver->entry_field1.
          entry2 = l_event_receiver->entry_field2.
      endcase.
    endmodule.                 " pai_0100  INPUT
    Regards
      Uwe

  • Reg: Internal server error in oracle application.

    Hi
    Oracle Application Version:11.5.10.2
    Database Version;9.2.0.70
    OS : linux redhat 4
    When i tried to click the ebusiness suite in oracle application 11i, I got the internal server error message, Then i checked out the accces_log and error_log it given the following message i mentioned below. (Note: I Bonce the apache also)
    ERROR_LOG: [applprod@oraapps logs]$ cat error_log | tail -20
    [Fri Jul 24 21:36:25 2009] [notice] caught SIGTERM, shutting down
    [Sat Jul 25 15:40:21 2009] [notice] FastCGI: process manager initialized (pid 5050)
    [Sat Jul 25 15:40:22 2009] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Sat Jul 25 15:41:43 2009] [error] [client 172.19.0.155] File does not exist: /prod/r01/oracle/prodcomn/portal/PROD_oraapps/favicon.ico
    [Sat Jul 25 15:41:43 2009] [error] [client 172.19.0.155] File does not exist: /prod/r01/oracle/prodcomn/portal/PROD_oraapps/favicon.ico
    [Sat Jul 25 15:41:43 2009] [error] [client 172.19.0.155] File does not exist: /prod/r01/oracle/prodcomn/portal/PROD_oraapps/favicon.ico
    [Sat Jul 25 15:41:45 2009] [error] [client 172.19.0.155] File does not exist: /prod/r01/oracle/prodcomn/portal/PROD_oraapps/favicon.ico
    [Sat Jul 25 15:41:48 2009] [error] [client 172.19.0.155] File does not exist: /prod/r01/oracle/prodcomn/portal/PROD_oraapps/favicon.ico
    [Sat Jul 25 15:44:11 2009] [notice] caught SIGTERM, shutting down
    [Sat Jul 25 15:44:15 2009] [notice] FastCGI: process manager initialized (pid 7858)
    [Sat Jul 25 15:44:16 2009] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Sat Jul 25 15:44:22 2009] [notice] caught SIGTERM, shutting down
    [Sat Jul 25 15:44:25 2009] [notice] FastCGI: process manager initialized (pid 8739)
    [Sat Jul 25 15:44:26 2009] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Sat Jul 25 15:44:31 2009] [notice] caught SIGTERM, shutting down
    [Sat Jul 25 15:44:34 2009] [notice] FastCGI: process manager initialized (pid 9629)
    [Sat Jul 25 15:44:35 2009] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Sat Jul 25 15:53:00 2009] [error] [client 172.19.0.155] File does not exist: /prod/r01/oracle/prodcomn/portal/PROD_oraapps/favicon.ico
    [Sat Jul 25 15:53:01 2009] [error] [client 172.19.0.155] File does not exist: /prod/r01/oracle/prodcomn/portal/PROD_oraapps/favicon.ico
    [Sat Jul 25 15:53:02 2009] [error] [client 172.19.0.155] File does not exist: /prod/r01/oracle/prodcomn/portal/PROD_oraapps/favicon.ico
    ACCESS_LOG: [applprod@oraapps logs]$ cat access_log | tail -10
    100.50.0.9 - - [27/Dec/2005:22:52:05 +0530] "GET /OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=20420&navRespAppId=1&navSecGrpId=0&transactionid=1063955026&oapc=2&oas=HDlJgTmpsAyB9pMShLH-Jw.. HTTP/1.1" 200 79795
    100.50.0.9 - - [27/Dec/2005:22:52:05 +0530] "GET /OA_MEDIA/fwkhp_formsfunc.gif HTTP/1.1" 200 637
    100.50.0.9 - - [27/Dec/2005:22:52:05 +0530] "GET /OA_MEDIA/fwkhp_sswafunc.gif HTTP/1.1" 200 659
    100.50.0.9 - - [27/Dec/2005:22:52:14 +0530] "GET /OA_HTML/RF.jsp?function_id=55&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=h87GOJoo2lLs6BhryEdFyw.. HTTP/1.1" 302 483
    100.50.0.9 - - [27/Dec/2005:22:52:24 +0530] "GET /pls/DEV03/fnd_icx_launch.launch?resp_app=SYSADMIN&resp_key=SYSTEM_ADMINISTRATOR&secgrp_key=STANDARD&start_func=FND_FNDSCAPP&other_params= HTTP/1.1" 302 0
    100.50.0.9 - - [27/Dec/2005:22:52:25 +0530] "GET /dev60cgi/f60cgi?&appletmode=nonforms&HTMLpageTitle=&HTMLpreApplet=&code=oracle/apps/fnd/formsClient/FormsLauncher.class&width=400&height=100&archive=/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar,/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar,/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar,/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar,/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar,/OA_JAVA/oracle/apps/fnd/jar/fndaol.jar,/OA_JAVA/oracle/apps/fnd/jar/fndctx.jar,/OA_JAVA/oracle/apps/fnd/jar/fndlist.jar&gp14=jinit_appletcache&gv14=offjinit_appletcache=off&gp2=resp_app&gv2=SYSADMIN&gp3=resp&gv3=SYSTEM_ADMINISTRATOR&gp4=sec_group&gv4=STANDARD&gp5=function&gv5=FND_FNDSCAPP&gp6=other_params&gv6=&gp7=forms_url&gv7=http%3A%2F%2Foraapps.yantro.com%3A8040%2Fpls%2FDEV03%2Ffnd_icx_launch.runforms%3FICX_TICKET%3D%26resp_app%3DSYSADMIN%26resp_key%3DSYSTEM_ADMINISTRATOR%26secgrp_key%3DSTANDARD%26start_func%3DFND_FNDSCAPP%26other_params%3D&encoding=ISO-8859-1&gp8=error_url&gv8=http%3A%2F%2Foraapps.yantro.com%3A8040%2FOA_HTML%2Fjsp%2Ffnd%2Ffnderror.jsp%3Fdbc%3Doraapps_dev03&gp12=port&gv12=6945&gp13=dbc&gv13=oraapps_dev03&gp15=icx_ticket&gv15=526322606 HTTP/1.1" 200 317
    100.50.0.9 - - [27/Dec/2005:22:52:29 +0530] "GET /OA_HTML/OALogout.jsp?menu=Y HTTP/1.1" 302 372
    100.50.0.9 - - [27/Dec/2005:22:52:29 +0530] "GET /oa_servlets/oracle.apps.fnd.sso.AppsLogout HTTP/1.1" 302 415
    100.50.0.9 - - [27/Dec/2005:22:52:29 +0530] "GET /OA_HTML/AppsLocalLogout.jsp?returnUrl=%2FOA_HTML%2FAppsLocalLogin.jsp%3FcancelUrl%3D%2FOA_HTML%2FAppsLocalLogin.jsp HTTP/1.1" 302 402
    100.50.0.9 - - [27/Dec/2005:22:52:29 +0530] "GET /OA_HTML/AppsLocalLogin.jsp?cancelUrl=/OA_HTML/AppsLocalLogin.jsp&langCode=US&username=SYSADMIN HTTP/1.1" 200 6941
    please give me a solution.
    Regards
    Karthick raja

    hi
    When i tried restart the apache in oracle_home, it given the following error message. (Note: but in application side apache web listner startted succesfully).
    [oraprod@oraapps bin]$ apachectl start
    (13)Permission denied: make_sock: could not bind to address [::]:443
    no listening sockets available, shutting down
    Regards
    karthickraja

  • Reg SQL server -this is my first question

    Hi,
    I am a new user .I belong to sql sever category .I know i am posting under wrong place .
    But Please help me ..
    create table club_values
    (iccid varchar(20),
    flag int
    insert into club_values values('9098392927',1)
    insert into club_values values('9098392929',1)
    insert into club_values values('9098392926',1)
    insert into club_values values('9098392925',1)
    insert into club_values values('9098392924',1)
    insert into club_values values('9098392923',1)
    insert into club_values values('9098392922',0)
    insert into club_values values('9098392928',0)
    insert into club_values values('9098392930',1)
    insert into club_values values('9098392931',1)
    select * from club_values where flag =1 order by iccid
    This is the table and data structure i have .
    Now i need a result set like below shown in a single row(provided i have to chose flag 1 alone)
    Column1      column2
    9098392923 -9098392929
    9098392930 - 9098392931
    this means taking min and max of the series of numbers .IF there is a gap is found in the series then it should come 
    as a second row
    Is it possible to query this in SQL server 2008 without looping.?

    Thanks saravanan..excellent it worked...
    select min(iccid),max(iccid)
    from (
    select * , convert(bigint,iccid) - ROW_NUMBER() over (partition by flag order by iccid) RN
    from club_values
    where flag =1
    ) T
    group by RN

  • Reg. application server contro

    Hi,
    I tried to secure (SSL) my application server control.
    I did the following procedure for that
    $emctl stop ias-console
    $ emctl secure em
    $emctl start ias-console.
    I did that activity successfully but i need to revert the changes from https to http again.
    Because m getting some errors regarding certificate.
    Please help me , to revert https to http.
    Thanks in advance ....
    Waiting for you reply ...
    Regards,
    Ajinkya

    Ajinkya wrote:
    I did that activity successfully but i need to revert the changes from https to http again.
    Because m getting some errors regarding certificate.
    Please help me , to revert https to http.
    Thanks in advance ....
    Waiting for you reply ...Ajinkya,
    Please follow this Metalink note. (Doc ID: 280034.1)
    HTH,
    AMN

  • Reg: Application Server startup objects

    Hello...
    I am using weblogic server v9. I want to hit the database and populate a couple of objects during startup of my app server and store them in application scope.
    I have no idea on how to proceed. Any hints on the same will be appreciated.
    ~SirG

    Hello SirGeneral,
    You need to implement the ServletContextListener in your application. To do this add following in you web.xml
    <listener-class>
         AppStartListener
    </listener-class>
    Where AppStartListener implements ServletContextListener. Implement the contextInitialized and contextDestroyed methods of the interface. Use the ServletContextEvent argument passed to these methods to lookup your servelt context as event.getServletContext(), which is your application scope. Now do what ever you wish with it.
    Also see my response to thread �Disabling Multiple login of a user�.
    Again, , not sure why you posted in EJB forum, your issue is jsp/servlet related. You would get best responses there.
    Good Luck
    Regards,
    NAG
    Message was edited by:
    nag1610

  • Plz clear this - reg App server

    Is there any way to create domains in 10g as we do in weblogic server.
    So that one domain is down we can use the other?

    harshaa-01 wrote:
    Hi,
    I have installed websphere application server and portal server.
    appln server is getting started without any errors, but when i try to open the appln server admin console,
    it says "The page cannot be displayed".Sounds like a websphere question so you should probably ask that in a webspehere forum (since it isn't related to Java)
    >
    Also, after starting the application server, when i saw in task manager, its showing as javaw.exe.
    Does this have any relevance to our topic..
    Generally java.exe would be running right..No. javaw.exe is a java vm without a console window.
    Kaj

  • ARCHIV_CREATE_DIALOG_META FM not working from apllication server?

    Hi everyone,
    So, earlier I upload photos from my desktop and it worked. But now I have to upload photos from application server, so but ARCHIV_CREATE_DIALOG_META didn't upload the JPG file.
    file = ' /server/Photos/HRDEV/picture.jpg' .
    CALL FUNCTION 'ARCHIV_CREATE_DIALOG_META'
           EXPORTING
             ar_object                      = ar_object
             object_id                      = object_id
             sap_object                     = sap_object
             file                           = file
           IMPORTING
             archiv                         = archiv
             archiv_doc_id                  = archiv_doc_id
             documentclass                  = documentclass
           EXCEPTIONS
             error_archiv                   = 1
             error_communicationtable       = 2
             error_connectiontable          = 3
             error_kernel                   = 4
             error_parameter                = 5
             error_scanqueue                = 6
             canceled_by_user               = 7.
    After that sy-subrc is 1. And data not uploaded into toahr.
    Do you have any idea?
    Really Thank you.
    Mark

    There is no ARC_DOC_ID parameter for this function module.  It turns out that the problem was the file path.  The Content repository settings for the basic path had been set in mixed case which caused problems.  The path needs to match the parameter passed.  I recommend entering everything in upper case or lower case and then be consistent with the parameters you pass .. at least on a Windows system .. UNIX like systems need to be case sensitive.  Now that I've got that straight I'm getting an exception: SAP.Connector.RfcAbapException: ERROR_ARCHIV.  In stepping through the debugger it looks like it doesn't recognize the host which is odd since I can view documents in the repository on that host.

Maybe you are looking for