Forte Fusion Process Management System

I am a newcomer to this product formerly known as Conductor. I am trying to run the example UCC client program and receiving the following error:
SYSTEM ERROR: Exception raised in user application.
Class: qqsp_ErrorDescriptor
Error Time: Fri Oct 14 09:48:52
Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
= 85E82390-A8C3-11D6-ADCA-409DD6FEAA77:0x7968:0x3, taskId =
[85E82390-A8C3-11D6-ADCA-409DD6FEAA77:0x7968:0x3.23]) in application
"FTLaunch_cl0", pid 3516 on node WS117V6226883 in environment CentralEnv.
SYSTEM ERROR: (This error was converted)
Unable to open the specified session. Look further in the error stack for the
reason.
Class: WFException
Class: qqsp_ErrorDescriptor
Detected at: WFSession.OpenSession
Error Time: Fri Oct 14 09:48:52
Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
= 85E82390-A8C3-11D6-ADCA-409DD6FEAA77:0x7968:0x3, taskId =
[85E82390-A8C3-11D6-ADCA-409DD6FEAA77:0x7968:0x3.23]) in application
"FTLaunch_cl0", pid 3516 on node WS117V6226883 in environment CentralEnv.
INFORMATION: Stack Trace for Exception:
Traceback:
ConductorClientClass.connect at line 18
ConductorClientClass.run at line 3
C++ Method(s)
UserApp.Run at offset 105
Class: qqsp_ErrorDescriptor
Error Time: Fri Oct 14 09:48:52
Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
= 85E82390-A8C3-11D6-ADCA-409DD6FEAA77:0x7968:0x3, taskId =
[85E82390-A8C3-11D6-ADCA-409DD6FEAA77:0x7968:0x3.23]) in application
"FTLaunch_cl0", pid 3516 on node WS117V6226883 in environment CentralEnv.
SYSTEM ERROR: Engine CentralEnv is not online.
Class: qqsp_UsageException with ReasonCode: SP_ER_INVALIDSTATE
Error #: [12, 101]
Detected at: WFSession.OpenSession
Last TOOL statement: method ConductorClientClass.connect, line 18
Error Time: Fri Oct 14 09:48:52
Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
= 85E82390-A8C3-11D6-ADCA-409DD6FEAA77:0x7968:0x3, taskId =
[85E82390-A8C3-11D6-ADCA-409DD6FEAA77:0x7968:0x3.23]) in application
"FTLaunch_cl0", pid 3516 on node WS117V6226883 in environment CentralEnv.
The exception sames to be due a an invalid state of the conductor. We are running iIS 3.0.1 and the client is 3.0.9. When I attempt to verify the state through the iIS Console I get a CheckVersion exception regarding the version differences.
I would appreciate any help.
Thanks

The OPMN process want to start, and it controls all other processes. Periodically it checks if all other process are still running. This is done via an heart beat mechanism. In the opmn.xml file you can see all the components managed by OPMN and their time-out. If the OPMN does not get a response within that time-out it will restart or stop the process. You can set the number of retries before stop/restart the process.
I suggest to increase the tim-out and number of retries.

Similar Messages

  • Business Process Management Tool Evaluation ARIS or Systems Architect?

    Hi Group
    I have joined this community yesterday, so I am pretty much new here.
    I work as a Business Process Analyst for a semi govt company. I have been tasked for evaluating a tool for business process management.
    Current scenario is as under:
    1) We are using Microsoft visio as a mapping software
    2) BPMN standards for process modelling
    3) The design phase of our new ERP software will be starting soon.
    4) My company has got vision to become BPM company over the years, we are at very early stage of it.
    The questions I have are,
    1)  Is it worth getting ARIS or System Architect at this stage only for modelling. If now what are the justifications?
    2) Based on your experience what are the steps involved in evaluating such tools
    3) How hard is it to import those visio drawings into ARIS or System Architect
    Your response is much appreciated
    Thanks
    Hemal

    Hi,
    My view (I work as an Enterprise Architect for a very large Resources Company).
    Visio is a drawing tool. It produces nice diagrams and drawings which have no real connection with the process objects, or system objects they represent. typically an organisation ends up with 1,000's of these e diagrams which end up all having to be maintained (and usually are not) so quickly end up being largely out of date and useless.
    Tools like ARIS and other BPM tools, are purpose built Modelling tools. The Process Models built, and each and every object they are composed of are stored in a single, searchable and reportable object oriented database. Each object (if the tool is implemented correctly) has exactly 1 original keyed by a Globally unique Identifier. Other occurrences or copies of that object can be created that are used in multiple places, in multiple processes. Hence maintenance should be easier. If a change is required to the object, change it in one place only, and its automatically also updated in all the other object copies or occurrences. try that with Visio.
    Further, if the models are created using the required and correct notation (for example BPMN or BPEL, then they may be exported into or integrated into application or execution layers that support these notations. Usually this is a part automatic, and part manual process. Hence the BPM models are living representations (not 100% but at least some %) of the running code or processes in your systems.
    Eventually the nirvana will be when this model to execution paradigm is 100% automated, for 100% of business processes, across any platform or system architecture required. A good dream eh!
    The proviso is that all this is designed, built and governed correctly. Like most things, the idea can be good, but the execution bad.
    There are several examples of BPM Modelling tools that are available as free downloads. Savvion, Tibco and Intallio are 3 that come to mind that do this. Perhaps try one or more?
    ARIS has the advantage that it is more integrated with SAP than any of the others.
    The other think that has influenced us toward ARIS is that SAP now use it internally (so I am told) to define and govern the services that end up in their products. the Process is called PIC (Process Integration Content).
    There is a separate thread on it Do SAP Plan to Productise the PIC Internal Process for Customers & ISV's?.
    Hope this helps.
    Phil G.
    Message was edited by:
            Phil Gleadhill

  • RE: (forte-users) memory management

    Brenda,
    When a partition starts, it reserves the MinimumAllocation. Within this
    memory space, objects are created and more and more of this memory is
    actually used. When objects are no longer referenced, they remain in memory
    and the space they occupy remains unusable.
    When the amount of free memory drops below a certain point, the garbage
    collector kicks in, which will free the space occopied by all objects that
    are no longer referenced.
    If garbage collecting can't free enough memory to hold the additional data
    loaded into memory, then the partition will request another block of memory,
    equal to the IncrementAllocation size. The partition will try to stay within
    this new boundary by garbage collecting everytime the available part of this
    memory drops below a certain point. If the partition can't free enough
    memory, it will again request another block of memory.
    This process repeats itself until the partition reaches MaximumAllocation.
    If that amount of memory still isn't enough, then the partition crashes.
    Instrument ActivePages shows the memory reserved by the partition.
    AllocatedPages shows the part of that memory actually used.
    AvailablePages shows the part ot that memory which is free.
    Note that once memory is requested from the operating system, it's never
    released again. Within this memory owned by the partition, the part actually
    used will always be smaller. But this part will increase steadily, until the
    garbage collecter is started and a part of it is freed again.
    There are some settings that determine when the garbage collector is
    started, but I'm not sure which ones they are.
    The garbage collector can be started from TOOL using
    "task.Part.OperatingSystem.RecoverMemory()", but I'm not sure if that will
    always actually start the garbage collector.
    If you track AllocatedPages of a partition, it's always growing, even if the
    partition isn't doing anything. I don't know why.
    If you add AllocatedPages and AvailablePages, you shoud get the value of
    ActivePages, but you won't. You always get a lower number and sometimes even
    considerably lower. I don't know why.
    Pascal Rottier
    Atos Origin Nederland (BAS/West End User Computing)
    Tel. +31 (0)10-2661223
    Fax. +31 (0)10-2661199
    E-mail: Pascal.Rottiernl.origin-it.com
    ++++++++++++++++++++++++++++
    Philip Morris (Afd. MIS)
    Tel. +31 (0)164-295149
    Fax. +31 (0)164-294444
    E-mail: Rottier.Pascalpmintl.ch
    -----Original Message-----
    From: Brenda Cumming [mailto:brenda_cummingtranscanada.com]
    Sent: Tuesday, January 23, 2001 6:40 PM
    To: Forte User group
    Subject: (forte-users) memory management
    I have been reading up on memory management and the
    OperatingSystemAgent, and could use some clarification...
    When a partition is brought online, is the ActivePages value set to the
    MinimumAllocation value, and expanded as required?
    And what is the difference between the ExpandAtPercent and
    ContractAtPercent functions?
    Thanks in advance,
    Brenda
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

    The Forte runtime is millions of lines of compiled C++ code, packaged into
    shared libraries (DLL's) which are a number of megabytes in size. The
    space is taken by the application binary, plus the loaded DLL's, plus
    whatever the current size of garbage collected memory is.
    Forte allocates a garbage-collected heap that must be bigger than the size
    of the allocated objects. So if you start with an 8MB heap, you will always
    have at least 8MB allocated, no matter what objects you actually
    instantiate. See "Memory Issues" in the Forte System Management Guide.
    -tdc
    Tom Childers
    iPlanet Integration Server Engineering
    At 10:37 PM 6/11/01 +0200, [email protected] wrote:
    Hi all,
    I was wondering if anyone had any experience in deploying clients on NT
    concerning
    the memory use of these client apps.
    What is the influence of the various compiler options (optimum
    performance, memory use etc)?
    We seem to see a lot of the memory is taken by the Forte client apps (seen
    in the Task Manager
    of NT) in respect to the other native Window apps. For example an
    executable of approx 4Mb takes up to
    15Mb of memory. When I look at the objects retained in memory after
    garbage collection, these are about
    2Mb. Where do the other Mb's come from?

  • Which version of BPEL Process Manager should I use for Windows 7

    As the one which I downloaded doesn't work.
    [http://www.oracle.com/technology/software/products/ias/bpel/index.html |Windows |Download      soa_windows_x86_bpel_101310.zip (356,697,295 bytes) ]
    I have installed SOA Suite,
    SOA Suite (11.1.1.2.0)
    More Info
    Generic : 1.7 GB
    DownloadDisk1
    Works on all platforms
    AIX5L: 1.7 MB
    DownloadDisk1      
    Included:
    * BPEL Process Manager
    * Human Workflow
    * Business Rules
    * Business Activity Monitoring
    * Mediator
    * B2B
    * Web Services Manager
    * User Messaging Service
    * Enterprise Manager Fusion Middleware Control
         Required Additional Software:
    * WebLogic Server
    * Repository Creation Utility
    * Oracle Database
    * JDeveloper
    * Patch Scripts
    Optional Software:
    * B2B Document Editor
    * Identity Management
    * Access Manager
    * Service Registry
    * SSO Metadata Repository Creation Assistant
    * Web Tier Utilities
         SOA Suite (11.1.1.3.0)
    Business Process Management (11.1.1.3.0)
    More Info
    Generic : 1.9 GB
    DownloadDisk1
    Works on all platforms
    Error of log is as follows,
    Checking installer requirements...
    Checking operating system version: must be 5.0, 5.1 or 5.2. Actual 6.1
    Failed <<<<
    I fear that I may need to remove Windows 7!!:(
    Any pointers?
    Thank you for your help.
    Edited by: user9284468 on 28-May-2010 06:45

    Thanks man, I was wondering that I can't install and run BPEL Process manager on windows 7 but now i have started hoping!:)
    I am getting this error right at first stage, that when you click on setup.exe I get the message which I pasted in my original message.
    I am using bpel process manager for windows 10.1.3.1.0 and SOA Suite 11g(baseline 11.1.2.0) + patch set 11.1.3.0
    Please let me know how i can proceed with installation.
    Thank you.

  • I'm looking for a document management system

    Hi there,
    I'm looking for a way to organize, sort, and make searchable about 1200 Microsoft Word Documents. The way our company uses them is to search for individual documents, and also to group them to create customized packets that are used for training.
    Once a group is created, I need a way to print easily. The other problem is that 60% of the documents are designed for learning so they have an instructors filled in part, and a learners blank part.
    Question 1: Should I separate each document, make the instructor version a separate file? Today, it is one file, with page 1 for the instructor and page 2 for the learner (some docs have more than one page.
    Question 2: Does anyone know of a web plugin or app that will take a collection of word documents, and automatically combine them into 1?
    2 years ago, we created a php searchable system and uploaded all docs into it. It workds pretty well for organizing, searching, grouping, and adding comments about the docs... BUT when it comes time to print, it only downloads a folder filled with all the SEPARATE word files. They are numbered, but because they are not one doc, page numbering is a bear, and each doc has a instructor and learner page... for printing, the trainer needs to tell the office staff which page to print for each handout. the instructor copy or leaner copy. Once a master is made, we photocopy it. So the question: Is there an easier way to create 1 file with all the pages? Like convert to PDF or to a single MS Word document?
    Any suggestions are welcome!
    PS: while we are an all mac shop, we do have a dedicated webserver running linux that we could use.
    PPS: I will have interns this summer, so if the solution involves converting all of our MS word docs into something else like pages, I'm all for it...

    It sounds to me like DevonThink might just replace the php system that you already have.
    One way to tackle this might be to look at automating the combining process, rather than changing the overall management system. Various thoughts:
    If the docs were pdfs, a program like CombinePDFs would let you drag and drop all the files onto a screen, re-order them if necessary, and then hit Merge (actually, I think Preview would let you do this, in Leopard). That might help. However, I don't think it would put on page numbers.
    I'm pretty sure Acrobat would let you combine the PDFs and add page numbers, or perhaps take the combined pdf file and just add page numbers to that. (Not sure if this might require Acrobat for Windows)
    Alternatively, you could tweak the docs themselves so that they use a form of chapter numbering, eg: "PDF Introduction-1, PDF Introduction-2" and "PDF-Advanced-1, PDF-Advanced 2" and then not worry about the page numbers. I wouldn't exactly recommend this, as it's pretty useless to say "turn to page PDF-Intermediate 3" and have people find that page, but it's been done.
    Since they are already Word docs, though, it might be best to stick with Word. Word 2008 has Automator and Applescript, and it should be possible to write an Automator or Applescript such you just drop the documents on an Automator app, and it combines them, adds or updates the page numbers, maybe creates a Table of Contents, and spits out an assembled document.
    That said, I don't know how to do that. There is a Combine Word Documents automator action, certainly. You could try asking over in the Word forums:
    http://www.officeformac.com/ProductForums/Word/
    Or here's a macro that should work in Word 2004 (but not 2008)
    http://www.gaebler.com/How-to-Combine-Multiple-Word-Documents-into-One-Document. htm
    This will work best if all the docs are formatted consistently, based on the same template. If they are not consistently formatted, then the formatting will probably change when you combine them in Word, and that would be an argument for converting them to PDF before combining them. It should also be possible to create an Automator action that will convert all the docs in a folder to PDF.
    I doubt there is going to be anyway to automate the instructor/learner copy--someone will have to do that manually, but it does suggest that if you create separate files for each one, it will be easier to do the search, download the found files from the resulting folder, and then manually just delete the learner file from the folder rather than having to open up the instructor file and delete part of it.
    So, some potential experiments to try. Hope that helps.
    Automator to convert the docs to PDF and then Acrobat to combine and number the pages might be your best bet.

  • Error While creating users in managed system.

    Dear All,
    I am configuring SAP Solution Manager 7.1. I am in stage of Managed System Configuration (for JAVA).
    In step 6 Create user:  While creating (System) user SM_COLL_<SID> I am getting error :
    An error occurred while processing the UME command READ_USER from agent <hostname> : Server returned: 401 Unauthorized. Please check SMD agent application logs.
    And for ABAP System,
    SMDAGENT_XXX Technical User (in Managed System <SID> Client 000)
    while creating user SMDAGENT_<SID> and SAPSUPPORT
    I am getting error:
    No CENTRAL nor DIALOG instance known for system <SID>
    But in SM51 I can see Server Status Active. 
    and Users are not present.(Checked it through SU01)
    I am not getting why this is happening.
    Please help me regarding the same.
    Thanks & Regards
    Ajitabh

    Hi,
    I am pasting the SMD agent application logs:
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[SMDAgentAppLog]/>
    <!PATTERN[SMDAgentApplication.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%t] %10s %m)]/>
    <!ENCODING[Cp1252]/>
    <!FILESET[0, 10, 1000000]/>
    <!PREVIOUSFILE[SMDAgentApplication.9.log]/>
    <!NEXTFILE[SMDAgentApplication.1.log]/>
    <!LOGHEADER[END]/>
    Nov 29, 2011 2:02:09 PM [Thread[Connector,5,main]] Warning    com.sap.smd.wily.hostagent.mai.MaiAdapter - init: Introscope Host Adapter is not active, no Introscope metrics from MAI
    Nov 29, 2011 2:21:01 PM [Thread[Thread-33,5,main]] Warning    com.sap.smd.wily.hostagent.mai.MaiAdapter - init: Introscope Host Adapter is not active, no Introscope metrics from MAI
    Nov 29, 2011 2:38:31 PM [Thread[Thread-67,5,main]] Warning    com.sap.smd.wily.hostagent.mai.MaiAdapter - init: Introscope Host Adapter is not active, no Introscope metrics from MAI
    Nov 30, 2011 1:26:19 PM [Thread[ExRun:OutsideDiscovery_1,5,OutsideDiscovery:ExecTG]] Path       Caught java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:521)
         at com.sap.smd.agent.plugin.connectors.http.ConnectionExtendedImpl.openSocket(ConnectionExtendedImpl.java:2025)
         at com.sap.smd.agent.plugin.connectors.http.ConnectionExtendedImpl.open(ConnectionExtendedImpl.java:1398)
         at com.sap.smd.agent.plugin.connectors.http.ConnectionExtendedImpl.sendInternal(ConnectionExtendedImpl.java:1552)
         at com.sap.smd.agent.plugin.connectors.http.ConnectionExtendedImpl.send(ConnectionExtendedImpl.java:1483)
         at com.tssap.dtr.client.lib.protocol.requests.RequestBase.perform(RequestBase.java:570)
         at com.tssap.dtr.client.lib.protocol.requests.RequestBase.perform(RequestBase.java:693)
         at com.sap.smd.agent.plugin.connectors.http.HTTPConnectorService.performRequest(HTTPConnectorService.java:548)
         at com.sap.smd.agent.plugin.connectors.http.HTTPConnectorService.performRequest(HTTPConnectorService.java:673)
         at com.sap.smd.agent.plugin.connectors.http.HTTPConnectorService.performRequest(HTTPConnectorService.java:638)
         at com.sap.smd.agent.plugin.connectors.http.HTTPConnectorService.performRequest(HTTPConnectorService.java:624)
         at com.sap.smd.agent.plugin.connectors.webservice.SAPHostAgentTrustedConnectionConfigurator.setupTrustedConnection(SAPHostAgentTrustedConnectionConfigurator.java:81)
         at com.sap.smd.agent.plugin.connectors.webservice.WSConnectorFactory.configureLocalSAPHostAgentEndPoint(WSConnectorFactory.java:244)
         at com.sap.smd.agent.plugin.hostagent.check.HostAgentCheckService.getHostAgentVersion(HostAgentCheckService.java:105)
         at com.sap.smd.agent.plugins.dcc.util.WSProxyManager.checkSAPHostAgentVersion(WSProxyManager.java:287)
         at com.sap.smd.agent.plugins.dcc.util.WSProxyManager.initSAPHostControlWebServiceClient(WSProxyManager.java:112)
         at com.sap.smd.agent.plugins.dcc.util.WSProxyManager.getSAPHostControlProxy(WSProxyManager.java:75)
         at com.sap.smd.agent.plugins.dcc.job.PhysicalHostPushJob.run(PhysicalHostPushJob.java:195)
         at com.sap.smd.server.exec.TaskRunner.run(TaskRunner.java:46)
         at com.sap.smd.server.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:781)
         at java.lang.Thread.run(Thread.java:679)
    Nov 30, 2011 1:26:19 PM [Thread[ExRun:OutsideDiscovery_1,5,OutsideDiscovery:ExecTG]] Error      Pb:
    [EXCEPTION]
    java.rmi.RemoteException: Error to perform http request cause by java.io.IOException: Unable to open connection to host "FQDN:1128". The host is down or unavailable...; nested exception is:
         java.io.IOException: Unable to open connection to host "FQDN:1128". The host is down or unavailable.
    Dec 2, 2011 4:56:53 PM [Thread[Thread-368,5,main]] Warning    [Setup]Step Id 1051 has no step description
    Dec 2, 2011 4:56:53 PM [Thread[Thread-368,5,main]] Warning    [Setup]Step Id 1051 has no step description
    Dec 2, 2011 5:02:05 PM [Thread[Thread-363,5,main]] Error      [Setup]Failed to get a soap response from http://FQDN:50000/spml/spmlservice
    Dec 2, 2011 5:02:05 PM [Thread[Thread-363,5,main]] Error      [Setup]An error occured while processing the UME command READ_USER from agent HOSTNAME : Server returned: 401  Unauthorized
    [EXCEPTION]
    com.sap.sup.admin.xmlsoap.core.soap.NativeSOAPException: Server returned: 401  Unauthorized
    Kindly help me out guys.
    Thanks & Regards
    Ajitabh

  • Unable to start Oracle Process Manager from the windows services for OBIEE

    Hi,
    I have OBIEE 11g installed on a 32-bit windows machine. Of the two windows services installed, I am unable to start the Oracle Process Manager. When I try to start it I get the following error:
    Error 1053: The service did not respond to the start or control request  in a timely fashion.
    At the back end, this service is calling the file opmn.exe which is placed at MIDDLEWAREHOME\Oracle_BI1\opmn\bin. On trying to execute this file the error we get is:
    The procedure entry point longjmp could not be located in the dynamic link library orauts.dll
    I have tried replacing the orauts.dll file, but to no avail.
    Please let me know if you have any clue regarding what is to be done.
    Thanks
    Naman

    Hi Naman,
    This error occurs for the following reasons,
    *Path variable is not set properly
    *Multiple Oracle homes exists in the same machine.
    Follow the below steps and let me know if it works,
    1. Select My Computer -> Right Click -> Properties
    2. In the System Properties screen go to Advanced Tab
    3. Click on Environment Variables
    4. In the System Variables section select PATH variable & Click edit
    5. Now you will find that it will contain invalid directories. Remove the incorrect entries. This may happen when you have multiple oracle homes in the same machine
    6. Restart the service.
    Rgds,
    Dpka

  • Problem to start BPEL Console of Oracle BPEL Process Manager 10.1.3.1.0

    Hi everyone!
    I'm writing to yours because I installed Oracle BPEL Process Manager 10.1.3.1.0 but I can't start BPEL Console. I tried to start it by the option menu of Windows XP and by Developer Prompt, but I get a HTTP 404 Not Found page. When I was installing the universall installer told me that it wasn't possible to set ORACLE_HOME variable because it had a value older than 1023 characteres. So, I continue the installation but I can't start the BPEL Console. The Dos Console teld me sometimes when I put http://localhost:9700/BPELConsole..timed out. So, tell me how to resolve that problem.
    I'll be waiting your responses.
    This is the log of "Select Start BPEL PM Server",
    Could not canonicalize 'ERROR: product bean SAWebBinCompBean does not exist' (Th
    e filename, directory name, or volume label syntax is incorrect). From system pr
    operty java.library.path.
    Could not canonicalize 'ERROR: product bean EclipseSACatalogMangerCompBean does
    not exist' (The filename, directory name, or volume label syntax is incorrect).
    From system property java.library.path.
    Could not canonicalize 'ERROR: product bean SQLAnywhereOdbcDriverCompBean does n
    ot exist' (The filename, directory name, or volume label syntax is incorrect). F
    rom system property java.library.path.
    Could not canonicalize 'ERROR: product bean DWSharedUtilityCompBean does not exi
    st' (The filename, directory name, or volume label syntax is incorrect). From sy
    stem property java.library.path.
    Jul 15, 2007 12:48:36 PM com.evermind.server.XMLDataSourcesConfig parseRootNode
    INFO: Legacy datasource detected...attempting to convert to new syntax.
    2007-07-15 12:48:45.378 NOTIFICATION JMSServer[]: OC4J JMS server recovering tra
    nsactions (commit 0) (rollback 0) (prepared 0).
    2007-07-15 12:48:45.408 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[OC4J Domain Queue].
    2007-07-15 12:48:45.448 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/Oc4jJmsExceptionQueue].
    2007-07-15 12:48:45.628 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/notifications].
    2007-07-15 12:48:45.649 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[OracleASRouter_store].
    2007-07-15 12:48:45.959 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/events].
    2007-07-15 12:48:46.049 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/jobstore].
    2007-07-15 12:48:46.149 ERROR Failed to set the internal configuration of the OC
    4J JMS Server with: XMLJMSServerConfig[file:/C:/product/10.1.3.1/OraBPEL_1/bpel/
    system/appserver/oc4j/j2ee/home/config/jms.xml]
    07/07/15 12:48:46 *** (SEVERE) Failed to set the internal configuration of the O
    C4J JMS Server with: XMLJMSServerConfig[file:/C:/product/10.1.3.1/OraBPEL_1/bpel
    /system/appserver/oc4j/j2ee/home/config/jms.xml]
    2007-07-15 12:48:46.149 ERROR J2EE OJR-00011 Exception starting JMS server: Fail
    ed to set the internal configuration of the OC4J JMS Server with: XMLJMSServerCo
    nfig[file:/C:/product/10.1.3.1/OraBPEL_1/bpel/system/appserver/oc4j/j2ee/home/co
    nfig/jms.xml]
    2007-07-15 12:49:29.952 WARNING J2EE JNDI-00002 Resource reference jms/Queue/Not
    ificationSenderQueueConnectionFactory not found. Allowing J2EEContext creation
    to continue anyway.
    2007-07-15 12:49:29.962 WARNING J2EE JNDI-00004 No javax.jms.QueueConnectionFact
    ory found at jms/QueueConnectionFactory
    2007-07-15 12:49:29.962 WARNING J2EE JNDI-00002 Resource reference jms/Queue/Not
    ificationSenderQueue not found. Allowing J2EEContext creation to continue anywa
    y.
    2007-07-15 12:49:29.962 WARNING J2EE JNDI-00004 No javax.jms.Queue found at null
    2007-07-15 12:49:29.962 WARNING J2EE JNDI-00002 Resource reference jms/Queue/Not
    ificationSenderQueueConnectionFactory not found. Allowing J2EEContext creation
    to continue anyway.
    2007-07-15 12:49:29.972 WARNING J2EE JNDI-00004 No javax.jms.QueueConnectionFact
    ory found at jms/QueueConnectionFactory
    2007-07-15 12:49:29.982 WARNING J2EE JNDI-00002 Resource reference jms/Queue/Not
    ificationSenderQueue not found. Allowing J2EEContext creation to continue anywa
    y.
    2007-07-15 12:49:29.982 WARNING J2EE JNDI-00004 No javax.jms.Queue found at null
    2007-07-15 12:49:30.112 ERROR J2EE EJB-03027 [orabpel] An error occured deployin
    g EJB module: java.lang.InstantiationException: Resource exception(BPELjms) for
    MessageDrivenBean InvokerBean during endpoint activation: failure looking up res
    ource provider factory for QueueConnectionFactoryWrapper [Queue]-OracleASJMSConn
    ector.QueueConnectionFactoryWrapper.Demos7.-3f9cb723:113ca91421c:-7fff.22 []: ja
    vax.resource.spi.ResourceAdapterInternalException: Looking up java:comp/resource
    /oc4jjms/jms/collaxa/BPELInvokerQueueFactory: javax.naming.NameNotFoundException
    : No resource named 'oc4jjms/jms/collaxa/BPELInvokerQueueFactory'found
    07/07/15 12:49:30 WARNING: Application.setConfig Application: orabpel is in fail
    ed state as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: Resource excep
    tion(BPELjms) for MessageDrivenBean InvokerBean during endpoint activation: fail
    ure looking up resource provider factory for QueueConnectionFactoryWrapper [Queu
    e]-OracleASJMSConnector.QueueConnectionFactoryWrapper.Demos7.-3f9cb723:113ca9142
    1c:-7fff.22 []: javax.resource.spi.ResourceAdapterInternalException: Looking up
    java:comp/resource/oc4jjms/jms/collaxa/BPELInvokerQueueFactory: javax.naming.Nam
    eNotFoundException: No resource named 'oc4jjms/jms/collaxa/BPELInvokerQueueFacto
    ry'found
    2007-07-15 12:49:30.513 WARNING DEBUG GJRA-1100, oracle.j2ee.connector.messagein
    flow.MessageEndpointFactoryImpl@121c5df.
    2007-07-15 12:49:30.763 WARNING J2EE OJR-00013 Exception initializing deployed a
    pplication: orabpel. Application: orabpel is in failed state as initialization f
    ailed
    2007-07-15 12:49:31.374 ERROR J2EE EJB-03027 [hw_services] An error occured depl
    oying EJB module: com.evermind.server.ejb.deployment.InvalidEJBAssemblyException
    : [hw_services:hw_services_ejb:RemoteWorklistService] - Unable to load ejb-class
    oracle.tip.pc.services.hw.worklist.RemoteWorklistServiceBean, see section 23.2
    of the EJB 2.1 specificationoracle.classloader.util.AnnotatedClassNotFoundExcept
    ion:
    Missing class: oracle.tip.pc.services.hw.worklist.RemoteWorklistServic
    eBean
    Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor
    Loader: oc4j:10.1.3
    Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/appserver/oc
    4j/j2ee/home/lib/oc4j-internal.jar
    Configuration: <code-source> in META-INF/boot.xml in C:\product\10.1.3
    .1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\oc4j.jar
    This load was initiated at hw_services.root:0.0.0 using the Class.forName() meth
    od.
    The missing class is available from the following locations:
    1. Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/services/lib/
    bpm-services.jar (from <code-source> in /C:/product/10.1.3.1/OraBPEL_1/bpel/syst
    em/appserver/oc4j/j2ee/home/config/server.xml)
    This code-source is available in loader oracle.bpel.common:10.1.3. Th
    is shared-library can be imported by the "hw_services" application.
    07/07/15 12:49:31 WARNING: Application.setConfig Application: hw_services is in
    failed state as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: [hw_services:h
    w_services_ejb:RemoteWorklistService] - Unable to load ejb-class oracle.tip.pc.s
    ervices.hw.worklist.RemoteWorklistServiceBean, see section 23.2 of the EJB 2.1 s
    pecificationoracle.classloader.util.AnnotatedClassNotFoundException:
    Missing class: oracle.tip.pc.services.hw.worklist.RemoteWorklistServic
    eBean
    Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor
    Loader: oc4j:10.1.3
    Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/appserver/oc
    4j/j2ee/home/lib/oc4j-internal.jar
    Configuration: <code-source> in META-INF/boot.xml in C:\product\10.1.3
    .1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\oc4j.jar
    This load was initiated at hw_services.root:0.0.0 using the Class.forName() meth
    od.
    The missing class is available from the following locations:
    1. Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/services/lib/
    bpm-services.jar (from <code-source> in /C:/product/10.1.3.1/OraBPEL_1/bpel/syst
    em/appserver/oc4j/j2ee/home/config/server.xml)
    This code-source is available in loader oracle.bpel.common:10.1.3. Th
    is shared-library can be imported by the "hw_services" application.
    2007-07-15 12:49:31.394 WARNING J2EE OJR-00013 Exception initializing deployed a
    pplication: hw_services. Application: hw_services is in failed state as initiali
    zation failed
    2007-07-15 12:49:31.534 ERROR J2EE EJB-03027 [owf] An error occured deploying EJ
    B module: com.evermind.server.ejb.deployment.InvalidEJBAssemblyException: [owf:O
    WFWrapperEJB:OWFRemoteWrapper] - Unable to load ejb-class oracle.tip.pc.services
    .owf.OWFRemoteWrapperBean, see section 23.2 of the EJB 2.1 specificationoracle.c
    lassloader.util.AnnotatedClassNotFoundException:
    Missing class: oracle.tip.pc.services.owf.OWFRemoteWrapperBean
    Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor
    Loader: oc4j:10.1.3
    Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/appserver/oc
    4j/j2ee/home/lib/oc4j-internal.jar
    Configuration: <code-source> in META-INF/boot.xml in C:\product\10.1.3
    .1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\oc4j.jar
    This load was initiated at owf.root:0.0.0 using the Class.forName() method.
    The missing class is available from the following locations:
    1. Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/services/lib/
    bpm-services.jar (from <code-source> in /C:/product/10.1.3.1/OraBPEL_1/bpel/syst
    em/appserver/oc4j/j2ee/home/config/server.xml)
    This code-source is available in loader oracle.bpel.common:10.1.3. Th
    is shared-library can be imported by the "owf" application.
    07/07/15 12:49:31 WARNING: Application.setConfig Application: owf is in failed s
    tate as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: [owf:OWFWrappe
    rEJB:OWFRemoteWrapper] - Unable to load ejb-class oracle.tip.pc.services.owf.OWF
    RemoteWrapperBean, see section 23.2 of the EJB 2.1 specificationoracle.classload
    er.util.AnnotatedClassNotFoundException:
    Missing class: oracle.tip.pc.services.owf.OWFRemoteWrapperBean
    Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor
    Loader: oc4j:10.1.3
    Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/appserver/oc
    4j/j2ee/home/lib/oc4j-internal.jar
    Configuration: <code-source> in META-INF/boot.xml in C:\product\10.1.3
    .1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\oc4j.jar
    This load was initiated at owf.root:0.0.0 using the Class.forName() method.
    The missing class is available from the following locations:
    1. Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/services/lib/
    bpm-services.jar (from <code-source> in /C:/product/10.1.3.1/OraBPEL_1/bpel/syst
    em/appserver/oc4j/j2ee/home/config/server.xml)
    This code-source is available in loader oracle.bpel.common:10.1.3. Th
    is shared-library can be imported by the "owf" application.
    2007-07-15 12:49:31.544 WARNING J2EE OJR-00013 Exception initializing deployed a
    pplication: owf. Application: owf is in failed state as initialization failed
    2007-07-15 12:50:07.096 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: admin_war defined in web site OC4J 10g (10.1.3) Defau
    lt Web Site. Application: admin_war has been stopped
    2007-07-15 12:50:07.096 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: console_war defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: console_war has been stopped
    2007-07-15 12:50:07.246 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: startup_war defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: startup_war has been stopped
    2007-07-15 12:50:07.386 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: httpbinding defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: httpbinding has been stopped
    2007-07-15 12:50:26.003 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: deploy defined in web site OC4J 10g (10.1.3) Default
    Web Site. Application: deploy has been stopped
    2007-07-15 12:50:26.013 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: testconnection defined in web site OC4J 10g (10.1.3)
    Default Web Site. Application: testconnection has been stopped
    2007-07-15 12:50:26.023 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: taskservice defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: taskservice has been stopped
    2007-07-15 12:50:26.033 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: taskmetadataservice defined in web site OC4J 10g (10.
    1.3) Default Web Site. Application: taskmetadataservice has been stopped
    2007-07-15 12:50:26.033 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: taskqueryservice defined in web site OC4J 10g (10.1.3
    ) Default Web Site. Application: taskqueryservice has been stopped
    2007-07-15 12:50:26.033 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: IdentityService defined in web site OC4J 10g (10.1.3)
    Default Web Site. Application: IdentityService has been stopped
    2007-07-15 12:50:26.033 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: usermetadataservice defined in web site OC4J 10g (10.
    1.3) Default Web Site. Application: usermetadataservice has been stopped
    2007-07-15 12:50:26.043 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: runtimeconfigservice defined in web site OC4J 10g (10
    .1.3) Default Web Site. Application: runtimeconfigservice has been stopped
    2007-07-15 12:50:26.043 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: hw_services defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: hw_services has been stopped
    2007-07-15 12:50:26.043 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: worklistxpress defined in web site OC4J 10g (10.1.3)
    Default Web Site. Application: worklistxpress has been stopped
    2007-07-15 12:50:26.043 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: worklistapp defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: worklistapp has been stopped
    2007-07-15 12:50:26.043 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: owf defined in web site OC4J 10g (10.1.3) Default Web
    Site. Application: owf has been stopped
    07/07/15 12:50:36 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
    Thanks for your responses.
    Greetings.

    Hi,
    you said:
    it wasn't possible to set ORACLE_HOME variable because it had a value older than 1023 characteres
    What do you mean with older than 1023 chars?
    I think the easiest way is to uninstall the BPEL Console and run the installer again with correcting the ORACLE_HOME problem...

  • 1 Solution Manager System - Mulitple Companies.

    Hi All,
    Please provide some input/information regarding one Solution Manager system with multiple companies.
    Situation:
    We currently have one Solution Manager system(SMP) that belongs to a main company. Under this company there are 5 separate companies. Each company including the main company has multiple SAP systems with different landscapes. Main Company - ECC6 landscape, BI 7.0, Portal, XI and HR Landscape. All other companies have their unique systems/landscapes with their own support personnel.
    Issues at hand:
    How do we setup Solution Manager to run multiple companies? Do we setup different Solution Landscapes and add each company systems to their own landscapes. How does this effect Service Desk/Charm setup ?
    We also want to implement Service Desk / Charm / EWA and all the other functionality that is available in Solution Manager. Is there any advise on this issue and what are the potential pitfalls.
    Is it possible to be setup multiple clients and have each company work in its own client.
    I would appreciate any advice and information that will assist us with making an informed decision on the best way to proceed with this. I have done research and cannot find any information pertaining to this type of scenario. I'm hoping there are other customers that have a similar problem/issue.
    Thanks and regards,
    Ricky

    Dear Ricky,
    You are right. You sould create multiple solutions u2013 a solution for each company. Each solution comprises the landscape (systems) relevant.
    I don't think setting up multiple clients and have each company work on its own client is a good idea. The solution manager supports monitoring and managing multipal solutions. By creating multiple clients you are loosing the advantage of one-point-of-entery. Besides, a lot of the customization in the SolMan is cross client.
    Regarding the service desk:
    You may create a sold-to-party business partner for each of the companies (transaction BP) and assign each sold-to-party only to the relevant system/iBase in transaction IB52. This will allow you to screen the messages in the service desk by a sold-to-party/company.
    Regarding the EWA:
    The EWA monitors the systems in the solutions. You may have as many solutions as you want.
    Regarding the Charm:
    Sorry, we didnu2019t implement it yetu2026 you should keep asking abour that.
    If you would want to use Business Process Monitoring - this is solution based, so I don't see any problem there.
    Hope it was helpful.
    Good luck!
    Adi Skutelsky

  • Solution manager system log - strange entries

    Hi Everyone,
    the problem we are facing in Solution Manager system log every five minutes appears a new error message:
    2 Database error -30082 at CON
    0 > SQL30082N Security processing failed with reason "24"
    0 > ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001
    First of all the landscape: ECC, BI, CRM, PI and Solman. Each system is DEV, QUA, PRD - except Solution Manager.
    Result of going to see the logs within work directory:
    Connect to %_DCR_XXXXX as db2dcr with DB6_DB_NAME=DCR;DB6_DB_HOST=xxxxxx;DB6_DB_SCHEMA=SAPSR3;DB6_DB_SVCENAME=5912
    C  *** ERROR in DB6Connect[dbdb6.c, 1727] CON = 1 (BEGIN)
    C  &+***      DbSlConnectDB6( SQLDriverConnect ): [IBM][CLI Driver] SQL30082N  Security processing failed with reason "24" ("USE
    C  &+***      RNAME AND/OR PASSWORD INVALID").  SQLSTATE=08001
    C  &+***
    C  &+***
    C  &+***      ABAP location info 'CL_SQL_CONNECTION=============CP', 337
    C  &+***
    C  *** ERROR in DB6Connect[dbdb6.c, 1727] (END)
    C  *** ERROR => DbSlConnect to 'DCR' as 'db2dcr' failed
    [dbdb6.c      1732]
    Some of the systems are being connected successfully and the error messages in SM21 are not related to those systems. But some of the systems like DCR cannot be reached. And this fact causing the error messages.
    I haven't configured Solution Manager because I have joined the project later. I would like to know what job is trying to access the satellite system and for what purpose.
    On solution manager side I have checked all the scheduled background jobs - all of them have been executed successfully.
    There some of them are scheduled but it is hard understand what is purpose of the job.
    I have checked and corrected system landscape through SMSY and have maintained all the RFCs. They all OK now.
    What else could force to make a connection to satellite system? And where is the place where it is hardcoded local(satellite) db2 connection entry?
    Like I said before, some of the systems are being connected but some not. The one which has not been connected - there was recently changed SAP master password. I believe this is the key to resolve the problem. But the system itself operating 100% correctly.
    Perhaps it could be CCMS that makes some extra connections to collect the data from the monitored systems. But I have checked all the RFC's in SM59 and they were OK.
    Any ideas or suggestions would be appreciated.
    Thanks in advance,
    Kind regards,
    Artjom.

    Kaustubh Krishna,
    thank you for respond.
    It was dbacockpit. The connection was maintained with old db2sid password. And it was causing problematic log entries.
    Problem was solved.
    Points awarded.
    Thanks,
    kind regards,
    Artyom

  • Automatic creation of business partners in Solution Manager system in Charm

    When I automatically create business partners in the Solution Manager system from the users in the satellite systems, they are created of type "Business Partner (Gen)" and they are not associated to the user with the same name id in the Solution Manager system, but they are connected to the remote users in the satellite systems. For this reason I change manually every business partner making it of type "employee" and connecting it to the user in the Solution Manager system. In this way I can use it like partner function. Is this the correct procedure to follow? If not, what do I have to do? Which is the correct way to generate business partners in the Solution Manager system from the users in the satellite systems?
    Thanks
    Antonello

    Hi,
    It is advisable to have the same login name for the satellite systems and SOLMAN user.
    Business partner can be created thru tcode DSWP -> Select Solution -> Edit -> Create business partner.
    You need to create a business partner only once by the above method, even if you have a number of satellite systems.
    Once the BP is created , go to tcode BP -> select the business partner -- > In the Identification Tab, enter the systems which will be accessed by the user. Here you can also give the SLM system ID in addition to the other satellite systems.
    The employee connection process which you do is correct
    Rgds
    Abhijit

  • Help needed in oracle 11g soa suite.........(BPEL Process manager)

    we tried to download bpel process manager 11g but as per oracle it is under Oracle Fusion Middleware 11gR1 so we have downloaded the same also.....*
    but the problem is agter installation we are not getting anuthing called oracle bpel process manager and also we are not able to run soa suite..........*
    Can you please suggest how we can install the same or is there any other way so that we can run bpel process manager.*

    Hi,
    Download SOA 11.1.1.2.0 from OTN.
    1. Don't forget to download RCU (Repository Configuration Utility). It is an extractable zip folder. Extract it. Navigate to its bin folder. Invoke rcu.sh/rcu.bat. It will open RCU. Choose Create. Enter your db details. In the next screen, choose SOA Infrastructure schema. Provide a schema prefix. Default would be 'DEV'. Proceed with further steps.
    2. After installing 11gR1, navigate to your $ORACLE_HOME/common/bin
    Invoke config.sh/config.cmd based on your OS. This will open the configuration wizard.
    Choose create domain option. Enter the domain name. Select the templates: SOA Suite and Enterprise Manager. In the JDBC Datasources screen, enter the SOA schema information, db details. Complete the wizard. No need to customize anything else. This will create a SOA Domain.
    3. Run the setNMProps.sh/cmd from $MW_HOME/oracle_common/common/bin folder.
    4. Navigate to $MW_HOME/wlserver_10.3/server/bin. Execute startNodeManager.sh/cmd. This will start the node manager.
    5. Now navigate to your $DOMAIN_HOME. You will be able to find startWeblogic.cmd/sh file. Execute it. This will start your Admin Server.
    6. Once the server started, login to WLS Admin Console (http://host:7001/console). Navigate to Servers. Click on Control tab. Select soa_server1. Start the server.
    This will start the SOA server. To test your soa is up, access the url http://host:8001/soa-infra
    There is no BPEL Console/ ESB Console / OWSM console in 11g. Everything is managed from your EM. EM url would be http://host:admin_server_port/em (http://host:7001/em)

  • I can not make a "Automated Installation of the Introscope Agent" (Managed System Configuration, p.7)

    I can not make a "Byte Code Adapter Installation"
    When I open meets both paragraphs in step Managed System Configuration is somewhat obscure situations that do not allow the automatic configuration Introscope agent and Introscope Manager
    Please help to resolve a number of questions that might help me complete the setup :
    1. Why has the status of Enterprise Manager : <No Enterprise Manager configured> ( see picture)
    I set up Enterprise Manager in accordance with the installation instructions and complied with all the setting items . Since without any configuration can be associated with the appearance of this status ?
    2 . Why Server Node is empty detail settings ?
    JDK Location: 
    Enterprise Manager Host: 
    Enterprise Manager Port: 
    Introscope Agent Name: 
    Introscope Agent Profile: 
    Autoprobe Directives: 
    Wily Version: 
    Introscope Agent Version: 
    Introscope Agent Log Location:
    3 . What a mistake ($ MC: DIAG_WILY_MSG: 032 : L), which appears when I click configuration "Configure Introscope Agent Setup ...", and what it can be linked ? ( see picture )
    And the last question , which is also linked to the process of automatic configuration and refers to a phrase from the instruction (Introscope Version 9
    Installation Guide For SAP July 2012) points out "Automated Installation of the Introscope Agent via SMD"
    there is such an item:
    2 . Deploy ISAGENTJ5 *. SCA which is the Introscope Java Agent 9 with SDM to Solution Manager. You may need to deploy also ISAGENT *. SCA which is Introscope Java Agent 8.
    However, nowhere does it say where exactly ( on what the absolute path ) I must perform unloading and then what to do with this discharge

    The problem was resolved a small manipulation - on stage Basic Configuration,
    point 3 "Configure CA Introscope"
    I forgot to add to the list of CA Introscope Enterprise Managers link to my manager.
    Thus it is necessary to take into account that the path should be correct (usually for linux - /usr/sap/ccms/apmintroscope) and the directory should be applied appropriate privileges.
    Then in paragraph "Byte Code Adapter Installation" - there are all the necessary data, and it starts to work correctly

  • 11.1.2  Oracle Process Manager - start  error

    Hi,
    i start EPM system batch file, the Oracle Process Manager (EPM_epmsystem1) service did not start, i found this in starter.log.
    First time after installation the service went up without any problems.
    start:
    [starter] oracle.as.management.opmn.optic.OpticException: Error in starting opmn server
    [starter] Operation aborted because of a parse error or bad value specified in opmn.xml
    [starter]      at oracle.as.management.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:310)
    [starter]      at oracle.as.management.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:87)
    [starter]      at com.hyperion.cis.ant.starter.OPMNStarter.startAndReloadOpmnCtl(OPMNStarter.java:174)
    [starter]      at com.hyperion.cis.ant.starter.OPMNStarter.init(OPMNStarter.java:47)
    [starter]      at com.hyperion.cis.ant.starter.StarterEngine.load(StarterEngine.java:129)
    [starter]      at com.hyperion.cis.ant.starter.StarterEngine.execute(StarterEngine.java:103)
    [starter]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [starter]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [starter]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [starter]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [starter]      at java.lang.reflect.Method.invoke(Method.java:597)
    [starter]      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    [starter]      at org.apache.tools.ant.Task.perform(Task.java:348)
    [starter]      at org.apache.tools.ant.Target.execute(Target.java:357)
    [starter]      at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [starter]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    [starter]      at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    [starter]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [starter]      at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    [starter]      at org.apache.tools.ant.Main.runBuild(Main.java:698)
    [starter]      at org.apache.tools.ant.Main.startAnt(Main.java:199)
    [starter]      at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
    [starter]      at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
    [starter] Components sequence: [[AnalyticProviderServices.properties, BPMS_bpms1_Server.properties, CalcMgr.properties, EIS.properties, EisServer.properties, EpmaDataSync.properties, EpmaWebReports.properties, Essbase.properties, EssbaseAdminServices.properties, FoundationServices.properties, OHS.properties, Planning.properties, ProcessManager.properties, RMI.properties, RaFramework.properties, RaFrameworkAgent.properties, ocm.properties]]
    [starter] Starting component: FoundationServices.properties
    [starter] Selected starter: com.hyperion.cis.ant.starter.ServiceStarter@193a66f[name=HyS9FoundationServices,checker=com.hyperion.cis.ant.starter.checkers.J2eeChecker@c9131c,engine=<null>,id=<null>,type=<null>,waitFor=true,running=false,timeout=500000,interval=5000,softDependency=[],strongDependency=[],isExecuted=false]
    [starter] Start time: Thu May 13 10:01:48 CEST 2010
    [starter] End time: Thu May 13 10:03:30 CEST 2010. Delay : 101937ms
    [starter] Starting component: AnalyticProviderServices.properties
    [starter] Selected starter: com.hyperion.cis.ant.starter.ServiceStarter@1ec8909[name=HyS9aps,checker=com.hyperion.cis.ant.starter.checkers.J2eeChecker@18c56d,engine=<null>,id=<null>,type=<null>,waitFor=true,running=false,timeout=500000,interval=5000,softDependency=[FoundationServices.properties],strongDependency=[],isExecuted=false]
    [starter] Start time: Thu May 13 10:03:32 CEST 2010
    [starter] End time: Thu May 13 10:05:01 CEST 2010. Delay : 89688ms

    Hi,
    i start EPM system batch file, the Oracle Process Manager (EPM_epmsystem1) service did not start, i found this in starter.log.
    First time after installation the service went up without any problems.
    start:
    [starter] oracle.as.management.opmn.optic.OpticException: Error in starting opmn server
    [starter] Operation aborted because of a parse error or bad value specified in opmn.xml
    [starter]      at oracle.as.management.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:310)
    [starter]      at oracle.as.management.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:87)
    [starter]      at com.hyperion.cis.ant.starter.OPMNStarter.startAndReloadOpmnCtl(OPMNStarter.java:174)
    [starter]      at com.hyperion.cis.ant.starter.OPMNStarter.init(OPMNStarter.java:47)
    [starter]      at com.hyperion.cis.ant.starter.StarterEngine.load(StarterEngine.java:129)
    [starter]      at com.hyperion.cis.ant.starter.StarterEngine.execute(StarterEngine.java:103)
    [starter]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [starter]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [starter]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [starter]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [starter]      at java.lang.reflect.Method.invoke(Method.java:597)
    [starter]      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    [starter]      at org.apache.tools.ant.Task.perform(Task.java:348)
    [starter]      at org.apache.tools.ant.Target.execute(Target.java:357)
    [starter]      at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [starter]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    [starter]      at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    [starter]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [starter]      at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    [starter]      at org.apache.tools.ant.Main.runBuild(Main.java:698)
    [starter]      at org.apache.tools.ant.Main.startAnt(Main.java:199)
    [starter]      at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
    [starter]      at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
    [starter] Components sequence: [[AnalyticProviderServices.properties, BPMS_bpms1_Server.properties, CalcMgr.properties, EIS.properties, EisServer.properties, EpmaDataSync.properties, EpmaWebReports.properties, Essbase.properties, EssbaseAdminServices.properties, FoundationServices.properties, OHS.properties, Planning.properties, ProcessManager.properties, RMI.properties, RaFramework.properties, RaFrameworkAgent.properties, ocm.properties]]
    [starter] Starting component: FoundationServices.properties
    [starter] Selected starter: com.hyperion.cis.ant.starter.ServiceStarter@193a66f[name=HyS9FoundationServices,checker=com.hyperion.cis.ant.starter.checkers.J2eeChecker@c9131c,engine=<null>,id=<null>,type=<null>,waitFor=true,running=false,timeout=500000,interval=5000,softDependency=[],strongDependency=[],isExecuted=false]
    [starter] Start time: Thu May 13 10:01:48 CEST 2010
    [starter] End time: Thu May 13 10:03:30 CEST 2010. Delay : 101937ms
    [starter] Starting component: AnalyticProviderServices.properties
    [starter] Selected starter: com.hyperion.cis.ant.starter.ServiceStarter@1ec8909[name=HyS9aps,checker=com.hyperion.cis.ant.starter.checkers.J2eeChecker@18c56d,engine=<null>,id=<null>,type=<null>,waitFor=true,running=false,timeout=500000,interval=5000,softDependency=[FoundationServices.properties],strongDependency=[],isExecuted=false]
    [starter] Start time: Thu May 13 10:03:32 CEST 2010
    [starter] End time: Thu May 13 10:05:01 CEST 2010. Delay : 89688ms

  • Error in run Hyperion S9 EPM Architect Process Manager

    and i installing Hyperion 9.3.1 winxpSP2
    I can't able to start the following services.
    -> Hyperion S9 EPM Architecht process Manager
    -> Hyperion S9 EPM Architecht job Manager
    -> Hyperion S9 EPM Architecht Event Manager
    -> Hyperion S9 EPM Architecht Engine Manager
    Though i could able to start the two other services( Web ATS5 and Data Synchonization ATS5) successfully.
    and when i check the windows event . the erorr message following:
    Service cannot be started. Hyperion.DimensionServer.ProcessManager.Interface.ProcessManagerException: Cannot initialize the Session Manager. ---> System.Runtime.InteropServices.COMException (0x80010105): 。 (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))
    at COMJNIBridgeLib.CASSecurityClass.Initialize(String bstrJvmPath, String bstrClasspath, String bstrLibPath, String bstrHubHost, String bstrHubPort, String bstrCSSConnectionInfo, Boolean vbEnableNestedGroups, String bstrHyperionHome)
    at Hyperion.DimensionServer.SessionManager.CasSecurityProvider.Initialize(String jvmPath, String classPath, String ctgLibPath, String cssConnInfo, String hubHost, String hubPort, Boolean enableNestedGroups)
    at Hyperion.DimensionServer.SessionManager.SessionManager.Initialize(String jvmPath, String classPath, String ctgLibPath, String cssConnInfo, String hubHost, String hubPort, Boolean enableNestedGroups, String rdbmsVendor, String rdbmsConnParams, Int32 rdbmsCommandTimeout, Boolean restorePastInstanceSessions, Boolean enabl...

    Hi
    I've got the same problem, not able to start the services mentioned above.
    The error message in windows event is following:
    Service cannot be started. System.ArgumentException: Expected even number of characters.
    at Hyperion.DimensionServer.EncryptBuffer.EncryptBuffer.eightFromFourBit(Byte[] byteArray, Byte baseByte)
    at Hyperion.DimensionServer.EncryptBuffer.EncryptBuffer.Decrypt(String decryptString)
    at Hyperion.DimensionServer.Configuration.Configuration.ReadConfigurationSettings(XPathNavigator navigator)
    at Hyperion.DimensionServer.Configuration.Configuration.ReadConfigurationSettings(String configFile)
    at Hyperion.DimensionServer.Configuration.Configuration.ReadConfigurationSettings()
    at Hyperion.DimensionServer.ProcessManager.ProcessManager.Initialize()
    at Hyperion.DimensionServer.ProcessManager.Service.OnStart(String[] args)
    at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
    Any ideas? Thx
    Andy

Maybe you are looking for

  • Getting first and last day of week

    Dear all . Is there any funcion module which gives first and last day of the current week . Eg . todays day is 15.11.2006 start date of week : 13.11.2006 end date of week : 19.11.2006 in the same way I want how many days are there in month . Eg : for

  • How do you change the APN setting on an iPhone 4 from AT&T to the straighttalk apn

    I would like to know if I need to insert my straighttalk SIM card in with the phone turned off or on and directions to change the Apn settings in order receive phone service As well as before on AT&T. This phone was unlocked by AT&T an restored on iT

  • Is it possible to plug my Xbox into my iMac?

    I know about the Elgato thing, BUT I have very little money. Is there a way to use my iMac as a monitor for cheap?

  • Settings for canon lide 210

    how do i set my scanner for scaning jpg photographs as my scaner automaticlly is scaning everything as a pdf

  • DBA jobs...Advise plz

    Hi All , I am struggling to find Jr Oracle DBA jobs in the current market . I have done my Masters here in US but I haven't been successful in finding a Jr Oracle DBA job here . I have around 1 yr of experience as a DBA . Can you please guide me into