Application server issue

We have around total 60 users and 20-25 concurrent users for Hyperion Planning and Budgeting. The customer doesn't want to buy the licenses for the application server weblogic or websphere, rather they want to go on live with Apache Tomcat. What problems we will face after going live like this.

With the purchase of BEA Oracle has granted a restricted use license of Weblogic for licensed Hyperion products.
If you look to use Weblogic Clustering to have highly available environments then you need to license Weblogic. If you are using a normal auto-deployed installation then you are licensed to use the Weblogic 9.2MP3 which is on the Oracle download pages for 11.1 and is compatible with 9.3.1
Regards,
John
http://www.metavero.com

Similar Messages

  • Regarding Sun Java System Application Server Issue with JVM

    Regarding Sun Java System Application Server Issue with JVM
    Hi
    I have installed SJSAS9.1 on solaris system. I m trying to deploy war file which i compiled in windows enviorment by jdk1.5.0_05. Every time i got the following error :
    type Exception report
    message
    descriptionThe server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: PWC6033: Unable to compile class for JSP
    PWC6199: Generated servlet error:
    [javac] javac: invalid target release: 1.5
    [javac] Usage: javac
    [javac] where possible options include:
    [javac] -g Generate all debugging info
    [javac] -g:none Generate no debugging info
    [javac] -g:{lines,vars,source} Generate only some debugging info
    [javac] -nowarn Generate no warnings
    [javac] -verbose Output messages about what the compiler is doing
    [javac] -deprecation Output source locations where deprecated APIs are used
    [javac] -classpath Specify where to find user class files
    [javac] -sourcepath Specify where to find input source files
    [javac] -bootclasspath Override location of bootstrap class files
    [javac] -extdirs Override location of installed extensions
    [javac] -d Specify where to place generated class files
    [javac] -encoding Specify character encoding used by source files
    [javac] -source Provide source compatibility with specified release
    [javac] -target Generate class files for specific VM version
    [javac] -help Print a synopsis of standard options
    note The full stack traces of the exception and its root causes are available in the Sun Java System Application Server 9.1 logs.
    I have cheked jvm version on both system the only difference is :
    Solaris points to jdk 1.5.0_09
    Windows point to jdk1.5.0_05
    Even i tried to run blank jsp also but again i got the same error.
    Can any help me to sort out the problem or give me any idea so i can do something by my own.
    Thanks in Advance
    Gagan

    Do you have ANT installed and available?
    Thanks,
    Kedar

  • Oracle application server issue

    Hi,
    right now i m using oracle application server 10g on Hp-unix 11.11 (v1) , suddenly when the number of connection are increasing , memory usage reach to the 100% and my users got disconnected , previously it was the issue of number of connection and i increase the process parameter on the database side, my database is running on different node and application is on different node, the problem persist until i bouce the application server through opmnctl, any help will be appreciated.
    thanks

    These forums are for issues relating to EBS. Pl post in the OAS forum (Oracle Application Server - General for a better/faster response.
    HTH
    Srini

  • Application Server issues when running in EC2

    I have deployed a war file to the app server on an Ubuntu machine running in Amazon's EC2. The application starts up, server logs are redirected to a custom log file, and everything seems to run fine. However, shortly after starting up an exception shows up in the log file that appears to be significant, and logging dies even though the site continues to run. The exception in the log file is below. I have other Ubuntu systems on which this does not happen. Any thoughts on what the problem might be?
    Dec 20, 2007 6:15:35 PM com.sun.org.apache.commons.modeler.Registry registerComponent
    SEVERE: Null component com.sun.appserv:type=JspMonitor,name=jsp,WebModule=//server/__wstx-services,J2EEApplication=null,J2EEServer=server
    Dec 20, 2007 6:15:35 PM com.sun.org.apache.commons.modeler.Registry registerComponent
    SEVERE: Null component com.sun.appserv:type=JspMonitor,name=jsp,WebModule=//server/__JWSappclients,J2EEApplication=__JWSappclients,J2EEServer=server
    Dec 20, 2007 6:15:35 PM com.sun.enterprise.web.VirtualServer startChildren
    SEVERE: WEB0207: Error starting web context StandardEngine[com.sun.appserv].StandardHost[server].StandardContext[__wstx-services] on virtual server server
    java.lang.NullPointerException
    at com.sun.enterprise.web.WebModuleListener.getJasperLogLevel(WebModuleListener.java:440)
    at com.sun.enterprise.web.WebModuleListener.configureJspParameters(WebModuleListener.java:413)
    at com.sun.enterprise.web.WebModuleListener.lifecycleEvent(WebModuleListener.java:170)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:143)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:5086)
    at com.sun.enterprise.web.WebModule.start(WebModule.java:327)
    at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
    at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:296)
    at com.sun.appserv.management.util.misc.RunnableBase._submit(RunnableBase.java:168)
    at com.sun.appserv.management.util.misc.RunnableBase.submit(RunnableBase.java:184)
    at com.sun.enterprise.web.VirtualServer.startChildren(VirtualServer.java:1672)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1231)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:955)
    at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
    at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:296)
    at com.sun.appserv.management.util.misc.RunnableBase._submit(RunnableBase.java:168)
    at com.sun.appserv.management.util.misc.RunnableBase.submit(RunnableBase.java:184)
    at com.sun.enterprise.web.EmbeddedWebContainer$WebEngine.startChildren(EmbeddedWebContainer.java:453)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1231)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:533)
    at org.apache.catalina.startup.Embedded.start(Embedded.java:936)
    at com.sun.enterprise.web.WebContainer.start(WebContainer.java:873)
    at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:790)
    at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:84)
    at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:442)
    at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:120)
    at com.sun.enterprise.server.PEMain.run(PEMain.java:411)
    at com.sun.enterprise.server.PEMain.main(PEMain.java:338)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.enterprise.server.PELaunch.main(PELaunch.java:412)
    Dec 20, 2007 6:15:35 PM com.sun.enterprise.web.VirtualServer startChildren
    SEVERE: WEB0207: Error starting web context StandardEngine[com.sun.appserv].StandardHost[server].StandardContext[__JWSappclients] on virtual server server
    java.lang.NullPointerException
    at com.sun.enterprise.web.WebModuleListener.getJasperLogLevel(WebModuleListener.java:440)
    at com.sun.enterprise.web.WebModuleListener.configureJspParameters(WebModuleListener.java:413)
    at com.sun.enterprise.web.WebModuleListener.lifecycleEvent(WebModuleListener.java:170)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:143)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:5086)
    at com.sun.enterprise.web.WebModule.start(WebModule.java:327)
    at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
    at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:296)
    at com.sun.appserv.management.util.misc.RunnableBase._submit(RunnableBase.java:168)
    at com.sun.appserv.management.util.misc.RunnableBase.submit(RunnableBase.java:184)
    at com.sun.enterprise.web.VirtualServer.startChildren(VirtualServer.java:1672)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1231)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:955)
    at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
    at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:296)
    at com.sun.appserv.management.util.misc.RunnableBase._submit(RunnableBase.java:168)
    at com.sun.appserv.management.util.misc.RunnableBase.submit(RunnableBase.java:184)
    at com.sun.enterprise.web.EmbeddedWebContainer$WebEngine.startChildren(EmbeddedWebContainer.java:453)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1231)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:533)
    at org.apache.catalina.startup.Embedded.start(Embedded.java:936)
    at com.sun.enterprise.web.WebContainer.start(WebContainer.java:873)
    at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:790)
    at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:84)
    at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:442)
    at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:120)
    at com.sun.enterprise.server.PEMain.run(PEMain.java:411)
    at com.sun.enterprise.server.PEMain.main(PEMain.java:338)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.enterprise.server.PELaunch.main(PELaunch.java:412)
    Dec 20, 2007 6:15:35 PM com.sun.enterprise.management.selfmanagement.SelfManagementService onReady
    INFO: SMGT0007: Self Management Rules service is enabled
    Dec 20, 2007 6:15:35 PM com.sun.enterprise.server.PEMain main
    INFO: Application server startup complete.

    Hi Ilya,
    You know that this forum is to discuss the VS Debugger tool, not the real development forum, so to really repro this issue and make sure that whether it is the VS issue or the project issue or others. Could you share us a simple sample with One drive? I
    will debug it with the same Environment as yours.
    If you have other VS machine, please also debug it again. But if it still has this issue, I doubt that it would be related the specific project.
    >>Now, the weird thing is when I run the same Windows Forms app directly from the build folder without Visual Studio or in Visual Studio without Debugger (Ctrl+F5), it works fine!
    Please clean and rebuild your project, and then re-click the .exe in build output folder, does it still work normally?
    If you add breakpoints in your code, and then debug it, after the breakpoint is hit, you could use the option "Step Into(F11)" to debug the code one step by one step, maybe it is related to the specific line code. 
    If you get any information, please feel free to let me know.
    If still no help, please also attach your Visual Studio project, you can upload it to the one drive, and then share the download link in your post. Please also attach a screenshot image in your post.
    If there's any concern, please feel free to let me know.
    Sincerely,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • 1099 MISC output to Application Server Issue 2010 DME file

    Dear all,
    I have an issue where I cannot output my clients IRS file to our application server. Using program RFIDYYWT we enter the parameters. The output group is supposed to place the file on the application server, and create using the 2010 DME file.
    However, this is not happening.
    The strange thing is, I can use the 2009 DME file and create data for 2010. However, this will create it in the 2009 format which is not valid this year.
    The most interesting piece is that all of my output groups point to the application server, however I do not specify the file to go there during the program (RFIDYYWT) parameters. I just give my desktop. Still, the file will create on the application server using the 2009 DME.
    Again, this does not happen with the 2010 DME. Where is the program pulling the file path from?
    If I do specify the file path to the app server during the program parameters, it just creates it in binary. This is true for both the 2009 DME and the 2010 DME. Therefore, I am sure it is pulling a file path from somewhere else.
    Any suggestions?
    Thanks,

    Thanks Shannon, that was very helpful. We're going to go down the route of the OSS note which should address the issue.
    We still don't know why the system, in its as is state, acts the way it does. But with the FAQ attached to one of the notes I at least see how to fix it and go about it another way.
    Thanks again,
    David L.

  • Open Hub Destination with Application Server Issue

    Hi all,
    I have requriment that i need to save my monthly data in application server with the help of OPen Hub Destination.I have created an DSO
    on that DSO i have created an Open HUb with application server as target.When i store my every month file in application server that file name should be a per the system date.
    So i have Created an LOgical File----ztest_data
    Assgined Physical path to Logical File-----/usr/sap/<sysid>........
    created an Logical File name------Ztest_data_file....
    IN the open HUb i have selected Aplication Server as My target and i have checked the box.
    I have selected Logical FIle name and given the file name which i have created-----ztest_data_file...
    Runned DTP it is showing no errors,but when i check in AL11 ,in the path which i have given(/usr/sap/<sysyid>........,i couldnt find the file.....
    Please check this and let me know...
    Thanks In Advance,
    Bobby.

    Hi,
    Please check the link /people/jyothi.velpula/blog/2010/01/20/creating-open-hub-destination-using-a-logical-file-to-extract-the-data .
    Also is your DTP full or delta. Try running the DTP as Full.
    Hope it helps.
    Best Regards,
    Kush Kashyap

  • SAP 64bit Linux application server (Linux on Power) memory config issues

    Hello Everyone,
    Let me give some background. I have been tasked with replacing our AIX6.1 SAP application server with new Linux on Power servers (SLES11SP3)
    Our current production BW application servers (AIX) are running fine given their current setup. We are fine implementing the same size of the AIX systems on the new Linux systems, but we now have more room to grow in the fur, however when I tried to implement the Linux server using the same memory sizing I am getting runtime errors: "TSV_TNEW_PAGE_ALLOC_FAILED" with a specific user created program and process chain. The AIX servers do not run into this issue running the exact same program. When this process runs, it utilizes 3 BTC process for the program.
    Using the note 941735, I have tried to correctly setup the system using STD memory implementation, however I have a feeling that I am missing something or setup something incorrectly which is causing the above issue. Looking in ST02 here is the SAP buffer parameters for two of the systems. Perhaps someone might notice something that I am not see or point me in the right direction. Please let me know if more parameters from the profile are needed. Thanks!
    AIX system (existing):
    ztta/roll_area              6500000    Byte Roll area per workprocess (total)
    ztta/roll_first             1          Byte First amount of roll area used in a dialog WP
    ztta/short_area             3200000    Byte Short area per workprocess
    rdisp/ROLL_MAXFS            32768      8 kB Maximum roll file size
    rdisp/ROLL_SHM              16384      8 kB Part of roll file in shared memory
    rdisp/PG_SHM                16384      8 kB Part of paging file in shared memory
    rdisp/PG_LOCAL              150        8 kB Paging buffer per workprocess
    em/initial_size_MB          2027       MB   Initial size of extended memory
    em/blocksize_KB             4096       kB   Size of one extended memory block
    em/address_space_MB         4092       MB   Address space reserved for ext. mem. (NT only)
    em/global_area_MB           256        MB   Extended global memory
    ztta/roll_extension         2000000000 Byte Max. extended mem. per session (external mode)
    abap/heap_area_dia          2000000000 Byte Max. heap memory for dialog workprocesses
    abap/heap_area_nondia       2000000000 Byte Max. heap memory for non-dialog workprocesses
    abap/heap_area_total        2000000000 Byte Max. usable heap memory
    abap/heaplimit              250000000  Byte Workprocess restart limit of heap memory
    abap/use_paging             0               Paging for flat tables used (1) or not (0)
    abap/shared_objects_size_MB 20         MB   Shared objects
    Linux system (new):
    ztta/roll_area              6500352    Byte Roll area per workprocess (total)
    ztta/roll_first             1024       Byte First amount of roll area used in a dialog WP
    ztta/short_area             3200000    Byte Short area per workprocess
    rdisp/ROLL_MAXFS            131072     8 kB Maximum roll file size
    rdisp/ROLL_SHM              32768      8 kB Part of roll file in shared memory
    rdisp/PG_SHM                16384      8 kB Part of paging file in shared memory
    rdisp/PG_LOCAL              150        8 kB Paging buffer per workprocess
    em/initial_size_MB          4092       MB   Initial size of extended memory
    em/blocksize_KB             4096       kB   Size of one extended memory block
    em/address_space_MB         4096       MB   Address space reserved for ext. mem. (NT only)
    em/global_area_MB           256        MB   Extended global memory
    ztta/roll_extension         2000683008 Byte Max. extended mem. per session (external mode)
    abap/heap_area_dia          2000683008 Byte Max. heap memory for dialog workprocesses
    abap/heap_area_nondia       2000683008 Byte Max. heap memory for non-dialog workprocesses
    abap/heap_area_total        2000683008 Byte Max. usable heap memory
    abap/heaplimit              250609664  Byte Workprocess restart limit of heap memory
    abap/use_paging             0               Paging for flat tables used (1) or not (0)
    abap/shared_objects_size_MB 20         MB   Shared objects

    Yes sapconf has been installed. sapconf however only sets the kernel settings.
    I was able to resolve the issue by having Zero Admin tool using 'es/implementation = map' and setting the PHYS_MEMSIZE to the desired amount. Then commenting out all the values that are defaulted in the 32bit version of the memory management guide for linux and let it size many of the values. Then I simply copied those from st02. I updated the profile with those values to override default for  'es/implementation = std' and commented out PHYS_MEMSIZE as it is not needed. In a nut shell, the following parameters were updated.
    es/implementation = std
    em/address_space_MB = 4096
    em/blocksize_KB = 4096
    em/initial_size_MB = 14320
    em/max_size_MB = 14326
    rdisp/PG_MAXFS = 131072
    rdisp/PG_SHM = 16384
    rdisp/ROLL_MAXFS = 131072
    rdisp/ROLL_SHM = 131072
    ztta/roll_area = 6500352
    ztta/roll_extension = 4000000000
    ztta/roll_extension_dia = 4000000000
    ztta/roll_extension_nondia = 4000000000
    ztta/roll_first = 1

  • Issue with uploading XML file from application server into internal table

    i Need to fetch the XML file from the application server and place into internal table and i am getting error message while using the functional module   SMUM_XML_PARSE and the error message is "line   1 col   1-unexpected symbol; expected '<', '</', entity reference, character data, CDATA section, processing instruction or comment" and could you please let me know how to resolve this issue?  
        TYPES: BEGIN OF T_XML,
                 raw(2000) TYPE C,
               END OF T_XML.
    DATA:GW_XML_TAB TYPE  T_XML.
    DATA:  GI_XML_TAB TYPE TABLE OF T_XML INITIAL SIZE 0.
    DATA:GI_STR TYPE STRING.
    data:  GV_XML_STRING TYPE XSTRING.
    DATA: GI_XML_DATA TYPE  TABLE OF SMUM_XMLTB INITIAL SIZE 0.
    data:GI_RETURN TYPE STANDARD TABLE OF BAPIRET2.
        OPEN DATASET LV_FILE1 FOR INPUT IN TEXT MODE ENCODING DEFAULT.
        IF SY-SUBRC NE 0.
          MESSAGE 'File does not exist' TYPE 'E'.
        ELSE.
          DO.
    * Transfer the contents from the file to the work area of the internal table
            READ DATASET LV_FILE1 INTO GW_XML_TAB.
            IF SY-SUBRC EQ 0.
              CONDENSE GW_XML_TAB.
    *       Append the contents of the work area to the internal table
              APPEND GW_XML_TAB TO GI_XML_TAB.
            ELSE.
              EXIT.
            ENDIF.
          ENDDO.
        ENDIF.
    * Close the file after reading the data
        CLOSE DATASET LV_FILE1.
        IF NOT GI_XML_TAB IS INITIAL.
          CONCATENATE LINES OF GI_XML_TAB INTO GI_STR SEPARATED BY SPACE.
        ENDIF.
    * The function module is used to convert string to xstring
        CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
          EXPORTING
            TEXT   = GI_STR
          IMPORTING
            BUFFER = GV_XML_STRING
          EXCEPTIONS
            FAILED = 1
            OTHERS = 2.
        IF SY-SUBRC <> 0.
          MESSAGE 'Error in the XML file' TYPE 'E'.
        ENDIF.
      ENDIF.
      IF GV_SUBRC = 0.
    * Convert XML to internal table
        CALL FUNCTION 'SMUM_XML_PARSE'
          EXPORTING
            XML_INPUT = GV_XML_STRING
          TABLES
            XML_TABLE = GI_XML_DATA
            RETURN    = GI_RETURN.
      ENDIF.
      READ TABLE GI_RETURN TRANSPORTING NO FIELDS WITH KEY TYPE = 'E'.
      IF SY-SUBRC EQ 0.
        MESSAGE 'Error converting the input XML file' TYPE 'E'.
      ELSE.
        DELETE GI_XML_DATA WHERE TYPE <> 'V'.
        REFRESH GI_RETURN.
      ENDIF.

    Could you please tel me  why the first 8 lines were removed, till <Soap:Body and also added the line <?xml version="1.0" encoding="UTF-8"?> in the beggining .
    Becuase there will be lot of  XML files will be coming from the Vendor daily and that should be uploaded in the application server and should update in the SAP tables based on the data in the XML file.
    what information i need to give to vendor that do not add the first 8 lines in the XML file and add the line in the beggining <?xml version="1.0" encoding="UTF-8"?>   ??????
    Is there any other way we can do with out removing the lines?

  • Issue: XML File Downloading to Application Server

    Hi All,
    I am experiencing an issue downloading an XML File to the Application Server.
    I'm using FM SAP_CONVERT_TO_XML_FORMAT to convert SAP data to XML Format.
    After getting the XML data into XMLTAB, I'm using:
    OPEN DATASET pfile_fs FOR OUTPUT IN BINARY MODE .
         LOOP AT xmltab INTO xmltab_w.
         TRANSFER xmltab_w TO pfile_fs.
          CLEAR xmltab_w.
         ENDLOOP.
       CLOSE DATASET pfile_fs.
    The xml file is downloaded show an Error in 'XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    Invalid at the top level of the document. Error processing resource 'file:/shared/TEST/2009'
    But when i download xml file using the FM  WS_Download , the XML page has no errors .
    I am unable to figure out what could be the issue, If this issue is due to some characters like Chinese or Japanese then .. is there any solution for this .
    Please, give me your valuable suggestions.
    Thank you,
    Prasead

    Dear Prasead,
            Hope things are good at your end, i have got the same issue as well, could you please care to share the solution...Wud be of a gr8 help if you could do that, hope to have your response back.
    Regards,
    Abdul.

  • Issue in Uploading file to application server

    Hi folks,
    I need to transfer data to excel file on application server but i am facing issues while doing so.
    I am working on ECC6.0 system.
    I am trying with this code and it giving dump error on transfer command.
    w_file = '/usr/data/020//varun.xls'.
    OPEN DATASET w_file for input in text mode encoding non-unicode.
    LOOP AT T_MARD.
    TRANSFER string to w_file.
    endloop.
    CLOSE DATASET w_file.
    Please help.
    Is there any other way to do so please let me know

    Hi Got the solution :-
    If the data to be transferred is having all characters then we can use this:-
    OPEN DATASET w_file for output in text mode encoding non-unicode.
    if sy-subrc eq 0.
       LOOP AT T_MARD into wa_mard.
            TRANSFER wa_mard to w_file.
       endloop.
    endif.
    CLOSE DATASET w_file.
    If all the data is not in char then - declare a char strinf of the table length.
    Data: loc_string(300) type c.
    OPEN DATASET w_file for output in text mode encoding non-unicode.
    if sy-subrc eq 0.
       LOOP AT T_MARD into wa_mard.
          CALL FUNCTION 'HR_99S_COPY_STRUC1_STRUC2'
            EXPORTING
              p_struct1 = wa_mard
            IMPORTING
              p_struct2 = loc_string.
            TRANSFER loc_string to w_file.
       endloop.
    endif.
    CLOSE DATASET w_file.
    Thanks for the help

  • Install PeopleTools 8.53 with Linux Issue: Boot Application Server Domain PT853 using psadmin

    Folks,
    Hello. I am installing PeopleTools 8.53 Internet Architecture. Database Server is Oracle Database 11gR1. OS is Oracle Linux 5.
    I confront the issue regarding booting Application Server Domain PT853 while Database Server is listening as below:
    [user@userlinux PT8.53]$ . ./psconfig.sh
    [user@userlinux appserv]$ export SYSTEM_PASS=SYS/SYS
    [user@userlinux appserv]$ export ORACLE_HOME=/home/user/OracleDB_Home
    [user@userlinux appserv]$ export  ORACLE_SID=PT853
    [user@userlinux appserv]$ export TUXDIR=/home/user/Oracle/Middleware/tuxedo11gR1
    [user@userlinux appserv]$ export LD_LIBRARY_PATH=$TUXDIR/lib:$LD_LIBRARY_PATH
    [user@userlinux appserv]$ export PATH=$TUXDIR/bin:$PATH
    [user@userlinux appserv]$ ./psadmin
    Its output gets 2 errors in the current server log file /home/user/psft/pt/8.53/appserv/PT853/LOGS/APPSRV_0919.LOG as below:
    First, GenMessageBox(200, 0, M): PS General SQL Routines: Missing or invalid version of SQL library libpsora64 (200,0)
    Second, GenMessageBox(0, 0, M): Database Signon: Could not sign on to database PT853 with user PSADMIN.
    I create a symlink in /home/user/OracleDB_Home/lib and /lib32 as below:
    [user@userlinux lib]$ ln -s libclntsh.so.11.1 libclntsh.so.8.0
    [user@userlinux lib32]$ ln -s libclntsh.so.11.1 libclntsh.so.8.0
    After that, I run ./psadmin to boot the domain PT853 again, I see the first error is solved. Now, there is only one error in the current server log file /home/user/psft/pt/8.53/appserv/PT853/LOGS/APPSRV_0924.LOG is below:
    GenMessageBox(0, 0, M): Database Signon: Invalid user ID or password for database signon. (id=MyOwnerName)
    Server failed to start
    I have changed UserId as PSADMIN in Configuration file, purge cache and clean IPC resources and reboot. Password is correct. But the error always indicates id=MyOwnerName.
    Application Designer login as PSADMIN successfully. Data Mover Bootstrap login as MyOwnerName successfully.
    My question is:
    Why both PSADMIN and MyOwnerName are invalid user ID or password for database signon ? How to solve the issue ?
    Thanks.

    As stated in the installation manual there are a few prerequisites in chapter CHAPTER 8B Configuring the Application Server on UNIX page 238
    Prerequisites
    Before beginning this procedure, you should have completed the following tasks:
    Installed your application server.
              See "Using the PeopleSoft Installer," Understanding PeopleSoft Servers
    Installed Tuxedo 11gR1
         See "Installing Additional Components."
    Granted authorization to a PeopleSoft user ID to start the application server.
         The database configuration procedure includes a step for setting up the user ID with authorization to start
         the application server. See the application-specific installation instructions for information on the user IDs
         for your PeopleSoft application. See the PeopleTools: Security Administration product documentation
         for information on PeopleSoft PeopleTools delivered user profiles.
         See "Creating a Database on UNIX," Running the Database Configuration Wizard.
         See "Creating a Database Manually <on Windows or UNIX>," Creating Data Mover Import Scripts.
    Run the following SQL statements on your database server to review and if needed, update the PSCLASSDEFN table:
         SELECT CLASSID, STARTAPPSERVER FROM PSCLASSDEFN
         WHERE CLASSID IN (SELECT OPRCLASS FROM PSOPRCLS WHERE OPRID='<OPRID>');
         UPDATE PSCLASSDEFN SET STARTAPPSERVER=1 WHERE CLASSID='<CLASSID>';
    Note. Installers typically use VP1 or PS to test the application server. If these users are deleted or their
    passwords are changed, the application server will no longer be available. To avoid this problem, you can set
    up a new operator (called PSADMIN or PSASID, for instance) with privileges to start the application server.
    If you do this, you can use the new operator for your servers and you won't need to change the
    password each time VP1 or PS is changed.
    Does you user have privileges to start the applications server.
    Also pay attention to the connectid configuration in the application server. This should be the same connectid and password as you provided during the database creation script connect.sql

  • Oracle Application Server 10g thread stuck issue.

    We are having,
    Oracle Application Server 10g [10.1.3.1 + 10.1.3.4patch] along with Oracle Http Server 2.0
    Now there is a issue of thread stuck [some application threads taking longer times] due to which the application server is unable to respond and sometimes it reinits the oc4j instance.
    => Is there any setting to increase the Thread Stuck Time in OAS.
    => Is there any setting to stop the auto reinit of oc4j instance.
    => Does the auto re init of oc4j get logged in opmn.log as well as in service.log.
    It will be really helpful if any advice on the same.
    Thanks in advance...
    ManojC

    Look in httpd.conf file anything that is like thread in there you will find a simple description of the Directives.
    Greetings.

  • Oracle Application server related issue

    My application is developed using Oracle Developer suite 10g (10.1.2.0.2 ) and deployed in Oracle Application Server 10g R2 (10.1.2.0.2) in windows 2003 32 bit and its working fine.
    My issue is as follows
    1. Since Oracle Application Server 10g R2 (10.1.2.0.2) is not supported in windows 2008 64 bit, pls advise what version of Application Server 10g i should use. Please note that my
    programs are developed using Oracle Developer suite 10g (10.1.2.0.2 ).
    2. If i want to move to next development version (ie forms / Reports 11g) , which version of application server should i use.
    Joe

    The 2nd disk is Companion CD. It contains the install files for other components.
    For instance, If you want to install Oracle HTTP Server only, then you use the companion CD to do so. It has many other individual installations.
    Aalap Sharma :)

  • Oracle BIEE installation issue: Application Server default OC4J name error

    Hi all,
    I am installing OBIEE 10.1.3.3.2 windows 32bit version on windows 2003 sp2. Before the installation I have installed the JDK 5 and Application Server 10.1.3.1.0(J2EE Server and Web Server) on the same server according to the pre-install section in the OBIEE installation guide.
    When I install OBIEE (advanced installation), I got the error when I specify the Oracle Application server location:
    Please specify a valid Oracle Application Server 10g installation location. A valid Oracle Application Server 10g installation must have the default OC4J instance named home and that home OC4J instance must be enabled.
    When I install the Application Server 10.1.3.1.0, I have change the default OC4J name to "oc4j-soa", I think this is the root reason I got the error. I have tried to create another OC4J instance named "home", but failed coz the name is used for another directory.
    Then can I have another way to continue the installation? Why OBIEE installer have this strange constrain while not any words about this issue in the installation guide (coz I follow the each steps in the guild before I take action)? I have search some threads and the only information is to install a simple installation, but it would create another application server..... and the simple installation type is not what I want.
    Can anybody give me some hint or information about this issue? otherwise I have to purge and reinstall the server...... Thanks
    Scott

    Reinstalling the App Server and naming oc4j instance to be called "home" resolves the issue but this is an odd requirement. I have an OC4J instance already running and it is named something else. Is there any other alternative to make this work?
    Swapan.
    PS. I can always create a new oc4j instance named "home" but this is wasting of server resources.

  • Oracle Application Server 10.1.3.1 installation issue

    Hi,
    I am trying to install Oracle Applicaiton server on linux and i have installed it on similar boxes before without any issues, however this time around after i am done with the installation, it is not showing me the enterprise console. It gives a successful installation message but with the following message.
    Application Server Control Console is not running in this instance of Oracle Application Server. You can manage this instance remotely through another instance of Oracle Application Server that is configured to run Application Server Control Console.
    What should I do to get the admin console. I also looking around and saw but emctl utitlity is not there in ORACLE_HOME/bin
    Edited by: user9938780 on Dec 11, 2008 11:34 AM

    the 10.1.3.1 version does not use emctl
    if you do a opmnctl status -app you can see your applications, one of them is ascontrol
    you can reach the emconsole through http://hostname:7777/em
    to start you can issue opmnctl startproc application=ascontrol
    reg
    Michel
    Edited by: MichelS on Dec 11, 2008 11:53 AM
    Edited by: MichelS on Dec 11, 2008 11:54 AM

Maybe you are looking for

  • Is it possible to change the number of rows to be displayed in adf query ?

    Hello, is it possible to change the number of rows that are displayed in an adf query similar to an adf form ? I need to display approx 5 rows per column instead of displaying all the fields in a single column ? Thanks.

  • Connection between two fact tables.

    I have a problem in OBIEE 10.1.3.2: I have two fact tables A and B. Both tables have three columns - time_id, position_id and valuea (table A), time_id, position_id and valueb (table B). I have dimensions TIME (id, time) and POSITION (id, post). Fact

  • How to add an upbeat note at the beginning of song?

    At the beginning of some songs you have that first up beat before the first down beat of a 4/4. Is there a way to add this on an ipad version? Thanks for your help!

  • DI Server and IIS on different physical Servers

    Hi all, I'm pretty new to this topic regarding Web-Services and DI-Server. We are trying to build a solution which enables a customer to change BP-data through the internet. In the DI-Server Sample program from SAP I've found a reference to the SBODI

  • Convert named access list to line numbers

    I printed out a document months ago which has since then disappeared into my mountains of paperwork. Somewhere in that document listed a command that converted an extended, named access list to one with line numbers. I even recall that you could inpu