Publish Translation Problem

Hello,
i translated a few pages and want to publish the translation. But this time it doesnt really work.
The error message is:
Action failed. More Information in the protocol.
So i don't know what the error is and i can't find anything in the protocol.
So anyone has any ideo what i have to do? :/
Robert

So nobody has any Idea?

Similar Messages

  • BI Publisher Translation Problem..PLZ HELP !!

    Hello Friends,
    I am trying to do some translation work on BI Publisher. I have created a report in BI Publisher. Created a template using BI Publisher Desktop in RTF Format.Created the XLIFF File. And changed the respective <TARGET> s that were required. (The Translation is in Arabic [ AR-SA])
    Now The Problem is that When I do PREVIEW TRANSLATION . The Translation is working fine. But When I try to view the same translated report in BI Publisher. Only those parts related to the database are getting changed..(Like digits)..
    I have kept the naming convention as follows : SampleSales_ar_SA.rtf / SampleSales_ar_SA.xlf and have uploaded both the files from the LAYOUT.. But when I set the REPORT LOCAL LANGUAGE to "Arabic(SAUDI ARABIA)" the above stated problem creeps out..
    I have been stuck at this for the last 3 days.. Am I missing any step.. Please Help me out .. !!!!!

    Yes I have installed the fonts under Windows/Fonts. Otherwise the Translation Preview wont be working.
    I also tried pasting the fonts in XMLP/Fonts .. But when I tried to select it from BI Publisher under REPORT-CONFIGURE-PDF FONT It dosent get reflected in the drop down list..
    Can You please tell me the steps how to make it available to BIP Engine At Runtime....

  • Ora-600 publishing translation

    Getting following error when publishing translation:
    ORA-20001: Sync error: WWV_FLOW_ICON_BAR.ICON_IMAGE_ALT ORA-00600: internal error code, arguments: [kkxlsb csid mismatch], [871], [871], [1], [2], [], [], []
    Problem happened in 1.6 and after upgrading to 2.0.
    DB is 10g Release 1running on Itanium. Character set is UTF-8 (For Developer 6i compatibility).
    Start of dump file is below.
    Please advise.
    Dump file e:\oracle\admin\db\udump\db_ora_2960.trc
    Tue Nov 15 17:11:30 2005
    ORACLE V10.1.0.2.0 - 64bit Production vsnsta=0
    vsnsql=13 vsnxtr=3
    Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Windows Server 2003 Version V5.2
    CPU : 1 - type 2200, 1 Physical Cores
    Process Affinity: 0x0000000000000000
    Memory (A/P) : PH:623M/2039M, PG:4760M/5949M
    Instance name: db
    Redo thread mounted by this instance: 1
    Oracle process number: 35
    Windows thread id: 2960, image: ORACLE.EXE (SHAD)
    *** ACTION NAME:(PAGE 4755) 2005-11-15 17:11:30.318
    *** MODULE NAME:(HTML DB:APPLICATION 4000) 2005-11-15 17:11:30.318
    *** SERVICE NAME:(db) 2005-11-15 17:11:30.318
    *** CLIENT ID:(DBOWN:12787257745529832838) 2005-11-15 17:11:30.318
    *** SESSION ID:(138.36224) 2005-11-15 17:11:30.318
    *** 2005-11-15 17:11:30.318
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [kkxlsb csid mismatch], [871], [871], [1], [2], [], [], []
    Current SQL statement for this session:
    declare
    l_flow_id number := 107;
    l_language varchar2(30) := 'zh-cn';
    l_translate_from_flow_table varchar2(255) := 'WWV_FLOW_ICON_BAR';
    l_translate_from_flow_column varchar2(255) := 'ICON_IMAGE_ALT';
    l_value varchar2(32767);
    begin
    for c1 in (
    select translated_flow_id, translate_to_id, translate_from_id, translate_to_text v
    from wwv_flow_translatable_text$
    where flow_id = l_flow_id
    and translate_from_flow_table = l_translate_from_flow_table
    and translate_from_flow_column = l_translate_from_flow_column
    and translate_to_lang_code = l_language
    ) loop
    l_value := dbms_lob.substr(to_clob(c1.v),dbms_lob.getlength(c1.v),1);
    if lengthb(l_value) > 4000 then
    for i in reverse 1..length(l_value) loop
    if lengthb(substr(l_value,1,i)) <= 4000 then
    l_value := substr(l_value,1,i);
    exit;
    end if;
    end loop;
    end if;
    update WWV_FLOW_ICON_BAR set ICON_IMAGE_ALT = l_value
    where FLOW_ID = c1.translated_flow_id
    and ID = c1.TRANSLATE_TO_ID
    ; end loop;
    end;
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    00000000F683E148 783 package body SYS.DBMS_LOB
    00000000F87965D0 16 anonymous block
    00000000F659C7C8 111 procedure FLOWS_020000.WWV_FLOW_SYNC_TRANSLATIONS
    00000000F82A5950 13 anonymous block
    00000000F71CE028 1200 package body SYS.DBMS_SYS_SQL
    00000000F73C0F68 224 package body FLOWS_020000.WWV_EXECUTE_IMMEDIATE
    00000000F8B2F720 3791 package body FLOWS_020000.WWV_FLOW
    00000000F8B2F720 10856 package body FLOWS_020000.WWV_FLOW
    00000000F73C82B0 10 anonymous block
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    .kgerinv+416 CALL??? .ksfdmp+64 6FBEF6C4B50 000000003
    C000000000000612 6FBFE4C9AE0
    .kgeasnmierr+160 CALL??? .kgerinv+416 6FBEF6C4B50 6FBEF6C5AE8
    008E09C20 000000004
    .kkxlsb+2224 CALL??? .kgeasnmierr+160 6FBE0D3F168 6FBE0D3F160
    008E09C20 000000004
    .kkxlcsb+48 CALL??? .kkxlsb+2224 6FBE0D3F410 6FBE0D3F470
    6FBEF3CE808 000000070
    .pevm_icd_call_comm CALL??? .kkxlcsb+48 6FBE9759FE0 000000004
    on+1200 6FBEF3CE808 C000000000000691
    .pfrinstr_ICAL+272 CALL??? .pevm_icd_call_comm 6FBE9759FE0 000000000
    on+1200 6FBEF6C5AD8 6FBE0D3F4F0
    .pfrrun_no_tool+192 CALL??? .pfrinstr_ICAL+272 6FBE9759FE0 000000004
    6FBE975A048 C00000000000048C
    .pfrrun+2240 CALL??? .pfrrun_no_tool+192 6FBE9759FE0 000002001
    6FBE975A048 C000000000000593
    .plsql_run+1968 CALL??? .pfrrun+2240 0F6583138 C000000000000511
    6FBFD16C8B0 000000005
    .peicnt+576 CALL??? .plsql_run+1968 6FBEF6C5AD8 6FBE0D3FE70
    6FBE975A108 C000000000000309
    .kkxexe+976 CALL??? .peicnt+576 000000000 6FBE0D403C0
    C000000000000716 006B06D90
    .opiexe+21216 CALL??? .kkxexe+976 6FBE975A4B0 C000000000000FA7
    00612E060 0070F0000
    .opipls+4704 CALL??? .opiexe+21216 6FBE99003B0 6FBE99003B4
    0F66FFE18 C000000000001430
    .opiodr+3248 CALL??? .opipls+4704 000000066 6FBE0D41D88
    6FBEF6D11F0 C00000000000050F
    .rpidrus+384 CALL??? .opiodr+3248 6FBEF6C7198 6FBEF6C5AD8
    6FBE0D42380 00000000A
    .rpidru+256 CALL??? .rpidrus+384 6FBEF6C5AD8 C000000000000307
    005536440 000000000
    .rpiswu2+2112 CALL??? .rpidru+256 6FBE0D43DF0 C000000000002EE0
    005532980 0070F0000
    .rpidrv+3216 CALL??? .rpiswu2+2112 0FB63C7F8 000000084
    6FBE0D43E50 000000000
    .psddr0+1040 CALL??? .rpidrv+3216 000000000 6FBEF6C5AD8
    6FBE0D43BB0 6FBEF6D0868
    .psdnal+768 CALL??? .psddr0+1040 6FBE0D43F40 000000066
    000000000 000000000
    .pevm_EXIM+496 CALL??? .psdnal+768 6FBE0D450D0 6FBE0D450B0
    00000461D 6FBE94053B0
    .pfrinstr_EXIM+80 CALL??? .pevm_EXIM+496 6FBE964EEC0 6FBE964EEC8
    C000000000000308 6FBFD225210
    .pfrrun_no_tool+192 CALL??? .pfrinstr_EXIM+80 6FBE964EEC0 0F770D61C
    6FBE964EF28 C00000000000048C
    .pfrrun+2240 CALL??? .pfrrun_no_tool+192 6FBE964EEC0 000002001
    6FBE964EF28 C000000000000593
    .plsql_run+1968 CALL??? .pfrrun+2240 0F770D12A C000000000000511
    6FBFD16C8B0 000000002
    .peicnt+576 CALL??? .plsql_run+1968 6FBEF6C5AD8 6FBE0D44880
    6FBE964EFE8 C000000000000309
    .kkxexe+1840 CALL??? .peicnt+576 000000000 6FBE0D44DD0
    C000000000000716 006B070F0
    .opiexe+21216 CALL??? .kkxexe+1840 6FBE964F390 C000000000000FA7
    00612E060 0070F0000
    .opiall0+4832 CALL??? .opiexe+21216 6FBE990F808 6FBE990F80C
    0F73A9680 C000000000000A9D
    .opikpr+1536 CALL??? .opiall0+4832 006FA6E48 00000CC60
    6FBEF6D0868 6FBE0D4686C
    .opiodr+3248 CALL??? .opikpr+1536 000000065 6FBE9653BC0
    000001200 C00000000000050F
    .rpidrus+384 CALL??? .opiodr+3248 6FBEF6C7198 6FBEF6C5AD8
    6FBE0D47310 000000007
    .rpidru+256 CALL??? .rpidrus+384 6FBEF6C5AD8 C000000000000307
    005536440 000000000
    .rpiswu2+2112 CALL??? .rpidru+256 6FBE0D48D80 C000000000002EE0
    005532980 0070F0000
    .kprball+2608 CALL??? .rpiswu2+2112 0FB63C8C0 0FB63C8C6
    6FBE0D48E0E 000000000
    .kkxsexr+1280 CALL??? .kprball+2608 0FB63C7F8 6FBE0D48DD8
    C00000000000038A 005444980
    .kkxsexe+1904 CALL??? .kkxsexr+1280 000000000 000000001
    C000000000000610 005443D70
    .pevm_icd_call_comm CALL??? .kkxsexe+1904 000000000 6FBEF6D2404
    on+1200 6FBE948EE50 C000000000000691
    .pfrinstr_ICAL+272 CALL??? .pevm_icd_call_comm 6FBE97EF3E8 000000000
    on+1200 6FBEF6C5AD8 6FBE0D491D0
    .pfrrun_no_tool+192 CALL??? .pfrinstr_ICAL+272 6FBE97EF3E8 000000002
    6FBE97EF450 C00000000000048C
    .pfrrun+2240 CALL??? .pfrrun_no_tool+192 6FBE97EF3E8 000002001
    6FBE97EF450 C000000000000593
    .plsql_run+1968 CALL??? .pfrrun+2240 0F7EFB4F8 C000000000000511
    6FBFD16C8B0 000000003
    .peicnt+576 CALL??? .plsql_run+1968 6FBEF6C5AD8 6FBE0D49B50
    6FBE97EF510 C000000000000309
    .kkxexe+1840 CALL??? .peicnt+576 000000000 6FBE0D4A0A0
    C000000000000716 006B070F0
    .opiexe+21216 CALL??? .kkxexe+1840 6FBE97EF8B8 C000000000000FA7
    00612E060 0070F0000
    .kpoal8+3712 CALL??? .opiexe+21216 6FBE990FCB8 6FBE990FCBC
    0F61384E0 C000000000001838
    .opiodr+3248 CALL??? .kpoal8+3712 00000881F 6FBE0D4CD20
    6FBE0D4CCF8 C00000000000050F
    .ttcpip+1616 CALL??? .opiodr+3248 6FBEF6C7198 6FBEF6C5AD8
    6FBE0D4BB30 000000000
    .opitsk+1984 CALL??? .ttcpip+1616 6FBEF6CBA60 6FBE0D4D7BC
    6FBE0D4CCF8 000000000
    .opiino+2320 CALL??? .opitsk+1984 000000000 000000000
    C000000000000611 0058F5DD0
    .opiodr+3248 CALL??? .opiino+2320 6FBE0D4E8D0 6FBE0D4FC00
    6FBE992EC60 C00000000000050F
    .opidrv+3056 CALL??? .opiodr+3248 6FBEF6C7198 6FBEF6C5AD8
    6FBE0D4EBC0 000000000
    .sou2o+80 CALL??? .opidrv+3056 000000000 6FBE0D4F8F0
    6FBE0D4FBF0 C00000000000040B
    .opimai+384 CALL??? .sou2o+80 6FBE0D4FC20 00000003C
    000000004 6FBE0D4FBF0
    .OracleThreadStart+ CALL??? .opimai+384 6FBE0D4FBF0 6FBE0D4FC98
    6784 C000000000001C3C 000405800
    0000000077D24400 CALL??? .OracleThreadStart+ 6FBFB2457D4 C00000000000040C
    6784 077D24400 6FBE0D4FCCC
    --------------------- Binary Stack Dump ---------------------
    ========== FRAME [1] (.kgerinv+416 -> .ksfdmp+64) ==========
    Dump of memory from 0x000006FBE0D52180 to 0x000006FBE0D521E0
    6FBE0D52180 EF6C4B50 000006FB 00000003 00000000 [PKl.............]
    6FBE0D52190 00000612 C0000000 FE4C9AE0 000006FB [..........L.....]
    6FBE0D521A0 070F0000 00000000 EF6D2BA8 000006FB [.........+m.....]
    6FBE0D521B0 00000286 C0000000 00948D40 00000000 [........@.......]
    6FBE0D521C0 E0D521A8 000006FB 00000000 00000000 [.!..............]
    6FBE0D521D0 00000000 00000000 0000000E 00000000 [................]
    ========== FRAME [2] (.kgeasnmierr+160 -> .kgerinv+416) ==========
    Dump of memory from 0x000006FBE0D52120 to 0x000006FBE0D52178
    6FBE0D52120 EF6C4B50 000006FB EF6C5AE8 000006FB [PKl......Zl.....]
    6FBE0D52130 08E09C20 00000000 00000004 00000000 [ ...............]
    6FBE0D52140 E0D3F180 000006FB 00000590 C0000000 [................]
    6FBE0D52150 FE4CAE60 000006FB FF0FC000 000006FB [`.L.............]
    6FBE0D52160 06B5E860 00000000 EF6C4CB0 000006FB [`........Ll.....]
    6FBE0D52170 EF6C5E40 000006FB [@^l.....]
    ========== FRAME [3] (.kkxlsb+2224 -> .kgeasnmierr+160) ==========
    Dump of memory from 0x000006FBE0D520C8 to 0x000006FBE0D52150
    6FBE0D520C0 E0D3F168 000006FB [h.......]
    6FBE0D520D0 E0D3F160 000006FB 08E09C20 00000000 [`....... .......]
    6FBE0D520E0 00000004 00000000 00000000 00000000 [................]
    6FBE0D520F0 00000367 00000000 00000000 00000000 [g...............]
    6FBE0D52100 00000367 00000000 00000899 C0000000 [g...............]
    6FBE0D52110 02A314F0 00000000 00000000 00000000 [................]
    6FBE0D52120 EF6C4B50 000006FB EF6C5AE8 000006FB [PKl......Zl.....]
    6FBE0D52130 08E09C20 00000000 00000004 00000000 [ ...............]
    6FBE0D52140 E0D3F180 000006FB 00000590 C0000000 [................]
    ========== FRAME [4] (.kkxlcsb+48 -> .kkxlsb+2224) ==========
    Dump of memory from 0x000006FBE0D52040 to 0x000006FBE0D52068
    6FBE0D52040 E0D3F410 000006FB E0D3F470 000006FB [........p.......]
    6FBE0D52050 EF3CE808 000006FB 00000070 00000000 [..<.....p.......]
    6FBE0D52060 00000289 C0000000 [........]
    ========== FRAME [5] (.pevm_icd_call_common+1200 -> .kkxlcsb+48) ==========
    Dump of memory from 0x000006FBE0D52018 to 0x000006FBE0D52088
    6FBE0D52010 E9759FE0 000006FB [..u.....]
    6FBE0D52020 00000004 00000000 EF3CE808 000006FB [..........<.....]
    6FBE0D52030 00000691 C0000000 FD14EB30 000006FB [........0.......]
    6FBE0D52040 E0D3F410 000006FB E0D3F470 000006FB [........p.......]
    6FBE0D52050 EF3CE808 000006FB 00000070 00000000 [..<.....p.......]
    6FBE0D52060 00000289 C0000000 02A23FF0 00000000 [.........?......]
    6FBE0D52070 E0D52040 000006FB E0D3F474 000006FB [@ ......t.......]
    6FBE0D52080 E0D3F770 000006FB [p.......]
    ========== FRAME [6] (.pfrinstr_ICAL+272 -> .pevm_icd_call_common+1200) ==========
    Dump of memory from 0x000006FBE0D51FA8 to 0x000006FBE0D52000
    6FBE0D51FA0 E9759FE0 000006FB [..u.....]
    6FBE0D51FB0 00000000 00000000 EF6C5AD8 000006FB [.........Zl.....]
    6FBE0D51FC0 E0D3F4F0 000006FB E55A0490 000006FB [..........Z.....]
    6FBE0D51FD0 00000000 00000000 EF3CE808 000006FB [..........<.....]
    6FBE0D51FE0 00000592 C0000000 FD223450 000006FB [........P4".....]
    6FBE0D51FF0 00000004 00000000 00000000 00000000 [................]

    Refer below metalink doc
    *ORA-600 [15160] [ID 138428.1]*

  • Unable to publish translated text using translation worklist coordination

    Hi Experts,
    I am using portal content translation.  I have successfully completed translation. In Worklist translation, I can see the status as 'Translated'.
    Even in Translation Worklist Coordination, I can see following message:
    "Status of translation worklist is "Translated". It is not possible to add new objects to the translation worklist."
    However, when I am hitting 'Publish Translation' button in 'Translation Worklist Coordination', following message is getting displayed:
    "The action failed. Check the log output for additional information."
    Can you please let me know what is going wrong here. I don't have rights to see the log.
    Regards,
    Stuart

    Hi,
    I am new to portal and facing the same problem when i want to set the language as German ,have you got the solution?If yes I will be very thankful to get the reply.
    Thanks,
    Rashmi.

  • Translation Problem in app Map

    Hi, there is a translation problem in the new app Map. The Hong Kong City Hall is a place to perform art like dancing and drama, and its name in traditional Chinese is 香港大會堂.However, the map use a name of "中國香港特別行政區市政府" which means "China Hong Kong SAR government office" which is completly wrong polictically and logically. This is a very serious problem that Apple should fix ASAP in order to prevent users complaining on the simple mistake Apple just made.
    Looking forward from your reply
    Seravee

    Apple does not monitor these forum for suggestions. I would follow the instructions here:
    How to add a location or report a problem in iOS 6 Maps | iMore.com
    You can also go here:
    Apple - iPod touch – Feedback

  • Translation Problem – Region Disappearing

    Translation Problem – Region Disappearing
    I recently started working on translating my application to German. When I apply my xlif file I have a problem with the contents of all my report regions using Vertical Report Look 2 disappear.
    The report region is still visible, however the report contents (corresponding to the report template) have completely disappeared.
    When I switch back to English (setting FSP_LANGUAGE_PREFERANCE) the report contents are once again visible.
    I am using theme 7.
    Thanks in advance.
    -Immanuel

    Hi Joel,
    Dont worry about that last request, i have already fixed the problem.
    If anyone else has this problem they can fix it by creating a custom report template with the following code:
    Report template Before Rows:
    <table summary="Vertical" class="t7vertical3" align="center" border="0" cellspacing="0" cellpadding="0">
    Include the following in your Theme.css (or theme_V2.csss in the case of theme 7):
    table.t7vertical3 {border:0px #bbbbbb solid;border-collapse:collapse;background:#ffffff;font-size:8pt;}
    table.t7vertical3 tr {border-top:1px;}
    table.t7vertical3 td.L{font-weight:bold;vertical-align:top;padding:2px;white-space:nowrap;width:30%;text-align:right;border:0px #bbbbbb solid;background:#999999;color:#ffffff;border:1px #bbbbbb solid;}
    table.t7vertical3 td{padding:2px;border:1px #bbbbbb solid;text-align:left;}
    Cheers,
    Immanuel

  • Translation problem , While conversion from English to Poland

    Hello Gurus
    Pl suggest  Translation problem , While conversion from English to Poland  getting message
    "Code page not found for Poland "
    Code page 1401 exits in system
    SAP version 4.6C
    Best regards
    Krish

    Dear Vamsi,
    Please check the below lonk may be it heps.
    Translation to different languages. How??????
    Regards
    Pranay

  • Error when publishing translation

    Hi,
    I'm working on APEX 3.2.0.00.27 and when I try to publish the translated application. I get this error:
    ORA-20001: Error during execution of wwv_flow_copy: WWV_FLOW_LIST_OF_VALUES_DATA >> ORA-02291: integrity constraint (APEX_030200.WWV_FLOW_LOV_DATA_FK) violated - parent key not found
    Error creating translation flow (step 1 of 2).
    Did someone already get this error and found a solution?
    I tried deleting the mapping, deleting and reimporting the application. Nothing worked.
    Thank you,
    Alexandre

    Hi Alexandre,
    I got a similar error trying to create a translated application using Apex 4.0.2
    ORA-20001: Error during execution of wwv_flow_copy: WWV_FLOW_STEP_ITEMS >> ORA-02291: integrity constraint (APEX_040000.WWV_FLOW_STEP_ITEMS_PLUG_FK)
    violated - parent key not found
    Error creating translation
    I read a solution for this problem from joel kallmann fixing a database bug using Patch 6456920. But this is for APEX 3.0.1.00.07 or 3.0.1.00.08 only.
    See Re: Error while translating whole application
    I have examined the patch script. It really has to be revision 3.0.1.00.07 or 3.0.1.00.08.
    Did you got a solution?
    Thanks Roland
    Edited by: rfischerwasels on May 20, 2011 6:16 PM

  • Translation Problems

    Hi,
    I am trying to create a multi-lingual application and am having a problem with the translation process.
    After I i publish my translated application it does not appear in my application builder list of apps - how can i modify it or delete it if it does not appear?
    Also when i run the application by entering the Ap_ID into the nav bar i get error: ORA-0000: normal, successful completion
    Error Unable to fetch authentication_scheme in application 28989.
    OK
    As i cant see the translated application in the Application Builder there is no way of me entering the Shared Components to try and fix this problem. Do i need to create a blank application with the Ap_ID of the translated application before i do the publish? The APEX user guide is not very clear on this.
    Thanks for any help you can provide!

    Greg - After you publish a translated application, you are to reference the original application ID in all links to it and never reference the translated ID. You will not see the translated application in the Builder pages, as it is improper to edit the translated application directly.
    Scott

  • Published GIF Problems!  Please help

    I've created a flash animation and published it as a GIF
    animation that continuously loops. After previewing my GIF there
    are black blocks wherever there is TEXT. Anyone know how to fix
    this? I've never encountered this problem before so I have no idea
    how to fix it...

    OK I found a way around this problem... I delete all the text
    that I had created within Flash and recreated it in Photoshop. I
    rasterized the type in Photoshop the I saved the files as PSD. I
    then went in to Flash and imported them to the library. I place the
    images of the text where they had originally been in my Flash file.
    When I published it as an animated GIF the file was perfect... No
    Black or White blocks...
    SO you might try that... I'm not sure what Flash changed, but
    I used to create text for animiated gif before without any
    problems...

  • Xml publisher report problem

    I have a xml publisher report which list job names. After submitting concurrent program, I am getting below error
    A semi colon character was expected. Error processing resource
    some of the Jobs have special character '&'. below is code
    CREATE OR REPLACE PACKAGE BODY XML_RPT AS
        FUNCTION XML_TAG (p_tag IN VARCHAR2, p_data IN VARCHAR2) RETURN VARCHAR2 IS
        l_ret_str VARCHAR2(5000);
        BEGIN
            l_ret_str := '<'||p_tag||'>'||p_data||'</'||p_tag||'>';
            RETURN l_ret_str;
        END XML_TAG;
         PROCEDURE JOBS(errbuf          OUT  VARCHAR2,
                         retcode         OUT  NUMBER) IS
        CURSOR inv_Cur  IS
            select name          
            from per_jobs pv;        
         xmldata            varchar2(1000);
         l_sqlstr           varchar2(1000);
         l_seqnum           varchar2(3);
         l_job_name      varchar2(100);
        BEGIN
          xmldata := '<?xml version="1.0" encoding="UTF-8"?>';     
          xmldata :=xmldata|| '<JOB>';
          xmldata := xmldata||' <LIST_JOB>';
          fnd_file.put_line(fnd_file.output,xmldata);    
          FOR rpt_rec IN inv_Cur LOOP
              xmldata := '<JOB_REC>';
              l_job_name := replace(rpt_rec.JOB_NAME,'&','&amp');         
              xmldata := xmldata || XXMCG_XML_TAG('JOB_NAME',L_JOB_NAME);
              xmldata :=xmldata|| '</JOB_REC>';
              fnd_file.put_line(fnd_file.output,xmldata);
          END LOOP;
          xmldata := '</LIST_JOB>';
          xmldata := xmldata||'</JOB>';
         fnd_file.put_line(fnd_file.output,xmldata);
        EXCEPTION
        WHEN OTHERS THEN
             fnd_file.put_line(fnd_file.log,substr(SQLERRM,1,500));
        END JOBS;
    END XML_RPT;

    I resolved the problem. I have to put ; in the special character.

  • Currency translation problem for calculated key figure

    Hi All
    I have a problem with the currency translation for a calculated key figure.
    I have a requirement to show the MM consignment stock value in the specified currency from the selection screen.
    For consignment stock, there is no value maintained in the system. So for this we need to calculate the value as below
    Restricted key figure: RKFConsignment stock: Total stock with special stock indicator restriction "K"
    Calculated keyfigure: Consignment stock value = Nodim( RKFConsignment stock) * (Standard cost / price unit).
    Here, in the calculated keyfigure properties --> I have used a currency translation for the 0CALMONTH.
    The query has selection on the 0calmonth.
    But in the result the I am getting unexpected results.
    Do we have any inconsistencies in the currency translation on the formulas?
    Please help me on this.
    Regards
    S.R

    Hi All
    I have noticed something. I changed my query date selection to Calendar day - Keydate instead of calendar month.
    And I have changed the currency variable to fixed exchange rate "CHF", it is working fine.
    I think I have some problem with the currency translation variable.
    Could anyone of you please send me the currency translation variable for Calendar month with the below parameters
    exch rate  type :  M
    Time reference : 0CALMONTH
                               End of month
    Target currency for a variable : < var created on 0currency>
    For my report,  i need calendar month selection, currency selection.
    Please help me with your ideas.
    Thank you
    Regards
    S.R

  • Error message when publishing and problems opening output file

    I have 5 projects linked together. When I publish one, I get a message that the files listed below are linked to the open project, and one or more of these projects may require exporting. I have tried to open these files and choose File | Export | Project to | but the options in the list (Flash 8 and Flash CS3) are both grayed out--on every one of these files. I'm publishing to Flash 9.
    I didn't think much about this message until a few reviewers said they can't open the project, or when they do, they don't see my playbar on the skin.
    One more thing--when an IT person was trying to help one reviewer open the output file, the IT person said "Oh, there's a problem with the code in line 25." I guess that's the html code? I'm not a programmer, but I can look at html code. What should I be seeing there in line 25?
    Is their problem opening the output file(s) related to my message about possibly needing to export files? Why might they be having problems getting the output file to open?
    Thanks for any insights you can provide!
    SAM

    Hi Sam
    It depends on a number of things. Are you certain you uploaded all the files involved? If not, there will be problems.
    The message about the linked files is quite simply advising you that you have links from that particular movie that will expect to find the files being linked to.
    If a person isn't seeing playback controls and you have included them, it's likely you haven't provided the correct link for them to open and play the file. Typically you provide a link to the HTML page Captivate creates. As long as all the output files are in the same place on the server, you should be good to go.
    Cheers... Rick
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • XML Publisher Table problem

    Hi,
    I have been trying to build a table in a BI Report that does the following my attempts so far have not work. What I would like to happen is to have a table that has 15 rows displayed even if there are not 15 line items and in the event of more than 15 line items I would then like the extra lines to rollover to the next page displaying 15 rows in the table even if the remainder of line items is not 15. The report generates output for multiple customers. Please could someone advise how I could do this?
    Thank you,
    Mark

    A method for soving this problem is described here:
    http://oracle.anilpassi.com/xml-publisher-developing-reports-printed-on-pre-printed-stationary.html

  • XML Publisher Template Problem

    Hi
    This is very basic question as I am new to XML/BI Publisher
    I am using templates in iRecruitment for Offers. I am facing problems when I am formatting numbers and uploading the templates.
    Problem is when I see the offer letter from Application, it generates pdf with following format
    120u000n00 whereas number should be 120,000.00
    My number format is as follows
    $#,##0.00;
    I am using Word 2007 and saving the file as rtf document. Uploading the document to R12.0.4

    What is your locale?
    <?show-page-total:TotalFieldName;'Oracle-number-format'?>
    "BI Publisher supports two methods for specifying the number format:
    • Microsoft Word's Native number format mask
    • Oracle's format-number function
    Note: You can also use the native XSL format-number function to
    format numbers. See: Native XSL Number Formatting, page 5-126."
    "To use the Oracle format mask or the Microsoft format mask, the numbers in your data source must be in a raw format, with no formatting applied (for example: 1000.00). If the number has been formatted for European countries (for example: 1.000,00) the format will not work."
    Is more than one format model being applied? That will cause problems too.

Maybe you are looking for

  • Disk Utility: What does "scan image for restore" do?

    Before restoring a disk image, I know that I need to use Disk Utility's "Scan Image for Restore-" feature. Exactly what does this feature do?

  • Installing Oracle 10g on Enterprise Linux 4 Update 5 Media Pack for x86_64

    Hello everyone, I'm trying to determine whether the required rpm packages are installed on the new EL 4, and it seems after running the query using the # rpm -q there are packages missing. According to the install section from the Doc Library these p

  • ARP Aging Time

    Hi there, Just wondering why, when i do show arp, in my WS-C4506, whith Supervisor II+ 1000BaseX, and cat4000-i9k91s-mz.122-25.EWA5.bin, it seems that i have +/- 20 % of arp entrys with the aging time of 0 sec all the time. I think it should incremen

  • Promblem about inheritance and saving data

    I have Product class (super class) and Kitchen class (sub class). When I want to create a Kitchen object and write it to a *.txt file. However the error occurs: "java.lang.NullPointerException". What is going wrong? Please help. Thanks Product class

  • Color management bug?

    Hi, the following problem arised: (1) Developed Canon raw file (.cr2) to BW then dual toned (in German: Teiltonung) (2)exported to PS CS3 (with LR settings applied, I think the other options were greyed out) The images in Lightroom and PS look signif