cancel
Showing results for 
Search instead for 
Did you mean: 

Error While Acessing PDK.NET iViews

Former Member
0 Kudos

Hi,

When ever I am trying to open an iView that is created using PDK.NET it is saying that iView Processor Service is not running.

The error is that

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

Portal Runtime Error

An exception occurred while processing a request for :

iView : pcd:portal_content/Sample

Component Name : Sample

iView cannot display.

Could not connect to the .NET runtime server.

Contact your administrator if the problem persists.

Possible reasons:

1. The Portal Runtime for .NET service is not running or installed.

2. The .NET Runtime Servers Configuration property of 'iViewProcessorService' service is not correct. Check the syntax of server nodes, hosts and ports settings.

Exception id: 11:18_06/05/08_0549_8163950

See the details for the exception ID in the log file

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

Please tell me why these error occurs.

What is the solution to rectify it.

Thanks & Regards,

Palani

Edited by: Palani Appan on May 6, 2008 5:49 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Since we have three nodes, we have configured PDK for .NET with three nodes i.e Server 00, Server 01, Server 02.

Now the Problem got rectified.

Regards,

Palani

Former Member
0 Kudos

I have faced the similar problem twice. I was able to clear it with permission issues.

Check the permissions for the end-user of the portal content folder / the folder the iview is placed in. For this you can follow the steps:

Content Administrator --> Portal Content / the Folder the iview you have placed in;

OR

System Administration --> Permissions --> Portal Content / the Folder the iview you have placed in;

Right Click --> Open Permissions.

Search for the end-user to which the iview is assigned, add and assign him necessary permissions.

Check the permissions of the user 'everyone'. IF you find the premission to be none, change it accordingly. Dont forget to select the Check Box "End User".

Hope this may help you in solving your problem.

- Rakesh Vikram

Former Member
0 Kudos

Hi,

We have installed PDK Runtime for .NET 2.5 in the machine and we have done all necessary configurations and its running successfully.

In the Service Logon Account we gave LocalSystem as the user to access those 3 folders leaving Password field as blank(we also have a domain/portal user who has full permissions to access those 3 folders).

--> In the Portal - System Administration - Support - Portal - .NET Runtime Configuration we checked under

Portal Servers

Portal Node is left blank and Host : Port is localhost:8051

.NET Runtime Servers

Portal Node is * and Host : Port is localhost:8050

and when we click on Check Server i get the message .NET Runtime Server : localhost:8050 responded successfully

.NET Runtime Failover Servers

Portal Node is * and Host : Port is localhost:8050

and when we click on Check Server its responding successfully

and all the four services

com.sap.portal.dotnet.framework|iViewProcessorService

com.sap.portal.dotnet.framework|DeploymentHookService

com.sap.portal.dotnet.framework|DotNetDesignTimeService

com.sap.portal.dotnet.framework|DotNetStyleService

are started and running successfully. I am confused why I am getting the below error.

#1.5#00137241A5A7001F000002B90000153800044C91BEC01F4F#1210088761160#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#240356#31#####Thread[PRT-Async 3,5,PRT-Async]##0#0#Error#1#/System/Server#Java###Exception ID:06:46_06/05/08_0060_8163951

[EXCEPTION]

#1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component

Component : pcd:portal_content/IDBIntranet/IDBIntranetPages/RolesBusinessManagement/EmployeeServices/MyHR/MyHRAdmin/Admin

Component class : com.sap.portal.dotnet.framework.iViewProcessorComponent

User : 240356

at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)

at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)

at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)

at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:377)

at java.security.AccessController.doPrivileged(Native Method)

at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:390)

at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)

at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)

at java.lang.Thread.run(Thread.java:534)

Caused by: java.lang.RuntimeException: <br>iView cannot display. <br>Could not connect to the .NET runtime server. <br>Contact your administrator if the problem persists.<br>Possible reasons:<br>1. The Portal Runtime for .NET service is not running or installed.<br>2. The .NET Runtime Servers Configuration property of 'iViewProcessorService' service is not correct. Check the syntax of server nodes, hosts and ports settings

at com.sap.portal.dotnet.framework.iViewProcessorService.handleRequestCompletion(iViewProcessorService.java:383)

at com.sap.portal.dotnet.framework.iViewProcessorService.ProcessRequest(iViewProcessorService.java:139)

at com.sap.portal.dotnet.framework.iViewProcessorComponent.doContent(iViewProcessorComponent.java:36)

at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)

at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)

at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)

... 7 more

Whatever configurations required for PDK.NET is done in DEV machine and its working fine. The same is replicated in PROD but we are facing this error.

When ever I click on the iView i am getting the same error.

Please guide us how to solve this error.

Thanks & Regards,

Palani