Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FPM Configuration Error

Former Member
0 Likes
2,083

Hi Everyone,

I tried the basic example for FPM mentioned FPM Developer guide and follow all the steps.

I got following error while testing the Web Dynpro Application

FPM application .............. was started without configuration

Kindly let me know how to debug and resolve the same.

Thanks

Sandeep

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,207

Hi Sandeep,

How are you running the WDA.

FPM WDA require Configuration ID to execute. I suppose you are running the APP from WDYID

If yes you need to give the configuration name also.

In SE80 open your WDA and see the configuration name and put it there.

Try running the configuration of your app  from SE80 directly you will not get this error.

Regards

4 REPLIES 4
Read only

Former Member
0 Likes
1,208

Hi Sandeep,

How are you running the WDA.

FPM WDA require Configuration ID to execute. I suppose you are running the APP from WDYID

If yes you need to give the configuration name also.

In SE80 open your WDA and see the configuration name and put it there.

Try running the configuration of your app  from SE80 directly you will not get this error.

Regards

Read only

0 Likes
1,207

Hi

I already had provided the Application Configuration ID and also Component Configuration ID.

But still I am getting the error

Detailed Description of Error

The following error occurred in system <% =SYSYSID%>: View MAIN of Component
FPM_GAF_COMPONENT Is Not Visible. Navigation Is Not Possible     

Thanks

Sandeep

                                                    

Read only

0 Likes
1,207

Go in SE80

Select Web Dynpro Application

Enter FPM_GAF_COMPONENT

In the tree below there will be web dynpro application

Check the tree there will be your application also.

Check the configuration there

Also..

In WDYID

Enter the Application Name as FPM_DEMO_GAF

and the Last field Config ID as FPM_AC_GAF_DEMO

Press enter see if it execute.

Read only

0 Likes
1,207

Thanks a lot

I am really thankful for resolving the issue.