IView Timeout problems...

Hello,
We're having an iView timeout problem on one of our EP (7) app servers.
(For some reason it only happens on one of them - the others, which use the same iView, don't have this problem):
The message is:
The iView has timed out. There is no cached content to display. Click 'Reload' to retrieve updated content. You may need to wait for the cache to retrieve the content from the source.  Reload
Of course the Reload doens't work, but is fixed in SPS14 apparently - we're running SPS13 at the moment.
There are actually 2 iViews that reside on a page, and I've tried adjusting the page timeout to -1, with no results. Only thing we've been able to do so far is restart that one app server, and it seems to remedy the problem...temporarily.
Anyone else have any ideas as to what might be causing this iView to timeout on only one app server and not other others? I'm a bit stumped here as to what to do.
Thanks!
Edited by: Beau Bourgeois on Mar 17, 2008 11:21 PM

Hi,
Please check on the parameters for (right click IView properties --Show All)
1. iViewCaching ..
2.The Timeout.
Please do set them asper requirement.
This will work and you will be able to control the iViewtime outs.
Also lookout for your Page Timeout Property.
HTH
Regards,
Dhruv Shah

Similar Messages

  • Interesting observation about iView timeout - Need Suggestions

    Hi,
    We have an iview which has the timeout property set to 180 seconds. Recently we observed that we have been getting iview timeout errors for this iview. As most of you are aware the message appears as "The iView has timed out. There is no cached content to display. Click 'Reload' to retrieve updated content. You may need to wait for the cache to retrieve the content from the source. Reload"
    Normally the content in this iView does not take more than 100 milli seconds to be retrieved. But looks like we are having occassional hiccups where the backend calls are failing (or taking too long) and hence the iview timout is occuring. What I observed is that if the iview times out once, then from the next time the timeout message appears straight away without even trying to execute the iveiw. This happens even if you logout and login even with a different user.
    So i am sure that the server/iview (or something else) is remembering or caching that an iview timeout has occurred once on this iview and hence when we access the iview again it is not even bothering to execute and showing the iview timout message stragiht away. The only solution to this problem is to bounce the node on which the problem is coming (which is bad).
    Is there any setting where we can tell not to cache these iView timouts? In this way the iview will execute the every time (even if an iview timeout has happenned earlier) and we will get the results.
    Any help in this is highly appreciated.
    Regards,

    Hi Sudhir,
    Please try this let me know
    1. When the timeout occurs, can you refresh your browser cahce or delete all the cookies and history of browser. Re-try and see if the iview is re-executed.
    2. Check the backend when you call the iview, how much time is process taking.
    3. Check the parameter icm/keep_alive_timeout, if it is 60. you increare it 90 or 120.
    This would be my starting point.
    Thank You,
    Praveen

  • Timeout problem

    Case
    Case 180396
    Title: WebLogic Server - TImeout problem
    Owner: ClearExpress WebEval Case Type: Administration
    Condition: Open-Dispatch Severity: Evaluation
    Status: Need Initial Contact
    Site Name: Transactions Unlimited Inc Site ID: IND001180
    Address: 1308 oak Lake Ct City, State, ZIP: San Jose, CA 95131
    Contact: Serisha Nagothu Phone: (408)330-4840
    Case History:
    *** NOTES 29-JUN-2000 09:56:15 [29-JUN-2000 15:56:15 None] webeval
    *** Logged by contact: Serisha Nagothu, (408)330-4840
    Product=WLS 451
    Revision=(Release Level)= 451
    Problem Description= NSAPI - WL
    OP = Solaris 2.6
    Hi,
    In my product, I have an operation where I upload files to my website.
    When I am uploading smaller size files I am not facing any problem. But when
    I upload large size files (eg 10 MB) it is happening multiple times. I did
    not face this problem on Windows NT. Only on Solaris I am experiencing this.
    So we wrote a simple servlet to find out what is exactly happening. I am
    getting timeout. I connect to WebLogic Server through Netscape Web Server
    which is running on another Solaris. I tried to increase the connection
    timeout in Netscape Server. It did not provide any results to me. When I
    checked the logs on NSAPI, it is connecting to WL properly, the problem is
    from WebLogic. Apart from the Session Timeout in Deployment Descriptor is
    there any where that weblogic has a timeout settings. I want to know about
    this in detail. It is very very urgent.
    Here is the way my bean works, it reads the file from disk and copy it
    to temporary location and then do the upload. When it started reading, it is
    fine and then when it is uploading, it is getting timeout so, it started
    reading the file again, it is happening till it gets out of space error.
    Please let me know what is the solution, as immediately as possible. I
    would really really appreciate your help.
    Thanks in advance
    [blank.gif]

    What service pack you are using? If you are using 451 SP8 or recent then it has
    a new
    plugin parameter called - "HungServerRecoverSecs". Here are the details:
    HungServerRecoverSecs 10:300:600 for (min:default:max)
    You should set this to a very large value. If it is less than the time the
    servlets take
    to process, then you will see unexpected results. This implementation takes care
    of the
    hung or unresponsive servers in the cluster. So the plugin waits for
    HungServerRecoverSecs for the the server to respond and then declares that
    server dead
    and fails over to the next server.
    Maybe this is what you are seeing. If the value is too low it will failover and
    the POST will
    happen multiple times.
    Let us know if this problem persists.
    --Vinod.
    Serisha wrote:
    Case
    Case 180396
    Title: WebLogic Server - TImeout problem
    Owner: ClearExpress WebEval Case Type: Administration
    Condition: Open-Dispatch Severity: Evaluation
    Status: Need Initial Contact
    Site Name: Transactions Unlimited Inc Site ID: IND001180
    Address: 1308 oak Lake Ct City, State, ZIP: San Jose, CA 95131
    Contact: Serisha Nagothu Phone: (408)330-4840
    Case History:
    *** NOTES 29-JUN-2000 09:56:15 [29-JUN-2000 15:56:15 None] webeval
    *** Logged by contact: Serisha Nagothu, (408)330-4840
    Product=WLS 451
    Revision=(Release Level)= 451
    Problem Description= NSAPI - WL
    OP = Solaris 2.6
    Hi,
    In my product, I have an operation where I upload files to my website.
    When I am uploading smaller size files I am not facing any problem. But when
    I upload large size files (eg 10 MB) it is happening multiple times. I did
    not face this problem on Windows NT. Only on Solaris I am experiencing this.
    So we wrote a simple servlet to find out what is exactly happening. I am
    getting timeout. I connect to WebLogic Server through Netscape Web Server
    which is running on another Solaris. I tried to increase the connection
    timeout in Netscape Server. It did not provide any results to me. When I
    checked the logs on NSAPI, it is connecting to WL properly, the problem is
    from WebLogic. Apart from the Session Timeout in Deployment Descriptor is
    there any where that weblogic has a timeout settings. I want to know about
    this in detail. It is very very urgent.
    Here is the way my bean works, it reads the file from disk and copy it
    to temporary location and then do the upload. When it started reading, it is
    fine and then when it is uploading, it is getting timeout so, it started
    reading the file again, it is happening till it gets out of space error.
    Please let me know what is the solution, as immediately as possible. I
    would really really appreciate your help.
    Thanks in advance
    [Image]

  • SharePoint 2010 Application server has SQL timeout problem

    Hi All,
    Our SharePoint has App & WFE servers, and the SQL server is always on. BTW, App server sometimes has timeout problem as follow, has any idea on it? This problem does not occur timing, our SP 10 is RTM version.
    Error Log:
    01/29/2015 17:25:29.96 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Monitoring                    
    nasq Medium  
    Entering monitored scope (Timer Job job-workflow)
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    880i High    
    System.Data.SqlClient.SqlException: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.     at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean
    breakConnection)     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)     at System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)     at
    System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj)     at System.Data.SqlClient.TdsParserStateObject.ReadNetworkPacket()     at System.Data.SqlClient.TdsParser.ConsumePreLoginHandshake(Boolean
    encrypt, Boolean trustServerCert, Boolean& marsCapable)     at System.Data.SqlCl...
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98* OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    880i High    
    ...ient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject)     at
    System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)     at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String
    host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)     at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString
    connectionOptions, String newPassword, Bo...
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98* OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    880i High    
    ...olean redirectedUserInstance)     at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean
    redirectedUserInstance)     at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection
    owningConnection, DbConnectionPool pool, DbConnectionOptions options)     at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection
    owningObject)     at System.... 5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98* OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    880i High    
    ...Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection
    outerConnection, DbConnectionFactory connectionFactory)     at System.Data.SqlClient.SqlConnection.Open()     at Microsoft.SharePoint.Utilities.SqlSession.OpenConnection()
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    880k High    
      at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)     at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand
    command, CommandBehavior behavior)     at Microsoft.SharePoint.Administration.SPDatabase.get_IsReadOnly()     at Microsoft.SharePoint.Administration.SPContentDatabaseLockManager.CanProcessContentDatabase(SPContentDatabase contentDatabase)
        at Microsoft.SharePoint.Administration.SPWorkItemJobDefinition.Execute(SPJobState jobState)     at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService,
    Int32& result)     at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(Time...
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98* OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    880k High    
    ...rJobExecuteData& data, Int32& result)  
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    880j High    
    SqlError: 'Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.'    Source: '.Net SqlClient Data Provider' Number: -2 State: 0 Class: 11 Procedure: '' LineNumber: 0 Server:
    'spsql' 5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    3355 Critical
    Cannot connect to SQL Server. spsql not found. Additional error information from SQL Server is included below.  Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    tzku High    
    ConnectionString: 'Data Source=spsql;Initial Catalog=WSS_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    85t4 High    
    An error occured while attempting to verify that the database is read only for database WSS_Content. The error contained the following message: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not
    responding. 5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:51.00 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Monitoring                    
    b4ly High    
    Leaving Monitored Scope (Timer Job job-workflow). Execution Time=21043.2150707921
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    Thnaks.
    Ben

    What is the latency (measured via ping) between the App and SQL Server? SharePoint 2010 RTM hasn't been supported for quite some time. Upgrade to SP2 and see if it resolves the issue.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • LCP timeout problem

    I got PPP LCP timeout problem with ISDN connection. Line was drop every 20 sec. I already try to change speed already.(56k , 64k). Only saw Open confreq message(BR0/0:1 LCP: O CONFREQ [Closed] id 113 len 32)  not reply from other side. Pls advice me for this problem.
    Thanks

    Thank you Philip. Q931 was successful.But not from same ISDN carrier. It is happen as same as mention in https://supportforums.cisco.com/post!reply.jspa?message=3219791. But I already try to change speed but not working. Any suggestion, pls .
    *Mar 14 01:49:10.160: %LINK-3-UPDOWN: Interface BRI0:1, changed state to up
    ! -- Call is connected. PPP negotiation will begin
    *Mar 14 01:49:10.168: %DIALER-6-BIND: Interface BR0:1 bound to profile Di1.
    *Mar 14 01:49:10.188: BR0:1 PPP: Treating connection as a callout
    *Mar 14 01:49:10.188: BR0:1 PPP: Phase is ESTABLISHING, Active Open
    [0 sess, 0 load]
    ! -- PPP negotiation begins
    *Mar 14 01:49:10.196: BR0:1 LCP: O CONFREQ [Closed] id 24 len 15
    *Mar 14 01:49:10.200: BR0:1 LCP:    AuthProto CHAP (0x0305C22305)
    *Mar 14 01:49:10.204: BR0:1 LCP:    MagicNumber 0x545D708A (0x0506545D708A).
    ! -- Outgoing Configure-Request (CONFREQ)
    *Mar 14 01:49:12.176: BR0:1 LCP: TIMEout: State REQsent
    ! -- Router has not received a CONFREQ from the peer, hence the timeout
    *Mar 14 01:49:12.180: BR0:1 LCP: O CONFREQ [REQsent] id 25 len 15
    *Mar 14 01:49:12.184: BR0:1 LCP:    AuthProto CHAP (0x0305C22305)
    *Mar 14 01:49:12.188: BR0:1 LCP:    MagicNumber 0x545D708A (0x0506545D708A).
    *Mar 14 01:49:14.160: BR0:1 LCP: TIMEout: State REQsent
    *Mar 14 01:49:14.164: BR0:1 LCP: O CONFREQ [REQsent] id 26 len 15
    *Mar 14 01:49:14.168: BR0:1 LCP:    AuthProto CHAP (0x0305C22305)
    *Mar 14 01:49:14.172: BR0:1 LCP:    MagicNumber 0x545D708A (0x0506545D708A)

  • IView Timeout Error in Production

    Hi
    We are having one application developed by JSPDynPage ...this application will do lots of DB transactions...Some times when the load is very high on the DB the users will get this Iview Timeout error and they will not see any thing in the portal Content Area.
    Please help.
    Thanks
    Ajay

    Hi,
    Note however, that you should not create any threads on the java application server, this is not allowed by the Java EE specifiction since the application server is responsible for handling threads.
    You could try to implement as a service (not sure if this will work), or a combination of a service and a message driven bean (service sends JMS message to MDB which process it, and sends back to the service which listens on a queue). Note however that the MDB solution has a high overheader (It does work, as I've implement it myself one time).
    Dagfinn

  • OW4J Notification Timeout problem

    Hi!
    I made an implementation of ow4j for a timesheet management application. I implemented a custom notification activity which use Apache Velocity for message generation. I re implement the notification process to use the POP3 for reply. Everything works fine for me but with a important exception: The timeout property for the notification which seems to me there is no implementation in engine. The example for OW4J work with the same exception - no timeout.
    Is my first workflow experience and I'm disappointed. Dou you have any solution for timeout problem? I tried with the WAIT activity which not works because is implemented only in PLSQL
    BR,
    Bogdan Craciun

    Hi !
    I made all the setup stuff but the problem is with the workflow engine. I decompiled the engine and the part with timeout in the workflow definition ( . wft file)loader is skiped. In the JavaEngine the Timeout transition is not treated. There is no background process which monitor the ProcessActivities which are blocked and waiting for replay.
    The method getTimeoutValue is never called in the engine. I think there is no implementation fot timeout functionality at this time. The same problem is with Wait Function. In the Java Standard functions from the ow4j demo the call is made to a PLSQL block not to a Java object method.
    Correct me if I'm wrong.
    BR,
    Bogdan Craciun

  • Inexplainable Timeout Problem

    Hello Everybody,
    I am currently developing a Java Webservice for Netweaver 7.11. The web service should trigger the execution of a jar file which is locally available at the server on which the web service is deployed.
    The process which is locally executed needs about 60s to be finished.
    But when trying to start this process via a web service I get the following message:
    Invalid transport binding settings.Read timed out
    But this message still appears if I set the timeout settings to a value of 900s, which is definately long enough.
    I would be really thankful if somebody has an idea, where the problem is located and how to solve it.
    Kind Regards,
    Carl Heckmann

    Hi Gouray,
    Thanks for your reply. I assume, that I configured it correctly, since I exposed 2 web services with this EJB, and the other one is running just fine.
    The code of the EJB can be found below. The Service startDataCollectionProcess does not work, due to the timeout problem. The other service, isSystemOnlineCheck works without any problems.:
    package com.sap.nwdemo.sidct.services;
    @WebService(name = "SIDCTServicesBean", portName = "SIDCTServicesBeanPort", serviceName = "SIDCTServicesBeanService", targetNamespace = "http://sap.com/nwdemo/sidct/services/")
    @Stateless
    public class SIDCTServicesBean {
          * Starts the data collection process COuld be also started using the
          * console
         @WebMethod
         public Long startDataCollectionProcess() {
              SIDCT sidct = new SIDCT();
              Long duration = sidct.gatherData();
              return duration;
         @WebMethod
         @WebResult(name = "isOnline")
         public boolean isSystemOnlineCheck(@WebParam(name = "SID")
         String sid, @WebParam(name = "InstanceNumber")
         String systemNumber, @WebParam(name = "NetworkID")
         int nwguid) {
    I hope this is enough information for you to tell me if the service is configured properly or not.
    Kind Regards,
    Carl

  • URL based Iview creation problem

    Hello,
    We use EP6 SP9.
    I am trying to build a url based iview with "capture" option.
    When I enter the url address and hit "capture" I get the following error:
    Unable to fetch site http://portal.Error # 401
    Thanks for any help

    Hi Tuval,
    Yes I remember you from the Toptier days, hope life is treating you well.
    Actually the Proxy settings could still be a problem for internal urls if infact you still have a proxy on your network. You would need to specify the bypass proxy domain settings in the http service just like you do in your browser.  Except you use | as a delimeter eg.  .sap.com|.sap.corp.
    As I suggested you should still check that server side urls are working either internally or externally by typing a url into the 'server side connection test' in the Theme integrity tests page.
    If this test passes and you cannot capture then its a capture problem either domain related or something else eg a timeout.
    If this test fails then the capture will not work until server side requests can succeed.
    Also, the capture service has some parameters as well but I have never changed the defaults.

  • Timeout problem - record is not shown properly in detail page after timeout

    Hi,
    I am using JDeveloper 10.1.3.1.0.3984
    and JHeadstart 10.1.3.1 Release 10.1.3.1.26
    I have a Master View Object where there is a field ID (for example M_VO).
    There is a page associated with M_VO (Page_M_VO.jspx)
    There is a Detail View Object (for example D_VO)
    There is a page associated with D_VO (Page_D_VO.jspx)
    There is a link from M_VO to D_VO using the field ID.
    When I open the page Page_M_VO.jspx and select an ID and go to the detail page Page_D_VO.jspx, it goes to the detail page Page_D_VO.jspx. It works fine.
    But the problem is:
    If for example I have three ID (111, 222, 333), in master page if I select 222 and go to detail page it shows the appropriate records for 222 as I selected 222 in master page. If I keep the detail page open for more than the timeout minutes specified in web.xml and then try to access the detail page again it ask for userid and password (which is fine). If I put userid and password, then it shows the detail page with the first record which is the record associated with the ID 111. But before timeout I was working with the ID 222, so it should show the record associated with ID 222 as I was working with ID 222 before timeout.
    Can anybody help me to solve this problem?
    Thanks
    Syed Jabbar
    University of Windsor
    Windsor, ON, Canada

    I would put my money on the fact that since your application is timing out, it is dropping any state that your View Objects otherwise had before the application timeout.
    So upon reauthorizing and reaccessing the application (and going directly to the detail page) the View Object is reinstantiated and only knows to go to its default data set which is 111.
    If my assumption is correct, I don't think you could really implement this without a lot of trouble.

  • Timeout problem during EP6 NW04 installation.

    We have the originals DVDs from SAP.
    During the installation of the EP6 in the "Start SAP J2EE Engine" phase. We get a message box reffering a timeout (1800sec)
    we check both Instances (central and j2ee) and there r running (green light)
    What can be the problem and how can be fix it ?
    Thx
    Here is the log "sapinst_log"
    INFO 2006-06-22 15:47:20
    Copying file C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO 2006-06-22 15:47:20
    Copying file C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO 2006-06-22 15:47:20
    Copying file C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/keydb.xml to: C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/keydb.9.xml.
    INFO 2006-06-22 15:47:20
    Copying file C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/keydb.xml to: C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/keydb.9.xml.
    INFO 2006-06-22 15:47:20
    Creating file C:\Program Files\sapinst_instdir\NW04SR1\EP\EP\keydb.9.xml.
    INFO 2006-06-22 15:47:21
    Installation start: Thursday, 22 June 2006, 15:47:19; installation directory: C:\Program Files\sapinst_instdir\NW04SR1\EP\EP; product to be installed: SAP NetWeaver '04 Support Release 1> NetWeaver Components Running on Java> Portal> Portal Installation
    INFO 2006-06-22 15:47:21
    Copying file C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/summary.html to: C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/summary.8.html.
    INFO 2006-06-22 15:47:21
    Copying file C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/summary.html to: C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/summary.8.html.
    INFO 2006-06-22 15:47:21
    Creating file C:\Program Files\sapinst_instdir\NW04SR1\EP\EP\summary.8.html.
    PHASE 2006-06-22 15:47:21
    Deploying SDAs (using SDM and SAP J2EE Engine).
    PHASE 2006-06-22 15:47:21
    Deploying SDAs (using SDM and SAP J2EE Engine).
    PHASE 2006-06-22 15:47:21
    Deploying SDAs (using SDM and SAP J2EE Engine).
    PHASE 2006-06-22 15:47:21
    Deploying SDAs (using SDM and SAP J2EE Engine).
    PHASE 2006-06-22 15:47:21
    Deploying SDAs (using SDM and SAP J2EE Engine).
    PHASE 2006-06-22 15:47:21
    Deploying SDAs (using SDM and SAP J2EE Engine).
    PHASE 2006-06-22 15:47:21
    Deploying SDAs (using SDM and SAP J2EE Engine).
    PHASE 2006-06-22 15:47:21
    Deploying SDAs (using SDM and SAP J2EE Engine).
    PHASE 2006-06-22 15:47:21
    Deploying SDAs (using SDM and SAP J2EE Engine).
    PHASE 2006-06-22 15:47:22
    Deployment of Basis functionality for Integration Server
    PHASE 2006-06-22 15:47:22
    Deployment of Basis functionality for Integration Server
    And just in case u need this the "sapinst_dev.log"
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:344]
               CControlFile::getMessageFilePath()
    Running with messages from C:/Program Files/sapinst_instdir/NW04SR1/EP/EP
    TRACE      [sapinst.cpp:306]
               CSapInst::initMessaging()
    This is SAPinst, version 642, build 794439
    compiled on Nov 25 2005, 00:02:40
    TRACE      [sapinst.cpp:311]
               CSapInst::initMessaging()
    Gui connected by user qt from host sapnw
    TRACE      [syxxsyshlp.cpp:175]
               syslib::logSystemState()
    Process environment
    ===================
    Environment Variables
    =====================
       = C:=C:\Program Files\sapinst_instdir\NW04SR1\EP\EP
       = F:=F:\Dvds\51031679\IM01_NT_I386\SAPINST\NT\I386
      ALLUSERSPROFILE = C:\Documents and Settings\All Users
      APPDATA = C:\Documents and Settings\qt.SAPNW\Application Data
      CLIENTNAME = QT30100
      ClusterLog = C:\WINDOWS\Cluster\cluster.log
      CommonProgramFiles = C:\Program Files\Common Files
      COMPUTERNAME = SAPNW
      ComSpec = C:\WINDOWS\system32\cmd.exe
      FP_NO_HOST_CHECK = NO
      HOMEDRIVE = C:
      HOMEPATH = \Documents and Settings\qt.SAPNW
      JAVA_HOME = C:\j2sdk1.4.2_12
      LOGONSERVER =
    SAPNW
      NUMBER_OF_PROCESSORS = 4
      OS = Windows_NT
      Path = C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;D:\usr\sap\NWP\SYS\exe\run\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\j2sdk1.4.2_12\BIN
      PATHEXT = .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
      PROCESSOR_ARCHITECTURE = x86
      PROCESSOR_IDENTIFIER = x86 Family 15 Model 4 Stepping 3, GenuineIntel
      PROCESSOR_LEVEL = 15
      PROCESSOR_REVISION = 0403
      ProgramFiles = C:\Program Files
      SAPINST_EXEDIR_CD = F:/Dvds/51031679/IM01_NT_I386/SAPINST/NT/I386
      SESSIONNAME = RDP-Tcp#5
      SystemDrive = C:
      SystemRoot = C:\WINDOWS
      TEMP = C:\DOCUME1\QT2C8C1.SAP\LOCALS~1\Temp\3
      TMP = C:\DOCUME1\QT2C8C1.SAP\LOCALS~1\Temp\3
      USERDOMAIN = SAPNW
      USERNAME = qt
      USERPROFILE = C:\Documents and Settings\qt.SAPNW
      windir = C:\WINDOWS
    User: SAPNW\qt, Id: S-1-5-21-2772977883-3678856500-3150200115-1018
    Working directory: C:\Program Files\sapinst_instdir\NW04SR1\EP\EP
    Current access token
    ====================
    Could not get thread token. Last error: 1008. I assume that no thread token exists.
    Got process token.
    Privileges:
      Privilege SeBackupPrivilege, display name: Back up files and directories, not enabled.
      Privilege SeRestorePrivilege, display name: Restore files and directories, not enabled.
      Privilege SeShutdownPrivilege, display name: Shut down the system, not enabled.
      Privilege SeDebugPrivilege, display name: Debug programs, not enabled.
      Privilege SeAssignPrimaryTokenPrivilege, display name: Replace a process level token, not enabled.
      Privilege SeIncreaseQuotaPrivilege, display name: Adjust memory quotas for a process, not enabled.
      Privilege SeSystemEnvironmentPrivilege, display name: Modify firmware environment values, not enabled.
      Privilege SeMachineAccountPrivilege, display name: Add workstations to domain, not enabled.
      Privilege SeChangeNotifyPrivilege, display name: Bypass traverse checking, enabled.
      Privilege SeRemoteShutdownPrivilege, display name: Force shutdown from a remote system, not enabled.
      Privilege SeTcbPrivilege, display name: Act as part of the operating system, not enabled.
      Privilege SeUndockPrivilege, display name: Remove computer from docking station, not enabled.
      Privilege SeTakeOwnershipPrivilege, display name: Take ownership of files or other objects, not enabled.
      Privilege SeLoadDriverPrivilege, display name: Load and unload device drivers, not enabled.
      Privilege SeManageVolumePrivilege, display name: Perform volume maintenance tasks, not enabled.
      Privilege SeSystemProfilePrivilege, display name: Profile system performance, not enabled.
      Privilege SeImpersonatePrivilege, display name: Impersonate a client after authentication, enabled.
      Privilege SeSystemtimePrivilege, display name: Change the system time, not enabled.
      Privilege SeCreateGlobalPrivilege, display name: Create global objects, enabled.
      Privilege SeProfileSingleProcessPrivilege, display name: Profile single process, not enabled.
      Privilege SeIncreaseBasePriorityPrivilege, display name: Increase scheduling priority, not enabled.
      Privilege SeCreatePagefilePrivilege, display name: Create a pagefile, not enabled.
    Groups:
    Group count: 11
      \LOCAL S-1-2-0 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      BUILTIN\Administrators S-1-5-32-544 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED SE_GROUP_OWNER
      \Everyone S-1-1-0 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      BUILTIN\Users S-1-5-32-545 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      SAPNW\None S-1-5-21-2772977883-3678856500-3150200115-513 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      NT AUTHORITY\INTERACTIVE S-1-5-4 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      \ S-1-5-5-0-21602859 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED SE_GROUP_LOGON_ID
      NT AUTHORITY\NTLM Authentication S-1-5-64-10 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      NT AUTHORITY\Authenticated Users S-1-5-11 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      NT AUTHORITY\REMOTE INTERACTIVE LOGON S-1-5-14 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      NT AUTHORITY\This Organization S-1-5-15 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
    TRACE      [syxxsyshlp.cpp:185]
               syslib::logSystemState()
    System information
    ==================
    OS version, host name: Microsoft Windows NT [Version 5.2.3790 Service Pack 1] SAPNW
    RAM size (MB): 2047.27
    Swap size (MB): 3943.97
    TRACE     
    Running with control file F:/Dvds/51031679/IM01_NT_I386/SAPINST/NT/I386/NW04SR1/EP/control.xml version 642 and changelist 794439
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:142]
               CControlFile::getKeydbControlFileName()
    Running with keydb file keydb.xml
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:235]
               CControlFile::getDialogControlFileName()
    Running with dialog control file dialog.xml
    TRACE      [iaxxccontrolfile.cpp:184]
               CControlFile::getResourecFileName()
    Running with resource file C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/helppool.xml
    INFO       2006-06-22 15:47:20 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & q0w9e9r8t7.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO       2006-06-22 15:47:20 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & q0w9e9r8t7.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO       2006-06-22 15:47:20 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/keydb.9.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/keydb.xml to: C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/keydb.9.xml.
    INFO       2006-06-22 15:47:20 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/keydb.9.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/keydb.xml to: C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/keydb.9.xml.
    INFO       2006-06-22 15:47:20 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file C:\Program Files\sapinst_instdir\NW04SR1\EP\EP\keydb.9.xml.
    TRACE      [iaxxclib.cpp:165]
               load()
    Opened iaccdlib.dll
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    INFO       2006-06-22 15:47:21 [iaxxcwalker.cpp:59]
               CDomWalker::walk()
    Installation start: Thursday, 22 June 2006, 15:47:19; installation directory: C:\Program Files\sapinst_instdir\NW04SR1\EP\EP; product to be installed: SAP NetWeaver '04 Support Release 1> NetWeaver Components Running on Java> Portal> Portal Installation
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE      [iaxxcdgprc.cpp:610]
               CDialogProcessor::printTraceOnChangedInstanceNum()
    Deactivated some dialog sequences for component startStopGenericWithoutDialogs|ind|ind|ind|ind|ind; available: 1; required: 0
    TRACE      [iaxxcdgprc.cpp:610]
               CDialogProcessor::printTraceOnChangedInstanceNum()
    Deactivated some dialog sequences for component startStopGenericWithoutDialogs2|ind|ind|ind|ind|ind; available: 1; required: 0
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE      [iaxxcdgprc.cpp:610]
               CDialogProcessor::printTraceOnChangedInstanceNum()
    Deactivated some dialog sequences for component EP_INSTALL_CM|ind|ind|ind|ind|ind; available: 1; required: 0
    TRACE      [iaxxcdgprc.cpp:610]
               CDialogProcessor::printTraceOnChangedInstanceNum()
    Deactivated some dialog sequences for component startStopGenericWithoutDialogs|ind|ind|ind|ind|ind; available: 1; required: 0
    TRACE      [iaxxcdgprc.cpp:610]
               CDialogProcessor::printTraceOnChangedInstanceNum()
    Deactivated some dialog sequences for component DEPLOY_CM_PAR_FILES|ind|ind|ind|ind|ind; available: 1; required: 0
    TRACE      [iaxxcdgprc.cpp:610]
               CDialogProcessor::printTraceOnChangedInstanceNum()
    Deactivated some dialog sequences for component EP_INSTALL_***|ind|ind|ind|EP60|ind; available: 1; required: 0
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    INFO       2006-06-22 15:47:21 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/summary.8.html, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/summary.html to: C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/summary.8.html.
    INFO       2006-06-22 15:47:21 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/summary.8.html, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/summary.html to: C:/Program Files/sapinst_instdir/NW04SR1/EP/EP/summary.8.html.
    INFO       2006-06-22 15:47:21 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file C:\Program Files\sapinst_instdir\NW04SR1\EP\EP\summary.8.html.
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    PHASE      2006-06-22 15:47:21 [iaxxcwalker.cpp:416]
               CDomWalker::printPhaseInfo()
    Deploying SDAs (using SDM and SAP J2EE Engine).
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    PHASE      2006-06-22 15:47:21 [iaxxcwalker.cpp:416]
               CDomWalker::printPhaseInfo()
    Deploying SDAs (using SDM and SAP J2EE Engine).
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    PHASE      2006-06-22 15:47:21 [iaxxcwalker.cpp:416]
               CDomWalker::printPhaseInfo()
    Deploying SDAs (using SDM and SAP J2EE Engine).
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path

    Hi all,
    this issue is normal.
    I always got this error when installing/patching the J2EE and components.
    If J2EE is yellow, wait for it to be green and choose resume.
    If it is green, resume. If it does not work, restart the J2EE as stated.
    Note 739190 is supposed to be a solution, but it changed anything for me.
    Brad

  • ODBC Timeout problem.

    I am trying to use the query timeout of the ODBC specification while accessing an Oracle 8i database from within a client code written in MS Visual C++ 6.0.
    I use Oracle's ODBC driver version 8.01.07.810.
    (Microsoft's ODBC driver for Oracle does not implement
    the ODBC Timeout feature).
    During my tests I use a special stored procedure which
    forces my call to wait for a specified number of seconds far much than the amount I specifed in my client code
    (via setting the SQL_ATTR_QUERY_TIMEOUT attribute with
    SQLSetStmtAttr).
    I use synchronous query execution, and ideally my code should block until either a response arrives from the database or timeout ocurs. Unfortunately, my blocked query execution never timeouts and waits until the database responds. "Enable Query Timeout" box is checked witin the ODBC Driver configuration window for the system DSN I use to access the database.
    When I try the same test setting with an MS_SQL Sever instead of an Oracle connection (via the Microsoft's driver manager for SQL Server as expected), everyting works fine and the timeout occurs.
    Is there anyone who has an idea on why this could happen?
    Many thanks in advance.
    A.F.Ates

    Jules,
    Thanks for the pointer. So what does my 'connection string'
    look like with your suggestion in the above example? Would the code
    Dim MM_connPathData_STRING
    MM_connPathData_STRING = "PROVIDER=SQLOLEDB;DATA
    SOURCE=PATHOLOGY1;UID=user;PWD=pass;DATABASE=pathnet_data"
    be significantly quicker?
    I *have* looked at the database but my problem is there is
    nothing I can do with the underlying structure - I'm just working
    with what I'm given )-; What I need is a way of connecting to the
    data regardless of the response time. What I am giving the users is
    a view on *their* data - essentially, if it's slow then that is
    their problem!!
    Again, thanks for all and any input,
    Simon

  • PAR Iview resizing problem....

    Hello Gurus,
    I have the following problem. I've develop a PAR Iview and i want to resize it on runtime. I've write on my PAR app. a javascript code, but the system shows me a javascript's error when i launch it on my portal, after open the error it says "EPCM Undefined" on this line:
    EPCM.subscribeEvent('urn:com.sapportals.portal:browser', 'load', initFooter);
    In my profile i've set EPCFLevel = 2, but my question is: do i have to reference or include a external jar or lib to my PAR??? witch one???. For General culture...a general info about my iview is: The type of my PAR (Iview) is: AbstractPortalComponent and it has a different namespace (com.<company>.portal.addon.footer) than the namespace i want to subscribe the event.... Please Help!!!!!, i dont know why this error happens...and how can i solve it...what am i missing here within my source code????....
    Regards,
    Mariana

    Hi Rajat,
    Thanx for answer me... now i have a question...why with the standard PAR Iviews that doesnt happens???... because that doesnt happens with all the iviews...happens only with mine's. I know that header Iviews (masthead) use the EPCM object, and it is working just fine, that is why I'm asking if there is an external library, jar, etc., that i have to include in my PAR in order to make it work. is This the only solution in my case???
    I will wait for your answer,
    Best regards,
    Mariana

  • DAQmx VIs Timeout Problems

    Hello,
    I am trying to acquire 9 frequency input chanels thorugh PXI-6624 card.
    I have 9 independent loops for 9 frequency counter chanels. I am able to read all the frequencies above 10Hz properly.
    Now the problem is,
    Sometimes there will be no pulses, and the Counter Input DAQmx VI will wait for timeout.( I have given the timeout of 1 sec). During this time my CPU consumption goes very high and I am not able to read any of the analog inputs too.
    and say if similar condition happens to all the 9 frequency input channels then my software hangs.
    I have tried using wait mode method but i wasnt able to read any frequency with it.
    I have also read it that, when "Counter Input DAQmx VI is in timeout mode at that time we cannot make any other DAQmx VIs call". Please refer this link http://zone.ni.com/devzone/cda/tut/p/id/3166
    Thanks,
    Krunal

    What version of LabVIEW?  Did you install DAQmx AFTER installing LabVIEW?
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Timeout problem in webdynpro

    Hi all,
    I have one problem when i execute my reports through portal in my developement server it takes 15-30 minutes to display the list in the portal but the same report executing through site it is giving page cannot be displayed after 2min30 secs.is there any solution for this. [ The process is like this when we click report button in portal it passes the report name to RFC and RFC internally executes the report and send the results to portal and here we format it and display it.It is developed in webdynpro and sapr/3 report is taking 5 min. to execute report in r/3 itself ]

    Hello Nageswara,
    You have to change the Page Timeout Property.
    Go to <b>Portal Content</b> -><b> Portal User</b> -> Open the <b>Default Framework Page</b>. Then select the <b>Desktop Innerpage</b> and open it. There is a property called " <b>Page Timeout</b>". Increase the value as suitable to you.
    Regards
    Deb
    [Reward Points for helpful answers]

Maybe you are looking for

  • Console keeps disconnecting

    Hello there, So here is my situation. I have 20 2960 CG to configure and since I changed my computer to the Dell 7440 it is a nightmare. This laptop does not have a serial so I am using a star-tech adapter with the Windows Driver PL2303.zip Everythin

  • Wifi and Marketplace not working on Lumia 610

    Hi, So as the title suggests, my wifi and marketplace aren't working on my Lumia 610. I have it maybe two months, and just today the Wifi stopped working. Laptops, other smartphones and an iPod are all connecting to the modem just fine. Just my phone

  • Problems with positioning (Was: Conflict of Presentation)

    The following page has: 1. a drop down menu set up as <ul> <li> 2. the Accordian was created using Dreamweavers jQuery UI. When viewed on Chrome, Safari and  Firefox, the Dropdown menu gets corrupted and presents behind, instead of on top of the Acco

  • IPad 3 reminders

    Anyone know how to get Reminders enabled for location services so I can use location based reminders on the iPad? Not working for my tablet!

  • Execption has been thrown during painting of the form

    I am trying to use one open source JTable with itunes look. Link: http://www.laurendempster.com/2007/02/06/itunes-style-jtable/ But i got exception then i try to add it in the JFrame.. I use NetBeans and have added the JAR file to the palette list so