Quantcast
Channel: SCN : Discussion List - SAP NetWeaver Application Server
Viewing all 3078 articles
Browse latest View live

Problems with LDAP connector.

$
0
0

Hello guys!

 

I have a task that I don´t know how to do:

 

I need to connect SAP with enterprise directory and get information about the employees using LDAP protocol.

If someone has the answer, can share with me?

 

It is were possible, can someone explain step by step how to do it?

 

Thanks!!!


The System's Time Zone Cannot be Determined. Enter it Using STZAC.

$
0
0

when i check my system logs i see the hundred's of errors saying that

 

i also executed the report TZCUSTHELP then i got this information

 

please guide me in how to solve this issue.

how to deploy AXIS adapter frame work in sap pi

$
0
0

Hi All ,

 

 

We are going to use Axis adapter framework in AAR PI landscape(X6* track). As we understood, this is SAP provided by default with PI but there are some more additional JARs need to be installed to enable this functionality.

 

 

Do we need downtime for this activity?

 

How to to deploy some standard JAR files in SAP PI
system to enable Axis adapter framework PI systems.

Direct SAP table update issues

$
0
0

  Hello Experts,

 

    Currently, in my customer system i see one custom program which is updating SAP standard table (SCM EWM) directly using below statement.

 

 

 

   "update /SAPAPO/MATLWH set rsqty = zmax_qty where matid = mat_wa_chunk-matid and scuguid = mat_wa_chunk-entitled_id."

 

 

 

    I see that program is there in production from last almost 2 years and that is a product quantity update program which has to run periodically.

 

    As per my knowledge, this is not at all acceptable. Can you please share me your thoughts, what kind of problems will occur and pre-defined

    errors with direct data base table update?

 

 

 

    What should we do now on this?

 

 

 

   Thank you in advance.

Not able to login to Application Server Java

$
0
0

Dear All,

 

I am getting the attached error while trying to access Dev Server with FQDN:8002.

 

Please help me out for this error.

 

Regards,

 

Kunal Kumar

SMD Agent not turning on

$
0
0

Dear All,

 

My SMD 98 Agent is not turning on after switching to SAPJVM. It is ECC6 with EHP3 Server

 

Can you help me.

 

Regards,

Kunal K.

Need to set productive client in SAP PI netweaver 7.4

$
0
0

Dear Experts,

I need to set new client 100 as productive client in SAP Netweaver 7.4 PI server.

Please help me finding the link.

 

Also i need to patch only Java instance through SUM so how should i proceed in registering system in MOPZ and further steps,please help

 

 

Warm Regards,

Sumit

com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Server VSPAGUE does not exist

$
0
0

Hi, I'm starting development with SAP JCo 3 and following the documentation and examples.

 

When I execute the line:

 

lo_server=JCoServerFactory.getServer(is_server_name);

 

I got the error:

 

com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Server VSPAGUE does not exist

 

 

I'm generating the properties file (just for test purpose) like this:

 

lo_server_properties.setProperty(ServerDataProvider.JCO_GWHOST, "/H/155.56.49.28/H/cpe1601");

lo_server_properties.setProperty(ServerDataProvider.JCO_GWSERV, "sapgw00");

lo_server_properties.setProperty(ServerDataProvider.JCO_PROGID, "VSPAGUE");

 

I don't know too much about SAP, but I need to use JCo because of our internal structure.

I need some help to find out what's the problem here.


How to connect the Access database to a DataSource?

$
0
0

Hi All,

I am new to SAP Netweaver. Could anyone tell me the step by step instructions on how to connect the Access database to a DataSource?

SAP HR ESS and MSS

$
0
0

Hello All,

 

We have HR (EHP6 FOR SAP ERP 6.0) 3 system landscape. For DEV the HR portal(ESS and MSS) is working fine. Customer is asking us to configure and check the HR ESS and MSS portal for QAS and PRD system. I don't know how to check the mapping of the portals and how it is working for these systems. So can anyone suggest and help me in this context.

 

Thank you so much!

 

Regards,

Mohit

Portal running on 32bit infrastructure: Memory tuning

$
0
0

Hi SAP community,

 

first of all. I know we need to migrate to 64bit and how to do it, but this is not the topic of this question. I'm looking for a short term fix (before an eventual move to 64bit).

 

So currently a customer is running an outdated Portal system (NW 04, 640 32bit kernel on Windows 2003 32bit with 12Gb RAM)

 

Logically they ran into performance issues and I have been looking into their configuration.

 

Here's an extract of the relevant memory entries from their Java server instances:

 

-Xmx1024M

-Xms1024M

-XX:MaxNewSize=171M

-XX:NewSize=171M

-XX:MaxPermSize=192M

-XX:PermSize=192M

 

The current Virtual Memory Utilisation of the server processes is about 1,35Gb, so there is still a margin to increase it somewhat keeping the memory limitations of a 32bit system in mind)

 

According to note 723909 this has all been setup as recommended by SAP. But they recommend to increase the permsize if additional applications are deployed.

 

So here are my questions.

 

1. Has anyone increased the heap to over 1024Mb on a 32bit system?

2.Would you opt for increasing the heap size with 256Mb instead of increasing the Perm Size with 256Mb?

3. Is there a reason why one would not set the /3GB option in the boot.ini file?

     See: Large memory support is available in Windows Server 2003 and in Windows 2000

 

     Currently this is the setting:

 

     multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows Server 2003, Enterprise" /fastdetect /noexecute=optout /pae

 

Related notes:

 

http://service.sap.com/sap/support/notes/664607

http://service.sap.com/sap/support/notes/736462

http://service.sap.com/sap/support/notes/853696

http://service.sap.com/sap/support/notes/313347

 

Thanks in advance for your advice ;-)

 

Regards,

 

Dieter

400 Session not found in web dynpro Java apps

$
0
0

Hello,

 

I am aware that many questions related to same "400 Session not found" have been asked/discussed in many threads on SCN.

To name a few: -

Re: 400 session not found : Failed to process the request

parallel login to nwa of netweaver 7.3

webdynpro application -400 Session Not Found-Failed to process the request: Request refers to an unknown session

 

SAP Notes seen:

1464914 - JSESSIONID cookie value is unexpectedly changed by the server

1395551 - Global configuration of session cookies

 

My Portal version : CE7.3 EHP1 SP9

 

However, I wanted to ask some more questions and share my observations and seek your opinion: -

 

1. I have observed that this error (attached screenshot) comes when: -

        a.  I open any Web Dynpro java application, (be it Content Admin, User Admin or any of my custom Web Dynpro Java app) and keep it idle for some              30-40 seconds.

        b. And then I click on any link/actionable UI on these idle application.

 

2. From these threads, I also understand that this is normal behavior as application has expired due to long idle time and session cookie sent to server is invalid. Fair enough.

 

3. But our end users are not happy to see such error trace page and its causing lot of incidents/complaints.

 

Is there any way to: -

 

     A. Make Portal server to accept request coming from such timed-out/idle application?

     B. Replace this error page with something more descent page?

 

Thanks & Regards,

Amey Mogare

JSPM ISSUE

$
0
0

i have issue with when i upgrade Portal from SP18 to SP21. Please find the JSPM Logs as below..

 

 

#1.#C0000A0B26780000000000676CF86CF800049C546871E050#1297786250322#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt

.j700.deploymentmgr.DeploymentManagerImpl#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.deploymentmgr.DeploymentManagerImpl#Jav

a###Starting retrieving SDM substitution variable with name ...#1#com.sap.portal.deploy.pcd# #1.#C0000A0B26780000000000686CF86CF800049C546871E050#1297786250322#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .j700.deploymentmgr.DeploymentManagerImpl#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.deploymentmgr.DeploymentManagerImpl#Jav a###Connecting to SDM Server on host , port ...#2#GMU-EPDB#50018# #1.#C0000A0B26780000000000696CF86CF800049C546872CAB0#1297786250382#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .j700.deploymentmgr.DeploymentManagerImpl#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.deploymentmgr.DeploymentManagerImpl#Jav a###You can find additional information in SDM log file . If SDM has performed no action, this file does not exist.#1#/usr/sap/GDP/JC 00/SDM/program/log/sdmcl20110215161050.log# #1.#C0000A0B267800000000006A6CF86CF800049C546872D668#1297786250385#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .j700.deploymentmgr.DeploymentManagerImpl#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.deploymentmgr.DeploymentManagerImpl#Jav a###Starting retrieving SDM substitution variable with name ...#1#com.sap.portal.deploy.pcdcontent# #1.#C0000A0B267800000000006B6CF86CF800049C546872DA50#1297786250386#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .j700.deploymentmgr.DeploymentManagerImpl#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.deploymentmgr.DeploymentManagerImpl#Jav a###Connecting to SDM Server on host , port ...#2#GMU-EPDB#50018#

#1.#C0000A0B267800000000006C6CF86CF800049C54687372A8#1297786250425#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt

.j700.deploymentmgr.DeploymentManagerImpl#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.deploymentmgr.DeploymentManagerImpl#Jav

a###You can find additional information in SDM log file . If SDM has performed no action, this file does not exist.#1#/usr/sap/GDP/JC 00/SDM/program/log/sdmcl20110215161050.log# #1.#C0000A0B267800000000006D6CF86CF800049C5468737E60#1297786250428#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .jspm.gui.SystemInitializer.retrieveSdmSubstVariables(SystemInitializer.java:1574)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.jsp m.gui.SystemInitializer.retrieveSdmSubstVariables(SystemInitializer.java:1574)#Java###Retrieval of SDM substitution variables has finish ed.## #1.#C0000A0B267800000000006E6CF86CF800049C5468745538#1297786250483#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .jspm.deployment.order.DeploymentOrderSet.xinit>(DeploymentOrderSet.java:162)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.jspm.dep loyment.order.DeploymentOrderSet.xinit>(DeploymentOrderSet.java:162)#Java###File has been parsed and the relative deployment data mo

del has been extracted.#1#/usr/sap/GDP/JC00/j2ee/JSPM/config/dodf.xml#

#1.#C0000A0B267800000000006F6CF86CF800049C54687493B8#1297786250499#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt

.jspm.tools.ApplicationSnapshot.isApplicationSnapshotSupported(ApplicationSnapshot.java:320)#######Thread[main,5,main]##0#0#Info#1#com.s

ap.sdt.jspm.tools.ApplicationSnapshot.isApplicationSnapshotSupported(ApplicationSnapshot.java:320)#Java###Component found on the sys tem. It supports restore of application settings after deployment.#2#sap.com/CORE-TOOLS 7.00.18.0#7.00.5# #1.#C0000A0B26780000000000706CF86CF800049C54687497A0#1297786250500#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .jspm.gui.SystemInitializer.initializeBusinessObjects(SystemInitializer.java:892)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.jspm .gui.SystemInitializer.initializeBusinessObjects(SystemInitializer.java:892)#Java###Application settings will be restored after deployme nt.## #1.#C0000A0B26780000000000716CF86CF800049C5468842800#1297786251520#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .j700.cvers.CVersQuery#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.cvers.CVersQuery#Java###This system is not under NWDI cont rol.## #1.#C0000A0B26780000000000726CF86CF800049C546884DBB0#1297786251566#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .jspm.gui.DialogController.execute(DialogController.java:531)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.jspm.gui.DialogControlle r.execute(DialogController.java:531)#Java###Login dialog has been processed.## #1.#C0000A0B26780000000000736CF86CF800049C546885D5B0#1297786251630#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .jspm.gui.deployment.DeploymentProcessController.execute(DeploymentProcessController.java:372)#######Thread[main,5,main]##0#0#Info#1#com .sap.sdt.jspm.gui.deployment.DeploymentProcessController.execute(DeploymentProcessController.java:372)#Java###Starting dialog...#1#S

electPackageType#

#1.#C0000A0B26780000000000896CF86CF800049C54691E9340#1297786261640#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt

.jspm.gui.deployment.SelectInboxViewGranularityStep.processUI(SelectInboxViewGranularityStep.java:261)#######Thread[main,5,main]##0#0#In

fo#1#com.sap.sdt.jspm.gui.deployment.SelectInboxViewGranularityStep.processUI(SelectInboxViewGranularityStep.java:261)#Java###You have c

hosen for Inbox granulation.#1#Support Package Stack# #1.#C0000A0B267800000000008A6CF86CF800049C54691E9340#1297786261640#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .jspm.gui.deployment.DeploymentProcessController.execute(DeploymentProcessController.java:409)#######Thread[main,5,main]##0#0#Info#1#com .sap.sdt.jspm.gui.deployment.DeploymentProcessController.execute(DeploymentProcessController.java:409)#Java###Dialog : you have chose

n Next.#1#SelectPackageType#

#1.#C0000A0B267800000000008B6CF86CF800049C54691E9728#1297786261641#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt

.jspm.gui.deployment.DeploymentProcessController.execute(DeploymentProcessController.java:414)#######Thread[main,5,main]##0#0#Info#1#com

.sap.sdt.jspm.gui.deployment.DeploymentProcessController.execute(DeploymentProcessController.java:414)#Java### dialog has been proces sed.#1#SelectPackageType# #1.#C0000A0B267800000000008C6CF86CF800049C54691E9B10#1297786261642#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .jspm.newsdu.SDUProvider.getSPStacksAllowedForDeployment(SDUProvider.java:700)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.jspm.ne wsdu.SDUProvider.getSPStacksAllowedForDeployment(SDUProvider.java:700)#Java###Getting all support package stacks allowed for deployment from inbox ...#1#/usr/sap/trans/EPS/in#

#1.#C0000A0B267800000000008D6CF86CF800049C54691E9EF8#1297786261643#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt

.jspm.trace.JspmExtLoggingManager.logReferenceToExtLog(JspmExtLoggingManager.java:167)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt

.jspm.trace.JspmExtLoggingManager.logReferenceToExtLog(JspmExtLoggingManager.java:167)#Java###You can find additional information in log

file .#1#/usr/sap/GDP/JC00/j2ee/JSPM/log/log_2011_02_15_16_10_14/SCAN_INBOX_01.LOG# #1.#C0000A0B267800000000199A6CF86CF800049C5469AEB5B0#1297786271086#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .j700.usagetypeslibrary.MainInfo#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.usagetypeslibrary.MainInfo#Java###Loaded usage t ype data from data source .#1#jdbc/pool/GDP#

#1.#C0000A0B26780000000019B96CF86CF800049C5469C34368#1297786272433#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt

.jspm.trace.JspmExtLoggingManager.logMaximumLogSeverity(JspmExtLoggingManager.java:253)#######Thread[main,5,main]##0#0#Error#1#com.sap.s

dt.jspm.trace.JspmExtLoggingManager.logMaximumLogSeverity(JspmExtLoggingManager.java:253)#Java###There are some ERROR messages in the ch

ild log .#1#/usr/sap/GDP/JC00/j2ee/JSPM/log/log_2011_02_15_16_10_14/SCAN_INBOX_01.LOG# #1.#C0000A0B26780000000019BA6CF86CF800049C5469C34B38#1297786272435#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .ucp.phases.AbstractPhaseType.doExecute(AbstractPhaseType.java:748)#######Thread[main,5,main]##0#0#Error#1#com.sap.sdt.ucp.phases.Abstra ctPhaseType.doExecute(AbstractPhaseType.java:748)#Java###Exception has occurred during the execution of the phase.## #1.#C0000A0B26780000000019BB6CF86CF800049C5469C34F20#1297786272436#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .j2ee.tools.sdmdetection.DetectSDMComponent.detectSDMComponentFromSdmkit(DetectSDMComponent.java:494)#######Thread[main,5,main]##0#0#Err or#1#com.sap.sdt.j2ee.tools.sdmdetection.DetectSDMComponent.detectSDMComponentFromSdmkit(DetectSDMComponent.java:494)#Java###java.util.z ip.ZipException: The file access permissions do not allow the specified action. /usr/sap/trans/EPS/in/dump/SDMKIT21_0-10003463.JAR## #1.#C0000A0B26780000000019BC6CF86CF800049C5469C34F20#1297786272436#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .j2ee.tools.sdmdetection.DetectSDMComponent.detectSDMComponentFromSdmkit(DetectSDMComponent.java:489)#######Thread[main,5,main]##0#0#Err or#1#com.sap.sdt.j2ee.tools.sdmdetection.DetectSDMComponent.detectSDMComponentFromSdmkit(DetectSDMComponent.java:489)#Java###Could not e xtract SDM patch archive /usr/sap/trans/EPS/in/dump/SDMKIT21_0-10003463.JAR to read its version information.## #1.#C0000A0B26780000000019BD6CF86CF800049C5469C35308#1297786272437#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .j2ee.tools.sdmdetection.DetectSDMComponent.detectComponentsFromDirectory(DetectSDMComponent.java:380)#######Thread[main,5,main]##0#0#Er ror#1#com.sap.sdt.j2ee.tools.sdmdetection.DetectSDMComponent.detectComponentsFromDirectory(DetectSDMComponent.java:380)#Java###Cannot de tect if there are SDM archives in directory /usr/sap/trans/EPS/in.## #1.#C0000A0B26780000000019BE6CF86CF800049C5469C35308#1297786272437#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .j2ee.tools.newsdu.NewNonDeployableSDUProvider.listInbox(NewNonDeployableSDUProvider.java:255)#######Thread[main,5,main]##0#0#Error#1#co m.sap.sdt.j2ee.tools.newsdu.NewNonDeployableSDUProvider.listInbox(NewNonDeployableSDUProvider.java:255)#Java###Could not detect new kern el and SDM archives.## #1.#C0000A0B26780000000019BF6CF86CF800049C5469C35308#1297786272437#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .jspm.newsdu.SDUProvider.getSPStacksAllowedForDeployment(SDUProvider.java:757)#######Thread[main,5,main]##0#0#Error#1#com.sap.sdt.jspm.n ewsdu.SDUProvider.getSPStacksAllowedForDeployment(SDUProvider.java:757)#Java###Error while analyzing the content of the Inbox directory. ## #1.#C0000A0B26780000000019C06CF86CF800049C5469C35308#1297786272437#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .jspm.gui.deployment.SpecifyQueueStep.prepareUI(SpecifyQueueStep.java:735)#######Thread[main,5,main]##0#0#Error#1#com.sap.sdt.jspm.gui.d eployment.SpecifyQueueStep.prepareUI(SpecifyQueueStep.java:735)#Java###Cannot detect new components in Inbox directory.## #1.#C0000A0B26780000000019C16CF86CF800049C5469C35AD8#1297786272439#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:792)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractP haseType.cleanup(AbstractPhaseType.java:792)#Java###Phase has been completed.#1#JSPM/JSPMPhases/JSPM_MAIN#

#1.#C0000A0B26780000000019C26CF86CF800049C5469C35AD8#1297786272439#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt

.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:793)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractP

haseType.cleanup(AbstractPhaseType.java:793)#Java###Start time: .#1#2011/02/15 16:10:22# #1.#C0000A0B26780000000019C36CF86CF800049C5469C35AD8#1297786272439#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:794)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractP haseType.cleanup(AbstractPhaseType.java:794)#Java###End time: .#1#2011/02/15 16:11:12#

#1.#C0000A0B26780000000019C46CF86CF800049C5469C35AD8#1297786272439#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt

.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:795)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractP

haseType.cleanup(AbstractPhaseType.java:795)#Java###Duration: .#1#0:00:49.570# #1.#C0000A0B26780000000019C56CF86CF800049C5469C35AD8#1297786272439#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt .ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:796)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractP haseType.cleanup(AbstractPhaseType.java:796)#Java###Phase status is .#1#error#

HTTP OSS connection with ERP development server gives error

$
0
0

Hello all,

 

We have opened an OSS HTTP connection to our ERP development server but while SAP is trying to connect,it gives the following error:

 

SAP Web Proxy: destination server not reachable

 

 

-


DESTINATION: /H/sapserv1a.wdf.sap.corp/S/3295/H/209.115.235.

193/S/3299/P/x0p1SmHox1s/H/torsr3d02.cpr.ca/S/8000

DESTINATION PORT: 3299

LOCATION: SapRouter on torsbid01

ERROR: torsbid01: route permission denied (194.117.106.129 to torsr3d02.cpr.ca, 8000)

TIME: Mon Jul 21 04:38:16 2008

 

Please help

 

Regards

Praveen

Install SAP in Virtual drive for learning (Singapore or Malaysia)

$
0
0

Hi All:

 

Isn't possible how can i setup a SAP system in a computer for learning purposes.

 

Any service provider in SG or MY? What is the cost?

 

Thank you.


When we run transaction db02,we get the message below.

$
0
0

Hi,

 

When we run transaction db02, we get the message below.


IGS is not available (RC=1). No charts will be displayed.


kernel release 741

kernel make variant 741_REL

compiled on Linux GNU SLES-11 ppc64 cc4.3.4 for linuxppc64

compiled for 64 BIT

compilation mode UNICODE

compile time Mar 21 2014 12:16:17

update level 0

patch number 26

source id 0.026

RKS compatibility level 0


---------------------
supported environment
---------------------

database (SAP, table SVERS) 700
710
701
702
703
711
720
730
731
732
738
740

operating system
Linux 2.6
Linux 3

 

Regards,

Raj

Failed Messages In Adapter Engine in Pi 7.1 EHP1

$
0
0

Hi All ,

 

We have observed that Java stack AE  shows some error messages, but when we tried to open those failed messages, shows they were already processed successfully. And observed that this case is only happens in java stack only, we couldn't find any error messages in ABAP Stack moni. We thought this might be java stack issue.

Please find the below screen shots attached for your reference,

 

But above failed messages processed successfully in adapter engine please find below screen shot,

ABAP Stack Moni: no messages .

 

Regards ,

 

Ravindar.a

Error during Import

$
0
0

Hi Gurus,

 

We are in the process of Migration Solution Manager (ABAP+JAVA) from

Source: AIX/ORACLE 10.2

Target : Linux / Oracle 11.2

 

We have successfully done the export.

 

During the Import we are facing problem.

 

Below is the log of "SAPDFACT.log"

*************************

DbSl Trace: ORA-1403 when accessing table SAPUSER

 

(DB) INFO: connected to DB

(DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8

(GSI) INFO: dbname = "SM120110512020527 "

(GSI) INFO: vname = "ORACLE "

(GSI) INFO: hostname = "onnism1db "

(GSI) INFO: sysname = "Linux"

(GSI) INFO: nodename = "onnism1db"

(GSI) INFO: release = "2.6.18-238.9.1.el5"

(GSI) INFO: version = "#1 SMP Fri Mar 18 12:42:39 EDT 2011"

(GSI) INFO: machine = "x86_64"

(DB) INFO: /BI0/F0SMD_EA2D deleted/truncated #20110514164707

 

DbSl Trace: Error 14400 in stmt_execute() from oci_execute_stmt(), orpc=258

 

DbSl Trace: ORA-14400 occurred when executing SQL stmt (parse error offset=0)

 

(IMP) ERROR: DbSlExeModify/DbSlLobPutPiece failed

rc = 99, table "/BI0/F0SMD_EA2D"

(SQL error 14400)

error message returned by DbSl:

ORA-14400: inserted partition key does not map to any partition

(DB) INFO: disconnected from DB

 

/usr/sap/SM1/SYS/exe/run/R3load: job finished with 1 error(s)

/usr/sap/SM1/SYS/exe/run/R3load: END OF LOG: 20110514164708

**********************************************

 

Please suggest

 

Br

Anthony

Ms SQL Full DB backup error

$
0
0

Hi all,

 

We are running ECC6 on Windows 2003 server with Ms Sql 2005, we are trying to take a full db backup on our BW DEV system, but we get the following error....

Due to this we are not able complete the BW Process tarnsfers... which is very important.....

 

We use DB13 for this activity.

The error mesage reads as follows

 

<b><i>Executed as user: NT AUTHORITY\SYSTEM. DBCC execution completed. If DBCC printed error messages, con

            tact your system administrator. [SQLSTATE 01000] (Message 2528)  Write on "R3DUMP0(
.\tape0)" failed: 23(Data error (cyclic redundancy check).) [SQLSTATE 42000] (Error 3202)  BACKUP DATABASE is terminating abnormally. [SQLSTATE 42000] (Error 3013).  The step failed</i></b>

 

 

I request all the gurus to kindly help me as i am very new to all this...

So i request you to suggest me the best possible solution asap.

 

Waiting to hear from you all...

ThanKs a million in advance.

 

Hari Haran.V

cannot start transaction session_manager

$
0
0

Hi,


when I execute zgate_entry T-Code it works poperly but after that any t-code I execute give me error

cannot start transaction session_manager.

error.png

Thanks & Regards

Yogesh Parthe

Viewing all 3078 articles
Browse latest View live