Quantcast
Channel: SCN : Unanswered Discussions - SAP NetWeaver Technology Platform
Viewing all 1093 articles
Browse latest View live

SPAM and JSPM vs. SUM for NW 7.0 support stacks

$
0
0

Any feedback regarding recommendation on whether to use SPAM (Abap)  and JSPM (standalone java stack) vs. SUM when applying support stacks would be appreciated. 

The current system being looked at is NetWeaver 7.0, both standalone ABAP and Java support stacks.  Note this is sps only, not an upgrade or EHP. 

 

SAP Tech Ed 2012 had a session specifically focusing on this topic, "ALM215 Software Update Manager – The Tool for System Maintenance", with description "Special focus is given to the question of whether to use SPAM or SUM for applying SPs."   Any insight from that session would be great!

 

In looking at SUM for sps only, there's a debate as to whether the additional complexity layer of the tool warrants the benefits.

For example, for Abap, is the preprocessing phase (building the shadow instance) really beneficial when in the case of this particular system downtime is not really a concern.

 

I have seen the OSS notes stating SUM being supported for NW 7.0 and onward, that's not the question here.

Thanks for any recommendation or feedback.


How to change a test class (ABAP Unit) into an Usual ABAP Class

$
0
0

Hi Experts,

 

I have made a mistake when i created one of my class, i selected the class type to "Test Class (ABAP Unit)" instead of "Usual ABAP Class".

 

Untitled.png

Is there any easy way to put it back to Usual ABAP Class, other than deleting and recreating my class?

 

Thanks in advance!

 

Best Regards,

Maxime

brspace tbreorg fails with ORA-12015: cannot create a fast refresh materialized view from a complex query

$
0
0

Hi all

 

I tried to run a table reorg using the following command last night:

 

brspace -u / -c force -f tbreorg -a long2lob -t TST03 -NBR -e 88 > TST03_reorg.log

 

This has worked successfully for other tables in the system.

 

However, I got the following error:

 

BR0301E SQL error -42008 at location tab_onl_reorg-39, SQL statement:

'BEGIN DBMS_REDEFINITION.START_REDEF_TABLE (UNAME => '"SAPS1P"', ORIG_TABLE => '"TST03"', INT_TABLE => '"TST03#$"', COL_MAPPING => '"DCLIENT" "D

CLIENT", "DNAME" "DNAME", "DPART" "DPART", "DROWNO" "DROWNO", "DDATALEN" "DDATALEN", TO_LOB("DCONTENT") "DCONTENT"', OPTIONS_FLAG => DBMS_REDEFI

NITION.CONS_USE_ROWID); END;'

ORA-42008: error occurred while instantiating the redefinition

ORA-12015: cannot create a fast refresh materialized view from a complex query

ORA-06512: at "SYS.DBMS_REDEFINITION", line 50

ORA-06512: at "SYS.DBMS_REDEFINITION", line 1343

ORA-06512: at line 1

BR0280I BRSPACE time stamp: 2013-01-23 19.12.34

BR0640I SQL statement waiting for busy resource:

'ALTER TABLE "SAPS1P"."TST03" PARALLEL 1'

ORA-00054: resource busy and acquire with NOWAIT specified

BR0280I BRSPACE time stamp: 2013-01-23 19.16.36

BR1106E Reorganization of table SAPS1P.TST03 failed

 

 

Now, I did half expect the "busy resource" error as SAP was still running and this is an exceptionally busy test system.

 

But the other errors come BEFORE this. Are they just red herrings - i.e. if I ran this with SAP down might this work? (this isn't something I can just simply test due to rare outage schedules). I need to know that it will work with SAP down (especially as it'll be my colleague running it as I will be away on holiday!).

 

All I can find for ORA-12015 talks about changing the DDL commands but obviously I can't do this, it's generated by brconnect...

 

Thanks

 

Ross

Early Watch logs on to a different server

$
0
0

Hi friends,

   My Solution Manager has the QAS configuration set up, both in solution_manager and in smsy. This config was done by previous basis admin. It also has the Early Watch setup, but  whenever I try to refresh the sessions and press the "Call Service Data Control Center" it tries to log on onto production server , not QAS.

Where can I change this config ??? In smsy the RFC's do point to QAS....

Thanks, regards.

Claudio

Portal Runtime Error PortalComponentException: Error in init

$
0
0

Applied sps 28 to NW Web As Java 7.0 sps 18 (Portal) via SUM tool.  All components appear to deploy.

Can see this via the NWA (admin tool) by looking into the System Components and SDM.  Can log into the SLD as well.

However, attempts to log into the portal as local user 'Administrator' (or any user) fails.

Example URL:
http://<server>:5xx00/irj

 

Browser shows:

    Portal runtime error.

An exception occurred while processing your request. Send the exception ID to your portal administrator.

Exception ID: 12:52_25/01/13_0003_881305250

 

Refer to the log file for details about this exception.

 

 

The java default trace file excerpt shows:

 

#1.5^H#CA5B4C7D4404002700000009007600500004D41F96040496#1359132032761#com.sap.portal.portal#sap.com/irj#com.sap.po
rtal.portal#Guest#0##n/a##ef5c75c2670d11e2981000003487a6a2#SAPEngine_Application_Thread[impl:3]_3##0#0#Error#1#/Sy
stem/Server#Java###Exception ID:10:40_25/01/13_0001_881305250
[EXCEPTION]
{0}1056052#com.sapportals.portal.prt.component.PortalComponentException: Error in init method^M
Component : com.sap.portal.navigation.portallauncher.default
        at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:251)
        at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.jav
a:271)
        at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.
java:316)
        at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.j
ava:387)
        at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(PortalRequest.java:488)
        at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:607)
        at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
        at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:556)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:423)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

 

etc...

 

It looks like some issue with the Portlauncher iView.  We have not modified or replaced that iView, it's standard SAP code.

Checks were ran for both PCD inconsistencies (PcdCheckTool.sh) and database inconsistencies (dbverify for Oracle) and no issues found.

Any insights would be appreciated.

SAP PO (PI+BPM+BRM)

$
0
0

Hi Experts,

 

     In my new implementation project, we are going to install new landscape on PI 7.3 (EHP1) -PO (PI+BPM+BRM).

 

1. For this option, PO only comes with Single Java stack right? So, Is Eclipse tool (NWDS) mandatory for single Java installation ? Else,Can we work on existing Swing tools like ESR , ID ???

 

 

2. If we going for NWDS, which is mandatory transportation system ?  CTS+ or CMS ? I came to know that CTS+ is can't be used if we not using Application server JAVA only  and  CMS is related to NWDS based !

 

3.If we are not using NWDS, how does NetWeaver BPM runs ?

 

I hope you can answer better.

 

Deva

SAP installation stop on 21 Start instance

$
0
0

Hello,

 

I am having problem with installation of SAP NetWeaver Application Server ABAP 7.02 SP6 64-bit Developer Edition.

Installation simply stop on 21 Start instance. The error message is:

 

sap.JPG

 


I am running installation on Windows 7 pro x64 SP1,  2 GB RAM , java 1.5. Started installation with 70 GB HDD, now during installation it decreased to 23 GB.

Here is the log :


TRACE 2013-01-26 17:22:30.263 [iaxxclib.cpp:188]

CLib::load()

Opened sylib721.dll

TRACE 2013-01-26 17:22:30.279

exe dir is C:\Users\Erna\AppData\Local\Temp\sapinst_exe.2488.1359217331

TRACE 2013-01-26 17:22:30.778

MessageLib initialized successfully.

 

INFO 2013-01-26 17:22:30.778 [synxcpath.cpp:815]

CSyPath::createFile() lib=syslib module=syslib

Creating file C:\Users\Erna\AppData\Local\Temp\sapinst_exe.2488.1359217331\dev_sap_kernel_test_26_Jan_2013_17_22_30.

INFO 2013-01-26 17:22:30.778 [synxcfile.cpp:416]

CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)

lib=syslib module=syslib

Removed file C:\Users\Erna\AppData\Local\Temp\sapinst_exe.2488.1359217331\dev_sap_kernel_test_26_Jan_2013_17_22_30.

TRACE 2013-01-26 17:22:30.794 [syxxclogbook.cpp:209]

PSyLogBook::initSAPKernelTracing(int traceLevel, const CSyPath & filePath)

lib=syslib module=syslib

Initialized SAP kernel tracing to file C:\Users\Erna\AppData\Local\Temp\sapinst_exe.2488.1359217331\dev_sap_kernel

INFO 2013-01-26 17:22:30.809 [synxcpath.cpp:815]

CSyPath::createFile() lib=syslib module=syslib

Creating file C:\Users\Erna\AppData\Local\Temp\sapinst_exe.2488.1359217331\dev_sap_kernel_test_26_Jan_2013_17_22_30.

INFO       2013-01-26 17:22:30.809 [synxcfile.cpp:416]

CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)

lib=syslib module=syslib

Removed file C:\Users\Erna\AppData\Local\Temp\sapinst_exe.2488.1359217331\dev_sap_kernel_test_26_Jan_2013_17_22_30.

 

TRACE 2013-01-26 17:22:30.825 [syxxclogbook.cpp:209]

PSyLogBook::initSAPKernelTracing(int traceLevel, const CSyPath & filePath)

lib=syslib module=syslib

Initialized SAP kernel tracing to file C:\Users\Erna\AppData\Local\Temp\sapinst_exe.2488.1359217331\dev_sap_kernel

TRACE 2013-01-26 17:22:30.841 [iaxxclib.cpp:188]

CLib::load()

Opened C:\Users\Erna\AppData\Local\Temp\sapinst_exe.2488.1359217331/iaguieng721.dll

TRACE 2013-01-26 17:22:30.856 [iaxxgenimp.cpp:918]

CGuiEngineImp::init()

receiving and sending on port 21200

TRACE 2013-01-26 17:22:30.856 [syxxccuren.cpp:31]

           CSyCurrentProcessEnvironmentImpl::setEnvironmentVariable(const iastring & 'SAPINST_JRE_HOME', const iastring & 'C:/Users/Erna/AppData/Local/Temp/sapinst_exe.2488.1359217331/jre')

lib=syslib module=syslib

Environment variable SAPINST_JRE_HOME set to value 'C:/Users/Erna/AppData/Local/Temp/sapinst_exe.2488.1359217331/jre'.

TRACE 2013-01-26 17:22:32.338

exe dir is C:/Users/Erna/AppData/Local/Temp/sapinst_exe.2488.1359217331

INFO 2013-01-26 17:22:32.354 [synxcpath.cpp:815]

           CSyPath::createFile() lib=syslib module=syslib

Creating file C:\Program Files\sapinst_instdir\x.

INFO 2013-01-26 17:22:32.354 [synxcfile.cpp:416]

CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)

lib=syslib module=syslib

Removed file C:\Program Files\sapinst_instdir\x.

TRACE 2013-01-26 17:22:33.609 [iaxxclib.cpp:188]

CLib::load()

Opened C:\Users\Erna\AppData\Local\Temp\sapinst_exe.2488.1359217331/iakdblib721.dll

TRACE      2013-01-26 17:22:33.609

SAPinst build information:

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

abi version : 721

make variant: 720_REL

build       : 1147189

compile time: Apr 20 2010 22:51:41

TRACE 2013-01-26 17:22:34.559 [iaxxgenimp.cpp:469]

           CGuiEngineImp::showDialog()

showing dlg diProductChoice

TRACE 2013-01-26 17:22:34.559 [iaxxgenimp.cpp:488]

CGuiEngineImp::showDialog()

<dialog sid="diProductChoice">

<title>Welcome to SAP Installation Master</title>

<dialog/>

TRACE      2013-01-26 17:23:00.847 [iaxxclogintimeout.cpp:102]

CLoginTimeout::run()

Login in progress

TRACE 2013-01-26 17:23:00.877

Connection request to guiengine backend by host 192.168.0.100

TRACE 2013-01-26 17:23:00.977

Protocol version is 3.1

 

TRACE 2013-01-26 17:23:00.977

Send connect information

TRACE 2013-01-26 17:23:00.977

client logged on

TRACE 2013-01-26 17:23:01.387 [iaxxgenimp.cpp:1245]

CGuiEngineImp::acceptAnswerForBlockingRequest

Waiting for an answer from GUI

TRACE 2013-01-26 17:23:08.131 [iaxxdlghnd.cpp:97]

CDialogHandler::doHandleDoc()

CDialogHandler: ACTION_NEXT requested

TRACE 2013-01-26 17:23:08.131 [iaxxcdialogdoc.cpp:203]

CDialogDocument::submit()

<dialog sid="diProductChoice">

<dialog/>

INFO 2013-01-26 17:23:08.221 [synxcpath.cpp:815]

CSyPath::createFile() lib=syslib module=syslib

Creating file C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\x.

INFO 2013-01-26 17:23:08.221 [synxcfile.cpp:416]

CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)

lib=syslib module=syslib

Removed file C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\x.

TRACE 2013-01-26 17:23:08.691 [iaxxgenimp.cpp:469]

CGuiEngineImp::showDialog()

showing dlg diRestartOrCancel

 

TRACE 2013-01-26 17:23:08.691 [iaxxgenimp.cpp:488]

CGuiEngineImp::showDialog()

<dialog sid="diRestartOrCancel">

Dialog does not contain standard input handler, so the backend is not able to generate a log entry

<dialog/>

TRACE 2013-01-26 17:23:08.691 [iaxxgenimp.cpp:1245]

CGuiEngineImp::acceptAnswerForBlockingRequest

Waiting for an answer from GUI

TRACE      2013-01-26 17:24:53.064

current working directory is C:\Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/

INFO 2013-01-26 17:24:53.134 [synxcpath.cpp:815]

CSyPath::createFile() lib=syslib module=syslib

Creating file C:\Program Files\sapinst_instdir\x.

INFO 2013-01-26 17:24:53.134 [synxcfile.cpp:416]

CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)

lib=syslib module=syslib

Removed file C:\Program Files\sapinst_instdir\x.

TRACE 2013-01-26 17:24:53.144 [syxxcfile.cpp:168]

CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/dev_sap_kernel, m_realNodeType: 2}, ISyNode::CopyMoveMode_t 0x3, PSyNode &) const 

lib=syslib module=syslib

Target file exists and (mode & ISyNode::EXISTING) ==> I will copy/move.

 

INFO 2013-01-26 17:24:53.164 [synxcfile.cpp:416]

CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)

lib=syslib module=syslib

Removed file C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\dev_sap_kernel.

TRACE 2013-01-26 17:24:53.164 [syxxcnode.cpp:441]

CSyNodeImpl::move(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL, ISyNode::CopyMoveMode_t 0x3)

lib=syslib module=syslib

Moved C:/Users/Erna/AppData/Local/Temp/sapinst_exe.2488.1359217331/dev_sap_kernel to C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/dev_sap_kernel

TRACE 2013-01-26 17:24:53.164 [syxxclogbook.cpp:209]

PSyLogBook::initSAPKernelTracing(int traceLevel, const CSyPath & filePath)

lib=syslib module=syslib

Initialized SAP kernel tracing to file C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\dev_sap_kernel

TRACE 2013-01-26 17:24:54.924

Running with toplevel file C:\Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL//toplevel.xml

TRACE 2013-01-26 17:24:55.14 [syxxcfile.cpp:130]

CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst_dev.5.log, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNode &) const 

lib=syslib module=syslib

Target node does not exists and (mode & ISyNode::MISSING) ==> I will copy/move.

TRACE 2013-01-26 17:24:55.24 [syxxcnode.cpp:441]

CSyNodeImpl::move(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst_dev.5.log, ISyNode::CopyMoveMode_t 0x3)

lib=syslib module=syslib

Moved C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst_dev.log to C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst_dev.5.log

TRACE 2013-01-26 17:24:55.44 [syxxcfile.cpp:130]

CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst.5.log, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNode &) const 

lib=syslib module=syslib

Target node does not exists and (mode & ISyNode::MISSING) ==> I will copy/move.

TRACE 2013-01-26 17:24:55.44 [syxxcnode.cpp:441]

CSyNodeImpl::move(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst.5.log, ISyNode::CopyMoveMode_t 0x3)

lib=syslib module=syslib

Moved C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst.log to C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst.5.log

TRACE 2013-01-26 17:24:55.334

Using custom value info for property SAPINST_MESSAGE_CONSOLE_THRESHOLD.

TRACE 2013-01-26 17:24:55.344

Running with dialog file C:\Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL//dialog.xml

TRACE 2013-01-26 17:24:55.654

Running with keydb file C:\Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL//keydb.xml

TRACE 2013-01-26 17:24:56.374 [syxxcfile.cpp:130]

CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.15.xml, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNode &) const 

lib=syslib module=syslib

Target node does not exists and (mode & ISyNode::MISSING) ==> I will copy/move.

TRACE 2013-01-26 17:24:56.374 [synxcfile.cpp:516]

CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.15.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 

lib=syslib module=syslib

Copying file C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.xml to C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.15.xml

INFO 2013-01-26 17:24:57.164 [synxcfile.cpp:716]

CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.15.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 

lib=syslib module=syslib

Copied file 'C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.xml' to 'C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.15.xml'.

TRACE 2013-01-26 17:24:59.284 [kdxxctaco.cpp:219]

CKdbTableContainerImpl::syncToContainerFile lib=iakdblib

CKdbTableContainerImpl::syncToContainerFile start ...

TRACE      2013-01-26 17:24:59.454 [syxxcfile.cpp:130]

CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.16.xml, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNode &) const 

lib=syslib module=syslib

Target node does not exists and (mode & ISyNode::MISSING) ==> I will copy/move.

 

TRACE 2013-01-26 17:24:59.454 [synxcfile.cpp:516]

CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.16.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 

lib=syslib module=syslib

Copying file C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.xml to C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.16.xml

INFO 2013-01-26 17:24:59.484 [synxcfile.cpp:716]

CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.16.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 

lib=syslib module=syslib

Copied file 'C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.xml' to 'C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.16.xml'.

TRACE 2013-01-26 17:24:59.494 [kdxxctaco.cpp:252]

CKdbTableContainerImpl::syncToContainerFile lib=iakdblib

after creating out stream

TRACE 2013-01-26 17:24:59.704 [kdxxctaco.cpp:286]

CKdbTableContainerImpl::syncToContainerFile lib=iakdblib

CKdbTableContainerImpl::syncToContainerFile stop ...

TRACE      2013-01-26 17:25:02.94 [kdxxctaco.cpp:219]

CKdbTableContainerImpl::syncToContainerFile lib=iakdblib

CKdbTableContainerImpl::syncToContainerFile start ...

TRACE 2013-01-26 17:25:02.274 [kdxxctaco.cpp:252]

CKdbTableContainerImpl::syncToContainerFile lib=iakdblib

after creating out stream

 

TRACE 2013-01-26 17:25:02.474 [kdxxctaco.cpp:286]

CKdbTableContainerImpl::syncToContainerFile lib=iakdblib

CKdbTableContainerImpl::syncToContainerFile stop ...

TRACE      2013-01-26 17:25:22.799

SAPinst was started using commandline: C:\Users\Erna\AppData\Local\Temp\sapinst_exe.2488.1359217331\sapinst.exe

TRACE 2013-01-26 17:25:22.799

SAPinst properties are :

GUISERVER_DIALOG_PORT=21212

GUISERVER_HTTP_PORT=4239

SAPINST_CONTROL_URL=control.xml

SAPINST_DIALOG_PORT=21200

SAPINST_DIALOG_URL=dialog.xml

SAPINST_EXE=SAPINST_EXE

SAPINST_JSLIB_TRACE=NW,NWUsers,OraCom,NWCTC,ClusterMgt,SystemIdentity

SAPINST_KEYDB_URL=keydb.xml

SAPINST_MESSAGE_CONSOLE_THRESHOLD=info

SAPINST_MESSAGE_URL=.

SAPINST_PACKAGES_URL=packages.xml

SAPINST_RESOURCE_URL=resourcepool.xml

SAPINST_SAVE_INPUT=true

SAPINST_SCAN_DEVICES=false

SAPINST_SKIP_DIALOGS=false

SAPINST_TOPLEVEL_URL=toplevel.xml

SAPINST_USE_ADVANCED_JS_HANDLING=true

SELFEXTRACTOR_EXECUTABLE_NAME=C:/Users/Erna/Documents/SAP NetWeaver/NWABAPTRIAL70206_64/SAP_NetWeaver_702e_Installation_Master/IM_WINDOWS_X86_64/sapinst.exe

 

What can cause installation to stop on start instance?

Thank you all for help.

unwanted files are saved in user's desktop .

$
0
0

Hi Guru’s,

 

Our client using sap GUI version 7.2 patch level 10 or 12.

 

And it is same for all users.

 

Some of the users find some files like dev_rfc, and .trc file in their desktop. They delete it but it comes again and again.

 

 

I checked there is no session trace .sap GUI trace and log on trace activated in SAP GUI

 

 

I checked errorlog.gui but no luck. Need help to find from where these files are saved in users’ desktop.

 

 

 

Thanks

Umakant


SAP OSS CONNECTION IS NOT WORKING

$
0
0

Hi,

 

We have changed the sncadm user password from OS level and from services.msc also. After restarting the service saprouter started perfectly.

And we are able to connect SAP system via router string but SAP OSS connection getting failed. While testing the oss connection, we are

getting an error message "ERROR: SNC processing failed: SncSessionInitiatorAK"

 

Please help us on the issue which we are getting above .

 

Thanks & Regards,

Rableen khurana

How to set a default certificate in SSL Provider using NWA

$
0
0

Hi Gurus,

 

 

I want to set a default certificate in SSL provider . I know the navigation path for visual admin and know how to set a default certificate .

 

 

Can anyone guide me the navigation path , how to set default certificate in ssl provider through NWA ?

 

 

 

Thanks

Umakant

Business Connector - HTTP error 502 Timeout while reading response from Server

$
0
0

When I want to send data from the business connector to ELSTER I get the following error:

 

CET com.wm.net.NetException: [B2BCORE.0064.9324] Server Error: HTTP error 502 Timeout while reading response from Server

at com.wm.net.NetURLConnection.getInputStream(NetURLConnection.java:390)

at com.wm.net.HttpContext.getFinalInputStream(HttpContext.java:576)

at com.wm.net.HttpContext.post(HttpContext.java:370)

at pub.JSBC_client.http(JSBC_client.java:619)

at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)

at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:303)

at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:699)

at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:496)

at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:468)

at com.wm.app.b2b.server.Service.doInvoke(Service.java:574)

at com.wm.app.b2b.server.Service.doInvoke(Service.java:499)

at sap.elster.send(elster.java:1400)

at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)

at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:303)

at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:699)

at com.wm.app.b2b.server.BaseService.invoke(BaseService.java:147)

at com.wm.lang.flow.FlowInvoke.invoke(FlowInvoke.java:279)

at com.wm.lang.flow.FlowState.invokeNode(FlowState.java:556)

at com.wm.lang.flow.FlowState.step(FlowState.java:427)

at com.wm.lang.flow.FlowState.invoke(FlowState.java:397)

at com.wm.app.b2b.server.FlowSvcImpl.baseInvoke(FlowSvcImpl.java:972)

at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:699)

at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:481)

at com.wm.app.b2b.server.Service.doInvoke(Service.java:590)

at com.wm.pkg.sap.rfc.ListenerCallHandler.handleRequest(ListenerCallHandler.java:459)

at com.sap.conn.idoc.jco.DefaultJCoIDocServerWorker$IDocDispatcher.handleRequest(DefaultJCoIDocServerWorker.java:71)

at com.sap.conn.jco.rt.DefaultServerWorker.dispatchRequest(DefaultServerWorker.java:142)

at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.dispatchRequest(MiddlewareJavaRfc.java:2928)

at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.listen(MiddlewareJavaRfc.java:2224)

at com.sap.conn.jco.rt.DefaultServerWorker.dispatch(DefaultServerWorker.java:259)

at com.sap.conn.jco.rt.DefaultServerWorker.loop(DefaultServerWorker.java:322)

at com.sap.conn.jco.rt.DefaultServerWorker.run(DefaultServerWorker.java:220)

at com.wm.util.TimeWrappingProvider$TimeMesuredTask.run(TimeWrappingProvider.java:40)

at com.wm.pkg.sap.rfc.ListenerThread.run(ListenerThread.java:70)

 

What can it be?

Transport showing transporting

$
0
0

Hi,

 

Netweaver 701

 

I try to import in STMS,

after added to the queue, the transport in shown immediatly in transporting (truck)

2 processes tp are executing in the OS (AIX)

 

So I can't import it

 

How can I solve this issue

Thanks for your help ?

PAS-Installation NetWeaver 7.3 EhP1 UME configurator Error

$
0
0

Dear SAP gurus,

 

I'm trying to install an Application Server Java with Oracle-Database (High-Availability System) on Linux 64-bit.

The SCS Instance and the Database Instance are already installed and running.

 

During defining the Parameter for the PAS the following error occures:

 

An error occurred while processing option SAP Enhancement Package 1 for SAP NetWeaver 7.3 > Oracle > SAP Systems > Application Server Java > High-Availability System > Primary Application Server Instance( Last error reported by the step: Error when running UMConfiguratorLoad. DIAGNOSIS: See output of log file umconfigurator_loadtype.log:

 

 

The output of log file umconfigurator_loadtype.log:

 

Jan 30, 2013 1:32:13 PM  Info: UME configurator (com.sap.security.tools.UMConfiguratorLoad) called for action "checkClean"

Jan 30, 2013 1:32:14 PM  Error: main()

[EXCEPTION]

com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.

        at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.createConnection(DBConnectionPoolImpl.java:482)

        at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.<init>(DBConnectionPoolImpl.java:196)

        at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandlerImpl.<init>(PersistenceHandlerImpl.java:50)

        at com.sap.engine.core.configuration.impl.cache.ConfigurationController.<init>(ConfigurationController.java:138)

        at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:309)

        at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:87)

        at com.sap.security.tools.UMConfiguratorLoad$UMConfigModel.<init>(UMConfiguratorLoad.java:994)

        at com.sap.security.tools.UMConfiguratorLoad.main(UMConfiguratorLoad.java:232)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:597)

        at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:162)

Caused by: com.sap.sql.log.OpenSQLException: Exception of type java.sql.SQLException caught: ORA-01017: invalid username/password; logon denied

.

        at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:104)

        at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:143)

        at com.sap.sql.connect.datasource.DBDataSourceImpl.get(DBDataSourceImpl.java:284)

        at com.sap.sql.connect.datasource.DBDataSourceImpl.getPooledConnection(DBDataSourceImpl.java:179)

        at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:208)

        at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.createConnection(DBConnectionPoolImpl.java:468)

        ... 12 more

Caused by: java.sql.SQLException: ORA-01017: invalid username/password; logon denied

 

        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)

        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:389)

        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:382)

        at oracle.jdbc.driver.T4CTTIfun.processError(T4CTTIfun.java:655)

        at oracle.jdbc.driver.T4CTTIoauthenticate.processError(T4CTTIoauthenticate.java:445)

        at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:505)

        at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:223)

        at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:380)

        at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:760)

        at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:418)

        at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:552)

        at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:253)

        at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)

        at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)

        at com.sap.sql.connect.factory.DriverPooledConnectionFactory.createVendorConnection(DriverPooledConnectionFactory.java:50)

        at com.sap.sql.connect.factory.DriverPooledConnectionFactory.getPooledConnection(DriverPooledConnectionFactory.java:37)

        at com.sap.sql.connect.datasource.DBDataSourceImpl.createPooledConnection(DBDataSourceImpl.java:651)

        at com.sap.sql.connect.datasource.DBDataSourceImpl.create(DBDataSourceImpl.java:995)

        at com.sap.sql.connect.datasource.DBDataSourceImpl.create(DBDataSourceImpl.java:43)

        at com.sap.sql.connect.pool.CreatedObjectsPool.create(CreatedObjectsPool.java:95)

        at com.sap.sql.connect.pool.Pool.get(Pool.java:707)

        at com.sap.sql.connect.datasource.DBDataSourceImpl.get(DBDataSourceImpl.java:261)

        ... 15 more

  

Jan 30, 2013 1:32:14 PM  Info: Leaving with return code 99

 

Do you have an idea whats the Problem?

SCS and Database (correct Schema) are up an running

Thanks for helping me!

 

Joschka

SAP Records Management / Folder Management Forums ?

$
0
0

Can someone please suggest any SAP/Non SAP sponsored forums for Records Management / folder management?  I was informed that currently there are no SAP SCN Forums for SAP Records Management / Folder Management and users must ask their RM questions in the SAP Netweaver Technology Platform form and the RM experts will search for these keywords and answer questions.  However, I havnt seem response on my queries as well as much traffic on RM/FM related questions. I have been searching online but havent had much luck.  I am hoping there are others who are working with RM and can suggest ways to find help on this topic. Thanks. JVJ.

Reporting Capability for Records Management / Folder Management

$
0
0

Does anyone know if Records Management / Folders Managements has any reporting capability built in?  Or may be BI / BO reports for Records Management / Folders Management?

 

Thanks, JVJ


Access Point P4 no active on SAP NW 7.3 EHP1 by upgrading

$
0
0

Hello @ll,

 

I have a problem by upgrading my System SAP NW 7.3 EHP1 SP01 to SAP NW 7.3 EHP1 SP06 on Running step DEPLOY SOFTWARE COMPONENTS .

The Software Update Manager shows following error message:

"Could not establish connection to AS Java on [MYSID:50004]. Cannot establish connection with any of the available profiles:

url=la1:50004 protocol=p4 (None); Reason: com.sap.engine.services.rmi_p4.P4IOException:
Cannot open connection to host: MYHOSTADDRESS and port: 50004

Check if server is started, access point for the protocol is available, and IP/Host name is accessible on network..
Check if the host and port specified are correct and AS Java is up and running"

 

Therefore i checked on SAP Management Console the Access Point on JAVA Instance and following problem:

 

Port: 50004 | Protocol: P4 | Process: ICM | Active: No


2013-01-31_171850.png

 

My Question:

How can open the standard port for P4 Protocol?

 

 

Could somebody help me. Thanks in advance.

 

Regards

 

Armin


Early Watch logs on to a different server

$
0
0

Hi friends,

   My Solution Manager has the QAS configuration set up, both in solution_manager and in smsy. This config was done by previous basis admin. It also has the Early Watch setup, but  whenever I try to refresh the sessions and press the "Call Service Data Control Center" it tries to log on onto production server , not QAS.

Where can I change this config ??? In smsy the RFC's do point to QAS....

Thanks, regards.

Claudio

CCMS monitoring segment has wrong eyecatch

$
0
0

Hello Gurus,

 

in our BI dual-stack system (ABAP 7.01 SP12, Kernel 7.20 SP300) we have ccms monitoring enabled with ccms agents.

After the upgrade of solution manager to 7.1 we get the following errors from the ccms agents.

 

sapccm4x

 

ERROR: Cannot open monitoring segment 1 rtc = 245

Last reported error: [249]  CCMS monitoring segment has wrong eyecatch: CCMS monitoring segment belongs to a non-ABAP instance.
In current SAP Kernel release SAPCCM4X must be used to monitor ABAP or Double Stack instance only.

 

sapccmsr

 

ERROR: Cannot open monitoring segment 1 rtc = 245

Last reported error: [249]  CCMS monitoring segment has wrong eyecatch. Possible causes:
     a. CCMS monitoring segment belongs to an ABAP or Double Stack instance.
     b. CCMS monitoring segment was created by a release other then 7200.

 

 

We used ccms agents 7.20 SP413, tried UC and NU.

It is not possible to reregister the agents.

We tried, unicode, non-unicode, delete agent at solman, but we get always the same error.

 

has someone a suggestion?

 

Following notes we checked without success: 1163719, 1029770, 1013331

How: SAP NW 7.3 double stack system copy of large system ?

$
0
0

Hello,

 

we have got a 7000 GB SAP NW 7.3 BW system as a double stack system. The system was build as a double stack years ago and was updated till today so the double stack still exists in NW 7.3.

Now, we want to do a copy of the system to a non productive test system that has to be installed. As I understand the documentation and the notes:

http://service.sap.com/bestpractices

https://service.sap.com/sap/support/notes/886102

 

It is possible to copy the DB with Split / Mirror technology on SAN level and to copy the Java part via sapinst export and import as described in phase 4. Unfortunately there is no copy option for the java central instance within sapinst / software provisioning manager of release 7.3 (the ""central instance export" under "System Copy", "Oracle", "Source System Export", "High-Availybility System", "Based on AS ABAP and AS Java" is missing)

 

- We don't want to export / import 7.000 GB

- The split of the double stack is not an option now (sure it has to be done, but not for this case)

 

Any idea to solve this problem ?

 

Kind regards, Hinrich

System Log: Suppress system log for particular message

$
0
0

Hi,

 

During a standard transction FP05 (SAP - ISU specific tcode), SAP displays a message as below during data entry.

The system throws the error EDER 012 - Invoicing service provider cannot be used to select individual subitems.

This error is valid but it occures frequnetly so the corresponding to that so many log entries get created in system log.

Can we suppress system log generation for the particular message number?

 

Thanks,

Murtuza

Viewing all 1093 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>