Issues creating DataModel in publisher

In publisher, when I try to create a new data model I get the follower error.
Failed to load /~<username>/_temp/******.xdm
In sawlog0.log:
[2012-08-08T12:58:04.000-04:00] [OBIPS] [ERROR:16] [] [saw.soap.catalogservice] [ecid: 7eee1bf15b0dff8d:5f89947c:139027a14b0:-8000-000000000000191e,0:5] [tid: 8736] Catalog object privilege validation failed for user to path /users/<username>/_temp/e9d065f1-5139-40ae-9eea-8ddf3bdc6e81.xdm/_datamodel.xdm.
You do not currently have sufficient privileges to perform this operation: You have not been granted the 'developDataModels' privilege.<br><br>Please contact this site's administrator.[[
File:catalogimpl.cpp
Line:648
Location:
     saw.soap.catalogservice
     saw.SOAP
     saw.httpserver.request.soaprequest
     saw.rpc.server.responder
     saw.rpc.server
     saw.rpc.server.handleConnection
     saw.rpc.server.dispatch
     saw.threadpool.socketrpcserver
     saw.threads
AuthProps: AuthSchema=Impersonate-soap|IMPERSONATE=<username>|NQ_SESSION.AUTHINITBLOCKSONLY=******|PWD=******|UID=BISystemUser|User=<username>
ecid: 7eee1bf15b0dff8d:5f89947c:139027a14b0:-8000-000000000000191e,0:5
ThreadID: 8736
I have added, oracle.bi.publisher.developDataModel, to all Roles I can find. BISystemUser is part of BISystem which has this policy.
<username> is from an external database and not a user in weblogic.
SOAP permissions are set to Authenticated User.
All XMPL_ roles have been added.
One other thing to note is that when I log in to BI and navigate to Publisher through the Administration area it just shows the Language selector and nothing else. So, authentication from there does not seem to work, but works just find with login creds entered directly into publisher.
Edited by: 844667 on Aug 8, 2012 2:12 PM

I have thought about that, but since this is a user from an external database table if I then add this same username to weblogic I get: Successful completion of init block 'Authentication' is required.
I just tried disabling the check box for "Required for Authentication" for the username/pw check init block in BI Admin tool. I can now get through to Publisher from BI Presentation and all seems to be working now. I am just worried about unchecking that box and what other issues it may have caused. I'll keep testing.
Thank you for the idea.

Similar Messages

  • Issue with services being published in SR

    Hi Experts,
    We have an issue with services being published in SR
    1.       Service is created and published from ECC to Service registry
    2.       End points are created in Soa manager
    But the service state is shown as u2018Modelledu2019 instead of u2018Configured u2019 in SR
    Thanks,
    Sowmya.

    Hi Sowmya,
    If you want it to appear in the SR as 'Configured', change your procedure to as follows:
    - Create Service in ECC
    - Configure endpoints in SOAMANAGER
    - Then Publish Endpoint binding URL (as it appears in SOAMANAGER) in SR. You can do this Publishing in SOAMANAGER as well. The idea to configure the endpoint before publishing to get the 'Configured' state.
    Some additional reading:
    [http://help.sap.com/saphelp_nw73/helpdata/en/47/d38f14b8fc3c83e10000000a42189c/content.htm]
    Regards, Trevor
    Edited by: Trevor Naidoo on Jun 24, 2011 12:48 PM

  • Different methods of creating an XML Publisher report

    Hi All,
    Can anyone please advice me on different methods of creating an XML Publisher report.
    The method which we us is as follows -
    1. Create an RDF file and upload the same in the /REPORTS/US path.
    2. create a concurrent program, give output as XML.
    3. Create a data definition, but here we do not upload any data definition.
    4. Create a template and upload the RTF template.
    But I have heard that there is a method wherein we do not have to create the RDF and simply adding the query to the XML file works.
    But in that case do we upload anything in tht Data defition also ?
    Can anyone please provide me any link or some place where I can read about different methods to create an XML report without the use of an RDF.
    Regards,
    Shruti

    Hi Shruti,
    There is a method where we need not to create RDF as data defination. You need to write a xml file which we upload as data defination. The short name for this data defination used as short name as concurrent program having executable XDODTEXE.
    Sample XML data template :
    <?xml version="1.0" encoding="UTF-8" ?>
    <dataTemplate name="EmpData" description="Employee Details" version="1.0">
    <dataQuery>
    <sqlStatement name="Q1">
    <![CDATA[select business_group_id, business_group_name
                   from hrfv_business_groups
                   where date_to is null
                     and business_group_id not in (0, 82)
                         order by business_group_id]]>
    </sqlStatement>
    <sqlStatement name="Q2">
    <![CDATA[select employee_number,
                         title ,
                         full_name,
                         sex ,
                         date_of_birth,
                         email_address
                 from per_all_people_f
                 where business_group_id = :business_group_id
                   and current_employee_flag ='Y'
                   and trunc(sysdate) between effective_start_date and effective_end_date
                   and rownum<11]]>
    </sqlStatement>
    </dataQuery>
    <dataStructure>
    <group name="G_BG" source="Q1">
    <element name="BusinessGroupId" value ="business_group_id"/>
    <element name="BusinessGroupName" value ="business_group_name"/>
    <group name="G_EMP" source="Q2">
    <element name="EmpNumber" value ="employee_number"/>
    <element name="Title" value ="title"/>
    <element name="FullName" value ="full_name"/>
    <element name="Sex" value ="sex"/>
    <element name="DateOfBirth" value ="date_of_birth"/>
    <element name="EmailAddress" value ="email_address"/>
    </group>
    </group>
    </dataStructure>
    </dataTemplate>
    This data template generates xml data which prints output on rtf template.
    Hope this will help. Let me know for more info.

  • The problem is when we create and then publish to ibooks review it can not be shown completely. How can I solve this problem?

    The problem is when we create and then publish to ibooks review it can not be shown completely. How can I solve this problem?

    If you are saying, that you published the book to  the iBooks review team and cannot be seem in the store.
    Use your iTunes Connect account > Manage your Books to check on its status. It takes time so you need to allow a few days.
    If its a problems viewing on your iPad Follow  the above advice and another option is is export your  book, open iBooks on your  Mac and drag the  book into  iBooks.
    You can iTunes > add to libray and sync to your iPad.

  • Issue creating a MatView for another user w/ a private DB Link

    I am having an issue creating a materialized view for another user where the select statement for the MV uses a private db link. Looks like the following:
    Logged in as user X, I run:
    create materialzied view Y.foo
    (select blah
    from tbl@y_priv_db_link_here);
    When I try to run this, I get a permission issue. User X has DBA privilege, user Y has create MV priv and has select priv on the table in the db link.
    I can create this MV logged in as user Y. Cant create this logged in a user Y in test or prod environment, so this isn't an option.
    Any ideas on how I can create this logged in a user X? I believe the issue here is that since this is a private db link owned by user Y, user X doesn't have access to this db link.
    thanks.

    Here is what I was trying to do:
    SQL> CREATE MATERIALIZED VIEW extract.ADDRESS
    2 TABLESPACE xxx
    3 BUILD IMMEDIATE
    4 REFRESH
    5 COMPLETE
    6 ON DEMAND
    7 WITH PRIMARY KEY
    8 AS
    9 ( SELECT ... FROM address@CM_TO_CPD);
    FROM pwb_address@CM_TO_CPD)
    ERROR at line 11:
    ORA-01031: insufficient privileges
    Message was edited by:
    Jim S

  • Issue creating a single PDF from MS Word on Mac

    Using Trial Version of Acrobat XI for Mac.  I am having issue creating a single PDF from MS Word on Mac.  Acrobat is creating multiple files splitting up randomly.  Are there any settings to select for ending up with just one PDF fil

    Sabian,
    As I mentioned before, I have used the following methods, each resulting the same, split up PDF file.
    File>Save As - Selected PDF from under the Format dropdown menu.
    File>Print>PDF - used Save As PDF
    File>Print>PDF - used Save As Adobe PDF
    With this information, I think I have tried all that you have asked me to do.  Please let me know if I could reach out to a technical consultant or someone else who can help.  Thank you.

  • The screen size is too small on the webpage created by QTSS publisher

    Hello,
    I published a video file using QTSS publisher.
    I'm using "Publish media to Quick Time Streaming Server (instant-on) and Webpage action "Auto-play in Web page".
    The screen size is fine when playing via the streaming link but when I create an actual webpage using QTSS publisher and dropping the movie file to that webpage, the screen size is extremely small while playing. Is there a way to make the playing screen size bigger in the webpage?
    The html looks like this:
    <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="640" height="304" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
    <param name="SRC" value="http://domain:80/qtmedia/shoot_s.mov">
    <param name="TYPE" value="video/quicktime">
    <param name="AUTOPLAY" value="true">
    <param name="CONTROLLER" value="true">
    <embed src="http://domain:80/qtmedia/shoot_s.mov" type="video/quicktime" width="640" height="304" autoplay="true" controller="true" pluginspage="http://www.apple.com/quicktime/download/">
    </embed>
    </object>
    PPC 10.4   Mac OS X (10.4.9)   enabled streaming on port 80
    PPC 10.4   Mac OS X (10.4.9)  

    There wasn't an option on sizing when creating the webpage using QTSS publisher. Does it need to be manually edited?
    The webpage created by QTSS publisher:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>shoot</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link href="includes/modern.css" rel="stylesheet" type="text/css">
    <script src="includes/AC_QuickTime.js" language="JavaScript" type="text/javascript"></script>
    </head>
    <body>
    <table width="692" border="0" cellpadding="0" cellspacing="0" background="images/background.gif" align="center">
    <tr>
    <td></td><td></td><td width="10"></td><td valign="top" align="right"></td><td valign="top" align="right"></td>
    </tr>
    <tr>
    <td width="10"></td><td colspan="3" width="672">
    <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
    <tr>
    <td hieght="12"></td><td valign="top" align="right"></td>
    </tr>
    <tr>
    <td class="content">
    shoot
    </td><td></td>
    </tr>
    <tr>
    <td hieght="12"></td><td valign="bottom" align="right"></td>
    </tr>
    </table>
    </td><td valign="top" align="right"></td>
    </tr>
    <tr>
    <td height="10"></td><td></td><td></td><td></td><td></td>
    </tr>
    <tr><tr><td></td><td>
    <table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/background.gif" bgcolor="#FFFFFF">
    <tr>
    <td colspan="3" width="129" height="96"><script language="JavaScript" type="text/javascript">
    QTWriteOBJECT("http://domain:80/qtmedia/shoots.mov", '129', '96', '', 'target', 'myself', 'type', 'video/quicktime', 'autoplay', 'true', 'controller', 'true', 'scale', 'aspect', 'bgcolor', '#CCCCCC');
    </script></td><td width="202" class="content" bgcolor="#FFFFFF"></td><td align="right" valign="top" bgcolor="#FFFFFF"></td>
    </tr>
    <tr>
    <td></td><td></td><td></td><td></td><td></td>
    </tr>
    <tr>
    <td width="68"></td><td width="56" height="36" background="images/number-box.gif">01</td><td width="5"></td><td bgcolor="#404040">shoot.mov
    2:03 / NaN kb/sec</td><td align="right" valign="bottom" bgcolor="#404040"></td>
    </tr>
    </table>
    </td><td width="10"></td><td width="353"></td><td valign="bottom" align="right"></td></tr><tr>
    <td height="10"></td><td></td><td></td><td valign="bottom" align="right"></td><td></td>
    </tr>
    </tr>
    <tr>
    <td></td><td>
    <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
    <tr>
    <td width="10"></td><td></td><td></td><td valign="top" align="right"></td>
    </tr>
    <tr>
    <td></td><td></td><td>For optimal viewing experience,
    please download
    QuickTime 6</td><td></td>
    </tr>
    <tr>
    <td></td><td></td><td></td><td valign="bottom" align="right"></td>
    </tr>
    </table>
    </td><td valign="bottom" align="right"></td><td bgcolor="#FFFFFF" valign="top" align="left"></td><td bgcolor="#FFFFFF"></td>
    </tr>
    <tr>
    <td height="10"></td><td valign="bottom" align="right"></td><td></td><td bgcolor="#FFFFFF"></td><td bgcolor="#FFFFFF"></td>
    </tr>
    </table>
    </body>
    </html>
    PPC 10.4   Mac OS X (10.4.9)  

  • How to Invoke tasks created in FrameMaker Publishing Server from the Windows command line

    Hi All ,
    i would like to know how can we Invoke tasks and schedules created in FrameMaker Publishing Server from the Windows command line.
    we used publishing server mainly to convert Frame maker files into PDF and that should be do progarmatically without manual intervention on Demand.
    so could you please let us know how can i invoke rthe task creted to convert FM file to PDF in FrameMaker Publishing Server from the Windows command line.
    please let me know the command to execute .
    thank you and waiting for valuable response.
    best regards
    Ramesh babu

    Please see http://blogs.adobe.com/techcomm/2011/03/adobe-framemaker-server-10-and-its-command-line-ca pability.html for the same.
    Harish Dhawan

  • How to Create a XML Publisher Portlet using OmniPortlet

    Hi,
    Please help me. I have a project that needs to create an XML Publisher portlet using omni portlet. Is there any complete documents here or anyone can give more details on this? Appreciate to those will help..
    Thanks,
    Russel

    Hello Srini,
    Thank you very much for the reply but I'm not into OBIEE... I want the required query to be processed and the output to be shown in xml layout to load into RTF document. The rest I can manage.. but please let me know how to get the .xml output with out using the report builder or the apps environment(concurrent prg submission)..
    Please let me know if any... urgent
    Thanks in advance
    Krishna

  • Captivate 8 browser issue with HTML 5 published course

    Hi, I'm troubleshoot a new issue. I have published a responsive course in HTML 5 and posted it to our LMS. The course played fine last week in Chrome but now seems to have a few issues. I wanted to know if anyone had any ideas if it's a browser compatibility issue or possible more to-do with the course publish settings. The course doesn't automatically play anymore. I have to click play on the playbar to start the course, the videos are slower, and the click boxes are not clickable.
    Any ideas?

    You may want to check out Jim's solution here.
    http://captivatedev.com/2014/07/20/html5-captivate-projects-freezing-google-crome-v-36/
    Sreekanth

  • If i create apps and publish ibooks in Apple app Store will it be available to all countries... I am from India

    If i create apps and publish ibooks in Apple app Store will it be available to all countries... I am from India

    You will need to do apps and books separately. Apple suggests using separate Apple IDs for them. There are far more regulations involved with books than with apps. The short answer to your question is a qualified yes, with more caveats for books than for apps.

  • HT4623 Do I need to update my iphone4 because of the security issue that has been published lately?

    Do I need to update my iphone4 because of the security issue that has been published lately?

    Your profile shows you have a 4S with 7.0.6. That is the most current update. Do you also have a 4 that you haven't updated? If so, you should update it too.

  • Issue with whitespace is required while creating datamodel for bi answers

    Hi while creating data model for publisher report using oracle bi answers getting an issue for whitespace is required .
    Please reply if anyone know the solution.

    In my case that was because the measure was a calculated one (FILTER...).

  • Rtf Templates created with BI Publisher 11.1.1.3.0 not working in APEX

    I created templates using BI Publisher v10 Desktop that I used to create Report Layouts in APEX and everything worked just fine. However, I've upgraded to BIP 11.1.1.3.0 Desktop and the rtf templates don't work. I suspect that the problem is with the graphs.
    Is there something in my APEX environment that needs to be upgraded or modified to be compatible with the BIP v11 templates? Are templates created with BIP v11 compatible with APEX Reporting?

    I'm having a similar issue with 11.1.1.3.0
    My RTF templated uploaded to APEX correctly, and seems to load and generate ok. The OUTSIDE formatting on the report (title, etc) all seem to show fine, but the actual repeating data block doesn't show any of the data or columns or boxes..... Just the column headers.
    VERY FRUSTRATING......

  • Issue with Broadcasting and Publish query to Portal from query Designer

    Dear all,
    I have created a standard template ZWT_STANDARD_TEMPLATE in WAD and I have added this for Adhoc Analysis in 'Set Standard Web templated' RSCUSTV27.
    For Broadcasting I have added 0BROADCASTING_TEMPLATE70.
    I have problems with my broadcasting as well as publishing the Query in Portal.
    When I use a Broadcast to Email - it opens a new window with my standard template(ZWT_STANDARD_TEMPLATE ) I have added. No data though.
    Same thing happens for publishing too...When I publish the query to portal from Query Designer or WAD it takes me to the same window with my standard web template. No data though.
    I think both are related to the same issue. Its with broadcasting.
    What is the default template for Broadcasting in NW2004s? Below is the url I have included when I do it from Query designer. Its actually starting the Command - START_BROADCASTER70 but I dont know if it has to do a SOURCE_QUERY=ZCOPA_C03_FAST_PAYABLES. Could anyone compare it with your urls
    http://pgdep00:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex3x?system=SAP_BW&CMD=START_BROADCASTER70&SOURCE_QUERY=ZCOPA_C03_FAST_PAYABLES&START_WIZARD=X&DISTRIBUTION_TYPE=PCD_EXPORT
    This is the url for publishing from WAD
    http://fndef00:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex3x?system=SAP_BW&CMD=START_BROADCASTER70&SOURCE_TEMPLATE=ZWT_FAST_PAYABLES&START_WIZARD=X&DISTRIBUTION_TYPE=PCD_EXPORT
    Any help would be highly appreciated.
    Thanks,
    KK

    Hi KK,
    Did you solve your problem, i am also having the same issue. Please let me know if you have solved this issue.
    Thanks,
    Kumar

Maybe you are looking for