Quantcast
Channel: SCN : All Content - SAP NetWeaver Application Server
Viewing all 2997 articles
Browse latest View live

SDM down

$
0
0

Hello SAP,

 

I need help, when try start the SDM i have this error,

 

OK server is not running. Enable SDM Process in JStartupFramework.

Successfully enabled SDM Process in JStartupFramework.

+--------------------------------------------------------------+

+ The SDM server will be started by the JStartupFramework now. +

+--------------------------------------------------------------+

Waiting 5 seconds for SDM server to start...

SDM server not up after 5 seconds. Waiting for another 5 seconds.

SDM server not up after 10 seconds. Waiting for another 5 seconds.

SDM server not up after 15 seconds. Waiting for another 5 seconds.

SDM server not up after 20 seconds. Waiting for another 5 seconds.

SDM server not up after 25 seconds. Waiting for another 5 seconds.

SDM server not up after 30 seconds. Waiting for another 5 seconds.

 

Execute this steps,

 

host:sidadm 10> ./StopServer.sh

running on HP-UX with SAP JVM

Starting '/usr/sap/XXX/JC11/exe/sapjvm_4/bin/java' '-Xmx512M' -jar '/usr/sap/XXX/JC11/SDM/program/bin/SDM.jar' shutdown 'sdmguiport=51118' 'sdmhome=/usr/sap/XXX/JC11/SDM/program'

Starting SDM - Software Deployment Manager...

tc/SL/SDM/SDM/sap.com/SAP AG/7.0028.20120824121600.0000

Sending shutdown request on Port 51118

Processing error. Return code: 104

host:sidadm 11> ./sdm.sh jstartup "mode=standalone"

running on HP-UX with SAP JVM

Starting '/usr/sap/XXX/JC11/exe/sapjvm_4/bin/java' '-Xmx512M' -jar '/usr/sap/XXX/JC11/SDM/program/bin/SDM.jar' jstartup 'sdmhome=/usr/sap/XXX/JC11/SDM/program' mode=standalone

Starting SDM - Software Deployment Manager...

tc/SL/SDM/SDM/sap.com/SAP AG/7.0028.20120824121600.0000

Initializing Network Manager (51117)

Checking if another SDM is running on port 51118

 

Operationmode for JStartupFramework set to "standalone".

Successfully executed. Return code: 0

host:sidadm 12> ./sdm.sh changepassword "newpassword=password"

running on HP-UX with SAP JVM

Starting '/usr/sap/XXX/JC11/exe/sapjvm_4/bin/java' '-Xmx512M' -jar '/usr/sap/XXX/JC11/SDM/program/bin/SDM.jar' changepassword 'sdmhome=/usr/sap/XXX/JC11/SDM/program' newpassword=hpinvent1

Starting SDM - Software Deployment Manager...

tc/SL/SDM/SDM/sap.com/SAP AG/7.0028.20120824121600.0000

Initializing Network Manager (51117)

Checking if another SDM is running on port 51118

Password successfully stored in SecStore.

Password changed.

Successfully executed. Return code: 0

host:sidadm 13> ./sdm.sh jstartup "mode=integrated"

running on HP-UX with SAP JVM

Starting '/usr/sap/XXX/JC11/exe/sapjvm_4/bin/java' '-Xmx512M' -jar '/usr/sap/XXX/JC11/SDM/program/bin/SDM.jar' jstartup 'sdmhome=/usr/sap/XXX/JC11/SDM/program' mode=integrated

Starting SDM - Software Deployment Manager...

tc/SL/SDM/SDM/sap.com/SAP AG/7.0028.20120824121600.0000

Initializing Network Manager (51117)

Checking if another SDM is running on port 51118

 

Operationmode for JStartupFramework set to "integrated".

Successfully executed. Return code: 0

host:sidadm 14> ./StartServer.sh

running on HP-UX with SAP JVM

Starting SDM - Software Deployment Manager...

tc/SL/SDM/SDM/sap.com/SAP AG/7.0028.20120824121600.0000

JStartupFramework is active

Operation mode of SDM in JStartupFramework is "Integrated".

Check if Server is running already.

OK server is not running. Enable SDM Process in JStartupFramework.

Successfully enabled SDM Process in JStartupFramework.

+--------------------------------------------------------------+

+ The SDM server will be started by the JStartupFramework now. +

+--------------------------------------------------------------+

Waiting 5 seconds for SDM server to start...

SDM server not up after 5 seconds. Waiting for another 5 seconds.

SDM server not up after 10 seconds. Waiting for another 5 seconds.

SDM server not up after 15 seconds. Waiting for another 5 seconds.

SDM server not up after 20 seconds. Waiting for another 5 seconds.

SDM server not up after 25 seconds. Waiting for another 5 seconds.

SDM server not up after 30 seconds. Waiting for another 5 seconds.

 

Regards

Thanks


java.lang.IllegalStateException: Cannot activate session

$
0
0

Hi,

we have a dynamic web application which uses Hibernate 4.1.9 and Spring 3.1.4 and hosted on a Netweaver 7.30.

we are getting an error msg

java.lang.IllegalStateException: Cannot activate session

 

we are not sure whats the cause of this error and how to handle it. how can we handle it? as out application is already in production, and this issue is becoming a show stopper for us.

 

stack traces as shown below:

 

500 Internal Server Error is returned for HTTP request
[https://pj1.company.com.sa:443/company.com~it~ca~olswar/report/groupReport.xhtml]:

  component [facesServlet],
  web module [company.com~it~ca~olswar],

  application [company.com/it~ca~olsear],
  DC name
[company.com/it~ca~olsear],
  CSN component[],
  problem categorization
[com.sap.ASJ.web.000137],
  internal categorization [336953622].


[EXCEPTION]
java.lang.IllegalStateException: Cannot activate session:

at
com.sap.engine.session.runtime.http.HttpRuntimeSessionModel.beforeActivate(HttpRuntimeSessionModel.java:91)
at
com.sap.engine.session.runtime.RuntimeSessionModel.activate(RuntimeSessionModel.java:301)
at
com.sap.engine.session.runtime.SessionRequest.session(SessionRequest.java:90)
at
com.sap.engine.session.runtime.http.HttpSessionRequest.getSession(HttpSessionRequest.java:512)
at
com.sap.engine.services.servlets_jsp.server.runtime.client.RequestContext.getSession(RequestContext.java:619)
at
com.sap.engine.services.servlets_jsp.server.runtime.client.HttpServletRequestFacadeWrapper.getSession(HttpServletRequestFacadeWrapper.java:328)
at
org.springframework.web.context.request.ServletRequestAttributes.updateAccessedSessionAttributes(ServletRequestAttributes.java:222)
at
org.springframework.web.context.request.AbstractRequestAttributes.requestCompleted(AbstractRequestAttributes.java:48)
at
org.springframework.web.context.request.RequestContextListener.requestDestroyed(RequestContextListener.java:78)
at
com.sap.engine.services.servlets_jsp.server.application.WebEvents.requestDestroyed(WebEvents.java:866)
at
com.sap.engine.services.servlets_jsp.server.runtime.client.HttpServletRequestFacadeWrapper.reset(HttpServletRequestFacadeWrapper.java:88)
at
com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:551)
at
com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
at
com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
at
com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
at
com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
at
com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at
com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
at
com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at
com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:276)
at
com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at
com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
at
com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
at
com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at
com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
at
com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
at
com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at
com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
at
com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at
com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at
com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
at
com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at
com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at
com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
at
com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at
com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at
com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
at
com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at
com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at
com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
at
com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at
com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at
com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
at
com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
at
com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
at
com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
at
com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
at
com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
Caused
by: com.sap.bc.proj.jstartup.sadm.ShmNotOwnerException: Cannot lock web session
735 (rc = 14 no permission).
at
com.sap.bc.proj.jstartup.sadm.ShmWebSession.nativeLoad(Native Method)
at
com.sap.bc.proj.jstartup.sadm.ShmWebSession.<init>(ShmWebSession.java:261)
at
com.sap.bc.proj.jstartup.sadm.ShmWebSession.findSession(ShmWebSession.java:319)
at
com.sap.bc.proj.jstartup.sadm.ShmWebSession.findSession(ShmWebSession.java:333)
at
com.sap.engine.session.runtime.http.HttpRuntimeSessionModel.activateShmSlot(HttpRuntimeSessionModel.java:377)
at
com.sap.engine.session.runtime.http.HttpRuntimeSessionModel.beforeActivate(HttpRuntimeSessionModel.java:86)
...
47 more

 

Hacking SAP accounts or "Ups I forget my password in client xxx"

$
0
0

Introduction

Sometimes you need to access a client in a sap system, but there is no user and password you know! Do you know the password of the earlywatch user in client 066? Sometimes your user and ddic is locked  and you can't access the system because sap* is deactivated. There is only one way to handle this. Activate sap* in the instance profile, restart the system, delete sap* and logon with password pass.  Or...

 

Prerequisite

You need to have the access to one client in your sap system, access to the database. If you have the authorization to crate users you can access any user in any client of your sap system.



Procedure

In order to get access to any


SQL> set linesize 300

SQL> select mandt, bname,  bcode, locnt, uflag, passcode from sapsr3.usr02 where bname='TEST';

 

MAN BNAME     BCODE             LOCNT UFLAG PASSCODE

--- --------- ---------------- ------ ----- ----------------------------------------

000 TEST      B482F9D08C09635C     0     0  20CB13349A3BB2E55CCAA343F816A0F534705865

555 TEST      D9A9DDC76207C5A6     0   128  0000000000000000000000000000000000000000

 

SQL> update sapsr3.usr02 set uflag='000' where mandt='555' and bname='TEST';

SQL> update sapsr3.usr02 set passcode='20CB13349A3BB2E55CCAA343F816A0F534705865' where mandt='555' and bname='TEST';

SQL> update sapsr3.usr02 set bcode='B482F9D08C09635C' where mandt='555' and bname='TEST';

SQL> update sapsr3.usr02 set codvn='G' where mandt='100' and bname='TEST';

SQL> commit;

 

SQL> select mandt, bname,  bcode, locnt, uflag, passcode  from sapsr3.usr02 where bname='TEST';

 

MAN BNAME     BCODE            LOCNT UFLAG PASSCODE

--- --------- ---------------- ----- ----- ----------------------------------------

000 TEST      B482F9D08C09635C     0     0 20CB13349A3BB2E55CCAA343F816A0F534705865

555 TEST      B482F9D08C09635C     0     0 20CB13349A3BB2E55CCAA343F816A0F534705865

 

Now you have to reload the USR02 buffer. This can be done by entering:


/$TAB USR02


into the transaction field.


The user TEST in client 000 and 100 can logon with the same password (password of client 000). If you, for example, forget the password of the earlywatch user in client 066 you can create this user in client 000 with a password you know and copy it to client 066. Then you can access earlywatch in client 066 with the password of client 000.


EPILOGUE

I tested this "password copy" in NW 7.00 - NW7.31. In my opinion this system behavior is not a feature,it is a bug. The algorism for hashing the password should use the client too! On the other hand you need access to the database and if you can access the database you can do anything to a sap system!

Activate trace for 10 users

$
0
0

Dear experts

we have query to activate the trace for 10 users in PRD i went through st05 in that either all user or single users we can select in sm19 sm20 do the same either all or particular user is there is workaround for this so i can able to activate trace for 10 user IN PRD server

 

 

Regards

SAPS value on system

$
0
0

Hello All,

 

Can you help me to know the SAPS value of BO server? Can be check with quicksizer tool ?.  For example how can I check x86 processors delivers the SAPS value per core.

 

I believe the Server has been configured with the SAPS value provided .


Thanks,



Spro nodes to be activated for Trace.

$
0
0

Dear experts

 

i have query to  activate the table logs for following nodes of HR:

  1.       Personnel Management
  2.       Time Management
  3.       Payroll
  4.       Training and Event Management

   5.        Enterprise Structure

 

 

tell me the way how to activate this if it is possible

Regards

SAP SNOTE

$
0
0

Hi Guru,

 

I have a bit confusion with a snote implementation of note 1988565.....i mentioned the note body in below...

 

Solution

 

New switchable authorization checks have been implemented. The checks are delivered inactive to ensure compatibility with your running processes. The checks can be activated in transaction SACF as described in attached manual correction instruction.

New authorization scenario

The following new authorization scenario is available:

BKK_MISC - BKK: Miscellaneous Authority Checks in RFC Enabled Function Modules

This scenario includes the following authorization objects that might be checked if one of the function modules listed below are called by a customer application via external RFC, provided they are applicable:

  • F_BKKA_ATT
  • F_BKKA_BKA
  • F_BKKA_BPG
  • F_BKKA_GRP
  • F_BKKA_PRG
  • F_PROD_GRP
  • S_TABU_DIS

Affected business processes, integration scenarios and users

This scenario might be relevant to integration scenarios developed by customers which involve one of the function modules listed below.

Implementation of the switchable authorization check

The switchable authorization scenario is provided via support package. It can also be pre-implemented via below correction instructions in systems with older support packages.

Activation of the authorization check

Follow the post-processing activities below to activate the authorization scenario.

Affected RFC function modules

  • BKK_PRODUCT_CHECK_FUNCTION
  • BKK_RFC_BANKACCT_BKKRS_COMCODE
  • BKK_RFC_PROFIT_AND_LOSS_GET
  • BKK_RFC_COND_GET_BKK9ACC (no longer RFC enabled)
  • BKK_RFC_COND_GET_BKK9ACC_ACC (no longer RFC enabled

 

 




------------------------------------------------------------------------
|Manual Pre-Implement.                                                 |
------------------------------------------------------------------------
|VALID FOR                                                             |
|Software Component  EA-FINSERV                    SAP R/3 Enterpr...|
| Release 600          SAPKGPFD01 - SAPKGPFD27                         |
| Release 603          Until SAPK-60316INEAFINSRV                      |
| Release 604          SAPK-60401INEAFINSRV - SAPK-60417INEAFINSRV     |
| Release 605          SAPK-60503INEAFINSRV - SAPK-60513INEAFINSRV     |
| Release 606          SAPK-60601INEAFINSRV - SAPK-60612INEAFINSRV     |
| Release 616          Until SAPK-61607INEAFINSRV                      |
| Release 617          SAPK-61701INEAFINSRV - SAPK-61705INEAFINSRV     |
------------------------------------------------------------------------

Call transaction SE11, and create the new data element EV00011701:

  • Short Description: Open FI-BA: Event 00011701
  • Domain: XFELD

            

  • Field Label:

           

           Short

           Length: 10

           Label: 00011701

           

           Medium

           Length: 10

           Label: 00011701

           

           Long

           Length: 10

           Label: 00011701

           

           Heading

           Length: 1

           Label: X

           

  • Package: FKB

 

 

------------------------------------------------------------------------

|Manual Post-Implement.                                                |

------------------------------------------------------------------------

|VALID FOR                                                             |

|Software Component  EA-FINSERV                    SAP R/3 Enterpr...|

| Release 600          SAPKGPFD01 - SAPKGPFD27                         |

| Release 603          Until SAPK-60316INEAFINSRV                      |

| Release 604          SAPK-60401INEAFINSRV - SAPK-60417INEAFINSRV     |

| Release 605          SAPK-60503INEAFINSRV - SAPK-60513INEAFINSRV     |

| Release 606          SAPK-60601INEAFINSRV - SAPK-60612INEAFINSRV     |

| Release 616          Until SAPK-61607INEAFINSRV                      |

| Release 617          SAPK-61701INEAFINSRV - SAPK-61705INEAFINSRV     |

------------------------------------------------------------------------

 

    1. Only up to release EA-FINSERV 603: Call transaction SE91, and create the new message 007 in message class 1N:

           

           Message: 007

           Message Short Text: Internal product id &1 does not exist; Enter valid product id

           SelfExplanatory: X

           

    2. Call tansaction SM30, select table/view TBE01, and create the new entry 00011701:

           

           Business Transaction Event: 00011701

           Text: Authorization Check in Info System (RFC)

           Text:

           Sample Module: SAMPLE_INTERFACE_00011701

           Country/Industry filter:

           

    3. Call tansaction SM30, select table/view V_TBE02, and create the following new entry:

           

           Attribute Type: C

           Selection Attribute: BKK_AUTHORITY

           Event: 00011701



------------------------------------------------------------------------
|Manual Activity                                                       |
------------------------------------------------------------------------
|VALID FOR                                                             |
|Software Component  EA-FINSERV                    SAP R/3 Enterpr...|
| Release 600          From SAPKGPFD01                                 |
| Release 603          All Support Package Levels                      |
| Release 604          From SAPK-60401INEAFINSRV                       |
| Release 605          From SAPK-60503INEAFINSRV                       |
| Release 606          From SAPK-60601INEAFINSRV                       |
| Release 616          All Support Package Levels                      |
| Release 617          From SAPK-61701INEAFINSRV                       |
------------------------------------------------------------------------

Activation of the authorization check is required for all support packages where the authorization scenario is available. This is done by creating a productive authorization scenario from the scenario definition.

Step 1: Create the authorization scenario definition in older support packages (transported in your landscape):

  • Start transaction SACF and check if scenario definition BKK_MISC exists. If it exists go to step 2.
  • If the scenario definition does not exist in SACF download the file BKK_MISC.txt attached to this note.
  • Start transaction SACF_TRANSFER
  • Select radio button "Upload", select work area "Scenario Definition", deselect work area "Productive Scenarios", deselect "Test Mode", and execute (F8).
  • When prompted choose the file BKK_MISC.txt and confirm upload
  • Assign the scenario definition BKK_MISC to development package FKB.

Step 2: Create the productive authorization scenario from the scenario definition (transported in your landscape):

  • Start transaction SACF, select "Scenario Definition", select the "Scenario Name" described above, and execute (F8)
  • Double click on the scenario definition and press the button "Scenario" (or press F5) to transfer the scenario definition to a productive scenario
  • Choose the initial scenario status "Active" or "Logging".
  • The productive scenario status "Active" will activate the authorization check and logging to Security Audit Log in the current system and all systems where the productive scenario will be transported to.
  • The productive scenario status "Logging" will activate logging to Security Audit Log in the current system and all systems where the productive scenario will be transported to. In status "Logging" the authorization check will always pass irrespective of the actual user authorizations. You can use this status to identify users that require the authorizations that are being checked.
  • Using report RSAU_SELECT_EVENTS you can identify users that require authorizations due to the authorization scenario. Aanalyze messages IDs DUO (Authorization check on object &A in scenario &B successful) and DUP (Authorization check on object &A in scenario &B failed)

Step 3: Activate logging of SACF relevant audit messages in the Security Audit Log (not transported, configuration required in all systems of your landscape):

  • Ensure that Security Audit Log is activated in transaction SM19, tab "Kernel Parameters"
  • Activate the following message IDs in a static Security Audit Log configuration:
  • DUO (Authorization check on object &A in scenario &B successful)
  • DUP (Authorization check on object &A in scenario &B failed)
  • DUQ (Active scenario &A for switchable authorization check was changed - &B)

 

 

My question is in this note solution, there is a pre implementation step.....then post implementation step if component version is same as per snote mentioned...for my system the post step is not required... then a manual step.....my question is after completing the pre step am i apply the snote through Tcode snote and then the manual activity i have to do?

 

 

Please suggest?

 

Thanks & Regards,

Samrat Chakraborty

9748068269

NetWeaver 7.3 As JAVA Logoff Url NWA

$
0
0

Hello Community,

 

i've got a problem with the Logoff Url on my AS Java NetWeaver 7.3

I set the parameter ume.logoff.redirect.url, but in NWA this LogOff URL is not working.

I'm alway redirect back to NWA.

 

 

best regards

Bastian Gschrey


MAIN_SHDIMP/PARMVNT_SHD SQL-error "1505-The CREATE UNIQUE INDEX statement terminated because 2EETP345 a duplicate key was found

$
0
0

Hello

 

We are in the process of an upgrade this weekend and are recieving the following error during the "Preprocessing" phase in SUM (13 Patch 1), which is an error we did not recieve in the mock upgrades from the same source, which is a bit odd.

 

Hoping someone can help out in steps on resolving and moving past this MSSQL error, as there doesnt seem to be any specific SAP notes related to this issue with the EHP7 upgrade on ECC?

 

Your help and expertise would be greatly appreciated.  Thanks in advance.

 

 

 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MVNTABS ERRORS: ddlntabs and RETURN CODE in PD000718.ECD
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 ETP000 [LGART] ,
3 ETP000 [TABNA] ,
3 ETP000 [LFDNR] )
3 ETP000 
2WETP000 14:24:30: Retcode 1: error in DDL statement for "T512E                         " - repeat
2EETP345 14:24:46: Retcode 1: SQL-error "1505-The CREATE UNIQUE INDEX statement terminated because
2EETP345 a duplicate key was found for the object name 'ecd.T512E~' and the index name 'T512E^0'. T
2EETP345 he duplicate key value is (000, 07, KK01, /101, RT, 00)." in DDL statement for "T512E    
2EETP345                     "
2 ETP000  --------------- DB-ROLLBACK() ---------------
2EETP334 14:24:46: error in DDL, nametab for "T512E" not activated

3 ETP000 [LEV2NAME] ,
3 ETP000 [REFCOUNT] )
3 ETP000 ON [PRIMARY]
3 ETP000 
2WETP000 14:24:46: Retcode 1: error in DDL statement for "THEXS                         " - repeat
2EETP345 14:24:58: Retcode 1: SQL-error "1505-The CREATE UNIQUE INDEX statement terminated because
2EETP345 a duplicate key was found for the object name 'ecd.THEXS~' and the index name 'THEXS~0'. T
2EETP345 he duplicate key value is ( ,  ,  ,  , 00)." in DDL statement for "THEXS                 
2EETP345        "
2 ETP000  --------------- DB-ROLLBACK() ---------------
2EETP334 14:24:58: error in DDL, nametab for "THEXS" not activated
1 ETP111 exit code           : "8"

Logo on Login screen

$
0
0

Hi,

 

My client wants to add a company logo to R/3 logon screen and right side of first screen after logon. One of the consultants says that he has seen this done before.

 

Does anyone know who to do this?

 

Thanks

Nani

How to set the SPRO authorization to only display mode

$
0
0

Hi Experts,

 

I need to set the SPRO transaction to only display mode. Please guide me how to do this.

 

I tried creating the new custom role for SPRO and added the related objects into it. But still it's not useful, As the object doesn't contain the value for display but it contains only for change.

 

Please find the attachement and let me know how to fix this.

 

S_IMG_ACTV.jpg

 

Thanks,

Narasimhan K

Enqueue Replication Server HA

$
0
0

Dear friends, we are planning an HA instalation, but we have a doubt about the Enqueue Replication Server. As per my understanding, we can install en enqueue replication server (ERS) in other host (B), but in case of fail over, the sap instance needs to be started in the same host of the ERS (B) to be able to access to the lock table of the ERS.

Do you know if posible to instal the ERS in other host, and the sap instance in another? The scenario looks like:

 

 

Before Fail Over:

 

Host A: ASCS + CI.

 

Host B: Stand by Server for the failover.

 

Host C: ERS.

 

After Fail over:


Host A: Stand by Server for the failover.

 

Host B: ASCS + CI.

 

Host C: ERS.

 

Will be possible for the host B read the replicated lock table in the host C after the fail over?

The documentation says that the replicated lock table is stored in a shared memory area, then, when the instance is started in the other host (failover) is cappable to read this information form the shared memory area. But what happens if the ERS is in a separated host?

 

Thanks and best regards.

 

Hector.

ABAP Web Services on R/3 4.7

$
0
0

Hi Guru.

 

I want to create a Web Services on SAP R/3 version 4.7 in this way:

 

1) I create a fnction module as Remote-enabled module    

2) Next I want create a Web Services using this remote function call.

 

But in my sap it's not possible.

 

Can I realize it?

 

 

Regards

Angela

audit log for tables in through sm19

$
0
0

Dear

 

we have an query to activate trace for some 250 + tables from SAP

How can we achieve this i saw there is SQL trace it shows 5 table at a time

what about log generated in PRD environment

 

give me some valuable suggestion

 

Regards

Database error text: "Conversion not supported for parameter/column (92), source type DAYDATE and target type DECIMAL".

$
0
0

Hi Exerts,

     When i am trying to extract the data from Datasource, I am getting this error. can any once help me out.



Regards

solairaj.


How to do NW 7.3 distribution system installation.

$
0
0

Hi,

 

When I am installing distribution systems ASCS installation is done. But in Database Instance installation it is asking profile directory. But when I browse for that it is not showing anything. Can you please tell me what I can do now And please provide if you are having any solutions.

 

 

 

 

 

 

 

 

Regards,

Venu.

Client Deletion

$
0
0

Hi,

 

Is it  possible to logon through the client which is being deleted in EHP7,ECC6 systems...?

 

If yes how it is possible...?

Disable user sap *

$
0
0

Hi Experts , I need to disable the user sap * I've tested perform with trx RZ11 with the parameter login / no_automatic_user_sapstar cluck but still let me enter , Will there be a way to inactivate by Sybase or SAP?

how does netweaver7.4 portal communicates with Micrsoft Exchange 2013? As far as I know ,the CDO and WebDAV not support Exchange 2013 ,is that true?

$
0
0

Hi ,how does netweaver7.4 portal communicates with Micrsoft Exchange 2013?


As far as I know ,the CDO and WebDAV are not support Exchange 2013 ,is that true?


We want to create,query,update exchange calendar by customer program ?

OB52 - Current setting problem

$
0
0

Hello,

 

I want to allow the modification of transaction OB52 in a non-production client which is also non modifiable. I normally follow the steps of SAP Note

356483, however, when I'm trying to get the name of the View (customizing Object) in SPRO -> Edit ->  Display IMG Activity -> 'Maint.objects' I get a "IMGDUMMY" value.

 

I believe that there has been some changes since the correction provided by SAP Note 1993365

 

Does anyone know how to proceed?

 

Best regards,

 

JA

 

System information: ECC 6.0 EHP7 SPS8

Viewing all 2997 articles
Browse latest View live




Latest Images