Error 57 initializing SQLPlus

Hi
I have the following installed on a web server (windows 2003 x64):
Oracle 10g XE
Oracle 11g ODAC (11.1.0.6.21)
I'm running an ASP.Net 3.5 website that connects to Oracle XE via Oracle.DataAccess. This all works fine on my XP development machine, but I have installed the above on our web server and am getting the following when trying to test with SQLPlus:
Error 57 initializing SQL*Plus
Error loading message shared library
It was initially working and I could connect with SQLPlus ok. I've since tried to test my ASP.Net app which failed to connect and now I get the above. Stopping/starting XE and listener doesn't get rid of it either. Strangly I can connect using XE's web interface and a reboot of the server temporarily fixes the problem until my asp.net app connects again.
This is really starting to annoy me because it works fine on my xp machine. Have searched the forums, but there's nothing that seems to match my problem, so I'd be grateful if anyone knows what might be going on.
Regards
John

Still struggling with this.
ORACLE_HOME is set to: C:\oraclexe\app\oracle\product\10.2.0\server
PATH includes: C:\app\John\product\11.1.0\client_1;C:\app\John\product\11.1.0\client_1\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;
I have created a stand-alone test windows forms app that connects ok using ODP. Then when I try to connect through my ASP.Net app (which is using the same ODP version) it fails to connect and I don't get any error message. After that I can't connect with my windows forms app or sqlplus. It's almost as if the ASP.Net app is causing the oracle client to crash and after that nothing works until I reboot.
Oracle XE doesn't have a 64-bit version so installs as a 32-bit app. According to all the documentation I've read, ODAC is ok on 32 or 64 bit and I have set the "platform" of the dll I use to connect to be "x86".
This is really beginning to frustrate me. I'm thinking I should've used SQL Server instead. It shouldn't be this difficult to deploy an app that uses ODP.
If anyone has any other thoughts I'd be happy to hear them. My client is waiting to see their website and I'm nowhere near fixing this issue.
John

Similar Messages

  • Error in initiating sqlplus in Linux

    sp2-0750: you may need to set oracle_home to your oracle software directory
    when I check the gedit .bash_profile
    ORACLE_USER=oacle
    export ORACLE_USER
    ORACLE_BASE=/data1/oracle/product/10.2.0
    export ORACLE_BASE
    ORACLE_HOME=/data1/oracle/product/10.2.0/db_1
    export ORACLE_HOME
    PLease help me, I am new in Linux Environment.
    Regards
    Rakesh Soni
    http://rakeshocp.blogspot.com/

    its now working, my manager has edited the gedit .bash_profile
    ORACLE_USER=oracle
    export ORACLE_USER
    ORACLE_BASE=/data1/oracle/product/10.2.0
    export ORACLE_BASE
    ORACLE_HOME=/data1/oracle/product/10.2.0/db_1
    export ORACLE_HOME
    ORACLE_SID=rock
    export ORACLE_SID
    ORACLE_TERM=xterm
    TEMP=/tmp
    export TMP
    TMPDIR=$TMPDIR
    export TMPDIR
    Thanks for replies.
    Regards
    Rakesh Soni
    http://rakeshocp.blogspot.com/

  • [Emergency] sqlplus gets "Error 5 initializing SQL*Plus NLS initialization"

    Hi, all.
    I issued sqlplus, but I got the following error.
    What could be the reasons for the following error?
    Thanks in advance.
    Best Regards.
    [esumedi(ngwapt1):/GXS/esumedi] sqlplus
    Error 5 initializing SQL*Plus
    NLS initialization error
    cat .profile
    export ORACLE_BASE=/ora_client
    export ORACLE_HOME=$ORACLE_BASE/OraHome_1
    export ORACLE_TERM=vt100
    export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    export NLS_LANG=American_america.KO16KSC5601
    export TNS_ADMIN=$ORACLE_HOME/network/admin
    export PATH=$PATH:$ORACLE_HOME/bin:.:/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/usr/ucb:/opt/perf/bin:$ORACLE_HOME/OPatch:/oracle/app/oracle10/product/102
    0/bin:.
    export SHLIB_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/lib32:$ORACLE_HOME/network/lib:/usr/lib
    export DISPLAY=172.23.19.134:0.0
    export PATH=$PATH:/opt/java1.5/bin:/opt/java1.5/jre/bin
    --------------------------------------------------------------------------

    Thanks for your reply.
    I solved this problem by adding "esumedi" user to dba group.
    [esumedi(ngwapt1):/GXS/esumedi] cat /etc/group
    adm::4:root,adm
    dba::107:anylink,almnp,albat,alon,almnp180,alon180,albat180
    ngwapt1:/ora_client/OraHome_1/bin>ll sql*
    -rwxr-x--x 1 oracle dba 1748248 Sep 17 2009 sqlldr*
    -rwxr-x--x 1 oracle dba 1748248 May 6 2008 sqlldrO*
    -rwxr-x--x 1 oracle dba 72048 Sep 17 2009 sqlplus*
    -rwxr-x--x 1 oracle dba 72048 May 6 2008 sqlplusO*
    ngwapt1:/ora_client/OraHome_1/bin>
    My guess is that a oracle client user needs "read" and "excute" privilege.
    Before I add "esumedi" to dba group, the user of esumedi could not read some file in the $ORACLE_HOME.
    After I added "esumedi" to dba group, the user of esumedi was able to read some file in the $ORACLE_HOME.
    This is my guess.
    Is my guess right?
    If I change "file access mode" under $ORACLE_HOME directory, it could be the another solution??
    Thanks.
    Best Regards.

  • Error while starting sqlplus in SunSolaris-5.8

    Hello,
    I'm getting below error when I start sqlplus in sunOS-5.8.
    I'm just giving following command.
    $sqlplus
    It giving the error like,
    Message file sp1<lang>.msb not found
    Error 6 initializing SQL*Plus
    Any info on this would be very useful..
    Thanks,
    Pradeep

    Hi Jhon,
    While connecting the work rep I am getting following error. Could you help me in this regards please ? I am new to ODI world. I am able to connect master rep but when I am trying to connect work rep getting following errors
    oracle.odi.core.config.WorkRepositoryResourceFailureException: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource: java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection
         at oracle.odi.core.repository.Repository.getWorkRepository(Repository.java:155)
         at oracle.odi.core.OdiInstance.createWorkRepository(OdiInstance.java:504)
         at oracle.odi.core.OdiInstance.<init>(OdiInstance.java:581)

  • Error in invoking sqlplus

    Hi All,
    Yesterday we didnt one database upgrade after upgrade from 8.1.7.4 to 10.2.0.4 every thing went fine but after upgrade application users is not able to connect to the database by using their credentials.
    FROM ORACLE USER
    $ sqlplus
    SQL*Plus: Release 10.2.0.4.0 - Production on Mon Apr 26 10:50:22 2010
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    Enter user-name: / as sysdba
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL>
    BUT BY USING APPLICATION USER CREDENTIALS ON THE SAME BOX
    cyrus: sqlplus
    Error 6 initializing SQL*Plus
    Message file sp1<lang>.msb not found
    SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
    even all the env var is setted.
    even i have ran the changePerm.sh also for relaxing the permissions.
    can you tell me where i have made the mistake
    OS is AIX 5.3
    KK

    Hi,
    1. Check if $ORACLE_HOME of both users is exactly the same
    2. Check if sqlplus that you are executing is the same too (which sqlplus)
    3. If that doesn't work, try executing directly ORACLE_HOME=/u01/oracle/.... sqlplus "/as sysdba"
    Regards,
    Mario Alcaide

  • Error 57 initializing SQL*Plus

    i am not able to start sql plus. It gives me the below mentioned error message. I did not have any problem when i worked a month back but now when i am going to start again, it gives me this error. In between, the only change i brought into my PC is the installation of Kaspersky Antivirus and doing the full scan?
    Error 57 initializing SQL*Plus
    Error loading message shared library
    thanks

    hick wrote:
    i am not able to start sql plus. It gives me the below mentioned error message. I did not have any problem when i worked a month back but now when i am going to start again, it gives me this error. In between, the only change i brought into my PC is the installation of Kaspersky Antivirus and doing the full scan?
    Error 57 initializing SQL*Plus
    Error loading message shared library
    thanksThis error is raised during the early startup processing for sqlplus and is, by nature, rather generic. Since it is raised during initialization, it's quite possible that not all libraries that might be needed for additional details (such as localized error messages) are loaded.
    As the only thing you mention has changed is installation of Kaspersky, that suggests it is blocking a required library from being loaded. This error can also be raised when there is insufficient memory available (which would also prevent loading of required libraries, etc).
    Here's a simple test you can do to illustrate this (obviously not on a production system, etc!):
    $ cd \Oracle\11.2\database\BIN
    $ dir /s /b oraclient11.dll
    C:\Oracle\11.2\database\BIN\oraclient11.dll
    $ rem temporarily rename the Oracle RDBMS Client Library for testing
    $ ren oraclient11.dll oraclient11.dll.save
    $ rem this will raise error 57 since a required library could not be loaded during initialization
    $ sqlplus.exe /nolog
    Error 57 initializing SQL*Plus
    Error loading message shared library
    $ rem be sure to change back!
    $ ren oraclient11.dll.save oraclient11.dllRegards,
    Mark

  • Error 45 Initializing In SQL*Plus When Running A Sql Script

    Hi All
    I have a daily scheduled jobs running on Windows server 2003 and 2008. Oracle Version :10.2.0.1 and 10.2.0.4
    right now jobs are not even starting when i run them manually. Found the error Error 45 Initializing In SQL*Plus When Running A Sql Script.
    it says Bug:3039738.
    what is the solution to fix this Bug ?
    thanks
    Shawn

    user9174724 wrote:
    Hi
    do you think the Problem is not with the script ?
    when i run the job its reaching SQLPLUS and giving error
    Error 45 Initializing In SQL*Plus When Running A Sql Script .
    Server:windows 2003 and oracle version :10.2.0.1
    CMD /C %ORACLE_HOME_PRIME%\bin\sqlplus.exe /NOLOG @ %xxxx_HOME%\DBA_Backup\BackupDo.sql testdb BackupFull
    The above line does the following:
    1) launches a command procesor
    2) passes that command processor the following command line parms:
    /C
    (process the following command, then terminate)
    %ORACLE_HOME_PRIME%\bin\sqlplus.exe
    the launched processor will process the executable 'sqlplus.exe' found in the \bin subdirectory, found in the directory indicated by the environment variable ' ORACLE_HOME_PRIME'. The remainder of the command line will be passed to sqlplus.exe for interpretation and processing
    /NOLOG
    tell sqlplus to start up without trying to immediately log on to a database
    typically used to indicate to sqlplus that the immediately following string names a file of sql and sqlplus commands to be processed.
    %xxxx_HOME%\DBA_Backup\BackupDo.sql
    tell sqlplus to execute the commands found in the file 'BackupDo.sql', found in the subdirectory DBA_Backup, found in the directory name by the environment variable 'xxxx_HOME'.
    testdb
    BackupFull
    pass the values 'testdb' and 'BackupFull' to be used as values for substitution variables &1 and &2 in the file 'BackupDo.sql'
    Script:
    rmanbackup.rman
    BACKUP AS COMPRESSED BACKUPSET DATABASE FORCE PLUS ARCHIVELOG;
    DELETE NOPROMPT ARCHIVELOG ALL BACKED UP 2 TIMES TO DEVICE TYPE DISK;
    LIST BACKUP SUMMARY;
    LIST BACKUP;
    EXIT;I don't know what you expect of this. It is an rman script and we've seen no sign of an rman script being executed in any of what you've shown us. RMAN commands are processed by rman, not sqlplus.
    Unfortunately, you didn't think showing us the contents of BackupDo.sql was of any value in finding out what your problem was.
    Edited by: EdStevens on Jul 11, 2011 7:58 PM

  • Error 45 initializing SQL*Plus

    Hi All,
    When I try to execute a create view script, I encounter a "Error 45 initializing SQL*Plus Internal Error".
    When googled for it. The BUG 3039738 is associated with this error message.
    My question is, When the Metalink has explained the scenario in BUG description that. This error is encountered when a shell script is trying to invoke the sqlplus.
    I donno why I am getting it when I try to run a SQL create view script.
    Details:
    OS:Red Hat Linux 5.2
    DB:Oracle 10g (10.2.0.4)
    SQL> @EXP_HR_UK_EMPLOYEE_DETAIL_V.txt
    Error 45 initializing SQL*Plus
    Internal errorRegards,
    SAM

    Hi Robert,
    We use eChangeMan for scripts transfer.
    The scripts are uploaded into eChangeMan and then sent for approval. Once Approved. The eChangeMan automatically transfers the scripts to specific location on server, from where we execute them.
    In one link I found this
    Cause: The issue is identified as Bug:3039738. This typically reproduces when SQL script file is on a OCFS filesystem created on shared device (for example, SAN storage).
    Fix: The only workaround, until bug is fixed, is to copy the SQL script file to a local disk (in case of Linux, a ext3 filesystem).
    But this is the first time I have encountered this error. When i did a vi on script, It looks fine, without any spl characters.
    Regards,
    SAM

  • Error 5 Initializing SQL*Plus

    Hi, I've Oracle 9.2.0.5 over Solaris 9. I've set NLS_LANG=spanish_spain.WE8ISO8859P15
    and when I try to start sqlplus (sqlplus "/as sysdba") I receive the next error:
    $ sqlplus "/as sysdba"
    Error 5 initializing SQL*Plus
    NLS initialization error
    I'm getting this error from this morning, when I delete the file $ORACLE_HOME/ocommon/nls/admin/data/lx10006.nlb and I restore the same file but from version 9.2.0.1, may it be the cause?
    Any idea? I haven't a copy of this file of version 9.2.05...
    Thank you,

    I only can access to the database if I unset NLS_LANG or if I set NLS_LANG=american_america.WE8ISO8859P1

  • Error 7 initializing SQL*Plus

    Hi,
    when I laucnh sqlplus I obtain this error:
    oracle@gami7ot1:/grid/app/9.2.0>sqlplus
    Error 7 initializing SQL*Plus
    Message file sp2<lang>.msb not found
    oracle@gami7ot1:/grid/app/9.2.0>which sqlplus
    /grid/app/9.2.0/bin/sqlplus
    I have these environment settings:
    oracle@gami7ot1:/grid/app/9.2.0>env
    _=/usr/bin/env
    LANG=en_US
    LOGIN=oracle
    SSH_TTY=/dev/pts/0
    PATH=/grid/app/9.2.0/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oracle/bin:/usr/bin/X11:/sbin:.:
    NLS_LANG=AMERICAN_AMERICA.UTF8
    ORACLE_BASE=/grid/app
    LC__FASTMSG=true
    EDITOR=vi
    LOGNAME=oracle
    MAIL=/usr/spool/mail/oracle
    ORACLE_SID=TEST
    LOCPATH=/usr/lib/nls/loc
    USER=oracle
    AUTHSTATE=compat
    SHELL=/usr/bin/ksh
    ODMDIR=/etc/objrepos
    HOME=/home/oracle
    SSH_CONNECTION=172.27.1.176 8799 172.27.13.210 22
    SSH_CLIENT=172.27.1.176 8799 22
    TERM=xterm
    MAILMSG=[YOU HAVE NEW MAIL]
    ORACLE_HOME=/grid/app/9.2.0
    PWD=/grid/app/9.2.0
    TZ=Europe/Rome
    A__z=! LOGNAME
    NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
    LIBPATH=/grid/app/9.2.0/lib:/grid/app/9.2.0/lib32:/usr/dt/lib:/usr/openwin/lib:/grid/app/9.2.0/ctx/lib
    LD_LIBRARY_PATH=/grid/app/9.2.0/lib:/grid/app/9.2.0/lib32:/usr/dt/lib:/usr/openwin/lib:/grid/app/9.2.0/ctx/lib
    this is my oratab:
    oracle@gami7ot1:/grid/app/9.2.0>cat /etc/oratab
    +ASM1:/grid/11.2.0:N            # line added by Agent
    #TEST:/grid/app/product/10.2.0:N
    TEST:/grid/app/9.2.0:N
    What I'm doing wrong?

    Hi BelMan,
    this works fine:
    oracle@gami7ot1:/home/oracle>export ORACLE_HOME=/grid/11.2.0
    oracle@gami7ot1:/home/oracle>export ORACLE_SID=+ASM
    oracle@gami7ot1:/home/oracle>/grid/11.2.0/bin/sqlplus
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Jul 27 12:51:44 2010
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Enter user-name:
    But I need to use 9.2.0.8 home!

  • Error: Missing initial value for session parameter

    Hi,
    I'm facing a problem while running the ETL process for Complete 11.5.10 Execution Plan in DAC Client. Some tasks are getting failed beacuse of the following error:-
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: VAR_27026 [Error: Missing initial value for session parameter:[$DBConnection_OLAP].].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: CMN_1761 [Timestamp Event: [Mon Nov 19 21:01:52 2007]].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: TM_6270 [Error: Variable parameter expansion error.].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: CMN_1761 [Timestamp Event: [Mon Nov 19 21:01:52 2007]].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: TM_6163 [Error initializing variables and parameters for the paritition.].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: CMN_1761 [Timestamp Event: [Mon Nov 19 21:01:52 2007]].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: TM_6226 [ERROR:  Failed to initialize session [SDE_ORA_Product_Category_Derive_Full]].
    ERROR : LM_36320 [Mon Nov 19 21:02:08 2007] : (2108|2632) Session task instance [SDE_ORA_Product_Category_Derive_Full]: Execution failed.
    When i checked the parameter file i can see the value assigned to the $DBConnection_OLAP. The same tasks ran successfully when i ran the ETL process for Complete 11.5.10 for the first time. I did not change anything after that and also all these are came built-in with the installation of Oracle BI Applications.
    Please anyone give me an idea what is causing the problem.
    Thanks,

    in DAC > Run History > Task Details, query
    Name = SDE_ORA_Product_Category_Temporary
    Open Status Description, look for string -lpf, the file after it is the actual parameter file DAC send to INFA server. E.g
    -lpf D:\DACTOPUS\Informatica\parameters\SDE_ORAR12_Adaptor.SDE_ORA_Product_Category_Temporary.txt
    Open the parameter file, most likely the [session_name] does not match with SDE_ORA_Product_Category_Derive_Full or some parameters are missing.

  • Error while initiating Wily agent on SMD node of cardinality

    Hi
    I am not sure if I have to put this question here but anyways:
    I have deployed wily agent thru JSPM and when tried to initiate it on SMD i get this error:
    500   Internal Server Error
    The initial exception that caused the request to fail, was:
    com.sap.tc.webdynpro.progmodel.context.ContextException: Node(WilyAdmin.EMS): must not bind an empty collection to a Node of cardinality 1..1 or 1..n
    Please suggest what can I do

    Hi Bill,
    I'm facing the same issue, did you resolve it?? If yes, how did you??
    Best regards and thanks,
    María Margarita Monteverde

  • Error while initiating travel form (Messge No.: 56568)

    Hi,
    Am facing the below error while simulating in T-Code: PR05:
    Error while initiating travel form (Messge No.: 56568)
    Kinldy guide me to come out of this error:
    Regards
    JS

    Hi Ray,
    Could you please let me know the config for this feature TRVFO as Abode form is not showing up in PR05 it gives the HTML format....
    I have done the basic config of the position 24 to Abode form active also checked the Table TA20SWITCH with the entry  'HTMLFORM_R_P', value 'X'
    Kindly assist.
    Thanks,
    FF

  • Error while initializing tape

    HI gurus,
        Iam facing the following error when initializing the tape .
       The following is the log.
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000003, user ID BASIS)
    Execute logical command BRBACKUP On host MSBTDEV
    Parameters:-u / -jid TAPIN20091008113022 -i force -c force -n 1 -v SCRATCH
    BR0051I BRBACKUP 7.00 (32)
    BR0055I Start of database backup: bebqhdry.tib 2009-10-08 11.30.22
    BR0484I BRBACKUP log file: /oracle/DEV/sapbackup/bebqhdry.tib
    BR0477I Oracle pfile /oracle/DEV/102_64/dbs/initDEV.ora created from spfile /oracle/DEV/102_64/dbs/spfileDEV.ora
    BR0205I Backup volume initialization
    BR0058I BRBACKUP action ID: bebqhdry
    BR0059I BRBACKUP function ID: tib
    BR0102I Following backup device will be used: /dev/rmt0.1
    BR0131I All volumes get the name SCRATCH
    BR0129I Force option set - no label checking during initialization
    BR0134I Unattended mode with 'force' active - no operator confirmation allowed
    BR0207I Volume in device: /dev/rmt0.1 will be initialized with name: SCRATCH
    BR0280I BRBACKUP time stamp: 2009-10-08 11.30.23
    BR0226I Rewinding tape volume in device /dev/rmt0...
    BR0278E Command output of 'LANG=C tctl -f /dev/rmt0 rewind':
    /dev/rmt0: Device not ready
    BR0280I BRBACKUP time stamp: 2009-10-08 11.30.23
    BR0279E Return code from 'LANG=C tctl -f /dev/rmt0 rewind': 2
    BR0213E Winding tape volume in device /dev/rmt0.1failed
    BR0219E Initialization of volume SCRATCH in device /dev/rmt0.1 failed
    BR0206I End of backup volume initialization
    BR0280I BRBACKUP time stamp: 2009-10-08 11.30.23
    BR0054I BRBACKUP terminated with errors
    External program terminated with exit code 3
    BRBACKUP returned error status E
    Job finished
    When i execute the command "tctl -f /dev/rmt0 rewind' at the os level it is giving the following error.
    MSBTDEV:oradev 1> tctl -f /dev/rmt0 rewind
    /dev/rmt0: The device is not ready for operation.
    And when i scan for the tape with command "lsdev -Cctape" the tape is located.
    MSBTDEV:oradev 5> lsdev -Cctape
    rmt0 Available 07-00-01 IBM 3580 Ultrium Tape Drive (FCP)
    Can u please tell me what could be the error.
    Thanks in advance
    Prashant

    Hello,
    The above errors  indicate some problems in communicating with the tape drive.
    The error is explained in note #540543.
    Please test with a different tape cartridge and drive and involve your hardware
    vendor to verify that the device and tape is functioning correctly.
    Best regards,
    Warren

  • Error while initiating Travel Form

    I received the error 'Error while initiating form' in Travel Expense. It is linked to Message no. 56568. Does anyone know how I can fix this? I currently do not have access to OSS Note.
    Thanks.

    Hi,
    It seems to be a config issue.
    If you don't use Adobe but  ABAP Forms check/change one of:
    1) the customizing in the IMG activity "<i>Travel Expenses Control (Expert View)</i>":
    Set the indicator "<i>Other Settlement</i>" in the column 24 for the appropriate trip provision variant to the value: 0 (active), 1 (not active), 2 (not active only in PR05 and PR04)
    or
    2) the data in the table <i>V_T702N_A</i> - double click your variant on "A<i>ccounting Control in Expert View:Overview</i>" screen and change the value as above on Deails screen.
    Solution taken from (and checked with ECC 6.0 SP9):
    PR05 - Error while initiating travel form
    and
    http://sap.ittoolbox.com/groups/technical-functional/sap-hr/error-when-simulating-result-in-travel-management-1622499
    Let us know whether it helps.
    Regards,
    Przemek

Maybe you are looking for

  • Changing from Win to Mac -- will DSL/router work or need AirPort server

    AND .... who do I call in Houston area (Humble = NE suburb, near IAH airport) to help with configure and changeover to MacMinis? thanks! John Trowbridge

  • Problem with videos

    When ever I load videos to itunes no matter what type, the sound is not present and also the picture runs then pauses for a brief second then runs then pauses. This happens with various formats. Can any one help. Thank you Dano

  • Can I break a JSX project into several files?

    I'm developing a large javascript project for InDesign and would like to be able to break it up into separate files and have my main program include them at runtime.

  • G400s bios don't have usb boot option

    hi all my laptop is G400s, i want try install linux but i got to bios but usb boot option missing , any option i wrong to choose or any suggetion? pictur below is my bios setting picture: Link to picture Link to picture Link to picture Link to pictur

  • ITunes 11.0.4 upgrade broke 5-seconds ahead/back shortcut

    Upgraded to iTunes 11.0.4 a few days ago. With the old version I could press Cmd-Opt-Left/Right_Arrow to move 5 seconds ahead or back. This would work great when the video (movie or TV show) is paused. But when the video is running, Cmd-Opt-Right_arr