Error while packing

Hi all,
i have created delivery against one order and while doing packing through VL06O system is giving warning message "Item without storage location exist" where as the storage location is maintained for the item. what can be the posibility.
Thanks
Ashwini K.

Sorry allen!
(some error ocured while posting the thread so the earlier reply was incomplete. )
material 1 - grid S - 2 qty - picked qty - 2
material 2 - grid M - 2 qty - picked qty - 2
two material with grid Small and midium and 2 is the picked quantity. now when i am clicking on the pack button the system is showing
material 1 - grid S - 2 qty - picked qty - 2 - storage locn - 272
material 2 - grid M - 2 qty - picked qty - 2 - storage locn - 272
material 1 - 2 qty - picked qty - 2 - no strg loc
material 2 - 2 qty - picked qty - 2 - no strg loc
my question is when i ordered two materials and doing picking for two materials then why the below highlighted materials re comming? and system throwing msg no storage location defined.
i would also like to mentioned that we have upgraded our ECC 6.0 to EHP5 version. is it because some standrd setting missed out?
Edited by: ashwini21 on Jan 3, 2012 12:01 PM

Similar Messages

  • Error while packing domain using pack.cmd

    Hi,
    I am trying to pack my domain from HOST A using command :
    pack -managed=true -domain=C:\Oracle\Middleware\user_projects\domains\Edlink -template=C:\Oracle\edlink.jar -log=c:\oracle\edlink.log -template_name="template_name"
    and wants to unpack it on HOST B
    But I am able to see below errors in my pack log file:
    2014-09-01 16:52:57,825 INFO  [runScript] com.bea.plateng.domain.script.ScriptExecutor - read domain from "C:\Oracle\Middleware\user_projects\domains\Edlink"
    2014-09-01 16:52:59,672 ERROR [runScript] com.bea.plateng.domain.jdbc.TemplateDatabaseInfoHelper - FATAL ERROR: database.xml validation error!
    2014-09-01 16:52:59,673 ERROR [runScript] com.bea.plateng.domain.jdbc.TemplateDatabaseInfoHelper - database XML parsing failed: error: cvc-complex-type.2.4a: Expected element 'sql-statement@http://xmlns.oracle.com/weblogic/template-database' instead of 'datasource-mapping@http://xmlns.oracle.com/weblogic/template-database' here in element test@http://xmlns.oracle.com/weblogic/template-database
    2014-09-01 16:52:59,673 ERROR [runScript] com.bea.plateng.domain.jdbc.TemplateDatabaseInfoHelper - fail to parse database.xml
    java.lang.Exception: Database.xml validation failed.
    at com.bea.plateng.domain.jdbc.TemplateDatabaseInfoHelper.parseTemplateDatabaseInfo(TemplateDatabaseInfoHelper.java:582)
    at com.bea.plateng.domain.TemplateBuilder.parseDomainDirectory(TemplateBuilder.java:835)
    at com.bea.plateng.domain.TemplateBuilder.buildDomainTemplate(TemplateBuilder.java:1342)
    at com.bea.plateng.domain.TemplateBuilder.buildNewDomainTemplate(TemplateBuilder.java:1287)
    at com.bea.plateng.domain.TemplateBuilder.buildNewDomainTemplate(TemplateBuilder.java:1279)
    at com.bea.plateng.domain.script.ScriptExecutor.readTemplate(ScriptExecutor.java:416)
    at com.bea.plateng.domain.script.ScriptParserClassic$StateMachine.processRead(ScriptParserClassic.java:524)
    at com.bea.plateng.domain.script.ScriptParserClassic$StateMachine.execute(ScriptParserClassic.java:428)
    at com.bea.plateng.domain.script.ScriptParserClassic.parseAndRun(ScriptParserClassic.java:150)
    at com.bea.plateng.domain.script.ScriptParserClassic.doExecute(ScriptParserClassic.java:113)
    at com.bea.plateng.domain.script.ScriptParser.execute(ScriptParser.java:73)
    at com.bea.plateng.domain.script.ScriptParser.execute(ScriptParser.java:36)
    at com.bea.plateng.wizard.domain.helpers.Executor.runSilentScript(Executor.java:66)
    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 com.bea.plateng.wizard.domain.silent.tasks.RunScriptTask.runScriptWithExecutor(RunScriptTask.java:552)
    at com.bea.plateng.wizard.domain.silent.tasks.RunScriptTask.execute(RunScriptTask.java:336)
    at com.bea.plateng.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
    at java.lang.Thread.run(Thread.java:662)
    2014-09-01 16:53:00,446 WARN  [runScript] com.bea.plateng.domain.aspect.XBeanConfigAspect - Unable to locate property:Target on type:class com.bea.plateng.domain.xml.configxb.impl.MachineTypeImpl
    2014-09-01 16:53:00,451 WARN  [runScript] com.bea.plateng.domain.aspect.XBeanConfigAspect - Unable to locate property:Target on type:class com.bea.plateng.domain.xml.configxb.impl.ClusterTypeImpl
    2014-09-01 16:53:00,451 WARN  [runScript] com.bea.plateng.domain.aspect.XBeanConfigAspect - Unable to locate property:Target on type:class com.bea.plateng.domain.xml.configxb.impl.ServerTypeImpl
    2014-09-01 16:53:00,451 WARN  [runScript] com.bea.plateng.domain.aspect.XBeanConfigAspect - Unable to locate property:Target on type:class com.bea.plateng.domain.xml.configxb.impl.ServerTypeImpl
    2014-09-01 16:53:00,482 INFO  [runScript] com.bea.plateng.domain.script.ScriptExecutor - succeed: read domain from "C:\Oracle\Middleware\user_projects\domains\Edlink"
    2014-09-01 16:53:00,484 INFO  [runScript] com.bea.plateng.domain.script.ScriptExecutor - set config option Managed to "true"
    2014-09-01 16:53:00,532 INFO  [runScript] com.bea.plateng.domain.script.ScriptExecutor - succeed: set config option Managed to "true"
    2014-09-01 16:53:00,534 INFO  [runScript] com.bea.plateng.domain.script.ScriptExecutor - write template to "C:\Oracle\edlink.jar"
    2014-09-01 16:53:03,449 INFO  [Thread-1] com.bea.plateng.domain.TemplateGenerator - Template Generation Successfull!
    2014-09-01 16:53:03,480 INFO  [runScript] com.bea.plateng.domain.script.ScriptExecutor - succeed: write template to "C:\Oracle\edlink.jar"
    2014-09-01 16:53:03,481 INFO  [runScript] com.bea.plateng.domain.script.ScriptExecutor - close template
    2014-09-01 16:53:03,481 INFO  [runScript] com.bea.plateng.domain.script.ScriptExecutor - succeed: close template
    I have faced this problem earlier also but that time I used tar.sh and untar.sh scripts provided by our engineering team, but this time I don't have.
    also it seems there is some ongoing bug with pack.sh/cmd & unpack.sh/cmd
    thus it fails to compress the domain into a jar everytime
    FYI: I am using
    WebLogic server with portal 10.3.2
    with DB as MSSQL Server
    on windows platform
    Solution to this post would be appreciable.
    Thanks
    Punit

    The issue seems to be similar to this bug:
    Bug 13624207 - ISSUE WHEN USING PACK/UNPACK COMMAND WHILE CREATING DOMAIN USING WLST.
    Please try posting here:
    WebLogic Portal
    Best Regards
    Luz

  • Express Document Error while packing

    Hello,
    We have an Case where all line items in an OD are packed & saved.Now when we are trying to pack the left out item(say line item 100) either in same HU or different HU,during saving,we are getting the express document error as " Field W##C does not exist in form."
    Hence we deleted the HU & tried to the pack the Line Item 100 alone in the OD,in this case we were able to save the OD.Then we tried to pack the other line items along with line item 100 either in the same HU or different HU, we are getting the same error.
    We tried to delete the OD & created new one but same error appears.
    Regards
    Goutham

    Hmm Strange, check with Abaper. to delete delivery as you know Picking confirmation has to be reversed, Packing to be deleted or should be unpacked.
    Rgds
    Ram

  • Getting error while installing MSSQL 2005 SP2 Windows Server 2008 Service Pack 1

    Hi,
    We are getting error while we are installing MSSQL 2005 SP2. 
    It gives me the following error
    No Qualifying Product
    ===================
    This machine does not have a product that matches this installation package.
    I am pretty new to MSQL. Any help to solve this is much more appreciated.

    Hello,
    It seems you downloaded Service Pack 2 for SQL Server 2005 alone, that download does not install a SQL Server 2005 instance.
    You might have to download and install SQL Server 2005 and then proceed to apply service packs related to that version of SQL Server.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Windows Azure Pack - Server returned HTTP response code: 500 error while accessing the public tenant API

    Hi,
    We are facing the following error while trying to access the given Windows Azure Pack Public tenant API to query the virtual machines list along with network adaper details - 
    java.io.IOException: Server returned HTTP response code: 500 for URL: https://<hostname>:30006/<subscription-id>/services/systemcenter/vmm/VirtualMachines?$expand=VirtualNetworkAdapters&$top=10000&$skip=0
    The response is proper when we access the following URL - 
    https://<hostname>:30006/<subscription-id>/services/systemcenter/vmm/VirtualMachines
    Only on adding the $expand=VirtualNetworkAdapters, url parameter we are getting the above error.
    Where can we check for the error logs on the Azure Pack server ? We checked for the logs using Windows Event Viewer but did not find any for the public tenant API.
    What should be the cause for such an error and how can we fix this to get the proper data?
    Thanks in advance.

    Yes, we tried this, $top=10&$skip=0 works for the following url
    https://<hostname>:30006/<subscription-id>/services/systemcenter/vmm/VirtualMachines?$top=10&$skip=0
    It is only when we add $expand=VirtualNetworkAdapters,
    the server returns the mentioned error response - 
    URL for which the server returns the 500 error -
    https://<hostname>:30006/<subscription-id>/services/systemcenter/vmm/VirtualMachines?$expand=VirtualNetworkAdapters&$top=10&$skip=0
    Can
    you point to the error logs for Windows Azure Pack and SPF ?

  • Getting error while configuring WAS 7 Fix Pack 37 with Oracle Application Development Framework (Oracle JDeveloper 11.1.1.7.0)

    Hi,
    I have installed Oracle Unified Directory 11.1.2.2.0 and WebSphere Application Server 7 with Fix Pack 37.
    I am getting error while configuring WAS 7 Fix Pack 37 (7.0.0.37) with Oracle Application Development Framework (Oracle JDeveloper 11.1.1.7.0). While adding products to cell (Oracle Directory Services Manager for WebSphere - 11.1.2.2.0), I am getting below error:
    CFGFWK-64069: The following prerequisites were found to be missing: Oracle WebCenter Composer Extension - 11.1.1.0
    Also attached the screenshot of the error.
    Please help.
    Thanks,
    Himanshu Verma

    Hello,
    ODSM has the following dependencies apart from ADF (both components depend also on ADF):
    - UIShell (oracle.idm.uishell.war)
    - Webcenter Composer (oracle.webcenter.composer.war).
    Apparently the composer is missing.
    Important points to check when using ODSM with WAS:
    - To install and configure Oracle Fusion Middleware with IBM WebSphere, you must first install (but not configure) IBM WebSphere
    - You must install the Oracle Application Development Framework as the same user who installed Oracle Unified Directory.
    - appdev must be installed under the same ORACLE_HOME as OUD
    Sylvain
    Please mark this response as correct or helpful when appropriate to make it easier for others to find it

  • 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 installing gateway please help soon

    Error while installing gateway in
    Microsoft Windows Server 2003.
    error while installing gateway
    E:\idm\gateway>gateway -i
    10/02/2008 15.13.38.015000 [4972] (../../../../src/wps/agent/logging/WSTrace.cpp
    ,150): trace active, level: 4, file: E:\\IDMLOGS\\gateway.log, maxSize: 10240 KB
    10/02/2008 15.13.38.015000 [4972] (../../../../src/wps/agent/logging/WSTrace.cpp
    ,108): In WSTrace::init()
    10/02/2008 15.13.38.015000 [4972] (../../../../src/wps/agent/logging/WSTrace.cpp
    ,109): Gateway version: 'Sun Java System Identity Manager 7.1'
    10/02/2008 15.13.38.015000 [4972] (../../../../src/wps/agent/logging/WSTrace.cpp
    ,110): OS version: 'Windows Server 2003 Family Service Pack 1 (Build 3790)'
    An error occured when trying to install the service: No error
    E:\idm\gateway>

    Use that MS installer cleanup to get rid of iTunes first, then QuickTime.
    Actually, I should back up. Go to the article I link below, and scroll down to the section
    *General Installation Troubleshooting*
    Important: A majority of customers experience successful iTunes installation after completing these troubleshooting procedures. If one does not help, proceed to the next.
    -Completely Remove iTunes and QuickTime (Click to show)
    -Empty your Temp directory and restart (Click for more)
    -Clean up iTunes installer files on the computer (Click for more)
    -Download QuickTime Standalone Installer (Click for more)
    -Disable other conflicting software (Click for more)
    -Make sure your folder names don't contain strange characters (Click for more)
    http://docs.info.apple.com/article.html?artnum=93976

  • APEX 4.0: error while opening a XLS file downloaded from interactive report

    Hi,
    I'm getting below error while opening a XLS file downloaded from an interactive report (APEX 4.0).
    "The file you trying to open, 'customer_2.xls', is in a different format than specified by the file extension.
    Verify that the is not corrupted and is from a trusted source before opening file. Do you want to open file."
    Yes No Help
    May be this one Apex 4.0 issue.
    please help me.
    Thanks
    Mukesh

    Hi,
    is the next part of the code correct.
    What i mean is packing of the attachment, finding out the size of pdf file and doc type as PDF.
    You can also try below link..
    Link: [http://wiki.sdn.sap.com/wiki/display/Snippets/SENDALVGRIDASPDFATTACHMENTTOSAPINBOXUSINGCLASSES]
    Hope this helps.
    Regards,
    -Sandeep

  • HT4436 When trying to sign in I keep getting the error message, "iCloud encounterd a error while trying to connect to the server". How can I get signed in?

    When trying to sign in to iCloud, I always get the message, iCloud has encountered a error while trying to connect to the server. How do I get in????

    Hello,
    Try following step and check if issue gets resolved or not.
    Find Acrobat.exe on your computer.  Right click the program and click 'Troubleshoot Compatibility'.  Set the compatibility to Windows XP service pack 3.
    Regards,
    Anoop

  • Java.sql.SQLException: Error while trying to retrieve text for error ORA-24

    Hi All,
    Am having serious problem with ORA-24327 and the behavior is very very unpredictable. I have couple of environment where the same error comes in different context. The recent one was surprising. I have describe bellow the environment configuration and the stack trace. The error which surprised me was when I use type � 3 driver while starting weblogic I get ORA �24327 but when I use Type �4 it starts properly. If you could kindly provide solution it would be great help. I would also appreciate if u can provide information which driver to use where performance is the major concern. I would also appreciate if u could provide feed-back from the industry about booth the driver. Apart from that I have couple have environment where it occurs when 10/12 user access simultaneously. All the open connection is closed in program properly still am getting the error.
    Thanks in anticipation.
    Cheers,
    Tapas
    Environment
    OS - SunOS 5.8 Generic_108528-07 sun4u sparc SUNW,Ultra-Enterprise
    JDK - Solaris VM (build Solaris_JDK_1.2.2_07, native threads, sunwjit)
    Weblogic - 5.1.0 Service Pack 9 04/05/2001 14:59:53 #105983
    Oracle � 8.1.6
    Delaying 10 seconds before making a beuatpool pool connection.
    Pool 1 (Type �3 )
    weblogic.jdbc.connectionPool.beuatpool=\
    url=jdbc:weblogic:oracle,\
    driver=weblogic.jdbc.oci.Driver,\
    loginDelaySecs=10,\
    initialCapacity=10,\
    maxCapacity=20,\
    capacityIncrement=2,\
    allowShrinking=true,\
    shrinkPeriodMins=10,\
    refreshMinutes=10,\
    testTable=dual,\
    props=user=xxx;password=xxx;server=xxxx
    Pool 2(Type �4)
    weblogic.jdbc.connectionPool.thinPool=\
    url=jdbc:oracle:thin:@xxx:1521:xxx,\
    driver=oracle.jdbc.driver.OracleDriver,\
    loginDelaySecs=1,\
    initialCapacity=1,\
    maxCapacity=10,\
    capacityIncrement=1,\
    allowShrinking=true,\
    shrinkPeriodMins=15,\
    refreshMinutes=15,\
    testTable=dual,\
    props=user=xxx;password=xxx;server=xxx:1521:xxx
    allow=everyone
    ---------- LOGIN ERROR CODE: 24327
    java.sql.SQLException: Error while trying to retrieve text for error ORA-24327 �
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(SQLException.java:43)
    at weblogic.db.oci.OciConnection.getLDAException(OciConnection.java:143)
    at weblogic.jdbcbase.oci.Driver.connect(Driver.java:157)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Con
    nectionEnvFactory.java:149)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
    nectionEnvFactory.java:109)
    at weblogic.common.internal.ResourceAllocator.makeResources(Compiled Cod
    e)
    at weblogic.common.internal.ResourceAllocator.<init>(Compiled Code)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.j
    ava:330)
    at weblogic.jdbc.common.internal.JdbcInfo.initPools(Compiled Code)
    at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
    at weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
    at weblogic.t3.srvr.StartupThread.doWork(Compiled Code)
    at weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java
    :62)
    ---------- LOGIN ERROR CODE: 24327
    ---------- LOGIN ERROR CODE: 24327
    Fri Aug 31 00:57:22 GMT-05:00 2001:<I> <JDBC Pool> Sleeping in createResource()
    Fri Aug 31 00:57:23 GMT-05:00 2001:<E> <JDBC Pool> Failed to create connection p
    ool "beuatpool"
    weblogic.common.ResourceException: weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was:
    java.sql.SQLException: Error while trying to retrieve text for error ORA-24327 -
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(SQLException.java:43)
    at weblogic.db.oci.OciConnection.getLDAException(OciConnection.java:143)
    at weblogic.jdbcbase.oci.Driver.connect(Driver.java:157)
    at java.sql.DriverManager.getConnection(Compiled Code)
    at java.sql.DriverManager.getConnection(DriverManager.java:137)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Con
    nectionEnvFactory.java:172)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
    nectionEnvFactory.java:109)
    at weblogic.common.internal.ResourceAllocator.makeResources(Compiled Cod
    e)
    at weblogic.common.internal.ResourceAllocator.<init>(Compiled Code)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.j
    ava:330)
    at weblogic.jdbc.common.internal.JdbcInfo.initPools(Compiled Code)
    at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
    at weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
    at weblogic.t3.srvr.StartupThread.doWork(Compiled Code)
    at weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java
    :62)
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at weblogic.common.ResourceException.<init>(ResourceException.java:18)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Con
    nectionEnvFactory.java:182)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
    nectionEnvFactory.java:109)
    at weblogic.common.internal.ResourceAllocator.makeResources(Compiled Cod
    e)
    at weblogic.common.internal.ResourceAllocator.<init>(Compiled Code)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.j
    ava:330)
    at weblogic.jdbc.common.internal.JdbcInfo.initPools(Compiled Code)
    at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
    at weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
    at weblogic.t3.srvr.StartupThread.doWork(Compiled Code)
    at weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java
    :62)
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at weblogic.common.ResourceException.<init>(ResourceException.java:18)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
    nectionEnvFactory.java:125)
    at weblogic.common.internal.ResourceAllocator.makeResources(Compiled Cod
    e)
    at weblogic.common.internal.ResourceAllocator.<init>(Compiled Code)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.j
    ava:330)
    at weblogic.jdbc.common.internal.JdbcInfo.initPools(Compiled Code)
    at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
    at weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
    at weblogic.t3.srvr.StartupThread.doWork(Compiled Code)
    at weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java
    :62)

    Hi,
    I guess you can try some of these:
    - Make sure you're not missing an entry inside your tnsnames.ora file. Thin driver does not require the information inside that file, as opposed to Weblogic's OCI driver. If you are able to connect to the DB using a thin driver, then the problem is most probably (WL)driver-related.
    - Make sure you've properly configured the DB user / password inside your weblogic.properties (config.xml if WL6+).
    - Make sure you're able to access all drivers and classes required (PATH, CLASSPATH, etc...)
    - Make sure the OCI driver version you are using is fully compatible with the Oracle (server) version you are pointing to.
    - Try to access the DB user through some other client (for instance, SQLPlus*).
    Hope this is of some help,
    Freddy.

  • Error while Installing Oracle Services for Microsoft Transaction Server

    I downloaded "Oracle9i Database Release 2 Enterprise/Standard/Personal Edition for Windows NT/2000/XP" and installed the personal edition. It did not install successfully and gave this error message:
    Error while Installing Oracle Services for Microsoft Transaction Server
    The specified key was not found while trying to GetValue
    - stop installation of all products.
    - stop installation of this component only.
    The installation of Oracle 9i Database was unsuccessful
    The Integration tools and client installed just fine from the same download. Why didn't the database install successfully? All the other components seemed to install just fine and the database appeared to be created - but I could not open it and there was not start menu option for DBA Studio.
    I am running Windows 2000 professional with Service Pack 3 on a 2 GHz Pentium4 machine with 512MB Rambus RAM, 32bit color graphics ATI All-in-Wonder card, about 40GB of disk space, a local peer-to-peer network via cat5 cable to another Win2k P3 machine, and Creative Soundblaster Audigy card. Do I need to adjust any network settings? Would it help or hinder if I installed MS IIS? WinNT has a Microsoft Transaction Server (MTS) but Win2k has COM+ instead; does that make a difference in terms of the installer looking for MTS? Do I need to configure COM+ in some special way / change settings?

    HI Salman,
    I am doing the following.
    1. I am installing Oracle 10.2.01 Database(Not Client) on my windows Xp laptop. While installation i Choose the custom option and Check the Oracle Windows Interface. In that i check the "Install Oracle Services for Microsoft Transaction server" checkbox. The installation goes on fine till 99% and when it tries to install the
    Oracle Services for Microsoft Transaction server it gives an error saying that "Microsoft Transaction server" was not found on the system.
    I had previously installed the same on my laptop and it was working fine. but after uninstallation when i try to re install i get this problem.
    If i go to the services.msc option in windows i still see the OracleMTSRecoveryService option even when i have uninstalled oracle. But when i try to start the services i get the following error
    Could Not start the OracleMTSRecoveryService on the local computer.
    Error 3: The system cannot find the file specified.
    Any help on how to resolve this issue will be highly appreciated

  • BOSINESS OBJECT 6.5 ERROR WHILE RUNNING TEMPLATE

    Post Author: jaydeep_sadaria
    CA Forum: Authentication
    Hi all
    I am getting following error while runing one of my template. I already installed patched.
    BO got abort.
    Please suggest.
    Error:
    1 processor x86 Family 15 Model 0 Stepping 0Windows 2000 Workstation  v5.1 build 2600 (Service Pack 2)Physical Total/Avail: 515.564 Kb / 148.832 KbTemp directory C:\DOCUME1\JAYDEE1.SAD\LOCALS~1\Temp\ (54.038.584 Kb available)'??????????????????????????????' video card   1024 x 768 in true color----
    Unhandled Exception  Code: c0000005  Description: EXCEPTION_ACCESS_VIOLATION
    Call stack:--Module  at   0x2a6c0000: C:\PROGRA1\BUSINE1\BUSINE~1\bin\tools.dll  v 65.10.2328.1011 &#91;English (United States)&#93;    address: 0x2a6e2891--
    Application: -
    3176 "C:\PROGRA1\BUSINE1\BUSINE~1\bin\busobj.exe" /dde  current thread 0x9B4started: Saturday, December 08, 2007 at 12:19 PMends:    Saturday, December 08, 2007  at 12:21 PM  User mode: 4718 ms   Kernel mode: 1437 ms
    Loaded modules: -
        0x00320000 C:\WINDOWS\system32\MSVCIRT.dll  v 7.0.2600.2180  &#91;English (United States)&#93;    0x00340000 C:\PROGRA1\BUSINE1\BUSINE1\bin\cs_tools.dll  v 65.10.2191.1011  &#91;English (United States)&#93;    0x00380000 C:\PROGRA1\BUSINE1\BUSINE1\bin\BOFCDialogs.dll  v 65.10.2191.1011  &#91;French (France)&#93;    0x00400000 C:\PROGRA1\BUSINE1\BUSINE1\bin\busobj.exe  v 65.10.2323.1011  &#91;English (United States)&#93;    0x010D0000 C:\Program Files\Business Objects\BusinessObjects Enterprise 6\bin\language\boresen.dll  v 65.10.2191.1011  &#91;French (France)&#93;    0x012E0000 C:\Program Files\Business Objects\BusinessObjects Enterprise 6\bin\language\userappen.dll  v 65.10.2191.1011  &#91;French (France)&#93;    0x01370000 C:\Program Files\Business Objects\BusinessObjects Enterprise 6\bin\language\dpvbadlgen.dll  v 65.10.0.1011  &#91;French (France)&#93;    0x01390000 C:\Program Files\Business Objects\BusinessObjects Enterprise 6\bin\language\dpxmlen.dll  v 65.10.0.1011  &#91;French (France)&#93;    0x013B0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\cs_lib.dll  v 65.10.2191.1011  &#91;English (United States)&#93;    0x013D0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\cs_core.dll  v 65.10.2191.1011  &#91;English (United States)&#93;    0x01420000 C:\PROGRA1\BUSINE1\BUSINE1\bin\cs_trace.dll  v 65.10.2095.1011  &#91;English (United States)&#93;    0x01450000 C:\Sybase\DLL\libcs.dll  v 0.0.0.0     0x01460000 C:\Sybase\DLL\libintl.dll  v 0.0.0.0     0x01470000 C:\Sybase\DLL\libcomn.dll  v 0.0.0.0     0x014C0000 C:\Sybase\DLL\libct.dll  v 0.0.0.0     0x01510000 C:\Sybase\DLL\libtcl.dll  v 0.0.0.0     0x01830000 C:\Sybase\DLL\nlwnsck.dll  v 0.0.0.0     0x01840000 C:\Sybase\DLL\nlmsnmp.dll  v 0.0.0.0     0x02820000 C:\PROGRA1\BUSINE1\BUSINE1\bin\licmgmt.dll  v 65.10.0.1011  &#91;English (United States)&#93;    0x02B90000 C:\WINDOWS\system32\xpsp2res.dll  v 5.1.2600.2180  &#91;English (United States)&#93;    0x051D0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\webcnx.dll  v 65.10.2086.1011  &#91;English (United States)&#93;    0x10000000 C:\Program Files\Business Objects\BusinessObjects Enterprise 6\dataAccess\RDBMS\connectionServer\dbd_ctlib.dll  v 65.10.2095.1011  &#91;English (United States)&#93;    0x12000000 C:\PROGRA1\BUSINE1\BUSINE1\bin\xerces-c_1_7_0.dll  v 1.7.0.0  &#91;English (United States)&#93;    0x200F0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\adavba.dll  v 65.10.2006.1011  &#91;French (France)&#93;    0x20100000 C:\PROGRA1\BUSINE1\BUSINE1\bin\adaxml.dll  v 65.10.0.1011  &#91;French (France)&#93;    0x202C0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\adpvba.dll  v 65.10.2006.1011  &#91;French (France)&#93;    0x202D0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\adpxml.dll  v 65.10.2006.1011  &#91;French (France)&#93;    0x20740000 C:\PROGRA1\BUSINE1\BUSINE1\bin\boconfig.dll  v 65.10.0.1011  &#91;English (United States)&#93;    0x207D0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\BOCP_1252.dll  v 65.10.2015.2111  &#91;French (France)&#93;    0x21380000 C:\PROGRA1\BUSINE1\BUSINE1\bin\bo_storage.dll  v 65.10.2255.1011  &#91;English (United States)&#93;    0x21790000 C:\PROGRA1\BUSINE1\BUSINE1\bin\BOFCEngine.dll  v 65.10.2216.1011  &#91;French (France)&#93;    0x21A10000 C:\PROGRA1\BUSINE1\BUSINE1\bin\bofcui.dll  v 65.10.2313.1011  &#91;French (France)&#93;    0x21D50000 C:\PROGRA1\BUSINE1\BUSINE1\bin\cpi18n.dll  v 65.10.0.1011  &#91;French (France)&#93;    0x21E80000 C:\PROGRA1\BUSINE1\BUSINE1\bin\cplib.dll  v 65.10.0.1011  &#91;French (France)&#93;    0x21EA0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\cpxml.dll  v 65.10.0.1011  &#91;French (France)&#93;    0x21EC0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\cpzlib.dll  v 65.10.0.1011  &#91;French (France)&#93;    0x22830000 C:\PROGRA1\BUSINE1\BUSINE1\bin\category.dll  v 65.10.2200.1011  &#91;English (United States)&#93;    0x22A90000 C:\PROGRA1\BUSINE1\BUSINE1\bin\cpi18nloc.dll  v 65.10.2122.1011  &#91;French (France)&#93;    0x22C80000 C:\PROGRA1\BUSINE1\BUSINE1\bin\cpcoll.dll  v 65.10.2313.1011  &#91;French (France)&#93;    0x22CE0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\cs_config.dll  v 65.10.2191.1011  &#91;English (United States)&#93;    0x22D40000 C:\PROGRA1\BUSINE1\BUSINE1\bin\cs_helpers.dll  v 65.10.2236.1011  &#91;English (United States)&#93;    0x22E20000 C:\PROGRA1\BUSINE1\BUSINE1\bin\cnxsrv.dll  v 65.10.2330.1311  &#91;French (France)&#93;    0x230C0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\dlg1.dll  v 65.10.2015.2111  &#91;French (France)&#93;    0x230D0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\dlgdll.dll  v 65.10.2015.2111  &#91;English (United States)&#93;    0x236A0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\dbd_helpers.dll  v 65.10.2128.1011  &#91;English (United States)&#93;    0x236B0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\cube.dll  v 65.10.2330.1011  &#91;French (France)&#93;    0x24200000 C:\PROGRA1\BUSINE1\BUSINE1\bin\dxmapi.dll  v 65.10.2200.1011  &#91;English (United States)&#93;    0x24420000 C:\Program Files\Business Objects\BusinessObjects Enterprise 6\bin\ics_ex.dll  v 65.10.2095.1011  &#91;English (United States)&#93;    0x24440000 C:\Program Files\Business Objects\BusinessObjects Enterprise 6\bin\ics_lib.dll  v 65.10.2095.1011  &#91;English (United States)&#93;    0x24670000 C:\PROGRA1\BUSINE1\BUSINE1\bin\i18n.dll  v 65.10.2310.1011  &#91;French (France)&#93;    0x24700000 C:\PROGRA1\BUSINE1\BUSINE1\bin\msgsrv.dll  v 65.10.0.1011  &#91;French (France)&#93;    0x24710000 C:\PROGRA1\BUSINE1\BUSINE1\bin\dxsqlbo.dll  v 65.10.2321.1011  &#91;French (France)&#93;    0x25060000 C:\PROGRA1\BUSINE1\BUSINE1\bin\kbatweb.dll  v 65.10.2191.1011  &#91;English (United States)&#93;    0x25140000 C:\PROGRA1\BUSINE1\BUSINE1\bin\kagtrepo.dll  v 65.10.2310.1011  &#91;French (France)&#93;    0x25300000 C:\PROGRA1\BUSINE1\BUSINE1\bin\krptdlg.dll  v 65.10.2086.1011  &#91;French (France)&#93;    0x256F0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\kquery.dll  v 65.10.2330.1111  &#91;English (United States)&#93;    0x28CD0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\RepAttr.dll  v 65.10.2200.1011  &#91;English (United States)&#93;    0x28D70000 C:\PROGRA1\BUSINE1\BUSINE1\bin\rptdisp.dll  v 65.10.2263.1011  &#91;French (France)&#93;    0x28EC0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\TraceLog.dll  v 65.10.0.1011  &#91;English (United States)&#93;    0x292E0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\report.dll  v 65.10.2330.1111  &#91;English (United States)&#93;    0x2A390000 C:\PROGRA1\BUSINE1\BUSINE1\bin\sessmgr.dll  v 65.10.2330.1111  &#91;French (France)&#93;    0x2A6C0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\tools.dll  v 65.10.2328.1011  &#91;English (United States)&#93;    0x2A7F0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\uitools.dll  v 65.10.2330.1111  &#91;French (France)&#93;    0x2A9D0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\vartools.dll  v 65.10.2324.1011  &#91;French (France)&#93;    0x308C0000 C:\Program Files\Microsoft Office\Office\MSO9.DLL  v 9.0.0.3821  &#91;Language Neutral&#93;    0x4A800000 C:\PROGRA1\BUSINE1\BUSINE1\bin\icuuc26.dll  v 2.6.0.0  &#91;Language Neutral&#93;    0x4A900000 C:\PROGRA1\BUSINE1\BUSINE1\bin\icuin26.dll  v 2.6.0.0  &#91;Language Neutral&#93;    0x4AD00000 C:\PROGRA1\BUSINE1\BUSINE1\bin\icudt26l.dll  v 2.6.0.0  &#91;Language Neutral&#93;    0x50350000 C:\PROGRA1\BUSINE1\BUSINE1\bin\btjpn240.DLL  v 0.0.0.0     0x506A0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\btlat240.DLL  v 0.0.0.0     0x50790000 C:\PROGRA1\BUSINE1\BUSINE1\bin\btuc240.dll  v 2.4.4.0  &#91;English (United States)&#93;    0x51040000 C:\PROGRA1\BUSINE1\BUSINE1\bin\file-2.1-vc5.0-mt.dll  v 0.0.0.0     0x510C0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\helper-2.1-vc5.0-mt.dll  v 0.0.0.0     0x51140000 C:\PROGRA1\BUSINE1\BUSINE1\bin\io-2.1-vc5.0-mt.dll  v 0.0.0.0     0x511B0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\network-2.1-vc5.0-mt.dll  v 0.0.0.0     0x51260000 C:\PROGRA1\BUSINE1\BUSINE1\bin\security-2.1-vc5.0-mt.dll  v 0.0.0.0     0x512B0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\std-2.1-vc5.0-mt.dll  v 0.0.0.0     0x513E0000 C:\PROGRA1\BUSINE1\BUSINE1\bin\thread-2.1-vc5.0-mt.dll  v 0.0.0.0     0x51450000 C:\PROGRA1\BUSINE1\BUSINE1\bin\time-2.1-vc5.0-mt.dll  v 0.0.0.0     0x5AD70000 C:\WINDOWS\system32\uxtheme.dll  v 6.0.2900.2180  &#91;English (United States)&#93;    0x5D090000 C:\WINDOWS\system32\COMCTL32.dll  v 5.82.2900.2982  &#91;English (United States)&#93;    0x5EDD0000 C:\WINDOWS\system32\OLEPRO32.DLL  v 5.1.2600.2180  &#91;English (United States)&#93;    0x60000000 C:\WINDOWS\system32\FM20.DLL  v 11.0.6550.0  &#91;English (United States)&#93;    0x605D0000 C:\WINDOWS\system32\mslbui.dll  v 5.1.2600.2180  &#91;English (United States)&#93;    0x64000000 C:\Program Files\Common Files\Microsoft Shared\VBA\VBA6\APC62.dll  v 6.1.89.11  &#91;Language Neutral&#93;    0x65000000 C:\PROGRA1\COMMON1\MICROS1\VBA\VBA6\VBE6.DLL  v 6.4.99.69  &#91;Language Neutral&#93;    0x65300000 C:\PROGRA1\COMMON1\MICROS1\VBA\VBA6\1033\VBE6INTL.DLL  v 6.4.97.59  &#91;English (United States)&#93;    0x662B0000 C:\WINDOWS\system32\hnetcfg.dll  v 5.1.2600.2180  &#91;English (United States)&#93;    0x71A50000 C:\WINDOWS\System32\mswsock.dll  v 5.1.2600.2180  &#91;English (United States)&#93;    0x71A90000 C:\WINDOWS\System32\wshtcpip.dll  v 5.1.2600.2180  &#91;English (United States)&#93;    0x71AA0000 C:\WINDOWS\system32\WS2HELP.dll  v 5.1.2600.2180  &#91;English (United States)&#93;    0x71AB0000 C:\WINDOWS\system32\WS2_32.dll  v 5.1.2600.2180  &#91;English (United States)&#93;    0x71AD0000 C:\WINDOWS\system32\WSOCK32.dll  v 5.1.2600.2180  &#91;English (United States)&#93;    0x73000000 C:\WINDOWS\system32\WINSPOOL.DRV  v 5.1.2600.2180  &#91;English (United States)&#93;    0x73DD0000 C:\WINDOWS\system32\MFC42.DLL  v 6.2.4131.0  &#91;English (United States)&#93;    0x74720000 C:\WINDOWS\system32\MSCTF.dll  v 5.1.2600.2180  &#91;English (United States)&#93;    0x75E90000 C:\WINDOWS\system32\SXS.DLL  v 5.1.2600.3019  &#91;English (United States)&#93;    0x76080000 C:\WINDOWS\system32\MSVCP60.dll  v 6.2.3104.0  &#91;English (United States)&#93;    0x76390000 C:\WINDOWS\system32\IMM32.dll  v 5.1.2600.2180  &#91;English (United States)&#93;    0x763B0000 C:\WINDOWS\system32\comdlg32.dll  v 6.0.2900.2180  &#91;English (United States)&#93;    0x76780000 C:\WINDOWS\system32\SHFOLDER.dll  v 6.0.2900.2180  &#91;English (United States)&#93;    0x76820000 C:\WINDOWS\system32\HLINK.dll  v 5.2.3790.2748  &#91;English (United States)&#93;    0x76840000 C:\WINDOWS\System32\spool\DRIVERS\W32X86\3\UNIDRVUI.DLL  v 0.3.1296.1  &#91;English (United States)&#93;    0x769C0000 C:\WINDOWS\system32\USERENV.dll  v 5.1.2600.2180  &#91;English (United States)&#93;    0x76F20000 C:\WINDOWS\system32\DNSAPI.dll  v 5.1.2600.2938  &#91;English (United States)&#93;    0x76F60000 C:\WINDOWS\system32\WLDAP32.dll  v 5.1.2600.2180  &#91;English (United States)&#93;    0x76FB0000 C:\WINDOWS\System32\winrnr.dll  v 5.1.2600.2180  &#91;English (United States)&#93;    0x76FC0000 C:\WINDOWS\system32\rasadhlp.dll  v 5.1.2600.2938  &#91;English (United States)&#93;    0x76FD0000 C:\WINDOWS\system32\CLBCATQ.DLL  v 2001.12.4414.308  &#91;English (United States)&#93;    0x77050000 C:\WINDOWS\system32\COMRes.dll  v 2001.12.4414.258  &#91;English (United States)&#93;    0x77120000 C:\WINDOWS\system32\OLEAUT32.dll  v 5.1.2600.3139  &#91;English (United States)&#93;    0x771B0000 C:\WINDOWS\system32\WININET.dll  v 6.0.2900.3199  &#91;English (United States)&#93;    0x773D0000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll  v 6.0.2900.2982  &#91;English (United States)&#93;    0x774E0000 C:\WINDOWS\system32\ole32.dll  v 5.1.2600.2726  &#91;English (United States)&#93;    0x778D0000 C:\WINDOWS\System32\spool\DRIVERS\W32X86\3\UNIDRV.DLL  v 0.3.1296.4  &#91;English (United States)&#93;    0x77920000 C:\WINDOWS\system32\SETUPAPI.dll  v 5.1.2600.2180  &#91;English (United States)&#93;    0x77A80000 C:\WINDOWS\system32\CRYPT32.dll  v 5.131.2600.2180  &#91;English (United States)&#93;    0x77B20000 C:\WINDOWS\system32\MSASN1.dll  v 5.1.2600.2180  &#91;English (United States)&#93;    0x77C00000 C:\WINDOWS\system32\VERSION.dll  v 5.1.2600.2180  &#91;English (United States)&#93;    0x77C10000 C:\WINDOWS\system32\msvcrt.dll  v 7.0.2600.2180  &#91;English (United States)&#93;    0x77DD0000 C:\WINDOWS\system32\ADVAPI32.dll  v 5.1.2600.2180  &#91;English (United States)&#93;    0x77E70000 C:\WINDOWS\system32\RPCRT4.dll  v 5.1.2600.3173  &#91;English (United States)&#93;    0x77F10000 C:\WINDOWS\system32\GDI32.dll  v 5.1.2600.3159  &#91;English (United States)&#93;    0x77F60000 C:\WINDOWS\system32\SHLWAPI.dll  v 6.0.2900.3199  &#91;English (United States)&#93;    0x77FE0000 C:\WINDOWS\system32\Secur32.dll  v 5.1.2600.2180  &#91;English (United States)&#93;    0x7C800000 C:\WINDOWS\system32\kernel32.dll  v 5.1.2600.3119  &#91;English (United States)&#93;    0x7C900000 C:\WINDOWS\system32\ntdll.dll  v 5.1.2600.2180  &#91;English (United States)&#93;    0x7C9C0000 C:\WINDOWS\system32\SHELL32.dll  v 6.0.2900.3241  &#91;English (United States)&#93;    0x7D1E0000 C:\WINDOWS\system32\Msi.dll  v 3.1.4000.4039  &#91;Language Neutral&#93;    0x7E1E0000 C:\WINDOWS\system32\urlmon.dll  v 6.0.2900.3199  &#91;English (United States)&#93;    0x7E410000 C:\WINDOWS\system32\USER32.dll  v 5.1.2600.3099  &#91;English (United States)&#93;

    Post Author: jmesnage
    CA Forum: Authentication
    Hi jaydeep_sadaria,
    I have the same problem when running some templates, but it doesn't happened each time I'm running it.
    Did you find a solution ?
    Jeremy
    Here's the BO log :
    1 processor Pentium Family 6 Model 15 Stepping 2Windows 2000 Workstation  v5.1 build 2600 (Service Pack 2)Physical Total/Avail: 1.022.180 Kb / 343.528 KbTemp directory C:\DOCUME1\mej6mo\LOCALS1\Temp\ (139.626.928 Kb available)'??????????????????????????????' video card   1280 x 1024 in true color----
    Unhandled Exception  Code: c0000005  Description: EXCEPTION_ACCESS_VIOLATION
    Call stack:--Module  at   0x29350000: C:\Program Files\BusinessObjects Enterprise 6\bin\tools.dll  v 65.10.2015.2111 &#91;Anglais (u00C9tats-Unis)&#93;    address: 0x29371dd8    address: 0x293cb701    address: 0x2935effc--
    Application: -
    2428 "C:\Program Files\BusinessObjects Enterprise 6\bin\busobj.exe"   current thread 0x8A4started: lundi 3 mars 2008 at 14:48ends:    lundi 3 mars 2008  at 15:54  User mode: 53968 ms   Kernel mode: 70921 ms
    Loaded modules: -
        0x00320000 C:\WINNT\system32\MSVCIRT.dll  v 7.0.2600.2180  &#91;Anglais (u00C9tats-Unis)&#93;    0x00400000 C:\Program Files\BusinessObjects Enterprise 6\bin\busobj.exe  v 65.10.2016.2211  &#91;Anglais (u00C9tats-Unis)&#93;    0x00CA0000 C:\WINNT\system32\MSCTF.dll  v 5.1.2600.2180  &#91;Anglais (u00C9tats-Unis)&#93;    0x010F0000 C:\Program Files\BusinessObjects Enterprise 6\bin\language\boresfr.dll  v 65.10.0.1011  &#91;Franu00E7ais (France)&#93;    0x01300000 C:\Program Files\BusinessObjects Enterprise 6\bin\language\userappfr.dll  v 65.10.2015.2111  &#91;Franu00E7ais (France)&#93;    0x01520000 C:\Program Files\BusinessObjects Enterprise 6\bin\language\dpvbadlgfr.dll  v 65.10.0.1011  &#91;Franu00E7ais (France)&#93;    0x01540000 C:\Program Files\BusinessObjects Enterprise 6\bin\language\dpxmlfr.dll  v 65.10.0.1011  &#91;Franu00E7ais (France)&#93;    0x01560000 C:\Program Files\BusinessObjects Enterprise 6\bin\language\db2wizfr.dll  v 65.10.0.1011  &#91;Franu00E7ais (France)&#93;    0x01580000 C:\Program Files\BusinessObjects Enterprise 6\bin\language\olapwizfr.dll  v 65.10.0.1011  &#91;Franu00E7ais (France)&#93;    0x01590000 C:\Program Files\BusinessObjects Enterprise 6\bin\language\essbwizfr.dll  v 65.10.0.1011  &#91;Franu00E7ais (France)&#93;    0x015B0000 C:\Program Files\BusinessObjects Enterprise 6\bin\language\exprwizfr.dll  v 65.10.0.1011  &#91;Franu00E7ais (France)&#93;    0x015D0000 c:\oracle\cli92\bin\OCI.dll  v 0.0.0.0  &#91;Anglais (u00C9tats-Unis)&#93;    0x015F0000 c:\oracle\cli92\bin\orageneric9.dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x01880000 c:\oracle\cli92\bin\oranms.dll  v 0.0.0.0  &#91;Anglais (u00C9tats-Unis)&#93;    0x01890000 c:\oracle\cli92\bin\oranmsp.dll  v 0.0.0.0  &#91;Anglais (u00C9tats-Unis)&#93;    0x02320000 C:\WINNT\system32\xpsp2res.dll  v 5.1.2600.2180  &#91;Anglais (u00C9tats-Unis)&#93;    0x02DF0000 C:\WINNT\System32\spool\DRIVERS\W32X86\3\KOGUI003.Dll  v 0.3.0.0  &#91;Anglais (u00C9tats-Unis)&#93;    0x02E00000 C:\WINNT\System32\spool\DRIVERS\W32X86\3\KOENG003.Dll  v 0.3.0.0  &#91;Anglais (u00C9tats-Unis)&#93;    0x02EB0000 C:\WINNT\System32\spool\DRIVERS\W32X86\3\KO424003.Dll  v 0.3.0.0  &#91;Anglais (u00C9tats-Unis)&#93;    0x05780000 C:\Program Files\BusinessObjects Enterprise 6\bin\olpcnx.dll  v 65.10.2005.1011  &#91;Franu00E7ais (France)&#93;    0x0F9C0000 C:\WINNT\system32\expsrv.dll  v 6.0.72.9589  &#91;Langue neutre&#93;    0x10000000 C:\Program Files\BusinessObjects Enterprise 6\dataAccess\RDBMS\connectionServer\dbd_oci8.dll  v 65.10.2005.1011  &#91;Anglais (u00C9tats-Unis)&#93;    0x12000000 C:\Program Files\BusinessObjects Enterprise 6\bin\xerces-c_1_7_0.dll  v 1.7.0.0  &#91;Anglais (u00C9tats-Unis)&#93;    0x1B000000 C:\WINNT\system32\MSJET40.DLL  v 4.0.8618.0  &#91;Langue neutre&#93;    0x1B300000 C:\WINNT\system32\msexcl40.dll  v 4.0.8618.0  &#91;Langue neutre&#93;    0x1B5D0000 C:\WINNT\system32\mswstr10.dll  v 4.0.8905.0  &#91;Anglais (u00C9tats-Unis)&#93;    0x1B740000 C:\Program Files\Common Files\Microsoft Shared\DAO\dao360.dll  v 3.60.8618.0  &#91;Langue neutre&#93;    0x200F0000 C:\Program Files\BusinessObjects Enterprise 6\bin\adavba.dll  v 65.10.2006.1011  &#91;Franu00E7ais (France)&#93;    0x20100000 C:\Program Files\BusinessObjects Enterprise 6\bin\adaxml.dll  v 65.10.0.1011  &#91;Franu00E7ais (France)&#93;    0x202C0000 C:\Program Files\BusinessObjects Enterprise 6\bin\adpvba.dll  v 65.10.2006.1011  &#91;Franu00E7ais (France)&#93;    0x202D0000 C:\Program Files\BusinessObjects Enterprise 6\bin\adpxml.dll  v 65.10.2006.1011  &#91;Franu00E7ais (France)&#93;    0x20320000 C:\Program Files\BusinessObjects Enterprise 6\bin\agtdpold.dll  v 65.10.2006.1011  &#91;Franu00E7ais (France)&#93;    0x20330000 C:\Program Files\BusinessObjects Enterprise 6\bin\agtdpols.dll  v 65.10.2006.1011  &#91;Franu00E7ais (France)&#93;    0x20340000 C:\Program Files\BusinessObjects Enterprise 6\bin\agtdpolx.dll  v 65.10.2006.1011  &#91;Franu00E7ais (France)&#93;    0x20710000 C:\Program Files\BusinessObjects Enterprise 6\bin\bo_storage.dll  v 65.10.2006.1011  &#91;Anglais (u00C9tats-Unis)&#93;    0x20740000 C:\Program Files\BusinessObjects Enterprise 6\bin\boconfig.dll  v 65.10.0.1011  &#91;Anglais (u00C9tats-Unis)&#93;    0x207D0000 C:\Program Files\BusinessObjects Enterprise 6\bin\BOCP_1252.dll  v 65.10.2015.2111  &#91;Franu00E7ais (France)&#93;    0x20B30000 C:\Program Files\BusinessObjects Enterprise 6\bin\BOFCDialogs.dll  v 65.10.0.1011  &#91;Franu00E7ais (France)&#93;    0x20B40000 C:\Program Files\BusinessObjects Enterprise 6\bin\BOFCEngine.dll  v 65.10.2015.2111  &#91;Franu00E7ais (France)&#93;    0x20B60000 C:\Program Files\BusinessObjects Enterprise 6\bin\bofcui.dll  v 65.10.2015.2111  &#91;Franu00E7ais (France)&#93;    0x21A70000 C:\Program Files\BusinessObjects Enterprise 6\bin\category.dll  v 65.10.2016.2211  &#91;Anglais (u00C9tats-Unis)&#93;    0x21CA0000 C:\Program Files\BusinessObjects Enterprise 6\bin\cnxsrv.dll  v 65.10.2006.1011  &#91;Franu00E7ais (France)&#93;    0x21D40000 C:\Program Files\BusinessObjects Enterprise 6\bin\cpcoll.dll  v 65.10.0.1011  &#91;Franu00E7ais (France)&#93;    0x21D50000 C:\Program Files\BusinessObjects Enterprise 6\bin\cpi18n.dll  v 65.10.0.1011  &#91;Franu00E7ais (France)&#93;    0x21DE0000 C:\Program Files\BusinessObjects Enterprise 6\bin\cpi18nloc.dll  v 65.10.0.1011  &#91;Franu00E7ais (France)&#93;    0x21E80000 C:\Program Files\BusinessObjects Enterprise 6\bin\cplib.dll  v 65.10.0.1011  &#91;Franu00E7ais (France)&#93;    0x21EA0000 C:\Program Files\BusinessObjects Enterprise 6\bin\cpxml.dll  v 65.10.0.1011  &#91;Franu00E7ais (France)&#93;    0x21EC0000 C:\Program Files\BusinessObjects Enterprise 6\bin\cpzlib.dll  v 65.10.0.1011  &#91;Franu00E7ais (France)&#93;    0x22010000 C:\Program Files\BusinessObjects Enterprise 6\bin\cs_config.dll  v 65.10.0.1011  &#91;Anglais (u00C9tats-Unis)&#93;    0x22090000 C:\Program Files\BusinessObjects Enterprise 6\bin\cs_helpers.dll  v 65.10.2006.1011  &#91;Anglais (u00C9tats-Unis)&#93;    0x22130000 C:\Program Files\BusinessObjects Enterprise 6\bin\cs_core.dll  v 65.10.2005.1011  &#91;Anglais (u00C9tats-Unis)&#93;    0x22190000 C:\Program Files\BusinessObjects Enterprise 6\bin\cs_lib.dll  v 65.10.0.1011  &#91;Anglais (u00C9tats-Unis)&#93;    0x221B0000 C:\Program Files\BusinessObjects Enterprise 6\bin\cs_tools.dll  v 65.10.0.1011  &#91;Anglais (u00C9tats-Unis)&#93;    0x221F0000 C:\Program Files\BusinessObjects Enterprise 6\bin\cs_trace.dll  v 65.10.0.1011  &#91;Anglais (u00C9tats-Unis)&#93;    0x22520000 C:\Program Files\BusinessObjects Enterprise 6\bin\cube.dll  v 65.10.2015.2111  &#91;Franu00E7ais (France)&#93;    0x22AB0000 C:\Program Files\BusinessObjects Enterprise 6\bin\dbd_helpers.dll  v 65.10.2005.1011  &#91;Anglais (u00C9tats-Unis)&#93;    0x230C0000 C:\Program Files\BusinessObjects Enterprise 6\bin\dlg1.dll  v 65.10.2015.2111  &#91;Franu00E7ais (France)&#93;    0x230D0000 C:\Program Files\BusinessObjects Enterprise 6\bin\dlgdll.dll  v 65.10.2015.2111  &#91;Anglais (u00C9tats-Unis)&#93;    0x23280000 C:\Program Files\BusinessObjects Enterprise 6\bin\dxmapi.dll  v 65.10.2016.2211  &#91;Anglais (u00C9tats-Unis)&#93;    0x234D0000 C:\Program Files\BusinessObjects Enterprise 6\bin\dxsqlbo.dll  v 65.10.2015.2111  &#91;Franu00E7ais (France)&#93;    0x236A0000 C:\Program Files\BusinessObjects Enterprise 6\bin\i18n.dll  v 65.10.2015.2111  &#91;Franu00E7ais (France)&#93;    0x236E0000 C:\Program Files\BusinessObjects Enterprise 6\bin\ics_ex.dll  v 65.10.0.1011  &#91;Anglais (u00C9tats-Unis)&#93;    0x23700000 C:\Program Files\BusinessObjects Enterprise 6\bin\ics_lib.dll  v 65.10.0.1011  &#91;Anglais (u00C9tats-Unis)&#93;    0x239D0000 C:\Program Files\BusinessObjects Enterprise 6\bin\kagtrepo.dll  v 65.10.2016.2211  &#91;Franu00E7ais (France)&#93;    0x23D30000 C:\Program Files\BusinessObjects Enterprise 6\bin\kquery.dll  v 65.10.2016.2211  &#91;Anglais (u00C9tats-Unis)&#93;    0x24310000 C:\Program Files\BusinessObjects Enterprise 6\bin\kbatweb.dll  v 65.10.0.1011  &#91;Anglais (u00C9tats-Unis)&#93;    0x245D0000 C:\Program Files\BusinessObjects Enterprise 6\bin\krptdlg.dll  v 65.10.2015.2111  &#91;Franu00E7ais (France)&#93;    0x24630000 C:\Program Files\BusinessObjects Enterprise 6\bin\licmgmt.dll  v 65.10.0.1011  &#91;Anglais (u00C9tats-Unis)&#93;    0x24700000 C:\Program Files\BusinessObjects Enterprise 6\bin\msgsrv.dll  v 65.10.0.1011  &#91;Franu00E7ais (France)&#93;    0x27580000 C:\WINNT\system32\mscomctl.ocx  v 6.1.95.45  &#91;Anglais (u00C9tats-Unis)&#93;    0x27800000 C:\Program Files\BusinessObjects Enterprise 6\bin\RepAttr.dll  v 65.10.2016.2211  &#91;Anglais (u00C9tats-Unis)&#93;    0x27830000 C:\Program Files\BusinessObjects Enterprise 6\bin\report.dll  v 65.10.2016.2211  &#91;Anglais (u00C9tats-Unis)&#93;    0x287D0000 C:\Program Files\BusinessObjects Enterprise 6\bin\rptdisp.dll  v 65.10.2011.1011  &#91;Franu00E7ais (France)&#93;    0x288B0000 C:\Program Files\BusinessObjects Enterprise 6\bin\sessmgr.dll  v 65.10.2016.2211  &#91;Franu00E7ais (France)&#93;    0x28EC0000 C:\Program Files\BusinessObjects Enterprise 6\bin\TraceLog.dll  v 65.10.0.1011  &#91;Anglais (u00C9tats-Unis)&#93;    0x29350000 C:\Program Files\BusinessObjects Enterprise 6\bin\tools.dll  v 65.10.2015.2111  &#91;Anglais (u00C9tats-Unis)&#93;    0x29480000 C:\Program Files\BusinessObjects Enterprise 6\bin\uitools.dll  v 65.10.2010.1011  &#91;Franu00E7ais (France)&#93;    0x29610000 C:\Program Files\BusinessObjects Enterprise 6\bin\webcnx.dll  v 65.10.0.1011  &#91;Anglais (u00C9tats-Unis)&#93;    0x29770000 C:\Program Files\BusinessObjects Enterprise 6\bin\vartools.dll  v 65.10.2010.1011  &#91;Franu00E7ais (France)&#93;    0x308C0000 C:\Program Files\Microsoft Office\Office\MSO9.DLL  v 9.0.0.3821  &#91;Langue neutre&#93;    0x32060000 c:\Program Files\Microsoft Office\OFFICE11\msaexp30.dll  v 11.0.6561.0  &#91;Langue neutre&#93;    0x4A800000 C:\Program Files\BusinessObjects Enterprise 6\bin\icuuc26.dll  v 2.6.0.0  &#91;Langue neutre&#93;    0x4A900000 C:\Program Files\BusinessObjects Enterprise 6\bin\icuin26.dll  v 2.6.0.0  &#91;Langue neutre&#93;    0x4AD00000 C:\Program Files\BusinessObjects Enterprise 6\bin\icudt26l.dll  v 2.6.0.0  &#91;Langue neutre&#93;    0x50350000 C:\Program Files\BusinessObjects Enterprise 6\bin\btjpn240.DLL  v 0.0.0.0     0x506A0000 C:\Program Files\BusinessObjects Enterprise 6\bin\btlat240.DLL  v 0.0.0.0     0x50790000 C:\Program Files\BusinessObjects Enterprise 6\bin\btuc240.dll  v 2.4.4.0  &#91;Anglais (u00C9tats-Unis)&#93;    0x51040000 C:\Program Files\BusinessObjects Enterprise 6\bin\file-2.1-vc5.0-mt.dll  v 0.0.0.0     0x510C0000 C:\Program Files\BusinessObjects Enterprise 6\bin\helper-2.1-vc5.0-mt.dll  v 0.0.0.0     0x51140000 C:\Program Files\BusinessObjects Enterprise 6\bin\io-2.1-vc5.0-mt.dll  v 0.0.0.0     0x511B0000 C:\Program Files\BusinessObjects Enterprise 6\bin\network-2.1-vc5.0-mt.dll  v 0.0.0.0     0x51260000 C:\Program Files\BusinessObjects Enterprise 6\bin\security-2.1-vc5.0-mt.dll  v 0.0.0.0     0x512B0000 C:\Program Files\BusinessObjects Enterprise 6\bin\std-2.1-vc5.0-mt.dll  v 0.0.0.0     0x513E0000 C:\Program Files\BusinessObjects Enterprise 6\bin\thread-2.1-vc5.0-mt.dll  v 0.0.0.0     0x51450000 C:\Program Files\BusinessObjects Enterprise 6\bin\time-2.1-vc5.0-mt.dll  v 0.0.0.0     0x5AD70000 C:\WINNT\system32\uxtheme.dll  v 6.0.2900.2180  &#91;Anglais (u00C9tats-Unis)&#93;    0x5B860000 C:\WINNT\system32\NETAPI32.dll  v 5.1.2600.2976  &#91;Anglais (u00C9tats-Unis)&#93;    0x5D090000 C:\WINNT\system32\COMCTL32.dll  v 5.82.2900.2982  &#91;Anglais (u00C9tats-Unis)&#93;    0x5EDD0000 C:\WINNT\system32\OLEPRO32.DLL  v 5.1.2600.2180  &#91;Anglais (u00C9tats-Unis)&#93;    0x60000000 c:\WINNT\system32\FM20.DLL  v 11.0.6550.0  &#91;Anglais (u00C9tats-Unis)&#93;    0x60500000 c:\oracle\cli92\bin\oracommon9.dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x605D0000 C:\WINNT\system32\mslbui.dll  v 5.1.2600.2180  &#91;Anglais (u00C9tats-Unis)&#93;    0x60600000 c:\oracle\cli92\bin\OraClient9.Dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x60800000 c:\oracle\cli92\bin\oravsn9.dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x60810000 c:\oracle\cli92\bin\orawtc9.dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x60A00000 c:\oracle\cli92\bin\orapls9.dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x610A0000 c:\oracle\cli92\bin\oracore9.dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x612A0000 c:\oracle\cli92\bin\oranls9.dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x61350000 c:\oracle\cli92\bin\orasnls9.dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x613A0000 c:\oracle\cli92\bin\oraunls9.dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x61400000 c:\oracle\cli92\bin\oranl9.dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x61480000 c:\oracle\cli92\bin\oran9.dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x615A0000 c:\oracle\cli92\bin\orannzsbb9.dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x616A0000 c:\oracle\cli92\bin\orancds9.dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x616B0000 c:\oracle\cli92\bin\orancrypt9.dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x61730000 c:\oracle\cli92\bin\oranro9.dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x617C0000 c:\oracle\cli92\bin\oranhost9.dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x617D0000 c:\oracle\cli92\bin\oranoname9.dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x61820000 c:\oracle\cli92\bin\orantns9.dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x61910000 c:\oracle\cli92\bin\orantcp9.dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x61960000 c:\oracle\cli92\bin\oranldap9.dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x62000000 c:\oracle\cli92\bin\oraldapclnt9.dll  v 9.2.0.4  &#91;Anglais (u00C9tats-Unis)&#93;    0x62300000 c:\oracle\cli92\bin\ORATRACE9.dll  v 0.0.0.0     0x62500000 c:\oracle\cli92\bin\oraslax9.dll  v 0.0.0.0  &#91;Anglais (u00C9tats-Unis)&#93;    0x62600000 c:\oracle\cli92\bin\orasql9.dll  v 9.2.0.3  &#91;Anglais (u00C9tats-Unis)&#93;    0x629C0000 C:\WINNT\system32\LPK.DLL  v 5.1.2600.2180  &#91;Anglais (u00C9tats-Unis)&#93;    0x62FC0000 c:\oracle\cli92\bin\oraxml9.dll  v 9.2.0.6  &#91;Anglais (u00C9tats-Unis)&#93;    0x630F0000 c:\oracle\cli92\bin\oraxsd9.dll  v 9.2.0.6  &#91;Anglais (u00C9tats-Unis)&#93;    0x64000000 C:\Program Files\Common Files\Microsoft Shared\VBA\VBA6\APC62.dll  v 6.1.89.11  &#91;Langue neutre&#93;    0x65000000 c:\PROGRA1\COMMON1\MICROS1\VBA\VBA6\VBE6.DLL  v 6.4.99.72  &#91;Langue neutre&#93;    0x65300000 c:\PROGRA1\COMMON1\MICROS1\VBA\VBA6\1033\VBE6INTL.DLL  v 6.4.97.59  &#91;Anglais (u00C9tats-Unis)&#93;    0x662B0000 C:\WINNT\system32\hnetcfg.dll  v 5.1.2600.2180  &#91;Anglais (u00C9tats-Unis)&#93;    0x70000000 c:\WINNT\system32\fm20ENU.DLL  v 11.0.5510.0  &#91;Anglais (u00C9tats-Unis)&#93;    0x71A50000 C:\WINNT\System32\mswsock.dll  v 5.1.2600.2180  &#91;Anglais (u00C9tats-Unis)&#93;    0x71A90000 C:\WINNT\System32\wshtcpip.dll  v 5.1.2600.2180  &#91;Anglais (u00C9tats-Unis)&#93;    0x71AA0000 C:\WINNT\system32\WS2HELP.dll  v 5.1.2600.2180  &#91;Anglais (u00C9tats-Unis)&#93;    0x71AB0000 C:\WINNT\system32\WS2_32.dll  v 5.1.2600.2180  &#91;Anglais (u00C9tats-Unis)&#93;    0x71AD0000 C:\WINNT\system32\WSOCK32.dll  v 5.1.2600.2180  &#91;Anglais (u00C9tats-Unis)&#93;    0x71B20000 C:\WINNT\system32\MPR.dll  v 5.1.2600.2180  &#91;Anglais (u00C9tats-Unis)&#93;    0x71BF0000 C:\WINNT\System32\SAMLIB.dll  v 5.1.2600.2180  &#91;Anglais (u00C9tats-Unis)&#93;    0x71C10000 C:\WINNT\System32\ntlanman.dll  v 5.1.2600.2180  &#91;Anglais (u00C9tats-Unis)&#93;    0x71C80000 C:\WINNT\System32\NETRAP.dll  v 5.1.2600.2180  &#91;Anglais (u00C9tats-Unis)&#93;    0x71C90000 C:\WINNT\System32\NETUI1.dll  v 5.1.2600.2180  &#91;Anglais (u00C9tats-Unis)&#93;    0x71CD0000 C:\WINNT\System32\NETUI0.dll  v 5.1.2600.2180  &#91;Anglais (u00C9tats-Unis)&#93;

  • Getting error while running ua.bat file of Oracle Data Integrator 12cR1 (12.1.2.0.0) version

    Hi,
    I am using windows 7 professional(service pack 1) 64 bit operating system.
    After installing the odi 12c (enterprise edition) by executing the odi_121200.jar file I am getting the following error while trying to run the ua.bat file.
    [2013-10-24T16:49:07.861+05:30] [Framework] [INCIDENT_ERROR] [UPGAST-00056] [upgrade.Framework] [tid: 1] [ecid: e9250ad8-50dc-45fe-83f5-5c01e7a7dcb4-00000001,0] error initializing upgrade plug-in for ODI.ODI1
    [2013-10-24T16:49:07.861+05:30] [Framework] [INCIDENT_ERROR] [] [upgrade.Framework] [tid: 1] [ecid: e9250ad8-50dc-45fe-83f5-5c01e7a7dcb4-00000001,0] Cause: An unexpected error occurred initializing an upgrade plug-in.
    [2013-10-24T16:49:07.861+05:30] [Framework] [INCIDENT_ERROR] [] [upgrade.Framework] [tid: 1] [ecid: e9250ad8-50dc-45fe-83f5-5c01e7a7dcb4-00000001,0] Action: Contact Oracle Support Services.  See the secondary error message for additional details.
    [2013-10-24T16:49:07.861+05:30] [Framework] [INCIDENT_ERROR] [] [upgrade.Framework] [tid: 1] [ecid: e9250ad8-50dc-45fe-83f5-5c01e7a7dcb4-00000001,0] [[
    java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
      at oracle.ias.update.plugin.Plugin.instantiatePlugin(Plugin.java:248)
      at oracle.ias.update.plugin.Plugin.<init>(Plugin.java:229)
      at oracle.ias.update.plugin.Plugin.getPlugin(Plugin.java:180)
      at oracle.ias.update.plan.PlanStep.getPlugin(PlanStep.java:335)
      at oracle.ias.update.plan.PlanString.<init>(PlanString.java:66)
      at oracle.ias.update.plan.PlanCustom.<init>(PlanCustom.java:74)
      at oracle.ias.update.plan.PlanStep.<init>(PlanStep.java:189)
      at oracle.ias.update.plan.PlanComponent.<init>(PlanComponent.java:203)
      at oracle.ias.update.plan.Template.load(Template.java:161)
      at oracle.ias.update.plan.Template.loadAllTemplates(Template.java:102)
      at oracle.ias.update.UpgradeDriver.loadConfiguration(UpgradeDriver.java:838)
      at oracle.ias.update.UpgradeDriver.main(UpgradeDriver.java:257)
      at oracle.ias.update.UpgradeDriver.main(UpgradeDriver.java:175)
    Caused by: java.util.MissingResourceException: Can't find oracle.ias.update.plugin.odi.bundle.ODIResourceBundle bundle
      at java.util.logging.Logger.setupResourceInfo(Logger.java:1518)
      at java.util.logging.Logger.<init>(Logger.java:265)
      at java.util.logging.Logger.<init>(Logger.java:260)
      at oracle.ias.update.UpgradeLogger.<init>(UpgradeLogger.java:60)
      at oracle.ias.update.UpgradeLogger.getLogger(UpgradeLogger.java:93)
      at oracle.ias.update.LoggingManager.create(LoggingManager.java:249)
      at oracle.ias.update.plugin.UpgradePlugin.createPluginLogger(UpgradePlugin.java:195)
      at oracle.ias.update.plugin.UpgradePlugin.<init>(UpgradePlugin.java:181)
      at oracle.ias.update.plugin.odi.ODIPlugin.<init>(ODIPlugin.java:136)
      ... 17 more
    [2013-10-24T16:49:07.869+05:30] [Framework] [ERROR] [UPGAST-00259] [upgrade.Framework] [tid: 1] [ecid: e9250ad8-50dc-45fe-83f5-5c01e7a7dcb4-00000001,0] The getInitialValue method for plug-in ODI.ODI1 will not be called due to a previous error.
    [2013-10-24T16:49:07.869+05:30] [Framework] [ERROR] [] [upgrade.Framework] [tid: 1] [ecid: e9250ad8-50dc-45fe-83f5-5c01e7a7dcb4-00000001,0] Cause: An error occurred when loading or initializing the plug-in which prevents the getInitialValue method from executing.
    [2013-10-24T16:49:07.869+05:30] [Framework] [ERROR] [] [upgrade.Framework] [tid: 1] [ecid: e9250ad8-50dc-45fe-83f5-5c01e7a7dcb4-00000001,0] Action: Review the log file for additional details.
    [2013-10-24T16:49:07.870+05:30] [Framework] [INCIDENT_ERROR] [] [upgrade.Framework] [tid: 1] [ecid: e9250ad8-50dc-45fe-83f5-5c01e7a7dcb4-00000001,0] UPGAST-00251: An error occured reading Upgrade Descriptor file ODI\INSTALLATION\odi12cInstallation_1\odi\plugins\upgrade\odi.xml
    [2013-10-24T16:49:07.870+05:30] [Framework] [INCIDENT_ERROR] [] [upgrade.Framework] [tid: 1] [ecid: e9250ad8-50dc-45fe-83f5-5c01e7a7dcb4-00000001,0] The file does not conform to the expected syntax.
    [2013-10-24T16:49:07.870+05:30] [Framework] [INCIDENT_ERROR] [] [upgrade.Framework] [tid: 1] [ecid: e9250ad8-50dc-45fe-83f5-5c01e7a7dcb4-00000001,0] See the secondary message for additional information. Contact Oracle Support.
    [2013-10-24T16:49:07.871+05:30] [Framework] [INCIDENT_ERROR] [] [upgrade.Framework] [tid: 1] [ecid: e9250ad8-50dc-45fe-83f5-5c01e7a7dcb4-00000001,0] UPGAST-00259: The getInitialValue method for plug-in ODI.ODI1 will not be called due to a previous error.
    [2013-10-24T16:49:07.871+05:30] [Framework] [INCIDENT_ERROR] [] [upgrade.Framework] [tid: 1] [ecid: e9250ad8-50dc-45fe-83f5-5c01e7a7dcb4-00000001,0] [[
    oracle.ias.update.exception.UpgradeException: UPGAST-00259: The getInitialValue method for plug-in ODI.ODI1 will not be called due to a previous error.
      at oracle.ias.update.plugin.Plugin.getInitialValue(Plugin.java:317)
      at oracle.ias.update.plan.PlanString.<init>(PlanString.java:67)
      at oracle.ias.update.plan.PlanCustom.<init>(PlanCustom.java:74)
      at oracle.ias.update.plan.PlanStep.<init>(PlanStep.java:189)
      at oracle.ias.update.plan.PlanComponent.<init>(PlanComponent.java:203)
      at oracle.ias.update.plan.Template.load(Template.java:161)
      at oracle.ias.update.plan.Template.loadAllTemplates(Template.java:102)
      at oracle.ias.update.UpgradeDriver.loadConfiguration(UpgradeDriver.java:838)
      at oracle.ias.update.UpgradeDriver.main(UpgradeDriver.java:257)
      at oracle.ias.update.UpgradeDriver.main(UpgradeDriver.java:175)
    Thanks and Regards
    Sunil

    ok - I think I've got it figured.  Appears to be a known issue.  You need to apply patch p17073913_121200.
    I downloaded that and applied to my Linux version - then re-ran the UA.  This time the GUI started and so now I'm going through the upgrade steps.
    The patch is generic, so should work for your windows environment too.  Good luck.

  • Error while running adpreclone on Database Tier

    Hii..
    im getting following error while running adpreclone on database Tier,
    This is Error Message coming,
    D:\APPSORA\proddb\10.2.0\appsutil\scripts\PROD_diwaf-prd-erpdb>perl adpreclone.pl dbTier
    Running Rapid Clone with command...
    perl D:\APPSORA\proddb\10.2.0\appsutil\bin\adclone.pl java=D:\APPSORA\proddb\10.2.0\jre\1.4.2 mode=stage stage=D:\APPSORA\proddb\10.2.0\appsutil\cl
    one component=dbTier method=CUSTOM dbctx=D:\APPSORA\proddb\10.2.0\appsutil\PROD_diwaf-prd-erpdb.xml  showProgress
    Beginning database tier Stage - Tue Oct  4 09:54:38 2011
    APPS Password : amapps2011
    Log file located at D:\APPSORA\proddb\10.2.0\appsutil\log\PROD_diwaf-prd-erpdb\StageDBTier_10040954.log
    -      0% completed
    ERROR while running Stage...
    ERROR while running perl D:\APPSORA\proddb\10.2.0\appsutil\bin\adclone.pl java=D:\APPSORA\proddb\10.2.0\jre\1.4.2 mode=stage stage=D:\APPSORA\proddb\10.2.0
    *\appsutil\clone component=dbTier method=CUSTOM dbctx=D:\APPSORA\proddb\10.2.0\appsutil\PROD_diwaf-prd-erpdb.xml showProgress ... Please check the log for*
    more details..
    I checked logfiles also...but there is no information,
    t*he folowing is the logfiles contents*
    Started StageDBTier at Tue Oct 04 09:05:11 GMT+03:00 2011
    Version:
    StageDBTier.java        :       115.27
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost    : diwaf-prd-erpdb
    sDbDomain  : af.gov.local
    sDbPort    : 1521
    sDbSid     : PROD
    sDbUser    : apps
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@diwaf-prd-erpdb.af.gov.local:1521:PROD
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    D:\APPSORA\proddb\10.2.0\appsutil\scripts\PROD_diwaf-prd-erpdb>
    My Apps version is 11.5.10.2
    my DB version is 10.2.0.4
    IM using windows server 2003 R2 entrepriose edition service pack 2.
    There is no error running adpreclone on AppsTier.
    Can anyone help me in solving the issue.
    waiitng for your replies
    Thanks in advance.

    As mentioned in the document https://kr.forums.oracle.com/forums/thread.jspa?threadID=295697&messageID=2252395
    I checked my echo $PATH and it gives the follwing o/p
    D:\APPSORA\proddb\10.2.0>echo %PATH%
    C:\Perl\bin\;D:\APPSORA\proddb\10.2.0\bin;D:\APPSORA\proddb\10.2.0\jdk\bin;D:\APPSORA\proddb\10.2.0\jdk\bin;C:\orant\bin;D:\APPSORA\prodora\8.0.6\bin;C:\Pe
    rl\site\bin;C:\Perl\bin;B:\PROGRA~1\MKSTOO~1\bin;B:\PROGRA~1\MKSTOO~1\bin\x11;B:\PROGRA~1\MKSTOO~1\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32
    *\wbem;c:\program files\hp\hp bto software\bin;c:\program files\hp\hp bto software\bin\opc*
    I checked the zip version as follows
    which zip
    D:\APPSORA\proddb\10.2.0\bin/zip.exe
    zip -v
    Copyright (c) 1990-2006 Info-ZIP - Type 'zip "-L"' for software license.
    This is Zip 2.32 (June 19th 2006), by Info-ZIP.
    D:\APPSORA\proddb\10.2.0>which java
    D:\APPSORA\proddb\10.2.0\jdk\bin/java.exe
    D:\APPSORA\proddb\10.2.0>java -version
    java version "1.4.2_14"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_14-b05)
    Java HotSpot(TM) Client VM (build 1.4.2_14-b05, mixed mode)
    D:\APPSORA\proddb\10.2.0>which perl
    C:\Perl\bin\perl.exe
    D:\APPSORA\proddb\10.2.0>perl -version
    This is perl, v5.10.0 built for MSWin32-x86-multi-thread
    *(with 5 registered patches, see perl -V for more detail)*
    Is there any problems with o/p obtained.
    Plz suggest
    Thanks..

Maybe you are looking for