BPM 10.3 Process Admin Engine Settings

Hi
In BPM 10.3 in the Process Admin console there are a series of engine settings that users can modify, inparticular under the Execution tab there's a section called Automatic Execution where an 'Interruption Retry Internal ' value can be set.
So I'm just trying to understand the impact that will this have on the on process behaviour?
Documentation is limited, but I can only assume that this value relates to the retry internal when you attempt to interrupt a process instance.
Does anyone have any experience / knowledge good or bad with relating to this setting?
Thanks

Hello -
>
Please note that the information below is specific to BPM engine running on WLS.
1) At startup, BPM engine tries to connect to the JMS server.
1a) If the service is not available, it fails and stops the Global Automatic JMS Poller. A restart of BPM engine is required.
1b) If the service is available, it starts consuming messages.
2) When BPM engine is running if at some time the JMS connection goes down, BPM engine tries to reconnect to the JMS server every minute up to 50 times.
2a) If the connection can be reestablished, JMS Poller starts processing messages
again.
2b) If after the 50 retries the connection can not be reestablished, BPM engine logs
a severe message and stops the Global Automatic JMS Poller.
>
BR,
Justin.

Similar Messages

  • Process Admin - Engine configuration - MSSQL error

    Hi,
    In ALBPM 5.7, I tried to create engine setup in Proess Administrator. I am using MSSQL server db and MSSQL 2005 microsoft driver. While starting the engine, I got the following error
    Invalid object name 'PPROCINSTANCE'. com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'PPROCINSTANCE'. at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError ........
    Unable to fix this error. Kindly help

    Hi,
    Usually you get this error only when the database and database tables for the engine have not been created correctly.
    I could be wrong (frequently am), but you might want to verify that you created them. Know you probably know how to do this, but in the 5.7 Process Administrator -> click the engine's name -> Manage Database -> and create the database and data structure using "sa".
    Hope this helps,
    Dan

  • Process execution engine execution error. from the latest HF in BPM Ent.

    Hi All,
    After applying the latest hotfix, I'm now getting this error when trying to launch any of the application.
    My setup is AquaLogic BPM Enterprise 6.0.4 for Weblogic.
    I've tried redeploying all the deployments within Weblogic and also the Admin Center. Nothing has worked.
    Any idea what's causing this?
    Process execution engine execution error.
    Caused by: fuego.io.ObjectSerialization.customWriteObject(Ljava/lang/Object;Ljava/io/ObjectOutputStream;Ljava/lang/Class;)V
    fuego.papi.impl.EngineExecutionException: Process execution engine execution error.
    at fuego.papi.impl.j2ee.EJBProcessControlHandler.doInvoke(EJBProcessControlHandler.java:158)
    at fuego.papi.impl.j2ee.EJBProcessControlHandler.invoke(EJBProcessControlHandler.java:70)
    at $Proxy154.runGlobalActivity(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1410)
    at fuego.lang.JavaObject.invoke(JavaObject.java:227)
    at fuego.papi.impl.j2ee.EJBExecution.next(EJBExecution.java:189)
    at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:177)
    at fuego.web.execution.impl.WebInteractiveExecution.process(WebInteractiveExecution.java:54)
    at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:223)
    at fuego.web.papi.TaskExecutor.runApplicationTask(TaskExecutor.java:349)
    at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:95)
    at fuego.workspace.servlet.ExecutorServlet.doAction(ExecutorServlet.java:117)
    at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:228)
    at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:219)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:61)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at fuego.web.filter.SingleThreadPerSessionFilter.doFilter(SingleThreadPerSessionFilter.java:64)
    at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
    at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3368)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2117)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2023)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1359)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    Caused by: java.lang.NoSuchMethodError: fuego.io.ObjectSerialization.customWriteObject(Ljava/lang/Object;Ljava/io/ObjectOutputStream;Ljava/lang/Class;)V
    at BT_QW.MyProcess.Default_1_0.Instance.writeObject(Instance.xcdl)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:890)
    at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1333)
    at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
    at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
    at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291)
    at fuego.server.ProcInst.getComponentData(ProcInst.java:780)
    at fuego.server.ProcInst.mustStoreComponent(ProcInst.java:2793)
    at fuego.server.persistence.jdbc.JdbcProcessInstancePersMgr.createInstance(JdbcProcessInstancePersMgr.java:1018)
    at fuego.server.persistence.Persistence.createProcessInstance(Persistence.java:669)
    at fuego.server.execution.EngineExecutionContext.persistInstances(EngineExecutionContext.java:1810)
    at fuego.server.execution.EngineExecutionContext.persist(EngineExecutionContext.java:1109)
    at fuego.transaction.TransactionAction.beforeCompletion(TransactionAction.java:132)
    at fuego.connector.ConnectorTransaction.beforeCompletion(ConnectorTransaction.java:685)
    at fuego.connector.ConnectorTransaction.commit(ConnectorTransaction.java:368)
    at fuego.transaction.TransactionAction.commit(TransactionAction.java:302)
    at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:481)
    at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:551)
    at fuego.transaction.TransactionAction.start(TransactionAction.java:212)
    at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123)
    at fuego.server.execution.EngineExecution.executeImmediate(EngineExecution.java:66)
    at fuego.server.AbstractProcessBean.runGlobalActivity(AbstractProcessBean.java:2708)
    at fuego.ejbengine.EJBProcessControlAdapter.runGlobalActivity(EJBProcessControlAdapter.java:1036)
    at fuego.ejbengine.EJBProcessControl_1zamnl_EOImpl.runGlobalActivity(EJBProcessControl_1zamnl_EOImpl.java:3450)
    at fuego.ejbengine.EJBProcessControl_1zamnl_EOImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:335)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252)
    at fuego.ejbengine.EJBProcessControl_1zamnl_EOImpl_1000_WLStub.runGlobalActivity(Unknown Source)
    at fuego.papi.impl.j2ee.EJBProcessControlInterfaceWrapper.runGlobalActivity(EJBProcessControlInterfaceWrapper.java:2033)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at fuego.papi.impl.AbstractProcessControlHandler.invokeInternal(AbstractProcessControlHandler.java:72)
    at fuego.papi.impl.j2ee.EJBProcessControlHandler.doInvoke(EJBProcessControlHandler.java:116)
    ... 39 more

    I ended up rebuilding my ALBPMDir and ALBPMEngine schemas and WebLogic server domains from scratch. When executing the process that was giving me a headache, all of a sudden I got the following error:
    fuego.server.exception.MaxInstanceSizeRuntimeException: Max instance size exceeded.
    Current size is 16538, whereas the maximum size is 16384. This occurs with instance '
    Anyway, the sizes were not terribly far off, but I doubled the process instance size from 16k to 32k and the error went away.
    Something to try on your end, perhaps.
    Chris

  • ALBPM 5.7 BPM process admin issues with Oracle 11g RAC as directory service

    Hi,
    Setup ALBPM 5.7 enterprise for weblogic.
    BPM Engine deployed on weblogic cluster.
    BPM process admin (web console) deployed on tomcat.
    BPM process admin uses WEB-INF/directory.properties for directory configuration.
    things were fine with oracle SID,
    directory.default.url=oracle://<db_host>:1521/schema=diruser,sid=BPMDB { with this, login to process admin was working fine}
    But clueless, on how to configure RAC as the directory service in the above directory.properties file. Since this is a old version, no directory.xml in the installation.
    Connection string:
    (DESCRIPTION =
    (LOAD_BALANCE = on)
    (FAILOVER = on)
    (ADDRESS = (PROTOCOL = TCP)(HOST = DB_HOST1)(PORT=1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = DB_HOST2)(PORT=1521))
    (CONNECT_DATA =
    (SERVICE_NAME = BPMDB)
    (FAILOVER_MODE =
    (TYPE = SELECT)
    (METHOD = BASIC)
    Please help how to use service name (above connection string) in directory.properties, to be able to login to process admin successfully.
    Thanks in advance,
    Swamy

    Using admin center, able to get the string to be used in directory.properties.
    FYI, the string looks like below,
    directory.default.url=oracle://customURL:0/schema=bpmdirectory,customURL=jdbc:oracle:thin:@(DESCRIPTION = (LOAD_BALANCE = on)(FAILOVER = on)(ADDRESS = (PROTOCOL = TCP)(HOST = DB_HOST1)(PORT=1521))(ADDRESS = (PROTOCOL = TCP)(HOST = DB_HOST2)(PORT=1521)) (CONNECT_DATA = (SERVICE_NAME = BPMDB.DOMAIN.COM) (FAILOVER_MODE = (TYPE = SELECT) (METHOD = BASIC))))

  • ALBPM Process Admin Login errror

    Hi,
    I have already setup BPM in /apps/*bpmdv*/ directory in SOLARIS server. Everything is working fine.
    1.Weblogic Admin Console -uses 7001 port
    2.BPM Process Admin uses the port 8011.
    3.DB - is a seperate DB
    Oracle BPM is running fine untill now with the above settings.
    I have set up the same in /apps/*bpmst*/ for our ST testing -->
    1. Weblogic Server is up and running with the port 7101
    2. BPM Process Admin used the port 8111
    3. DB - is a seperate DB
    Now i got problem loggin to BPM Process Admin 8111 with the below error.
    I can login to the Weblogic Admin Server Console , no problem with that.
    *Directory [default] has not been correctly initialized.*
    *Directory [default] has not been correctly initialized. Detail:Even though a Directory Service is currently present at the specified location, the expected Oracle entries could not be found. Either the schema has not been created or the existing directory corresponds to a different Oracle version. Caused by: Login incorrect. Detail:Verify that the information provided is correct. If you cannot solve the problem, check with your administrator. ID [default] PARTICIPANT [admin] REASON [[BEA][Oracle JDBC Driver][Oracle]ORA-01017: invalid username/password; logon denied ]. Caused by: [BEA][Oracle JDBC Driver][Oracle]ORA-01017: invalid username/password; logon denied*
    All the Directory Tables and Engine Tables are created in the schema accrodingly.
    Why i am getting this error.
    Any advice thanks.

    HI All,
    The issue is solved once the directory.xml is verified, the default directoy was pointing to the old name and it is not over-written.
    I edited the file to the current directory and then it works.
    Files checked : directory.xml , webconsole.log for troubleshooting.
    You will not get this error, if you have deployed the bpm only once and if its a new fresh deployment.

  • Server.webBUIServer returns Process Admin but need Workspace port

    While attempting to provide a link to a particular activity in an email via BPM code I have used the following code in ALBPM 5.7.
    String instanceStampId = this.id.id.substring(first : 0, last : this.id.id.indexOf(text : "@")).encodeURL();
    String strLink = server.webBUIServer +
    "/servlet/controller?currentView=unified_inbox&pageId=1&instanceStampId=" +
    instanceStampId +
    "%2F" + "DisplayScreenFlow1";
    strMessage = strMessage + "
    <a href=\"" + strLink + "\"> Click here </body></html>";
    We use port number for workspace 8054 and process administrator 8585. While I need the link to point to our workspace port number and not the process admin port number.
    Anyone please help me to achieve this.
    Edited by: Vikram Srinivasan on Jul 4, 2010 11:41 PM
    Edited by: Vikram Srinivasan on Jul 4, 2010 11:42 PM

    I figured out the solution.
    1. In process Admin -> Click Custom Engine link and -> Networking Tab and provide correct WorkSpace URL
    2. server.webBUIServer refers to this URL and this can be linked to any email.
    3. This will not get reflected until the engine is restarted. Therefore stop the engine and start the engine to resolve this issue.

  • BPM 11g support process archive

    Hi,
    Is BPM 11g suppots process archive?
    Can anyone help me on that?
    Regards,
    Anandh P

    Hi Raj
    1. Terminate means you want to End that Process no matter where it is at any instance of time. Say if I have BPM Process with 10 SwimLanes it can be at any of the Lanes with any User. I am taking simple Example with Human Tasks, but you can apply for other component like Timer servces etc.
    2. I hope you are aware of 2 things specially for Human Tasks: Action named "Withdraw" and a role named "Process Owner". For any human task, under Actions menu you should See a Withdraw option. You can code your application to capture this output using XOR gateway and if outcome is "WITHDRAW" directly end the process and go to End Node. If you have many places like this, there is easy way instead of running wires eveywhere. Create a simple throw even that goes to End Node. And after each human task check outcome if Withdraw, that that error, which will end the process. I hope you got the point.
    b) The reason I mentioned Process Owner is, generally I do NOT give Withdraw control to each User who can work on any Task. If accidentally that User do this action, thats it. The process ENDS and you can never retriive it back. So under .TASK file, I preven Withdraw action to Asssignee and Instead give this action only to OWNER (Process Owner). Process owner is like admin who can pretty much see any tasks and I would give him all the permissions like these Withdraw, Reassing, Suspend etc etc. This gives more controlled power to your application. Anyhow, in bpm workspace, login as process owner and search for any Task aged for long time and jus Withdraw it.
    You can do all the above using APIs also as far as you have Withdraw action going to the End Node.
    If your requirement is something else, ignore above notes. But still you can think along the above lines, if all you want is to Kill a Running Process anytime.
    Thanks
    Ravi Jegga

  • Possible Bug in Process Admin, has Anyone Seen this?

    All,
    We are seeing errors when creating a new external resource for an SQL (Oracle) database in Process Admin. We are using the latest and greatest version of Enterprise for WLS. Resource definitions are disappearing after creation in some cases. Some are saved, some are not. When the ones that fail to show up are created, there is an error saying this resource already exists, even when the values are unique. I believe this is a bug. We rebuilt and redeployed the engine ear only to have an existing resource for the database disappear. Does anyone have a clue what is going on? This is related to a BAM setup.
    CHeers and TIA,
    IGS

    I'm having the same problem, and sometimes it jumps to my entire lightroom casche and I have odd images within my book.  I have to go back to "Library" and get my quick collection.  The other thing I notice is that the text adjustment icon doesn't work most of the time, and then when it does work, the program freezes and I need to call on my task manager to close the program.  The padding controls won't stay where I've set them.  If I unlink to move text down only, it stops working, and sometimes it will also freeze.
    Another thing related to "Book" is I can't go back to get another image and add it to my collection once I have saved my book.  It only remembers the images I used at the time I saved, so I have to start all over.
    I know this is a Beta, but hopefully these things will be fixed.  I think it consumes a tremendous amount of RAM, so response is extremely slow, and I have a LOT of RAM.

  • MESSAGE_NOT_USED - ERR in BPM multi mapping process

    Hi Guys,
    Can any solve this issue please,
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="BPE_ADAPTER">MESSAGE_NOT_USED</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>Message interface is not used by this process</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    I have gone through all kind of prilimanary changes like
    removed IP, reimported to ID
    deleted IP and I did again from scrach (BPM)
    no errors in BPM, activated, SXI_cache : Process return code shows 0, cache activated several times, server bounced.
    Please your valuable inputs for this!!
    Thanks
    San

    San,
    A similar issue has been resolved here ... give it a try -
    BPE_ADAPTER:MESSAGE_NOT_USED
    When you double-click on Integration Process, you will get an option for Repeat Activation on the right-hand side header.
    Hope this helps.
    Regards,
    Neetesh

  • What is Business Process Re-engineering?

    Halo All,
                   This is Sudhanshu S Bhave, Nagpur City. I'm B.E (Electrical Engineering). I want to know about the concept of *Business Process Re-engineering*. I' m actually new to SAP Business One (Functional Domain). I want to do projects on "Energy Utilities" field. May anyone post a suitable reply.

    Dear,
    Check the below link
    http://en.wikipedia.org/wiki/Business_process_reengineering
    http://it.toolbox.com/blogs/sap-library/erp-implementation-and-business-process-reengineering-11537

  • Child process admin thread is shutting down.

    Hi,
    Operating on a web server with the following error message, Child Process is a phenomenon that restart.
    I would like to know what the cause.
    Version - Sun Java System Web Server 6.1
    errors
    [09/Nov/2011:12:31:00] catastrophe ( 7647): Server crash detected (signal SIGBUS)
    [09/Nov/2011:12:31:00] info ( 7647): Crash occurred in NSAPI SAF flex-log
    [09/Nov/2011:12:31:00] info ( 7647): Crash occurred in function flex_init from module /netscape/servers/bin/https/lib/libns-httpd40.so
    [09/Nov/2011:12:31:00] failure (16223): Child process admin thread is shutting down
    [09/Nov/2011:13:42:06] catastrophe (16514): Server crash detected (signal SIGSEGV)
    [09/Nov/2011:13:42:06] info (16514): Crash occurred in NSAPI SAF flex-log
    [09/Nov/2011:13:42:06] info (16514): Crash occurred in function flex_init from module /netscape/servers/bin/https/lib/libns-httpd40.so
    [09/Nov/2011:13:42:06] failure (16223): Child process admin thread is shutting down
    Edited by: 896618 on 2011. 11. 10 오후 9:21

    thanks for the response chris. in answer to your questions - no there are no NSAPI plugins installed and we are getting zero helpful output from the log files.
    /server-root/logs/errors is the only log file that has relevant output at the time of the crashes. our own application logs and the sytem's syslogs have nothing relevant at those times.
    the o/p from the errors log is basically :
    [19/Dec/2002:02:05:39] config ( 5815): [GC
    [19/Dec/2002:02:05:39] config ( 5815): 154915K->129640K(249216K)
    [19/Dec/2002:02:05:39] config ( 5815): , 0.0299277 secs]
    [19/Dec/2002:02:05:39] config ( 5815):
    [19/Dec/2002:02:05:59] failure ( 5814): Child process admin thread is shutting down
    at which point it resets itself. we have a load balanced system and the resets aren't noticed at the front end but i'm beginning to tear my hair out.
    We have the exact same s/w configuration on 2 x Netra T1s and they've been running fine for over a year. We have 2 brand spanking new Fire V100s & the only significant h/w difference between the machines being L2 cache (512k v 2Mb). i would've thought that a bottleneck would throw up errors all over the place and result in a noticeably slower system which isn't the case.
    our next step is to throw in an extra 512Mb RAM and see does that increase the time between resets - currently 24-36hrs. i have a niggling suspicion it may be memory related.
    any other ideas?

  • Can BPM visualize business process at runtime?

    I am new to BPM. I am wondering if it can visualize the business process at run time so that the user knows what is going on. A use case would be in a document approval process, where a document needs to be approved by multiple people in different phases. The user would like to know the current approval status and who is the next approver, etc in a visualized graph.
    Appreciate your response.

    Hi tiwang,
    Are u looking for the Flow. i mean let us Consider Leave Approving Flow.
    You have a Initiator who Applies the Leave and this Task goes to his manager and the Manager will Complete the Task and the Task is routed to next level manager.
    And you would like to see the same BPM flow pictorial in the BPM work list is it wat ur looking for. If yes we can See the flow in BPM workSpace or even BPM worklist.
    Process: Once u Complete the Flow You will try to Test Webservice with Some Sample Values. Then after testing under Response click on Launch Flow Trace.
    Then we will get the Popup with Flow trace. Then Click the Component then we will get the BPMN Process instance with three tabs
    1) Shows the Audit Trail: Like u can see the Complete Payload of each and every Activity what it received and wat it gave the Output.
    2) Flow: Visulaize the Flow
    3) Faults: All the Exceptions which occur
    Hope This is wat ur looking for. Else let me know if something else.
    Regards,
    Pavan

  • Raid Admin loses settings

    As of recently, I've noticed that on my main machine, every time I open up Raid Admin, the settings all default. The agree/disagree window pops up every time and all my raids disappear from the list.
    Ive tried trashing the prefs in /Users/(me)/Library/Prefs and creating a new user, to no avail. Also tried updating to Admin 1.5, with no luck still.

    Hey Steve,
    Thanks for the help! I tried what you said... even tried copying a raid pref file from a different machine, but what I seemed to find out:
    Whenever I add machines and etc, all the files are written to the file, and when I quit they stay as well.
    However, whenever I open the application, the com.apple.RAIDAdmin.plist file is overwritten immidiately with something that looks like this:
    bplist00? MonitoringWindowTopWSystems_MonitoringWindowHeight_LicenseAgreementAccepted_Moni toringWindowLeft_NSTreatUnknownArgumentsAsOpenMonitoringWindowWidth?
    TNameZAttributesYIPAddressTRateTPumaXfFiRQfYw?]192.168.1.204]192.168.1.205B RNO-5Ni?????????????
    Looks like the file becomes corrupt or something?
    UPDATE
    I just installed v. 1.5 on my powerbook and it's started to do the same thing... is this a new bug with the new RAID admin?

  • Issues with CAL Free Solution - SAP BPM and Operational Process Intelligence on SAP HANA [developer edition]

    Hi,
    When I want to suscribe to the CAL Free Solution - SAP BPM and Operational Process Intelligence on SAP HANA, on the Terms and conditions page, even if I scroll down, the button "I accept" is not available.
    Do you have any tips ?

    I am trying to download the SAP BPM and Operational Process Intelligence on SAP HANA [trial edition] - AWS version and get a security error.
    Any ideas where we can get a 90 demo version of SAP PO/PI that will work with AWS?  I am trying to refresh myself on PI7.4?

  • DB Table to reset Login ID for BPM Process Admin in Directory DB

    Hi All,
    Is there any way i can change the BPM Admin Process Login ID,
    and is there any way to check in which TABLE the id is created.
    I have created two ID's in BPM Admin Console : test and admin apart from User ID "weblogic".
    Now i am currently getting the below error
    Directory [default] has not been correctly initialized. Detail:Even though a Directory Service is currently present at the specified location, the expected Oracle entries could not be found. Either the schema has not been created or the existing directory corresponds to a different Oracle version. Caused by: Login incorrect. Detail:Verify that the information provided is correct. If you cannot solve the problem, check with your administrator. ID [default] PARTICIPANT [admin] REASON [[BEA][Oracle JDBC Driver][Oracle]ORA-01017: invalid username/password; logon denied ]. Caused by: [BEA][Oracle JDBC Driver][Oracle]ORA-01017: invalid username/password; logon denied

    This forum is for the J2EE / JEE container WebLogic Server. The BPM product has it's own forum:
    Business Process Management Suite
    Please repost your question there.

Maybe you are looking for

  • Open an existing Excel file created by Report Generation Toolkit

    How would I open an existing Excel file that has been created by the LabVIEW Report Generation Toolkit? Let me explain my application. I have made a test program to collect data on a device. Each time I run the program I want it to append a new row o

  • Why is the video blurry on the iPad2?

    When I watch a video on the iPad2 , using the ABC Player App, uTube app, TV.com app, Netflix  app or just using websites on sky fire, the video will start out crystal clear but will become so blurry that I can't continue to watch, it will occasionall

  • Fonts missing in CS4 but are installed in Win font folder.

    Hi, newbie member and first forum post. Problem - I have 270 fonts installed in the C/win/fonts folder but CS4 only displays ~120 fonts. Is there another approach to getting CS4 to access all fonts? I have followed up with most related posts on this

  • About Depreciation Run

    Hi, All SAP Experts, I want to know the complete process of Depreciation run. I would highly oblige to you all for helping me out. Thanks, Jainendra

  • Migrating from 1.1.8 to 1.3

    Could anyone please let me know, roughly, what will be involved in migration? Is it simply to change a lot of import statements to javax. ..? Thanks in advance.