Portal wrong functioning

Hi all.
I'm having a problem when i access the portal: the portal content catalog (under Content Administration -> Portal Content) does not open.
I'd go to search tab and make a search for any folder or object into my portal, when i select the Locate in Portal Catalog option, the tab is switched to browse, but still nothing is shown. And get the following error in the browser:
Linea: 152
Character: 1
Error: 'window.gContentCatalogTree' is null or not an object
Code: 0
URL Address: http://<server>:<port>/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fadministrator!2super_admin!2ffsuper_admin_role!2fcom.sap.portal.content_administration!2fcom.sap.portal.content_admin_ws!2fcom.sap.portal.portal_content!2fcom.sap.portal.contentCatalogTreeContent
Please i need help urgent on that.
Thx.
Regards.

Hi,
Are you using the IP address of the Portal Server in the URL or are you using the FQDN ?
You would get a javascript error message when you use the IP address instead of the FQDN. It <b>should be used as : http://<Server's FQDN>:50000/irj</b> and not as http://<Server IP Address>:50000/irj.
Regards,
Sunil

Similar Messages

  • SRM creates purchase requisition with wrong functional area

    Hi,
    We face the situation that we have postings to wrong functional Areas. These postings belong to a PO related GR. The PO originates  to a purchase Requisition. The functional area is can see there iw wrong, too. This seems the initial problem. If I create a PR using the same cost center and account it derives the correct funtional area. The PR is created out of SRM.
    We upgraded this year to EhP6 and it seems the issues started shortly after.
    Any idea how to correct?
    Thanks
    Exberliner

    Hi,
    Hope your BAdI is working now.
    MD51 is used for project. It creates replenishment orders against a WBS element. After this, you can run MD01 which will create replenishment order by material/plant level.
    If you have a question related to PS, maybe you can post your thread in this space:
    SAP Project Systems (SAP PS)
    Kind Regards,
    Mariano

  • Postings in wrong Functional Area

    Hi,
    I have a complicated scenario, i have a service purchase order for a cost center C111 which as a Functional Area F101, during invoice i had changed the cost center to C222 and changed the Functional Area to F101, where the cost center C222 belongs to F202 functional area. The postings have done been and payments was made to the vendor. Now in cost center and profit center report with functional area shows wrong value meaning it should showed as cost center C222 and FA F202, but now the costing reports is incorrect with comibination of C222 and F202
    Now how can i make correction postings, logically the amount should be posted to C222 with F202. I tried in manual reposting and several other options, but failed. We are in ECC 5.0.
    Can somebody help me out in solving this issue.
    Thanks
    Best Regards,
    gj

    Hi,
    Check whether its their any link b/w cost center categories and functional area .
    cost center categories to Functional areas , this is the menu path: SPRO>IMG>Controlling> Cost Center Accounting> Master Data> Cost Center > Define Cost Center Categories
    and check these categories are mentioned in masters.
    Thank you.

  • UWL Wrong functioning after upgrade to 7.3

    Hi,
    We've upgraded Portal from 7.01 to 7.30 SP09 and UWL stop functioning:
    Clicking over a worktiem and then clicking over another it shows the error “400   Session Not Found”.
    Managing substitutions rules the user picker shows the message “No name found for: XXXX”.
    Reading the system’s logs we’ve found the exceptions:
    Cannot clear ICM server cache by [718ac393010411e3a1fa000000d23c1e] etagIP address
    Failed to invalidate cached entry for user 718ac393010411e3a1fa000000d23c1e Exception:java.rmi.RemoteException: Cannot clear ICM server cache by [718ac393010411e3a1fa000000d23c1e] etag.; nested exception is: com.sap.bc.proj.jstartup.icmadm.IcmAdmException: interface disabled
    Searching SCN post and OSS notes we’ve read and apply SAP Note 1635058 - J2EE crash in IcmAdm.getInstance, but the error persists. We also upgrade the UWL COLL PROCESS ENGINE 7.30 to the latest PATCH and still doesn´t working.
    The system alias configured on the WebFlowConnector tests OK, already re-register the connector, clear the cache and restart UWL service.
    Regards,
    Gregory.

    Hi,
    We are getting the "cannot connect to provider " warning in frontend of portal while user is trying to view his/her inbox. though this issue is intermittent we have the following logs in trace files :
    1. Cannot clear ICM server cache by [718ac393010411e3a1fa000000d23c1e] etagIP address.
    2. Empty or null time zone value from Backend.
    3.Attempting to create outgoing ssl connection without trusted certificates.
    But we arent sure wether the warning message is due to the above mentioned logs.
    Can any one help us regarding this?
    Is the 3 mentioned logs the reason for getting the warning "cannot connect to provider "?
    thanks and regards
    Arghya

  • GGobi fails to compile, wrong function calls in graphviz.c

    Hi there,
    I'm having troubles to makepkg ggobi, where make fails due to the below pasted errors.
    I am on a 64-bit system (a MacBook I put Arch on), not sure if that is relevant.
    Does anyone have an idea what is wrong here?
    Thanks,
    Alex
    graphviz.c: In function 'dot_neato_layout_cb':
    graphviz.c:215:3: error: too few arguments to function 'aginit'
    aginit();
    ^
    In file included from /usr/include/graphviz/types.h:49:0,
    from /usr/include/graphviz/gvc.h:17,
    from graphviz.c:16:
    /usr/include/graphviz/cgraph.h:359:13: note: declared here
    extern void aginit(Agraph_t * g, int kind, char *rec_name, int rec_size,
    ^
    graphviz.c:220:3: error: incompatible type for argument 2 of 'agopen'
    graph = agopen("graph", kind);
    ^
    In file included from /usr/include/graphviz/types.h:49:0,
    from /usr/include/graphviz/gvc.h:17,
    from graphviz.c:16:
    /usr/include/graphviz/cgraph.h:266:18: note: expected 'Agdesc_t' but argument is of type 'gint'
    extern Agraph_t *agopen(char *name, Agdesc_t desc, Agdisc_t * disc);
    ^
    graphviz.c:220:3: error: too few arguments to function 'agopen'
    graph = agopen("graph", kind);
    ^
    In file included from /usr/include/graphviz/types.h:49:0,
    from /usr/include/graphviz/gvc.h:17,
    from graphviz.c:16:
    /usr/include/graphviz/cgraph.h:266:18: note: declared here
    extern Agraph_t *agopen(char *name, Agdesc_t desc, Agdisc_t * disc);
    ^
    graphviz.c:226:5: error: too few arguments to function 'agnode'
    agnode(graph, name);
    ^
    In file included from /usr/include/graphviz/types.h:49:0,
    from /usr/include/graphviz/gvc.h:17,
    from graphviz.c:16:
    /usr/include/graphviz/cgraph.h:280:18: note: declared here
    extern Agnode_t *agnode(Agraph_t * g, char *name, int createflag);
    ^
    graphviz.c:248:7: error: too few arguments to function 'agedge'
    edge = agedge(graph, tail, head);
    ^
    In file included from /usr/include/graphviz/types.h:49:0,
    from /usr/include/graphviz/gvc.h:17,
    from graphviz.c:16:
    /usr/include/graphviz/cgraph.h:291:18: note: declared here
    extern Agedge_t *agedge(Agraph_t * g, Agnode_t * t, Agnode_t * h,
    ^
    graphviz.c:285:36: error: 'Agnode_t' has no member named 'name'
    agsafeset (graph, "root", ctr->name, NULL);
    ^
    graphviz.c:315:13: warning: assignment makes pointer from integer without a cast [enabled by default]
    sym = agfindattr(graph,"dim");
    ^
    graphviz.c:317:15: warning: assignment makes pointer from integer without a cast [enabled by default]
    sym = agraphattr(graph,"dim","");
    ^
    graphviz.c:319:26: error: 'attrsym_t' has no member named 'index'
    agxset(graph, sym->index, buf);
    ^
    graphviz.c:354:11: error: 'Agnode_t' has no member named 'u'
    node->u.width = node->u.height = .001;
    ^
    graphviz.c:354:27: error: 'Agnode_t' has no member named 'u'
    node->u.width = node->u.height = .001;
    ^
    Makefile:393: recipe for target 'plugin_la-graphviz.lo' failed
    make[3]: *** [plugin_la-graphviz.lo] Error 1

    >
    Suns "http://developers.sun.com/sunstudio/documentation/ss12/whatsnew.html" says :
    Support for the following open-source libraries:
    BOOST http://www.boost.org
    Boost 1.34.1 should work OK. I haven't tried Boost 1.35 yet.
    The above code snippet is picked from "boost/boost_1_35_0/boost/interprocess/detail/algorithms.hpp" line number 65.
    Any Suggestions or work arounds??+
    The above Suns link also says:
    Complex expressions in template parameters.
    The compiler was previously unable to handle expressions in non-type template arguments in certain cases.
    I did not use any compilation flag, am I missing something?
    Make sure that you compile and link with -library=stlport4, otherwise you will be limited in the Boost libraries that you will be able to use.
    Paul

  • Companies using the iSupplier Portal Admin functions

    We are in the process of enabling the iSupplier Portal and are considering utilizing the 'Admin' features and functionality. Does anyone have experience with this functionality? We are very interested in lessons learned and best practices that you might be willing to share with your fellow users.

    Suresh -
    1. To deploy without Workshop/Eclipse, you will generally create an EAR of your application (via the Export Wizard under the File > Export menu) and deploy that with either the WLS console, WLST, or the weblogic.Deployer utility class. http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14245/deployment.htm#i1027718 has a fair amount of information.
    2. The WLP admin portal is a webapp deployed as part of your application, via the wlp-tools-admin-app-lib.ear shared library. So, its host and port number are the same as wherever you deploy your application. The url path of the admin portal is controlled via your application's META-INF/weblogic-application.xml file; there's a <wls:library-context-root-override> element for the 'tools' context-root.
    3. Since the WLP admin portal is a webapp deployed as part of your application, it needs to have a unique context-root to support deploying multiple WLP applications. The ear wizard in Eclipse defaults to specifying the context-root as [appname]Admin to support this, but you can always change the context-root as I described above.
    4. No, currently, the WLP admin console is application-scoped and controls the configuration and behavior for that application. So, for multiple applications, you will have to use multiple admin console urls.
    Greg

  • Transaction iView - wrong function is used by processing first screen

    Hi,
    Iu2019m trying to configure a SAP transaction iView with some given parameters.
    The application parameters work fine. By excuting the iView all fields of the transaction are filled with the desired parameters.
    But when I use the property u201EProcess first screenu201C the transaction uses the wrong button. It always executes the function check of the transaction and not the function show, which should be used...
    Does anybody know, how to define which button / function should be used by processing the first screen?
    Thanks in advance,
    Lydia

    Hi Lydia,
    Please check the below thread & wiki link -
    process first screen r/3 trans iview
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=22375
    Best Regards,
    Sen

  • GL Account taking wrong Functional Area while posting

    Hello All,
    IN GL account master records for one GL account there is functional area assigned D110 but While posting made to this accounts its taking Another Functional area D220
    Please let me know whether any one has faced same issue
    Regards,
    Prashant

    Hi Prashanth,
    I have the same issue with ECC 6.0 & New Gl Active and could you please share how you have resolved this issue?
    Regards
    Aashish Kedia

  • New Management Portal - Delete Function

    Anyone using the new Management portal?
    If yes then please can you let know how to delete a Azure SQL Server (That's associated with the SQL Databases).
    I can see the option in the old portal but the new portal under SQL Servers, I do not see any option to delete these servers.
    BTW these were test servers with databases and the SQL databases have been deleted but it leaves back the servers.
    Previous version AFAIK used to delete the server as well then all the databases were deleted.
    I know I can get this done using the old Management portal but I am just curious to know if anyone else has faced or see a similar issue.

    One way to delete a server in the new portal, albeit indirect, is to delete the resource group that contains the server. Please note that this will delete the server AND everything else in the resource group.  Deleting the resource group in the
    new portal can be accomplished by clicking on the resource group name above the SQL server name (example:
    Default-SQL-EastAsia) and then clicking the icon for "Delete" on the resulting blade.

  • Portal Drive Functionality process

    Hi ,
    EXperts provide me portal drive procedure?
    Regrads

    There is a tool called Portal Drive which can be downloaded from SAP ServiceMarketPlace do install that tol in end user PC and restart the PC once after that you can have Repository folders as a mapped Drive into your local PC.
    Use simple widows method Ctrl C , Ctrl V
    Windows StartMenu-->Programs>SAP Front End>Portal Drive-->Portal Drive Client
    Click on Service -
    >New
    Input Service Name :- XXXX
    ServerURL :- https://Portalserveraddress/km/docs/documents (WEBDAV URLs) (Folder Context menu--> Settings->Properties->Access Links--> WebDAV URL)
    Click on " Work Online " Enter the Portal Password
    Enter Username and Password
    Mapped Network will be created in " My Computer "
    check out
    https://forums.sdn.sap.com/thread.jspa?threadID=1413560&messageID=7874385#7874385
    Edited by: Tushar Dave on Aug 3, 2009 11:13 AM

  • Portal Configuration - Functional side activity

    Hi All,
    Can anyone send me the link for portal configuration like iview, workset, pages, roles customization.
    Rewards point will be given.
    Thanks,
    Kumar
    Edited by: r kumar on Jul 21, 2008 11:49 AM

    Hi Kumar.
    Please check this:
    http://help.sap.com/saphelp_nw04s/helpdata/en/2a/edece171d547449ab0e1d295f3b0bc/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/86/197142801a3654e10000000a155106/content.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/fa/45df3df2ad685ae10000000a11405a/content.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/46/a660054ad945158e5021155bca3495/content.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/5a/0338f80c0b11d7b84800047582c9f7/content.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/5a/09c0756c2d4ba5a8b5c6d4ef120304/content.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/59/bf2287b3cb5e48af94f99929ad15b9/content.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/5a/0339000c0b11d7b84800047582c9f7/content.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/ca/707268dedb4501a4f2f36f4f05d5f7/content.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/82/2391420e9ea970e10000000a155106/content.htm
    Regards!
    Marcello
    Edited by: Marcello Lanzoni on Jul 21, 2008 7:54 PM

  • Compensation overview - portal - wrong amount

    Dear sap,
    I am customizing the compensation portal Iview :com.sap.pct.hcm.salaryhistory.ivu
    In VC_596A_C, technical key "1sal", I have entered the id of my annual salary wage +currency.
    I expect to see this wage wich is also stored in IT0008.
    But the system automatically multiply by 12 the amount of the wage I want to get.
    (or by the number of month the employee spend in the company).
    Could you help me,
    thanks,
    Best Regards,
    Claudine

    Hi Claudine.
    As per your statement
    "I have entered the id of my annual salary wage +currency."
    Annual salary wage - will have ur monthly wage *12.
    if Possible u can just use the Sum of the Basic Pay details as maintained in IT0008 -, which is available in the Q0008 - SUMBB.
    Hope this helps.
    Regards,
    Raj

  • Can I extend functionality of Portal Reports / wizard?

    Is there a way to extend the functionality of Portal Reports? I'd like to add some output formatting options to the existing Portal reports functionality, and I don't want to write a complete portlet to do it. I know that I can edit the package after the wizard creates it, but if anyone runs the wizard again, I'll lose my modifications. Can I modify the code generator/wizard?
    Thanks

    Is there a way to extend the functionality of Portal Reports? I'd like to add some output formatting options to the existing Portal reports functionality, and I don't want to write a complete portlet to do it. I know that I can edit the package after the wizard creates it, but if anyone runs the wizard again, I'll lose my modifications. Can I modify the code generator/wizard?
    Thanks

  • How to use Portal SSO with existing BSP application

    Hi all,
    we run SAP EP 6.0 here and have a single start BSP page of
    an application integrated with the SAP appintegrator for BSP. The rest of the existing BSP application still uses
    the login functionality based on CL_BSP_LOGIN_APPLICATION
    and is not integrated in the portal.
    Problem: If a user directly accesses one of the "old" BSP pages, he should be redirected to the portal to auth. him via SSO and afterwards the original BSP page with all its parameters should be processed.
    How to deal with that? Is there a similar mechanism like with the BSP_LOGIN_APP in between for the SAP EP?
    Thanks for your help!
    -RAINER-

    I think that doesnt solve the problem.
    I have 2 systems: SAP ECC with all BSPs and the portal on another system. So I have to entry points: Via portal using the appIntegrator BSP or directly to the ECC.
    As-is: If the auth. for the BSP appl. fails, the user is re-directed via the error page given in the service (SICF)
    to a BSP login app. and from there to the requested page.
    No portal in this concept.
    Must-be: A user is still able to directly access a BSP on the SAP ECC by entering the URL in the browser. It's not a must entering via the portal first.
    So when the login failed on the ECC (no SSO ticket), he should be redirected to the portal for getting his SSO.
    After he signed in successfully the user will be forwarded to the BSP page he entered in the browser the first place.
    I can't see a way to use the URL iView. I am thinking of simply changing the login mechanism of the BSP using the portal login functionality.
    The link you gave me offers an implementation of CL_ICF_SYSTEM_LOGIN. Any ideas?
    Regards,
    -RAINER-

  • Limit displayed users when creating substitution role in Portal-UWL

    Hi all!
    We are trying to customize the UWL in our Portal (NW7, SPS12) the following way:
    When users define a substitution role, they shell only be allowed to see (and chose) certain users. Any ideas?
    We already tried to solve this using "companies" in our UME. See http://help.sap.com/saphelp_nw04/helpdata/en/3e/9bd6e9a11fd847a1ca1a5f9ac6ad23/frameset.htm
    Unfortunately, this does not limit the list of shown users here (although it works perfectly in our UME).
    Greetings and thanks for any hints
    Peter Lintner

    By default there is no easy way to do this ..... BUT you might find SAP Note: 977069 somehat helpful.
    It talks about new BAdI functionality which although you still have to write something, it means you can rely on your ABAP developers rather than having to do something with the portal based functionality.  Up until the versions below - there was little you could do short of implementing your own uwl.
    Available in:
    SAP_BASIS 620 SAPKB62061
    SAP_BASIS 640 SAPKB64019
    SAP_BASIS 700 SAPKB70010
    It is likely that SAP will address this shortcoming in future versions but no information is available yet.
    Haydn

Maybe you are looking for

  • I'm really worried

    I had tried to put more music than can fit on my iPod, on my iTunes, and a window popped up that said that it was going to make a new folder of my selected songs. I was downloading some music at the time, and I put it on my iPod, and accidentally era

  • Website view in Internet Explorer help

    Did some updates on my website in iweb as normal. But this time it seems to works fine with safari and firefox but not internet explorer. Areas overlap with each other. Any Ideas?  the website is: www.pacificacollege.com

  • Automatic batch change when change in stock happened.

    hi dudes, i am having the requirement like when ever change in stock for a material after GR or GI, the batch number should be changed for whole quantity. plz respond asap with an advice. thanks and regards Robert.

  • Lost Apps and music

    At one point recently, when recharging my Ipod touch, Itunes lost about 90% of my music, along with all of my app. After some extensive time, I was able to reload the music from the drive it was stored on, but am unable to locate any of my app. I und

  • Enterprise User Security, How do I store the DB password somewhere else?

    Hi Guys, I'm running Oracle 11gR2 and OID 11gR1. Right now I have enterprise user security working, however I would like to decouple Apps / Directory password from the DB password in OID. I understand that I can stick the password in orclpasswordveri