cancel
Showing results for 
Search instead for 
Did you mean: 

Page_Validator and check box didnu00B4t work

Former Member
0 Kudos

Hello everyone

I am trying to develop forms with PDK 2.5 in VS2005, everything was going well until we use the object checkbox, seems not answering.

There is also a problem with Page_Validators, the explorer returns javascript errors

'page_validators' is undefined"

I have revised my code and i think its ok

Do I need some hotfix, or update to portal?

I am using

SAP EP 7.0 SP13

PDK 2.5

Any help will be gratefully

Regards,

Fernando

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Now i got a new consideration, there is any problem if my SO is on 64-bit.

rima-sirich
Advisor
Advisor
0 Kudos

Hi Fernando,

Hotfix 3 supports Portal Runtime for .NET on 64-bit OS.

On which OS is your Portal installed ?

Did you try to apply my suggestions from the previous answer ?

Regards,

Rima.

Former Member
0 Kudos

I am desperate, the runtime is still arresting, I have already installed both hotfix (runtime, Add-in) but the servicestill stops suddenly. Checkbox still do not work. it is necessary to make it work because we are one month before the first go-live

rima-sirich
Advisor
Advisor
0 Kudos

Hi Fernando,

I would suggest you to act as following:

1. Restart Portal Runtime server.

2. If your Portal Runtime uses a port different from 8050, hotfix installation reset it automatically to 8050. Verify that Portal Runtime is still configured to use a right port for communication.

3. Portal Runtime can stop for 2 main reasons:

3.1 Portal Runtime crashed because of fatal error:

Navigate to My Computer -> Manage. In the MMC snap-in that opens expand Computer Management ( Local ) -> System Tools -> Event Viewer -> SAP. Check if there was any error before the Portal Runtime crashed.

3.2 Portal Runtime stopped after deployment in order to update the application that was re-deployed:

To workaround this behaviour, navigate to Start -> Control Panel -> Administrative Tools -> Services. In the MMC snap-in that opens, select SAP NetWeaver Portal Runtime for Microsoft .NET Server00 service. Right click it and select Properties menu item. In the dialog that opens, navigate to Recovery tab. Here you can configure the service to be started automatically on failure.

Another way to increase Portal Runtime availability is to use failover Portal Runtime servers.

Hope this information has been helpful to you.

Best Regards,

Rima.

Former Member
0 Kudos

Hi Rima

Well, i have installed the hotfix 3 for PDK but the checkbox doesn't work yet. What is your next sugestion?

Do you know when is going to be realesed the SP16 for EP?

And Why the runtime in the server suddenly stops?

Regards

rima-sirich
Advisor
Advisor
0 Kudos

Hi Fernando,

Hotfix 3 contains 2 installations: hotfix for Portal Add-in and hotfix for Portal Runtime. Verify that you installed both installations. Before installing hotfix for Portal Add-in close all open Visual Studio instances. Before installing hotfix for Portal Runtime stop all running Portal Runtime nodes. ( If you don't stop them, they will be stopped by the hotfix for Portal Runtime installtion. )

I don't know when EP7 SP16 is planned to be released to the customers. You probably can get the answer to this question via SAP customers support.

Regards,

Rima.

rima-sirich
Advisor
Advisor
0 Kudos

Hello Fernando,

1. In order to develop with PDK 2.5 for .NET for EP 7 you need to install at least Hotfix 1 that can be downloaded from [here|https://www.sdn.sap.com/irj/sdn/dotnet?rid=/webcontent/uuid/3ecbe347-0a01-0010-5897-dc8f159ae3de] [original link is broken];. This should solve the problem with the checkbox.

2. You get the javascript error "'page_validators' is undefined" because of using of SAPRequiredValidator control. It is a known issue in EP7 that is documented in Hotfix 1 release note. As far as I know, it is fixed in EP7 SP16.

Regards,

Rima.