Error while defining USB dribe as backup device in MSSQL

Hi all, i am facing this error when i am creating a new backup device in MSSQL and while watching media contents.
System.Data.SqlClient.SqlError: Cannot open backup device 'SAPMSQLDB(E:\SAPBackup\SAPMSQLDB.bak)'. Operating system error 2(The system cannot find the file specified.). (Microsoft.SqlServer.Smo)
and i am getting this error in DB13
"Cannot open backup device 'SAPMSQLDB(E:\SAPBackup\SAPMSQLDB.bak)'. Oper"
when you are creating a new device what should be the file name ???? i specified a file name but its not in the folder i think this might be the cause but i dont know what is the name of file or do i need to prepare the folder i mean to create some temporary files?
appreiate any reply.
thanks
Mani

Well i executed Full database backup
i have few question
1. The output is only one file or more files as i have only one file called filename.bak aftre backup from SAP?
2. below is the detail of  DB12 output, DB13 and error log
in DB12 it shows its successfully executed with code ok.
in DB13 PREVIEW tab here is the log it shows
I am not sure it executed succesfully,  it created backup in one file called DBNOV.bak
exec msdb..sp_add_job  @originating_server = '(local)',@job_name = "SAP CCMS Full DB Backup of
SID [20081112160619-3-173000]",@enabled = 1,@description = "SAP CCMS JOB",@start_step_id = 1,
@category_name = NULL,@category_id = NULL
exec msdb..sp_add_jobstep @job_id = null,@job_name = 'SAP CCMS Full DB Backup of SID
[20081112160619-3-173000]',@step_id = 1,@step_name = 'CCMS-step 1',@subsystem =
'TSQL',@command = 'declare @exeStmt nvarchar(2000) exec sid.sap_backup_databases
@dbList="SID",@r3Db="SID",@bDev="USBDB",@expDays= 27,@bkupChecksum="N",@jobName= "SAP CCMS
Full DB Backup of SID [20081112160619-3-173000]",@bkupType="F",@nativeBkup="N",@exeDate =
"20081112173000",@bkupSim = "Y",@format = 0,@init = 0,@bkupDb = "SID",@unload = 0,@exeStmt =
@exeStmt OUTPUT',@database_name = 'SID',@on_success_action = 3
BACKUP DATABASE SID TO USBDB WITH
DESCRIPTION = 'SAP CCMS Full DB Backup of SID [20081112160619-3-173000]',RETAINDAYS=27,
NOINIT,
NAME = 'Sap backup on 20081112 21:27:40',NOUNLOAD
exec msdb..sp_add_jobstep @job_id = null,@job_name = 'SAP CCMS Full DB Backup of SID
[20081112160619-3-173000]',@step_id = 2,@step_name = 'CCMS-step 2',@subsystem =
'TSQL',@command = 'declare @exeStmt nvarchar(2000) exec sid.sap_verify_backups @nativeBkup =
"N",@bkupSim = "Y",@bDev = "USBDB",@bkupChecksum = "N",@exeDate = "20081112173000",@unload =
0,@dbCnt  =1,@exeStmt = @exeStmt OUTPUT',@database_name = 'SID'
RESTORE VERIFYONLY FROM USBDB WITH FILE = X ,NOUNLOAD
exec msdb..sp_add_jobschedule @job_id = null,@job_name = 'SAP CCMS Full DB Backup of SID
[20081112160619-3-173000]',@name = 'CCMS-sche1',@enabled = 1,@freq_type =1,@freq_interval =
1,@freq_subday_type = 0,@freq_subday_interval = 0,@active_start_date =
20081112,@active_start_time = 173000,@freq_recurrence_factor = 0
here is the log file snapshot
2008-11-12 17:30:01.42 spid83      DBCC TRACEON 3605, server process ID (SPID) 83. This is an informational message only; no user action is required.
2008-11-12 18:21:59.35 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:21:59.35 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:21:59.62 spid85      Error: 18204, Severity: 16, State: 1.
2008-11-12 18:21:59.62 spid85      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
2008-11-12 18:22:09.73 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:22:09.73 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:22:09.85 spid85      Error: 18204, Severity: 16, State: 1.
2008-11-12 18:22:09.85 spid85      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
2008-11-12 18:24:05.09 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:24:05.09 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:24:05.18 spid85      Error: 18204, Severity: 16, State: 1.
2008-11-12 18:24:05.18 spid85      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
2008-11-12 18:24:07.40 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:24:07.40 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:24:07.56 spid85      Error: 18204, Severity: 16, State: 1.
2008-11-12 18:24:07.56 spid85      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
2008-11-12 18:24:09.03 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:24:09.03 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:24:09.15 spid85      Error: 18204, Severity: 16, State: 1.
2008-11-12 18:24:09.15 spid85      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
2008-11-12 18:24:11.51 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:24:11.51 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:24:11.65 spid85      Error: 18204, Severity: 16, State: 1.
2008-11-12 18:24:11.65 spid85      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
2008-11-12 18:25:08.59 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:25:08.61 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:25:20.51 spid89      DBCC TRACEON 3605, server process ID (SPID) 89. This is an informational message only; no user action is required.
2008-11-12 18:25:27.00 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:25:27.00 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:32:26.91 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:32:26.91 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:32:27.05 spid85      Error: 18204, Severity: 16, State: 1.
2008-11-12 18:32:27.05 spid85      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
2008-11-12 18:36:51.51 spid91      DBCC TRACEON 3605, server process ID (SPID) 91. This is an informational message only; no user action is required.
2008-11-12 18:36:51.51 spid91      DBCC TRACEON 3605, server process ID (SPID) 91. This is an informational message only; no user action is required.
2008-11-12 18:36:51.65 spid91      Error: 18204, Severity: 16, State: 1.
2008-11-12 18:36:51.65 spid91      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
2008-11-12 18:37:12.04 spid91      DBCC TRACEON 3605, server process ID (SPID) 91. This is an informational message only; no user action is required.
2008-11-12 18:37:12.04 spid91      DBCC TRACEON 3605, server process ID (SPID) 91. This is an informational message only; no user action is required.
2008-11-12 18:37:12.16 spid91      Error: 18204, Severity: 16, State: 1.
2008-11-12 18:37:12.16 spid91      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
2008-11-12 18:37:21.02 spid91      DBCC TRACEON 3605, server process ID (SPID) 91. This is an informational message only; no user action is required.
2008-11-12 18:37:21.04 spid91      DBCC TRACEON 3605, server process ID (SPID) 91. This is an informational message only; no user action is required.
2008-11-12 18:37:21.18 spid91      Error: 18204, Severity: 16, State: 1.
2008-11-12 18:37:21.18 spid91      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
2008-11-12 18:44:44.23 spid92      DBCC TRACEON 3605, server process ID (SPID) 92. This is an informational message only; no user action is required.
2008-11-12 18:45:24.42 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:45:24.42 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:45:24.42 spid85      Error: 18204, Severity: 16, State: 1.
2008-11-12 18:45:24.42 spid85      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\test.bak' failed to open. Operating system error 2(The system cannot find the file specified.).
2008-11-12 18:45:32.78 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:45:32.78 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:45:32.78 spid85      Error: 18204, Severity: 16, State: 1.
2008-11-12 18:45:32.78 spid85      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\test.bak' failed to open. Operating system error 2(The system cannot find the file specified.).
2008-11-12 18:45:39.70 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:45:39.70 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 18:45:39.84 spid85      Error: 18204, Severity: 16, State: 1.
2008-11-12 18:45:39.84 spid85      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
2008-11-12 19:50:27.41 Backup      Database backed up. Database: SID, creation date(time): 2008/05/07(18:32:21), pages dumped: 26905751, first LSN: 9854:10543:202, last LSN: 9854:18731:1, number of dump devices: 1, device information: (FILE=1, TYPE=DISK: {'USBDB'}). This is an informational message only. No user action is required.
2008-11-12 19:50:27.55 spid83      DBCC TRACEON 3605, server process ID (SPID) 83. This is an informational message only; no user action is required.
2008-11-12 21:25:21.51 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 21:25:21.60 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 21:27:40.86 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
2008-11-12 21:27:40.86 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
exec msdb..sp_add_jobserver  @job_name = 'SAP CCMS Full DB Backup of SID
[20081112160619-3-173000]',@server_name = '(local)'
thanks a lot for your time
Mani

Similar Messages

  • X201 - Error while loading driver \Driver\WUDFRd for device USB\VID_147E&PID_2016\6&32feb3ab&0&3.

    Hello,
    i got this message in eventviewer after boot into Windows 7 x64:
    Error while loading driver \Driver\WUDFRd for device USB\VID_147E&PID_2016\6&32feb3ab&0&3.
    other versions of driver are tested (direct from UPEK and from MS Update catalog) but won't work too :-(
    Fingerprintsuite is now deinstalled (only latest driver from UPEK installed ) and message is still existing!!!
    If driver is not installed, no error message!
    Cables are checked and ok:
    Has anyone got an idea?
    regards
    Martin

    Hi
    Welcome to Lenovo Community
    Try uninstalling the driver and clear it from windows registry .
    Then Update the Bios  to latest , after that install the drivers
    Bios Update
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/6quj17us.exe
    FingerPrint reader
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/83f807ww.exe
    Hope This Helps
    Cheers!!!

  • Error while defining a warehouse as Bonded Store

    Hi All
    I am getting one error while defining a OPM Warehouse as Bonded Store in OPM Inventory Module under Warehouse Attributes.
    The error is 'APP-JA-460778: This Warehouse does not have a Parent Organization defined in Oracle Financials'. Can any one tell me where i missed the setup part of defining a parent organization in Financial Module. We are on OPM 11i EBS.
    Thanks in advance
    Prem.

    I think you are using India Localization. Sorry, I don't have any knowledge in that area.
    I got following information about how to setup Organization/Warehouse. And it says that any deviation from this may result in error. Check if you are following all the steps required for defining warehouse and organization.
    Please ensure that the following setups are done exactly as mentioned below:
    1) Create an OPM organization in OPM System Administration using OPM Organization Screen eg. ‘PM1’
    2) Create a Location using ‘HR Locations’ form with the same name as the OPM Organization (eg. PM1)
    3) Create an Inventory Organization using the form ‘HR Organizations’ with the same Organization Code as the OPM organization Code created in step 1. (Additional Identification details of the Organization could be given after a colon (:) in the Organization Name – Eg. ‘PM1: Vision Process India Mumbai’). Make this Inventory Organization as ‘Process Enabled’ and in the ‘Process Organization’ field, refer to the OPM Organization. Attach the HR Location created in step 2 to this Inventory Organization.
    4) On saving the Inventory Organization record, the system shall automatically create a Warehouse with the same name in OPM under the OPM organization. (eg.PM1)
    5) Query the Location ‘PM1’ and attach the Inventory Organization ‘PM1’ to it.
    6) Go to Organization Additional info in OPM System Admin – Create a record for ‘PM1’.
    Enter the EC Code for this Organization, as this is the Excise Licensed Organization. After saving
    the record here, an automatic entry is created in India Local Inventory – Organization Additional Information for the Inventory Organization.
    7) Go to India Local Inventory Org Additional Info and query for this Organization (it will be visible without location). DO NOT mark this as Master Organization.
    8) Add another record for the Organization with Location (eg. PM1)
    9) Check the 'Master Org' flag for this combination of Organization and Location.
    B: Warehouse :
    1) Create an Inventory Organization in India Local Inventory corresponding to the Warehouse in OPM (eg. ‘WSH’). Make this as ‘Process Enabled’ and give the ‘Process Organization’ as the
    OPM Organization created earlier (PM1), which is the Process Organization this Warehouse is going to report to.
    2) Create location (WSH-With the same name as the Warehouse Code) in India Local Inventory and attach it to organization ‘WSH’ in India Local Inventory
    3) System automatically creates Warehouse ‘WSH’ in OPM under the OPM organization (PM1)
    4) Using the ‘Warehouse Attributes’ form, classify this Warehouse as Bonded/Trading/OSP
    5) Go to India Local Inventory Organization Additional Information form and create a record ‘WSH’ giving the Master Organization as ‘PM1’ (actually this is referring to the combination of PM1 with Location
    PM1 as Master Organization) . Add another record for the same Org ‘WSH’ with Location ‘WSH’
    with Master Organization as ‘PM1’. Please ensure that the EC Code is exactly same as the Master Organization.
    6) Optionally ensure that in the Register Priorities, highest priority (1) is set against PLA.
    7) Optionally ensure that Allow Negative PLA Balance Flag is checked.
    Also make sure that all objects (triggers, packages etc) that are related to localization are valid.

  • Error while defining class: com.crystaldecisions.data.xml.CRDB_XMLImpl This error indicates that the class: OCA.OCAdbdll.DbDLLOperations could not be located while defining the class: com.crystaldecisions.data.xml.CR...

    Post Author: lkamesam
    CA Forum: Integrated Solutions
    Hi,
            I am running Crystal Reports version 10 from IBM Rational 6.0.1  build 20050725_1800 XML data source. When I try to run the report under WAS 6.0.1 I get the following error:
    Does any body have any clue how to resolve my problem? Thanks
    Error 500: Error while defining class: com.crystaldecisions.data.xml.CRDB_XMLImpl This error indicates that the class: OCA.OCAdbdll.DbDLLOperations could not be located while defining the class: com.crystaldecisions.data.xml.CRDB_XMLImpl This is often caused by having the class at a higher point in the classloader hierarchy Dumping the current context classloader hierarchy: ==> indicates defining classloader *** indicates classloader where the missing class could have been found ==>&#91;0&#93; com.ibm.ws.classloader.CompoundClassLoader@163dd786 Local ClassPath: C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\classes;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\bobj_platform_jsf.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\cecore.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\celib.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\ceplugins.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\cereports.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\cesession.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\clientlogic.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\Concurrent.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CorbaIDL.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CRDBXMLExternal.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CRDBXMLServer.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CrystalCharting.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CrystalCommon.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CrystalContentModels.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CrystalExporters.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CrystalExportingBase.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CrystalFormulas.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CrystalQueryEngine.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CrystalReportEngine.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CrystalReportingCommon.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\ebus405.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\icu4j.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\jrcerom.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\jsf_common.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\keycodeDecoder.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\log4j.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\MetafileRenderer.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\rasapp.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\rascore.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\rpoifs.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\serialization.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\URIUtil.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\webreporting-jsf.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\webreporting.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\xercesImpl.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\xmlParserAPIs.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent; Delegation Mode: PARENT_FIRST &#91;1&#93; com.ibm.ws.classloader.JarClassLoader@338761606 Local Classpath: Delegation mode: PARENT_FIRST &#91;2&#93; com.ibm.ws.classloader.ProtectionClassLoader@38e75786 &#91;3&#93; com.ibm.ws.bootstrap.ExtClassLoader@7e475784 &#91;4&#93; sun.misc.Launcher$AppClassLoader@7e5a5784 &#91;5&#93; sun.misc.Launcher$ExtClassLoader@7e565784 -Original exception- java.lang.NoClassDefFoundError: OCA/OCAdbdll/DbDLLOperations at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java(Compiled Code)) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java(Compiled Code)) at com.ibm.ws.classloader.CompoundClassLoader._defineClass(CompoundClassLoader.java:576) at com.ibm.ws.classloader.CompoundClassLoader.findClass(CompoundClassLoader.java(Compiled Code)) at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java(Compiled Code)) at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code)) at com.crystaldecisions.reports.queryengine.driver.i.<init>(Unknown Source) at com.crystaldecisions.reports.queryengine.driver.i.case(Unknown Source) at com.crystaldecisions.reports.queryengine.av.ak(Unknown Source) at com.crystaldecisions.reports.queryengine.av.else(Unknown Source) at com.crystaldecisions.reports.queryengine.av.byte(Unknown Source) at com.crystaldecisions.reports.queryengine.av.do(Unknown Source) at com.crystaldecisions.reports.queryengine.as.new(Unknown Source) at com.crystaldecisions.reports.queryengine.at.long(Unknown Source) at com.crystaldecisions.reports.reportdefinition.datainterface.j.a(Unknown Source) at com.crystaldecisions.reports.reportdefinition.datainterface.j.a(Unknown Source) at com.crystaldecisions.reports.reportdefinition.datainterface.j.a(Unknown Source) at com.crystaldecisions.reports.reportdefinition.cy.b(Unknown Source) at com.crystaldecisions.reports.reportdefinition.cy.long(Unknown Source) at com.crystaldecisions.reports.reportdefinition.a1.o(Unknown Source) at com.crystaldecisions.reports.reportdefinition.a1.a(Unknown Source) at com.crystaldecisions.reports.common.ab.a(Unknown Source) at com.crystaldecisions.reports.common.ab.if(Unknown Source) at com.crystaldecisions.reports.reportdefinition.a1.if(Unknown Source) at com.crystaldecisions.reports.reportdefinition.a1.o(Unknown Source) at com.crystaldecisions.reports.reportengineinterface.a.a(Unknown Source) at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.a(Unknown Source) at com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory.createReportSource(Unknown Source) at com.crystaldecisions.report.web.a.a.K(Unknown Source) at com.crystaldecisions.report.web.event.aa.a(Unknown Source) at com.crystaldecisions.report.web.event.aa.a(Unknown Source) at com.crystaldecisions.report.web.event.bx.a(Unknown Source) at com.crystaldecisions.report.web.event.b1.broadcast(Unknown Source) at com.crystaldecisions.report.web.event.as.a(Unknown Source) at com.crystaldecisions.report.web.WorkflowController.if(Unknown Source) at com.crystaldecisions.report.web.WorkflowController.doLifecycle(Unknown Source) at com.crystaldecisions.report.web.ServerControl.a(Unknown Source) at com.crystaldecisions.report.web.ServerControl.processHttpRequest(Unknown Source) at com.crystaldecisions.report.web.viewer.taglib.ServerControlTag.doEndTag(Unknown Source) at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.doEndTag(Unknown Source) at com.ibm._jsp._sample._jspx_meth_crviewer_viewer_0(_sample.java:135) at com.ibm._jsp._sample._jspService(_sample.java:77) at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:88) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212) at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629) at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:117) at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:171) at com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.handleRequest(JSPExtensionProcessor.java:230) at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2837) at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220) at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204) at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681) at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276) at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201) at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934) at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021) at

    For those who would have the same problem, here is how I could eventually fix it.
    Since the Flex Test Drive is sometimes out of sync with flash builder 4, I recreated a project using other help pages on Adobe site :
    Entry point :
    http://help.adobe.com/en_US/Flex/4.0/AccessingData/WSbde04e3d3e6474c4-668f02f4120d422cf08- 7ffd.html
    As suggested, I used the New Project wizard to create a new project, with :
    Application server type : J2EE
    Check the radio button "Use remote object access service : BlazeDS"
    Then, as indicated in following pages (section "Accessing BlazeDS")... :
    file:///C:/Mes%20documents%20C/Commun/Developpement/Documentation/HT-Tracks/AccessingData/ help.adobe.com/en_US/Flex/4.0/AccessingData/WSbde04e3d3e6474c4-668f02f4120d422cf08-7ffe.ht ml#WSbde04e3d3e6474c4-19a3f0e0122be55e1b7-8000
    ...I selected the "Data / Connect to Data/Services..." menu option, which started the Data/service connection wizard.
    There, I selected a BlazeDS (and not Web Services) service type, and everything went fine.
    Suggestion to adobe staff : maybe it would be useful to update the Flex Test Drive to reflect Flash Builder 4 ?
    Very nice product anyway, so far, congratulations...
    Rgds
    Marc.

  • PSC 2510 - Wireless setup - "Error while saving the settings to the device."

    While trying to setup my PSC 2510 to be wireless I get an error message "Error while saving the settings to the device.". This comes after selecting connecting Through Network, selecting printer device, selecting WEP, entering key, and clicking next.
    PSC 2510
    Windows Vista
    Using latest sfotware from HP to install
    Thanks
    Dennis
    This question was solved.
    View Solution.

    ISSUE RESOLVED .. based on responce from PrintDoc to penn (refrence topic "C4385 Printer - Netgear DGN2000 - wireless setup".
    PrintDoc responce helped me find my problem (to reset network settings on the printer to factory) even though diffrent printer.
    Thanks

  • Access Sequence - Error while defining it

    Hi all,
    I am getting the below error while defining a access sequence.
    ' UNFAVOURABLE  SEQUENCE OF FIELDS - POSSIBLE PERFORMANCE PROBLEMS'
    Could anyone please help me this..
    Thanks,
    Arthy

    Hi Hegal,
    I followed the basic principle. I was trying to define a new access sequence for the pricing conditions...
    But I got the error that i reported earlier. I saved it inspite of the error. The access sequence got created but I am not sure if it will give any errors in  my pricing procedure while executing the sales order.
    Do you think it is some config error?
    Thanks,
    Arthy

  • Time Machine fails with "error while linking files on the backup volume"

    One of my drives was nearly full. I moved some folders from that drive to one that had more space.
    The next TM backup failed with "error while linking files on the backup volume". A full backup is about 620 GB, although this backup shouldn't have been a complete one. There was 570+ GB free on the drive.
    A Disk Verify reported "Drive appears to be okay." Earlier TM backups appeared to be fine (at least accessible). I swapped the TM drive for another, initialized it, and TM used that drive with no complaints.
    What does the message mean?
    Thanks,
    harv47

    Pondini wrote:
    harv47 wrote:
    The Time Machine Buddy widget shows no messages. None of the buttons do anything.
    What am I doing wrong?
    See #A1 in the Time Machine - Troubleshooting *User Tip,* also at the top of this forum.
    Your user account may not have permission to see the logs.
    The sentence beginning "If the message area is blank ..." shows how to figure out if that's the problem, and how to fix it.
    Post back if it's not clear, or doesn't work.
    The Tip had the answer. It was permissions.
    What follow are the messages for the last unsuccessful TM backup (on v.3), followed by
    the successful TM backup on the replacement drive (v.1). The line
    "Copied 11 files (0 bytes) from volume Bay 3 HPFS+." was odd.
    Starting standard backup
    Backing up to: /Volumes/Time Machine v.3/Backups.backupdb
    Event store UUIDs don't match for volume: Bay 3 HPFS+
    Event store UUIDs don't match for volume: Macintosh HD
    Node requires deep traversal:/Volumes/Bay 3 HPFS+ reason:kFSEDBEventFlagMustScanSubDirs|
    Node requires deep traversal:/ reason:kFSEDBEventFlagMustSc
    (Finished May 4, 2010 9:31:21 AM-- Status unknown)
    Starting standard backup
    Backing up to: /Volumes/TimeMachine v.1/Backups.backupdb
    Event store UUIDs don't match for volume: Bay 3 HPFS+
    Event store UUIDs don't match for volume: Bay 2 HPFS+
    Event store UUIDs don't match for volume: Macintosh HD
    Backup content size: 169.1 GB excluded items size: 0 bytes for volume Bay 3 HPFS+
    Backup content size: 305.5 GB excluded items size: 0 bytes for volume Bay 2 HPFS+
    Backup content size: 145.7 GB excluded items size: 7.5 MB for volume Macintosh HD
    No pre-backup thinning needed: 744.36 GB requested (including padding), 931.15 GB available
    Waiting for index to be ready (909 > 0)
    Copied 1951 files (169.0 GB) from volume Bay 3 HPFS+.
    Copied 4999 files (474.3 GB) from volume Bay 2 HPFS+.
    Copied 410304 files (612.4 GB) from volume Macintosh HD.
    No pre-backup thinning needed: 712.2 MB requested (including padding), 315.09 GB available
    Copied 11 files (0 bytes) from volume Bay 3 HPFS+.
    Copied 20 files (1.1 GB) from volume Bay 2 HPFS+.
    Copied 1103 files (1.1 GB) from volume Macintosh HD.
    Starting post-backup thinning
    No post-back up thinning needed: no expired backups exist
    Backup completed successfully.
    (Finished May 4, 2010 2:38:17 PM)
    I hope this is useful. Thanks for your help.
    harv47

  • Error while reading USB Port : using JSR80

    Hi Everybody
    Iam trying to read the data from a usb device [a fingerprint scanner] by using jsr80 with the help of following files which are in my classpath
    1) jsr80-1.0.1.jar
    2) jsr80_ri-1.0.1.jar
    3) jsr80_windows.jar
    4) commons-logging-api-1.1.1.jar
    5) javax.usb.properties
    6) LibusbJNI.dll
    7) LibusbJava.dll
    8) libusb0.dll
    I was trying the follwoing program
    import javax.usb.*;
    import java.util.List;
    public class TraverseUSB
            public static void main(String argv[])
              try
                  // Access the system USB services, and access to the root
                  // hub. Then traverse through the root hub.
                  UsbServices services = UsbHostManager.getUsbServices();
    System.out.println("Getting Available USB Services ");
                  UsbHub rootHub = services.getRootUsbHub();
    System.out.println(" Access to the USBrootHub ");
                  traverse(rootHub);
              } catch (Exception e) {
              System.out.println(e);
            public static void traverse(UsbDevice device)
              if (device.isUsbHub())
                 // This is a USB Hub, traverse through the hub.
                 List attachedDevices = ((UsbHub) device).getAttachedUsbDevices();
                 for (int i=0; i<attachedDevices.size(); i++)
                   traverse((UsbDevice) attachedDevices.get(i));
              else
         System.out.println("USB Device");
                 // This is a USB function, not a hub.
                 // Do something.
    }but when iam executing the program iam getting the exception
    The Ordinal 44 could not be located in the dynamic link library "libusb0.dll" , it is coming in a message box
    javax.usb.UsbException: Error while loading shared library LibusbJNI.dll : C:\WINDOWS\LibusbJNI.dll:
    The operating system cannot run %1
    Please help in this regards
    Thanks in adv
    Sulfikkar

    I am also facing the same problem with the code and getting errors while running my application in Eclipse is this some version problem or any other isues are afftecting my application to run successfully.
    I get following errors while running my application inspite of having all the jars and libusb for windows:
    Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
         at com.mcreations.usb.windows.JavaxUsb.<clinit>(JavaxUsb.java:65)
         at com.mcreations.usb.windows.WindowsUsbServices.<init>(WindowsUsbServices.java:46)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at java.lang.Class.newInstance0(Class.java:350)
         at java.lang.Class.newInstance(Class.java:303)
         at javax.usb.UsbHostManager.createUsbServices(Unknown Source)
         at javax.usb.UsbHostManager.getUsbServices(Unknown Source)
         at org.symphony.embedded.ShowTopology.getVirtualRootUsbHub(ShowTopology.java:56)
         at org.symphony.embedded.FindUsbDevice.main(FindUsbDevice.java:29)

  • RMAN-20260 error while trying to delete a backup piece

    Hello,
    In my company we use Oracle 10g, backup managed by RMAN and integrated with TSM.
    In order to remove the old backup files, there is a delete script to do this.
    Basically this script:
    connect to RMAN catalog
    allocate channel for maintenance device type 'sbt_tape'
    change backuppiece <file names from rc_backup_piece older than 35 days> delete;
    When this command is run, this error is being generated:
    RMAN-03002: failure of delete command at 01/18/2010 17:14:00
    RMAN-06004: ORACLE error from recovery catalog database: RMAN-20260: backup piece not found in the recovery catalog
    RMAN-06092: error while looking up backup piece
    Any ideas?
    Thanks in advance.
    Fer

    Hy Tycho,
    Yes, it's a tape backup.
    This is the channel used to take the backup:
    allocate channel t1 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/opt/tsm..../...opt)';
    I tried this rman command with a file name that is 35 days older in rc_backup_piece:
    list backuppiece <file name>;
    I received this error:
    RMAN-20260: backup piece not found in the recovery catalog;
    How can this file be in the rc_backup_piece and not appear in the list backuppiece ?
    Thanks a lot.
    Fer

  • Connection error while defining a IT resource for SQLServer

    Hello,
    I am new to the OIM. I am trying to provision users to a SQLServer database. I installed the DBConnector successfully, but while defining a ITResource (of type 'DBUM ITResource definition') for SQLServer from Web UI, I am getting this error.
    Test connectivity is not supported for the IT resource type DBUM ITResource definition
    Click Back to correct the connection parameters and re-test connection or click Continue to create the IT Resource anyway
    Here are the parameters I am providing. I am sure I am entering the correct uid and pwd for the database.
    Abandoned connection timeout :900
    Admin ID : testUser
    Admin Password : testPassword
    Configuration : Lookup.DBUM.MSSQL.Configuration
    Connection pooling supported : False
    Connection Properties :
    Connection Retries : 2
    Connection Timeout : 1000
    Connection wait timeout : 60
    Database Driver : com.microsoft.sqlserver.jdbc.SQLServerDriver
    Database Name : testDatabase
    Inactive connection timeout : 300
    Initial pool size : 3
    isSecure : No
    JDBC URL : jdbc:sqlserver://SQLServerHost;database=testDatabase
    Max pool size : 30
    Min pool size : 2
    Native connection pool class definition :
    Pool excluded fields : Configuration Lookup
    Pool preference : Default
    ResourceConnection class definition : oracle.iam.connectors.dbum.common.db.util.DBUMResourceConnectionImpl
    Retry Interval : 1000
    Target supports only one connection : False
    Timeout check interval : 30
    Validate connection on borrow : true
    Thanks!
    Kabi

    Hi,
    I setup the trace of com.waveset.adapter.ScriptedConnection.
    the log message is following, what's reason of prblem? please help.
    20070723 16:16:47.937 httpWorkerThread-8080-4(0x01341244) ScriptedConnectionPool#getConnection() Entry no args
    20070723 16:16:47.937 httpWorkerThread-8080-4(0x01341244) ScriptedConnectionPool#getConnection() Exit void
    20070723 16:16:47.938 httpWorkerThread-8080-4(0x01341244) TelnetConnection#connect() Entry no args
    20070723 16:16:47.938 httpWorkerThread-8080-4(0x01341244) TelnetConnection#connect() Exit void
    20070723 16:16:47.938 httpWorkerThread-8080-4(0x01341244) ScriptedConnection#runScript(Script) Entry no args
    20070723 16:16:47.938 httpWorkerThread-8080-4(0x01341244) ScriptedConnection#processWaitFor() Entry no args
    20070723 16:16:47.939 httpWorkerThread-8080-4(0x01341244) ScriptedConnection#refreshUnprocessedInput(int, int, String, boolean) Entry no args
    20070723 16:17:57.990 httpWorkerThread-8080-4(0x01341244) ScriptedConnection#processWaitFor() Info Script failed waiting for "LOGIN:" with the following unprocessed text: ""

  • Error while defining the Payroll

    Hi All,
    I am getting an error while savng the details. It is showing an errror 'Please enter the required value for the employers PAYE Reference segment in the GB statutory info flexfield.
    Aslo another error is i have created the Payment method but it is not showing me at Payment description screen..
    Can any one help me out of this?
    Thanks....

    On the Define Payroll screen, there is an Additional Information box(DFF) for GB Statutory Info.
    There are some mandatory fields you need to enter, before you can save the payroll.
    If the Employers PAYE Reference field doesn't get you any data, you need to first define the Tax Reference details at the BG Level -
    Re: Statutory Information
    What exactly do you mean by Payment Description Screen ?
    Cheers

  • Error while defining derivation rules in FMDERIVE

    We are currently on ECC6. While defining Funds Mgmt .... activated the derivation rules in FMRULES. But when I try to define the derivation rules in FMDERIVE .. I get the following error:  Syntax error in program "RFMDERIVE003 ".
    Error in the ABAP Application Program
    The current ABAP program "SAPMABADR" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program "RFMDERIVE003 " in include
    "RFMDERIVE003 " in
    line 32:
    "The Dictionary structure or table "FMDERIVE003" is either not active o"
    "r does not exist."
    The include has been created and last changed by:
    Created by: "SAP "
    Last changed by: "SAP* "
    Error in the ABAP Application Program
    The current ABAP program "SAPMABADR" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    How can the same be rectified. Kindly help.
    Thanx
    Shivaji

    Hi,
    Check the OSS note  Note 644974 - Syntax error in program RFMXPR47. Looks like table FMDERIVE is missing.
    Regards,
    Sanjay

  • Failover Cluster Validation Report Error with IBM USB Remote NDIS Network device

    We are setting up Microsoft Windows Server 2008 R2 Failover Cluster on IBM X3850 X5 and get errors in the Failover cluster Validation Report due to the IBM USB Remote NDIS Network Device is using APIPA adresses and both servers are using same APIPA-adresse.
    How should I configure the Server and OS for the Failover cluster to be MS approved?
    IBM don't recommend that i disable the Network device, but it is a possible solution!?!

    What I did was use ipconfig /all to see the settings it is using and then when and set the ip setting on the NDIS driver to be that except I increment the last value by 1 for each node so that they do not have the same IP address.   I ran the
    cluster validation again and it came up clean and I have not experienced any issues yet.  It does give warnings about it being an Automatic Private IP Address and should not be used, which is ok because we are not going to use it anyways.
    Rich Baumet

  • Error while restoring LMS 2.6 backup

    I am getting following error while restoring ciscoworks lms 2.6 backup.
    ERROR: doRestore of [Resource Manager Essentials] had some errors.
                  Check the log file for details
    Please check attachment for restorebackup.log file

    Looks like some sort of permissions problem or a file that is not found..
    Are you administrator on the machine?
    Does D:\WINDOWS\system32\cacls.exe exist?
    [Sat Feb  6 17:04:29 2010] [ echo y| D:\WINDOWS\system32\cacls.exe backup\0\rmeng\tempDir /T /G Administrators:F casusers:F ]
    Are you sure (Y/N)?The system cannot find the path specified.
    ERROR: In executing echo y| D:\WINDOWS\system32\cacls.exe backup\0\rmeng\tempDir /T /G Administrators:F casusers:F
    [Sat Feb  6 17:04:29 2010] ERROR: In executing echo y| D:\WINDOWS\system32\cacls.exe backup\0\rmeng\tempDir /T /G Administrators:F casusers:F
    ERROR: Error in changing permission to backup\0\rmeng\tempDir.
    [Sat Feb  6 17:04:29 2010] ERROR: Error in changing permission to backup\0\rmeng\tempDir
    Cheers,
    Michel

  • Error while defining afield in Structure

    Hi All..
    I want to define a field MENGE ( Quantity and the lenght should be 8 and should hold 3 Decimals).
    Hence i opted for a Data element CATSXT_DEFLT which is having QUAN, Length-8 and Decimal-3.
    But while activating the structure, the system is prompting Error message as follow...
    Diagnosis
    You must specify reference tables and reference fields for fields containing currency amounts or quantity data. You have specified either only the reference field or the reference table and have not maintained either entry.
    Procedure
    Add the missing entry. You can do this with the single field maintenance function of the table.
    Please Help me, as it is very urgent....

    hi,
    try to find out a field in table
    having this 'CATSXT_DEFLT' type.
    then in the structure.
    declare like this.
    <b>tables : table_name
    MENGE like table_name-field_name.</b>
    do this.
    <b>tables : TCATX_COMPONENTS.
    data : begin of ..
    MENGE like TCATX_COMPONENTS-DEFLT,
    endof ..</b>
    rgds
    anver
    pls mark hlpful answers
    Message was edited by: Anversha s

Maybe you are looking for

  • I am unable to watch Netflix on my computer; my Silverlight plugin crashes every time I attempt to watch a video.

    The Silverlight plugin crashes whenever I try and watch a video on Netflix. I'm using Vista 64-bit, and I'm running the most recent update of Silverlight. This is a persistent problem for me (i.e. I've been unable to watch Netflix in Firefox, includi

  • FCP runs on Intel Mac Mini but Won't capture, HELP!

    Installed FCP 5.1 on Mac Mini Core Duo and it runs fine. It will capture fine too, but only to the main harddrive. If I plug in a firewire harddrive using a firewire hub it won't capture, and give a "No Video" error in the Log and Capture window. I'v

  • Why can't I open a PDF in Safari?

    I haven't had this trouble before, but now when I try to open a PDF I get a box that comes up and says I must launch Adobe Reader and accept the End User License Agreement. I have no idea what that is or where I go to do that.. HELP PLEASE!

  • DISASSEMBLE Patch_file_error

    I´m installing a patch queue and have the next error:    error in phase: disassemble    Reason for error: patch_file_error    Return code 9    Error message: OCS Package SAPKB70016. What can i do¿?¿?¿

  • Invalid soap address, unknown protocol jms

    Hi, All, I try to create a web service project based on a WSDL which soap based on JMS as following: <?xml version="1.0" encoding="UTF-8"?> <definitions name="AsyncBusiness"      targetNamespace="http://www.alsb.com/AsyncBusiness/"      xmlns="http:/