Writeback on OBIEE11.1.1.6

Hi,
I try to set writeback on OBIEE11.1.1.6,
but after I changed one value and applied it ,it said write back error.
anyone know why?
thanks in advance!

Hi
now the problem has been solved.
I have followed the link:
http://docs.oracle.com/cd/E14571_01/bi.1111/e10541/answersconfigset.htm
first I set the folder customMessages to customMessage,
so it was not work.

Similar Messages

  • Writeback error in OBIEE 11g

    I am using the writeback template below. It works fine if my browser is set to English language.
    *<?xml version="1.0" encoding="utf-8" ?>*
    *<WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">*
    *<WebMessageTable lang="en-us" system="WriteBack" table="Messages">*
    *<WebMessage name="PartyItemNoteTemplate">*
    *<XML>*
    *<writeBack connectionPool="WriteBackCP">*
    *<insert> </insert>*
    *<update>*
    INSERT INTO PARTY_ITEM_NOTES (note_key, item_num, party_id, note_text, latest_party_item_note_flag, created_by) VALUES (bi_party_notes_s.NEXTVAL, '@3', @17, '@15', 'Y', '@16');
    *</update>*
    *</writeBack>*
    *</XML>*
    *</WebMessage>*
    *<WebMessage name="PartyItemNoteEditTemplate">*
    *<XML>*
    *<writeBack connectionPool="WriteBackCP">*
    *<insert> </insert>*
    *<update>*
    INSERT INTO PARTY_ITEM_NOTES (note_key, item_num, party_id, note_text, latest_party_item_note_flag, created_by) VALUES (bi_party_notes_s.NEXTVAL, '@2', @7, '@6', 'Y', '@8');
    *</update>*
    *</writeBack>*
    *</XML>*
    *</WebMessage>*
    *</WebMessageTable>*
    *</WebMessageTables>*
    The problem is when I try this using other browser languages, I get a red box with a generic 'Write-back Error' error message in it, and the writeback does not work.
    German error: Rückschreib-Fehler
    French error: Erreur de réécriture
    etc...
    The party_item_notes table is defined as follows:
    CREATE TABLE warehouse.party_item_notes
    note_key                     NUMBER(10),
    item_num                     VARCHAR2(32 BYTE),
    party_id                     NUMBER(15),
    note_text                    VARCHAR2(150 BYTE),
    latest_party_item_note_flag  CHAR(1 BYTE),
    created_by                   VARCHAR2(15 BYTE),
    created_date                 DATE             DEFAULT SYSDATE
    I tried executing the insert statements in TOAD after running ALTER SESSION SET NLS_LANGUAGE= 'FRENCH' - and it worked fine, the row was inserted without errors. Has anyone else run across this issue, or does anyone have any ideas what might be causing it?
    -Nick

    <WebMessage name="TROUBLE_TICKETS_New">
    <XML>
    <writeBack connectionPool="GSC_SMR_CP">
    <INSERT> UPDATE GSC_TGT_TROUBLE_TICKETS
    SET
    OTG_CAUSE=UPPER('@{c9227d804691e9716}'),
    Total_TICKET_TIME='@{cf19c99ecc1414eb9}',
    ELAPSED_REPAIR_TIME_HRS =('@{cf19c99ecc1414eb9}'/60),
    APPROVED=UPPER('@{cb45e48c440ebf89e}'),
    SLA_EXCLUSION=UPPER('@{c10a102137164cf12}'),
    PRIORITY='@{c74265fdc727ff6fa}',
    RESOLUTION_CODE=UPPER('@{cd3316a358092e99a}'),
    RESOLUTION_DESCRIPTION=UPPER('@{cfad893d1d5324d1a}'),
    ALT_NEID =UPPER('@{cc2288d55a477ddea}'),
    RESPONSIBLE_PARTY =UPPER('@{c9e6e09ec96da547d}'),
    USER_COMMENTS='@{c6a96d76497318e04}'
    WHERE TKT_ID= '@{cb5ebeface51c760a}'AND NEARSUBSCRIBEROID =  '@{c16b6d1fc868f2304}'
    </INSERT>
    <UPDATE>UPDATE GSC_TGT_TROUBLE_TICKETS
    SET
    OTG_CAUSE=UPPER('@{c9227d804691e9716}'),
    Total_TICKET_TIME='@{cf19c99ecc1414eb9}',
    ELAPSED_REPAIR_TIME_HRS =('@{cf19c99ecc1414eb9}'/60),
    APPROVED=UPPER('@{cb45e48c440ebf89e}'),
    SLA_EXCLUSION=UPPER('@{c10a102137164cf12}'),
    PRIORITY='@{c74265fdc727ff6fa}',
    RESOLUTION_CODE=UPPER('@{cd3316a358092e99a}'),
    RESOLUTION_DESCRIPTION=UPPER('@{cfad893d1d5324d1a}'),
    ALT_NEID =UPPER('@{cc2288d55a477ddea}'),
    RESPONSIBLE_PARTY =UPPER('@{c9e6e09ec96da547d}'),
    USER_COMMENTS='@{c6a96d76497318e04}'
    WHERE TKT_ID= '@{cb5ebeface51c760a}'AND NEARSUBSCRIBEROID =  '@{c16b6d1fc868f2304}'
    </UPDATE>
    </writeBack>
    </XML>
    </WebMessage>

  • I have a column where I have implemented writeback, its working fine. On top of this I need to show 0 as No and 1 as yes in our report, that is also done. Now I want to enter Yes in a column where it was no and I want database table to get update with 1.

    I have a column where I have implemented writeback, its working fine. On top of this I need to show 0 as No and 1 as yes in our report, that is also done. Now I want to enter Yes in a column where it was no and I want database table to get update with 1. I am not sure how to do it. SOmeone please help me out.

    Hi ,
    In your write back XML  try the below  query insert
    INSERT INTO TABLE_XYZ (attribute1)  values (SELECT CASE  WHEN @{C1}=’Yes’ then 1 when @{C1}=’No’ then 0 else null end from dual)
    Regards
    Rajagopal

  • Warning message in 'Writeback Report'

    Hi,
    I have to enable writeback on a report and to prompt a warning message to user before submitting the changes.
    I am fine with enabling the writeback on the report and update the changes through writeback XML.
    But, I am not sure of this 'Warning Message' in a separate window as prompt to confirm the changes made by user before submitting.
    Can somebody please help me if you have implemented this?
    Thanks,
    Viswanath

    Dear Madhu,
    You are not using LS_HEADER statically that you have defined in the program. You will get a warning message since you have defined a field that you have not referenced statically.
    Are you using this field dynamically? You can delete/comment the code if you are not using it statically and dynamically.
    Moved the thread ABAP forum. Post your queries in relevant forums to get efficient answers.
    Regards,
    Naveen

  • Writeback is not working on Dashboard

    Hi Gurus,
    I have a requirement to configure the write back functionality on OBIEE11g. I have configured it properly it is working fine in the Analysis but when i add the analysis Writeback report into the Dashboard page it is not working and i am not getting any error. But when i noticed that there is an Yellow error on the webpage bottom left side.It show error.
    When i double click on that error i got this error message. I am not sure what is going wrong. Where i can get the 'DateTimeParser'?
    *""Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; InfoPath.2; MS-RTC LM 8)
    Timestamp: Fri, 1 Mar 2013 16:15:02 UTC
    Message: 'DateTimeParser' is undefined
    Line: 1
    Char: 1103
    Code: 0
    URI: http://hqswl:7001/analytics/res/b_mozilla/writeback/wbcommon.js
    Thanks in advance
    Regards
    @li
    Edited by: @l**** on Mar 1, 2013 8:22 AM

    Hi Gurus,
    I have a requirement to configure the write back functionality on OBIEE11g. I have configured it properly it is working fine in the Analysis but when i add the analysis Writeback report into the Dashboard page it is not working and i am not getting any error. But when i noticed that there is an Yellow error on the webpage bottom left side.It show error.
    When i double click on that error i got this error message. I am not sure what is going wrong. Where i can get the 'DateTimeParser'?
    *""Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; InfoPath.2; MS-RTC LM 8)
    Timestamp: Fri, 1 Mar 2013 16:15:02 UTC
    Message: 'DateTimeParser' is undefined
    Line: 1
    Char: 1103
    Code: 0
    URI: http://hqswl:7001/analytics/res/b_mozilla/writeback/wbcommon.js
    Thanks in advance
    Regards
    @li
    Edited by: @l**** on Mar 1, 2013 8:22 AM

  • Writeback Error in Siebel Dashboard

    Hi
    When I am clicking on insert button I am getting fallowing error.
    The system is unable to read the WriteBack Template 'SHNEW'.
    Please contact your system administrator.
    My XML Template is
    <?xml version="1.0" encoding="utf-8"?>
    <WebMessageTables xmlns:sawnm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="SHNEW">
    <XML>
    <WriteBack connectionPool="ss">
    <Insert>INSERT INTO FEEDBACK(username,fdate,feedbacks)
    values ('@{c0}',TO_DATE(’@{c1}’,'yyyy-mm-yy'),'@{c2}')</Insert>
    <Update></Update>
    <postInsert>COMMIT</postInsert>
    </WriteBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    and I have stored it in
    OracleBI\web\msgdb\customMessages
    and have restart the Web Services .
    Thanks
    SUNIL
    Sunil Jena

    Hi Now I am facing bellow error.
    Can anybody suggest me what to do?
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65PState: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 13017] User or group has not been granted the Direct Database Access privilege to access the database 'sh'. Please verify the User/Group Permissions in the Oracle BI Administration Tool. (HY000)

  • Buttons not showing up for Writeback option in OBIEE 11g

    Hey guys,
    I'm struggling with the writeback option in OBIEE 11g.
    I've made all the required changes as per the documentation.
    1) Making the column writeable in BMM layer.
    2) Giving the column and the table read/write permission in the presentation layer.
    3) writing the query in the xml for insert and update and have put it in the right path.
    4) Modified the instance config and included the <Lightwriteback>true</Lightwriteback> in it.
    5) Enable the column with writeback property.
    6)Enabled the table view property with writeback.
    However when i untick the table toggle mode,it makes the column editable but without any update button.
    whereas if i tick the table toggle mode it neither makes the column editable nor does it shows up any button.
    Could somebody help me out with the solution.
    Thanks,
    Anirban

    Anirban,
    You need to make sure that 'Write Back to Database' privilages have been correctly setup for you. If you have admin rights on the catalog, you should be able to check and modify it under Security > Manage Privilages on the Administration screen.
    cheers,
    Adnan

  • How to implement WriteBack feature in OBIEE 11g?

    I have implemented all steps but with no success. Can any one share what are loop holes in implementation the same?

    Hi,
    Please check the below steps and refer the below links.
    http://satyaobieesolutions.blogspot.in/2013/03/write-back.html
    http://satyaobieesolutions.blogspot.in/2012/06/obiee-10g11g-writeback-capabilities.html
    http://satyaobieesolutions.blogspot.in/2012/06/excel-data-source-writeback-in-obiee.html
    1. Problem your XMl Script
    2. If null value not present in your columns in your table in database.The ; problem has occured.
    please check below steps.
    1. Are you using OCI or ODBC in your connection pool? Try it with OCI Call Interface 11g.
    2.Remove the commit tag from the XML file.
    <postUpdate>COMMIT</postUpdate>
    =============================================================================================================
    This xml file working for me.
    Insert--
    A couple of small adjustments got your XML to work here:
    <?xml version="1.0"; encoding="utf-8"?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1";>
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="WriteBack">
    <XML>
    <writeBack connectionPool="Connection Pool">
    <insert> INSERT INTO FACT (PRICE,PRODUCT_KEY,REGION_KEY,SALE_UNIT,TIMEKEY,SALES_QUOTA)
    values (@{c7},@{c8},@{c9},@{c10},@{c11},@{c5} ) </insert>
    <update> </update>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    The <writeBack> tag is written with a lower case "w".
    The "connetionPool" needs an upper case "P".
    Update--
    I think that you have to specify also an SQL statement for the update tag, for example:
    <?xml version="1.0"; encoding="utf-8"?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1";>
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="pmet_update">
    <XML>
    <writeBack connectionPool="PMTCOG">
    <insert> select null from dual</insert>
    <update> UPDATE XREF_PMET_URL SET URL= '@{c1}' WHERE API='@{c0}'</update>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    The witeback wants for both the tags (<insert></insert> and <update></update>) an SQL Statement.
    Hope this help's
    Thanks
    Satya

  • WriteBack Error in OBIEE 10g

    Hi Friends,
    I got an error while executing the writeback Template.I am using simple SH schema.
    Please Help me to fix the error.
    The Template I have given is below..
    <?xml version="1.0" encoding="utf-8" ?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="write">
    <XML>
    <writeBack connectionPool="Connection Pool">
    <insert> </insert>
    <update>UPDATE SALES SET PK=@4 WHERE TIMES.CALENDAR_YEAR='@1' PRODUCTS.PROD_NAME='@2' SALES.AMOUNT_SOLD=@3</update>
         </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    The Updated Colomn here is "PK" present in SALES Table.
    The Error I got is ....
    An error occurred while writing to the server. Please check to make sure you have entered appropriate values. If the problem persists, contact your system administrator.
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43093] An error occurred while processing the EXECUTE PHYSICAL statement. [nQSError: 16001] ODBC error state: S1000 code: 933 message: [Oracle][ODBC][Ora]ORA-00933: SQL command not properly ended. [nQSError: 16015] SQL statement execution failed. (HY000)
    SQL Issued: EXECUTE PHYSICAL CONNECTION POOL "Connection Pool" UPDATE SALES SET PK=123 WHERE TIMES.CALENDAR_YEAR='1998' PRODUCTS.PROD_NAME='1.44MB External 3.5" Diskette' SALES.AMOUNT_SOLD=64464.83
    Please Help me to fix the Error.
    Thanks in Advance....
    Regards,
    Pamidi.

    Hi JD,
    Thank you for your good Reply.
    I already recognized the Error with Update Command.No need to end ';' to Update Commad.
    I know the Simple Update command like <update>UPDATE SALES SET PK=@2 WHERE PROD_ID='@1'</update> . this command will be worked.
    But in this case(This Error with previous Update Command) , I am not able to write correct Update Command.
    If you know please let me know.Thanks in Advance.
    Regards,
    Pamidi.

  • OBIEE 11g Writeback Error

    Hi All,
    I am unable to configure the writeback functionality in OBIEE 11g, i am getting error while pressing Apply button in the report no error message is displayed in the error box only 2 ok buttons.
    Folder customMessages doesn't exist:
    "ORACLE_INSTANCE/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obipsn/analyticsRes/customMessages"
    so i created the folder and added the writeback xml file to the folder.
    is there is any way to check the error.?

    Hi,
    Please check if you have followed the following steps mentioned:
    http://obiee10grevisited.blogspot.in/2012/02/write-back-in-obiee11g.html
    Regards
    MuRam

  • Issue with Writeback in OBIEE 11g

    Hello,
    I have a created writeback report and it is working fine as of now .Now I changed the writeback template to use stored procedure to update the data.When I am trying to update integer columns it is working fine but when I try to update varchar columns it is giving the error instantly without generating the log.
    "An error occurred while writing to the server. Please check to make sure you have entered appropriate values. If the problem persists, contact your system administrator."
    When I try to update the procedure in DB ,it is working as expected. Can anyone tell me what is way I can troubleshoot the issue?
    Thanks,
    Prasanna

    Hi Prasanna,
    Can you try paasing the varchar values with single quote.
    Regards
    Raj

  • OBIEE11 Can not connect to VM server after install sucessefully

    Hi All:
    Another question about OBIEE 11. For now, I have installed OBIEE11 sucessefully at customer's server (which is a VM) and it run normally.
    But I can't access it via my own computer using the same HTTP address. Is there any possibility for this issue?
    Thanks very much for your help.
    Sunny

    Have to checked to make sure you can connect to the servers IP (ping) and also if there is no firewall blocking the ports?

  • Unable to use WriteBack function in OBIEE on a Unix setup

    Hi All
    I am trying to implement the writeBack function in OBIEE. We have OBIEE installed on a Unix machine. Below is the xml that I have writte, it keeps erroring stating that the xml file cannot be read.
    <?xml version="1.0" encoding="utf-8" ?>
    <WebMessageTables xmlns:sawnm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="forecast">
    <XML>
    <writeBack connectionPool="MOM_BI">
    <Insert></Insert>
    <Update>UPDATE STORE SET STORE_NAME='{@c1}' WHERE STORE={@c0}</Update>
    <postUpdate>COMMIT</postUpdate>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    Below is the log that I've received from OBIEE:
    Error loading XML Message File (/app/oracle/product/OBIEE10133/OracleBI/web/msgdb/CustomMessages/forecast.xml): Sax parser returned an exception.
    Message: Invalid document structure, Entity publicId: /app/oracle/product/OBIEE10133/OracleBI/web/msgdb/CustomMessages/forecast.xml, Entity systemId: , Line number: 2, Column number: 1^M
    Error Codes: UH6MBRBC^M
    Could you please let me know what is wrong with my xml file? By the way I only want to do an update to my table. Also I have followed all the examples from Venkat and others but I stil cannot get it to work.
    Regards
    Adnan

    It's already good to know that the file gets picked up.
    What I don't understand: "The log files are not being updated with the error however when I re-save my Answer it is populating the log file to state that the object already existed."?
    I had to put a fake "insert" statement to get it working once. Here's the example:
    <?xml version="1.0" encoding="utf-8"?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="ELT_Upside">
    <XML>
    <writeBack connectionPool="ELT_Writeback_Pool">
    <update> UPDATE T_DW_LOGIC_ELT_UPSIDE SET COMMENTS='@{c0}', AMOUNT=@{c1}, LAST_UPDATED_BY='@{c6}', LAST_UPDATE_DATE=TO_TIMESTAMP('@{c7}', 'YYYY-MM-DD HH24:MI:SS.FF3') where UPSIDE_COMMENT_ID=@{c2} </update>
    <insert> UPDATE T_DW_LOGIC_ELT_UPSIDE SET COMMENTS='@{c0}', AMOUNT=@{c1}, LAST_UPDATED_BY='@{c6}', LAST_UPDATE_DATE=TO_TIMESTAMP('@{c7}', 'YYYY-MM-DD HH24:MI:SS.FF3') where UPSIDE_COMMENT_ID=@{c2} </insert>
    </writeBack>
    </XML>
    </WebMessage>
    <WebMessage name="ELT_Downside">
    <XML>
    <writeBack connectionPool="ELT_Writeback_Pool">
    <update> UPDATE T_DW_LOGIC_ELT_DOWNSIDE SET COMMENTS='@{c0}', AMOUNT=@{c1}, LAST_UPDATED_BY='@{c6}', LAST_UPDATE_DATE=TO_TIMESTAMP('@{c7}', 'YYYY-MM-DD HH24:MI:SS.FF3') where DOWNSIDE_COMMENT_ID=@{c2} </update>
    <insert> UPDATE T_DW_LOGIC_ELT_DOWNSIDE SET COMMENTS='@{c0}', AMOUNT=@{c1}, LAST_UPDATED_BY='@{c6}', LAST_UPDATE_DATE=TO_TIMESTAMP('@{c7}', 'YYYY-MM-DD HH24:MI:SS.FF3') where DOWNSIDE_COMMENT_ID=@{c2} </insert>
    </writeBack>
    </XML>
    </WebMessage>
    <WebMessage name="ELT_Outlook">
    <XML>
    <writeBack connectionPool="ELT_Writeback_Pool">
    <update> UPDATE T_DW_LOGIC_ELT_OUTLOOK SET AMOUNT=@{c4}, LAST_UPDATED_BY='@{c6}', LAST_UPDATE_DATE=TO_TIMESTAMP('@{c7}', 'YYYY-MM-DD HH24:MI:SS.FF3') where OUTLOOK_COMMENT_ID=@{c0} </update>
    <insert> UPDATE T_DW_LOGIC_ELT_OUTLOOK SET AMOUNT=@{c4}, LAST_UPDATED_BY='@{c6}', LAST_UPDATE_DATE=TO_TIMESTAMP('@{c7}', 'YYYY-MM-DD HH24:MI:SS.FF3') where OUTLOOK_COMMENT_ID=@{c0} </insert>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    Cheers,
    C.

  • IN OBIEE How to change Writeback input text field into textarea?

    HI,
    I've got writeback working, OBIEE 10.1.3.3, but I want a 255 character in that writeback text field with word wrapping. because we Can't see to get input
    type text to wrap, is it possible to change input type="text" to input type="textarea" for a writeback column?
    I tried to included Html with javascript code in Writeback column properties under CSS custom option.it's also not working
    HTML code:
    <html>
    <head>
    <SCRIPT LANGUAGE="JAVASCRIPT">
    function expandTextArea(textarealabel,e)
    if((textarealabel.textLength %45==0)&(textarealabel.textLength>1))
    if(e.which==8)textarealabel.rows=textarealabel.rows-1;elsetextarealabel.rows=textarealabel.rows+1;
    </SCRIPT>
    </head>
    <body>
    <FORM NAME="Workbook2" ACTION=" " METHOD="">
    <TEXTAREA ID ="Text1" COLS="20" ROWS="2" style="overflow:visible" ONKEYDOWN="expandTextArea this,event);">
    </TEXTAREA>
    </FORM>
    </body>
    <f/html>
    If you have any idea share with me ASAP.
    Edited by: devarasu on Feb 23, 2011 6:57 PM

    Hi thanks for your quick response,
    1) i have cheked you link there is no word Wrapping output, I want to view my writeback filed morethan one line ,is there any way to set instead Horizondal and vertical bar in that writeback filed. like Auto extending TestArea (it have Scrolling bar).
    2) Onemore thing also required,once i gave maximum length of WriteBack field 255 characters. but is not controlling it's allowing morethan 255 characters.kindly tell me how to control the lenth of the writeback field .
    Note: I am using SQL server DB,in DB and BI Answres writeback column properties i given 255 characters only but it's allowing morethan 255 characters.
    once again thanks to you.kindly help me on this ASAP.
    Thanks and Regards,
    Devarasu.R

  • Writeback to SAP BW cubes

    Hi,
    We are sourcing our data from SAP BW in OBIEE 11g. We have a requirement to use writeback functionality of OBIEE 11g to write back to the SAB BW cubes.
    As far as I know, OBIEE does not support writeback to multidimensional database.
    Does anyone has tried this before or have any idea how to proceed with the same?
    It's very urgent requirement.
    Regards,
    Vikas

    ...

Maybe you are looking for

  • Error while trying to open Transport Object in portal

    Hi, I want to move some pcd objects from my DEV server to PROD server. I created a transport object in the pcd but when I try to open it for editing, I get the following exception: Date : 06/18/2008 Time : 20:01:49:094 Message : Exception ID:05:01_18

  • How to make an Iview of an Internal Request for show an Adobe Form(from R3)

    Hi forum I need to show an Adobe Form (building in R3), in the role of Employee Self-Service of SAP EP. I read that this is possible building an Scenario, but i don´t have very clear the steps. This are te steps that i made: 1) I create a scenario wi

  • Problem injecting ejb in war

    This problem have dogged me for one week but cant seem to know where the problem is. i am creating an enterprise with war, ejb and jar. i want both web clients and application client to share the code in ejb to ease maintainablility. i have a jsf bac

  • File copied In production

    Hi All, I have copied my file in the production ..the same file which is working in Dev server and QA server but it doesn't work in production. I am wondering that simple jsp file is not working in production. As per basis person  he copied the exact

  • Averaging In JSP

    I'm currently new in JSP and I've been reading several tutorials regarding it around the Internet but I'm still quite lost. So is there anyone willing to assist me on how to start? I need to make a program where in will first ask the user a number be