Regarding Participant Creation::Authentication in Oracle BPM Admin Console

Hi,
Q1:- Could anyone help me in validating whether we can additional information about participant in Admin console. The parameters available for Participant creation are:
UserId, First Name,Last Name, Email, Password, Confirm Passowrd, etc.
Now suppose, I want to add Manager's information also like Manager's Name and Manager's ID with the Participant information. These fields are not present in Participant Creation form.
Is it possible to add these information also?? If yes, how??
Q2:- We are using PAPI API where we have ASP.net which is used as Front-End and thru PAPI, BPM process is initiated which means we are not going to use BPM Workspace at all. Is it possible that we can disable the Authentication property of BPM Engine when we require interaction with external .net application via PAPI API. Please suggest?
Thanks in advance,
Abhishek

Hi,
not any thing new from the already given answer. But, i hope this examples gives more clarity.
Answers below:
1) ORACLE_SID is the answer
2) see the output below.
SQL> startup nomount
ORACLE instance started.
Total System Global Area 61785680 bytes
Fixed Size 730704 bytes
Variable Size 58720256 bytes
Database Buffers 2048000 bytes
Redo Buffers 286720 bytes
SQL> select instance_name from v$instance;
INSTANCE_NAME
mytestdB
SQL>
SQL> show parameter db_name
NAME TYPE
VALUE
db_name string
mytestdB
3) Check environment variables for ORACLE_HOME variable will let you know the location of the PFILE. By default it will be ORACLE_HOME/database (windows), ORACLE_HOME/dbs (LINUX/UNIX).
SET command will help you or use widows options.
In some other cases, the PFILE contains the link to it with IFILE value left in PFILE which should show the location.
4) Check environment variables for ORACLE_HOME variable will let you know the location of the password file. By default it will be expected in ORACLE_HOME/database (windows), ORACLE_HOME/dbs (LINUX/UNIX).
Regrds,
Vasu.

Similar Messages

  • Oracle BPM Admin Center Configuration

    Hi All,
    I am trying to configure the Oracle BPM Admin Center but i am getting the following error.plz can any one reply if you have any idea.....
    Configuring Oracle BPM.....
    Could not create Schema.
    fuego
    Detail Cause :An error occured while executing an operation in database:'[BEA][OracleJDBC Driver][Oracle] ORA-28000:The account is locked
    The Database URL is jdbc:bea:oracle://localhost.localdomain:1521;SID=ORCL'
    Please respond if any solutions
    Thank you.

    Thanks .its helpful but the new error that i am getting while executing the WLST script as follows:
    No Weblogic Server running on specified host and port
    Creating connector [fuego:SQL]
    java.sql.SQLException: [BEA][Oracle JDBC Driver]Error establishing socket to host and port: localhost.localdomain:1521. Reason: Connection refused
    at albpm.jdbc.base.BaseExceptions.createException(Unknown Source)
    at albpm.jdbc.base.BaseExceptions.getException(Unknown Source)
    at albpm.jdbc.oracle.OracleImplConnection.makeConnectionHelper(Unknown Source)
    at albpm.jdbc.oracle.OracleImplConnection.makeConnection(Unknown Source)
    at albpm.jdbc.oracle.OracleImplConnection.connectAndAuthenticate(Unknown Source)
    at albpm.jdbc.oracle.OracleImplConnection.open(Unknown Source)
    at albpm.jdbc.base.BaseConnection.connect(Unknown Source)
    at albpm.jdbc.base.BaseConnection.setupImplConnection(Unknown Source)
    at albpm.jdbc.base.BaseConnection.open(Unknown Source)
    at albpm.jdbc.base.BaseDriver.connect(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at fuego.database.datadirect.oracle.DataDirectOracleDatabaseManager.systemConnect(DataDirectOracleDatabaseManager.java:615)
    at fuego.database.datadirect.oracle.DataDirectOracleDatabaseManager.createUser(DataDirectOracleDatabaseManager.java:197)
    at fuego.jdbc.DatabaseManager.createUser(DatabaseManager.java:648)
    at fuego.directory.provider.jdbc.JDBCFactory.createInternalSchema(JDBCFactory.java:584)
    at fuego.directory.provider.jdbc.JDBCFactory.createSchema(JDBCFactory.java:199)
    at fuego.directory.Directory.createSchema(Directory.java:94)
    at fuego.config.common.BPMConfiguration.createDirectory(BPMConfiguration.java:384)
    at fuego.configwizard.ConfigWizard.executeWizard(ConfigWizard.java:227)
    at fuego.configwizard.ExecutionStep$ExecutionStepPanel$1.run(ExecutionStep.java:113)
    at fuego.ui.peer.swing.SwingToolkit$TaskFromBooleanTask.run(SwingToolkit.java:181)
    at foxtrot.AbstractWorkerThread$2.run(AbstractWorkerThread.java:49)
    at java.security.AccessController.doPrivileged(Native Method)
    at foxtrot.AbstractWorkerThread.runTask(AbstractWorkerThread.java:45)
    at foxtrot.workers.DefaultWorkerThread.run(DefaultWorkerThread.java:153)
    at java.lang.Thread.run(Unknown Source)
    Could not create schema.
    fuego
    Detail:Cause: An error occurred when executing an operation in database: '[BEA][Oracle JDBC Driver]Error establishing socket to host and port: localhost.localdomain:1521. Reason: Connection refused'.
    The database URL is: 'jdbc:bea:oracle://localhost.localdomain:1521;SID=ORCL'.
    Caused by: An error occurred when executing an operation in database: '[BEA][Oracle JDBC Driver]Error establishing socket to host and port: localhost.localdomain:1521. Reason: Connection refused'.
    The database URL is: 'jdbc:bea:oracle://localhost.localdomain:1521;SID=ORCL'.
    Caused by: [BEA][Oracle JDBC Driver]Error establishing socket to host and port: localhost.localdomain:1521. Reason: Connection refused
    Caused by: [BEA][Oracle JDBC Driver]Error establishing socket to host and port: localhost.localdomain:1521. Reason: Connection refused
    Caused by: [BEA][Oracle JDBC Driver]Error establishing socket to host and port: localhost.localdomain:1521. Reason: Connection refused
    Caused by: [BEA][Oracle JDBC Driver]Error establishing socket to host and port: localhost.localdomain:1521. Reason: Connection refused
    Caused by: [BEA][Oracle JDBC Driver]Error establishing socket to host and port: localhost.localdomain:1521. Reason: Connection refused
    The database URL is: 'jdbc:bea:oracle://localhost.localdomain:1521;SID=ORCL'.
    at fuego.directory.exception.CouldNotCreateSchemaException.create(CouldNotCreateSchemaException.java:63)
    at fuego.directory.provider.jdbc.JDBCFactory.createInternalSchema(JDBCFactory.java:595)
    at fuego.directory.provider.jdbc.JDBCFactory.createSchema(JDBCFactory.java:199)
    at fuego.directory.Directory.createSchema(Directory.java:94)
    at fuego.config.common.BPMConfiguration.createDirectory(BPMConfiguration.java:384)
    at fuego.configwizard.ConfigWizard.executeWizard(ConfigWizard.java:227)
    at fuego.configwizard.ExecutionStep$ExecutionStepPanel$1.run(ExecutionStep.java:113)
    at fuego.ui.peer.swing.SwingToolkit$TaskFromBooleanTask.run(SwingToolkit.java:181)
    at foxtrot.AbstractWorkerThread$2.run(AbstractWorkerThread.java:49)
    at java.security.AccessController.doPrivileged(Native Method)
    at foxtrot.AbstractWorkerThread.runTask(AbstractWorkerThread.java:45)
    at foxtrot.workers.DefaultWorkerThread.run(DefaultWorkerThread.java:153)
    at java.lang.Thread.run(Unknown Source)
    Caused by: fuego.sql.DatabaseException: An error occurred when executing an operation in database: '[BEA][Oracle JDBC Driver]Error establishing socket to host and port: localhost.localdomain:1521. Reason: Connection refused'.
    The database URL is: 'jdbc:bea:oracle://localhost.localdomain:1521;SID=ORCL'.
    at fuego.sql.DatabaseException.checkException(DatabaseException.java:115)
    at fuego.database.datadirect.oracle.DataDirectOracleDatabaseManager.createUser(DataDirectOracleDatabaseManager.java:211)
    at fuego.jdbc.DatabaseManager.createUser(DatabaseManager.java:648)
    at fuego.directory.provider.jdbc.JDBCFactory.createInternalSchema(JDBCFactory.java:584)
    ... 11 more
    Caused by: java.sql.SQLException: [BEA][Oracle JDBC Driver]Error establishing socket to host and port: localhost.localdomain:1521. Reason: Connection refused
    at albpm.jdbc.base.BaseExceptions.createException(Unknown Source)
    at albpm.jdbc.base.BaseExceptions.getException(Unknown Source)
    at albpm.jdbc.oracle.OracleImplConnection.makeConnectionHelper(Unknown Source)
    at albpm.jdbc.oracle.OracleImplConnection.makeConnection(Unknown Source)
    at albpm.jdbc.oracle.OracleImplConnection.connectAndAuthenticate(Unknown Source)
    at albpm.jdbc.oracle.OracleImplConnection.open(Unknown Source)
    at albpm.jdbc.base.BaseConnection.connect(Unknown Source)
    at albpm.jdbc.base.BaseConnection.setupImplConnection(Unknown Source)
    at albpm.jdbc.base.BaseConnection.open(Unknown Source)
    at albpm.jdbc.base.BaseDriver.connect(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at fuego.database.datadirect.oracle.DataDirectOracleDatabaseManager.systemConnect(DataDirectOracleDatabaseManager.java:615)
    at fuego.database.datadirect.oracle.DataDirectOracleDatabaseManager.createUser(DataDirectOracleDatabaseManager.java:197)
    ... 13 more
    ErrorError
    The specified path for WebLogic Home is not valid. For example, a valid Weblogic Home for WLS 10.0 could be c:\bea\wlserver_10.0 or /bea/wlserver_10.0
    ErrorError
    The specified path for WebLogic Home is not valid. For example, a valid Weblogic Home for WLS 10.0 could be c:\bea\wlserver_10.0 or /bea/wlserver_10.0
    ErrorError
    The specified path for WebLogic Home is not valid. For example, a valid Weblogic Home for WLS 10.0 could be c:\bea\wlserver_10.0 or /bea/wlserver_10.0
    ErrorError
    No Weblogic Server running on specified host and port
    QuestionConfirm Action
    Do you want to cancel this wizard?

  • Oracle BPM Admin Center API Details

    Hi All,
    I am looking to access admin features (as adding role, participant etc) of Oracle BPM through API.
    But am not getting API for the same.. If any one have implemented it.. please help me to get the details of API
    Warm Regards,
    Ankur

    Check out the following Links :
    Fuego.Lib.Role : [http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/standard_components/index.html?t=Fuego/Lib/Role/Role_component.html]
    Fuego.Fdi.DirOrganizationRole : [http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/standard_components/index.html?t=Fuego/Fdi/DirOrganizationalRole/DirOrganizationalRole_component.html]
    They will help you in adding roles and participants
    Thanks,
    Karmaresh
    Edited by: user856811 on Mar 15, 2010 10:19 PM

  • Authentication denied on Weblogic admin console

    I was playing with security policy for web applications and now I can't login from
    console any more. It gives following error : Authentication Denied
    The username or password has been refused by WebLogic Server. Please try again.
    I can start the server from command line. How can I find out what is the problem
    and how can I fix it ?
    Thanks,
    MK

    Hi AB.
    You can write your own pages and add them to WebLogic admin console by writing a console extension, here is a link to bea doc http://e-docs.bea.com/wls/docs100/console_ext/understandext.html
    Regards,
    Felix

  • Grouping config params of Authentication Provider on WLS admin console

    Hi,
    I am working on an Authentication provider which talks to a Identity provider to authenticate users. The MJF file contains the configuration parameters such as the Identity Provider host, port and other information.
    The Authentication provider is configurable through WebLogic Admin console. I want to re-order the display of the Provider specific configuration parameters. Currently the configuration parameters are displayed randomly.
    Please let me know if somebody have any pointers.

    Hi
    Unfortunately this is NOT possible. If you configured AD using out of box AD Providers, you get READ ONLY access to that AD means you can only Read data. BUT you cannot update the data in AD like password or any other property of the user who exists in AD. All the out of box providers you see for configuring external security providers implement only Read Only APIs and Read only MBeans etc.
    The only solution is, to create your own Custom Authentication Provider that access your external AD using standard JAVA APIs and do operations like read or update. Java APIs can do pretty much all the things. Then configure this custom authentication provider in the console. NOW, this logic is really complex and you may find some examples if you google around. So if you really need this requirement there is no other alternative.
    Thanks
    Ravi Jegga

  • OutOfMemoryError when running Oracle BPM Enterprise's Configuration Wizard

    Hi,
    I was trying to configure Oracle BPM Enterprise via Oracle BPM Admin Center. I left most of the settings to their respective default values; only adding in passwords for the Directory, Engine, etc. However an error was encountered when it is trying to deploy the '01-eng-bpmengine' EAR file. A 'OutOfMemoryError: Java heap space' was logged after running the configuration for a while. Below is the full error log:
    AdmCenterConsole.log
    FuegoLauncher.main()
    fix classpath: C:\OraBPMwlHome\bin;C:\OraBPMwlHome\bin\lax.jar;
    new classpath: C:\OraBPMwlHome\bin\lax.jar;FuegoLauncher.main() - 2
    arg[0] = C:\OraBPMwlHome\bin\obpmadmcenter.properties
    StreamLogOutput: No log file specified in property 'fuego.log.admcenter.file'.
    Defaulting to System.err.
    [<I> 03/03/09 20:54:12]
    [<I> 03/03/09 20:54:12] CLASSPATH=C:\bea\patch_wlw1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Java\JDK16~1.0_1\lib\tools.jar;C:\bea\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\bea\WLSERV~1.3\server\lib\weblogic.jar;C:\bea\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\bea\WLSERV~1.3\server\lib\webservices.jar;C:\bea\modules\ORGAPA~1.5/lib/ant-all.jar;C:\bea\modules\NETSFA~1.0_1/lib/ant-contrib.jar;
    [<I> 03/03/09 20:54:12]
    [<I> 03/03/09 20:54:12] PATH=C:\bea\patch_wlw1030\profiles\default\native;C:\bea\patch_wls1030\profiles\default\native;C:\bea\patch_cie660\profiles\default\native;C:\bea\WLSERV~1.3\server\native\win\32;C:\bea\WLSERV~1.3\server\bin;C:\bea\modules\ORGAPA~1.5\bin;C:\Java\JDK16~1.0_1\jre\bin;C:\Java\JDK16~1.0_1\bin;C:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Java\jdk1.6.0_10\bin;C:\apache-ant-1.6.5\bin;C:\bea\WLSERV~1.3\server\native\win\32\oci920_8
    [<I> 03/03/09 20:54:12]
    [<I> 03/03/09 20:54:12] Your environment has been set.
    [<I> 03/03/09 20:54:12]
    [<I> 03/03/09 20:54:12] CLASSPATH=C:\bea\patch_wlw1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Java\JDK16~1.0_1\lib\tools.jar;C:\bea\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\bea\WLSERV~1.3\server\lib\weblogic.jar;C:\bea\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\bea\WLSERV~1.3\server\lib\webservices.jar;C:\bea\modules\ORGAPA~1.5/lib/ant-all.jar;C:\bea\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\bea\WLSERV~1.3\common\eval\pointbase\lib\pbembedded57.jar;C:\bea\WLSERV~1.3\common\eval\pointbase\lib\pbtools57.jar;C:\bea\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar
    [<I> 03/03/09 20:54:13]
    [<I> 03/03/09 20:54:13] Initializing WebLogic Scripting Tool (WLST) ...
    [<I> 03/03/09 20:54:13]
    [<I> 03/03/09 20:54:19] Welcome to WebLogic Server Administration Scripting Shell
    [<I> 03/03/09 20:54:19]
    [<I> 03/03/09 20:54:19] Type help() for help on available commands
    [<I> 03/03/09 20:54:19]
    [<I> 03/03/09 20:54:19] t3://SN-06-SHENGYUEN:7001
    [<I> 03/03/09 20:54:20] Connecting to t3://SN-06-SHENGYUEN:7001 with userid weblogic ...
    [<I> 03/03/09 20:54:22] Successfully connected to Admin Server 'AdminServer' that belongs to domain 'oft'.
    [<I> 03/03/09 20:54:22]
    [<I> 03/03/09 20:54:22] Warning: An insecure protocol was used to connect to the
    [<I> 03/03/09 20:54:22] server. To ensure on-the-wire security, the SSL port or
    [<I> 03/03/09 20:54:22] Admin port should be used instead.
    [<I> 03/03/09 20:54:22]
    [<I> 03/03/09 20:54:22] Location changed to edit tree. This is a writable tree with
    [<I> 03/03/09 20:54:22] DomainMBean as the root. To make changes you will need to start
    [<I> 03/03/09 20:54:22] an edit session via startEdit().
    [<I> 03/03/09 20:54:22]
    [<I> 03/03/09 20:54:22] For more help, use help(edit)
    [<I> 03/03/09 20:54:22]
    [<I> 03/03/09 20:54:22] Starting an edit session ...
    [<I> 03/03/09 20:54:22] Started edit session, please be sure to save and activate your
    [<I> 03/03/09 20:54:22] changes once you are done.
    [<I> 03/03/09 20:54:22] creating mbean of type JMSServer ...
    [<I> 03/03/09 20:54:22] creating mbean of type JMSSystemResource ...
    [<I> 03/03/09 20:54:22] creating mbean of type SubDeployment ...
    [<I> 03/03/09 20:54:22] creating mbean of type Queue ...
    [<I> 03/03/09 20:54:22] creating mbean of type Topic ...
    [<I> 03/03/09 20:54:22] creating mbean of type ConnectionFactory ...
    [<I> 03/03/09 20:54:22] creating mbean of type ConnectionFactory ...
    [<I> 03/03/09 20:54:22] creating mbean of type JDBCSystemResource ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] creating mbean of type JDBCSystemResource ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JMSServer
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JMSSystemResource
    [<I> 03/03/09 20:54:22] setting attributes for mbean type SubDeployment
    [<I> 03/03/09 20:54:22] setting attributes for mbean type Queue
    [<I> 03/03/09 20:54:22] setting attributes for mbean type Topic
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JMSConnectionFactory
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JMSConnectionFactory
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCSystemResource
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCConnectionPoolParams
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCDriverParams
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCDataSource
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCDataSource
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCXAParams
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCDataSourceParams
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCConnectionPoolParams
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCDriverParams
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCDataSourceParams
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCSystemResource
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] Saving all your changes ...
    [<I> 03/03/09 20:54:22] Saved all your changes successfully.
    [<I> 03/03/09 20:54:22] Your edit session is not stopped, you can continue your edits.
    [<I> 03/03/09 20:54:22] Activating all your changes, this may take a while ...
    [<I> 03/03/09 20:54:22] The edit lock associated with this edit session is released
    [<I> 03/03/09 20:54:22] once the activation is completed.
    [<I> 03/03/09 20:54:23] Activation completed
    [<I> 03/03/09 20:54:23] Creating a user ...
    [<I> 03/03/09 20:54:23]
    [<I> 03/03/09 20:54:23] User already exist
    [<I> 03/03/09 20:54:23] Deploying application from C:\OraBPMwlHome\j2ee\weblogic\deployer\wlj2eedeployer.ear to targets AdminServer (upload=true) ...
    [<I> 03/03/09 20:54:23] <Mar 3, 2009 8:54:23 PM SGT> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, wlj2eedeployer [archive: C:\OraBPMwlHome\j2ee\weblogic\deployer\wlj2eedeployer.ear], to AdminServer .>
    [<I> 03/03/09 20:54:27] .Completed the deployment of Application with status completed
    [<I> 03/03/09 20:54:27] Current Status of your Deployment:
    [<I> 03/03/09 20:54:27] Deployment command type: deploy
    [<I> 03/03/09 20:54:27] Deployment State : completed
    [<I> 03/03/09 20:54:27] Deployment Message : no message
    [<I> 03/03/09 20:54:27] Deploying application from C:\OraBPMwlHome\ears\engine\01-eng-bpmengine.ear to targets AdminServer (upload=true) ...
    [<I> 03/03/09 20:54:27] <Mar 3, 2009 8:54:27 PM SGT> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, 01-eng-bpmengine [archive: C:\OraBPMwlHome\ears\engine\01-eng-bpmengine.ear], to AdminServer .>
    [<I> 03/03/09 20:54:43] Failed to deploy the application with status failed
    [<I> 03/03/09 20:54:43] Current Status of your Deployment:
    [<I> 03/03/09 20:54:43] Deployment command type: deploy
    [<I> 03/03/09 20:54:43] Deployment State : failed
    [<I> 03/03/09 20:54:43] Deployment Message : java.lang.OutOfMemoryError: Java heap space
    [<I> 03/03/09 20:54:43] weblogic.management.scripting.ScriptException: Error occured while performing deploy : Deployment Failed.
    [<I> 03/03/09 20:54:43]      at weblogic.management.scripting.ExceptionHandler.handleException(ExceptionHandler.java:48)
    [<I> 03/03/09 20:54:43]      at weblogic.management.scripting.WLSTUtils.throwWLSTException(WLSTUtils.java:185)
    [<I> 03/03/09 20:54:43]      at weblogic.management.scripting.JSR88DeployHandler.deploy(JSR88DeployHandler.java:536)
    [<I> 03/03/09 20:54:43]      at weblogic.management.scripting.WLScriptContext.deploy(WLScriptContext.java:429)
    [<I> 03/03/09 20:54:43]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [<I> 03/03/09 20:54:43] No stack trace available.
    [<I> 03/03/09 20:54:43] This Exception occurred at Tue Mar 03 20:54:43 SGT 2009.
    [<I> 03/03/09 20:54:43]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [<I> 03/03/09 20:54:43]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [<I> 03/03/09 20:54:43]      at java.lang.reflect.Method.invoke(Method.java:597)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyMethod.__call__(PyMethod.java:96)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyObject.__call__(PyObject.java:248)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyObject.invoke(PyObject.java:2016)
    [<I> 03/03/09 20:54:43]      at org.python.pycode._pyx17.deploy$8(<iostream>:223)
    [<I> 03/03/09 20:54:43]      at org.python.pycode._pyx17.call_function(<iostream>)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyTableCode.call(PyTableCode.java:404)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyFunction.__call__(PyFunction.java:184)
    [<I> 03/03/09 20:54:43]      at org.python.pycode._pyx16.deploy_Applications$61(C:\Documents and Settings\shengyuen\.configWizard\tmp\config.py:623)
    [<I> 03/03/09 20:54:43]      at org.python.pycode._pyx16.call_function(C:\Documents and Settings\shengyuen\.configWizard\tmp\config.py)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyTableCode.call(PyTableCode.java:256)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyFunction.__call__(PyFunction.java:169)
    [<I> 03/03/09 20:54:43]      at org.python.pycode._pyx16.f$0(C:\Documents and Settings\shengyuen\.configWizard\tmp\config.py:738)
    [<I> 03/03/09 20:54:43]      at org.python.pycode._pyx16.call_function(C:\Documents and Settings\shengyuen\.configWizard\tmp\config.py)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyCode.call(PyCode.java:14)
    [<I> 03/03/09 20:54:43]      at org.python.core.Py.runCode(Py.java:1135)
    [<I> 03/03/09 20:54:43]      at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:167)
    [<I> 03/03/09 20:54:43]
    [<I> 03/03/09 20:54:43] Exiting WebLogic Scripting Tool.
    [<I> 03/03/09 20:54:43]
    [<I> 03/03/09 20:54:43]
    [<I> 03/03/09 20:54:43]      at weblogic.management.scripting.WLST.main(WLST.java:129)
    [<I> 03/03/09 20:54:43]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [<I> 03/03/09 20:54:43]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [<I> 03/03/09 20:54:43]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [<I> 03/03/09 20:54:43]      at java.lang.reflect.Method.invoke(Method.java:597)
    [<I> 03/03/09 20:54:43]      at weblogic.WLST.main(WLST.java:29)
    [<I> 03/03/09 20:54:43] <Mar 3, 2009 8:54:43 PM SGT> <Warning> <JNDI> <BEA-050001> <WLContext.close() was called in a different thread than the one in which it was created.>
    Is there any way that I can increase the heap size of the Configuration Wizard? If not, is there any solution to this problem?

    Hi,
    It seems to be a Weblogic OOM (OutOfMemory).
    Why don't you try increasing the weblogic memory (you have to modify your domain scripts)
    I guess that after increasing your WLS domain memory settings you will be able to configure it using the config wizard.
    Hope this helps,
    Ariel

  • How to install Oralce BPM Admin Center (Enterprise)  with weblogic 10gr3

    Hi,
    I want to do setup for the Oracle BPM Admin Center in my local with weblogic 10 , Is there any guid/pdf for this ?
    Please help .
    Thanks,
    Brijesh Kumar Singh.

    Some how i have installed this deployed one application and it was working fine. But still i want to know the correct way.
    Also, while deploying the other application it is giving the exception like this.
    Duplicate configuration name. Detail:A configuration named [Name: XXXXXAccessService; Subtype:WSCONSUMER; Type:Web Service; Properties:{transport.connector=HttpsdeveplopmentCom, project.basedir=C:\Documents and Settings\sbrijesh\OracleBPMWorkspace\ApplicationName, transport.http.path=/xxxxx-ws/services/XXXXXAccessService, exceptionPolicy=SYSTEM, binding.type=static, transport.type=HTTP, instrospect.type=introspect.direct}] already exists.
    if it is already there then it should avoid this, Should not give the exception.
    Thanks,
    Brijesh Kumar Singh

  • Informatica Admin Console hangs on Creating repository service......

    Hello Gurus,
    For some time now I have been trying to create a repository service using the Informatica admin console after I have installed Informatica PowerCenter 8.6.1 server and applied the server HotFix 11. I do provide all the correct credentials for the connection to the DB, this is inferred from the process initiation of the creation. It is just now that the creation process gets initiated but doesn’t end. It keeps running with no end. The following are the account privileges granted to the repository user on which the Informatica repository should be created:
    grant dba,connect,resource,select any table, create table,create view,insert any table,delete any table,update any table to infadb_rep;
    Note that I have granted a dba privilege to the user as a precautionary measure. Yet, the creation process doesn’t conclude. I have also noticed that no tables, views, procedures not even any objects whatsoever were created on this user. But I have noticed that the user could not be dropped (i.e locked) if the Informatica service is up (that is being discovered after losing hope with the creation process and closing the admin console window).
    I just wanted to also note that the whole system is a Virtual machine having Windows Server 2003 SP2, having Oracle 11gDB installed with two Network Adapters ( loopback adapter with static IP 192.168.100.100 and an additional Network adapter with DHCP IP assignment attribute set). Therefore, it is to be noted that addressing the machine usually is done by using the machine name “WIN2K3”. I hope any of these details does not introduce conflicts as a setting.
    Would most definitely appreciate the help.
    Thanks you very much in advance,
    Hossam

    I was able to get it working when I gave the following grants:
    resource
    connect
    create session
    create any table
    drop any table
    update any table
    select on v_$parameter
    create any directory
    dba

  • Oracle BPM Composer Authentication Failing.

    Hi,
    I have installed the Oracle BPM in our server,but facing some problem while login..
    1)Installed Software.
    Database Oracle 119 version (11.1.0.7.0) ---64bit Release1 and (11.2.0.1.0) ---64bit Release2
    Weblogic Server wls1033_oepe111150_win32
    Repository Creation Utility (11.1.1.3.3)
    BPM Suite & Patch SOA Suite (11.1.1.2.0) and SOA Suite (11.1.1.3.0)
    Oracle JDeveloper 11 g (11.1.1.3.0) (Build 5660)
    Able to Browse
    Oracle EM FMW Control ......... http://localhost:7001/em Able to login with weblogic id and pwd
    Oracle WLS Console ............ http://localhost:7001/console Able to login with weblogic id and pwd
    Oracle BPM Workspace .......... http://localhost:7001/bpm/workspace Not Able to login with weblogic id and pwd
    Oracle Process Composer ....... http://localhost:7001/bpm/composer Not Able to login with weblogic id and pwd
    I am not able to login into the composer and workspace ,i try adding the users in the securityrelam but also this is not helping..
    Please suggest a way to debugg and rectify this issue.
    Thanks in advance for your help.
    Regards,
    Shyam

    If you are using managed server (default), the URLs will be:
    Oracle BPM Workspace .......... http://localhost:8001/bpm/workspace
    Oracle Process Composer ....... http://localhost:8001/bpm/composer
    That is port 8001 instead of 7001

  • Create an Admin user to login Oracle BPM worklist

    Hi All,
    I want to create an admin user same as weblogic to login Oracle BPM worklist application. Can any one tell me how to create an admin user to login BPM worklist
    Regards,
    Kiran

    Hi,
    I am able to login into the BPM worklist with weblogic & xelsysadm. But when i click on a approval task its redirecting to small pop-up with OIM login page again and after providing the credentials still its showing login page.
    What is the reason for that.
    I have done few changes in OIM weblogic console for OAM IdentityAsserter and OUDauthenticator to login to BPM worklist. For both I made control-flag as sufficient  and /integration i kept in the excluded state in the OAM console.
    Any help is appreciated
    Regards,
    Kiran

  • BPM Process Creation: Can't find bundle oracle.bpm.fusion.soa.msg

    Hi
    I cant create a BPM process in my Jdeveloper .4, .5 or .6. I have updated all them with the BPM extension. While creating a BPM application, the technologies being included in the application, i.e. BPM and SOA are correct. However, on the next page, I can't see any templates. Even if I click finish at that page, only a simple SOA project (not a BPM one, since the BPM Project Navigator tab is absent) gets created with an error log:
    SEVERE: Exception while updating observer[1]: oracle.tip.tools.ide.fabric.addin.SCAAddin@b8a11a
    java.util.MissingResourceException: Can't find bundle for base name oracle.bpm.fusion.soa.msg.BPMNStringResourceBundle, locale
         at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
         at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
         at java.util.ResourceBundle.getBundle(ResourceBundle.java:952)
         at oracle.javatools.util.BundleLoader.getBundleImpl(BundleLoader.java:130)
         at oracle.javatools.util.BundleLoader.getBundle(BundleLoader.java:167)
         at oracle.javatools.util.BundleLoader.getBundle(BundleLoader.java:152)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.getChildElementValue(SCAConfig.java:580)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.loadComponentType(SCAConfig.java:451)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.loadComponentTypes(SCAConfig.java:395)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.<init>(SCAConfig.java:370)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.getSCAConfig(SCAConfig.java:148)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.getSCAConfig(SCAConfig.java:133)
         at oracle.tip.tools.ide.fabric.addin.ScaProjectNodeListener.<init>(ScaProjectNodeListener.java:71)
         at oracle.tip.tools.ide.fabric.addin.SCAAddin.handleObjectOpenedEvent(SCAAddin.java:462)
         at oracle.tip.tools.ide.fabric.addin.SCAAddin.update(SCAAddin.java:348)
         at oracle.ide.model.IdeSubject.notifyObservers(IdeSubject.java:98)
         at oracle.ide.model.Node.notifyObservers(Node.java:786)
         at oracle.ide.model.UpdateMessage.fireObjectOpened(UpdateMessage.java:673)
         at oracle.ide.model.Node$14$1.run(Node.java:2878)
         at oracle.ide.model.NodeListener.invokeLaterIfNeeded(NodeListener.java:158)
         at oracle.ide.model.Node$14.nodeOpened(Node.java:2869)
         at oracle.ide.model.Node$5.run(Node.java:2531)
         at oracle.ide.model.Node.fireNodeEvent(Node.java:2467)
         at oracle.ide.model.Node.fireNodeOpened(Node.java:2529)
         at oracle.ide.model.Node.open(Node.java:988)
         at oracle.ide.model.Node.open(Node.java:922)
         at oracle.ideri.navigator.DefaultNavigatorWindow.openDataNodes(DefaultNavigatorWindow.java:1237)
         at oracle.ideri.navigator.DefaultNavigatorWindow.restoreExpansionState(DefaultNavigatorWindow.java:1215)
         at oracle.ideri.navigator.DefaultNavigatorWindow.loadLayout(DefaultNavigatorWindow.java:619)
         at oracle.ide.navigator.ProjectNavigatorWindow.loadLayout(ProjectNavigatorWindow.java:391)
         at oracle.ide.docking.DrawerWindow.loadLayout(DrawerWindow.java:640)
         at oracle.ide.navigator.ApplicationNavigatorWindow.loadLayout(ApplicationNavigatorWindow.java:1174)
         at oracle.ideimpl.docking.DockStationImpl.loadViewData(DockStationImpl.java:1353)
         at oracle.ideimpl.docking.TitledPanel.loadClientLayout(TitledPanel.java:1376)
         at oracle.ideimpl.docking.TitledPanel.loadLayout(TitledPanel.java:1714)
         at oracle.ideimpl.docking.TitledPanelXMLDockLayoutPersistence.loadComponent(TitledPanelXMLDockLayoutPersistence.java:29)
         at oracle.ideimpl.controls.dockLayout.DockLayoutInfoLeaf.loadLayout(DockLayoutInfoLeaf.java:123)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:631)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:614)
         at oracle.ideimpl.controls.dockLayout.DockLayout.loadLayout(DockLayout.java:302)
         at oracle.ideimpl.controls.dockLayout.DockLayoutPanel.loadLayout(DockLayoutPanel.java:128)
         at oracle.ideimpl.docking.SidePort.loadLayout(SidePort.java:255)
         at oracle.ideimpl.docking.DockStationImpl.loadValidLayout(DockStationImpl.java:1965)
         at oracle.ideimpl.docking.DockStationImpl.loadExistingPositions(DockStationImpl.java:1654)
         at oracle.ideimpl.docking.DockStationImpl.onStartup(DockStationImpl.java:1629)
         at oracle.ideimpl.docking.DockStationImpl.loadLayout(DockStationImpl.java:1473)
         at oracle.ideimpl.docking.DockStationListener.init(DockStationListener.java:36)
         at oracle.ide.layout.Layouts.activate(Layouts.java:814)
         at oracle.ide.layout.Layouts.activateLayout(Layouts.java:192)
         at oracle.ideimpl.MainWindowImpl$6.runImpl(MainWindowImpl.java:728)
         at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Would really appreciate some quick help.
    Thanks,
    Pulkit

    Guessing you might hear from Oracle that the URL reference in your thread below is pointed to an the old version and that the classes are no longer supported.
    As you know, this is not the case - the URL you have in your thread for the API is the latest for 11.1.1.6. Both classes you mention should be supported (at least according to the Javadoc) and in a recent search I was not able to find them either.
    Might be worth a call to Oracle Support to either straighten out the Javadoc or get you a patch.
    Dan

  • How to read Extended user property in oracle BPM?

    Hi,
    I have tried using the XPATH expression in Data Association to read an Extended User Property defined in Oracle BPM Workspace. Actually I'm using Active Directory for authentication, and as there is limitations for modifying existing AD to accommodate custom fields required for BPM Processes, I created an Extended User  Property called Department Code and mapped it for all users who should be participating in the process. Now I want to read this Department Code and display in ADF Form (Human Task Form).
    I tried something like this using XPATH Expr. in Data Association for Human Task :
    ids:getUserProperty(bpmn:getProcessInstanceAttribute('creator'), 'departmentCode')
    But it appears that using Identity Function exposed for Xpath we can only read some pre-defined set of properties associated with internal LDAP for weblogic. So please suggest what is the approach one should follow in order to read Extended User Properties defined in Oracle BPM Workspace.
    I'm using Oracle SOA 12.1.3 and JDeveloper 11.1.17 deployed on Windows 7
    Regards,
    Shoaib R Khan

    Hi,
    I have tried using the XPATH expression in Data Association to read an Extended User Property defined in Oracle BPM Workspace. Actually I'm using Active Directory for authentication, and as there is limitations for modifying existing AD to accommodate custom fields required for BPM Processes, I created an Extended User  Property called Department Code and mapped it for all users who should be participating in the process. Now I want to read this Department Code and display in ADF Form (Human Task Form).
    I tried something like this using XPATH Expr. in Data Association for Human Task :
    ids:getUserProperty(bpmn:getProcessInstanceAttribute('creator'), 'departmentCode')
    But it appears that using Identity Function exposed for Xpath we can only read some pre-defined set of properties associated with internal LDAP for weblogic. So please suggest what is the approach one should follow in order to read Extended User Properties defined in Oracle BPM Workspace.
    I'm using Oracle SOA 12.1.3 and JDeveloper 11.1.17 deployed on Windows 7
    Regards,
    Shoaib R Khan

  • Oracle BPM directory database

    Hi,
    IHAC that has a custom application to manage their users and roles. They are using Oracle BPM and they want to keep creating, managing and authenticating user with that application, that is not a LDAP.
    How can I syncronize the creation/updating/deleting/ of users in their application with the Oracle BPM Directory? I have been looking for Oracle BPM Directory schema documentation but I haven't found anything
    I know that activating SSO I could manage the user authentication but I still have the issue about users administration
    thanks in advance
    Ana
    Edited by: user_Ana on Apr 7, 2010 5:40 PM
    Edited by: user_Ana on Apr 7, 2010 5:41 PM

    Hi
    In OBPM 10gR3 we can create the participants & manage & update user roles dynamically using the FDI components.
    simple solution to your requirement is check the user roles in both the application DB & in FDI database & write your code accordingly.
    To check the participant existance in directory DB:
    //=======FDI Participant verfication=======
    Fuego.Lib.Participant primary = Participant.find(name : "participant_id"));.
    If the above value is null then create a new participant & assign the roles using the below code.
    i. Participant Creation : Fuego.FDI. DirHumanParticipant
    Ans: // Reuse Engine session to the Directory
    session = DirectorySession.currentEngineSession
    // Load the Organization Unit to which the participant will belong to
    myOU = DirOrganizationalUnit.fetch(dir : session, id : "Dallas")
    // Load the Role that the participant will have assigned,
    // and create a role assignment for it
    myRole = DirOrganizationalRole.fetch(session : session, id : "Role1")
    myAssignment[] = RoleAssignment.create(role : myRole, permissions : 255)
    // Create the new participant.
    myparticipant = DirHumanParticipant.create(
    session : session, id : "example_participant",
    firstName : "NewName",
    lastName : "NewLastname,
    displayName : "NewLastname, NewName",
    mail : "[email protected]",
    telephone : "0000000000",
    fax : "1111111111",
    password : "secret",
    ou : myOU, rolesAssignment : myAssignment,
    enabled : true)
    // set it NOT to receive emails when new instances arrive to
    // this participant inbox:
    myparticipant using receivesMail = false
    ii. Role Assign / Update : Fuego.Fdi : RoleAssignment.
    Ans:
    // fetch all roles
    mySession = DirectorySession.currentEngineSession
    allroles = DirOrganizationalRole.fetchAll(session : mySession)
    // Generate array of RoleAssignments for all non-parametric Roles
    for each r in allroles
    do
    aRole = DirOrganizationalRole.fetch(session : mySession, id : r.id)
    if not aRole.parametric then
    newAssignments[] = RoleAssignment.create(role : aRole,
    permissions : 255)
    end
    end
    // Replace role assignments for this participant
    currentPart = DirHumanParticipant.fetch(session : mySession,
    id : Participant.id)
    currentPart.rolesAssignment = newAssignments
    update currentPart
    For reference go through the this link: http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/standard_components/index.html
    I hope this might help.
    Thanks

  • Oracle BPM - FDI Directory?

    Hi,
    Can any one explain the functionality and explanation of the FDI directory in Oracle BPM?
    Regards,
    Anandh P

    HI Anand,
    FDI plays an important role in the BPM. FDI contains all the directory information like Participants, Roles, Groups, Oraganisation etc. When synced up with LDAP, all the participants information is stored in FDI DB. FDI also contains BPM specific Participents Id and Role Id mappings. Users when logged into BPM, it gets authenticated with FDI database.
    HTH.
    Regards,
    Lovin.V

  • To launch Oracle BPM deployed Web Services [In BPM Enterprise]

    Hi all,
    I have expose my Process Instance into Web Services in Studio.
    It is working well. In Studio, I start the Engine (Run -> Start Engine),
    Then, I Start the Web Services (Run -> Launch deployed Web Services webapps).
    It would show me my local webservice links.
    http://localhost:9000/albpmServices/<ProjectName>/ws
    But, I unable to launch this Web Service Webapps, when i deploy the project into Oracle BPM Enterprise with Weblogic Server.
    May know what is the link for BPM Enterprise?
    Regards,
    Chris

    My URL is:-
    http://localhost:9000/albpmServices/TestProject/ws/TestProcessServiceListener?wsdl=true
    and it does not seem to open the WSDL when I start the enterprise server engine..
    I have the process exposed as a web-service with two methods..
    One for Process Creation and another for Notification Wait Activity...
    I have also checked the box to start PAPI WS Services on my standalone server
    Is there some other config that I need to make inside my standalone server to get this WSDL?
    I understand that standalone works on Tomcat...

Maybe you are looking for

  • How to write printing function using JSP?

    dear all, i want to add a printing function in my project but i do not know how to do it? could anyone teach me how to do it? thanks eric

  • Portege M400 - How to install Toshiba Utilities for Windows 7?

    I've upgraded my Portege M400 to Winows 7 (32bit) which went fine. However, cant find how to get and install the utilities I had included with the XP Tablet version. Can anyone suggest how to get them (I understand they were available for Vista)? TIA

  • MacBook pro not charging. Charging light is not coming up

    My Macbook pro's battery was down to 2% so I shut it down and kept in for charging. But the charger's green light or the orange light indicating charging didn't come. I checked the power supply and it was fine. The charger has the slight hum indicati

  • Having trouble syncing and printing Outlook calendars

    I use Outlook 2007 on Windows Vista and recently got an iPhone 4s.  I installed iCloud and have the following problems: 1.iCloud created 3 calendars: "Calendar" ,"Calendar in iCloud", "Calendar Merge Conflicts in iCloud".  They all appear to have the

  • Lightroom Trial Not Installing Fully?

    I've tried downloading the Lightroom 30 day trail onto my Windows 8 64-bit computer multiple times. When downloading, it gets to about 600mb/930mb then stops. When I open the file, it says there is a problem with extraction. I don't understand why th