cancel
Showing results for 
Search instead for 
Did you mean: 

Syntax Error when try to open Webdypro Applications

tsenol
Active Participant
0 Kudos

Hi Gurus,

We have a Webdypro Project. In Production system when we try to open a Webdypro Application, a dump occurs like "Syntax error in program "/1WDA/C0STANDARD==============CP " "

We have some notes applied to ERP systems.

Hi experts

We have problem about  File upload from a web dynpro Abap application.  We processed the steps below sequencely to solve this problem:

1-      Implementation of OSS notes below via SNOTE:

0001736212

0001710197

0001722226

0001725479

0001731880

0001737427

0001741713

0001743256

0001743257

0001747016

0001752676

0001752677

0001757115

0001765241

0001768637

0001776722

0001776744

2-      BASIS SP 5 (SAPKB73105) implementation

3-      Implementation of OSS notes below via SNOTE:

0001668882

0001720495

0001736212

0001757115

0001765241

0001768637

0001776722

0001783279

0001783425

0001783712

0001784973

0001784974

0001792529

0001793046

0001798726

0001808360

0001820653

0001825662

0001830646

0001848822

0001848893

This sap notes are "Corrections for unified rendering up to SAP_BASIS 731/XX" notes.

We don't have any error in QA and DEV system.

I've attached the dump log.

Regards,

Tutku

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

First thing as changes are same between all the three system and so we need to know what is different

Usually thing are different in production as they are https and all the non production work on http. is this is your case also.

Can you also do a remote compare on the program and be sure that all the things are same.

Third thing were the transport imported in the same sequence same as dev and qua.

Thanks

Rishi Abrol

Former Member
0 Kudos

Hi,

System should be in domain, Thr was a thread for the same and answered.

http://scn.sap.com/thread/1697240

BR,

Prabhakar

tsenol
Active Participant
0 Kudos

Hi Rishi,

There is a difference between QA and PROD.

But I applied the notes in same way and I don't know why it isn't different.

Can I transport the program from DEV to PROD with request?

Regards

Tutku

Former Member
0 Kudos

Hi,

Different can be due to the following reason .

First that the sequence of the transport is not correct.

Second thing some change haven't been moved as they might require overwrite option not sure .

Third thing changes have been moved but some object has not been activated correctly. was there some other change also moved to production when this was done.

As a first step you should go in se03 and then try to give the details of the specific object that you thing is different and compare all the transports related to it based on the import date in production with qua or dev.

Second thing you can check the transport logs and see what is the difference between the logs in Prod and qua.

Third thing you cant implement all the changes back as you have applied a support pack in between the notes. So any thing that has been applied after the support pack can be reimported with overwrite option. But if you have some other change accompanied with it and that change has overwritten it you land up in the same place.

Another thing i want to check that was there any other transport that were sent in production when this activity was performed. If yes then you need to co-relate those changes with quality system and see when they went in quality and at what sequence.

Yes you can move the changes from Dev -> Qua -> Prod but before you need to do remote compare and see that you only need that code changes that is different between Dev and Prod.

Thanks

Rishi Abrol

tsenol
Active Participant
0 Kudos

Hi Rishi,

We've transport class /1WDA/C0STANDARD to Production system and now we don't have any dump.

regards

Tutku

Answers (2)

Answers (2)

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

If those SAP notes are implemented in the development system then I believe there was a transport request created.

Have you transported the request to the production system ?

Also check whether there are manual actions to be done after implementing them.

Regards

RB

tsenol
Active Participant
0 Kudos

Hi Reagen,

For this Solution Manager scenario, we don't have any development system.

Regards

Tutku

Former Member
0 Kudos

Hi,

For executing the WDA application your system should be in Fully qualified domain name space .

I.e your system need to be in Domain ...  but your system is in Work group .  other wise it will throw this dump .

Also have look @ this thread. http://scn.sap.com/thread/1697240

BR,

Prabhakar.

tsenol
Active Participant
0 Kudos

Hi Prabhakar,

We have a Windows Cluster and the servers are in a domain and I'm trying to access WDA with FQDN.

Regards

Tutku