Error in scheduling AO workbook

Hello All,
I am facing an issue while scheduling Analysis for office workbooks on BI platform.
Environment : Server : BI 4.1 Sp02 ( Sp05 add-on for analysis scheduling)
                     Client : Analysis for office 1.4 sp05
                     Connection : OLAP SSO, ( No prompts in workbook)
When i schedule the report,
first, i am not seeing any history icon which shows whether it is successful or failure.
Second, when i looked into AJS logs , i see the below error
|486C2D0687A0412F89206E15BE8EF8530|2014 03 12 16:24:09.941|-0400|Error| |==|E| |jobserver_XXXXXXXXX.AdaptiveJobServer_AOSchedulingService_CHILD0| 1468|  28|ORBacus:ThreadPerRequest:Dispatcher| |316|0|4|0|BIlaunchpad.WebApp|XXXXXXXXX:1572:1299.24409:1|CMS.runJobs|localhost:13352:5532.511645:1|.run|XXXXXXXXX:1468:28.8:1|CsEYh5NLK0H3mkKXPM4mJLE5f50|||||||||com.businessobjects.js.child.processingsubsystem.aoprecalc||java.io.IOException: CreateProcess error=2, The system cannot find the file specified
|486C2D0687A0412F89206E15BE8EF8531|2014 03 12 16:24:09.944|-0400|Error| |==|E| |jobserver_XXXXXXXXX.AdaptiveJobServer_AOSchedulingService_CHILD0| 1468|  28|ORBacus:ThreadPerRequest:Dispatcher| |316|0|4|0|BIlaunchpad.WebApp|XXXXXXXXX:1572:1299.24409:1|CMS.runJobs|localhost:13352:5532.511645:1|.run|XXXXXXXXX:1468:28.8:1|CsEYh5NLK0H3mkKXPM4mJLE5f50|||||||||com.businessobjects.js.child.processingsubsystem.aoprecalc||AOPrecalcExecutor.Execute returned false
any ideas?
Thanks
Karthik

Solved
The issue is, typo in AJS scheduling service config
Thanks
Karthik

Similar Messages

  • Error while scheduling a workbook

    Hello.
    I'm trying too schedule one of my wDiscoverer Workbook, but I meet a SQL error :
    +"ORA 04063 : package body MYUSER.EUL5_BATCH_USER" contain errors.+
    PL/SQL : uni program called "MYUSER.EUL5_BATCH_USER" doesn't exists
    I searched on the forum, and I found this workaround :
    Error when trying to schedule a workbook
    So I granted select on my user, but it didn't work better since.
    Is there another solution ?
    Thanks for help !
    PS : I'm on Discoverer Desktop

    Hi,
    You need the follow database object priviliges:
    GRANT SELECT ON v$PARAMETER TO MYUSER;
    GRANT EXECUTE ON DBMS_SQL TO MYUSER;
    GRANT EXECUTE ON DBMS_JOB TO MYUSER;
    Alternatively, you could grant the following system privileges:
    GRANT CREATE PROCEDURE TO MYUSER;
    GRANT CREATE TABLE TO MYUSER;
    GRANT SELECT ANY TABLE TO MYUSER;
    GRANT CREATE SESSION TO MYUSER;
    GRANT CREATE VIEW TO MYUSER;
    GRANT EXECUTE ANY PROCEDURE TO MYUSER;
    GRANT SELECT ANY DICTIONARY TO MYUSER;
    Rod West

  • Error when scheduling a workbook

    Has anyone come accross this error before when scheduling a workbook thru the Scheduling Manager in Discoverer Plus 10gR2?
    "Exceeded maximum query size". All worksheets run to a sucessful completion when you run them one at a time.
    Thanks Brent

    Hi
    this is bug, refer to doc id: 472947.1 in metalink
    you need to download the Patch 6493304.
    regards,
    Jay

  • Discoverer 10g error when scheduling a workbook using 2 calculations

    When I schedule in discoverer 10 g using 2 calculations it return this error ora-01722 Invalid Number
    If I schedule the workbook with only one of the calculation it run perfectly.
    If I run the query manually using the 2 calculations it run perfectly.
    Calculation are created by me and do not have any error in the code
    Same problem occur using DECODE or CASE.
    Please help

    Hi
    this is bug, refer to doc id: 472947.1 in metalink
    you need to download the Patch 6493304.
    regards,
    Jay

  • Error when trying to schedule a workbook

    Hello,
    I'm trying to schedule a workbook, and Discoverer Plus is reporting an error :
    ORA-04608: existing state of packages has been discarded
    ORA-04603: package body "ACAIQPROD.EUL5_BATCH_USER" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 2
    In USER_ERRORS, I get :
    EUL5_BATCH_USER, line 1110, position 67, PL/SQL: ORA-00942: table or view does not exist
    EUL5_BATCH_REP_SECURE, line 1139, position 67, PL/SQL: ORA-00942: table or view does not exist
    But both packages do exist the ACAIQPROD (a user with full DBA privileges). ACAIQPROD.EUL5_BATCH_USER has 11 functions in it.
    Yes, I did enabled the DBMS_JOB package, I set 'job_queue_processes' to 2, and I ran the 'batchusr.sql' script. Using Discoverer 10gR2 and Oracle Database 9.2.02.

    The user is a full DBA so it already has access to v$parameter, but I have to use sys.v_$parameter :
    SQL> select count(*) from sys.v_$parameter;
    COUNT(*)
    258
    SQL> select count(*) from v_$parameter;
    select count(*) from v_$parameter
    ERROR at line 1:
    ORA-00942: table or view does not exist

  • A error while scheduling a report

    Hi Experts . i need your help .
    I have a user getting error when he is trying to schedule a workbook in the Discoverer plus/desktop version is 10g (9.0.4) on linux
    This is the error .
    Error
    Database Error - ORA-01031: insufficient privileges
    ORA-06152: at "SYS.DBMS_SYS_SQL", line 1608
    ORA-06152: at "SYS.DBMS_SQL", line 33
    ORA-06152: at "DISCO_WKB_REP.EUL5_BATCH_REPOSITORY", line 399
    ORA-06152: at line 2
    The user is getting this error only for one report . Please let me know how to resolve the issue ?
    Thanks
    Kanna

    check your discoverer user role using:
    select granted_role from dba_role_privs where grantee=upper('<username>');
    from your database. the database to which the desktop is connecting.
    check for connect, resouce, multiorg roles.

  • Privilege Problem With Schedule a Workbook

    Whenever I schedule a workbook, I get an invalid id/password logon denied error. The Invalid Id is for the database I am referencing (not the one Discoverer resides on). How can I do the report in desktop and see result, but not with the scheduler. It appears that there is some type of mismatch. What Id does Discoverer Scheduler pass to the remote database?
    Any thoughts?
    Thanks,
    John

    Hi
    Are you using E-Business Suite? If so you may have forgotten to copy the dbc file from the server into a SECURE folder on the machine that is running Desktop. Could this be the issue?
    Best wishes
    Michael

  • Schedule a Workbook using PL/SQL Function.

    Hi,
    Trying to schedule a workbook which uses a PL/SQL function(the function inserts some values to a custom table).
    Workbook when run in desktop works fine and am able to see the results. but when run as a scheduled workbook it results with an error: Single query returns multiple rows.
    Any Ideas to get around this problem...
    Thanks!
    Nani.

    There could be a multitude of problems. Somewhere, the PL/SQL is selecting data using a SELECT ... INTO ... FROM type construct. Problem is that multiple records are being returned, and the code wants a cursor or some other mechanism.
    Look at the places where the PL/SQL is selecting data, and make sure that only 1 row is being returned. The PL/SQL code may need to be modified to purge data before or after to ensure subsequent runs will not be a problem. There could also be a commit statement out of place that isn't committing a deletion, or is preventing a rollback.
    With the way the workbook is scheduled, the PL/SQL could get called multiple times, but this seems unlikely as it works fine in desktop.

  • Error while transporting a Workbook

    Hi Pioneers
                  I got an Error while transporting a Workbook from Development to quality.The error is "logical transport object 432L not found in table RSTLOGOPROP".     
        Could u let me out with a possible solution....Plz...
    BR
    Sekhar.D.R

    Hi,
    You have to create a new request and transport it again before transporting ensure that you collect all the dependent objects manually in the "Transport Connection" in the collection options.
    Hope this helps
    Assign points if useful
    Regards,
    venkat

  • Error while Scheduling Java Jobs - IDM

    Hi
    I am getting the below error when I try to schedule a Java Job for every hour or every minute. However the same job runs perfectly fine when I put in On Demand and run it manually. I even tried with the Dummy Job and it spits the same error. Below is the error that I found in the error log.
    Error setting schedule time: Too many nested levels
    Any help is appreciated.
    Thanks
    Sasi Reddy

    Hi,
    I think you have session count problem, you can change your http sessions count and if you have a db system db session count. In additional check your java code do you close the sessions in  java?
    Best regards.

  • Error while Scheduling Full DB back up?

    Hi gurus,
    I got error while schedule full DB back up. I am follow all the steps.but i got this error.
    1. go to DB13
    2. select Day
    3.select full DB backup
    4.select time
    5.select sid, msdb,inttape,verify backup
    5.add.
    our DB is MS-SQL server Data Base
    client :222   user: admin
    error: User not connected
    2008-04-10 14:28:06.89 Server      Microsoft SQL Server 2005 - 9.00.2047.00 (Intel X86)
         Apr 14 2006 01:12:25
         Copyright (c) 1988-2005 Microsoft Corporation
         Enterprise Edition on Windows NT 5.2 (Build 3790: Service Pack 1)
    2008-04-10 14:28:06.89 Server      (c) 2005 Microsoft Corporation.
    2008-04-10 14:28:06.89 Server      All rights reserved.
    2008-04-10 14:28:06.89 Server      Server process ID is 308.
    2008-04-10 14:28:06.89 Server      Logging SQL Server messages in file 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG'.
    2008-04-10 14:28:06.89 Server      This instance of SQL Server last reported using a process ID of 308 at 4/10/2008 2:24:10 PM (local) 4/10/2008 8:54:10 AM (UTC). This is an informational message only; no user action is required.
    2008-04-10 14:28:06.89 Server      Registry startup parameters:
    2008-04-10 14:28:06.89 Server            -d C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf
    2008-04-10 14:28:06.89 Server            -e C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG
    2008-04-10 14:28:06.89 Server            -l C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mastlog.ldf
    2008-04-10 14:28:06.90 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
    2008-04-10 14:28:06.90 Server      Detected 8 CPUs. This is an informational message; no user action is required.
    2008-04-10 14:28:07.06 Server      Set AWE Enabled to 1 in the configuration parameters to allow use of more memory.
    2008-04-10 14:28:07.20 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
    2008-04-10 14:28:07.21 Server      Attempting to initialize Microsoft Distributed Transaction Coordinator (MS DTC). This is an informational message only. No user action is required.
    2008-04-10 14:28:18.89 Server      Attempting to recover in-doubt distributed transactions involving Microsoft Distributed Transaction Coordinator (MS DTC). This is an informational message only. No user action is required.
    2008-04-10 14:28:18.89 Server      Database mirroring has been enabled on this instance of SQL Server.
    2008-04-10 14:28:18.89 spid4s      Starting up database 'master'.
    2008-04-10 14:28:18.96 spid4s      Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
    2008-04-10 14:28:19.00 spid4s      SQL Trace ID 1 was started by login "sa".
    2008-04-10 14:28:19.01 spid4s      Starting up database 'mssqlsystemresource'.
    2008-04-10 14:28:19.04 spid4s      The resource database build version is 9.00.2047. This is an informational message only. No user action is required.
    2008-04-10 14:28:19.18 spid4s      Server name is 'ERPPRD'. This is an informational message only. No user action is required.
    2008-04-10 14:28:19.18 spid9s      Starting up database 'model'.
    2008-04-10 14:28:19.29 spid9s      Clearing tempdb database.
    2008-04-10 14:28:19.37 spid9s      Starting up database 'tempdb'.
    2008-04-10 14:28:19.39 spid9s      Analysis of database 'tempdb' (2) is 100% complete (approximately 0 seconds remain). This is an informational message only. No user action is required.
    2008-04-10 14:28:19.40 spid12s     The Service Broker protocol transport is disabled or not configured.
    2008-04-10 14:28:19.40 spid12s     The Database Mirroring protocol transport is disabled or not configured.
    2008-04-10 14:28:19.40 spid12s     Service Broker manager has started.
    2008-04-10 14:28:19.42 Server      A self-generated certificate was successfully loaded for encryption.
    2008-04-10 14:28:19.43 Server      Server is listening on [ 'any' <ipv4> 1433].
    2008-04-10 14:28:19.43 Server      Server local connection provider is ready to accept connection on [
    .\pipe\SQLLocal\MSSQLSERVER ].
    2008-04-10 14:28:19.43 Server      Server named pipe provider is ready to accept connection on [
    .\pipe\sql\query ].
    2008-04-10 14:28:19.43 Server      Server is listening on [ 127.0.0.1 <ipv4> 1434].
    2008-04-10 14:28:19.43 Server      Dedicated admin connection support was established for listening locally on port 1434.
    2008-04-10 14:28:19.43 Server      The SQL Network Interface library could not register the Service Principal Name (SPN) for the SQL Server service. Error: 0x54b. Failure to register an SPN may cause integrated authentication to fall back to NTLM instead of Kerberos. This is an informational message. Further action is only required if Kerberos authentication is required by authentication policies.
    2008-04-10 14:28:19.43 Server      SQL Server is now ready for client connections. This is an informational message; no user action is required.
    2008-04-10 14:28:19.48 spid21s     Starting up database 'msdb'.
    2008-04-10 14:28:19.48 spid23s     Starting up database 'SRM'.
    2008-04-10 14:28:19.48 spid22s     Starting up database 'PRD'.
    2008-04-10 14:28:20.29 spid23s     Analysis of database 'SRM' (6) is 100% complete (approximately 0 seconds remain). This is an informational message only. No user action is required.
    2008-04-10 14:28:23.40 spid22s     Analysis of database 'PRD' (5) is 100% complete (approximately 0 seconds remain). This is an informational message only. No user action is required.
    2008-04-10 14:28:23.95 spid4s      Recovery of any in-doubt distributed transactions involving Microsoft Distributed Transaction Coordinator (MS DTC) has completed. This is an informational message only. No user action is required.
    2008-04-10 14:28:23.95 spid4s      Recovery is complete. This is an informational message only. No user action is required.
    2008-04-10 14:28:26.37 spid51      Using 'xpsqlbot.dll' version '2005.90.2047' to execute extended stored procedure 'xp_qv'. This is an informational message only; no user action is required.
    2008-04-10 14:28:26.53 spid51      Using 'xpstar90.dll' version '2005.90.2047' to execute extended stored procedure 'xp_instance_regread'. This is an informational message only; no user action is required.
    2008-04-10 14:28:26.57 spid51      Using 'xplog70.dll' version '2005.90.2047' to execute extended stored procedure 'xp_msver'. This is an informational message only; no user action is required.
    2008-04-11 00:00:56.75 spid17s     This instance of SQL Server has been using a process ID of 308 since 4/10/2008 2:28:23 PM (local) 4/10/2008 8:58:23 AM (UTC). This is an informational message only; no user action is required.
    2008-04-11 16:44:23.89 spid112     DBCC CHECKDB (PRD) started at Apr 11 2008  4:44PM with Logfile: C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\CCMS_CHECK_DB_HIST_2008.txt
    2008-04-11 16:52:47.53 spid107     DBCC CHECKDB (PRD) started at Apr 11 2008  4:52PM with Logfile: C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\CCMS_CHECK_DB_HIST_2008.txt
    2008-04-11 17:00:01.48 spid115     DBCC TRACEON 3605, server process ID (SPID) 115. This is an informational message only; no user action is required.
    2008-04-11 17:00:10.45 spid115     Error: 18204, Severity: 16, State: 1.
    2008-04-11 17:00:10.45 spid115     BackupTapeFile::OpenMedia: Backup device '
    .\tape1' failed to open. Operating system error 2(The system cannot find the file specified.).
    2008-04-11 17:00:10.67 Backup      Unnamed tape was dismounted from drive 'R3DUMP1(
    .\tape1)'. This is an informational message. No user action is required.
    2008-04-11 17:00:10.65 Backup      Error: 3041, Severity: 16, State: 1.
    2008-04-11 17:00:10.65 Backup      BACKUP failed to complete the command BACKUP DATABASE PRD. Check the backup application log for detailed messages.
    2008-04-11 17:00:11.18 Backup      Tape 'Media created 3/29/2007 at 2:43 PM' was dismounted from drive 'R3DUMP0(
    .\tape0)'. This is an informational message. No user action is required.
    2008-04-11 17:00:15.54 spid101     DBCC TRACEON 3605, server process ID (SPID) 101. This is an informational message only; no user action is required.
    2008-04-11 17:00:15.60 spid101     Error: 18204, Severity: 16, State: 1.
    2008-04-11 17:00:15.60 spid101     BackupTapeFile::OpenMedia: Backup device '
    .\tape1' failed to open. Operating system error 2(The system cannot find the file specified.).
    2008-04-11 17:00:15.60 Backup      Unnamed tape was dismounted from drive 'R3DUMP1(
    .\tape1)'. This is an informational message. No user action is required.
    2008-04-11 17:00:15.60 Backup      Error: 3041, Severity: 16, State: 1.
    2008-04-11 17:00:15.60 Backup      BACKUP failed to complete the command BACKUP DATABASE PRD. Check the backup application log for detailed messages.
    2008-04-11 17:00:15.60 Backup      Unnamed tape was dismounted from drive 'R3DUMP0(
    .\tape0)'. This is an informational message. No user action is required.
    2008-04-11 17:02:57.57 spid114     DBCC CHECKDB (PRD) started at Apr 11 2008  5:02PM with Logfile: C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\CCMS_CHECK_DB_HIST_2008.txt
    2008-04-11 18:30:37.75 spid112     DBCC CHECKDB (PRD) WITH no_infomsgs executed by NT AUTHORITY\SYSTEM found 0 errors and repaired 0 errors. Elapsed time: 1 hours 46 minutes 14 seconds.
    2008-04-11 18:54:52.10 spid114     DBCC CHECKDB (PRD) WITH no_infomsgs executed by NT AUTHORITY\SYSTEM found 0 errors and repaired 0 errors. Elapsed time: 1 hours 51 minutes 55 seconds.
    2008-04-11 18:55:25.00 spid107     DBCC CHECKDB (PRD) WITH no_infomsgs executed by NT AUTHORITY\SYSTEM found 0 errors and repaired 0 errors. Elapsed time: 2 hours 2 minutes 38 seconds.
    2008-04-12 00:00:30.75 spid17s     This instance of SQL Server has been using a process ID of 308 since 4/10/2008 2:28:23 PM (local) 4/10/2008 8:58:23 AM (UTC). This is an informational message only; no user action is required.
    This is error
      anybody help me.
    Regards,
    balaram
    Edited by: balaram reddy on Apr 14, 2008 8:44 PM

    If your ECC6 is on SP12 and above, use t-code : DBACOCKPIT or DB13OLD
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a0dc0752-2502-2a10-2a93-94823467ca79

  • Error while scheduling VerifyDB in DB13

    Hi,
    I am facing an error while scheduling VerifyDB through DB13 in my SAP ECC 6.0 system. This problem is occuring in the entire landscape(Dev, Quality & Prod) after i did an oracle upgrade from 10.1.0.4 to 10.2.0.2. The error is as below:
    BR1301W Error message from likeywlib:
    ===...could not load SSF library libsapsecu.so .
    BR1301W Error message from likeywlib: likey_init: Couldn't load SAPSECULIB ("libsapsecu.so") using function SsfSupInit (), rc = 10.
    BR1302E Initialization of license key library likeywlib failed, return code 1
    BR0602E No valid SAP license found - please contact SAP
    I also checked the note 912969 which gives the below solution:
    The error is corrected in BRSPACE 7.00 patch 10
    But the BRSPACE is already on a higher patchset (18). Patch 10 is already applied.
    Can somebody please guide me on this.
    Thanks & Regards,
    Smitha

    Hi Andreas,
       the error is exactly the same.
    The database is Oracle 10.2.0.2 and the backup is performed with a mix of BRtools and Legato.
    Any idea?
    Thanks
    Gianluca

  • Error while scheduling through web service

    We have created Web service through WSDL of OBI Publisher. Also we created a web service proxy client to call the services offered by OBI Publisher. We actually want to  "Automate the Scheduling of Reports" according to our requirement:
    1. We used to schedule the reports manually by giving the parameters(used to populate data in reports) and other fields like select report name, report destination, format of reports ( .pdf, .docx,etc) through Oracle BI Publisher.
    2. As there are thousands of permutations of report input parameters possible, so it is difficult to schedule them manually. 
    3.We also want to schedule report to a particular folder according to some parameter, for the ease of the user visibility.
    Above requirements are not currently available with Oracle BI Publisher.
    We are getting error while scheduling through ScheduleRequest class.
    The client.java is as follows:
    public class ScheduleServiceClient
      @WebServiceRef
      private static ScheduleService_Service scheduleService_Service;
      public static void main(String [] args)
        scheduleService_Service = new ScheduleService_Service();
        ScheduleService scheduleService = scheduleService_Service.getScheduleService();
        // Add your code to call the desired methods.
        try {      
                    FTPDeliveryOption ftpdo =new FTPDeliveryOption();
                    ftpdo.setFtpServerName("ServerName");
                    ftpdo.setFtpUserName("Username");
                    ftpdo.setFtpUserPassword("Password");
                    ftpdo.setRemoteFile("/path/TestFile");
                    ftpdo.setSftpOption(true);
                    List<FTPDeliveryOption> listobj=new ArrayList<FTPDeliveryOption>();
                    listobj.add(ftpdo);
                    ArrayOfFTPDeliveryOption ar =new ArrayOfFTPDeliveryOption(); 
                    ar.setItem(listobj);
                    DeliveryChannels dc = new DeliveryChannels();
                    dc.setFtpOptions(ar);
                    ScheduleRequest scheduleRequest = new ScheduleRequest();
                    scheduleRequest.setDeliveryChannels(dc);
                    scheduleRequest.setJobLocale("en-US");
                    scheduleRequest.setUserJobName("Job_1_WebService"); 
                    scheduleRequest.setDataModelUrl("Url");
                    scheduleRequest.setStartDate("Mar 27, 2015 12:40:00 PM");
                    scheduleRequest.setJobTZ("[GMT+05:30] Calcutta, Chennai, Mumbai, New Delhi");
                    String userID = "BI_Publisher_Username";
                    String password = "BI_Publisher_Password";
                    scheduleService.scheduleReport(scheduleRequest,userID,password);
                } catch(Exception exception) {
                    exception.printStackTrace();
    Snapshot of error is attached.
    Kindly suggest the way of getting out of this error.

    Hi
    Check this thread
    WD Message Manager
    Reward opints if usefull....

  • BAPI Error: No schedule lines due for delivery up to the selected date

    Hi,
    I have created a program to create delivery orders with reference to sales orders using BAPI - BAPI_OUTB_DELIVERY_CREATE_SLS.
    After execution I get the error: No schedule lines due for delivery up to the selected date
    Please help.
    Thanks in advance!!!
    Regards,
    Sriram

    hi,
    this is to inform you that,
    please check the schedule line date in the sales order because the date is not matching here for the BAPI to upload.
    here,  for example the schedule line is 4 days after and you are running BAPI today. that will mismatch no.
    the same thing is happening in uploading case also.
    so please check the date.
    because in teh sales order if teh schedule line date is today it will accept the uploading with out throwing any errors.
    regards,
    balajia

  • Error -Job scheduling

    Hi
    I am getting the following error while scheduling job using OEM:
    SQL*Plus: Release 9.2.0.1.0 - Production on Wed Jun 8 12:22:36 2005
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Enter user-name: ERROR:
    ORA-28009: connection to sys should be as sysdba or sysoper
    Enter user-name: Enter password: ERROR:
    ORA-01005: null password given; logon denied
    Enter user-name:
    ora-28009: connection to sys should be as sysdba or sysoper
    Can anybody help me in resolving this issue.
    TIA
    Aqueel.

    Don't connect as SYS, it should not be used for such daily tasks. Use a non-SYSDBA user, if you use SYS it must be a connection as SYSDBA (9i and higher), this is not possible in all OEM areas, so this error message occurs.

Maybe you are looking for

  • Looking for a PDF Forms designer/programmer

    I have created several forms using LiveCycle but I have a need for a complex form that may be above my LC experience level and time available.  Are there any companies out there that will create a form for me?  I am not interested in online form buil

  • Exception in thread "main" java.lang.UnsatisfiedLinkError: no ocijdbc 10

    I have a script file called xmldr XML_LIB=~/sm/xmlDR/xmldr/lib export XML_LIB CLASSPATH=$CLASSPATH:$XML_LIB/ojdbc14.jar:$XML_LIB/xmldr.jar:$XML_LIB/xml.jar:$XML_LIB/xmlparserv2.jar:$XML_LIB/xsu12.jar; export CLASSPATH java xmlDR $0 $1 $2 $3 $4 $5 $6

  • LR 4 exporting Book into PDF

    While useing LR 4 and makeing a Book (13x11 w/164 pgs) when I  go to export a PDF it freezes up everytime around the 150ish page. also when I  go to export a blurb it loose pages over 50ish Thank you Michal Tuzinkiewicz 858.699.6819 [email protected]

  • Urgently seek the solution of this code

    this code is using the SOAP for message transmission class checkData is on the server side, fetch information from database. class Transport is on the client side, make the SOAP "call" I use UtilSnoop to fetch the message between server and client, w

  • Linksys BEFW11S4 - some of my devices see it, some don't. Why?

    I have had this router for several years and it has always worked fine. Lately it has been doing weird **bleep**. Most recently most of the devices in my home that connect to it are now no longer able to detect it. However, there are 2 laptops that c