2XWebPortalSample GetAppList no enumeration

Discussion in 'Parallels Remote Application Server' started by andrewj, Oct 11, 2011.

  1. andrewj

    andrewj Guest

    I have the sample web portal on an IIS server.
    I can login, get farms and get farm folders.
    When I perform the GetAppList method no applications are returned.

    I verified against the production 2X WebPortal (not sample) which does show the apps.
    I copied an AppID and entered it as a parameter to GetImage method, the correct icon is returned.

    Debugging Default.aspx.cs:
    85: TUXWebServiceClass service = (TUXWebServiceClass)Session["current"];
    86: string reply = service.GetAppList(txtFolderId.Text);

    reply contains an empty string.
    Am I missing something?
     
  2. Anonymous

    Anonymous Guest

    Hi Andrewj,

    Try with the latest build please, as i am sure it should be resolved ;)

    Thanks!

    Ginex
     
  3. andrewj

    andrewj Guest

    I'm using 1162 2X AppServer and have downloaded WebPortalSample 1165. The sample portal has no code changes from my current version and I still get the same results.
    The server I am enumerating from is a free license version as I just need it for developing; is this likely to have an impact?
     

Share This Page