Util_file package error

Hi ,
I am using util_file package to spool to a csv file in a stored procedure .
when I call this procedure on my loacl machine is woking fine .
But when I call this procedure in the apps oracle database ,I get the following error:
ORA-20003: File could not be opened or operated on as requested.
ORA-06512: at "APPS.WOC_KDE_PREPROCESSOR", line 1032
Please suggest.
Thanks,

Here is my code :
CREATE OR REPLACE PACKAGE BODY Woc_KDE_Preprocessor
AS
NAME: Woc_Delete_Model_Data
PURPOSE:
REVISIONS:
Ver Date Author Description
1.0 11/01/2008 gtutika 1. Preprocessor to Spool in CSV file
PROCEDURE KDEPreprocessor(p_con_program_id NUMBER)
IS
     v_file UTL_FILE.FILE_TYPE;
     l_count NUMBER;
     l_product_model VARCHAR2(40);
     c_family VARCHAR2(40);
BEGIN
DBMS_OUTPUT.ENABLE(1000000);
DBMS_OUTPUT.PUT_LINE('before');
     v_file := UTL_FILE.FOPEN(location => 'EXTRACT_DIR',
filename => 'KDEPreprocessor-'||p_con_program_id||'.csv',
open_mode => 'w',
max_linesize => 32767);
     DBMS_OUTPUT.PUT_LINE('after');
     UTL_FILE.FCLOSE(v_file);
     EXCEPTION
          WHEN UTL_FILE.INVALID_PATH THEN
          UTL_FILE.FCLOSE(v_file);
          RAISE_APPLICATION_ERROR(-20000, 'File location is invalid.');
          WHEN UTL_FILE.INVALID_MODE THEN
          UTL_FILE.FCLOSE(v_file);
          RAISE_APPLICATION_ERROR(-20001, 'The open_mode parameter in FOPEN is invalid.');
          WHEN UTL_FILE.INVALID_FILEHANDLE THEN
          UTL_FILE.FCLOSE(v_file);
          RAISE_APPLICATION_ERROR(-20002, 'File handle is invalid.');
          WHEN UTL_FILE.INVALID_OPERATION THEN
dbms_output.put_line('(SQLERRM');
          UTL_FILE.FCLOSE(v_file);
          RAISE_APPLICATION_ERROR(-20003, 'File could not be opened or operated on as requested.');
-- dbms_output.put_line('(SQLERRM');
          WHEN UTL_FILE.READ_ERROR THEN
          UTL_FILE.FCLOSE(v_file);
          RAISE_APPLICATION_ERROR(-20004, 'Operating system error occurred during the read operation.');
          WHEN UTL_FILE.WRITE_ERROR THEN
          UTL_FILE.FCLOSE(v_file);
          RAISE_APPLICATION_ERROR(-20005, 'Operating system error occurred during the write operation.');
          WHEN UTL_FILE.INTERNAL_ERROR THEN
          UTL_FILE.FCLOSE(v_file);
          RAISE_APPLICATION_ERROR(-20006, 'Unspecified PL/SQL error.');
          WHEN UTL_FILE.CHARSETMISMATCH THEN
          UTL_FILE.FCLOSE(v_file);
          RAISE_APPLICATION_ERROR(-20007, 'A file is opened using FOPEN_NCHAR, but later I/O ' ||
                         'operations use nonchar functions such as PUTF or GET_LINE.');
          WHEN UTL_FILE.FILE_OPEN THEN
          UTL_FILE.FCLOSE(v_file);
          RAISE_APPLICATION_ERROR(-20008, 'The requested operation failed because the file is open.');
          WHEN UTL_FILE.INVALID_MAXLINESIZE THEN
          UTL_FILE.FCLOSE(v_file);
          RAISE_APPLICATION_ERROR(-20009, 'The MAX_LINESIZE value for FOPEN() is invalid; it should ' ||
                         'be within the range 1 to 32767.');
          WHEN UTL_FILE.INVALID_FILENAME THEN
          UTL_FILE.FCLOSE(v_file);
          RAISE_APPLICATION_ERROR(-20010, 'The filename parameter is invalid.');
          WHEN UTL_FILE.ACCESS_DENIED THEN
          UTL_FILE.FCLOSE(v_file);
          RAISE_APPLICATION_ERROR(-20011, 'Permission to access to the file location is denied.');
          WHEN UTL_FILE.INVALID_OFFSET THEN
          UTL_FILE.FCLOSE(v_file);
          RAISE_APPLICATION_ERROR(-20012, 'The ABSOLUTE_OFFSET parameter for FSEEK() is invalid; ' ||
                         'it should be greater than 0 and less than the total ' ||
                         'number of bytes in the file.');
          WHEN UTL_FILE.DELETE_FAILED THEN
          UTL_FILE.FCLOSE(v_file);
          RAISE_APPLICATION_ERROR(-20013, 'The requested file delete operation failed.');
          WHEN UTL_FILE.RENAME_FAILED THEN
          UTL_FILE.FCLOSE(v_file);
          RAISE_APPLICATION_ERROR(-20014, 'The requested file rename operation failed.');
          WHEN OTHERS THEN
          UTL_FILE.FCLOSE(v_file);
          RAISE;
     END;
END;
Show errors;
I do not get any error with local db.But on apps I get
UTL_FILE.INVALID_OPERATION error.

Similar Messages

  • PI 711 Installation: Loading of 'SAPNTAB' import package: error but no log

    Hello,
    I'm perfromong an installation of a SAP PI 7.11 ystem on windoows Server 2003 and Oracle 10.2 .
    I've perfromed the installation of the DEV system without particular issue.
    But now when tryning to install the QAS system , I can't finish the installation : Im' stuck in the import ABAP step ...
    It is impossible to import the 'SAPNTAB' package. I couln't find the reason.
    I've tried updating the R3load binary, rebooting the server, restarting the instalaltion from scratch but it didn't help.
    Here I provide you the logs, maybe you can help me
    SAPNTAB.log
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20110223195542
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/711_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: version R7.11/V1.4 [UNICODE]
    Compiled Dec 14 2010 22:52:23
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -stop_on_error -loadprocedure fast
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) INFO: SVERS deleted/truncated #20110223195543
    sapinst_dev.log
    Syslib info about system call. OS message 109 (The pipe has been ended.
    ) after execution of system call 'ReadFile' with parameter ((read end of child process output pipe)), line (403) in file (synxcpipe.cpp).
    WARNING    2011-02-23 19:56:12.607
               CJSlibModule::writeWarning_impl()
    Execution of the command ""C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\ORA\STD\AS\sapjvm\sapjvm_5\bin\java.exe" -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst" finished with return code 103. Output:
    java version "1.5.0_14"
    Java(TM) 2 Runtime Environment, Standard Edition (build 5.1.024)
    SAP Java 64-Bit Server VM (build 5.1.024, Sep  4 2008 23:21:58 - 51_REL - optU - windows amd64 - bas2:106386 (mixed mode))
    Import Monitor jobs: running 1, waiting 28, completed 0, failed 0, total 29.
    Loading of 'SAPNTAB' import package: ERROR
    Import Monitor jobs: running 0, waiting 28, completed 0, failed 1, total 29.
    TRACE      2011-02-23 19:56:12.607
    Function setMessageIdOfExceptionMessage: nw.programError
    ERROR      2011-02-23 19:56:12.607
               CJSlibModule::writeError_impl()
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    import_monitor.log
    TRACE: 2011-02-23 19:55:42 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\ORA\STD\AS\DDLORA.TPL' template file is started.
    INFO: 2011-02-23 19:55:42 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\ORA\STD\AS\DDLORA.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    INFO: 2011-02-23 19:55:42
    Data codepage 1100 is determined using TOC file 'E:\SAPCD\51036706\DATA_UNITS\EXP1\DATA\REPOSRC.TOC' for package 'REPOSRC'.
    INFO: 2011-02-23 19:55:42
    Version table 'SVERS' is found in STR file 'E:\SAPCD\51036706\DATA_UNITS\EXP3\DATA\SAPNTAB.STR' from package 'SAPNTAB'.
    INFO: 2011-02-23 19:55:42
    Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file 'E:\SAPCD\51036706\DATA_UNITS\EXP3\DATA\SAPNTAB.STR' from package 'SAPNTAB'.
    TRACE: 2011-02-23 19:55:42 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPNTAB' import package is started.
    TRACE: 2011-02-23 19:55:42 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPNTAB' import package into database:
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -stop_on_error -loadprocedure fast
    ERROR: 2011-02-23 19:55:45 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPNTAB' import package is interrupted with R3load error.
    Process 'E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -stop_on_error -loadprocedure fast' exited with return code -1,073,741,819.
    For mode details see 'SAPNTAB.log' file.
    Standard error output:
    sapparam: sapargv(argc, argv) has not been called!
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2011-02-23 19:56:12
    Cannot continue import because not all import packages with data conversion tables are loaded successfully.
    WARNING: 2011-02-23 19:56:12
    1 error(s) during processing of packages.
    INFO: 2011-02-23 19:56:12
    Import Monitor is stopped.
    Edited by: Raoul Shiro on Feb 23, 2011 8:11 PM
    Edited by: Raoul Shiro on Feb 23, 2011 8:12 PM

    Hello,
    Thank you for your answer.
    I already opened a sap cutomer call, they answered that it it not a database issue,
    I restarted the installationfriom scracth , but i still got the same error :
    Here is the full content of the file SAPNTAB.log
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20110225170643
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/711_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: version R7.11/V1.4 [UNICODE]
    Compiled Dec 22 2008 00:13:12
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -ctf I E:\SAPCD\51036706\DATA_UNITS\EXP3\DATA\SAPNTAB.STR C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\ORA\STD\AS\DDLORA.TPL SAPNTAB.TSK ORA -l SAPNTAB.log
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: job completed
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20110225170643
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20110225170643
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/711_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: version R7.11/V1.4 [UNICODE]
    Compiled Dec 22 2008 00:13:12
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -stop_on_error -loadprocedure fast
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) INFO: SVERS created #20110225170643
    Regards.
    Raoul

  • Unable to update itunes. help. error message when trying to update to latest version of itunes. "the installer has encountered an unexpected error installing this package. this may indicate a problem with this package. error code 2721"

    unable to update itunes. help. error message when trying to update to latest version of itunes. "the installer has encountered an unexpected error installing this package. this may indicate a problem with this package. error code 2721"

    Hello chae84swangin,
    I recommend following the steps in the article below when getting an error message trying to install iTunes:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Call to Driver Package Error - Nine Possible Solutions that have Resolved this Issue!

    Hello everyone I've decided to write up this guide to discuss and troubleshoot the “Call to Driver Package Error”.
    What is it ? What causes it?
    This issue normally occurs when a specific driver, that is being called, cannot be called. Sometimes, a 1627 or 1603 error is referenced in the error.
         - If a 1603 error is referenced, this indicates that an ERROR_INSTALL_FAILURE has occurred, meaning a component of the installation failed. This is normally accompanied when another form of installation occurs.
         - If a 1627 error is referenced, this indicates that an ERROR_FUNCTION_FAILURE has occurred, meaning a function at a specific moment has failed, and the installation cannot continue.
    Typically, these numbers do not mean a whole lot. However, for an advanced user, these numbers might mean a little bit more.
    An example?
    "Call to driver package install returned the error 1603 for Pkg C:/ProgramFiles\HP\HP officejet pro 8600\driverstore\ng scan driver\HPWia_OJ8600.INF"
    This is the most recent error message I've witnessed. If you break it down, you will notice that “HPWia_OJ8600.INF” is the installation file (INF) that has failed. WIA (Windows Image Acquisition) is crucial for scanning, and the printer installs this file to enable scanning features.
    How can you troubleshoot this error?
    This is the main portion of the post. I am going to suggest a significant list of troubleshooting that you can attempt. There are nine solutions which have resolved the issue in different situations, all of which I personally worked with. I'm hoping that these solutions will work for you if you have to face this error.
    *Please note that some of this troubleshooting is a little complicated. If a mistake is made, you may have to reinstall the operating system. However, the final troubleshooting step will require you to do this. You should make sure all of your data is backed up before troubleshooting.
    Backing Up Your Files (Windows 8)
    Backing Up Your Files (Windows 7)
    How to Back Up Your Files (Windows Vista or XP)
    You should also backup the Registry. There are some Registry-editing steps in the troubleshooting I provide.
    Backing Up, Editing, and Restoring the Windows Registry (Windows 8)
    Backing Up, Editing, and Restoring the Windows Registry (Windows 7)
    Backing Up, Editing, and Restoring the Windows Registry (Windows 98, ME, and XP)
    *After each step is attempted, you can try installing the printer software. If it fails, please uninstall the software before proceeding. This HP document will explain how to do it:
    1. The first step is performing a Clean Boot. I've resolved this issue in the past by performing this simple step before installing the software. A Clean Boot will turn off third-party programs and services that could be blocking the software from working correctly. For more information on how to do this, please look at this Microsoft document:
    How to perform a clean boot in Windows
    2. Next, make sure the Windows Installer it turned on and started. If it not, the installation may not complete. To do this, hold down the “Windows” and “R” key on the keyboard, which will open the Run box. In that box, type “services.msc” (without the quotes) and hit Enter.
    Now scroll down to the Windows Installer. If it is checked stopped, or not started, right-click on it and select “Start”.
    3. Next, I would suggest completing all Windows Updates:
    a) Open "Windows Update" in Control Panel.
    b) Click "Settings", and then click "Install optional updates".
    c) Next, click "Check for updates".
    This will ensure that all updates are found and installed. Once they are installed, see whether or not the error returns.
    4. If the issue is not resolved at this point, I would like to check the system for obvious corruption with an SFC scan. SFC stands for System File Checker, and it scans and attempts to restore corrupted Windows files.
    To do this, open Command Prompt as Administrator. Type in this command and hit Enter afterward: sfc
    /scannow
    Write down the results and restart computer after this completes.
    5. Creating a new Administrator account is a workaround to the issue. If the error does not appear on other accounts, this proves that whatever is causing the error is account-exclusive. I'm going to suggest you unlock the computer's built-in Administrator account.
    To do this, open Command Prompt as Administrator, again. Then type in this command and hit Enter afterward: net user administrator /active:yes
    6. The next step involves editing permissions in the Registry. In the Registry, please review the instructions below to apply full permissions to the following key: HKEY_LOCAL_MACHINE
    a) Right-click on the key that you need to edit and/or delete (HKEY_LOCAL_MACHINE). Click on "permissions..."
    b) Click "Add" in that Window that appears.
    c) There will be an empty box under "Enter the object names to select". Type "Administrator" (without the quotes), then click on "Check Names".
    d) An Administrator name will appear, click "Ok" when it does.
    e) You should be able to select (click) the Administrator profile under "Group or user names". Once clicked, click on "Advanced".
    f) Click on the "Owner" tab.
    g) Click on the Administrator profile, then put the check-mark in "Replace owner on subcontainers and objects".
    h) Go back to the "Permissions" tab, and ensure the Administrator profile is selected.
    i) In the "Permissions" tab, put a check-mark in every box available. The boxes will likely be indicated by "Include inheritable permissions from this object's parent" and "Replace all child object permissions with inheritable permissions from this object".
    j) Next, click "Edit". Put a check-mark in "Full Control" under Allow. Click Ok. Now, click Apply (you may receive a Window security message, just click "Yes"), then Ok.
    k) Exit the Registry, then restart the computer, and launch the Administrator account.
    7. The next step is to re-register the Windows Installer, and other dynamic library links (.DLL). Doing this will reference certain components that are required to complete the installation. Open Command Prompt as Administrator, then type each command and hit Enter after each one:
    MSIEXEC /UNREGISTER
    MSIEXEC /REGSERVER
    REGSVR32 MSI.DLL
    REGSVR32 ATL.DLL
    REGSVR32 SOFTPUB.DLL
    REGSVR32 WINTRUST.DLL
    REGSVR32 INITPKI.DLL
    REGSVR32 DSSENH.DLL
    REGSVR32 RSAENH.DLL
    REGSVR32 GPKCSP.DLL
    REGSVR32 SCCBASE.DLL
    REGSVR32 SLBCSP.DLL
    REGSVR32 MSSIP32.DLL
    REGSVR32 CRYPTDLG.DLL
    8. There are certain DLL files that can interfere with the installation, and they should be deleted. Go to C:\Windows\System32
    Delete the following files:
    HPZipm12.dll
    HPZinw12.dll
    9. Before reinstalling the operating system, you can try restoring it. This will allow you to return the computer to a point where the printer was working.
    *You should only do this if the software worked in the recent past.
    What is System Restore? - For Windows 7 and Vista
    How to refresh, reset, or restore your PC - For Windows 8 and 8.1
    What if these nine solutions do not work?
    Finally, you will need to reinstall the operating system if the issue is not resolved by this point. However, I can promise that this will resolve the issue. Here is a generic document on reinstalling the operating system:
    Overview of Recovering the OS or Reinstalling the Operating System
    And that's everything. Thanks for reading! - Mario
    I worked on behalf of HP.

    No error messages are given. It will either freeze while saying "Accessing iTunes Store," or without saying anything at all.
    I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • The current iTunes 10.5 upgrade does not install on Windows 7 and indicates a faulty install package (error 2324). Advice or details on the release date for a proper fix?

    The current iTunes 10.5 upgrade does not install on Windows 7 and indicates a faulty install package (error 2324). Advice or details on the release date for a proper fix? I'm not able to roll back to the prior version, so I'm stuck in limbo.

    There have been a number of problems with installing the latest iTunes on Windows 7 64-bit machines during the last couple of weeks.  You might want to do a search on that topic and see if anyone has a solution.  There have been various versions of the problem but a lot related to errors in the download package or failure to download.

  • Disk Utility - No valid packages error

    I've deleted the contents of my /library/receipts/ folder and now I cannot repair permissions using Disk Utility. It now spits out a "No valid packages" error and cannot proceed. I never thought these .pkgs were important to Disk Utility.
    Is there any way to make this work again? Will the removal of these packages affect the performance of the OS?
    Thanks.
    PowerMac G5 Uni 1.8   Mac OS X (10.4.4)   2GB RAM, ATI Radeon 9800 Pro SE

    I believe you'll also need Essentials.pkg.

  • TR: Thread Package error while configuring

    De : Joel RIANDEY
    Date : mercredi 24 septembre 1997 12:42
    A : Francois BOUCHARD
    Objet : Thread Package error while configuring
    I've got the following error while trying to assign a partition on a node during configuration.
    SYSTEM ERROR: This component cannot be moved to this node. Node does not
    support logical component
    Class: qqsp_ErrorDescriptor
    Error Time: Wed Sep 24 11:08:34
    Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
    = 172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1, taskId =
    [172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1.54]) in application
    "Forte_cl0", pid 183 on node JOELR in environment nt_dvpte.
    USER ERROR: The node ORDAM-NT_DVPT is unable to support this partition
    (LaunchCcsProject_cl0_Part1). This is because either all of the restricted
    projects required by the partition have not been installed on the node or the
    node does not have the external resource or thread package that the partition
    uses. This partition requires the restricted project(s) <none> and the thread
    package Forte.
    Class: qqsp_UsageException
    Error #: [1301, 460]
    Detected at: qqem_LogicalPartition::Assign at 4
    Last TOOL statement: method AppComponentVM.Install
    Error Time: Wed Sep 24 11:08:34
    Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
    = 172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1, taskId =
    [172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1.54]) in application
    "Forte_cl0", pid 183 on node JOELR in environment nt_dvpte.
    The partition is containing a library wrap object which Multithreaded attribute is set to FALSE;
    The node to which I want to transfer the partition is a NT node while my library remains in an AIX one.
    Nevertheless I can drag my partition if this library Multithreaded attribute is set to TRUE but I need it to be positionned at FALSE.
    I) Anyone could tell me if there is a solution for assigning such partition on such node ?
    II) What is "the thread package Fort&eacute;' ?

    De : Joel RIANDEY
    Date : mercredi 24 septembre 1997 12:42
    A : Francois BOUCHARD
    Objet : Thread Package error while configuring
    I've got the following error while trying to assign a partition on a node during configuration.
    SYSTEM ERROR: This component cannot be moved to this node. Node does not
    support logical component
    Class: qqsp_ErrorDescriptor
    Error Time: Wed Sep 24 11:08:34
    Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
    = 172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1, taskId =
    [172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1.54]) in application
    "Forte_cl0", pid 183 on node JOELR in environment nt_dvpte.
    USER ERROR: The node ORDAM-NT_DVPT is unable to support this partition
    (LaunchCcsProject_cl0_Part1). This is because either all of the restricted
    projects required by the partition have not been installed on the node or the
    node does not have the external resource or thread package that the partition
    uses. This partition requires the restricted project(s) <none> and the thread
    package Forte.
    Class: qqsp_UsageException
    Error #: [1301, 460]
    Detected at: qqem_LogicalPartition::Assign at 4
    Last TOOL statement: method AppComponentVM.Install
    Error Time: Wed Sep 24 11:08:34
    Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
    = 172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1, taskId =
    [172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1.54]) in application
    "Forte_cl0", pid 183 on node JOELR in environment nt_dvpte.
    The partition is containing a library wrap object which Multithreaded attribute is set to FALSE;
    The node to which I want to transfer the partition is a NT node while my library remains in an AIX one.
    Nevertheless I can drag my partition if this library Multithreaded attribute is set to TRUE but I need it to be positionned at FALSE.
    I) Anyone could tell me if there is a solution for assigning such partition on such node ?
    II) What is "the thread package Fort&eacute;' ?

  • Invalid Package error (limits?) - SQL*Loader

    I seem to have reached a limit on SQL*Loader in 8.1.6 on the number of columns I am trying to load. The table has 97 columns - if I try to specify more than 92 columns I get an invalid package error - it doesn't matter which column I pick. The row width is close to 2K bytes. Does anyone know the max size - and is there a default that can be increased somehow?

    It maybe your BUFFER size.
    Buffer Size = Rows in Array * Max row size
    this is the formula to estimate your BUFFER size for the import.
    Look in your Parameter File for 'INCTYPE' this is the parameter name for Buffer for importing with SQL*Loader.
    Hope this helps.
    Tony

  • InDesign CC Font packaging error

    Hi Guys,
    I am facing InDesign CC Font packaging error. Cany anyone guide me ?

    Which font(s) are you getting the error for?
    If you have tried to package files which use Typekit fonts, you'll find they can't be packaged. You can create PDF, DPS or EPUB projects with Typekit fonts. You can share the project with another Creative Cloud or Typekit member and they can download the fonts (easily in InDesign CC 9.2+).

  • Error -:  AIP-51000:  General Packaging Error (10g)

    Hi All,
    We are getting a general packaging error. Any idea what can be wrong?
    Thanks in advance.
    Suresh
    Description: General Packaging Error
    StackTrace:
    Error -: AIP-51000: General Packaging Error
         at oracle.tip.adapter.b2b.packaging.MimePackaging.processInputStreamOrStringMessage(MimePackaging.java:1770)
         at oracle.tip.adapter.b2b.packaging.MimePackaging.processMessageContent(MimePackaging.java:1406)
         at oracle.tip.adapter.b2b.packaging.MimePackaging.doUnpack(MimePackaging.java:2343)
         at oracle.tip.adapter.b2b.packaging.MimePackaging.unpack(MimePackaging.java:3224)
         at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:1441)
         at oracle.tip.adapter.b2b.engine.Engine.incomingContinueProcess(Engine.java:2593)
         at oracle.tip.adapter.b2b.engine.Engine.handleMessageEvent(Engine.java:2463)
         at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:2418)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:527)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:374)
         at java.lang.Thread.run(Thread.java:534)
    Wire message:
    SUBJECT=RNIF20 Message
    DATE=Wed, 28 Apr 2010 13:52:29 -0600
    CONTENT-TYPE=multipart/related;type="multipart/related";boundary="_=39025197418758284Sterling39025197418758284MOKO"
    X-RN-VERSION=RosettaNet/V02.00
    USER-AGENT=GIS/PsHttpClientAdapter
    CONTENT-LENGTH=44845
    MESSAGE-ID=<[email protected]>
    ORACLE-ECID=1272484350:10.4.88.160:13205:0:27785,0
    X-RN-RESPONSE-TYPE=async
    HOST=cbist.ciena.com:443
    B2B_SERVLET_URI_PATTERN=/b2b/transportServlet
    --_=39025197418758284Sterling39025197418758284MOKO
    Content-Type: multipart/related;type="application/xml";boundary="_=7854933919128513Sterling7854933919128513MOKO"
    --_=7854933919128513Sterling7854933919128513MOKO
    Content-Type: application/xml
    Content-ID: <app2-1dd23585-12845d2ef4c-75e4>
    Content-location: RN-Preamble
    <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE Preamble SYSTEM "Preamble_MS_V02_00.dtd" ><Preamble>...</Preamble>
    --_=7854933919128513Sterling7854933919128513MOKO
    Content-Type: application/xml
    Content-ID: <app2-1dd23585-12845d2ef4c-75e5>
    Content-location: RN-Delivery-Header
    <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE DeliveryHeader SYSTEM "DeliveryHeader_MS_V02_00.dtd" ><DeliveryHeader>...</DeliveryHeader>
    --_=7854933919128513Sterling7854933919128513MOKO
    Content-Type: application/xml
    Content-ID: <app2-1dd23585-12845d2ef4c-75e6>
    Content-location: RN-Service-Header
    <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ServiceHeader SYSTEM "ServiceHeader_MS_V02_00.dtd" ><ServiceHeader>...</ServiceHeader>
    --_=7854933919128513Sterling7854933919128513MOKO
    Content-Type: application/xml
    Content-ID: <app2-1dd23585-12845d2ef4c-75e7>
    Content-location: RN-Service-Content
    <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    <!DOCTYPE Pip3A7PurchaseOrderUpdateNotification SYSTEM "3A7_MS_V02_04_PurchaseOrderUpdateNotification.dtd">
    <Pip3A7PurchaseOrderUpdateNotification>
    </Pip3A7PurchaseOrderUpdateNotification>
    _=7854933919128513Sterling7854933919128513MOKO
    _=39025197418758284Sterling39025197418758284MOKO

    Hi,
    We are getting the following error in our production environment. Can someone help us here urgently? What could be the possible issue?
    2010.09.11 at 04:20:24:944: Thread-10: B2B - (ERROR) Error -: AIP-51000: General Packaging Error: java.lang.NullPointerException
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.processMimeBodyPart(MimePackaging.java:1361)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.processInputStreamOrStringMessage(MimePackaging.java:1163)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.processMessageContent(MimePackaging.java:737)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.processMultipartMessage(MimePackaging.java:829)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.processMessageContent(MimePackaging.java:731)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.doUnpack(MimePackaging.java:657)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.unpack(MimePackaging.java:587)
         at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:1465)
         at oracle.tip.adapter.b2b.engine.Engine.incomingContinueProcess(Engine.java:2617)
         at oracle.tip.adapter.b2b.engine.Engine.handleMessageEvent(Engine.java:2487)
         at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:2442)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:527)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:374)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.NullPointerException
         at javax.mail.MessageContext.getMessage(MessageContext.java:82)
         at javax.mail.MessageContext.getMessage(MessageContext.java:61)
         at javax.mail.MessageContext.getSession(MessageContext.java:93)
         at com.sun.mail.handlers.message_rfc822.getContent(message_rfc822.java:65)
         at javax.activation.DataSourceDataContentHandler.getContent(DataHandler.java:745)
         at javax.activation.DataHandler.getContent(DataHandler.java:501)
         at javax.mail.internet.MimeBodyPart.getContent(MimeBodyPart.java:531)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.processMimeBodyPart(MimePackaging.java:1283)
         ... 13 more
    2010.09.11 at 04:20:25:122: Thread-10: B2B - (ERROR) java.lang.NullPointerException
         at oracle.tip.adapter.b2b.msgproc.DbAccess.insertMsgTblRow(DbAccess.java:903)
         at oracle.tip.adapter.b2b.msgproc.DbAccess.updateWireBusinessToErrorState(DbAccess.java:5577)
         at oracle.tip.adapter.b2b.engine.Engine.handleInboundException(Engine.java:4174)
         at oracle.tip.adapter.b2b.engine.Engine.handleExceptionBeforeIncomingTPA(Engine.java:4045)
         at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:1476)
         at oracle.tip.adapter.b2b.engine.Engine.incomingContinueProcess(Engine.java:2617)
         at oracle.tip.adapter.b2b.engine.Engine.handleMessageEvent(Engine.java:2487)
         at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:2442)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:527)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:374)
         at java.lang.Thread.run(Thread.java:534)
    2010.09.11 at 04:20:25:124: Thread-10: B2B - (ERROR) Error -: AIP-50031: B2B adapter general error: java.lang.NullPointerException
         at oracle.tip.adapter.b2b.msgproc.DbAccess.updateWireBusinessToErrorState(DbAccess.java:5638)
         at oracle.tip.adapter.b2b.engine.Engine.handleInboundException(Engine.java:4174)
         at oracle.tip.adapter.b2b.engine.Engine.handleExceptionBeforeIncomingTPA(Engine.java:4045)
         at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:1476)
         at oracle.tip.adapter.b2b.engine.Engine.incomingContinueProcess(Engine.java:2617)
         at oracle.tip.adapter.b2b.engine.Engine.handleMessageEvent(Engine.java:2487)
         at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:2442)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:527)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:374)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.NullPointerException
         at oracle.tip.adapter.b2b.msgproc.DbAccess.insertMsgTblRow(DbAccess.java:903)
         at oracle.tip.adapter.b2b.msgproc.DbAccess.updateWireBusinessToErrorState(DbAccess.java:5577)
         ... 9 more
    2010.09.11 at 04:20:25:424: Thread-11: B2B - (ERROR) java.lang.NullPointerException
         at javax.mail.MessageContext.getMessage(MessageContext.java:82)
         at javax.mail.MessageContext.getMessage(MessageContext.java:61)
         at javax.mail.MessageContext.getSession(MessageContext.java:93)
         at com.sun.mail.handlers.message_rfc822.getContent(message_rfc822.java:65)
         at javax.activation.DataSourceDataContentHandler.getContent(DataHandler.java:745)
         at javax.activation.DataHandler.getContent(DataHandler.java:501)
         at javax.mail.internet.MimeBodyPart.getContent(MimeBodyPart.java:531)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.processMimeBodyPart(MimePackaging.java:1283)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.processInputStreamOrStringMessage(MimePackaging.java:1163)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.processMessageContent(MimePackaging.java:737)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.processMultipartMessage(MimePackaging.java:829)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.processMessageContent(MimePackaging.java:731)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.doUnpack(MimePackaging.java:657)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.unpack(MimePackaging.java:587)
         at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:1465)
         at oracle.tip.adapter.b2b.engine.Engine.incomingContinueProcess(Engine.java:2617)
         at oracle.tip.adapter.b2b.engine.Engine.handleMessageEvent(Engine.java:2487)
         at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:2442)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:527)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:374)
         at java.lang.Thread.run(Thread.java:534)
    Regards
    Kavitha

  • Re: TR: Thread Package error while configuring

    Francois,
    Because NT only uses native threads (instead of Forte' threads,) 3GL
    partitions CAN NOT be marked as MULTITHREADED=FALSE on NT. Setting
    MULTITHREADED=FALSE uses Forte threads, setting it to TRUE will allow
    native threads to be used.
    The moral of the story - 3GL code must be reentrant, thread safe and signal
    tolerant on NT. You must also make sure to link with the multi-threaded
    libraries when compiling C/C++ code for NT.
    Don
    At 03:05 PM 9/24/97 +0100, Francois BOUCHARD wrote:
    >
    >
    De : Joel RIANDEY
    Date : mercredi 24 septembre 1997 12:42
    A : Francois BOUCHARD
    Objet : Thread Package error while configuring
    I've got the following error while trying to assign a partition on a nodeduring configuration.
    >
    >
    SYSTEM ERROR: This component cannot be moved to this node. Node does not
    support logical component
    Class: qqsp_ErrorDescriptor
    Error Time: Wed Sep 24 11:08:34
    Exception occurred (locally) on partition "Forte_cl0_Client",(partitionId
    = 172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1, taskId =
    [172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1.54]) in application
    "Forte_cl0", pid 183 on node JOELR in environment nt_dvpte.
    USER ERROR: The node ORDAM-NT_DVPT is unable to support this partition
    (LaunchCcsProject_cl0_Part1). This is because either all of the restricted
    projects required by the partition have not been installed on the nodeor the
    node does not have the external resource or thread package that thepartition
    uses. This partition requires the restricted project(s) <none> and thethread
    package Forte.
    Class: qqsp_UsageException
    Error #: [1301, 460]
    Detected at: qqem_LogicalPartition::Assign at 4
    Last TOOL statement: method AppComponentVM.Install
    Error Time: Wed Sep 24 11:08:34
    Exception occurred (locally) on partition "Forte_cl0_Client",(partitionId
    = 172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1, taskId =
    [172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1.54]) in application
    "Forte_cl0", pid 183 on node JOELR in environment nt_dvpte.
    The partition is containing a library wrap object which Multithreadedattribute is set to FALSE;
    The node to which I want to transfer the partition is a NT node while mylibrary remains in an AIX one.
    Nevertheless I can drag my partition if this library Multithreadedattribute is set to TRUE but I need it to be positionned at FALSE.
    >
    I) Anyone could tell me if there is a solution for assigning suchpartition on such node ?
    >
    II) What is "the thread package Fort&eacute;' ?
    ====================================
    Don Nelson
    Senior Consultant
    Forte Software, Inc.
    Denver, CO
    Corporate voice mail: 510-986-3810
    aka: [email protected]
    ====================================
    "Weekends don't count unless you spend them doing something completely
    pointless." - Calvin

    Francois,
    Because NT only uses native threads (instead of Forte' threads,) 3GL
    partitions CAN NOT be marked as MULTITHREADED=FALSE on NT. Setting
    MULTITHREADED=FALSE uses Forte threads, setting it to TRUE will allow
    native threads to be used.
    The moral of the story - 3GL code must be reentrant, thread safe and signal
    tolerant on NT. You must also make sure to link with the multi-threaded
    libraries when compiling C/C++ code for NT.
    Don
    At 03:05 PM 9/24/97 +0100, Francois BOUCHARD wrote:
    >
    >
    De : Joel RIANDEY
    Date : mercredi 24 septembre 1997 12:42
    A : Francois BOUCHARD
    Objet : Thread Package error while configuring
    I've got the following error while trying to assign a partition on a nodeduring configuration.
    >
    >
    SYSTEM ERROR: This component cannot be moved to this node. Node does not
    support logical component
    Class: qqsp_ErrorDescriptor
    Error Time: Wed Sep 24 11:08:34
    Exception occurred (locally) on partition "Forte_cl0_Client",(partitionId
    = 172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1, taskId =
    [172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1.54]) in application
    "Forte_cl0", pid 183 on node JOELR in environment nt_dvpte.
    USER ERROR: The node ORDAM-NT_DVPT is unable to support this partition
    (LaunchCcsProject_cl0_Part1). This is because either all of the restricted
    projects required by the partition have not been installed on the nodeor the
    node does not have the external resource or thread package that thepartition
    uses. This partition requires the restricted project(s) <none> and thethread
    package Forte.
    Class: qqsp_UsageException
    Error #: [1301, 460]
    Detected at: qqem_LogicalPartition::Assign at 4
    Last TOOL statement: method AppComponentVM.Install
    Error Time: Wed Sep 24 11:08:34
    Exception occurred (locally) on partition "Forte_cl0_Client",(partitionId
    = 172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1, taskId =
    [172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1.54]) in application
    "Forte_cl0", pid 183 on node JOELR in environment nt_dvpte.
    The partition is containing a library wrap object which Multithreadedattribute is set to FALSE;
    The node to which I want to transfer the partition is a NT node while mylibrary remains in an AIX one.
    Nevertheless I can drag my partition if this library Multithreadedattribute is set to TRUE but I need it to be positionned at FALSE.
    >
    I) Anyone could tell me if there is a solution for assigning suchpartition on such node ?
    >
    II) What is "the thread package Fort&eacute;' ?
    ====================================
    Don Nelson
    Senior Consultant
    Forte Software, Inc.
    Denver, CO
    Corporate voice mail: 510-986-3810
    aka: [email protected]
    ====================================
    "Weekends don't count unless you spend them doing something completely
    pointless." - Calvin

  • Loading of 'SAPSSEXC' import package: ERROR

    Hi All
    I am installing Solution Manager 7.0
    but it prompt error when import ABAP ......
    Loading of 'SAPSSEXC' import package: ERROR
    Edited by: Kevin Wong on Jun 19, 2009 9:53 AM

    Log of 'SAPSSEXC'
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20090618160337
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jan 24 2008 01:41:39
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe -ctf I F:\software\sap\51033518_2\EXP4\DATA\SAPSLEXC.STR C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL SAPSLEXC.TSK ORA -l SAPSLEXC.log
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: job completed
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20090618160337
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20090618160337
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jan 24 2008 01:41:39
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe -i SAPSLEXC.cmd -dbcodepage 4103 -l SAPSLEXC.log -stop_on_error
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1034
    DbSl Trace: CONNECT failed with sql error '1034'
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1034
    DbSl Trace: CONNECT failed with sql error '1034'
    (DB) ERROR: DbSlErrorMsg rc = 99
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20090618160338
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20090619095804
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jan 24 2008 01:41:39
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe -i SAPSLEXC.cmd -dbcodepage 4103 -l SAPSLEXC.log -stop_on_error
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1034
    DbSl Trace: CONNECT failed with sql error '1034'
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1034
    DbSl Trace: CONNECT failed with sql error '1034'
    (DB) ERROR: DbSlErrorMsg rc = 99
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20090619095805
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20090619153522
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jan 24 2008 01:41:39
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe -i SAPSLEXC.cmd -dbcodepage 4103 -l SAPSLEXC.log -stop_on_error
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    (DB) ERROR: DbSlErrorMsg rc = 99
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20090619153527
    Edited by: Kevin Wong on Jun 19, 2009 9:54 AM

  • Package error during the 11.2.0.2 installation

    Hi,
    I encounter following missing packages errors when installing Oracle DB 11.2.0.2 on Oracle Linux 6 64 bit:
    Package: libaio-0.3.105 FAILED
    Package: compat-libstdc++-33-3.2.3 FAILED
    Package: libaio-devel-0.3.105 FAILED
    Package: libgcc-3.4.6 FAILED
    Package: libstdc++-3.4.6 FAILED
    Package: unixODBC-2.2.11 FAILED
    I don't found the files on Linux DVD.
    How can resolve the problem ?
    Thank You
    Gaetano

    Hi Gaetano;
    Oracle databases are not ceritifed wiht Linux 6 yet. But tim has site entery about this topic
    http://www.oracle-base.com/articles/11g/OracleDB11gR2InstallationOnOracleLinux6.php
    For rpm, you can find all related rpm in dvds, if you can not check below thread:
    RPM confirmation
    Re: Package install for oracle11gr2
    Regard
    Helios

  • Util_File package with multiple users

    I am using util_file package to spool data into file . I have two users with different data . I have given access to both the users to execute util_file package .
    Now how does my stored procedure knows which user's data to take .
    Thanks,

    You are asking the wrong question. Your procedure doesn't need to know whose data to take. UTL_FILE file handles are private to the session.
    Your application design does need to keep different sessions writing to different files. You can't have both sessions open the same file for writing (or if you do, the results are unpredictable, particularly if both sessions attempt to write simultaneously.
    This is exactly the same as when you write to a file from a C program.
    Your best options are
    1) make the file name contain a username, and each user has his own file
    2) write all data to a single file, and protect each write
       - grab a user lock (use DBMS_LOCK package)
       - open the file for append
       - write to the file
       - close the file
       - release the lockHTH
    Regards Nigel

  • Portal 9iAS installation package errors

    All,
    Upon Portal 9iAS installation, i get the following package errors. Are there some special database packages/objectsmission. We have installed intermedia text package, but still get errors.
    can anyone help?
    Errors for PACKAGE BODYWWSBR_IMT_SERVICES:
    LINE/COL ERROR
    291/7 PL/SQL:Statement ignored
    291/20 PLS-00201: identifier 'CTX_DOC.PKENCODE' must be declared
    293/8 PL/SQL: Statement ignored
    293/21 PLS-00201: identifier 'CTX_DOC.PKENCODE' must be declared
    ERROR: CTXSYS does not exist
    ERROR: Cannot install InterMedia text options
    PL/SQL procedure successfully completed.
    SECOND ERROR:-
    ctx_ddl.drop_preference('GLOBAL_LEXER');
    ERROR at line 3:
    ORA-06550: line 3, column 8:
    PLS-00201: identifier 'CTX_DDL.DROP_PREFERENCE' must be declared
    ORA-06550: line 3, column 8:
    PL/SQL: Statement ignored
    ORA-06550: line 7, column 36:
    PLS-00201: identifier 'CTX_USER_PREFERENCES' must be declared
    ORA-06550: line 7, column 15:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 11, column 33:
    PLS-00364: loop index variable 'I' use is invalid
    ORA-06550: line 11, column 9:
    PL/SQL: Statement ignored
    Ctx_Ddl.Create_Preference ( 'GENERIC_BASIC_LEXER', 'BASIC_LEXER' );
    ERROR at line 40:
    ORA-06550: line 40, column 3:
    PLS-00201: identifier 'CTX_DDL.CREATE_PREFERENCE' must be declared
    ORA-06550: line 40, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 49, column 3:
    PLS-00201: identifier'CTX_DDL.CREATE_PREFERENCE' must be declared
    ORA-06550: line 49, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 50, column 3:
    PLS-00201: identifier
    'CTX_DDL.SET_ATTRIBUTE' must be declared
    ORA-06550: line 50, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 51, column 3:
    PLS-00201: identifier 'CTX_DDL.SET_ATTRIBUTE' must be declared
    ORA-06550: line 51, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 52, column 3:
    PLS-00201: identifier 'CTX_DDL.SET_ATTRIBUTE' must be declared
    ORA-06550: line 52, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 60, column 3:
    PLS-00201: identifier 'CTX_DDL.CREATE_PREFERENCE' must be declared
    ORA-06550: line 60, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 61, column 3:
    PLS-00201: identifier'CTX_DDL.SET_ATTRIBUTE' must be declared
    ORA-06550: line 61, colu
    regards, Matt.

    Jay,
    We have now installed the Intermedia text option, but still get errors on the installation. (Portal version 3.0.8.9.8 NT).
    After installation, we still get errors. These are generally "Synonym already exists" errors, even though we are starting with a blank database each time. The exact errors are.
    "cannot create synonym wwctx_api_vpd for portal30_sso.wwctx_api_vpd name already used by an existing object"
    "synonym owa_vpd_ctx, name already used by existing object"
    We suspect these errors are causing the error message wwc-00000 to appear when we attempt to access the Login Server Administration page and create users.
    Any ideas?
    Regards, Matt.

Maybe you are looking for

  • Is there any way for me to remove a broken audio jack stuck in my macbook?

    is there any way for me to remove a broken audio jack stuck in my macbook?

  • Can I create a pdf-form that opens a pdf-document on a certain page?

    Hi, I'm creating a pdf-document with links to other pdf-files. Is it possible to create a link within a pdf-document, that opens another pdf-file on a certain page? thx P.

  • Web services with axis & servlets ????

    Hi ! Iwould like to know if it is possible to reach a tomcat servlet when we are running a service with axis integrated in tomcat : can we use the servetcontext and share it between tomcat & axis ???? TU a lot... PA

  • IDS camera

    Hi I want to connect USB3 IDS camera to MYRIO http://en.ids-imaging.com/store/produkte/kameras/usb-3-0-kameras/ueye-cp.html The camera do work on labview that run on my desktop computer but Myrio does even recognize the camera. I already install the

  • Can HD footage run via a firewire 800 drive?

    I believe the answer to this is no, but I wanted to confirm. If the footage has already been captured, would it play in an HD timeline via a firwire 800 external drive? (end result is only a 30second piece) If not, could I transfer the footage to my