Application server specific issue: Partner Func not shown up in VA01/02/03

Hi,
I got a strange problem in our system.
We have 6 application servers in our ECC6.0 system, only one application server has this problem. If we log on to that server, in VA01/VA02/VA03, the partern function view for both header and item are empty, but if we log on to other server, the partner function is listed correctly.
The sub screen of the partner function is in program SAPLV09C, screen 1000, when I debug that screen on that server, the PBO module update_subscreen_data_1000 does not execute subroutne set_listbox_data_1000, which I can not expain why.
Does anyone encountered such strange problem, any hint?
Thanks, Ke

Well, the symptom is:
Normally in the SO header, partner tab, we can see a drop up box display range with value PARALL (All parnters), you can change the display range to other values, like "All vendors" or "All employee".In the table control below the list box, we can see different partner functions, like Sold-to, Ship-to, bill to and payer,etc.
But if we log on this specific application server, in that screen, we can only the value "All partners" in the list box, in the table control, no partner function is listed.
If I debug the program SAPLV09C, PBO update_subscreen_data_1000, the program logic won't go into subroutine set_listbox_data_1000, and subroutines like update_data_from_v09a, set_tc_data_1000, etc are all skipped.
Regards, Cliff

Similar Messages

  • Wut 118 application server file abc.prn does not exist or is of zero length

    dear members,
    I am printing a character mode report which gives the following error:
    "wut 118 application server file c:\abc.prn does not exist or is of zero length"
    my code on when-button-pressed is here:
              declare
                   repid REPORT_OBJECT;
                   v_rep VARCHAR2(200);
                   rep_status VARCHAR2(50);
                   report_name varchar2(100);
                   v_path varchar2(200);
                   rep_server varchar2(50);
              BEGIN
                   select parameter into rep_server from mis where parameter_type = 'REPORT_SERVER';
                   report_name := 'C:\TEMP\abc.prn';
                   repid := find_report_object('reports');
                   SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,:global.report_path||'abc123.rdf');
                   SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,BATCH);
                   SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
                   SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,FILE);
                   SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,:global.report_path||'dflt.prt');
                   SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESNAME,report_name);
                   SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,REP_SERVER);
    PF_FGOWGPNO='||:FG_DISPATCH_M.FGOWGPNO||' PF_FISCAL_YEAR='||:FG_DISPATCH_M.XFISCAL_YEAR||:FG_DISPATCH_M.XFISCAL_YEAR||' P_USERNAME='||:DUMMY.USER);
    PF_FGOWGPNO='||:FG_DISPATCH_M.FGOWGPNO||' PF_FISCAL_YEAR='||:FG_DISPATCH_M.XFISCAL_YEAR);
                   SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'paramform=no PF_FGOWGPNO='||:FG_WH_INTERCHANGE.FG_TRANSIT_ID||' PF_FISCAL_YEAR='||:FG_WH_INTERCHANGE.XFISCAL_YEAR||' PRINT_IT='||:DUMMY.PRINT_IT);
                   v_rep := RUN_REPORT_OBJECT(repid);
                   rep_status := REPORT_OBJECT_STATUS(v_rep);
                   WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED') LOOP
                        rep_status := report_object_status(v_rep);
                   END LOOP;
                   IF rep_status = 'FINISHED' THEN
                        --WEB.SHOW_DOCUMENT('/reports/rwservlet/getjobid'||substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=repsrv10g','_blank');
                        NULL;
                   ELSE
                        message('Error when running report');
                   END IF;
                   exception
                        when others then
                        message(sqlerrm);
                        raise form_trigger_failure;
                   END;
                   declare
                        a boolean;
                   begin
                        a := webutil_file_transfer.as_to_client('c:\temp\abc.prn','c:\temp\abc.prn');
                   end;               
                   begin
                        client_host('cmd start /c type c:\temp\abc.prn > prn');
                   exception
                        when others then null;
                   end;Regards:

    Disregard my last. I see what you are doing. You are using file transfer to move the file to the local machine. It was confusing because the paths are the same.
    I would suggest adding a SYNCHRONIZE after the file transfer and before the attempt to print. It might even be a good idea to add some error handling code to verify that the file has been copied and can be found. This will allow you to better deal with situations where the file doesn't get written for some reason. WebUtil offers some functions to check for file existence and size.
    Also, if you are using Java 7U21, this may cause some issues with your CLIENT_HOST call.

  • 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 Application Server 10g R3 documentation link not working

    The Oracle Application Server 10g R3 documentation link is not working:
    From otn.oracle.com if you click on Documentation and then select Application Server it is supposed to take you to http://www.oracle.com/technology/documentation/appserver.html but the link is broken.
    Can someone from OTN please look into this? I really need this documentation.
    Thanks,
    [email protected]

    Issue resolved; thanks.
    Cheers, OTN

  • Application Server Configuration Issue - Issuing commands on the UNIX OS

    Hi. The Forms folks thought it might be good to post my issue here as they believe my issue might be with the configuration of the application server. So here goes....
    Hi. I'm running Forms 10g on UNIX (newbie). My first attempt at the Host command is this (in a when-button-click trigger):
    cl := 'ls -ltr > /ttms/flatfile/steve_test.txt';
    message (cl);
    message (cl);
    host(cl);
    I know the code is running. My message displays the 'cl' variable exactly as I would execute it from the UNIX command line, but my text file is never created. There are no errors and the form runs as I would anticipate...just no file created.
    If I issue the same command after having logged into the UNIX box then the file is created just fine.
    Any suggestions as to what I might be doing wrong?

    Hi Buechler,
    I think indeed this a Forms forum issue. As you might know, the host command is executed on the server where Forms is installed, not the client. Also, the host command is executed as user ORACLE instead of Window's SYTEM user.
    When you're doing your "cl := 'ls -ltr > /ttms/flatfile/steve_test.txt';". In which directory are you in? Do you have read-privileges to that directory? Do you have write-privileges to the /ttms/flatfile/ directory?
    Regards,
    Martin

  • Application Server Control Panel page will not load

    I am new to Oracle Application Server and need some assistance to determine why the Application Server Control Page will not load after entering the username/password for ias_admin. I have just installed Oracle Application Server 10g (10.1.2) on Redhat Linux.
    The Listener and the Repository Database are up. I have successfully started the processes for the OracleAS Infrastructure instance with:
    $ORACLE_HOME/opmn/bin/opmnctl startall
    I have successfully started the OracleAS Console with:
    $ORACLE_HOME/bin/emctl start iasconsole
    I ran "emctl status iasconsole" and received:
    http://localhost.localdomain:1810/emd/console/aboutApplication
    Oracle Enterprise Manager 10g Application Server Control is running
    Logs are generated in Directory ...../sysman/log
    I ran "opmnctl status" and received:
    Process in Instance: oraappserv1.localhost.localdomain
    ias component process type pid status
    LogLoader logloader N/A Down
    DSA DSA N/A Down
    dcm-daemon dcm-daemon 0 None
    HTTP_Server HTTP_Server 6180 Alive
    OC4J OC4J_SECURITY N/A Down
    OID OID 6199 Alive
    I can bring up the "Welcome to Oracle Application Server 10g Release 2 (10.1.2)" web page successfully with "http//<host>:7777".
    My problem arises after I click on the link for " log on to Oracle Enterprise Manager 10g Application Server Control". I enter the username/pwd for ias_admin and then progress bar on the status bar of the browser goes so far and stops. The Application Server Page will not render.
    Can someone point me into the direction of what to check, whether its an enviromental setting for linux or a configuration issue with the Application Server?
    note: that the status bar for the browser shows "shortcut to localhost.local domain" when highlighting the link " log on to Oracle Enterprise Manager 10g Application Server Control". This is different than <host> specified in the URL to render the welcome page. I would't think this to be an issue because the login screen came up and it also appears in the results of the emctl status iasconsole and opmnctl status commands.
    Thanks in advance for your assistance.

    Emilio, note implies emagent core dumps. If that is the case emctl would (hopefully) not return status "ok".
    Here is my output with sysman oc4j running but emagent gone (AS 9.0.4):
    $ emctl status iasconsole
    Oracle Enterprise Manager 10g Application Server Control 9.0.4.1.0
    Copyright (c) 1996, 2004 Oracle Corporation. All rights reserved.
    EM Daemon is not running.
    Also, if you login to AS Control does it redirect browser to http://localhost.localdomain/... ?

  • Oracle Application Server Install Issue

    Gurus,
    There were 2 CD/DVDS (media) sent for the Oracle Application Server Install, but the Oracle Universal Installer did not ask for the 2nd CD while doing the Install, is this normal or I am not sure I missed any steps while installing the 1st CD/DVD.
    I was waiting that it would ask for the IInd CD/DVD, But it never? but the Install looked clean and exited clean without any error.
    Please advice.
    Thanks
    Sheik

    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 Applications Server Reports Issue

    Dear All,
    When running a report in application server 10g release2(10.1.2). It's showing a error message
    "Terminated with error: <br>REP-56109: Job 119651 is terminated due to connection timeout."
    Anyone can tell me a procedure to rectify this error. I am struck in development due to this not able to proceed further.
    Version Used:
    Reports 10.1.2.0.2
    Data Base 11.1.0.7.0
    Application server 10g release2(10.1.2)
    Note: This error occurred only in application server.where in local report builder it is working fine.

    Hi,
    We have configured data base properly. This kind of problem we are facing in few reports.
    apart that many other reports are working fine. however this reports are must to the customer for their MIS information.
    Please advise us for a solution
    Thanks & Regards
    Dhamodaran

  • HFM server configuration - Application Server Clusters Issue

    Hi,
    When I am tryin to get into the second tab (Application Server Clusters)of the HFM configuration utility(server and webconfigurtion):
    I am getting the below ERROR
    +" There must be a valid Database Connection in order to set Application Sever Clustering. Please check and apply a working UDL file."+
    Database and server I am using:_
    I have Oracle database: Oracle Enterprise Manager Version 9.2.1.0
    on Windown 2003 SP1 server
    I created a UDL file and also tested it. The test connection was successful. I am using the provider for udl: "Microsoft OLE DB Provider for Oracle)
    +PS: I am through with the first tab "Application Server"..+
    Belolw is the log.. may be this will be useful.
    Error*11*Administrator*11/09/2009 10:47:08*CHsxHFMConnection.cpp*Line 909*<?xml version="1.0"?>
    <EStr><Ref>{DFCB5E4F-0940-4993-84A1-1F7568F670CB}</Ref><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147220956</Num><Type>1</Type><DTime>11/9/2009 10:47:08 AM</DTime><Svr>HFMSERVER</Svr><File>CHsxHFMConnection.cpp</File><Line>909</Line><Ver>9.3.1.0.1502</Ver></ESec></EStr>
    Error*11*Administrator*11/09/2009 10:47:08*HfmADOConnection.cpp*Line 262*<?xml version="1.0"?>
    <EStr><Ref>{1290DF08-9EC5-45B5-B846-38EA0D58E2CE}</Ref><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147220956</Num><Type>1</Type><DTime>11/9/2009 10:47:08 AM</DTime><Svr>HFMSERVER</Svr><File>HfmADOConnection.cpp</File><Line>262</Line><Ver>9.3.1.0.1502</Ver><DStr>&lt;?xml version="1.0"?&gt;
    &lt;EStr&gt;&lt;Ref&gt;{DFCB5E4F-0940-4993-84A1-1F7568F670CB}&lt;/Ref&gt;&lt;User/&gt;&lt;DBUpdate&gt;1&lt;/DBUpdate&gt;&lt;ESec&gt;&lt;Num&gt;-2147220956&lt;/Num&gt;&lt;Type&gt;1&lt;/Type&gt;&lt;DTime&gt;11/9/2009 10:47:08 AM&lt;/DTime&gt;&lt;Svr&gt;HFMSERVER&lt;/Svr&gt;&lt;File&gt;CHsxHFMConnection.cpp&lt;/File&gt;&lt;Line&gt;909&lt;/Line&gt;&lt;Ver&gt;9.3.1.0.1502&lt;/Ver&gt;&lt;/ESec&gt;&lt;/EStr&gt;
    </DStr><PSec><Param>C:\Hyperion\FinancialManagement\Server Working Folder\hfmlink.udl</Param></PSec></ESec></EStr>
    Error*11*Administrator*11/09/2009 10:47:08*CHsxSQLHelper.cpp*Line 102*<?xml version="1.0"?>
    <EStr><Ref>{1290DF08-9EC5-45B5-B846-38EA0D58E2CE}</Ref><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147220956</Num><Type>1</Type><DTime>11/9/2009 10:47:08 AM</DTime><Svr>HFMSERVER</Svr><File>HfmADOConnection.cpp</File><Line>262</Line><Ver>9.3.1.0.1502</Ver><DStr>&lt;?xml version="1.0"?&gt;
    &lt;EStr&gt;&lt;Ref&gt;{DFCB5E4F-0940-4993-84A1-1F7568F670CB}&lt;/Ref&gt;&lt;User/&gt;&lt;DBUpdate&gt;1&lt;/DBUpdate&gt;&lt;ESec&gt;&lt;Num&gt;-2147220956&lt;/Num&gt;&lt;Type&gt;1&lt;/Type&gt;&lt;DTime&gt;11/9/2009 10:47:08 AM&lt;/DTime&gt;&lt;Svr&gt;HFMSERVER&lt;/Svr&gt;&lt;File&gt;CHsxHFMConnection.cpp&lt;/File&gt;&lt;Line&gt;909&lt;/Line&gt;&lt;Ver&gt;9.3.1.0.1502&lt;/Ver&gt;&lt;/ESec&gt;&lt;/EStr&gt;
    </DStr><PSec><Param>C:\Hyperion\FinancialManagement\Server Working Folder\hfmlink.udl</Param></PSec></ESec><ESec><Num>-2147220956</Num><Type>0</Type><DTime>11/9/2009 10:47:08 AM</DTime><Svr>HFMSERVER</Svr><File>CHsxSQLHelper.cpp</File><Line>102</Line><Ver>9.3.1.0.1502</Ver></ESec></EStr>
    Error*11*Administrator*11/09/2009 10:47:08*CHsxSystemConfig.cpp*Line 2508*<?xml version="1.0"?>
    <EStr><Ref>{1290DF08-9EC5-45B5-B846-38EA0D58E2CE}</Ref><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147220956</Num><Type>1</Type><DTime>11/9/2009 10:47:08 AM</DTime><Svr>HFMSERVER</Svr><File>HfmADOConnection.cpp</File><Line>262</Line><Ver>9.3.1.0.1502</Ver><DStr>&lt;?xml version="1.0"?&gt;
    &lt;EStr&gt;&lt;Ref&gt;{DFCB5E4F-0940-4993-84A1-1F7568F670CB}&lt;/Ref&gt;&lt;User/&gt;&lt;DBUpdate&gt;1&lt;/DBUpdate&gt;&lt;ESec&gt;&lt;Num&gt;-2147220956&lt;/Num&gt;&lt;Type&gt;1&lt;/Type&gt;&lt;DTime&gt;11/9/2009 10:47:08 AM&lt;/DTime&gt;&lt;Svr&gt;HFMSERVER&lt;/Svr&gt;&lt;File&gt;CHsxHFMConnection.cpp&lt;/File&gt;&lt;Line&gt;909&lt;/Line&gt;&lt;Ver&gt;9.3.1.0.1502&lt;/Ver&gt;&lt;/ESec&gt;&lt;/EStr&gt;
    </DStr><PSec><Param>C:\Hyperion\FinancialManagement\Server Working Folder\hfmlink.udl</Param></PSec></ESec><ESec><Num>-2147220956</Num><Type>0</Type><DTime>11/9/2009 10:47:08 AM</DTime><Svr>HFMSERVER</Svr><File>CHsxSQLHelper.cpp</File><Line>102</Line><Ver>9.3.1.0.1502</Ver></ESec><ESec><Num>-2147220956</Num><Type>0</Type><DTime>11/9/2009 10:47:08 AM</DTime><Svr>HFMSERVER</Svr><File>CHsxSystemConfig.cpp</File><Line>2508</Line><Ver>9.3.1.0.1502</Ver></ESec></EStr>
    Can someone help me on this?

    This issue has been resolved.
    I was using the wrong proveder in the UDL file.
    The correct provider to be used is " Oracle Provider for OLE DB" - when we are running on Oracle database.
    Cheers..

  • Application Server failed to start- Could not sign on to database HR91

    Hello there,
    I am not able to boot App Server Domain (started but the status is idle.) In the log, i also find the message that
    PSBRKDSP_dflt.452 (0) [04/01/11 23:35:53](0) PeopleTools Release 8.51 (WinX86) starting. Tuxedo server is PUBSUB(98)/100
    PSPUBDSP_dflt.2996 (0) [04/01/11 23:35:53](0) PeopleTools Release 8.51 (WinX86) starting. Tuxedo server is PUBSUB(98)/200
    PSSUBDSP_dflt.2324 (0) [04/01/11 23:35:53](0) PeopleTools Release 8.51 (WinX86) starting. Tuxedo server is PUBSUB(98)/300
    PSBRKDSP_dflt.452 (0) [04/01/11 23:35:53](0) Cache Directory being used: C:\Users\Administrator\psft\pt\8.51\appserv\HR91\CACHE\PSBRKDSP_dflt_100\
    PSBRKDSP_dflt.452 (0) [04/01/11 23:35:53](1) GenMessageBox(200, 0, M): PS General SQL Routines: Missing or invalid version of SQL library PSORA (200,0)
    PSBRKDSP_dflt.452 (0) [04/01/11 23:35:53](1) GenMessageBox(0, 0, M): Database Signon: Could not sign on to database HR91 with user PS.
    PSPUBDSP_dflt.2996 (0) [04/01/11 23:35:54](0) Cache Directory being used: C:\Users\Administrator\psft\pt\8.51\appserv\HR91\CACHE\PSPUBDSP_dflt_200\
    PSPUBDSP_dflt.2996 (0) [04/01/11 23:35:54](1) GenMessageBox(200, 0, M): PS General SQL Routines: Missing or invalid version of SQL library PSORA (200,0)
    PSPUBDSP_dflt.2996 (0) [04/01/11 23:35:54](1) GenMessageBox(0, 0, M): Database Signon: Could not sign on to database HR91 with user PS.
    PSSUBDSP_dflt.2324 (0) [04/01/11 23:35:54](0) Cache Directory being used: C:\Users\Administrator\psft\pt\8.51\appserv\HR91\CACHE\PSSUBDSP_dflt_300\
    PSSUBDSP_dflt.2324 (0) [04/01/11 23:35:54](1) GenMessageBox(200, 0, M): PS General SQL Routines: Missing or invalid version of SQL library PSORA (200,0)
    PSSUBDSP_dflt.2324 (0) [04/01/11 23:35:54](1) GenMessageBox(0, 0, M): Database Signon: Could not sign on to database HR91 with user PS.
    PSBRKDSP_dflt.452 (0) [04/01/11 23:35:54](0) Server failed to start
    PSPUBDSP_dflt.2996 (0) [04/01/11 23:35:54](0) Server failed to start
    PSSUBDSP_dflt.2324 (0) [04/01/11 23:35:54](0) Server failed to start
    Below is the information of my configuration file.
    [Startup]
    ;=========================================================================
    ; Database Signon settings
    ;=========================================================================
    DBName=HR91
    DBType=ORACLE
    UserId=PS
    UserPswd=PS
    ConnectId=people
    ConnectPswd=peop1e
    ServerName=HR91
    StandbyDBName=
    StandbyDBType=
    StandbyUserId=
    StandbyUserPswd=
    [Database Options]
    ;=========================================================================
    ; Database-specific configuration options
    ;=========================================================================
    SybasePacketSize=
    UseLocalOracleDB=0
    ;ORACLE_SID=
    EnableDBMonitoring=1
    PSDB Maximum Cursors=
    [Security]
    ;=========================================================================
    ; Security settings
    ;=========================================================================
    Validate Signon with Database=0
    DomainConnectionPwd=PS
    Also, i can use PS/PS log into the Datamover but can not use them to log into the application designer
    Any help will be appreciated...
    Thank you

    bandar wrote:
    When you have a oracle server running on the same physical machine, why do you need client to support your needs?
    As you said, your oracle client installation might be an error, u can always point BIN on app server to your server installation and start the server.That was true up to Oracle 11.1 because the 32bit librairies were shipped in ORACLE_HOME even if that one was a 64bit installation.
    It has been dramatically changed within Oracle 11.2 though. The 32bit libraries are not coming anymore within the Oracle 11.2 64bit, you have to explicitely install a 11.2 32bit client to make it work with Peoplesoft on Windows. And configure your Peoplesoft installation to work within that 32bit client.
    Consequently, if you have all together installed on the same server (Oracle database 11.2 64bit and Peoplesoft), you must have two Oracle homes : one for the 64bit database, one for the 32bit client.
    Nicolas.

  • Application server connection issue with jdev

    Hi,
    we have a fusion application instance, deployed in amazon cloud. I am able to connect to this instance/console using the browser.
    I am able to login to weblogic - console, so credentials and everything is correct, now when I am giving same information in jdeveloper and trying connecting using jdev.
    its failing 7 out or 9 tests which jdev do for connectivity. We have checked the proxy settings, but its not an issue, no proxy settings there.
    Now we have almost check all forms and connection issues, but no help yet. Looking for immediate support.
    Thanks in advance for any support.
    -Vipin

    Hi Oliver,
      Thanks for the quick response, this is ouput
    Testing JSR-160 Runtime           
    ... failed.
    Cannot establish connection.
    Testing JSR-160 DomainRuntime     
    ... skipped.
    Testing JSR-88                    
    ... skipped.
    Testing JSR-88-LOCAL              
    ... skipped.
    Testing JNDI                      
    ... skipped.
    Testing JSR-160 Edit              
    ... skipped.
    Testing HTTP                      
    ... success.
    Testing Server MBeans Model       
    ... skipped.
    Testing HTTP Authentication       
    ... success.
    2 of 9 tests successful.
    Thanks
    Vipin Kumar

  • Application Server performance  issues

    I am a DBA consultant at a county government site that recently went live on FSCM 9.1 using Tools 8.53.04 Running Windows Server with MS-SQL Server 2012
    A problem has started with our two Prod App Servers. There are a few hundred Accounting users on the system and they have been reporting extreme slowness going page to page, and many times getting kicked out of the system. I have launched Process Explorer, Resource Monitor, Task Manager on both App Serves and found individual PSAPPSRV processes peaking as high as 39% CPU and then bouncing down to 2%, back up to 17%, and all over the map
    In PSADMIN I ran TMAdmin and shut down and then rebooted the individual processes that had the high cpu usage, but they spiked back up.
    So we sent out a message for users to log off and bounced both app servers and cleared app server cache, however that didn't fix it either. This is the first time this has happened, so we ar soliciting feedback from other PS/MS-SQL DBA's to see if they have experienced this and how they handled it.
    We looked at resources and each App Server (they are virtual) have only 16 GB of ram and each has two Opteron 2.79 Ghz processors. So we are thinking it is a resource problem, however this situation has not happened before
    Thanks in advance
    2944096

    The problem is there is no service timeout for the PSAPPSRV process:
    [PSAPPSRV]
    ;=========================================================================
    ; Settings for PSAPPSRV
    ;=========================================================================
    ; UBBGEN settings
    Min Instances=5
    Max Instances=5
    Service Timeout=0
    Please review the following Km Doc E-AS: PSAPPSRV process Service Timeout=0 Causing Severe Slow Down of Application (Doc ID 1992038.1)
    This can happen if the psdbgsrv process gets started:  E-AS: Service Timeout for PSAPPSRV reverts to = 0 after Domain Configuration (Doc ID 664081.1)
    Please set the psappsrv process back to the servicetimeout of =300 after reviewing the above km docs and this should fix the issue.

  • Oracle application server 10g enterprise manager is not starting

    Hi all,
    Pls. help me, our OAS 10g's enterprise manager is not starting whereas AS is up & opmn is also running.
    Can anybody has idea?.Thanks in advance.

    hi Kamran,
    Please remember to always give some details about what product/ type/ version/ platform are you working with. this does not leave others to wait for divine revelation or mortal guessing;
    also on reporting errors, please provide exact error(s) with error codes as you see and not the error described in your words. that helps clearly understand the problem.
    about current problem, please tell us what did you expect to see and what did you exactly get.
    and Roberto is right, check the version in %ORACLE_HOME%\config\ias.properties.
    regards,
    AMN

  • SAP Web Application Server Java 6.40 download is not working

    SAP Web Application Server Java 6.40 is not working. There seems to be an issue with the server hosting the binaries.
    Antoine Voiry

    try this site
    The SAP WAS 6.40 SP9 is in for of a zip file "WebAS640SP9.zip" it is about 1 GB
    https://www.sdn.sap.com/sdn/downloads.sdn?page=webas640_sp9_maxdb_download.htm
    Also you can go to the site
    https://www.sdn.sap.com/sdn/downloadarea.sdn
    and select "SAP NetWeaver Enterprise Portal on MaxDB, Developer Edition Sneak Preview"
    to download it
    Cheers
    Sai

  • 'Application Server Control' not coming up - URGENT

    All,
    BPEL - 10.1.3.4
    My SOA server is up, from the SOA home page when I click 'Application Server Control', the page is not coming up. No idea what went wrong during installation. FYI, I didnt face any issue during installation, it was smooth.
    startup log:
    Configuration information
    Running in D:\oracle\OracleAS_1
    Operation mode:Startup, App Server, No Enterprise Manager, Single Instance
    Oracle home:D:\oracle\OracleAS_1
    Oracle home name:Unnamed
    Instance name:host.localhost.ariba.com
    Instance type:allProducts
    Version:10.1.3.4.0
    Uses infrastructure:false
    Not an infrastructure instance, no infrastructure information available
    Components:[j2ee, apache, orabpel, oraesb, owsm, Wsil]
    2010-10-14 05:11:06.994--Begin log output for Mid-tier services (host.localhost.ariba.com)
    2010-10-14 05:11:06.994--Processing Step: starting OPMN
    2010-10-14 05:11:08.385--Processing Step: starting OPMN managed processes
    2010-10-14 05:11:08.432--Processing Step: OPMN and managed processes started
    2010-10-14 05:11:25.495--End log output for Mid-tier services (host.localhost.ariba.com)
    Thanks,
    Sen

    Hi Sen,
    I am facing the similar issue when i am trying to set up the SOA environment in my local system.
    Can you please help me with the step you took to fix the issue.
    Thanks & Regards,
    Md Yaqoob

Maybe you are looking for

  • How do i transfer my contacts from macbook to iPad

    Fairly new to macbookpro with osx maverics and novice to ipad version 7.0.4. Cannot find a working solution from guides as requested actions are not anywehre to be seen. I have a cable connection between the 2 machines.

  • Pictures in my picutre folder empty from ipod?

    i recently got a refurbished 16gb nano from apple. added photos few days ago, and now all my photos in the picture folder of my computer have vanished, i just synched my ipod and non of them were synched off the ipod..the only thing in 'My pictures'

  • Ipod - 6th Generation

         On my Ipod, the same song keeps repeating.  I shake it, press shuffle and it continues to repeat same song.  What am I doing wrong??

  • How do I get the finder to stop replacing certain folders that I delete?

    I have enabled file vault on my MacBook Pro and therefore I have removed all movies, photos and music from my Home folder so that it doesn't create problems during the encryption/decryption process. Unfortunately, even though I hold no photos or musi

  • RuntimeException only for one model in configurator-Urgent

    I created a custom web page in OAF to launch Configurator. It was working fine untill this morning , when another co-worker made some changes and published one particular model. My application fails to launch that model where as all the models work f