Merging  OBIEE server and OBIEE presenation services????

I had installed OBIEE presentation services(SAW) in one server (Linux - 1) and OBIEE server(SAS) in another Server(Linux- 2). Now i want to install or merge OBIEE server(SAS) in Linux-1 without disturbing the configuration settings of OBIEE presentation services. Similarly I want to install or merge OBIEE presentation services in Linux -2 where OBIEE server(SAS) is already installed.
Is it possible to accomplish ? If so how?
Suggestions are appreciated.
Thanks

Install the Presentation Services where you have the OBIEE Server and then move the config files you changed. There is no automatic process for this.

Similar Messages

  • Whether java component (Not ejb, not servlet) can be deployed in App Server and get the services provided by App Server

    As I mentioned in subject, I am just wondering Whether the java component (Not
    ejb, not servlet) can be deployed in App Server and get the services provided
    by App Server or not?

    Nevermind folks - I got it to work. All my configuration was correct; I had other issues with the ejb-jar file that the verifier informed me of (my previous deployments were with the verifier turned-off).

  • Newie Mail server and running other services

    We have a small office network of 6 macs that connect to a Panther server, this server provides DNS and file sharing and thats about it a Filemaker Sever and Retrospect Server. I doesn't suffer from heavy use
    I have been using a a separate mac to run Quickmail server 1 (os9) and I need to upgrade it as some of the mail protocols are out of date.
    We have a static IP address assigned to our mail gateway by our service provider.
    My question or advice
    Should I just start using OS X server to run mail services
    or
    Upgrade Quickmail and continue running it separately on a new mac mini (or similar)
    My concerns are at the moment any problem with email locally can be solved pretty much without effecting the other server or the network.
    Thanks

    The basic setup is prety simple...
    Replace following with your own equivalents...
    Domain name: woopee.com (the domain name after the "@" in your emails)
    Host name: mail.woopee.com (the hostname your MX record points to. Does not need to match server hostname. This will be the hostname mail server uses when communicating with other servers)
    Local Host Aliases: woopee.com (a list of the domains you want to accept mail for. Probably just same as Domain name?)
    Local network: 192.168.10.0/24 (LAN IP range for local users. Used to bypass authentication when they send mail out)
    Server Admin-> Mail-> General...
    Tick:Enable POP
    Tick:Enable IMAP
    Tick:Enable SMTP, Allow incoming mail, Enter Domain name & Host name (from above).
    Mail-> Relay
    Tick: Accept SMTP relays... Enter localhost IP: 127.0.0.1/32 and Local network (from above).
    Tick: Use these junk mail rejection servers. Add: zen.spamhaus.org
    Mail->Filters
    Tick: scan for junk mail. Minimum score: 5 (can be reduced later)
    Junk mail should be: Delivered (will just tag and forward to recipient)
    Tick: Attach subject tag: * Junkmail *
    Tick: Scan email for viruses
    Infected messages should be: Deleted
    Tick: update junk mail & virus database: 1 time per day
    Mail->Advanced->Security
    SMTP: none (this prevents smtp authentication from anyone outside your Local network)
    IMAP: Tick: Clear, Plain, Cram-md5 (or leave all unticked if only using pop accounts)
    POP: Tick: APOP
    Mail->Advanced->Hosting
    Local Host Aliases: Add: localhost & woopee.com (separate entries, see Local host aliases, above)
    That's it (I think ...although I cannot guarantee I have not missed something). There will be no problem setting this up and seeing it going whilst still using the existing mail server. Set up client accounts to send and receive from new server and you can send mail around internally to test. Last thing would be to change your firewall port-forwarding for SMTP from existing server to new one.
    Watch the mail.log in Console for any errors & do plenty tests.
    Ensure users have mail enabled in Workgroup Manager.
    There are plenty mods available beyond this. Have a good read through the mail services manual (I know its a bit confusing at times) and you should see where the above settings fit in.
    Lots of stuff on the forum here which you can search for. Spam filtering in particular can be made far more effective but requires editing of the underlying unix configuration files - again, plenty of previous discussions about that on forum. Meantime, the zen.spamhaus.org RBL will filter out a great many spammers.
    -david

  • JAX-RPC: Web service where both server /and/ client are services?

    I'm considering a two-way Web service in an application that I'm designing and would appreciate any insight from prior experience.
    This will be a standard client-server application, where the server broadcasts messages and the client, in turn, can request further information about the messages that it receives (think RSS-style updates, but with more interaction). [strong]However[strong], instead of having the client poll the server for new messages, I'd like to have the client register itself with the server as a message listener. The server is currently implemented as a Web service on port X. I'd like the client to register itself with the server, and then receive messages on port Y.
    I'm considering a design like the following (note the directions of the inheritance arrows):
    ( Server class )  --<-- ( RemoteServerImpl class ) -->-- / RemoteServer interface /
           |
    ( Listener class ) --<-- ( RemoteListenerImpl class ) -->-- / RemoteListener interface /Some considerations:
    * In both cases, the client and server are broken out into an interface and two classes. The non-Remote classes implement all of the functionality. The RemoteX interfaces declare the methods that will be exposed via RPC, and the RemoteXImpl classes are empty subclasses of the non-Remote classes.
    * In order to register itself with the Server, the Listener must be passed in as a method parameter, and thus conform to the JAX-RPC specification for value types. However, value types can't implement java.rmi.Remote.
    * Only the Server and Listener know anything about each other.
    * This application can be run either remotely or locally, depending on how the Server and Listener are instantiated. For the latter, they're instantiated directly and the listener is registered with the Server. For the latter, the RemoteX interfaces will point to the service stubs.
    * I don't see an easy way to allow both the Server and the Listener to have references to each other (at least now without some casting magic), since one of them will have to conform to the value type specification, which requires that all of its fields must be valid JAX-RPC types.
    I've got the Server portions implemented and working, and am now going to turn to the Listener stuff. Can anybody see a fundamental problem with this design, or can suggest something better?

    Hi There,
    Because web services are fundamentally a Services-oriented architecture, and not an Object-oriented one, you are unable to pass objects by reference (only by value) hence the design decision to not allow rmi.Remote objects to be sent across the wire. The best way would be to abstract an object which does itself not represent a server, but a route to a server (lets call it ServerPointer). This must contain address, port, service info, etc.
    Now, in your Server class, create a factory method which takes a ServerPointer, and returns a reference to a
    remote server, e.g. protected Server createServer( ServerPointer p ) (using the necessary APIs to get such a reference)
    Hope this helps...

  • Oracle DB server and Reports&Forms Services - in separate homes

    Hi
    I have manaed to installe Oracle DB server (10g) in home1 and reports & forms services (together with Developer suite, 9.0.4) in home2 - can I work normally with that installation/configuration. What is normal practice?

    can I work normally with that installation/configurationIt depends on what normally means. If your machine is a test/development one (Developer suite), then I don't see problems. On a production environment it would be better to have separate machines, unless the machine is a big one, with a possibly small number of users. I have a customer with a W2000 production server running both DB and Application server (complete version), but he has 10-15 users and the machine has 2 CPU 3GHz and 5Gb RAM.

  • 10.5.6 (Server) and Broken SMB Service

    G'day,
    Have notice a few posts with people having dramas with SMB, Apple Australia are fffffking hopeless!! Basically i called them and said we are running a 10.5.6 server and xp/2003 server clients will not connect to it though a mac running 10.5.6 will connect through SMB........the response was well smb must be working and there was nothing else they could do to help! ****** off is an understatement to say the least! any way first thing i did was turn on smb set up a share and then mapped the share on the xp client worked well no dramas......... until you log out and then log back in a popup says can't remap drive (yes i ticked the box to remember the password) thats where it started i think i have mangled my server cause now i can't get any windows client to connect at all they just state the server is not accessible but funny the mac will still connect through smb. I am getting the error below when i try i netbios connection.......the user defiantly exits though and again the user works through smb on the mac looks like authentication problems??? any help would be great.
    Thanks
    [2009/01/29 15:46:04, 2, pid=66019] /SourceCache/samba/samba-187.8/samba/source/auth/auth.c:checkntlmpassword(319)
    checkntlmpassword: Authentication for user [] -> [] FAILED with error NTSTATUS_NO_SUCHUSER

    Is your server bound to AD, and your PC clients as well (probably) ?
    First, stop SMB.
    Then, backup /etc/smb.conf
    Then edit it (use nano or vi or emacs via the Terminal. If you must use the GUI then use TextWrangler.
    Make sure the file permissions are preserved.
    under the [global] section of /etc/smb.conf, make the following modifications (add the entry if it's not there):
    security = ads
    windbind separator = +
    ; auth methods = guest opendirectory
    ie: comment out "auth methods" via the ";"
    Start smb and compare. Anytime you make a change in the GUI tools, verify your edits are preserved.

  • How to query LDAP server and get DB Service names?

    Hi, before making a connection to an Oracle database, if i want to get list of Databases available,
    i could use OracleClientFactory (and CreateDataSourceEnumerator and GetDataSources) to get list of tnsnames from the local tnsnames.ora file
    Now, if i instead want to query the LDAP server with a given context and get the DB Service list,
    how can i do that using ODP.NET?
    I am using Visual Studio C# 2010 and ODP.NET 11.2
    Thanks,
    -srinivas yelamanchili

    The oracle client has an ldap.ora file, how can I use ODP.NET to read the ldap.ora file and get list of oracle instances available?
    Thanks,
    -sri

  • How to Run both UCM Server and Webcenter Portal Services on single Weblogic

    Hi,
    First i have installed Oracle UCM and configure it on Weblogic Server successfully. But after the installation of Webcenter Portal on same machine and Weblogic Server. UCM Server is not running it shows Forcefully shutting down error. Kindly help me i want to run both UCM and Webcenter Portal Servers on one Weblogic server.
    Regards
    Shaheer Badar
    www.infotechinspiration.blogspot.com

    Hi Shaeer,
    Make sure that you dont have same port numbers on both servers.
    If it then try to avoid them.
    Secondly also check nodemanager log server log to verify why it went to shutdown mode.
    Regards,
    Kal

  • How to create new user for OBIEE presentation service

    Hello Guys
    I now only have 2 users on my OBIEE, demo1, demo2.. Now I'd like to create a new user call A and make this new user able to log on to OBIEE presenation service..
    So I went to the RPD admin tool and created new user there and gave password. It was done online mode and I checked out..
    I am able to login to admin tool with the new user account, but when I go to presentation service, I am not able to see this new user nor would I be able to log on using the new user account..
    So how does this work? If I wanted to create a new user and let it access dashboard, I'd I do it
    Any pointer will be greatly appreciated
    Thanks

    Hi.
    actually there is no option available in presentation service to create user. There you can just delete user and create and delete the groups.
    Anyhow, you said you have created a user in rpd.
    To see this user in answers, you must login into answers with this user once.
    are you able to login with the newly created user?
    (As you said you done the creation of user in online mode, this may not effect to the answers)
    if not, just login with administrator into answers, click on reload server metadata, then log off from there.
    Now, try to login with the new user. You may able to login.
    OR
    just restart your BI Server services.

  • Basic understanding about Essbase Server and Administration Services

    Hi
    I am a newbie to the Essbase. I am trying to figure out the diference between Server and Services.I am very confused.
    Please clarify my understanding
    Essbase Server - This is a server in which Essbase stores all the data.
    Essbase Administration Services -This is a agent used to communicate to the Essbase Server from the front end ( Admin Console)
    Admin Console - This is a front end client used to connect to different Essbase Servers. It is possible to have Essbase Servers to be installed on different machines.
    Before connecting to client Admin console we should make sure Essbase SErver and Essbase Administration SErvices are up and running
    Thanks
    Arun

    hello friend
      what ever your saying about essbase server and EAS is correct.If you want more detailed explanation on this please have a look into essbase architecture check this link which gives you better insight
    http://gerardnico.com/wiki/epm/essbase/essbase_architecture
    it not necessary that Essbase server and EAS should be on the same machine.we can add differnt servers in EAS console.
    As far as your last question(Before connecting to client Admin console we should make sure Essbase SErver and Essbase Administration SErvices are up and running)
    Before logon to EAS we have to make sure that essbase server,essbase admin services and openldap are up and running
    thanks
    raj

  • Difference Between "Content Server" and "Content Services"

    Can someone tell me the difference between "Oracle Content Server" and "Oracle Content Services"? From my research, I get the sense that
    these are different products (and Oracle Content Services seems like it's an obsolete one), but I would like some confirmation.
    My apologies for the uber-newbie question :)

    Content Services is what you had with Content DB, Oracles old product.
    Content Server is the core engine of the UCM product, formerly Stellent Content Server.

  • What are all difference between 11g Mediator and 10g Oracle service bus.

    hi all ,
    Apart from SCA concept , storing location
    is thr any other difference between 11g Mediator and 10g Oracle service bus ?
    thx in advance..

    11g introduces the SCA architecture for building the service infrastructure.
    SOA 11g uses:-
    1. Uses the weblogic Server and BEA Aqualogic Service Bus (ALSB) for the Oracle Service Bus.
    2. BPEL uses scalable DOM with reduced memory usage.
    3. New adapters and leverage for Java 2 Connector Architecture (J2CA)
    4. BAM finally ported from .Net to J2EE and is part of the service infrastructure
    5. Oracle Web Services Management built into SOA 11g service infrastructure
    6. New adapters and leverage for Java 2 Connector Architecture (J2CA). Tighter integration with E-Business Suite & large payload support.
    7. Business Rules in SOA 10g business rules are managed using the Rules Author & in SOA 11g business rules are managed using JDeveloper and SOA composer

  • Application Server job failed for service instance Microsoft.Office.Server.Search.Administration.SearchDataAccessServiceInstance

    Hi 
    in our shaepoint farm we have a application server,one wfe server and one reporting server
    and we are using BI solutions and running performance point service 
    i keep getting below error in wfe server and reporting server as well also.
    Log Name:      Application
    Source:        Microsoft-SharePoint Products-SharePoint Server
    Date:          01/09/35 02:23:34 م
    Event ID:      6481
    Task Category: Shared Services
    Level:         Error
    Keywords:     
    User:          XYZPORTAL\spfarm
    Computer:      XYZWFE02.XYZportal.com
    Description:
    Application Server job failed for service instance Microsoft.Office.Server.Search.Administration.SearchDataAccessServiceInstance (b340454e-ab06-4981-80f7-81d2326a1b32).
    Reason: An update conflict has occurred, and you must re-try this action. The object SearchDataAccessServiceInstance was updated by XYZPORTAL\spfarm, in the OWSTIMER (7296)
    process, on machine XYZWFE02.  View the tracing log for more information about the conflict.
    Technical Support Details:
    Microsoft.SharePoint.Administration.SPUpdatedConcurrencyException: An update conflict has occurred, and you must re-try this action. The object SearchDataAccessServiceInstance
    was updated by XYZPORTAL\spfarm, in the OWSTIMER (7296) process, on machine XYZWFE02.  View the tracing log for more information about the conflict.
       at Microsoft.SharePoint.Administration.SPConfigurationDatabase.StoreObject(SPPersistedObject obj, Boolean storeClassIfNecessary, Boolean ensure)
       at Microsoft.SharePoint.Administration.SPConfigurationDatabase.Microsoft.SharePoint.Administration.ISPPersistedStoreProvider.PutObject(SPPersistedObject persistedObject,
    Boolean ensure)
       at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()
       at Microsoft.Office.Server.Search.Administration.SearchDataAccessServiceInstance.Synchronize(Boolean calledFromSearchServiceInstance)
       at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-SharePoint Products-SharePoint Server" Guid="{C33B4F2A-64E9-4B39-BD72-F0C2F27A619A}" />
        <EventID>6481</EventID>
        <Version>14</Version>
        <Level>2</Level>
        <Task>3</Task>
        <Opcode>0</Opcode>
        <Keywords>0x4000000000000000</Keywords>
        <TimeCreated SystemTime="2014-06-28T11:23:34.565108900Z" />
        <EventRecordID>1419864</EventRecordID>
        <Correlation ActivityID="{CEACAABB-34A0-41F6-88B0-0834929B654C}" />
        <Execution ProcessID="14104" ThreadID="19380" />
        <Channel>Application</Channel>
        <Computer>XYZWFE02.XYZportal.com</Computer>
        <Security UserID="S-1-5-21-681022615-1803309023-368063384-1108" />
      </System>
      <EventData>
        <Data Name="string0">Microsoft.Office.Server.Search.Administration.SearchDataAccessServiceInstance</Data>
        <Data Name="string1">b340454e-ab06-4981-80f7-81d2326a1b32</Data>
        <Data Name="string2">An update conflict has occurred, and you must re-try this action. The object SearchDataAccessServiceInstance was
    updated by XYZPORTAL\spfarm, in the OWSTIMER (7296) process, on machine XYZWFE02.  View the tracing log for more information about the conflict.</Data>
        <Data Name="string3">Microsoft.SharePoint.Administration.SPUpdatedConcurrencyException: An update conflict has occurred, and you must
    re-try this action. The object SearchDataAccessServiceInstance was updated by XYZPORTAL\spfarm, in the OWSTIMER (7296) process, on machine XYZWFE02.  View the tracing log for more information about the conflict.
       at Microsoft.SharePoint.Administration.SPConfigurationDatabase.StoreObject(SPPersistedObject obj, Boolean storeClassIfNecessary, Boolean ensure)
       at Microsoft.SharePoint.Administration.SPConfigurationDatabase.Microsoft.SharePoint.Administration.ISPPersistedStoreProvider.PutObject(SPPersistedObject persistedObject,
    Boolean ensure)
       at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()
       at Microsoft.Office.Server.Search.Administration.SearchDataAccessServiceInstance.Synchronize(Boolean calledFromSearchServiceInstance)
       at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob)</Data>
      </EventData>
    </Event>
    adil

    HI
    I cleared the configuration cache and restarted the Reporting server ,
    and performance point service, 
    and bi Pointers working fine and after some time it stopped to render data,
    and received below error messge in wfe server
    Log Name:      Application
    Source:        Microsoft-SharePoint Products-PerformancePoint Service
    Date:          04/09/35 01:44:58
    م
    Event ID:      1
    Task Category: PerformancePoint Services
    Level:         Error
    Keywords:     
    User:          NT AUTHORITY\IUSR
    Computer:      XYZWFE02.XYZportal.com
    Description:
    An exception occurred while the width of the Web. Diagnostic information that may help determine the cause of the following in this issue:
    Microsoft.PerformancePoint.Scorecards.BpmException: There is a problem in the preparation of a Web Part for display.
    Error code "Services PerformancePoint" is 20700.Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-SharePoint Products-PerformancePoint Service" Guid="{A7CD5295-CBBA-4DCA-8B67-D5BE061B6FAE}" />
        <EventID>1</EventID>
        <Version>14</Version>
        <Level>2</Level>
        <Task>1</Task>
        <Opcode>0</Opcode>
        <Keywords>0x4000000000000000</Keywords>
        <TimeCreated SystemTime="2014-07-01T10:44:58.277694100Z" />
        <EventRecordID>1426175</EventRecordID>
        <Correlation ActivityID="{C4FDF79F-347D-48C5-8F2D-B732D353F20E}" />
        <Execution ProcessID="17088" ThreadID="18964" />
        <Channel>Application</Channel>
        <Computer>XYZWFE02.XYZportal.com</Computer>
        <Security UserID="S-1-5-17" />
      </System>
    </Event>
    adil

  • Getting a second server, suggestions for which services to put on each?

    Hi we currently have one Xserve (G5) which runs all our services, but are about to get a new Xserve and I would like a bit of guidance as to which services I should keep together on one server and which I should move.
    Because the two servers can't run the same OS (one leopard one snow leopard) I know there are some things I cant do, like OD replicas.
    But is it best to keep OD, DNS,AFP, DHCP on the newer server and move other services to the older one.
    We use Kerio for mail/cal, Rumpus for FTP and Retrospect for backup, also have iChat server and wiki server running.

    It depends a bit on number of CPUs, RAM and such in the old machine.
    But generally I would consider the old one for lighter ("backup") duty putting most, all essential services, in the new machine.
    If you run Kerio with the "OD connection" (users and groups from OD) and put the OD in the SLS (new machine) and Kerio in the old LS the "Connected to a directory service" must be used/work.
    This can mean if the SLS stops responding (Kerberos/LDAP) for some reason mail accounts will not be present in Kerio until that is fixed - incoming mail for those accounts will "fail".
    DNS can be used on both preferably setup as master/primary and slave/secondary.
    What machine to run Retrospect on depends on what version/license ("multiple servers" license? - if not you might not be able to use Retrospect Remote on one of the servers), backup type/backup device and other hardware (SCSI card?) used. If using removable backup disks I'd probably use the G5 for Retrospect, especially if it's the older ≤ 6.1.x version, otherwise probably the newer Intel machine.
    I haven't used Retrospect to backup system/configuration, just data.

  • Dying server - error message no service in group....

    Hi, please, look at short cut of ULOG file below - Could you help mi to find the
    problem? Server was running well without problems for about month and now crasched
    3x in an hour...
    Do you have any idea why?
    Many thanks.
    Petr
    132912.ps!statserver.131384.1.0: LIBTUX_CAT:743: ERROR: No service '..TMSYSPOST'
    in group 'SYSGRP'
    132912.ps!statserver.131384.1.0: LIBTUX_CAT:743: ERROR: No service '..TMSYSPOST'
    in group 'SYSGRP'
    132912.ps!statserver.131384.1.0: Deleting StatServer object
    132912.ps!statserver.131384.1.0: Shutting down StatServer
    132912.ps!contextserver.104158.1.0: LIBTUX_CAT:743: ERROR: No service '..TMSYSPOST'
    in group 'SYSGRP'
    132912.ps!contextserver.104158.1.0: LIBTUX_CAT:743: ERROR: No service '..TMSYSPOST'
    in group 'SYSGRP'
    132912.ps!TMSYSEVT.385141.1.0: LIBTUX_CAT:743: ERROR: No service '..TMSYSPOST'
    in group 'SYSGRP'
    132912.ps!TMSYSEVT.385141.1.0: LIBTUX_CAT:743: ERROR: No service '..TMSYSPOST'
    in group 'SYSGRP'
    132912.ps!TMSYSEVT.385141.1.0: CMDTUX_CAT:3010: INFO: TMSYSEVT is exiting
    132912.ps!TMUSREVT.57488.1.0: CMDTUX_CAT:3031: INFO: TMUSREVT is exiting
    132913.ps!BBL.126304.1.0: LIBTUX_CAT:541: WARN: Server APP1GRP/400 terminated
    132913.ps!BBL.126304.1.0: LIBTUX_CAT:550: WARN: Cleaning up restartable server
    APP1GRP/400
    132913.ps!BBL.126304.1.0: LIBTUX_CAT:541: WARN: Server APP1GRP/401 terminated
    132913.ps!BBL.126304.1.0: LIBTUX_CAT:550: WARN: Cleaning up restartable server
    APP1GRP/401
    132913.ps!cleanupsrv.110475.1.-2: 05-15-2003: Tuxedo Version 7.1
    132913.ps!cleanupsrv.110475.1.-2: server APP1GRP/400: CMDTUX_CAT:1074: WARN: Client
    process 128763 - dropped message because server and client died, SERVICE=MSK096
    132913.ps!cleanupsrv.110475.1.-2: server APP1GRP/400: CMDTUX_CAT:551: INFO: server
    removed
    132913.ps!cleanupsrv.110475.1.-2: server APP1GRP/401: CMDTUX_CAT:1074: WARN: Client
    process 128763 - dropped message because server and client died, SERVICE=MSK541
    132913.ps!cleanupsrv.110475.1.-2: server APP1GRP/401: CMDTUX_CAT:1074: WARN: Client
    process 128763 - dropped message because server and client died, SERVICE=MSK620
    132913.ps!cleanupsrv.110475.1.-2: CMDTUX_CAT:542: ERROR: Cannot find service to
    which to forward request
    Best regards
    Petr
    [ULOG.051503]

    Hi, the problem seem's to be with locked DB object (and not active oracle session).
    Now we have no problems any more.
    Thanks Petr
    "Petr Bulant" <[email protected]> wrote:
    >
    >
    >
    Hi, please, look at short cut of ULOG file below - Could you help mi
    to find the
    problem? Server was running well without problems for about month and
    now crasched
    3x in an hour...
    Do you have any idea why?
    Many thanks.
    Petr
    132912.ps!statserver.131384.1.0: LIBTUX_CAT:743: ERROR: No service '..TMSYSPOST'
    in group 'SYSGRP'
    132912.ps!statserver.131384.1.0: LIBTUX_CAT:743: ERROR: No service '..TMSYSPOST'
    in group 'SYSGRP'
    132912.ps!statserver.131384.1.0: Deleting StatServer object
    132912.ps!statserver.131384.1.0: Shutting down StatServer
    132912.ps!contextserver.104158.1.0: LIBTUX_CAT:743: ERROR: No service
    '..TMSYSPOST'
    in group 'SYSGRP'
    132912.ps!contextserver.104158.1.0: LIBTUX_CAT:743: ERROR: No service
    '..TMSYSPOST'
    in group 'SYSGRP'
    132912.ps!TMSYSEVT.385141.1.0: LIBTUX_CAT:743: ERROR: No service '..TMSYSPOST'
    in group 'SYSGRP'
    132912.ps!TMSYSEVT.385141.1.0: LIBTUX_CAT:743: ERROR: No service '..TMSYSPOST'
    in group 'SYSGRP'
    132912.ps!TMSYSEVT.385141.1.0: CMDTUX_CAT:3010: INFO: TMSYSEVT is exiting
    132912.ps!TMUSREVT.57488.1.0: CMDTUX_CAT:3031: INFO: TMUSREVT is exiting
    132913.ps!BBL.126304.1.0: LIBTUX_CAT:541: WARN: Server APP1GRP/400 terminated
    132913.ps!BBL.126304.1.0: LIBTUX_CAT:550: WARN: Cleaning up restartable
    server
    APP1GRP/400
    132913.ps!BBL.126304.1.0: LIBTUX_CAT:541: WARN: Server APP1GRP/401 terminated
    132913.ps!BBL.126304.1.0: LIBTUX_CAT:550: WARN: Cleaning up restartable
    server
    APP1GRP/401
    132913.ps!cleanupsrv.110475.1.-2: 05-15-2003: Tuxedo Version 7.1
    132913.ps!cleanupsrv.110475.1.-2: server APP1GRP/400: CMDTUX_CAT:1074:
    WARN: Client
    process 128763 - dropped message because server and client died, SERVICE=MSK096
    132913.ps!cleanupsrv.110475.1.-2: server APP1GRP/400: CMDTUX_CAT:551:
    INFO: server
    removed
    132913.ps!cleanupsrv.110475.1.-2: server APP1GRP/401: CMDTUX_CAT:1074:
    WARN: Client
    process 128763 - dropped message because server and client died, SERVICE=MSK541
    132913.ps!cleanupsrv.110475.1.-2: server APP1GRP/401: CMDTUX_CAT:1074:
    WARN: Client
    process 128763 - dropped message because server and client died, SERVICE=MSK620
    132913.ps!cleanupsrv.110475.1.-2: CMDTUX_CAT:542: ERROR: Cannot find
    service to
    which to forward request
    Best regards
    Petr

Maybe you are looking for