IView point to public/xml /filename.xml- urgent

Hi ,
I have a xml file (which as got some link in it) in the xml folder in the public folder. I want to make th iView point to this file (xml/filename.xml). How so i do that?
Do i have to modify something or set some property in the default.properties ?
Can anyone explain me the procedure of doing this( making the links coming from xml file in the iview).
Do i have to deploy the par file with this new modification again?
please reply soon....
Thank you ,
Avinash

Most likely you haven't declared the prefix namespace for your xpath. Try to use ./*:automobileLiabilityPolicy/*:Amount instead. It will select all the elements regardless of their namespace.
Gregory Haardt
ALSB Prg. Manager
[email protected]

Similar Messages

  • Portal Runtime Error: iView pointing to taxonomy structure!

    Hi All
    I have all of a suddent started getting a runtime error on one section of our portal (EP7 Stack 11). Basically the error is:
    <i>Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.arconw.arco_admin/zArcoAllUsers/zArcoUsers_Roles/rAllPortalUsers/wsBusiness/com.arconw.zSalesDevelopment/com.arconw.zSDCustInfo/com.arconw.zSDCustomerInformation
    Component Name : com.sap.portal.httpconnectivity.urliviews.runtime
    The exception was logged. Inform your system administrator..
    Exception id: 12:32_14/03/07_0005_18562350
    See the details for the exception ID in the log file</i>
    Now this has only just started to happen and the iview is just a KM iview pointing to a taxonomy structure.
    When I look at the log file I can see the following entry:
    <i>#1.5#0014C261574D0064000000170000101400042BA2042B825D#1173874772180#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#portaluser#103##sydney.arconw.com_EPD_18562350#portaluser#417b9550d22611dba2a70014c261574d#SAPEngine_Application_Thread[impl:3]_4##0#0#Error#1#/System/Server#Java###Exception ID:12:19_14/03/07_0002_18562350
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/com.arconw.arco_admin/zArcoAllUsers/zArcoUsers_Roles/rAllPortalUsers/wsBusiness/com.arconw.zSalesDevelopment/com.arconw.zSDCustInfo/com.arconw.zSDCustomerInformation
    Component class : com.sapportals.portal.httpconnectivity.urliviews.runtime.URLIView
    User : portaluser
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.lang.NullPointerException
         at com.sap.portal.httpconnectivity.iviewcatcher.runtime.DomIViewPreferences.removeScripts(DomIViewPreferences.java:446)
         at com.sapportals.portal.httpconnectivity.urliviews.runtime.RuntimeContext.parseSiteContent(RuntimeContext.java:376)
         at com.sapportals.portal.httpconnectivity.urliviews.runtime.RuntimeContext.<init>(RuntimeContext.java:103)
         at com.sapportals.portal.httpconnectivity.urliviews.runtime.URLIView.doContent(URLIView.java:438)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         ... 29 more
    #</i>
    After looking on SDN I cannot find a solution that relates to this problem!
    Any help would be great
    Thanks
    Phil

    Hi Phil
    I have noticed the same strange runtime error. Did you manage to solve this problem??

  • KMN  news   Iview  pointing  taxonomy   needs to have  a Link ..plz guide

    I have a  KMN    Iview Pointing  Taxonomy  structure  which  displays  department  news of a company.
    the company has  20 departments.  by default  user  can  see  one  department news which he  assigned.
    my  requiremnt is  to  provide  a  link   which  pops up  a  window that has  all  20 departments  with  checkbox
    options  where user  can  select  the  other  departments  to get the  news.
    can   you  guide me  how  to  provide  a link  which  pops a window  that has  check boxes and save  button.
    Thanks
    Suneel

    I have a  KMN    Iview Pointing  Taxonomy  structure  which  displays  department  news of a company.
    the company has  20 departments.  by default  user  can  see  one  department news which he  assigned.
    my  requiremnt is  to  provide  a  link   which  pops up  a  window that has  all  20 departments  with  checkbox
    options  where user  can  select  the  other  departments  to get the  news.
    can   you  guide me  how  to  provide  a link  which  pops a window  that has  check boxes and save  button.
    Thanks
    Suneel

  • Error in parsing an XML-urgent

    hi all,
    iam receving the following error message
    "ORA-29540 class oracle/xml/parser/plsql/xmlparsercover does not exists"
    while executing one of my procedures.
    please let me know what could be the problem?...
    Regards,
    vimal.

    You cannot import and export the XDB schema. You must install it. The XDB Schema is not required for XMLDOM, XMLPARSER, XSLPROCESSOR, only for the DBMS_XMLDOM, DBMS_XSLPROCESS and DBMS_XMLPARSER pacakage. You may have totally corrupted your instance. Ideally you should restore the entire database from backup at this point. If you do not have a backup from before the point you tried to import XDB (which wouldn't suprise me) you should try to drop the XDB user immediately. You should then upgrade to at least 9.2.0.3.0 and then add the XDB user following the instructions in the XDB Developers guide. Basically run the script catnoqm followed by the script catqm. Note you should take a full backup before running catnoqm.

  • Floating point numbers into XML file

    Hi,
    I am a learner in Labview and I am using Labview 8.5 version.
    when I use FlattentoXML component to convert floating point numbers ( having more than 5 decimal points) into XML, the output contains alway 5 decimal points.
    But, I want exact decimal number to be displayed as XML. i.e 0.263746 should not be displayed as 0.26375 in XML.
    Do you have any suggestions ?
    Attachments:
    Float_to_XML.vi ‏7 KB

    I tested it and could not see your problem in Labview 2009. So it is perhaps a bug in your Labview version. You can use this VI as a workaround.
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)
    Attachments:
    Float_to_XML[2].vi ‏8 KB

  • Convert java to xml -urgent

    hi,
    I'm currently doing a project which requires me to generate a svg scatterplot graph. I already got data stored in vector.(in a servlet).But heard from my supervisor that i need to convert my data to xml format.With this xml format, i can generate a svg graph.I'm totally new to xml n don't know how to convert from java to xml..Though i read up on articles, i still can't get the idea of it. My data isnt very big. for graph i need to generate a x-axis :green , y-axis:red... n then retrieve the data n plot the scatterplot graph... can somebody help me??? very urgent... thanks

    One quick way is to construct the XML your self.
    e.g.
    StringBuffer xml = new StringBuffer("<?xml version="1.0" encoding="ISO-8859-1"?>");
    xml.append("<ROOT>");
    while(has more elements) {
    xml.append("<ELEMENT>").append(data).append("</ELEMENT>");
    xml.append("</ROOT>");
    Rene

  • How to override the 'default' partition in composite.xml - urgent

    All,
    Version: 11.1.1.4
    I have created a simple BPEL A which invokes another BPEL B which is deployed to 'default' partition. In the composite.xml of BPEL A I can see the WSDL location of BPEL B as *"http://localhost:7001/soa-infra/services/default/BPELB/BPELB.wsdl"*. I noticed that the name of the partition (i.e in our case its 'default') is hardcoded in the wsdl location. During deployment I want to override to other partition, how I can achieve this?
    thanks
    sen

    If you want to change the partion name at run time then used Token ,value concept and define it in build.xml
    For Example
    <target name="replaceAllValues">
    <input
    message="Please enter full path of the file directory:"
    addproperty="dirPath"/>
    <replace dir="${dirPath}">
    <replacefilter
    token="OldValue."
    value="Newvalue"/>
    </replace>
    </target>
    Call the above target from ant build.xml before you deploying the service.
    Regards,
    Tarak.

  • Generate XML Urgent !!!!!

    Hi all,
    i have just problem with generating XML through database.
    my code is
    DECLARE
    XML_DATA XMLTYPE;
    BEGIN
    FOR v_cur IN (SELECT * FROM EMPLOYEES)
    LOOP
    SELECT dbms_xmlgen.getxmltype('SELECT * FROM EMPLOYEES WHERE EMP_ID=' || v_cur.EMP_ID)
    INTO XML_DATA
    FROM DUAL;
    INSERT INTO TEST_DATA VALUES (XML_DATA);
    END LOOP;
    END;
    NOW i am getting out put like
    <Rowset>
    <Row>
    <emp_id>101<emp_id>
    <emp_name>King</emp_name>
    <add1>160-2</add1>
    <add2>Apex Appartment</add2>
    <dept_id>10</dept_id>
    <city>NJ</city>
    </Row>
    </Rowset>
    But i want out put in following format :
    <Rowset>
    <Row>
    <emp_id>101<emp_id>
    <emp_name>King</emp_name>
    <Address>
    <add1>160-2</add1>
    <add2>Apex Appartment</add2>
    </Address>
    <dept_id>10</dept_id>
    <city>NJ</city>
    </Row>
    </Rowset>
    also tell me if column has NULL value the only node disply like <add2></add2>( this is not mandatory)
    please help me out
    Thanks in advance

    Here is a way to do it:
    declare
    XML_DATA XMLTYPE;
    BEGIN
    FOR v_cur IN (SELECT * FROM emp)
    LOOP
    SELECT dbms_xmlgen.getxmltype('select empno, ename, xmlforest (job, mgr) as ADDRESS from emp WHERE empno=' || v_cur.empno)
    INTO XML_DATA
    FROM DUAL;
    INSERT INTO TEST_DATA VALUES (XML_DATA);
    END LOOP;
    END;
    /change the emp to employees, and list out all the columns you want to include in xml.
    in xmlforest (job, mgr), replace job, mgr columns to the columns you want to include in address segment.
    Thanks
    Edited by: PhoenixBai on Aug 23, 2010 11:16 PM

  • Error reading application-client.xml,Urgent

    Hi ,
    I am getting this error,can anyone suggest something for this ?
    found error javax.naming.NamingException: Error reading application-client descriptor: No location specified and no suitable instance of the type 'com.crm.Dao.Customer.CustomerData' found for the ejb-ref CustomerData
    Waiting for reply,
    Regards,
    Mandar

    In the client deployment under META-INF you should have the application-client.xml.
    Can you CustomerData - home,remote etc. be seen from the clientside classpath?
    Have they been deployed to OC4J?
    Looks like it is not being found either on the server or on the client.
    Cheers,
    Ashok

  • Files downloaded from the KM have iView pcd location instead of filename

    Hello,
    I have created a Filesystem Repository manager and a KM Document that reference one of the excel file over there. The problem is that when a user opens the iView and saves the file the suggested name is not the filename but this one:
    pcd!3aportal_content!2fgpd_content!2fvalrep_content!2froles!2fZGPD_VALREP_US1!2f00000005!2f00000006!2fZGPD_VALREP_US1_00000007
    which is the entire iView location in the pcd...
    Any idea how can I change it to be the file name?

    The server can send a suggested filename though the HTTP "Content-Disposition" header  Apparently, the IView you are using doesn't do that (not sure whether this is part of KM or the portal).
    PS: sadly, one specific very popular browser doesn't support this properly for non-ASCII characters, so it's non-trivial to get this working properly with all browsers.

  • Setting up access points for public access

    Okay, here's the situation. I have a PowerMac G4/1.25GHz dual processor running Server X 10.3.9 with four Mac clients (a small law office). Up until recently, everyone had also been running (client) 10.3.9, but I started upgrading some of them to 10.4 (currently 10.4.5). When I did this, they started running into problems with Word sometimes giving a "network or file permission error" when attempting to save documents to the server. After weeks of posting questions to Word support and trying everything in the book that I could think of, I found Apple recently posted what appears to be the answer to this (article 302979, "Microsoft Office applications fail to save to a server volume." The problem? I have all four users logging into the same account on the server, and when one of them logs out, it zaps everything in a Microsoft-created temp folder on the server, including temp files created by open documents created by other clients. Sheesh.
    I had everyone set to use the same account because they have no need of document security -- everyone should be able to get into everyone else's files on the server, period. So, because of this snafu, I've created separate accounts for each of the users. My problem now is that, if user "X" creates a file or folder on the server, user "Y" cannot modify it because it is created as read-only. Strangely, if someone modifies an existing file, it doesn't change the user rights at all -- not sure why.
    I'll admit to being a bit of a novice with Server X but am familiar with parent/child folder permissions -- I think I've got everything set right, but I must obviously be missing something. Here's what I've got setup, and what I've tried. If anyone can point out how I've got this setup improperly, I really need to get this fixed... thanks.
    I have a single sharepoint ("workfiles"). I used the "public" folder as an example, and set the owner to "root" and the group to "staff". Further, I set the owner, group and everyone privileges to "read & write". I've also tried setting the group to "admin". All the individual user accounts I've set are also setup as admin users. I've tried setting each users's primary group as "staff (20)" or "admin (80)". I've copied all these privileges to all enclosed items, which does reset everything to public access, but as soon as someone creates a new folder or file, that folder/file becomes private to that user (it shows up with the creator's username as "owner" (r&w), group as "admin (read-only), and others as "read-only" as well.
    PS: If upgrading the server to Server X 10.4 would help, I'm sure I can arrange that.

    In our law firm, the server (10.4.4), we have set access to read/write access so staff can open client files/folders, edit then and close, etc. That seems to be working okay. Before the tech worked on permissions, if someone created a letter another staff member could open it, but it was read-only.
    The problem we are having is that if a file that is clicked on stationery pad and we want to edit it, it will not allow us to. For example, if we need to edit our letterhead that normally comes up as an untitled document, if I unclick the stationery pad box, it unclicks, but it still comes up as an untitled document. I even tried to unclick a stationery pad on a document that I created before the server upgrade and it wouldn't let me.
    If I create a brand new document and put it on stationery pad, it comes up untitled as it should. If another user on another desktop wants to make changes, they unclick the stationery pad box, but when they open it, it comes up untitled and in checking get info, the stationery pad is selected.
    The tech set it up as follows:
    Share Points and All tabs:
    General tab: box to share this item and its contents is clicked
    Access tab: owner, group and everyone have read/write privileges
    If select dial at bottom to propagate permissions, all boxes are checked, except for access control list, which is shaded.
    I cannot drag/add anything to the control list and the pencil and the minus sign is shaded
    Protocol tab: Both boxes, share item using AFP and Allow AFP guest users are clicked. But for better security in reading the article, this should be unchecked.
    Also under the protocol tab: the inherit permission from parent radio dial is clicked, not the use standard POSIX behavior.
    What are we missing?
    Thanks, Cheryl

  • Help with KM Document IView pointing to Excel Spreadsheet

    Hi, I created a KM Document IView that points to an Excel Spreadsheet that is stored in a KM Folder.  When I execute the IView it prompts me to save the "Unknown File Type" instead of just opening it up for me.  
    What do I have to do to get this to open up directly in the IView?
    Thanks,

    Hi,
    Check if the excel extension is in uppercase, if so then change it to lowercase.
    Check Mime Handler Service , where you can set property to have both uppercase and lowercase:
    http://help.sap.com/saphelp_nw04/helpdata/en/07/b6b0d706fb44caab64750a0bdaba09/frameset.htm
    If this is not your problem, then check if your mime type is properly registered here:
    http://help.sap.com/saphelp_nw04/helpdata/en/19/14dfeed7b67a4d9b8406b0a56ebe37/frameset.htm
    Regards,
    Praveen Gudapati

  • Scale out file server client access point using public nic

    Thoughts on this one.
    I have a Scale Out File Server cluster with a Client Access Point. Whenever i talk to the Client Access Point it uses the public nics.
    If i talk to the Scale Out File Server directly it uses the private like i want it to. How can i get the Client Access Point using the private nics?

    Hi JustusIV,
    Could you tell us why you want to modify the CAP use the “private” network, the CAP is used for client access, your clients may can’t access your cluster if modify your CAP
    use private network, if you want know how to modify the CAP of a cluster you can refer the following KB:
    Modify Network Settings for a Failover Cluster
    http://technet.microsoft.com/en-us/library/cc725775.aspx
    More information:
    Understanding Access Points (Names and IP Addresses) in a Failover Cluster
    http://technet.microsoft.com/en-us/library/cc732536.aspx
    Windows Server 2008 Failover Clusters: Networking (Part 4)
    http://blogs.technet.com/b/askcore/archive/2010/04/15/windows-server-2008-failover-clusters-networking-part-4.aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Help needed setting up access point to public network

    Hi from a newbie,
    Assuming they are suitable, I want to use one (or two) AP1232AG-E-K9 access points for Internet connection through a public wireless network (BTFON), where wire broadband is not an option. I've downloaded what I think is the correct manual for the APs and I'm now scratching my head as to where and how to start setting them up. I want to use these Cisco APs in the hope they will give me better wireless performance than I'm currently getting, which is frequently flakey.
    I've tried to reset the APs to the factory default but there seem to be different ways of doing this depending on what you want and what you've got. I made up a console cable  to access the console but there even appear to be different versions of  this so I'm not sure if the cable I have is the correct one.
    I have setup and used lower end wireless devices in the past but these Cisco units seem real complicated and I'm going to need help in getting them working.
    Any assistance would be much appreciated.
    Kind regards,
    Glenn.

    Updated network diagram.

  • MSS Iview error - Any  body  help me - Very urgent

    Hello All,
    I've configured ESS BP in my Portal successfully and it's running perfectly fine. Now i've imported MSS also without any problems. Now the issue is when i'm launching the My Staff iViews it gives me a message "Could not connect to the R/3 System" . These iViews using the system object "SAP_R3_HumanResources" which has been used by the ESS iViews also. Now ESS iViews are working fine with the same system object but MSS iviews are giving me the error message.
    My System landscape :
    MSS BP Installed: BPMSS601_19-20001489
    R3- 4.6C
    Portal : EP6 Sp11
    WAS: 6.40
    Any help will be highly appreciated.

    Hello All,
    I've configured ESS BP in my Portal successfully and it's running perfectly fine. Now i've imported MSS also without any problems. Now the issue is when i'm launching the My Staff iViews it gives me a message "Could not connect to the R/3 System" . These iViews using the system object "SAP_R3_HumanResources" which has been used by the ESS iViews also. Now ESS iViews are working fine with the same system object but MSS iviews are giving me the error message.
    My System landscape :
    MSS BP Installed: BPMSS601_19-20001489
    R3- 4.6C
    Portal : EP6 Sp11
    WAS: 6.40
    Any help will be highly appreciated.

Maybe you are looking for

  • Pdf printing of an image stored in database?

    Hi, I am using pdf printing option, but stuck in a case where I need to retrieve a image from the database table stored as a blob content. Is it possible to create a report review of this sort? Is this even possible? Thanks..

  • Clicking noise! (not hard drive)

    My 13" aluminium Macbook has recently started making clicking sounds. They happen in two situations - if I move the screen forwards and backwards, it will click once when I reverse direction (from the closing/forward direction to the opening/backward

  • HTML for iweb'08

    I like so many others am finding difficulty working with iweb. I have been using komodo html editor, after publishing my iweb page to a folder, to 'touch-up' my pages, like adding "no left click" and so on. Recently i discovered that shadows in iweb

  • File Upload 7.0

    Dear all, I have created a planning area using BPS0. I have create da BSP page for the file upload. (new version with htmlb) When testing I get the following error: The following error text was processed in the system: An exception with the type CX_S

  • Future improvements for the

    Hello. I am a relati'vely Spanish new user of Creative. But I fall in love the quality-price that I obtained with the audio one of my PC with SBS 580. Now I buy a Creative ZEN 4GB. Despite I want to open this post, stops of some form, between all to