Backup job failing with error ORA-12546: TNS:permission denied

Hi All
This is regarding one backup job running on windows server 2003 failing with below error.. when we are running this job manually that is running fine.. but not running from windows scheduler.
its 9.2.0.1 and the 32 bit... windows 2003 64 bit
Recovery Manager: Release 9.2.0.1.0 - Production
Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00554: initialization of internal recovery manager package failed
RMAN-04005: error from target database:
ORA-12546: TNS:permission denied
Please help.
Edited by: 811427 on Sep 6, 2011 12:36 AM

I assume you installed Oracle as "Administrator" user. If so, make sure you are running the job from the same user. Optionally open "services.msc" and go to the "ORCL Service" or whatever it may and check "Log on" tab. It should be "logon as" value should be "Local system". If you are using a domain then give credentials accordingly. Make sure you are part of "DBA" group.
The ORA-12546 TNS:permission denied points to "Insufficient permissions to trace/log files" - check the trace/log destination is writable and requisite permissions are given.

Similar Messages

  • ORA-12546: TNS:permission denied

    Hi Friends,
    I have just downloaded Oracle 11.2 XE on my Windows 8.1 X64. I have run the setup.exe and completed the installation.
    Now, when I tried connecting to the db in SQL command line, I am getting the following error:
    ORA-12546: TNS:permission denied
    I have started database as well before getting into command line.
    Could any one help me solving this problem?
    Thanks in advance

    Hi
    Thanks for the response.
    My OS is windows 8.1 (64 bit).  I installed Oracle XE 11.2.
    In my SQL prompt I used connect command.
    SQL> connect SYS/tiger
    ERROR:
    ORA-12546: TNS:permission denied
    and
    SQL> connect
    Enter user-name: SYSTEM
    Enter password:
    ERROR:
    ORA-12546: TNS:permission denied
    I tried user name of the computer, SYSTEM, SYSMAN. And every time I get the same result.

  • 11g  ora-12546 :  tns permission denied

    I have oracle 11g - 11.1.0.7.0 on AIX 6.1
    The problem i have is connecting to sqlplus
    The oracle user can connect but other users outside of oracle or dba group cannot connect unless they go through the listener.
    EG: user/password@database works fine,
    but if i try just sqlplus user/password i have the error 12546 : tns permission denied.
    I have chmod 777 the oracle bin directory and the sqlplus executable but still no joy,
    any ideas anyone, dont seem to be able to find anyone else with the same problem.

    "I have chmod 777 the oracle bin directory"
    No, this is a big security hole. Only the user running the database should be in the DBA group, and should be able to modify files from the database ORACLE_HOME/bin.
    If other users need to login to the unix server (bad idea) and connect to the database, then it is best to create a new group (e.g DEV instead of DBA) and install an Oracle client for them to use. They should connect to the database using TWO_TASK instead of ORACLE_SID.

  • Backup job fails with error

    The error message is: RemoteOperationException: Failed to establish input-streaming thread
    In researching this, there was an article that talked about increasing the ThreadPool to MEDIUM. But this didn't help.
    If I retry the backup after it fails, it runs without any problem.
    This is GC 10.2.0.3 on Sun Solaris. Does anyone have a workaround for this?
    Thanks.

    Try this script...
    File Naming Format DBname_YYYYDDMM.BAK
    DECLARE @name VARCHAR(50) -- database name
    DECLARE @path VARCHAR(256) -- path for backup files
    DECLARE @fileName VARCHAR(256) -- filename for backup
    DECLARE @fileDate VARCHAR(20) -- used for file name
    -- specify database backup directory
    SET @path = 'C:\Backup\'
    -- specify filename format
    SELECT @fileDate = CONVERT(VARCHAR(20),GETDATE(),112)
    DECLARE db_cursor CURSOR FOR
    SELECT name
    FROM master.dbo.sysdatabases
    WHERE name NOT IN ('master','model','msdb','tempdb') -- exclude these databases
    OPEN db_cursor
    FETCH NEXT FROM db_cursor INTO @name
    WHILE @@FETCH_STATUS = 0
    BEGIN
    SET @fileName = @path + @name + '_' + @fileDate + '.BAK'
    BACKUP DATABASE @name TO DISK = @fileName
    FETCH NEXT FROM db_cursor INTO @name
    END
    CLOSE db_cursor
    DEALLOCATE db_cursor
    File Naming Format DBname_YYYYDDMM_HHMMSS.BAK
    If you want to also include the time in the filename you can replace this line in the above script:
    -- specify filename format
    SELECT @fileDate = CONVERT(VARCHAR(20),GETDATE(),112)
    with this line:
    -- specify filename format
    SELECT @fileDate = CONVERT(VARCHAR(20),GETDATE(),112) + REPLACE(CONVERT(VARCHAR(20),GETDATE(),108),':','')
    Raju Rasagounder Sr MSSQL DBA

  • Ora-12546 TNS:permisssion denied

    Hi all,
    i am installing oracle 9.2.0.1.0 on windows 2003 server loging as administrator but after software installation complete and DBCA(data base configuration tool ) is in porgress to create starter database i am getting the below error at the time of
    1)copying data files (complete successfully)
    2)initializing database (complete successfully)
    creating and starting oracle (i got below error)
    error ora-12546.TNS : permission denied.
    does anybody face the probelm.quick resonse will be higly appreciated.thanks a lot in advance.

    Check the certification matrix
    http://www.oracle.com/technology/support/metalink/index.html
    HTH
    Srini

  • Job failed with error tempdb is not available

    HI All,
    Backup job failed with error 'Unable to determine if the owner () of job backup_all_user_db_full has server access (reason: The log for database 'tempdb' is not available. [SQLSTATE HY000] (Error 9001)).'
    I checked in errorlog
    LogWriter: Operating system error 1784(The supplied user buffer is not valid for the requested operation.) encountered.                                        
                        Write error during log flush. Shutting down server
    2014-09-09 07:46:25.90 spid52    Error: 9001, Severity: 21, State: 1
    2014-09-09 07:46:25.90 spid52    The log for database 'tempdb' is not available..
    2014-09-09 07:46:25.92 spid51    Error: 9001, Severity: 21, State: 1
    Can anyone suggest to why it is happening

    From the error message, it looks like the drive on which the tempdb log file is residing is having issues. 
    Please involve your storage admin to look into the disk subsystem

  • Unable to connect to TOAD : ora:-12546 TNS Permission error

    Hi friends
    Kindly help me
    Am Unable to connect to TOAD : ora:-12546 TNS Permission error
    till 2 days before it was connecting.
    Dont know what happened now
    SQL*Plus and Forms 6i are getting connected.
    What can be the issue ?
    Regards
    Dora

    Hi
    ORA-12546: TNS: permission denied
    Cause: User has insufficient privileges to perform the requested operation.
    Action: Acquire necessary privileges and try again.
    Pls check the sites suggest by google
    http://dbmotive.com/oracle_error_codes.php?errcode=12546&type=ORA
    http://www.ironspeed.com/Designer/6.2.1/WebHelp/Part_V/ORA_12546_TNS_permission_denied.htm
    Thanks & Regards
    Srikkanth.M

  • Standard Data Collection Failing with Error ORA-04054: database link  does not exist.

    Hi Gurus,
    When I am running Standard Data Collection in ASCP(APS) instance R12.1.3, its failing with error : ORA-04054: database link  does not exist.
    There is no such Database link exits which is showing in above error.
    Also the database link name in the above error is not profile values in the database.
    I think, concurrent might be fetching this database link name  from some tables related to plan.
    I am not having much knowledge about how this ASCP/APS works.
    Need your help to resolve this issue.
    Thanks,

    Hi,
    ASCP Collections looks at the dblink from instances definitions from.
    1. Responsibility: Advanced Planning Administrator
    2. Navigation: Admin > Instances
    You may review the note in support.oracle.com - Understanding DB Links Setup for APS Applications - ASCP and ATP Functionality (Doc ID 813231.1)

  • OIM - Reconciliation jobs fail with Error: OPERATIONS_ERROR

    Hi,
    after integrating OIM with OAM for Fusion Apps provisioning (11.1.3), LDAP Reconciliation jobs fail with error OPERATIONS_ERROR.
    Connection to LDAP looks OK, new users created in OIM are synchronized to LDAP, just Reconciliation jobs fail:
    <May 1, 2012 10:00:50 AM CEST> <Error> <oracle.iam.platform.entitymgr.provider.ldap> <IAM-0042016> <An error occurred while getting the change log from LDAP - {0}
    javax.naming.NamingException: Error: OPERATIONS_ERROR
    Virtualization Session closed [Root exception is oracle.ods.virtualization.service.VirtualizationException: Virtualization Session closed]
    at oracle.ods.virtualization.jndi.OVDUtil.mapErrorCode(OVDUtil.java:200)
    at oracle.ods.virtualization.jndi.OVDContext.search(OVDContext.java:439)
    at oracle.ods.virtualization.jndi.OVDContext.search(OVDContext.java:329)
    at javax.naming.directory.InitialDirContext.search(InitialDirContext.java:248)
    at oracle.iam.platform.entitymgr.provider.ldap.LDAPUtil.search(LDAPUtil.java:1049)
    at oracle.iam.platform.entitymgr.provider.ldap.LDAPDataProvider.getChangelogResults(LDAPDataProvider.java:1531)
    at oracle.iam.platform.entitymgr.provider.ldap.LDAPDataProvider.deltaDetect(LDAPDataProvider.java:1488)
    at oracle.iam.ldapsync.scheduletasks.user.LDAPUserChangesReconTask.execute(LDAPUserChangesReconTask.java:152)
    at oracle.iam.scheduler.vo.TaskSupport.executeJob(TaskSupport.java:145)
    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:597)
    at oracle.iam.scheduler.impl.quartz.QuartzJob.execute(QuartzJob.java:196)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
    Caused By: oracle.ods.virtualization.service.VirtualizationException: Virtualization Session closed
    at oracle.ods.virtualization.service.DefaultVirtualizationSession.checkActiveAndIncrementOp(DefaultVirtualizationSession.java:425)
    at oracle.ods.virtualization.service.DefaultVirtualizationSession.search(DefaultVirtualizationSession.java:183)
    at oracle.ods.virtualization.jndi.OVDContext.search(OVDContext.java:429)
    at oracle.ods.virtualization.jndi.OVDContext.search(OVDContext.java:329)
    at javax.naming.directory.InitialDirContext.search(InitialDirContext.java:248)
    at oracle.iam.platform.entitymgr.provider.ldap.LDAPDataProvider.deltaDetect(LDAPDataProvider.java:1488)
    at oracle.iam.ldapsync.scheduletasks.user.LDAPUserChangesReconTask.execute(LDAPUserChangesReconTask.java:152)
    at oracle.iam.scheduler.vo.TaskSupport.executeJob(TaskSupport.java:146)
    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:597)
    at oracle.iam.scheduler.impl.quartz.QuartzJob.execute(QuartzJob.java:198)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
    ===
    Reconciliation worked before integrating OIM with OAM.
    Any ideas what could be wrong - or how to investigate this issue?
    Thanks
    Daniel

    OVD changelog adapter was OK, but OVD URL was missing in the IT resource.
    Reconciliation works now.
    Thanks for pointing me to correct direction.
    Daniel

  • TNS-12546: TNS:permission denied  TNS-12560: TNS:protocol adapter error

    Dear Sir,
    Please some can help. I have in stall in Ubuntu Oracle 10 g 64 bit
    While running the listener.ora this gives following error
    please help
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    Linux Error: 13: Permission denied
    thanks regards
    sanat

    user591475 wrote:
    Dear Sir,
    Please some can help. I have in stall in Ubuntu Oracle 10 g 64 bit
    While running the listener.ora this gives following error
    please help
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    Linux Error: 13: Permission denied
    thanks regards
    sanatcopy the following commands, and paste them into a shell prompt:
    ifconfig
    env|grep ORA|sort
    cat $ORACLE_HOME/network/admin/sqlnet.oracopy the entire session and paste back to your next post.

  • TNS-12546: TNS:permission denied in Oracle 10g  windows XP

    Hi I have windows xp installed in my pc. After installing 1og, th.e TNS listener service is not starting automatically.
    While starting the service manually from command prompt I am getting the following error.
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-MAY-2009 11:01
    :44
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    System parameter file is G:\oracle\product\10.2.0\db_1\network\admin\listener.or
    a
    Log messages written to G:\oracle\product\10.2.0\db_1\network\log\listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=15
    21)))
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    32-bit Windows Error: 13: Permission denied
    Listener failed to start. See the error message(s) above...
    However the problem is when i connect to the internet and then try to start the listener it starts up and everything works fine after that even after disconnecting from the net. Please help me in solving this. Thank you
    Edited by: [email protected] on May 15, 2009 11:24 PM

    YOU need to verify the host name or the ip address for your pc
    1 you said when connect to the internet is working cause when you create the database the lsnrctl get the internet ip address
    2 you can create new lsnrctl with new ip address and i will work

  • How To Fix --- TNS-12546: TNS:permission denied

    Following is what I see..
    [gcars0j2:/oracled] lsnrctl start
    LSNRCTL for Solaris: Version 10.2.0.1.0 - Production on 03-JAN-2007 13:05:13
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /oracled/product/10.2.0/Db_3/bin/tnslsnr: please wait...
    TNSLSNR for Solaris: Version 10.2.0.1.0 - Production
    System parameter file is /oracled/product/10.2.0/Db_3/network/admin/listener.ora
    Log messages written to /oracled/product/10.2.0/Db_3/network/log/listener.log
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    Solaris Error: 13: Permission denied
    Listener failed to start. See the error message(s) above...

    Thank you thank you thank you.... It worked.
    I thought I had taken care of /var/tmp, but I had messed/missed something. See below, there was a small issue, I had "t" and not "x" for all users (see in bold below. Now it works after I used "chmod 777 .oracle".
    Thanks a lot.
    # cd /var/tmp
    # ls -la
    total 14
    drwxrwxrwx 6 root sys 512 Jan 3 17:05 .
    drwxrwxrwx 44 root sys 1024 Dec 12 08:35 ..
    drwxrwxrwt 2 root dba 1024 Jan 3 16:52 .oracle
    prw------- 1 root root 0 Nov 7 19:22 .sysidtool_in
    prw------- 1 root root 0 Nov 7 19:22 .sysidtool_out
    -rw-r--r-- 1 root root 3 Nov 7 19:19 .sysidtool_pid
    -rw-rw-rw- 1 oracle dbad 0 Jan 2 16:02 EM_TARGET_INSTALLER.lk
    drwxr-xr-x 2 root root 512 Nov 14 22:10 dstreAAANWaWRj
    drwxr-xr-x 3 root root 512 Dec 11 17:36 dstreAAATGa4sb
    drwxr-xr-x 2 root root 512 Nov 5 14:01 dstreAAAnLaiid
    # chmod 777 .oracle
    # ls -la
    total 14
    drwxrwxrwx 6 root sys 512 Jan 3 17:05 .
    drwxrwxrwx 44 root sys 1024 Dec 12 08:35 ..
    drwxrwxrwx 2 root dba 1024 Jan 3 16:52 .oracle
    prw------- 1 root root 0 Nov 7 19:22 .sysidtool_in
    prw------- 1 root root 0 Nov 7 19:22 .sysidtool_out
    -rw-r--r-- 1 root root 3 Nov 7 19:19 .sysidtool_pid
    -rw-rw-rw- 1 oracle dbad 0 Jan 2 16:02 EM_TARGET_INSTALLER.lk
    drwxr-xr-x 2 root root 512 Nov 14 22:10 dstreAAANWaWRj
    drwxr-xr-x 3 root root 512 Dec 11 17:36 dstreAAATGa4sb
    drwxr-xr-x 2 root root 512 Nov 5 14:01 dstreAAAnLaiid

  • TNS-12546 TNS:permission denied

    I get the following error msgs when starting the listener with
    the "lsnrctl start" command.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=Fhm))
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    Linux Error: 13: Permission denied
    Connecting to ADDRESS=(PROTOCOL=TCP)(Host=localhost)(Port=1521))
    STATUS of the LISTENER
    I'm using RH 5.2 and Oracle8.0.5 standard.
    Does anyone know what what it needs to be done to correct the
    problem?
    Thanks
    null

    I had this problem too.
    There is a patch script which apparently corrects this problem
    and others, at <a
    href=http://technet.oracle.com/>http://technet.oracle.com/</a>.
    I have not run it yet as I need a spare hour to check out
    exactly what the script will do.
    I changed the owner and permitions on tnslsnr, as described
    below, and that worked for me too.
    Derek Stevenson (guest) wrote:
    : This is a great, great tip. With a default install, the owner
    : on tnslsnr is set incorrectly (to root, not to oracle), and
    you
    : keep getting the permission denied problems. Once the owner
    is
    : set correctly, though, the sqlplus user/passwd@dbname test
    works
    : just fine.
    : Someone should publish this in the install directions!!!
    : --Derek
    : Harvey Berenberg (guest) wrote:
    : : Andre Maasikas (guest) wrote:
    : : : Jan Pfeiffer (guest) wrote:
    : : : : Harvey Berenberg (guest) wrote:
    : : : : : I get the following error msgs when starting the
    : listener
    : : : : : I'm using RH 5.2 and Oracle8.0.5 standard.
    : : : : : Does anyone know what what it needs to be done to
    : correct
    : : the
    : : : : : problem?
    : : : : : Thanks
    : : : : Check your permissions on the tnslsnr (suid - bit)
    : : : I don't think the listener needs to be setuid, probably the
    : : : owner is wrong, (root? I'v seen it sometimes) it should be
    : the
    : : : the owner/group of the oracle sofware owner.
    : : I resolved the problem by changing permissions on the
    tnslsnr
    : to:
    : : -rwxr-x--x 1 oracle dba 3636562 May 26 15:14
    : tnslsnr
    : : and on the directory $ORACLE_HOME/network/log to:
    : : drwxrwxr-x 2 oracle dba 1024 May 17 16:55
    : log
    : : and on listener.log to:
    : : -rw-rw-r-- 1 root dba 14291 May 26 17:19
    : : listener.log
    : : Thanks for the hints.
    null

  • Backup keeps failing with error 0x07EF9

    Started an initial backup (manually) over a weekend then stopped it before it had completed. Selected the option to start next backup at where it was stopped. Since then, the backup job keeps failing with the error
    An unexpected error occurred during the operation. (0x07EF9)
    Any ideas how to fix this. I have cancelled the schedule then rescheduled it but still the same result.
    I have tried manually running it as well but it still fails.
    John

    Hi John,
    Thanks for posting here!
    It looks like something is blocking Azure backup. Could be an Anti Virus software on the computer, which is locking the files the Azure Backup is trying to access while backup is initiated. OR if there is a 3rd party backup software which is running at the
    same time while azure backup is scheduled to backup files and folders. As a result the backup is failing with no luck.
    You might want to start looking at the logs and see if you find anything which is causing this problem. This might help narrow down the issue.
    Regards,
    Sadiqh

  • SQL Server Agent job fails with error : The package execution returned DTSER_FAILURE (1).

    Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 10:00:01 AM Error: 2014-08-15 10:00:07.20
    Code: 0xC0047062 Source: Data Flow Task LEAN [6761]
    Description: Teradata.Client.Provider.TdException: [Teradata Database] [3006] Logons are disabled.
    at Teradata.Client.Provider.WpMessageManager.CheckForError()
    at Teradata.Client.Provider.WpMessageManager.ProcessResponse()
    at Teradata.Client.Provider.WpLogonManager.Action()
    at Teradata.Client.Provider.WpSession.ManagerAction(WpMessageManager manager, UtlStopwatchWrapper watch, Int32 connectionTimeout)
    at Teradata.Client.Provider.WpSession.Open(Int32 connectionTimeout, String password)
    at Teradata.Client.Provider.WpSession.Open(Int32 connectionTimeout)
    at Teradata.Client.Provider.Connection.Open(UtlConnectionString connectionString, UInt32 timeout)
    at Teradata.Client.Provider.ConnectionPool.CreateConnection(UInt32 timeout)
    at Teradata.Client.Provider.ConnectionPool.GetConnectionFromPool(Object owningObject)
    at Teradata.Client.Provider.ConnectionFactory.GetConnection(Object owningObject, UtlConnectionString connStr)
    at Teradata.Client.Provider.TdConnection.Open()
    at Microsoft.SqlServer.Dts.Runtime.ManagedHelper.GetManagedConnection(String assemblyQualifiedName, String connStr, Object transaction)
    at Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100.AcquireConnection(Object pTransaction)
    at Microsoft.SqlServer.Dts.Pipeline.DataReaderSourceAdapter.AcquireConnections(Object transaction)
    at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostAcquireConnections(IDTSManagedComponentWrapper100 wrapper, Object transaction)
    End Error Error: 2014-08-15 10:00:07.35 Code: 0xC0047017 Source: Data Flow Task SSIS.Pipeline
    Description: component "LEAN" (6761) failed validation and returned error code 0x80004005. End Error Error: 2014-08-15 10:00:07.48
    Code: 0xC004700C Source: Data Flow Task SSIS.Pipeline Description: One or more component failed validation.
    End Error Error: 2014-08-15 10:00:07.60 Code: 0xC0024107 Source: Data Flow Task
    Description: There were errors during task validation. End Error
    DTExec: The package execution returned DTSER_FAILURE (1). Started: 10:00:01 AM Finished: 10:00:07 AM
    Elapsed: 6.692 seconds. The package execution failed. The step failed.
    SQL Server agent job fails with above error, Please let me know process tohandle it.
    Thanks,
    Vishal.

    The error message suggests its the issue with Teradata source database to which SSIS tries to connect within the data flow task. Make sure Teradata database is available and LOGON is enabled.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

Maybe you are looking for

  • IDisk not accessible

    I am running Lion 10.8.2 and when my external hard drive that I was running time machine on was not recognized by the computer I tried to run the "iDisk Utilities" in my application folder.  I was not able to open the application and it gave me this

  • Newest safari download

    I just downloaded the latest update to Safari and now I cannot open Safari from the doc or from the HD applications folder. I have never had ths problem with automatic updates before. Any suggestions?

  • How to create a proxy of BPEL process(to initiate it) in Jdeveloper 11G

    Hi All, I am badly stuck in creating proxy of BPEL process developed in Jdeveloper 10G. It was working fine in 10G. But in 11G I am not able to do it. Even creating a JAX-RPC mapping file is disabled in 11G. So could any one help me out. Even I want

  • SendStation iPod / iPhone Dock Extender  from GadgetLocker doesn't work!

    Ok I went to the Gadget Locker and bought iPod / iPhone Dock Extender [URL="http://www.thegadgetlocker.com/productinfo.php/cPath/223/productsid/2787"]http://www.thegadgetlocker.com/productinfo.php/cPath/223/productsid/2787[/URL] and than I bought an

  • Web Part showing different result in different regions

    Hi All,         We have a stock  web-part which is integrated into our SharePoint site . And this stock web-part is showing different result in different regions .As the output of the web-part is perfect in India,US,UK and working quite opposite in S