The error when post a New Form use sap demo news

Hi all!
When I post a newform use the SAP Demo News form, I found the text(Title,Date,etc) on the post page is not found.and when I saved,The news text can't display.
The trace file display:
#1.5 #00145ED2F356006D0000021D000670C200047D17ADB8AB81#1263440559123#System.err#sap.com/irj#System.err#index_service#275030##DSAPBPRD_DPP_15757350#index_service#dc9235c000be11df9e9600145ed2f356#SAPEngine_Application_Thread[impl:3]_0##0#0#Error##Plain###Exception while loading External XMLSource in 'document': javax.xml.transform.TransformerException: Error downloading from URL: wcm://XFBuilderConfig/Global-ResourceFile__en.xml, Invalid RID: No repository manager found for prefix: /XFBuilderConfig#
#1.5 #00145ED2F356006D0000021E000670C200047D17ADB8AD1D#1263440559123#System.err#sap.com/irj#System.err#index_service#275030##DSAPBPRD_DPP_15757350#index_service#dc9235c000be11df9e9600145ed2f356#SAPEngine_Application_Thread[impl:3]_0##0#0#Error##Plain###Exception while loading External XMLSource in 'document': javax.xml.transform.TransformerException: Error downloading from URL: wcm://SAP_DemoNews/SAP_DemoNews__en.xml, Invalid RID: No repository manager found for prefix: /SAP_DemoNews#

Hi.
Check SAP Note 1007805.
Best regards,
Aliaksandr Zhukau

Similar Messages

  • Errors when inserting and updating form using VIEW.

    Here's my view:
    CREATE OR REPLACE FORCE
    VIEW  "SH_ADD_EMPLOYEES_VW" ("EMP_ID", "DEPT_ID", "JOB_DESC_ID", "EMPNO", "EMP_FIRST", "EMP_LAST", "USER_NAME", "USER_INI", "DEPTNO", "DEPT_DESC", "ROLES_ID", "ADMIN", "CREATES", "APPROVES", "QUALITY", "CUST_SVC", "SH_LOCAL",
    "SH_OFFICE", "SYSTEM")
    AS
      select
    "SH_EMPLOYEES"."EMP_ID" as "EMP_ID",
    "SH_EMPLOYEES"."DEPT_ID" as "DEPT_ID",
    "SH_EMPLOYEES"."JOB_DESC_ID" as "JOB_DESC_ID",
    "SH_EMPLOYEES"."EMPNO"  as "EMPNO",
    "SH_EMPLOYEES"."EMP_FIRST" as "EMP_FIRST",
    "SH_EMPLOYEES"."EMP_LAST" as "EMP_LAST",
    "SH_EMPLOYEES"."USER_NAME" as "USER_NAME",
    "SH_EMPLOYEES"."USER_INI" as "USER_INI",
    "SH_EMPLOYEES"."DEPTNO" as "DEPTNO",
    "SH_EMPLOYEES"."DEPT_DESC" as "DEPT_DESC",
    "DOC_ROLES"."ROLES_ID" as "ROLES_ID",
    "DOC_ROLES"."ADMIN" as "ADMIN",
    "DOC_ROLES"."CREATES" as "CREATES",
    "DOC_ROLES"."APPROVES" as "APPROVES",
    "DOC_ROLES"."QUALITY" as "QUALITY",
    "DOC_ROLES"."CUST_SVC" as "CUST_SVC",
    "DOC_ROLES"."SH_LOCAL" as "SH_LOCAL",
    "DOC_ROLES"."SH_OFFICE" as "SH_OFFICE",
    "DOC_ROLES"."SYSTEM" as "SYSTEM"
    FROM "SH_EMPLOYEES" "SH_EMPLOYEES", "DOC_ROLES" "DOC_ROLES"
    where "SH_EMPLOYEES"."EMP_ID" = "DOC_ROLES"."EMP_ID"
    Here's my trigger (note - I am not using the EXCEPTION clause or (declaration of it)  because it throws an error on msg=>: 'This is my message.' Any help here would be great as well.)
    CREATE OR REPLACE TRIGGER bi_ADD_EMPLOYEES_VW
    INSTEAD OF insert ON SH_ADD_EMPLOYEES_vw
    for each row
    declare
    duplicate_info EXCEPTION;
    PRAGMA EXCEPTION_INIT(duplicate_info, -00001);
    begin
    insert into SH_EMPLOYEES
    (EMP_ID, DEPT_ID, JOB_DESC_ID, EMPNO, EMP_FIRST, EMP_LAST, USER_NAME, USER_INI, DEPTNO, DEPT_DESC)
    values
    (:new.EMP_ID, :new.DEPT_ID, :new.JOB_DESC_ID, :new.EMPNO, :new.EMP_FIRST, :new.EMP_LAST, :new.USER_NAME, :new.USER_INI, :new.DEPTNO, :new.DEPT_DESC);
    insert into DOC_ROLES
    (ROLES_ID, ADMIN, CREATES, APPROVES, QUALITY, CUST_SVC, SH_LOCAL, SH_OFFICE, SYSTEM)
    VALUES (
    :new.ROLES_ID, :new.ADMIN, :new.CREATES, :new.APPROVES, :new.QUALITY, :new.CUST_SVC, :new.SH_LOCAL, :new.SH_OFFICE, :new.SYSTEM);
    EXCEPTION
    WHEN duplicate_info THEN
      RAISE_APPLICATION_ERROR (
       num=> -20107
       msg=> 'Duplicate employee');
    END bi_ADD_EMPLOYEES_VW;
    ERROR ON UPDATE:
    ORA-20505: Error in DML: p_rowid=1001,
    p_alt_rowid=EMP_ID, p_rowid2=2, p_alt_rowid2=ROLES_ID. ORA-01779: cannot modify
    a column which maps to a non key-preserved table
    ERROR ON INSERT:
    ORA-01400: cannot insert NULL into
    ("SPICE_HUNTER1"."SH_EMPLOYEES"."EMP_ID") ORA-06512: at
    "SPICE_HUNTER1.BI_SH_ADD_EMPLOYEES_VW", line 3 ORA-04088: error during execution
    of trigger 'SPICE_HUNTER1.BI_SH_ADD_EMPLOYEES_VW' ORA-06512: at
    "SYS.WWV_DBMS_SQL", line 549 ORA-06512: at "APEX_040000.WWV_FLOW_DML", line 1121
    ORA-22816: unsupported feature with RETURNING clause
    Error Unable to process row on table SH_ADD_EMPLOYEES_VW

    From what I see you are not handling emp_id when it is null.. you need to assign it a value when null from sequence.. that column cannot be null, hence the error, and in order to "modify" a column in that table the DML needs that id to have a value.

  • Error when posting  Idocs From XI to SAP by Partner Profile

    Hi all.
    i have a problem. all my inbound IDocs in R3 use PP(Partner Profile) LS_XID.
    but i need to send IDoc MATMAS by a diferent PP (LS_MATERIALS).
    So, i added a new BS in transaction BD54.
    In transaction BD64 re-desing the Distribution Model as follow
    SL_130 (R3 DES)
    > LS_MATERIALS (XI)
                |> MATMAS.
    In transaction WE20 define the new PP LS_MATERIAL. In inbound table add the MATMAS IDoc. Later imust delete de MATMAS IDoc from LS_XID list. same as transaction BD64.
    My problem is when send the MATMAS to R3. it is still using PP SL_XID, so IDoc get status 56 (EDI: Partner Profile Inbound not Available) in R3.
    Why?? Any IDea??
    Thanks & Regards
    Rodrigo.

    Hi,
    Please check the Logical system,Business system, configurations ,please see the below links
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cdded790-0201-0010-6db8-beb9bb2b2660
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    /people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping
    /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping
    Regards
    Chilla..

  • Error when I preview my form in HTML using Adobe Livecycle Es4

    Need help!!!! This is the error while I preview my form using HTML. Even though the from structure is present I am not able to preview my form.
    Please reply since it is a project deliverable and its an urgent requirement.
    Thanks in advance.

    I am not able to send the error.log file since its very huge. I have attached the screen shot of the error I am getting when i try to preview the HTMl.
    Can u please give your mail id so that I can send the error.log file.
    Since it is very urgent, require help.

  • Error when posting the goods receipt

    Hi we have recently successfuly updated 4.6 B to ECC 6.0.But when i am doing captive consumption by 949 Mvt. through process message system gives an error that
    Error when posting the goods receipt
    Message no. CB345
    Diagnosis
    With the selected process message, a goods receipt for the order was reported to the warehouse (destination ZPI1).  However, an error occurred when the goods receipt was posted.
    Please do needful.
    Regards,
    PP

    Hi Daniel,
    This is the first time i am coming across an issue like this.
    neverthless from a logical front,
    1. Remove Cost center as a valid receiver in Settlement Profile.
    2. Your OKB9 setting are pretty much good. No need to worry about it.  Becasue, OKB9 only will work if the system doesn't identify any other cost object. In this case Production Order is an automatic cost object which system should have taken.
    3. Check the Settlement rule when you have created Production Order. It should have been MAT.
    4. I hope you are creating Production Order with Material (using CO01 and not CO07)
    5. Make sure in OPL8, the default rule in controlling tab is PP1.
    Once all these are fine, i do not see any reason why you will get your probelm.
    Please check and revert back to me if the problem still persists.
    Best Regards
    Surya

  • I am getting a error IO when trying to upload multiple images within wordpress using the flash uploader. I do not get the error when uploading using explorer. The error only appears if I try uploading using firefox....any ideas?

    I am getting a error IO when trying to upload multiple images within wordpress using the flash uploader. I do not get the error when uploading using explorer. The error only appears if I try uploading using firefox....any ideas?

    Logged the call with SAP who directed me to 'Define settings for attachments' in IMG and setting the 'Deactivate Java Applet' & 'Deactivate Attachment versioning' checkboxes - problem solved.

  • Keep getting this error when ever I try to use the CC_2014

    keep getting this error when ever I try to use the CC_2014 InDesign
    Unable to launch Adobe InDesign as you do not have sufficient permissions to access the preferences folders. Ensure that you have appropriate permissions and then restart Adobe InDesign.
    Also have Ai quit out on me in the CC_2014.
    This is very frustration since I use these the most

    For MAC try to give permissions to Adobe Indesign Folder:
    Users/[user]/Library/Caches/Adobe InDesign
    Users/[user]/Library/Preferences/Adobe InDesign
    Access hidden user library files | Mac OS 10.7 and later
    For Windows try to give permissions to Adobe Indesign Folder:
    C:\Users\[username]\AppData\Roaming\Adobe\InDesign
    C:\Users\[username]\AppData\Roaming\Adobe\InDesign
    Also you can try logging in under a local administrator account as suggested by jeff.

  • Ipod touch for Christmas, but cannot get started: after installing itunes, when connecting to my laptop I get no instruactions, just the error message "This iPod cannot be used because the Aplle Mobile Device service is not started". Any suggestions???

    ipod touch for Christmas, but cannot get started: after installing itunes, when connecting to my laptop I get no instruactions, just the error message "This iPod cannot be used because the Aplle Mobile Device service is not started". Any suggestions???

    Jennifer...
    Follow the instructions here >  iPod touch: How to restart the Apple Mobile Device Service (AMDS) on Windows

  • Error in posting to a ledger using sapfgubt

    Hi experts,
    May I ask your help regarding the dump error I get when posting to a ledger using the sap standard program sapfgubt. Below is my code.
    loop at itab.
    move correspoding fields of itab to sidata.
    perform e10_ext_table(sapfgubt) using ' ' ' ' 'X' sidata.
    endloop.
    perform f80_set_end_docnr(sapfgubt).
    perform f40_update(sapfgubt) using 'X' ' '.
    commit work.
    The error happens inside the "commit work" statement. It calls another sap standard program SAPLGLIU. The error specifically happens under the include program "LGLIUF11" when it inserts the entries into the ledger.
    The error says runtime errors: "SAPSQL_ARRAY_INSERT_DUPREC" and Except.: "CX_SY_OPEN_SQL_DB".
    It is saying that the record already exists with the same key even if it doesn't exist in the ledger yet.
    I was able to find a partial solution by adding a number per document line. Now it posts to the ledger successfully but there are times also that it fails to post and the program still dumps.
    Is there an OSS for this? do I need to add something.
    Any suggestion would be much appreciated.
    Thanks a lot!
    Edited by: bgmis pma on Dec 9, 2008 6:57 AM

    check
    V_T52EL
    V_T52EK
    t code OBYE  OBYG  once
    check especially for The TDS  wage type
    if possible send me the screen shot of pay roll accounting simulation
    check my bcard for my info
    Edited by: Sikindar on Oct 16, 2008 3:59 PM

  • Errors when generating a adobe form in report

    Hello,
    I have a problem with the solution of the errors to generate an adobe form. I put in a situation:
    - I need to create a form with several dinamic tables, each below the previous. For each dinamic table, apart from the header row (column titles) was necessary to create a table title above the header. Furthermore, this title should remain with the table, for example, if the header row and first row of the table is not entering the page, jump to the next page (but so must the title of the table next to them)
    My version of LCD is version 9.0.1.0 and adobe reader is 10.0
    One possible solution is proposed in this link (put text above the table with the title and check "Keep with Next "):
    http://forums.adobe.com/thread/849603?tstart=0
    This solution works correctly in the Preview in Adobe Live Cycle Designer, but when I run the form with a report generates an error file "error.pdf" Does anyone know who is that? The lines of code in which failure is just where the title of the table causes "Keep with Next ". In the Adobe forum, I have commented that the utility began to be usable in version 8.2 of ADS, we believe we have the 8.0 but not sure.
    ERRORS:
    Render status: success with warnings (pdf' Log Entries)
      Invalid version: The current version of the XFA template model exceeds the capability of XFAPresentationAgent.
      Invalid append operation: draw cannot have a child element of keep
      The fault occurred on line 212.
      Invalid append operation: draw cannot have a child element of keep
      The fault occurred on line 594.
      Invalid append operation: draw cannot have a child element of keep
      The fault occurred on line 1123.
      Invalid version: The current version of the XFA connectionSet model exceeds the capability of XFAPresentationAgent
      Invalid version: The current version of the XFA template model exceeds the capability of Acrobat / Adobe Reader 7.0.5.
      Unrecognized namespace XFA 2.8, defaulting to XFA 2.1
    Render status: success with warnings ('pcl' Log Entries)
      Invalid version: The current version of the XFA template model exceeds the capability of XFAPresentationAgent.
      Invalid append operation: draw cannot have a child element of keep
      The fault occurred on line 212.
      Invalid append operation: draw cannot have a child element of keep
      The fault occurred on line 594.
      Invalid append operation: draw cannot have a child element of keep
      The fault occurred on line 1123.
      Invalid version: The current version of the XFA connectionSet model exceeds the capability of XFAPresentationAgent
      Unrecognized namespace XFA 2.8, defaulting to XFA 2.1
    PS: I searched the forum but I can not understand the answers.
    Thanks very much
    Edited by: jmgaley on May 13, 2011 1:52 PM

    Hello,
    I found a possible cause of my failures. Has anyone needed to change the default version of PDF generated by ADS (Adobe Document Services)?
    "Changing the Default PDF Version"
                     http://help.sap.com/saphelp_nw04s/helpdata/en/37/504b8cbc2848a494facfdc09a359b1/frameset.htm
    My forms always generated pdf 1.6 (Acrobat 7.x), so they are generating so many errors. Also when I use the preview of the SFP transaction form, the need for PDF version is "1.7, Adobe Extension Level 3 (Acrobat 9.x)"or "1.7, Adobe Extension Level 5 (Acrobat 9.x) " (changing Form Properties -> Defaults -> Version of destination)
    How do you get out this version from the ADS? What you need to change?
    Greeting and thanks

  • Error when posting with Safari 10.3.2

    Hi all,
    This is odd, I can't post in 10.3 Usage and the Leopard Usage forum and here using Safari 1.3.2 but using Camino I was able to get right in and post here (or at least I'll see when I hit the "Post Message" button. Safari let me in but would keep returning errors when trying to post a topic or reply.
    Just thought I'd post here my situation as of right now. Anyone else having problems? Sorry, I lost the copy/paste of the error when I tried to post here with Safari.
    littleshoulders
    edit: Just now am editing this post with Safari again and it seems to be working again. Weird...I suppose just another small glitch while posting.
    Message was edited by: littleshoulders

    problem resolved itself. Thanks.

  • Error when posting to profitabilty segments

    Dear All
    I get the following error when posting poriftabilty segment data in the accounting doument, if i try to enter the same characteristic value even to diffrent G/L Accounts.
    Data record already exists
    Message no. KE581
    Diagnosis
    This error should not occur.
    Procedure
    Contact your system administrator or SAP directly (component CO-PA-ACT).
    Has anyone come across this issue... ? Pls let me know how to resolve this?
    Thanks
    Gayani

    Hi,
    Please implement the latest version of the note 1321225 into your system in order to solve this problem!
    Afterwards please execute the function module RKE_GENERATE_INTERFACE_ACT in transaction SE37 for the operating concern you use - as described in note 1321225 under 'Solution'!
    Please enter function module RKE_GENERATE_INTERFACE_ACT in transaction SE37, press F8, enter your operating concern and press F8 again.
    Afterwards the described problem with error message KE581 should be solved.
    regards
    Waman

  • IS-H Error when entening a new bank account in Patient Admission

    Hello,
    We have the following IS-H Error when entering a new bank account in PatientAdmission
    Bank control key and bank key do not match.
    Message number: AR142
    We do not have this problem when entering this bank account in Change Customer.
    Thanks in advance
    Best Regards

    Database Vendor Code: 1005 is being passed from the database client through the report engine - unmodified. E.g.; look for the error in your database documentation.
    See:
    Failed to retrieve data from the database. Details: [Database Vendor Code: <vendor code number>].
    Failed to open the connection. Details: [Database Vendor Code: <vendor code number>].
    Compare the version of the client you are using and "other people" are using.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Runtime Error when creating a new group

    I'm getting a runtime error when creating a new group on a site collection? 
    Thanks in advance

    The most possible reason is if your site collection is reached the maximum site quota limit,then there is chance to get the run time error while creating a new group.
    In this case,you will get the error while creating/updating the group or while adding the new user/uploading any content.
    Also Ensure the group name is not having any special/unsupported characters.
    Feel free to share the error screenshot/entry in the ULS logs.
    Please remember to click 'Mark as Answer' on the answer if it helps you
    Best Regards,
    Pavan Kumar Sapara
    s p kumar

  • Error when posting a SOAP request

    Hi all,
    Facing error when posting the SOAP request and after entering the Server Username and password giving error that http not found and url
    The URL i follow is http://<hostname>:<port>/XISOAPAdapter/MessageServlet?version=7.0&channel=:BusinessSystem:PI_SOAP_CC
    can any one of you tell me in place of XISOAPAdapter what should i place?
    Please help me to post the SOAP request to PI server.
    Thanks in advance ,
    Manohar.

    Hi ,
    copy the same URL  (Endpoint that you had given while generating wsdl file) to the browser and chek the status. ( http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel)
    See the below URL for the same i.e. SOAP adapter...http://help.sap.com/saphelp_nw04/helpdata/en/fc/5ad93f130f9215e10000000a155106/content.htm
    You should get response something like this '
    Message Servlet is in Status OK
    Status information:
    Servlet com.sap.aii.af.mp.soap.web.MessageServlet (Version $Id: //tc/aii/30_REL/src/_adapters/_soap/java/com/sap/aii/af/mp/soap/web/MessageServlet.java#15 $) bound to /MessageServlet
    Classname ModuleProcessor: null
    Lookupname for localModuleProcessorLookupName: localejbs/ModuleProcessorBean
    Lookupname for remoteModuleProcessorLookupName: null
    ModuleProcessorClass not instantiated
    ModuleProcessorLocal is Instance of com.sap.aii.af.mp.processor.ModuleProcessorLocalLocalObjectImpl0_0
    ModuleProcessorRemote not instantiated
    This  is make sure that webservice endpoint is given correctly. Don't forget to give username and password for connecting to XI server. user should xiappluser .
    Ranjeet Singh.

Maybe you are looking for

  • Request parameter from jsp in servlet

    i need to know what is the complete code in servlet to get parameters from the fragment code shown below in a jsp file. Neddng it urgent, thank in advance, take care. <form method="get"> field: <input type="text" name="field"> <br> tablename: <input

  • Can't log in to game center on iPhone 5

    Hi.. Game Center on my iPhone 5 is not working. I have updated my iPhone to the latest iOS 6.1 and have updated all my games.. It was working just fine until a few days ago when it suddenly stopped working. My game center ID and log in is working per

  • How do I move my iTunes library (palylists and history) from PC to Mac?

    I want to move my iTunes library (playlists and history - not just the files) from my Windows PC to a new Apple Mac. I have an external hard drive and I have moved all the song files over to the MAC. How do I load up the library with playlists and hi

  • LSMW for routing with standard batch input

    Hello All, I am trying to prepare one LSMW for routing upload for PP module. Routing data contains header data, operation data and master inspection characteristics data. I have created three source structures viz. material- task list header, task he

  • Premiere CS6 keeps crashing during render

    Hey everyone, I'm currently editing a feature film and is the first time I've edited with Premiere with this amount of clips, going into the thousands. Thus far though, everything was going fine until today when I needed to combine reels to come out