cancel
Showing results for 
Search instead for 
Did you mean: 

Personas: error creating flavor

Former Member
0 Kudos

Hi,

Unfortunately, i have another error when trying to copy a screen to create a flavor.

I have no clue on this one...

Dev console result:

  1. 15/11/2013 16:08:48,679 ERROR Sap.Imagineering.Personas.Base.Localization.ApplicationLocales->.ctor - No language support for JA
  2. 15/11/2013 16:08:48,679 ERROR Sap.Imagineering.Personas.Base.Localization.ApplicationLocales->.ctor - No language support for ZH
  3. 15/11/2013 16:09:25,555 FATAL Sap.Imagineering.Personas.Base.Controller.ApplicationStateController->HandleException - Caught exception that cannot be handled, therefore, application will be restarted. System.NullReferenceException: [Arg_NullReferenceException] Arguments : Les chaînes de ressource de débogage ne sont pas disponibles. Souvent la clé et les arguments fournissent suffisamment d'informations pour diagnostiquer le problème. Consultez http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.20913.00&File=mscorlib.dll&Key=Arg_NullRef... à Sap.Imagineering.Personas.Profiles.ProfileManager.CreateFlavor(String name, Flavor original) à Sap.Imagineering.Personas.Base.Controller.RenderingController.<>c__DisplayClass28.<CopyFlavor>b__27() à Sap.Imagineering.Personas.Common.Utils.ThreadingHelper.<>c__DisplayClassf.<RunInBackground>b__d() à Sap.Imagineering.Personas.Common.Utils.ThreadingHelper.<>c__DisplayClassf.<RunInBackground>b__e(Object a) à System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state) à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) à System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() à System.Threading.ThreadPoolWorkQueue.Dispatch() à System.Threading._ThreadPoolWaitCallback.PerformWaitCallback() VM35:1
  4. 15/11/2013 16:09:25,898 ERROR Sap.Imagineering.Personas.Common.Profile.ScreenState->IsValid - Invalid root element.

Any help will be very appreciated!

Best regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Sushant,

I guess you were right concerning the SID. But now i'm facing the dreadfull error "you are not allowed to access this system"... Seems that the request ListUsersProfiles returns a null value. Yet the roles/profiles are configured. I'm stuck again.

Any idea?

Below the debug log:

18/11/2013 11:12:58,402 DEBUG Sap.Imagineering.Personas.App->Application_Startup - Application started. VM68:1

18/11/2013 11:12:58,730 INFO Sap.Imagineering.Personas.Profiles.BSP.BSPMediaFileRequestCreator->Configure - MediaFileRequestCreator configured caching = True. VM69:1

18/11/2013 11:12:58,793 DEBUG Sap.Imagineering.Personas.Common.Utils.HttpWebRequestExtension->GetResponse - Synchronized GetResponse called for url http://xxxxxxx:1080/sap(bD1mciZjPTE2OQ==)/persos_app?V_ACTION=GetUserName&V_MODE=Read VM70:1

18/11/2013 11:12:58,824 DEBUG Sap.Imagineering.Personas.Common.Utils.HttpWebRequestExtension->GetResponse - Synchronized GetResponse called for url http://xxxxx:1080/sap(bD1mciZjPTE2OQ==)/persos_app?V_ACTION=ConfirmClient&V_MODE=Read VM71:1

18/11/2013 11:12:58,855 DEBUG Sap.Imagineering.Personas.Common.Utils.HttpWebRequestExtension->GetResponseAsString - GetResponseAsString called. VM72:1

18/11/2013 11:12:58,855 DEBUG Sap.Imagineering.Personas.Common.Utils.HttpWebRequestExtension->GetResponse - Synchronized GetResponse called for url http://xxxxxxx:1080/sap(bD1mciZjPTE2OQ==)/persos_app?V_ACTION=ListUserProfiles&V_MODE=Read&V_OWNER=X... VM73:1

  1. 18/11/2013 11:12:58,949 ERROR Sap.Imagineering.Personas.Base.Controller.RenderingController->Connect - [Arg_KeyNotFound] Arguments :
0 Kudos

Hi Alain,

Well if your configurations are correct and then you are not able to log into your target system, then there are 2 places which can go wrong:

1. You did not place clientaccesspolicy.xml and crossdomain.xml in your TARGET systen.

2. Your restgui settings for your TARGET system is incorrect.

Please verify your configurations based on here:

http://scn.sap.com/community/gui/blog/2013/08/28/sap-screen-personas--how-to-configure-the-system-tr...

If the problem persists, then upload the HAR file too as described in the client side debugging link provided above.

(If its an URGENT customer matter, please create an OSS message.)

Regards,

Sushant

Former Member
0 Kudos

Ok, it works now. There was an typo in Service.Uri and Server.Url (lower case <-> upper case).

Thanks again!

0 Kudos

Hi Alain,

Can you provide some log files here. Please follow the steps mentioned here:

http://scn.sap.com/community/gui/blog/2013/06/28/sap-screen-personas--client-side-debugging

My guess is that your "Target" System ID (SID) is incorrect. Please check that first!!

Regards,

Sushant

Former Member
0 Kudos

Hi Sushant,

Your guess is making me wonder if my systems config is ok. I've configured 2 systems Ids on the Dev server where Personas is installed. But i've choosen arbitrary names...

Is it mandatory that the Ids are real SAP SIDs? There is no indication in the Config Guide about this point..

I'll try that and come back with the result.

Thank for your response!