cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Personas 2.0 - flavor has suddenly stopped working

KaushalShah
Active Contributor
0 Kudos

Help please. I've been developing a flavour for ECC Finance transaction REBDPR. All was working fine till about an hour back. I went to lunch, lost the session. When I logged back into Personas, my flavour for that particular transaction isn't launching at all. Whenever I try to launch it, I am getting below mentioned error:

Downloading the error file doesn't give me much of a clue. I can try to undo some of my last changes (if they're causing any issues), but don't know how to do that if I can't even open transaction in that flavour.

Any help or suggestion about what I can try please?

Log:

<?xml version="1.0" encoding="UTF-8"?>

-<Entries>

-<Entry>

<![CDATA[24/6/2016 13:41:15,290479 ERROR Sap.Imagineering.Personas.Common.Resource.ResourceFileRequest->EndGetResponse - [HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.50428.0&File=System.Windows.dll&Key=HttpWe...]]>

</Entry>

-<Entry>

<![CDATA[24/6/2016 13:41:15,667479 ERROR Sap.Imagineering.Personas.Common.Resource.ResourceFileRequest->EndGetResponse - [HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.50428.0&File=System.Windows.dll&Key=HttpWe...]]>

</Entry>

-<Entry>

<![CDATA[24/6/2016 13:41:58,943479 ERROR Sap.Imagineering.Personas.Common.Utils.<>c__DisplayClass6-><GetResponse>b__5 - [HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.50428.0&File=System.Windows.dll&Key=HttpWe... System.Net.WebException: [HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.50428.0&File=System.Windows.dll&Key=HttpWe... at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state) at System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at Sap.Imagineering.Personas.Common.Utils.HttpWebRequestExtension.<>c__DisplayClass6.<GetResponse>b__5(IAsyncResult asyncResult) *** ROOT Exeption: System.Net.WebException: [HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.50428.0&File=System.Windows.dll&Key=HttpWe... at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult) at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClassa.<EndGetResponse>b__9(Object sendState) at System.Net.Browser.AsyncHelper.<>c__DisplayClass4.<BeginOnUI>b__0(Object sendState)]]>

</Entry>

-<Entry>

<![CDATA[24/6/2016 13:41:58,945479 ERROR Sap.Imagineering.Personas.Profiles.BSP.BspProxy->GetFlavorInfo - Retrieving unassigned flavors from the server failed. System.Net.WebException: [HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.50428.0&File=System.Windows.dll&Key=HttpWe... at Sap.Imagineering.Personas.Common.Utils.HttpWebRequestExtension.GetResponse(HttpWebRequest request) at Sap.Imagineering.Personas.Profiles.Common.RestClient.Get(String uri) at Sap.Imagineering.Personas.Profiles.BSP.BspProxy.GetFlavorInfo(Flavor& flavor) *** ROOT Exeption: System.Net.WebException: [HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.50428.0&File=System.Windows.dll&Key=HttpWe... at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult) at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClassa.<EndGetResponse>b__9(Object sendState) at System.Net.Browser.AsyncHelper.<>c__DisplayClass4.<BeginOnUI>b__0(Object sendState)]]>

</Entry>

-<Entry>

<![CDATA[24/6/2016 13:41:58,947479 ERROR Sap.Imagineering.Personas.Base.Controller.RenderingController->ChangeFlavor - Couldn't change Flavor. Sap.Imagineering.Personas.Profiles.Exceptions.FlavorNotAvailableException: Exception of type 'Sap.Imagineering.Personas.Profiles.Exceptions.FlavorNotAvailableException' was thrown. at Sap.Imagineering.Personas.Profiles.BSP.BspProxy.GetFlavorInfo(Flavor& flavor) at Sap.Imagineering.Personas.Profiles.BSP.BspProxy.RetrieveFlavor(Flavor& flavor) at Sap.Imagineering.Personas.Profiles.ProfileManager.SelectFlavor(Flavor flavor, String tCode) at Sap.Imagineering.Personas.Base.Controller.RenderingController.ChangeFlavor(Flavor flavor)]]>

</Entry>

</Entries>

Accepted Solutions (0)

Answers (1)

Answers (1)

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

I suggest opening an OSS incident so the support team can help you sort this out.

KaushalShah
Active Contributor
0 Kudos

Thanks Tamas. I tried a number of things and one of them worked.

I tried exporting the flavor. That didn't work. It gave me a very strange error screen with ABAP error on top and a message about storage space at bottom. I couldn't move away from that screen. Double-clicking on error message will throw me back to start screen.

Storage space related error message pushed me in direction of compressing my flavor. This did the trick. I was successfully able to compress my flavor, after which the flavor started working.

Thanks for taking a look at this topic though!