SQL 4.7 Installation Error CJS-00084  SQL Statement or Script failed

Dear SAP Gurus,
pl do let me know hoe to resolve this error.......
"""CJS-00084  SQL Statement or Script failed"""
my ora_sql_results file is like that..
===========================================
2008-10-25, 16:14:44 SAPINST ORACLE start logging for
connect  / as sysdba ;
@@"C:\SAPinstORACLEKERNEL/oradbusr.sql"
exit;
Output of SQL executing program:
SQL*Plus: Release 9.2.0.2.0 - Production on Sat Oct 25 16:14:44 2008
Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
Connected.
Connected.
old   3:    if substr(upper('&&1'),1,5) = 'SAPR3' then
new   3:    if substr(upper('SAPERP'),1,5) = 'SAPR3' then
old   6:           if upper('&&2') = 'NT' then
new   6:           if upper('NT') = 'NT' then
old  13:                :sDomain := upper('&&3');
new  13:                :sDomain := upper('ERP');
old  17:           :sSchema := upper('&&1');
new  17:           :sSchema := upper('SAPERP');
old  18:           if upper('&&2') = 'NT' then
new  18:           if upper('NT') = 'NT' then
old  25:                :sDomain := upper('&&3');
new  25:                :sDomain := upper('ERP');
using following Parameters:
.  Oracle SID:                      ERP
.  Oracle Version:                 9.2.0.2.1
.  Parametervalue os_authent_prefix:   OPS$
.  Database User (Schema):            SAPERP
.  SAP R/3 Administrator:            OPS$ERP\ERPADM
.  SAP R/3 Serviceuser:             OPS$ERP\SAPSERVICEERP
O/S Message: No such file or directory
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.2.1 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.2.0 - Production
SAPINST: End of output of SQL executing program F:\oracle\ora92/bin/sqlplus.exe.
SAPINST found errors.
SAPINST The current process environment may be found in sapinst_ora_environment.log.
2008-10-25, 16:14:44 SAPINST ORACLE stop logging
=======================================
My SAPINST_ORA_ENVIRONMENT FIle is like that
==========================================
2008-10-25, 16:10:43 SAPINST Current process environment:
=::=::\
=C:=C:\SAPinstORACLEKERNEL
ALLUSERSPROFILE=C:\Documents and Settings\All Users
APPDATA=C:\Documents and Settings\tanya\Application Data
CLIENTNAME=Console
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=ERP
ComSpec=C:\WINDOWS\system32\cmd.exe
DBMS_TYPE=ORA
DBS_ORA_SCHEMA=SAPERP
dbs_ora_tnsname=ERP
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\tanya
JAVA_HOME=C:\j2sdk1.4.2_09
JSERV=F:\oracle\ora92/Apache/Jserv/conf
LOGONSERVER=
ERP
NLS_LANG=AMERICAN_AMERICA.WE8DEC
NUMBER_OF_PROCESSORS=2
ORACLE_HOME=F:\oracle\ora92
ORACLE_SID=ERP
OS=Windows_NT
Path=F:\oracle\ora92\bin;$PATH$
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 6, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=1706
ProgramFiles=C:\Program Files
SAPDATA_HOME=F:\oracle\ERP
SAPEXE=F:\usr\sap\ERP\SYS\exe\run
SAPLOCALHOST=ERP
SAPSYSTEMNAME=ERP
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\WINDOWS\TEMP
TMP=C:\WINDOWS\TEMP
USERDOMAIN=ERP
USERNAME=tanya
USERPROFILE=C:\Documents and Settings\tanya
windir=C:\WINDOWS
WV_GATEWAY_CFG=F:\oracle\ora92\Apache\modplsql\cfg\wdbsvr.app
SAPINST: End of current process environment.
=====================================
REgards,
Abhishek

Thanks, but most of the people in the industry are still using the same, and it is working on their Machine
As far as I remember 9.2.0.2 was never released, one needed to install at least 9.2.0.4 (or .5). That´s why the official installation guides tell you to install the latest patches PLUS the latest interim patches for the database.
On top of that, Oracle 9.2 is out of extended support already, I would get a new installation CD set with Oracle 10g and use that for a new installation.
why it is not working on my machine?
Because those old database versions have many bugs that are fixed with patches - so why do you want to run such an old version if one KNOWS that it´s buggy and there are patches to fix those errors?
secondly from where i will get the latest patches, as told by you. pl do let me know any website from where i can down load them
Check
Note 938986 - Oracle Database 9.2: Patches for 9.2.0
Markus

Similar Messages

  • Getting error CJS-00084 SQL Statement or script failed while creating a DB

    Hi All,
    I ma trying to install IDES CRM 4.0 with Oracle DB and process went fine till the point of central instance installation. I am at the final step of installing the database instance and got an error while it is performing different steps of it.
    At the step CREATE ORACLE DATABASE, i got the below error message:
    CJS-00084  SQL statement or script failed. DIAGNOSIS: Error message: ORA-01092: ORACLE instance terminated. Disconnection forced
    Can someone help me to resolve this?
    Thanks
    Vijay

    -> did you follow all steps correctly? for example did you say NO when runinstaller asks for database creation?
    -> which operating system are you on?
    GreetZ, AH

  • Non-SysAdmins get error 18456 Severity 14 State 11 Login Failed for user _ Reason Token-based server access validation failed with an infrastructure error.

    I have a SQL 2008 R2 system (10.50.4000) where I'm having problems connecting any user that is not a SysAdmin.  Example: I setup a new SQL Login to use Windows Authentication and grant that user db_datareader on the target database.  The user attempts
    to connect using Excel client or Access or SQL Management Studio and receives Error 18456.  The SQL Server Logs shows Error 18456 Severity 14 State 11 Login Failed for user _ Reason Token-based server access validation failed with an infrastructure error.
    The strange part is that if I temporarily grant the user the sysadmin server role then the user can connect successfully and retrieve data.  But, if I take away that sysadmin server role then the user can no longer connect but again receives the Error
    18456 Severity 14 State 11 Login Failed for user _ Reason Token-based server access validation failed with an infrastructure error.
    We've turned off UAC on the client machine to see if that was the problem, but no change.
    I have dropped and re-added the user's SQL Login (and the related database user login info).  No success.
    The Ring Buffers output shows:
    The Calling API Name: LookupAccountSidInternal
    API Name: LookupAccountSid
    Error Code: 0x534
    Thanks for any help.
    -Walt

    Yes, you understand correctly.  The user is logging onto a workstation (not the server) with a Windows Authenticated id.  The user is using either Excel or Access or SSMS and connecting to the server using a Windows Authenticated SQL Login account.
     If the account has sysadmin role (which is only for testing) then the connection is successful.  If I take away sysadmin role from the account then the connection is unsuccessful and the SQL Server Log shows Error
    18456 Severity 14 State 11 Login Failed for user _ Reason Token-based server access validation failed with an infrastructure error.
    (SQL Authentication is not an option here.  I must use Windows Authentication).
    Any other troubleshooting assistance you can offer would be appreciated.  Thanks.
    -Walt 

  • CJS-00084  SQL Statement or Script failed. Error Message: Executable

    Hello
    Hello
    I am facing one problem at the time of installing 4.7 IDES can you please guide me on that. Do I need to reinstall system ageing or it can be sort it out in this stage.
    ERROR AT THE TIME OF INSTALLING SAP 4.7 IDES ARE
    1. CJS-00084  SQL Statement or Script failed. Error Message: Executable
        C:\oracle\ora92/bin/sqlplus.exe returns 3.
    2. FJS-00012  Error when executing script.
    Complete error log :--
    INFO 2000-06-15 20:56:57
    Moving file C:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: C:\oracle\ora92\database\initGOD.ora.
    INFO 2000-06-15 20:56:57
    Removing file C:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    INFO 2000-06-15 20:56:57
    Creating file C:\SAPinst ORACLE KERNEL\lsnrctl.log.
    INFO 2000-06-15 20:56:58
    See 'C:\oracle\ora92/bin/lsnrctl stat' output in 'C:\SAPinst ORACLE KERNEL\lsnrctl.log'.
    INFO 2000-06-15 20:56:58
    'C:\oracle\ora92/bin/lsnrctl stat' returned with '3'.
    INFO 2000-06-15 20:56:58
    Creating file C:\SAPinst ORACLE KERNEL\lsnrctl.log.
    INFO 2000-06-15 20:56:58
    See 'C:\oracle\ora92/bin/lsnrctl start' output in 'C:\SAPinst ORACLE KERNEL\lsnrctl.log'.
    INFO 2000-06-15 20:56:58
    'C:\oracle\ora92/bin/lsnrctl start' returned with '0'.
    INFO 2000-06-15 20:56:58
    Copying file D:/SAP_DUMP/CD1/KERNEL/NT/COMMON/INSTALL/ORADBUSR.SQL to: ./oradbusr.sql.
    INFO 2000-06-15 20:56:58
    Creating file C:\SAPinst ORACLE KERNEL\oradbusr.sql.
    INFO 2000-06-15 20:56:59
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-15 20:56:59
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-15 20:57:00
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-15 20:57:00
    FJS-00012  Error when executing script.
    INFO 2000-06-15 20:56:57
    Moving file C:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: C:\oracle\ora92\database\initGOD.ora.
    INFO 2000-06-15 20:56:57
    Removing file C:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    INFO 2000-06-15 20:56:57
    Creating file C:\SAPinst ORACLE KERNEL\lsnrctl.log.
    INFO 2000-06-15 20:56:58
    See 'C:\oracle\ora92/bin/lsnrctl stat' output in 'C:\SAPinst ORACLE KERNEL\lsnrctl.log'.
    INFO 2000-06-15 20:56:58
    'C:\oracle\ora92/bin/lsnrctl stat' returned with '3'.
    INFO 2000-06-15 20:56:58
    Creating file C:\SAPinst ORACLE KERNEL\lsnrctl.log.
    INFO 2000-06-15 20:56:58
    See 'C:\oracle\ora92/bin/lsnrctl start' output in 'C:\SAPinst ORACLE KERNEL\lsnrctl.log'.
    INFO 2000-06-15 20:56:58
    'C:\oracle\ora92/bin/lsnrctl start' returned with '0'.
    INFO 2000-06-15 20:56:58
    Copying file D:/SAP_DUMP/CD1/KERNEL/NT/COMMON/INSTALL/ORADBUSR.SQL to: ./oradbusr.sql.
    INFO 2000-06-15 20:56:58
    Creating file C:\SAPinst ORACLE KERNEL\oradbusr.sql.
    INFO 2000-06-15 20:56:59
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-15 20:56:59
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-15 20:57:00
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-15 20:57:00
    FJS-00012  Error when executing script.
    INFO 2000-06-15 21:04:28
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-15 21:04:28
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-15 21:04:29
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-15 21:04:29
    FJS-00012  Error when executing script.
    INFO 2000-06-15 21:04:37
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-15 21:04:37
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-15 21:04:37
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-15 21:04:37
    FJS-00012  Error when executing script.
    INFO 2000-06-15 21:04:51
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-15 21:04:51
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-15 21:04:51
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-15 21:04:51
    FJS-00012  Error when executing script.
    WARNING 2000-06-15 21:07:00
    Error 2 (The system cannot find the file specified.
    ) in execution of a 'CreateProcess' function, line (276), with parameter (C:\oracle\ora92/bin/sqlplus.exe /NOLOG @ora_scr_tmp.sql).
    ERROR 2000-06-15 21:07:00
    MDB-06029  Caught exception while trying to start script executing application: [C:\oracle\ora92/bin/sqlplus.exe].
    ERROR 2000-06-15 21:07:00
    MDB-06030  A call to the system library failed. System error message: [No such file or directory].
    ERROR 2000-06-15 21:07:00
    MUT-02011  Internal error: A call to syslib failed. System error message: No such file or directory.
    ERROR 2000-06-15 21:07:00
    FJS-00012  Error when executing script.
    WARNING 2000-06-15 21:11:52
    Error 1326 (Logon failure: unknown user name or bad password.
    ) in execution of a 'LogonUser' function, line (537), with parameter (SAPTRANSHOST\godadm).
    ERROR 2000-06-15 21:11:52
    MDB-06029  Caught exception while trying to start script executing application: [C:\oracle\ora92/bin/sqlplus.exe].
    ERROR 2000-06-15 21:11:52
    MDB-06030  A call to the system library failed. System error message: [Unknown error].
    ERROR 2000-06-15 21:11:52
    MUT-02011  Internal error: A call to syslib failed. System error message: Unknown error.
    ERROR 2000-06-15 21:11:52
    FJS-00012  Error when executing script.
    INFO 2000-06-15 21:11:53
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-15 21:11:54
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-15 21:11:54
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-15 21:11:54
    FJS-00012  Error when executing script.
    INFO 2000-06-15 21:13:42
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-15 21:13:42
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-15 21:13:42
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-15 21:13:42
    FJS-00012  Error when executing script.
    INFO 2000-06-16 02:00:06
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-16 02:00:07
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-16 02:00:07
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-16 02:00:07
    FJS-00012  Error when executing script.
    INFO 2000-06-16 02:08:16
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-16 02:08:16
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-16 02:08:18
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-16 02:08:18
    FJS-00012  Error when executing script.
    INFO 2000-06-16 02:09:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-16 02:09:49
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-16 02:09:49
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-16 02:09:49
    FJS-00012  Error when executing script.
    INFO 2000-06-16 02:14:33
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-16 02:14:33
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-16 02:14:33
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-16 02:14:33
    FJS-00012  Error when executing script.

    > WARNING 2000-06-15 21:07:00
    > Error 2 (The system cannot find the file specified.
    > ) in execution of a 'CreateProcess' function, line
    > (276), with parameter
    > (C:\oracle\ora92/bin/sqlplus.exe /NOLOG
    > @ora_scr_tmp.sql).
    > ERROR 2000-06-15 21:07:00
    > MDB-06029  Caught exception while trying to start
    > script executing application:
    > [C:\oracle\ora92/bin/sqlplus.exe].
    > ERROR 2000-06-15 21:07:00
    > MDB-06030  A call to the system library failed.
    > System error message: [No such file or directory].
    > ERROR 2000-06-15 21:07:00
    > MUT-02011  Internal error: A call to syslib failed.
    > System error message: No such file or directory.
    > ERROR 2000-06-15 21:07:00
    > FJS-00012  Error when executing script.
    > WARNING 2000-06-15 21:11:52
    > Error 1326 (Logon failure: unknown user name or bad
    > password.
    > ) in execution of a 'LogonUser' function, line (537),
    > with parameter (SAPTRANSHOST\godadm).
    > ERROR 2000-06-15 21:11:52
    > MDB-06029  Caught exception while trying to start
    > script executing application:
    > [C:\oracle\ora92/bin/sqlplus.exe].
    is that file there (sqlplus)?
    as which user are you installing?
    Markus

  • ECC v6.0 installation error : CJS-30022 and FCO-00011

    Hi All,
    I enconter the while <u><b>installing ECC 6.0 in windows 2003 server and MSSQL 2005 as the database</b></u>. The error occurs during <u><b>import ABAP phase ( exactly the Job name was SAPSDIC and this is the first job out of 19)</b></u>
    The same issue has been discussed in this forum but for oracle( Please find the  link below for it)Kindly let me know how to fix it and since the database i am using it is SQL 2005 i am really confused on <u><b>what should i change exactly</b></u>.
    Re: Solution Manager v4.0 installation error : CJS-30022 and FCO-00011
    regards,
    Anandha Krishnan.R

    Sunil,
    The log file is pasted.
    ===== Log file of import.monitor.log =============
    TRACE: 2007-04-18 18:45:15 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSDIC' import package:
    E:\usr\sap\KR3\SYS\exe\nuc\NTI386\R3load.exe -ctf I "E:\SAP ERP 2005 IDES\51032413_4_IDES SAP ERP 2005 SR2 Inst. Export\EXP4\DATA\SAPSDIC.STR" "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL" SAPSDIC.TSK MSS -l SAPSDIC.log
    TRACE: 2007-04-18 18:45:15 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSDIC' import package into database:
    E:\usr\sap\KR3\SYS\exe\nuc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 1100 -l SAPSDIC.log -loadprocedure fast
    ERROR: 2007-04-18 19:00:34 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is interrupted with R3load error.
    Process 'E:\usr\sap\KR3\SYS\exe\nuc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 1100 -l SAPSDIC.log -loadprocedure fast' exited with return code 2.
    For mode details see 'SAPSDIC.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2007-04-18 19:01:00
    Cannot continue import because not all import packages with data conversion tables are loaded successfully.
    WARNING: 2007-04-18 19:01:00
    1 error(s) during processing of packages.
    INFO: 2007-04-18 19:01:00
    Import Monitor is stopped.
    ===== Log file of import.monitor.java.log =============
    java version "1.4.2_09"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-b05)
    Java HotSpot(TM) Client VM (build 1.4.2_09-b05, mixed mode)
    Import Monitor jobs: running 1, waiting 18, completed 0, failed 0, total 19.
    Loading of 'SAPSDIC' import package: ERROR
    Import Monitor jobs: running 0, waiting 18, completed 0, failed 1, total 19.
    ===== Log file of SAPSDIC.TSK =============
    T F4TMP C ok
    P F4TMP~0 C ok
    D F4TMP I ok
    T F4UHLP C ok
    P F4UHLP~0 C ok
    D F4UHLP I err
    Note : Other than the last task all the other tasks were found to be ok
    ===== Log file of SAPSDIC.log =============
    (DB) INFO: ENHA_TMDIR~CMP created
    (DB) INFO: ENHA_TMDIR~ENH created
    (DB) INFO: ENHA_TMDIR~MTD created
    (DB) INFO: F4TMP created
    (DB) INFO: F4TMP~0 created
    (IMP) INFO: import of F4TMP completed (1404 rows) #20070418185312
    (DB) INFO: F4UHLP created
    (DB) INFO: F4UHLP~0 created
    (CNV) WARNING: code page conversion problem
    Number of substitutions: 5
    (row 3322 of current buffer, table F4UHLP)
    MANDT 38 00 30 00 30 00 |8.0.0. |
    USERNAME 5a 00 48 00 55 00 4b 00 4f 00 56 00 20 00 20 00 |Z.H.U.K.O.V. . .|
    USERNAME 20 00 20 00 20 00 20 00 | . . . . |
    TABFIELD 54 00 30 00 30 00 36 00 54 00 20 00 20 00 20 00 |T.0.0.6.T. . . .|
    TABFIELD 20 00 20 00 | . . |
    FIELDFIELD 54 00 58 00 44 00 49 00 4d 00 20 00 20 00 20 00 |T.X.D.I.M. . . .|
    FIELDFIELD 20 00 20 00 | . . |
    VALUE 22 04 3e 04 47 04 3a 04 38 04 20 00 20 00 20 00 |".>.G.:.8. . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    (CNV) WARNING: code page conversion problem
    Number of substitutions: 9
    (row 3323 of current buffer, table F4UHLP)
    MANDT 38 00 30 00 30 00 |8.0.0. |
    USERNAME 5a 00 48 00 55 00 4b 00 4f 00 56 00 20 00 20 00 |Z.H.U.K.O.V. . .|
    USERNAME 20 00 20 00 20 00 20 00 | . . . . |
    TABFIELD 54 00 30 00 30 00 36 00 54 00 20 00 20 00 20 00 |T.0.0.6.T. . . .|
    TABFIELD 20 00 20 00 | . . |
    FIELDFIELD 54 00 58 00 44 00 49 00 4d 00 20 00 20 00 20 00 |T.X.D.I.M. . . .|
    FIELDFIELD 20 00 20 00 | . . |
    VALUE 23 04 41 04 3a 04 3e 04 40 04 35 04 3d 04 38 04 |#.A.:.>[email protected].=.8.|
    VALUE 35 04 20 00 20 00 20 00 20 00 20 00 20 00 20 00 |5. . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    (CNV) WARNING: code page conversion problem
    Number of substitutions: 4
    (row 3324 of current buffer, table F4UHLP)
    MANDT 38 00 30 00 30 00 |8.0.0. |
    USERNAME 5a 00 48 00 55 00 4b 00 4f 00 56 00 20 00 20 00 |Z.H.U.K.O.V. . .|
    USERNAME 20 00 20 00 20 00 20 00 | . . . . |
    TABFIELD 54 00 30 00 30 00 36 00 54 00 20 00 20 00 20 00 |T.0.0.6.T. . . .|
    TABFIELD 20 00 20 00 | . . |
    FIELDFIELD 54 00 58 00 44 00 49 00 4d 00 20 00 20 00 20 00 |T.X.D.I.M. . . .|
    FIELDFIELD 20 00 20 00 | . . |
    VALUE 26 04 38 04 3a 04 3b 04 20 00 20 00 20 00 20 00 |&.8.:.;. . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    (CNV) WARNING: code page conversion problem
    Number of substitutions: 7
    (row 3325 of current buffer, table F4UHLP)
    MANDT 38 00 30 00 30 00 |8.0.0. |
    USERNAME 5a 00 48 00 55 00 4b 00 4f 00 56 00 20 00 20 00 |Z.H.U.K.O.V. . .|
    USERNAME 20 00 20 00 20 00 20 00 | . . . . |
    TABFIELD 54 00 30 00 30 00 36 00 54 00 20 00 20 00 20 00 |T.0.0.6.T. . . .|
    TABFIELD 20 00 20 00 | . . |
    FIELDFIELD 54 00 58 00 44 00 49 00 4d 00 20 00 20 00 20 00 |T.X.D.I.M. . . .|
    FIELDFIELD 20 00 20 00 | . . |
    VALUE 27 04 30 04 41 04 42 04 3e 04 42 04 30 04 20 00 |'.0.A.B.>.B.0. .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    (CNV) WARNING: code page conversion problem
    Number of substitutions: 13
    (row 3326 of current buffer, table F4UHLP)
    MANDT 38 00 30 00 30 00 |8.0.0. |
    USERNAME 5a 00 48 00 55 00 4b 00 4f 00 56 00 20 00 20 00 |Z.H.U.K.O.V. . .|
    USERNAME 20 00 20 00 20 00 20 00 | . . . . |
    TABFIELD 54 00 30 00 30 00 36 00 54 00 20 00 20 00 20 00 |T.0.0.6.T. . . .|
    TABFIELD 20 00 20 00 | . . |
    FIELDFIELD 54 00 58 00 44 00 49 00 4d 00 20 00 20 00 20 00 |T.X.D.I.M. . . .|
    FIELDFIELD 20 00 20 00 | . . |
    VALUE 2d 04 3b 04 35 04 3a 04 42 04 40 04 15 04 3c 04 |-.;.5.:.B.@...<.|
    VALUE 3a 04 3e 04 41 04 42 04 4c 04 20 00 20 00 20 00 |:.>.A.B.L. . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    (CNV) WARNING: code page conversion problem
    Number of substitutions: 19
    (row 3327 of current buffer, table F4UHLP)
    MANDT 38 00 30 00 30 00 |8.0.0. |
    USERNAME 5a 00 48 00 55 00 4b 00 4f 00 56 00 20 00 20 00 |Z.H.U.K.O.V. . .|
    USERNAME 20 00 20 00 20 00 20 00 | . . . . |
    TABFIELD 54 00 30 00 30 00 36 00 54 00 20 00 20 00 20 00 |T.0.0.6.T. . . .|
    TABFIELD 20 00 20 00 | . . |
    FIELDFIELD 54 00 58 00 44 00 49 00 4d 00 20 00 20 00 20 00 |T.X.D.I.M. . . .|
    FIELDFIELD 20 00 20 00 | . . |
    VALUE 2d 04 3b 04 35 04 3a 04 42 04 40 04 21 04 3e 04 |-.;.5.:.B.@.!.>.|
    VALUE 3f 04 40 04 3e 04 42 04 38 04 32 04 3b 04 35 04 |?.@.>.B.8.2.;.5.|
    VALUE 3d 04 38 04 35 04 20 00 20 00 20 00 20 00 20 00 |=.8.5. . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    (CNV) WARNING: code page conversion problem
    Number of substitutions: 18
    (row 3328 of current buffer, table F4UHLP)
    MANDT 38 00 30 00 30 00 |8.0.0. |
    USERNAME 5a 00 48 00 55 00 4b 00 4f 00 56 00 20 00 20 00 |Z.H.U.K.O.V. . .|
    USERNAME 20 00 20 00 20 00 20 00 | . . . . |
    TABFIELD 54 00 30 00 30 00 36 00 54 00 20 00 20 00 20 00 |T.0.0.6.T. . . .|
    TABFIELD 20 00 20 00 | . . |
    FIELDFIELD 54 00 58 00 44 00 49 00 4d 00 20 00 20 00 20 00 |T.X.D.I.M. . . .|
    FIELDFIELD 20 00 20 00 | . . |
    VALUE 2d 04 3b 04 35 04 3a 04 42 04 40 04 38 04 47 04 |-.;.5.:[email protected].|
    VALUE 1d 04 30 04 3f 04 40 04 4f 04 36 04 35 04 3d 04 |[email protected].=.|
    VALUE 38 04 35 04 20 00 20 00 20 00 20 00 20 00 20 00 |8.5. . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    (CNV) WARNING: code page conversion problem
    Number of substitutions: 16
    (row 3329 of current buffer, table F4UHLP)
    MANDT 38 00 30 00 30 00 |8.0.0. |
    USERNAME 5a 00 48 00 55 00 4b 00 4f 00 56 00 20 00 20 00 |Z.H.U.K.O.V. . .|
    USERNAME 20 00 20 00 20 00 20 00 | . . . . |
    TABFIELD 54 00 30 00 30 00 36 00 54 00 20 00 20 00 20 00 |T.0.0.6.T. . . .|
    TABFIELD 20 00 20 00 | . . |
    FIELDFIELD 54 00 58 00 44 00 49 00 4d 00 20 00 20 00 20 00 |T.X.D.I.M. . . .|
    FIELDFIELD 20 00 20 00 | . . |
    VALUE 2d 04 3b 04 35 04 3a 04 42 04 40 04 38 04 47 04 |-.;.5.:[email protected].|
    VALUE 35 04 41 04 3a 04 38 04 39 04 20 00 42 04 3e 04 |5.A.:.8.9. .B.>.|
    VALUE 3a 04 20 00 20 00 20 00 20 00 20 00 20 00 20 00 |:. . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    (CNV) WARNING: code page conversion problem
    Number of substitutions: 7
    (row 3330 of current buffer, table F4UHLP)
    MANDT 38 00 30 00 30 00 |8.0.0. |
    USERNAME 5a 00 48 00 55 00 4b 00 4f 00 56 00 20 00 20 00 |Z.H.U.K.O.V. . .|
    USERNAME 20 00 20 00 20 00 20 00 | . . . . |
    TABFIELD 54 00 30 00 30 00 36 00 54 00 20 00 20 00 20 00 |T.0.0.6.T. . . .|
    TABFIELD 20 00 20 00 | . . |
    FIELDFIELD 54 00 58 00 44 00 49 00 4d 00 20 00 20 00 20 00 |T.X.D.I.M. . . .|
    FIELDFIELD 20 00 20 00 | . . |
    VALUE 2d 04 3d 04 35 04 40 04 33 04 38 04 4f 04 20 00 |[email protected]. .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    (IMP) INFO: ExeFastLoad failed with <2: BCP Commit failed>
    (IMP) ERROR: ExeFastload: rc = 2
    (DB) INFO: F4UHLP~1 created
    (DB) INFO: GCTAB created
    (DB) INFO: GCTAB~0 created
    (IMP) INFO: import of GCTAB completed (0 rows) #20070418185312
    (DB) INFO: GUI_FKEY created
    (DB) INFO: GUI_FKEY~0 created
    (IMP) INFO: import of GUI_FKEY completed (335 rows) #20070418185312
    (DB) INFO: VRSX4~1 created
    (DB) INFO: disconnected from DB
    E:\usr\sap\KR3\SYS\exe\nuc\NTI386\R3load.exe: job finished with 1 error(s)
    E:\usr\sap\KR3\SYS\exe\nuc\NTI386\R3load.exe: END OF LOG: 20070418190034
    regards,
    Anandha Krishnan.R

  • QL statement or script failed. DIAGNOSIS: Error message: ORA-27102: out of

    Dear all,
    please help me4 on this
    i am getting this error
    FCO-00011  The step createDatabase with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraDbBuild|ind|ind|ind|ind|5|0|createDatabase was executed with status ERROR ( Last error reported by the step :Caught ESAPinstException in Modulecall: ORA-27102: out of memory
    SVR4 Error: 22: Invalid argument
    Disconnected
    my logs are:
    sapinst.log
    ERROR 2011-12-18 09:40:34.550
    CJS-00084  SQL statement or script failed. DIAGNOSIS: Error message: ORA-27102: out of memory
    SVR4 Error: 22: Invalid argument
    Disconnected
    . SOLUTION: For more information, see ora_sql_results.log and the Oracle documentation.
    ERROR 2011-12-18 09:40:34.558
    MUT-03025  Caught ESAPinstException in Modulecall: ORA-27102: out of memory
    SVR4 Error: 22: Invalid argument
    Disconnected
    ERROR 2011-12-18 09:40:34.717
    FCO-00011  The step createDatabase with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraDbBuild|ind|ind|ind|ind|5|0|createDatabase was executed with status ERROR ( Last error reported by the step :Caught ESAPinstException in Modulecall: ORA-27102: out of memory
    SVR4 Error: 22: Invalid argument
    Disconnected
    INFO 2011-12-18 09:57:09.852
    An error occured and the user decided to stop.\n Current step "|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraDbBuild|ind|ind|ind|ind|5|0|createDatabase".
    INFO 2011-12-18 09:57:15.747
    Creating file /tmp/sapinst_instdir/.lastInstallationLocation.
    INFO 2011-12-18 09:57:16.545
    Creating file /tmp/sapinst_instdir/ERPEhP4/AS-ABAP/ORA/CENTRAL/__instana_tmp.xml.
    oracle_sql_results.log
    SQL*Plus: Release 10.2.0.4.0 - Production on Sun Dec 18 09:40:34 2011
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to an idle instance.
    ORA-27102: out of memory
    SVR4 Error: 22: Invalid argument
    Disconnected
    SAPINST: End of output of SQL executing program /oracle/PRD/102_64/bin/sqlplus.
    SAPINST found errors.
    SAPINST The current process environment may be found in sapinst_ora_environment.log.
    2011-12-18, 09:40:34 SAPINST ORACLE stop logging
    alert_prd.log
    Sun Dec 18 09:40:34 2011
    Starting ORACLE instance (normal)
    Sun Dec 18 09:40:34 2011
    WARNING: EINVAL creating segment of size 0x000000d8001b2000
    fix shm parameters in /etc/system or equivalent
    please sujest the solution very urjent pz........

    Dear deepak
    itried to start the database manually
    but it is not working.
    SQL> startup
    ORA-27102: out of memory
    SVR4 Error: 22: Invalid argument
    SQL>
    and my shm parametrs for the Solaris ACCORDING TO NOTE 724713 are
    projadd -p 333 -c "SAP System PRD" \
    -U prdadm,oraprd \
    -K "process.max-file-descriptor=(basic,65536,deny)" \
    -K "process.max-sem-nsems=(priv,2048,deny)" \
    -K "project.max-sem-ids=(priv,1024,deny)" \
    -K "project.max-shm-ids=(priv,256,deny)" \
    -K "project.max-shm-memory=(priv,18446744073709551615,deny)" \
    dr
    projmod -s \
    -K "process.max-file-descriptor=(basic,65536,deny)" \
    -K "process.max-sem-nsems=(priv,2048,deny)" \
    -K "project.max-sem-ids=(priv,1024,deny)" \
    -K "project.max-shm-ids=(priv,256,deny)" \
    -K "project.max-shm-memory=(priv,18446744073709551615,deny)" \
    user.root
    prdadm::::project=dr;oraprd::::project=dr
    thanks & Regards
    k.Phani Krishna

  • XL Reporter Installation - Error executing IXMetaProcs.sql

    Hi All,
    During installation getting error-
    Error Preparing Metadata Repository:
    Executing SQL script 'IXMetaProcs.sql' (Start:....)
    ExitCode -1073741819
    !!! ERROR Error executing IXMetaProcs.sql ExitCode -1073741819
    I have done the following checks.
    1.     XL Reporter has bee removed from Administrator->Add-On Administrator.
    2.     Add-Remove List Does not show XL Reporter.
    3.     Removed manually Database IXMetaSBOOEM from SQL Server.
    4.     %temp%  - > SM_OBS_DLL folder not found.
    5.     ILytix folder not found in HKEY_CURRENT_USER -> Software
    ILytix folder not found in HKEY_LOCAL_MACHINE-> Software
    6.     There is no other add-on installed
    7.     AddOnsInstall.sbo deleted.
          AddOnsLocalRegistration.sbo not found.
    8.  C:\Prog Files\SAP\SAP Business One\Add-Ons folder not found.
    But still I can't install XL Reporter.

    hi,
    first you have to check that you have install "dot. Net Framework 2.0" which is compulsory needed for installing XL reporter, also you have to install MS Office in your system.
    uninstall the XL reporter and install using the following steps
    installation steps of XL-reporter add-on,
    1. goto add-on administration => Register Add-on(click).
    give the XL reporter address. select default group as Manual.
    update.
    2. goto addon manager => pending Add-on tab => select the addon row and install.
    in installation give the user id and pwd of SQL server.
    3.goto addon manager =>installed addons tab, start the XL reporter, once it get connected as status.
    4. go to tools menu in SAP B1, in that you will find XL reporter, click that XL reporter will open.(to view XL reporter)
    follow the above steps you will get the XL repoter add-on running in SAP B1.
    regards
    sandip

  • SQL 2000 LINKED SERVER ERROR 7303 WITH SQL 2012 ON WINDOWS SERVER 2012 R2

    Hi all,
    I have a problem with SQL Server 2012 and a linked server for SQL 2000 database.
    System specification:
    Windows server 2012 64 bit
    SQL SERVER 2012 64 bit
    REMOTE SERVER SQL 2000 32 bit
    I've installed sql native client 32bit,create a SYSTEM DSN odbc connection with "SQL Server" driver named "MYSERVER".
    Create a linked server with the query below in SQL 2012:
    EXEC master.dbo.sp_addlinkedserver @server =N'MYSERVER', @srvproduct=N'MYSERVER', @provider=N'MSDASQL', @datasrc =N'MYSERVER', @location=N'System';
    EXEC master.dbo.sp_addlinkedsrvlogin @rmtsrvname=N'MySERVER',@useself=N'True',@locallogin=NULL,@rmtuser=NULL,@rmtpassword=NULL
    GO
    but when i browse the linked server i receved error 7303.

    You need 64-bit MSDASQL. It is the bitness of the server you are connecting from that matters. 64-bit executables cannot hook into 32-bit DLL.
    However, I suspect that you will not get things to work anyway. At least I have not seen anyone this far who has been able to set up a linked server from SQL 2012 to SQL 2000. I know that when I tried this, the following providers had this result:
    SQLNCLI11 - does not support connections to SQL 2000.
    SQLNCLI10 - failed with some obscure message that I don't recall.
    SQLNCLI - Don't recall that the problem was here.
    SQLOLEDB - SQLOLEDB is always replaced with the most recent version of SQLNCLI, so this fails because of lack of support.
    I don't think I got through all version of the ODBC drivers, though.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • ORA-06502:PL/SQL:numeric or value error. Dynamic SQL the only answer??

    ORA-06502: PL/SQL: numeric or value error: character string buffer too small.
    I have an HTMLDB report that errors with the above message. The query is over 7000 characters long so I'm guessing this is the cause. If I retrieve the query from a query table, replace the variables in the LONG query using PL/SQL and execute using dynamic SQL, are the HTMLDB reporting features the same as if I was using a simple SQL query? Is there a better way? I will need to 'drill-down' from this report so how do I create the links? The only HTMLDB PL/SQL package I can find mentioned in the User's Guide is HTMLDB_PLSQL_JOB.
    Cheers, Paul

    Hello All,
    I have the same problem.
    For me it started when i got about 500 rows in the table
    on which the LOV is based.
    With a lot of trying with substr I managed to find the size of the string which it still accepted, which was 51 characters.
    So I thought it was some glitch in the APEX insides, and since I had no time to resolve it further, I went on working.
    But I have to resolve it now, because the following mysterious behaviour is occurring:
    Every few records added to the base table, the problem occurs again, and I can resolve it by cutting down the string
    with one character.
    I have now reached 39 characters !?
    I am afraid that I will end up with 1 character or even null.
    If I switch to Popup list based on LOV there's no problem, and the complete strings are shown.
    The maximum length of the string in my basetable is 252, but the data in it now reaches 55 at most.
    Any idea welcome!
    I did already recreate the master-detail form from scratch, but there the same behaviour.
    greetings,
    Richard Kloostra

  • ORA-06502: PL/SQL: numeric or value error : Not able to run a script

    Hi All,
    I want to run a script like this:
    DECLARE
    I_so_status_dtl     RIB_SOStatusDtl_REC;
    BEGIN
    I_so_status_dtl := RIB_SOStatusDtl_REC('0'     --Cust Order No
                   ,'1000000014'     --Dest ID
                   ,'100010222'     --Item ID
                   ,1          --Order Line Number
                   ,1          --Unit Quantity
                   ,'R'          --Status
                   ,'RMS12DEV'     --User ID
                   ,'06-May-2001'     --Updated Date
    End;
    I am trying to run this script. Actually this script is supposed to generate an XML message, which I require. Here's the definition for the TYPE RIB_SOStatusDtl_REC:
    create or replace TYPE RIB_SOStatusDtl_REC UNDER RIB_OBJECT (
         cust_order_nbr     VARCHAR2(10),
         dest_id     VARCHAR2(10),
         item_id     VARCHAR2(25),
         order_line_nbr     NUMBER(3),
         unit_qty     NUMBER(12,4),
         status     VARCHAR2(2),
         user_id     VARCHAR2(10),
    updated_date DATE,
         overriding member procedure appendNodeValues( i_prefix in varchar2)
    ,constructor function RIB_SOStatusDtl_REC (rib_oid number, cust_order_nbr VARCHAR2, dest_id VARCHAR2, item_id VARCHAR2, order_line_nbr NUMBER, unit_qty NUMBER, status VARCHAR2) return self as result
    ,constructor function RIB_SOStatusDtl_REC (rib_oid number, cust_order_nbr VARCHAR2, dest_id VARCHAR2, item_id VARCHAR2, order_line_nbr NUMBER, unit_qty NUMBER, status VARCHAR2, user_id VARCHAR2) return self as result
    This TYPE has a body which actually generates an XML message.
    But whenever I am trying to run this, I am getting the following message:
    Error report:
    ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    ORA-06512: at line 6
    06502. 00000 - "PL/SQL: numeric or value error%s"
    *Cause:   
    *Action:
    Therefore I am not able to run the following script. Here I am passing hard coded value within the TYPE, as I have run similar kind of scripts, which accepts this and creates an xml message. Can anyone help me what's the wrong with this script?
    Thanks & Regards,
    Debabrata

    Hi,
    Create one constructor same as with 8 parameters as you have constructor for only 7 and 8 9 parameters.
    Regards
    RK

  • After sql server 2012 installation, I have changed sql server database engine service account from network service user to system user. What is disadvantages of this process?

         After
     sql server 2012 installation, I   attached my production db. Because of some reasons, i
     changed sql engine account from network service user to system user by means of sql server configuration manager.
         Now , there isn’t
     a problem at sql server running system.  But
    I have doubts that
     this can produce problems later. Because  sql server database engine account must have privileges that listed below;
    Log on as a service (SeServiceLogonRight)
    Replace a process-level token (SeAssignPrimaryTokenPrivilege)
    Bypass traverse checking (SeChangeNotifyPrivilege)
    Adjust memory quotas for a process
    (SeIncreaseQuotaPrivilege)
    Permission to start SQL Writer
    Permission to read the Event Log service
    Permission to read the Remote Procedure Call service
     While sql server installation, setup gives these
     privileges to network service user automatically, but changing user by means of sql confugarition manager does not give these
    privileges.
    Now, system user has privileges listed below. And sql server has been running for 1,5 months without any problems.
    Log on as a service (SeServiceLogonRight)
         Bypass traverse checking
    (SeChangeNotifyPrivilege) (Everyone user has his privileges. So i think that system user has this privilege also)
    What problems can occur because of this situation? Shall i give other privileges to system user and restart sql server or not? And how can i give these privileges to system user listed below;
    Replace a process-level token (
    this can be set from user rights assignments)
    Adjust memory quotas for a process
    (this can be set from user rights assignments)
    Permission to start SQL Writer ( 
    ? - give advice )
    Permission to read the Event Log service (
    ? - give advice )
    Permission to read the Remote Procedure Call service (
    ? - give advice )

     Our server is  windows server 2008 r2 enterprise edition. I have looked the bunch of permissions in user rights menu  that is in local security policy settings gui.
    And i have seen those permissions below were not granted to system user;
    Bypass traverse checking (SeChangeNotifyPrivilege)
    Adjust memory quotas for a process
    (SeIncreaseQuotaPrivilege)
    So, briefly you say, don't panic ?

  • Sol Man 4.0 Installation Error ECJS-30196  Connect to SAP gateway failed

    Hi Experts
    I am trying to install Solution Manager 4.0.
    While installing SolMan, everything goes fine, until step # 31 create java users (creating SAP Jsf user), then it runs into below error messages.
    CJS-30196  Connect to SAP gateway failedConnect_PM  TYPE=A ASHOST=solman SYSNR=23 GWHOST=solman GWSERV=sapgw23 PCS=1LOCATION    CPIC (TCP/IP) on local host with UnicodeERROR       partner 'solman:sapgw23' not reachedTIME        Mon Aug 13 17:44:59 2007RELEASE     700COMPONENT   NI (network interface)VERSION     38RC          -10MODULE      nixxi.cppLINE        2770DETAIL      NiPConnect2SYSTEM CALL connectERRNO       10061ERRNO TEXT  WSAECONNREFUSED: Connection refusedCOUNTER     1
    FCO-00011  The step createJSF with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Doublestack|ind|ind|ind|ind|3|0|createJSF was executed with status ERROR .
    CJS-30196  Connect to SAP gateway failed
    Connect_PM  TYPE=A ASHOST=solman SYSNR=23 GWHOST=solman GWSERV=sapgw23 PCS=1
    LOCATION    CPIC (TCP/IP) on local host with Unicode
    ERROR       timeout occured
    TIME        Mon Aug 13 17:17:35 2007
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -5
    MODULE      gwxx.c
    LINE        480
    DETAIL      timeout 60000 msecs
    SYSTEM CALL NiRead
    COUNTER     1
    Any suggestions/ideas for this error
    Regards
    Rahul

    Hi Experts
    I am trying to install Solution Manager 4.0.
    While installing SolMan, everything goes fine, until step # 31 create java users (creating SAP Jsf user), then it runs into below error messages.
    CJS-30196  Connect to SAP gateway failedConnect_PM  TYPE=A ASHOST=solman SYSNR=23 GWHOST=solman GWSERV=sapgw23 PCS=1LOCATION    CPIC (TCP/IP) on local host with UnicodeERROR       partner 'solman:sapgw23' not reachedTIME        Mon Aug 13 17:44:59 2007RELEASE     700COMPONENT   NI (network interface)VERSION     38RC          -10MODULE      nixxi.cppLINE        2770DETAIL      NiPConnect2SYSTEM CALL connectERRNO       10061ERRNO TEXT  WSAECONNREFUSED: Connection refusedCOUNTER     1
    FCO-00011  The step createJSF with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Doublestack|ind|ind|ind|ind|3|0|createJSF was executed with status ERROR .
    CJS-30196  Connect to SAP gateway failed
    Connect_PM  TYPE=A ASHOST=solman SYSNR=23 GWHOST=solman GWSERV=sapgw23 PCS=1
    LOCATION    CPIC (TCP/IP) on local host with Unicode
    ERROR       timeout occured
    TIME        Mon Aug 13 17:17:35 2007
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -5
    MODULE      gwxx.c
    LINE        480
    DETAIL      timeout 60000 msecs
    SYSTEM CALL NiRead
    COUNTER     1
    Any suggestions/ideas for this error
    Regards
    Rahul

  • SAP IDES ECC5.0 (SQL 2005 Database) installation Error at  Database instan.

    At the time IDES ECC 5.0 installation (SQL 2005 database), I was copy all DVD on Hard drive and start setup then at installation of database instance, following Errors are occured. so I cant continue with the installation, if anyone have installation guide/or solve the following error please mail me at [email protected]
    from Log file SAPCLUST
    Interface access functions from dynamic library dbmssslib.dll loaded.myCluster
    (3.5.Imp): 613: error when retrieving table description for physical table AABLG.
    myCluster (3.5.Imp): 614: return code received from nametab is 32
    myCluster (3.5.Imp): 296: error when retrieving physical nametab for table AABLG.
    (CNV) ERROR: code page conversion failed
                 rc = 2
    from sappool.log
    Interface access functions from dynamic library dbmssslib.dll loaded.failed to read short nametab of table ARCH_NUM     (rc=32)conversion failed for row 0 of table  VARKEY = &#8280;††††††††††††††††††††††††
    (CNV) ERROR: code page conversion failed
    So please send me solution/ or any configuration need for SQL 2005 / installation guide thanks

    This may be hard disk problem, some file not able to write on HDD.
    Regards
    Rajnish

  • SQL Server 2008 Installation Error

    I found this error when i am try to Install SQL Server 2008 on Windows 8
    TITLE: Microsoft SQL Server 2008 Setup
    The following error has occurred:
    Error getting file attributes for 1392. Please make sure that the drive is formatted and accessible.
    For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.0.1600.22&EvtType=0xF45F6601%25401201%25401
    BUTTONS:
    OK

    Hi,
    Did you check what the message ask you to?
    Are you using local disk for the installation? Are you trying to install on a disk different from the OS disk (C:\) ?
    Please try to give more information.
    [Personal Site] [Blog] [Facebook]

  • SQL Cluster 2014 installation error the following is the right solution ? if yes why ? if not what are the pros n const of this ?

    http://www.bradg.co.za/?p=12
    SQL 2008 R2 Install Permissions
    SQL 2008 R2 is a little tricky to install if you don’t have the right permissions.  If the account you are using does not have the correct permissions you will find yourself getting loads of strange errors such as below during the installation.
    not all privileges or groups referenced are assigned to the caller
    The process does not possess the ‘SeSecurityPrivilege’ privilege which is required for this operation
    The error will prompt you to retry or cancel.  If you cancel your SQL installation will fail and if you retry you will be prompted with the error again.
    The way to resolve this issue is to grant the account you are using the correct privileges.
    Local Administrator on the box you are installing SQL
    Goto > Local Security Policy > User Rights Management
    Back up files and directories
    Debug Programs
    Manage auditing and Security log
    Restore files and directories
    Take ownership of files or other objects
    Add your installation user account to the above User Rights Management
    Once this has taken affect you should be able to install SQL without any issues.

    I might render OK in browsers, but the code is riddled with errors.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.incredibleart.org%2Flinks%2Fa rtists_black.html
    This one looks like it could be your red herring.
      Line 111, Column 83: cannot generate system identifier for general entity "f.defaultView.getComputedStyle"
    Nancy O.

Maybe you are looking for

  • Cannot add a new subscription in management console

    In my managment page, I cannot 'request seats' for additional licenses because the grey dialog box that appears is 3/4 off my screen at the bottom of the browser.  Tried 3 different browsers from the same computer, and even a 2nd computer with the sa

  • Audio Not Working with my iChat Video

    I have been using my iChat with my iSight for over a year and all of the sudden when I am attempting to chat with my pal, the video works, but my audio isn't. What is also strange is that for the last few days, I wasn't even able to get into video ch

  • Aperture Help gives Javascript error

    I just tried to open "Help" in Aperture and got this message: "The Help Library requires JavaScript. If JavaScript is not enabled, you will not be able to view all the content." How do I enable JavaSript? Thanks

  • Problems with new start button right-click context menu

    I have been unable to come up with a rhyme or reason to this problem. For some reason the Windows 8.1 start button will no longer respond to a right-click.  The context menu will not come up.  You can see that the active window is no longer active be

  • ABAP / Query to Identify Duplicate Rows in Cube

    Dear Experts, We have a situation were some of our Cubes (due to compression and varying levels of forceful reloads) now contain duplicate rows. What I need to know is :- 1) Is there a way to identify duplicate rows where one of the characteristics a