Error creating new repository

Hi, I'm getting this error while creating a new storage repository (to extend my current repository):
*/opt/ovs-agent-2.3/utils/repos.py --new /dev/sdb1*
Mount point: /tmp/ovsrepo_cBpkoE
Error: errcode=00002, errmsg=TypeError: __init__() takes exactly 2 arguments (3 given)
*/opt/ovs-agent-2.3/utils/repos.py -l*
[ * ] 35b7a625-f53a-4edd-a988-61842872f7ec => /dev/sda3
I recently updated from Oracle VM server 2.2.1 to 2.2.2 using up2date -u, but I haven't tried to create a new repository before.
any ideas why is this happening?
Thanks
Ismael

Hi, in my case rebooting the VM server, fixed the issue.
*/opt/ovs-agent-2.3/utils/repos.py --new /dev/sdb1*
[ NEW ] 183219e1-7eea-4ce6-9b72-182cd157a1e8 => /dev/sdb1
*/opt/ovs-agent-2.3/utils/repos.py -l*
[   ] 183219e1-7eea-4ce6-9b72-182cd157a1e8 => /dev/sdb1
[ * ] 35b7a625-f53a-4edd-a988-61842872f7ec => /dev/sda3

Similar Messages

  • Configuring oracle management server 9i using create new repository option

    hi ,
    i am trying to install oracle management server using the the option "create new repository "on a system on which oracle database is already installed .after installing oracle management server "configuration assistant appears .the second option is to select a database repository .
    first of all can i select the database that was prevouisly installed on my system
    or do i need to create a new database before installing oracle management server. but as i did not install any database for oracle management server before i am trying to select the database that was previuosly installed on the system but i gave me a tns error that it could not resolve the service name .after that i noticed that the oms listerner was up and registered . i am trying to stop this listener and start the database listerner so that it may not give me this error.can some one help me out configuring oracle management server on a system creating a new repository

    I suggest you to create a different database for the OMS repository. This database can be used for other tools that may require a repository, such as recovery manager.
    On the connectivity issue, I suggest you to verify your listener is up and running and it doesn't need to have the instance registered, as of course, it is a new instance. Make sure it is started. For additional troubleshooting on the connectivity issue, you may post the specific tns-12XXX error message displayed.
    ~ Madrid.

  • Create new repository from schema

    The option "Create new repository from schema" is not appearing in my MDM console.
    How can I add this?
    MDM 5.5

    Hi,
    I am on MDM 5.5 SP6 Patch 1 and the option is visble here.
    May be on smaller version this option is not there.
    well, on right click on your Repository level , Do u get option Export Repository Schema and Import Repository Schema.
    if yes, you can achieve the same, firstly create a new repository and then use option Import Repostory schema, you will get the same result as "Create new repository from schema"
    Hope it wil Help you,
    Rewards if Useful....
    Mandeep Saini
    Edited by: Mandeep Saini on Jun 17, 2008 5:24 PM

  • AR: Error Creating new Customer

    Hello,
    I am having error the following error creating new customer in AR 12.1.1 "Invalid value for currency_code. Please enter currency_code value from fnd_currencies". The currencies are all enabled.
    Thanks,

    Please see these docs.
    Cannot Add Customers. Error: Invalid Value For Currency_code. [ID 554555.1]
    CUSTOMER INTERFACE STATUS ERROR CODES [ID 1073634.6]
    Resource Addresses and Subinventory Assignment Fails with APP-295320: Provide a positive integer [ID 986655.1]
    Thanks,
    Hussein

  • Error while loggin and creating new repository

    Hi All,
    I have installed SAP MDM on with SQL 2005 on a server. All the services are running, but when im trying to login into an exisitng repository sys is throwing an error "Repository connect fail. Unable to connect to *repository" and when im trying to create a new repository error is " Unable to connect to database server". Can some one provide any lead on this.
    Thanks in advance
    Manish

    Hi Manish,
    Apart from what other have mentioned I would like to add a few points. Please also check for following case:
    1) The DBMS user that MDM uses to connect to a DBMS must have access rights equivalent to the
    system user. You can use the system account or create a user with equivalent rights. Like in your case the built-in system accounts is  MS SQL u2013 sa (reserved).
    2)Make sure that the MDM user SAPService<SID> has the necessary rights for accessing the database client.
    3) Check if you have provided proper DBMS path in DBMS settings.
    4) Check if your SQL server is loaded. If not please start the SQL services.
    I hope I am able to solve your problem
    Thanks & Regards
    Dilmit Chadha

  • Not able to create new repository

    H,
    While creating the new repository under Virtaul Content Repository, i am getting follwing error. Please help
    The Repository class: com.documentum.beaspi.webcache.WebCacheRepository is not a valid implementation. Please check your classpath.
    I have put dmcmspi.jar in ear\EarContent\APP-INF\lib and domain\base_domain\lib folder but still I am getting this error.
    Edited by: user11311969 on Sep 3, 2009 11:23 PM
    Edited by: user11311969 on Sep 3, 2009 11:27 PM

    I think that code will work with BEA weblogic 8.1 version. With weblogic 9.2 all the repository API's have changed. Unfortunately Documentum Content services have NOT upgraded their API's. So you cannot use this class anymore. I also tried using this class. If you have any further knowledge please share here..
    Thanks
    Sai Peddiboyna

  • Create new repository in db 11.1.0.7.3

    Hi I am trying to use RepManager from a Grid Control v10.2.0.5 (fully patched) home to create a new Grid Control repository within a Database v11.1.0.7.3 (fully patched) and it falls over stating the following error on screen:
    Repository Creation failed. Failed to create repository schema.
    and in the log file created by RepManager it states:
    CREATE TABLE "MGMT_OC4J_WEBMODULESETTINGS" (
    ERROR at line 1:
    ORA-01658: unable to create INITIAL extent for segment in tablespace MGMT_TABLESPACE
    The command I used was:
    *$ $ORACLE_HOME/sysman/admin/emdrep/bin/RepManager abcaix41 1521 emrep -action create -output_file /oracle/oms10g/create_repos.log*
    The alert_emrep.log has the following info but there is plenty of disk space for tablespaces to auto-extend:
    Mon Jun 21 11:37:22 2010
    CREATE TABLESPACE MGMT_TABLESPACE  DATAFILE 'mgmt.dbf' SIZE 20m  REUSE  AUTOEXTEND ON  NEXT 20m  MAXSIZE UNLIMITED  EXTENT MANAGEMENT LOCAL AUTOALLOCATE  SEGMENT SPACE MANAGEMENT AUTO  PERMANENT ONLINE
    Completed: CREATE TABLESPACE MGMT_TABLESPACE  DATAFILE 'mgmt.dbf' SIZE 20m  REUSE  AUTOEXTEND ON  NEXT 20m  MAXSIZE UNLIMITED  EXTENT MANAGEMENT LOCAL AUTOALLOCATE  SEGMENT SPACE MANAGEMENT AUTO  PERMANENT O
    NLINE
    CREATE TABLESPACE MGMT_ECM_DEPOT_TS  DATAFILE 'mgmt_ecm_depot1.dbf' SIZE 100m  REUSE  AUTOEXTEND ON  NEXT 100m  MAXSIZE UNLIMITED  EXTENT MANAGEMENT LOCAL AUTOALLOCATE  PERMANENT ONLINE
    Completed: CREATE TABLESPACE MGMT_ECM_DEPOT_TS  DATAFILE 'mgmt_ecm_depot1.dbf' SIZE 100m  REUSE  AUTOEXTEND ON  NEXT 100m  MAXSIZE UNLIMITED  EXTENT MANAGEMENT LOCAL AUTOALLOCATE  PERMANENT ONLINE
    Mon Jun 21 11:39:01 2010
    Thread 1 advanced to log sequence 13 (LGWR switch)
    Current log# 1 seq# 13 mem# 0: /data/emrep/redo01.log
    Mon Jun 21 11:41:17 2010
    Thread 1 advanced to log sequence 14 (LGWR switch)
    Current log# 2 seq# 14 mem# 0: /data/emrep/redo02.log
    Mon Jun 21 11:44:02 2010
    Thread 1 advanced to log sequence 15 (LGWR switch)
    Current log# 3 seq# 15 mem# 0: /data/emrep/redo03.log
    Mon Jun 21 11:44:40 2010
    ORA-1652: unable to extend temp segment by 8 in tablespace                 MGMT_TABLESPACE
    I'm on AIX5.3.

    OK here is how:
    $ORACLE_HOME/sysman/admin/emdrep/bin/RepManager abcaix41 1521 emrep -action create -datafile /data/emrep/mgmt.dbf -ecm_datafile /data/emrep/mgmt_ecm_depot1.dbf -ecm_csa_datafile /data/emrep/mgmt_ecm_csa1.dbf -output_file /oracle/oms10g/create_repos3.log -verbose
    I should have read the help info of the RepManager command....silly me.

  • Create new repository fails in 3.1.1

    I have created a repository and presented it successfully to my server pool. However, I have just created some smaller iSCSI disks, I can see them in /dev/mapper/* and in the output of multipath -ll on the server.
    When I try to create a new repository with any of these disks, I get the following errors:
    Job Construction Phase
    begin()
    Appended operation 'File System Construct' to object '0004fb0000090000d3719cda71809253 (Local FS ovs1-ec)'.
    Appended operation 'Cluster File System Present' to object '4d78ff97a1c4ff0a'.
    Appended operation 'Repository Construct' to object '0004fb0000030000df48b31e261ce8f2 (EMC (4))'.
    commit()
    Completed Step: COMMIT
    Objects and Operations
    Object (IN_USE): [LocalFileServer] 0004fb0000090000d3719cda71809253 (Local FS ovs1-ec)
    Operation: File System Construct
    Object (CREATED): [Repository] 0004fb0000030000df48b31e261ce8f2 (REPOS_02)
    Operation: Repository Construct
    Object (IN_USE): [Cluster] 4d78ff97a1c4ff0a
    Operation: Cluster File System Present
    Object (IN_USE): [StorageElement] 0004fb0000180000311481f0da38f742 (EMC (4))
    Object (CREATED): [LocalFileSystem] 0004fb0000050000723de9e923b8a32e (fs_REPOS_02)
    Job Running Phase at 12:49 on Fri, Jun 8, 2012
    Job Participants: [44:45:4c:4c:39:00:10:37:80:4c:b8:c0:4f:57:34:4a (ovs1-ec)]
    Actioner
    Starting operation 'File System Construct' on object '0004fb0000050000723de9e923b8a32e (fs_REPOS_02)'
    Job: 1339152552728, aborted post-commit by user: admin
    Write Methods Invoked
    Class=InternalJobDbImpl vessel_id=8334 method=addTransactionIdentifier accessLevel=6
    Class=LocalFileServerDbImpl vessel_id=761 method=createFileSystem accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setName accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setFoundryContext accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=onPersistableCreate accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setLifecycleState accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setRollbackLifecycleState accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setRefreshed accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setBackingDevices accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setUuid accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setPath accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setSimpleName accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=addFileServer accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setStorageDevice accessLevel=6
    Class=StorageElementDbImpl vessel_id=8074 method=addLayeredFileSystem accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setSimpleName accessLevel=6
    Class=ClusterDbImpl vessel_id=1109 method=addLocalFileSystem accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setCluster accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setAsset accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=createRepository accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setName accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setFoundryContext accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=onPersistableCreate accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setLifecycleState accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setRollbackLifecycleState accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setRefreshed accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setDom0Uuid accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setSharePath accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setSimpleName accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setFileSystem accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=addRepository accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setManagerUuid accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setVersion accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=addJobOperation accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setSimpleName accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setDescription accessLevel=6
    Class=InternalJobDbImpl vessel_id=8334 method=setCompletedStep accessLevel=6
    Class=InternalJobDbImpl vessel_id=8334 method=setAssociatedHandles accessLevel=6
    Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_B000E Storage plugin command [storage_plugin_createFileSystem] failed for storage server [0004fb0000090000d3719cda71809253] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovs1-ec failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_createFileSystem oracle.ocfs2.OCFS2.OCFS2Plugin 0004fb0000050000723de9e923b8a32e /dev/mapper/35000144f72319419 0, Status: java.lang.InterruptedException
    Fri Jun 08 12:51:14 CEST 2012
    Fri Jun 08 12:51:14 CEST 2012] OVMAPI_4010E Attempt to send command: dispatch to server: ovs1-ec failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_createFileSystem oracle.ocfs2.OCFS2.OCFS2Plugin 0004fb0000050000723de9e923b8a32e /dev/mapper/35000144f72319419 0, Status: java.lang.InterruptedException
    Fri Jun 08 12:51:14 CEST 2012
    Fri Jun 08 12:51:14 CEST 2012
    Fri Jun 08 12:51:14 CEST 2012
    at com.oracle.ovm.mgr.action.StoragePluginAction.processException(StoragePluginAction.java:1371)
    at com.oracle.ovm.mgr.action.StoragePluginAction.createFileSystem(StoragePluginAction.java:894)
    at com.oracle.ovm.mgr.op.physical.storage.FileSystemConstruct.createFileSystem(FileSystemConstruct.java:57)
    at com.oracle.ovm.mgr.op.physical.storage.FileSystemConstruct.action(FileSystemConstruct.java:49)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAction(ManagedObjectDbImpl.java:1009)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:822)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.physical.storage.LocalFileServerProxy.executeCurrentJobOperationAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:218)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:309)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1140)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:773)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovs1-ec failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_createFileSystem oracle.ocfs2.OCFS2.OCFS2Plugin 0004fb0000050000723de9e923b8a32e /dev/mapper/35000144f72319419 0, Status: java.lang.InterruptedException
    Fri Jun 08 12:51:14 CEST 2012
    Fri Jun 08 12:51:14 CEST 2012
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:507)
    at com.oracle.ovm.mgr.action.ActionEngine.sendDispatchedServerCommand(ActionEngine.java:444)
    at com.oracle.ovm.mgr.action.ActionEngine.sendServerCommand(ActionEngine.java:378)
    at com.oracle.ovm.mgr.action.StoragePluginAction.createFileSystem(StoragePluginAction.java:890)
    ... 27 more
    Caused by: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_createFileSystem oracle.ocfs2.OCFS2.OCFS2Plugin 0004fb0000050000723de9e923b8a32e /dev/mapper/35000144f72319419 0, Status: java.lang.InterruptedException
    Fri Jun 08 12:51:14 CEST 2012
    at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:798)
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:503)
    ... 30 more
    FailedOperationCleanup
    Starting failed operation 'File System Construct' cleanup on object 'fs_REPOS_02'
    Complete rollback operation 'File System Construct' completed with direction=fs_REPOS_02
    Rollbacker
    Executing rollback operation 'File System Construct' on object '0004fb0000050000723de9e923b8a32e (fs_REPOS_02)'
    Complete rollback operation 'File System Construct' completed with direction=DONE
    Objects To Be Rolled Back
    Object (IN_USE): [LocalFileServer] 0004fb0000090000d3719cda71809253 (Local FS ovs1-ec)
    Object (CREATED): [Repository] 0004fb0000030000df48b31e261ce8f2 (REPOS_02)
    Object (IN_USE): [Cluster] 4d78ff97a1c4ff0a
    Object (IN_USE): [StorageElement] 0004fb0000180000311481f0da38f742 (EMC (4))
    Object (CREATED): [LocalFileSystem] 0004fb0000050000723de9e923b8a32e (fs_REPOS_02)
    Write Methods Invoked
    Class=InternalJobDbImpl vessel_id=8334 method=addTransactionIdentifier accessLevel=6
    Class=LocalFileServerDbImpl vessel_id=761 method=createFileSystem accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setName accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setFoundryContext accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=onPersistableCreate accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setLifecycleState accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setRollbackLifecycleState accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setRefreshed accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setBackingDevices accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setUuid accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setPath accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setSimpleName accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=addFileServer accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setStorageDevice accessLevel=6
    Class=StorageElementDbImpl vessel_id=8074 method=addLayeredFileSystem accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setSimpleName accessLevel=6
    Class=ClusterDbImpl vessel_id=1109 method=addLocalFileSystem accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setCluster accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=setAsset accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=createRepository accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setName accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setFoundryContext accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=onPersistableCreate accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setLifecycleState accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setRollbackLifecycleState accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setRefreshed accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setDom0Uuid accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setSharePath accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setSimpleName accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setFileSystem accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=addRepository accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setManagerUuid accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setVersion accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=addJobOperation accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setSimpleName accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=setDescription accessLevel=6
    Class=InternalJobDbImpl vessel_id=8334 method=setCompletedStep accessLevel=6
    Class=InternalJobDbImpl vessel_id=8334 method=setAssociatedHandles accessLevel=6
    Class=LocalFileServerDbImpl vessel_id=761 method=nextJobOperation accessLevel=6
    Class=InternalJobDbImpl vessel_id=8334 method=setFailedOperation accessLevel=6
    Class=LocalFileServerDbImpl vessel_id=761 method=nextJobOperation accessLevel=6
    Class=RepositoryDbImpl vessel_id=8348 method=nextJobOperation accessLevel=6
    Class=ClusterDbImpl vessel_id=1109 method=nextJobOperation accessLevel=6
    Class=StorageElementDbImpl vessel_id=8074 method=nextJobOperation accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=8343 method=nextJobOperation accessLevel=6
    Class=LocalFileServerDbImpl vessel_id=761 method=nextJobOperation accessLevel=6
    Completed Step: ROLLBACK
    Job failed commit (internal) due to OVMAPI_B000E Storage plugin command [storage_plugin_createFileSystem] failed for storage server [0004fb0000090000d3719cda71809253] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovs1-ec failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_createFileSystem oracle.ocfs2.OCFS2.OCFS2Plugin 0004fb0000050000723de9e923b8a32e /dev/mapper/35000144f72319419 0, Status: java.lang.InterruptedException
    Fri Jun 08 12:51:14 CEST 2012
    Fri Jun 08 12:51:14 CEST 2012] OVMAPI_4010E Attempt to send command: dispatch to server: ovs1-ec failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_createFileSystem oracle.ocfs2.OCFS2.OCFS2Plugin 0004fb0000050000723de9e923b8a32e /dev/mapper/35000144f72319419 0, Status: java.lang.InterruptedException
    Fri Jun 08 12:51:14 CEST 2012
    Fri Jun 08 12:51:14 CEST 2012
    Fri Jun 08 12:51:14 CEST 2012
    com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_B000E Storage plugin command [storage_plugin_createFileSystem] failed for storage server [0004fb0000090000d3719cda71809253] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovs1-ec failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_createFileSystem oracle.ocfs2.OCFS2.OCFS2Plugin 0004fb0000050000723de9e923b8a32e /dev/mapper/35000144f72319419 0, Status: java.lang.InterruptedException
    Fri Jun 08 12:51:14 CEST 2012
    Fri Jun 08 12:51:14 CEST 2012] OVMAPI_4010E Attempt to send command: dispatch to server: ovs1-ec failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_createFileSystem oracle.ocfs2.OCFS2.OCFS2Plugin 0004fb0000050000723de9e923b8a32e /dev/mapper/35000144f72319419 0, Status: java.lang.InterruptedException
    Fri Jun 08 12:51:14 CEST 2012
    Fri Jun 08 12:51:14 CEST 2012
    Fri Jun 08 12:51:14 CEST 2012
    at com.oracle.ovm.mgr.action.StoragePluginAction.processException(StoragePluginAction.java:1371)
    at com.oracle.ovm.mgr.action.StoragePluginAction.createFileSystem(StoragePluginAction.java:894)
    at com.oracle.ovm.mgr.op.physical.storage.FileSystemConstruct.createFileSystem(FileSystemConstruct.java:57)
    at com.oracle.ovm.mgr.op.physical.storage.FileSystemConstruct.action(FileSystemConstruct.java:49)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAction(ManagedObjectDbImpl.java:1009)
    at sun.reflect.GeneratedMethodAccessor3334.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:822)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.physical.storage.LocalFileServerProxy.executeCurrentJobOperationAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:218)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:309)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1140)
    at sun.reflect.GeneratedMethodAccessor1528.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:773)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovs1-ec failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_createFileSystem oracle.ocfs2.OCFS2.OCFS2Plugin 0004fb0000050000723de9e923b8a32e /dev/mapper/35000144f72319419 0, Status: java.lang.InterruptedException
    Fri Jun 08 12:51:14 CEST 2012
    Fri Jun 08 12:51:14 CEST 2012
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:507)
    at com.oracle.ovm.mgr.action.ActionEngine.sendDispatchedServerCommand(ActionEngine.java:444)
    at com.oracle.ovm.mgr.action.ActionEngine.sendServerCommand(ActionEngine.java:378)
    at com.oracle.ovm.mgr.action.StoragePluginAction.createFileSystem(StoragePluginAction.java:890)
    ... 27 more
    Caused by: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_createFileSystem oracle.ocfs2.OCFS2.OCFS2Plugin 0004fb0000050000723de9e923b8a32e /dev/mapper/35000144f72319419 0, Status: java.lang.InterruptedException
    Fri Jun 08 12:51:14 CEST 2012
    at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:798)
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:503)
    ... 30 more
    End of Job
    ANy ideas of what may be wrong here? How to get past this issue? I´ve mounded the disk in order to see that it has already been formatted as OCFS2, but it doesn´t have the folders that a repository should have.
    Thanks!

    Oracle VM 3.1.1 - PROBLEMS

  • Error creating new domain (probably because of incomplete install)

    Hi!
    I've installed BPEL PM without problems on a server where AS already runs. I only had some problems with Step 2: Run the Integration Repository Creation Assistant on the Database. Since I couldn't run the bat files, I manually created shchema and a orabpel user.
    Postinstallation Verification Tasks for Oracle BPEL Process Manager in BPEL Process Manager Installation Guide went through OK, so I thought everything is OK.
    Then I tried creating new BPEL domain (trying to follow GoogleFlow tutorial but can't deploy because I don't have any domains) and got this error:
    Exception
    Operation failed because:
    Error updating domain index.
    An exception occurred while writing the domain index (id"GoogleDomain", ref "1") to the datastore; the exception reported is: ORA-00942: table or view does not exist.
    Please check that:
    + the machine hosting the datasource is physically connected to the network.
    + the connection pool properties as defined in the application server startup properties are valid.
    + the database schema for the OraBPEL server has been installed in the datasource.
    So I found a similar thread (Strange message when logged in to bpel console where one user had similar problems and solved them by manually running the domain_oracle.ddl script. I did the same, but still can't create a new domain.
    One more thing bothers me: if I try to create new domain with the same name I get:
    Exception
    Operation failed because:
    Domain already exists.
    A domain with identifier "GoogleFlowDomain" already exists at "C:\OracleAS\10.1.3.1\OracleAS_1\bpel\domains\GoogleFlowDomain". Please specify another domain identifier.
    But deployed domains list is empty.
    I'd really like to solve this. Maybe a new BPEL PM install would help but I can't execute step 2 of preinstallation tasks. If I execute the line from irca file
    java -classpath %CLASSPATH% -DORACLE_HOME=%ORACLE_HOME% oracle.tip.install.tasks.IRCA %*
    I get
    Exception in thread "main" java.lang.NoClassDefFoundError: Files\Java\jre1/5/0_06\lib\ext\QTJava/zip
    Any kind of further instructions would be much appreciated.
    Regards!
    BB

    Hi!
    It was the Step 2 (preinstallation steps): Run the Integration Repository Creation Assistant on the Database step that was causing all of my problems. I figured out why I couldn't run irca.bat file.
    The problem was in java home that was in C:/Program Files/Java... Looks like java or oracle (I don't know which) still have problems with spaces in directories names. When I installed Java to C:/Java/..., I could run IRCA and after reinstallation of BPEL PM everything is working as it should.
    Maybe this will help someone else.
    Bye

  • Error Creating New Location in Business Rules

    I have installed System 11.1.1.x EAS Web on Windows / WebLogic. When I log into EAS as 'Admin' I can log into Business Rules and Create a New Location. When I log in as any other user, I get a message that "Business Rules Login Successful" but when I try to create a New Location I get and error. I get to the select location screen. When I expand (+)Essbase, I see my Essbase Server. When I expand my Essbase Server, I get this error message:
    Error Connecting to Essbase Server <server name>
    Detail: Exception occurred. Please check your log files for details.
    hbrserver.log:
    2010-01-14 10:02:44,265 WARN [ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.util.UserServerInfoXMLParser - Error while reading file server.xml
    2010-01-14 10:02:44,265 WARN [ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.core.UserManagerCmdListener - EAS error exporting HBR data (xto.exportXml) to the xml transfer object.
    2010-01-14 10:02:44,296 WARN [ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.plugin.essbase.EssbaseMetadataServerElement - Cannot sign on user. Invalid sign on attempt.
    com.essbase.api.base.EssException: Cannot sign on user. Invalid sign on attempt.
         at com.essbase.api.session.Essbase.signOn_internal(Unknown Source)
         at com.essbase.api.session.Essbase.signOn(Unknown Source)
         at com.hyperion.hbr.plugin.essbase.EssbaseMetadataServerElement.connect(Unknown Source)
         at com.hyperion.hbr.plugin.essbase.EssbaseMetadata.getChild(Unknown Source)
         at com.hyperion.hbr.plugin.essbase.EssbaseMetadata.connect(Unknown Source)
         at com.hyperion.hbr.core.MetadataCmdListener.connect(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 com.essbase.eas.framework.server.application.AbstractCommandListener.handleEvent(Unknown Source)
         at com.essbase.eas.framework.server.application.DefaultCommandDispatcher.dispatchEvent(Unknown Source)
         at com.essbase.eas.framework.server.application.DefaultEventController.handleEvent(Unknown Source)
         at com.essbase.eas.framework.server.application.EventDispatcherWorkListener.handleEvent(Unknown Source)
         at com.essbase.eas.framework.server.application.DefaultWorkDispatcher.dispatchEvent(Unknown Source)
         at com.essbase.eas.framework.server.application.DefaultEventController.handleEvent(Unknown Source)
         at com.essbase.eas.framework.server.application.DefaultApplication.generateWorkEvent(Unknown Source)
         at com.essbase.eas.framework.server.application.DefaultServlet.handleRequest(Unknown Source)
         at com.essbase.eas.server.AppManServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3244)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2010)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1916)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    2010-01-14 10:02:44,296 WARN [ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.plugin.essbase.EssbaseMetadataServerElement - Error connecting to Essbase server <my essbase server>.
    2010-01-14 10:02:44,296 WARN [ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.plugin.essbase.EssbaseMetadata - Error connecting to Essbase server <my essbase server>.
    hbrclient.log:
    2010-01-13 18:24:45,883 WARN AWT-EventQueue-0 com.hyperion.hbr.core.MetadataManagerServerRemote - Cannot retrieve connected root element for Essbase/<my essbase server>.
    2010-01-13 18:29:41,114 WARN AWT-EventQueue-0 com.hyperion.hbr.core.MetadataManagerServerRemote - Cannot retrieve connected root element for Essbase/<my essbase server>

    John, Thanks for the response.
    The user has all provisions in SS for Essbase and Applications (Server Access as well as Application Administrator). I can explore all the Essbase applications in EAS.
    I have double checked all the provisions and refershed security in EAS. I am still getting the same error.
    Here are a few more interesting things that I have noticed from debugging. The only account with the ability to create "New Locations" or Associate a Business Rule with an Essbase Application is "admin". If I deprovision "admin" in SS, I can no longer create New Locations. If I add the provisions back for "admin" then I can create New Locations. So, that tells me that BR is looking at SS for provisioning of "admin".
    Here is another interesting message in hbrserver.log.
    2010-01-14 11:42:34,377 WARN [ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.security.HbrSecurityAPI - Error retrieving Indirect Users and Groups.
    I get the above message when I 'Right Mouse' on Administration under Business Rules and select "Refresh User List".
    Any additional thoughts?
    Edited by: user3086671 on Jan 14, 2010 9:02 AM

  • How to create new repository in Oracle 6i

    In a completely new Oracle 6i (R6.) installation there seems to be now way to create a new repository. All the help and documentation existing connections, expect a pre-existing database to exist, or a directory
    ORACLE_HOME\ADMIN\user\
    to exist with a config file in it.
    None of these conditions is true upon a clean, default installation.
    Is there a short list of command line Repository Admin commands that one can begin with?
    (signed, confused newbie just starting Oracle courses ;-)

    Hi,
    You need to install an Oracle database instance. The Repository Administration Utility (RAU) is then used to install the Repository schema into the database.
    Follow the installation guide that comes with Oracle 8i to install the database first.
    Brian

  • Error Creating New User Accounts when Setting Terminal Services Attribute

    We have just started receiving this error when new users are being created in our domain as part of the new hire process. Does anywhere have any pointers on where to look and what to look for?
    ErrorError
    com.waveset.util.WavesetException: WTSQueryUserConfig() failed - Attribute: 'Terminal Services Home Directory Drive' Error: The specified user does not exist.
    Is this something that would indicate that AD isn't replicating across multiple domain servers yet, and thus when it tries to set this attibute this command isn't finding the account? If that is the case is there a way to have a retry put in?

    May I ask what version of IDM you're running?
    There's a known bug that relates to this functionality. A quick review shows it's a pretty close match (not 100%) to what you described.
    Bug 20728: Setting AD 'Terminal Services Local Home Directory' to null in IdM results in WTSSetUserConfig error
    It's fixed in 8.1.0.3(or later), 8.0.0.10(or later), or 7.1.1.14(or later).
    For the record, the latest IDM patches can be obtained here with valid credentials:
    http://sunsolve.sun.com/show.do?target=patches/zp-Software_Network-Internet_Identity_Manager
    Regards,
    Alex

  • Create new Repository in WebCenter Content

    Hi all,
    I'm a newbie in WebCenter Portal. And now I want create my own repository in WebCenter Content to use for my portal.
    Please, give me an advice to do that
    Thanks a lot !

    As84,
    What would be the purpose of this new repository?
    Would you like to have a clean start? Or would you like to have a clean 'folder' for storing content?
    If you would like to have a completely new repository, you need to create one with the Repository Creation Utility.
    After that, you need to point WebCenter Content (WCC) to that new repository.
    If you were to drop the old repository and create a new one with the same details (schema name, password and database location) you would not have to reconfigure anything in WCC.
    Don't forget to delete your files from the server.
    If you leave them, there is an inconsistency between the files and the metadata.
    Kind regards,
    Rob

  • What language choose creating new repository

    My location is Greece and my charset in databases is MSWIN1253, must I choose GREEK when I run 1st time the repository wizard for creating the repository owner?
    Thanks a lot.
    Edited by: psanchez on Apr 9, 2009 12:11 AM

    The base language you choose during the repository creation is for the physical names of the repository objects (i.e. names of mappings, transformations e.t.c.). You can add display languages during the installation to display alternative business names for your repository objects. For example you can have your base language as US English (en_US) and business descriptions in Greek (el_GR).
    From what I know this does not affect the actual data in the databases, for example we use EL8ISO8859P7 character set for Greek data in our DBs and the above configuration (en_US as base, el_GR as secondary) in OWB.
    You can check pages 2-5 to 2-7 of the OWB documentation for more details.

  • Error creating new portal from docs

    Hello,
    I've been trying for several days now to create a new Portal from the
    "Customizing Portals and Portlets" document
    (http://e-docs.bea.com/wlp/docs40/portal/devbasic.htm).
    I get all the way to "Verify Your Deployment" without issue. I can even
    verify the data synchronization using the data repository browser.
    When I go to http://localhost:7501/insevoportal (or /InsevoPortal or
    /InsevoPortal12, different attempts) all I get is the following in the
    server console:
    <Jul 16, 2002 2:27:34 PM MDT> <Notice> <WebLogicServer> <Started
    WebLogic Admin
    Server "portalServer" for domain "portalDomain" running in Production Mode>
    PortalPersistenceManager: portal 'portal/insevoportal' not found
    <Jul 16, 2002 2:29:37 PM MDT> <Error> <HTTP>
    <[WebAppServletContext(-15219959,in
    sevoportal,/insevoportal)] Servlet failed with ServletException
    javax.servlet.ServletException: Received a null Portal object from the
    PortalManager.
    at
    com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.setupPortalRequest(PortalWebflowServlet.java:194)
    Can somebody please help me understand what is going on? I've been
    stuck for days now...
    Thanks in advance!
    David McDaniel

    David,
    Did you get any errors or warnings when you ran a sync?
    You can run a sync from the command line as well as from the EBCC. See the
    sync.cmd and syncApplication.cmd for details. Also, launching the EBCC with
    an open console window may give you some more information, as well as
    checking the EBCC log.
    Sincerely,
    Daniel Selman
    "David McDaniel" <[email protected]> wrote in message
    news:[email protected]...
    Daniel,
    Thanks for the response!
    I believe I have sync'd the application. I go to the portalDataSync web
    app, choose "Data Repository" link.
    Then I click the View icon for the Master Data Repository.
    Under there, I see things like:
    /webapps/InsevoPortal12/InsevoPortal12.portal
    /webapps/InsevoPortal12/portal.wf (and security.wf, tools.wf,
    user_account.wf, webflow-extensions.wfx)
    Looks about the same as the stockportal list. *** EXCEPT ** I don't see
    my Portlet in my list. Is that because it has no workflow? I can see
    the portlet in the EBCC.
    In the stockportal, I see portlet2.wf and portlet3.wf. I don't see any
    portlet wfs in my app.
    Any help is appreciated. I will consider 7.0.
    Regards,
    David
    Daniel Selman wrote:
    David,
    This usually means that you haven't synced the data to the correct
    application. When you go to the DataSync WebApp *for your portal
    application* do you see the portal and portlet files under the
    Portal/Portlet DataRepository?
    Sincerely,
    Daniel Selman
    "David McDaniel" <[email protected]> wrote in message
    news:[email protected]...
    Hello,
    I've been trying for several days now to create a new Portal from the
    "Customizing Portals and Portlets" document
    (http://e-docs.bea.com/wlp/docs40/portal/devbasic.htm).
    I get all the way to "Verify Your Deployment" without issue. I can even
    verify the data synchronization using the data repository browser.
    When I go to http://localhost:7501/insevoportal (or /InsevoPortal or
    /InsevoPortal12, different attempts) all I get is the following in the
    server console:
    <Jul 16, 2002 2:27:34 PM MDT> <Notice> <WebLogicServer> <Started
    WebLogic Admin
    Server "portalServer" for domain "portalDomain" running in Production
    Mode>
    PortalPersistenceManager: portal 'portal/insevoportal' not found
    <Jul 16, 2002 2:29:37 PM MDT> <Error> <HTTP>
    <[WebAppServletContext(-15219959,in
    sevoportal,/insevoportal)] Servlet failed with ServletException
    javax.servlet.ServletException: Received a null Portal object from the
    PortalManager.
    at
    com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.setupPortalReq
    uest(PortalWebflowServlet.java:194)
    Can somebody please help me understand what is going on? I've been
    stuck for days now...
    Thanks in advance!
    David McDaniel

Maybe you are looking for

  • Imaginary permissions error

    Every time I try to play a song downloaded from itunes it asks me to sign in to itunes. After signing in it says.. There was an error storing your authorization information on this computer. The required directory was not found or has a permissions e

  • Error while processing  Bids

    hi SRM gurus, I have created a bid invitation using the ID: xxxx01 and the Bids are published. Again i  went into the  login of the Bidder userid :Bidder1 and submitted the bids . i got  message the bid were submittted. when in Login into the user id

  • Problem in installing JDK 5.0

    Hi, In order to install ORacle SQL Developer for linux, I tried to install JDK 5.0 according to the instruction. I downloaded the files and installed it. But when running the sqldeveloper, I got the error message: Error: This product requires a Java(

  • Is there a userchrome code to remove the icon of the folder (left) and the sideways triangle (right) on a bookmark folder? Not the Toolbar

    I try to customize my firefox as much as possible and with that being said I am stuck trying to figure out if there is a way to take a new folder in the bookmark menu and take off the icon of the folder to the left of the folder and then on the right

  • OEM JOB List

    Hi I am working oracle 10g OEM. I would like to see OEM Job list using mgmt sql. I am looking for following columns Name Status (Executions) ScheduledSorted in descending order Targets Target Type Owner Job Type Thanks Ranga