Quantcast
Channel: SCN : Popular Discussions - Web Dynpro Java
Viewing all 989 articles
Browse latest View live

System received expired SSO ticket

$
0
0

Hello All,

 

 

 

Portal version: NW CE 7.3 EHP1

 

 

 

I have a Web Dynpro Java application that calls RFC using Adaptive RFC model.

 

We are facing intermittent issue when were see below error and model execution fails: -

 

 

 

Caused by: RfcException: [null]

    message: System received an expired SSO ticket on AB1 mshost ab1.mysystem.com

    Return code: RFC_SYS_EXCEPTION(3)

    error group: 103

    key: RFC_ERROR_LOGON_FAILURE

 

 

 

I checked SAP Note 947376 and set login.ticket_lifetime and SessionExpirationPeriod both to 16hrs.

 

And also, in addition to this, I include below line after model execution so that it closes JCO connection: -

 

 

 

wdContext.currentZ_Model_InputElement().modelObject().modelInstance().disconnectIfAlive();

 

 

 

But still same error is occuring intermittently.

 

 

 

Also, looked at SAP Note 1130191, but it is not clear 'what' needs to be done as solution.

 

 

 

Any more ideas on this?

 

Thanks & Regards,

Amey Mogare


HTTP 500 internal server error while starting abap web dynpro application

$
0
0

Hi there,

 

i have some problems concerning my web dynpro abap configurations in the system. When i start an application the browser appears and displays the http 500 internal server error.  The required icf nodes are activated, as far as i know. the following properties are set:

 

hostname: aet

port: 8000

 

The generated url for the web dynpro application looks as follows:

 

http://aet.ls3001:8000/sap/bc/webdynpro/sap/zwdr_test?sap-language=EN

 

Maybe anybody of you out there has an idea for that situation.

 

Thanks for your afford and kind regards,

 

Albert

Web Service Proxy DC in NWDS 7.3

$
0
0

Hello,

 

We are planning to upgrade our SAP NetWeaver Portal platform from 7.0 to 7.3.

Currently, we have created following type of DCs in SAP NWDS 7.0: -

 

           1. Portal Application Standalone (packed in SDA) : ( mainly JSPDynpage & custom UWL connectors)

           2. Web Service Deployable Proxy DC  : (to be used in JSPDynpage to call web service)

 

Can anyone please suggest what type of DCs we need to create in NWDS 7.3 and some tips while migrating the code?

 

Please help.

 

Thanks & Regards,

Amey Mogare

Found in negative cache.... very strange.

$
0
0

Hellow !!!

 

Somebody knows why this error takes place. 

They take place when executing webdynpro in Portal. 

This Improvement when I make deploy again, but this cause that another one webdynpro fails,

with the same error,that is very strange.

Somebody has experience with this situation?

 

java.lang.ClassNotFoundException: com.sap.wdp.InternalLibHESView Found in negative cache

 

 

-

-


Loader Info -

-


 

 

ClassLoader name: Parent loader name: References:

common:service:http;service:servlet_jsp service:ejb common:service:iiop;service:naming;service:p4;service:ts service:jmsconnector library:jsse library:servlet common:library:IAIKSecurity;library:activation;library:mai

l;library:tcsecssl library:ejb20 library:j2eeca library:jms library:opensql common:library:com.sap.security.api.sda;library:com.sap.se

curity.core.sda;library:security.class;library:webservices_lib;service:adminadapter....

 

Regards,

Antonio Villagrán.

 

 

 

How to upload file from Web Dynpro into R/3 (BAPI_DOCUMENT_CREATE2)

$
0
0

I have to upload file of any kind using Web Dynpro into SAP R/3 and call BAPI_DOCUMENT_CREATE2 function.

 

I tried to use BAPI_DOCUMENT_CREATE2 PF_FTP_DEST="SAPFTP" parameter to upload local client "C:\xxx.doc" file but I got function dump because it is web application running under Portal.

 

I tried to store the file in Web Dynpro server directory but this is Windows server and SAP Unix server can't reach the file.

 

I tried to upload the file (using fileupload ui) and pass it in bin format (RAW) to RFC function but after that I don't know which standard function I should use to store this RAW format file in SAP directory.

 

Does anyone have a good idea how to solve this problem? Thanks.

 

Chang Chung Chi

Error when opening an RFC connection

$
0
0

Hello Team,

We are facing "Error when opening an RFC connection" when we are executing RFC . I checked JCO connections . its working . What could be the reason ?

 

Regards,

Mayank

Java Web Dynpro

$
0
0

Hi,

 

     I am very new to web dynpro for java. Could any one tell me what are the required softwares I need to download  in SAP Market Place to develop sample applications.

 

Thanks,

K.,Teja.

what are the steps to installing ADS Adobe Document Services

$
0
0

Hi Guys

 

I have a clean server with Windows NT 2008 platform. no applications have been installed on it i want to install ADS on it and conenct it with SAP ECC. what are the steps to install ADS application on it.

 

I have the ADS configuration doc but it is not clear to me what kind of pre requisites are requried and what installation files i need.

 

Regards

Adnan


Error to access to SAP Netweaver Administration

$
0
0

Dear Experts,

 

 

I faced an error when i tried to log on to SAP Netweaver Administrator configure the SLD for NW 7.4 and it show me the below error :

 

 

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

403   Forbidden

 

SAP NetWeaver Application Server

 

Error: Remote access to the NetWeaver Administrator is forbidden. See SAP Note 1451753 for details.

 

SAP Technology Troubleshooting Guide


Details:

No details available.

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

 

Please experts help me in this issue

 

 

Regards,

What is singleton property in Webdynpro

$
0
0

Hi,

What is singleton property in Webdynpro?

please explian along with diagram

 

Regards,

Sid.

InvalidUrlRuntimeException - mailto

$
0
0

Hi.

 

   We upgraded our WAS sever 6.40 sp 9 to SP 19.We have an web-dynpro application running on them.when we click a button and email window from outlook popup but after upgrading we found that it is showing some errors.I even tried the SAP note 864842 but it did not help. the error i am getting is

 

com.sap.tc.webdynpro.services.exceptions.InvalidUrlRuntimeException: Invalid URL=mailto:?subject=Notification: Mesage text&body=Hi name,%0D%0A%0D%0AI reason.%0D%0A%0D%0AReason:%0D%0A%0D%0A%0D%0ARegards,%0D%0A%0D%0Aname

     at com.sap.tc.webdynpro.serverimpl.core.url.AbstractURLGenerator.checkURL(AbstractURLGenerator.java:605)

     at com.sap.tc.webdynpro.services.sal.url.core.URLGeneratorInternal.checkURL(URLGeneratorInternal.java:303)

     at com.sap.tc.webdynpro.clientserver.uielib.standard.impl.IFrame.getSource(IFrame.java:621)

     ......(more)

 

 

is there any hot fix or other solution it can be fixed?

 

The current code is prefectly working in SP9.

 

Thanks & regards,

Arun

SAP NetWeaver 7.3 SP12 PAT0003

$
0
0

Dear Gurus,

 

Please provide me configuration document for SAP NetWeaver 7.3 SP12 PAT0003.

 

 

Thanks & Regards

Shilpi Mahajan

regarding Java related webdynpro

$
0
0

Hey guys,

I have some doubt in settings.

I have NWDS and J2EE installed on my local PC.

and i have server with SAP enterprise or ERP2004.

Now i am planning to work with Java related work

to acces with SAP(may be Webdynpro or Jco etc).

Is it possible to get done work with this environment?

if so pls let me know if any special setting required for it.

Bcoz, I have created sample webdynpro program and started J2ee at client pc. but could not execute webdynpro program. I get demployment error and it says

set ur J2ee configure. however i have set my J2EE engine here with Localhost and 3601 port.

But still i could not deploy it..why is it so?

Pls suggest me. i am struck up here.

Ambichan.

Refreshing Portal session using webdynpro-Java application

$
0
0

Hi Experts,

 

We are having Portal 7.4 SP6 framework. And I have developed the webdynpro Java application to change the user language locale automatically in English_UK for specific application to run and get supported the content to be rendered.

 

And here when the user language gets change, the portal session has be refreshed one time at the browser level manually, so that newly portal user can access the application in English_UK locale.

 

To avoid this manual refresh activity, from Webdynpro java is it possible to refresh the portal session at browser level?

 

Regards,

Hanif

webdynpro interview questions and answers

$
0
0

hi friends

 

i need webdynpro interview questions and answers

urgently

 

thanks


Find Message in WD java

$
0
0

Dear Team,

 

In ESS, we are facing one issue while declaring Income tax declaration.

 

The message is error while maintaining the infotype 0002.

 

How i come to know, why this message is coming. Does this message defined in WD ABAP or how i can debug this.

I found the message class in SAP but there is no where to use of the message class.

 

 

Thanks and Regards,

Nishant Bansal.

java.net.SocketTimeoutException: Read timed out

$
0
0

Hi Experts,

 

I have an application, that fetched data from the backend using adaptive RFC and displays it on Adobe Interctive Form. It contains employee payslip data. For some personnel areas with comparatively more data, I get the following error.

 

java.net.SocketTimeoutException: Read timed out

 

This error doesnot arise if the data is less.

 

Can anybody suggest me how to overcome this problem

 

Regards,

Abdullah

Cannot access iView application paramter

$
0
0

Hi Experts

 

We are upgrading a system from EP Portal upgrade from 7.0 to 7.4 experiencing a problem a particular WebDynpro application where we cannot access an application parameter defined in an iView. We have a case where we have an application parameter defined for accessing a specific iView through a specific role.

 

We have defined an application parameter called "type" as follows:

 

ApplicationParamter.PNG

 

Then we are attempting to access this parameter in the WebDypnro RFC call using:

 

WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("type")

 

The issue is that this parameter does not exist in the request object (we have checked this). We have checked that the role has been assigned to the user, but have noticed something potentially curious in that the iView doesn't exist outside the user role (we cannot search for it in the Portal Catalog).

This functionality used to work in the application before the upgrade, so we are wondering if someone could help us identify what potentially has gone wrong?

Thanks in advance,

 

Alexander Ludwig

ICM_HTTP_CONNECTION_FAILED error in SM59

$
0
0

Hi,

 

I configured ADS and it was working fine with http service.

 

Now i configured SSL in Java and ABAP instances.

 

I need to setup SSL communication between these 2 instances.

 

I did configuration for that but in SM59 when i do connection test for ADS_HTTPS RFC it is giving me an error ICM_HTTP_CONNECTION_FAILED.

 

Please can anybody guide me with a solution.

 

With Regards,

Pradeep.B

HTTP 500 internal server error while starting abap web dynpro application

$
0
0

Hi there,

 

i have some problems concerning my web dynpro abap configurations in the system. When i start an application the browser appears and displays the http 500 internal server error.  The required icf nodes are activated, as far as i know. the following properties are set:

 

hostname: aet

port: 8000

 

The generated url for the web dynpro application looks as follows:

 

http://aet.ls3001:8000/sap/bc/webdynpro/sap/zwdr_test?sap-language=EN

 

Maybe anybody of you out there has an idea for that situation.

 

Thanks for your afford and kind regards,

 

Albert

Viewing all 989 articles
Browse latest View live


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