Cannot create report category - PN046 Report categories cannot be changed

HI all,
I'm running into an Information message pop up that says "Report categories cannot be changed" when i try to create a new report category for my program.
Any idea how this can be fixed, or perhaps a setting to be changed somewhere?
Thanks!
Kevin

Solved. Lacking authorization for cross client table maintenance.

Similar Messages

  • Cannot create report using DAD

    Hi,
    I have created a DAD under the HTTP Server (under mod_plsql services)
    for a remote database. In the list of DADs, it shows a green arrow indicating
    that the connection can be established.
    Now, I want to create Report Portlet in my portal page. When go to create
    a report using 'Report from Query Wizard', I do not see the tables from my
    database.
    Also, when click on 'Portal DAD Settings' under Portal:portal, I see only the
    default DAD that connects to the portal database.
    What am I missing?
    Thanks

    You have two applications, one work and the other not.
    What's different about them? 
    Did you trace the HTTP communication, using a tool like Fiddler?
    Sincerely,
    Ted Ueda

  • Problem report: "Can't open the illustration. The image has already been specified, it cannot be changed."

    I got a problem with my files I created in Illustrator CS6. After I closed them and wanted them to open up again, this problem report popped up:
    "Can't open the illustration. The image has already been specified, it cannot be changed."
    If I click OK, there is a white site with nothing on it. No object, no pictures, nothing.
    The Illustrator file has still the right size and when I start ArtFiles to collect all used pictures and fonts it's no problem.
    In Adobe Bridge there is still a preview of the original file and I can see what HAS to be placed in the file.
    Can anybody help me out?
    We had to make all the work again for a presentation but this is not the solution for this problem if that will happen in the future again.
    Thank you in advance!

    Thank you for your answer!
    Actually there is no CS5 installed on our computers (no more). I will try to get one from our admin. Hope this will work! In the meantime we had this problem several times.

  • How to create report category for PNPCE ldb in ECC 6.0

    Hi Experts,
    How to create report category for the LDB pnpce in ECC6.0
    Thanks in Advance,
    Regards,
    IFF

    Self-Answered.

  • How to create report using Procedure.

    Hi All,
    I want to create report in apex.But i do not have sql code.I have one procedure.Is it possible to create report using this procedure in apex.
    CREATE OR REPLACE PROCEDURE headcsv_prc2
    AS
       CURSOR cr_header
       IS
          SELECT ood.organization_code, fm.formula_no AS "FORMULA_NAME",
                   fm.formula_vers AS "FORMULA_VERSION",
                   fm.formula_desc1 AS "FORMULA_DESC",
                   DECODE (fm.formula_status,
                           100, 'New',
                           400, 'Approve for Laboratory Use',
                           700, 'Approve for General',
                           800, 'On Hold',
                           900, 'Frozen',
                           1000, 'Obsolete/Archived'
                          ) AS "FORMULA_STATUS",
                   DECODE (fd.line_type, '1', msib.segment1) product,
                   DECODE (fd.line_type, '-1', msib.segment1) ingrediant,
                   DECODE (fd.line_type, '2', msib.segment1) AS "BY_PRODUCT",
                   DECODE (by_product_type,
                           'W', 'Waste',
                           'R', 'Rework',
                           'Y', 'Yield',
                           'S', 'Sample',
                           NULL
                          ) AS "BY_PRODUCT_TYPE"
              FROM org_organization_definitions ood,
                   fm_form_mst fm,
                   fm_matl_dtl fd,
                   mtl_system_items_b msib
             WHERE ood.organization_id = fm.owner_organization_id
               AND fm.owner_organization_id = msib.organization_id
               AND msib.organization_id = fd.organization_id
               AND fd.organization_id = ood.organization_id
               AND fm.formula_id = fd.formula_id
               AND msib.inventory_item_id = fd.inventory_item_id
               -- and fm.FORMULA_NO like'%TEA%'
               AND fd.line_type IN ('1', '2', '-1')
          GROUP BY ood.organization_code,
                   fm.formula_no,
                   fm.formula_vers,
                   fm.formula_desc1,
                   fm.formula_status,
                   fd.line_type,
                   msib.segment1,
                   by_product_type
          ORDER BY fm.formula_no, fm.formula_vers;
    BEGIN
       DBMS_OUTPUT.put_line (   INITCAP ('ORGANIZATION CODE')
                             || ','
                             || INITCAP ('FORMULA NAME')
                             || ','
                             || INITCAP ('FORMULA VERSION')
                             || ','
                             || INITCAP ('FORMULA DESC')
                             || ','
                             || INITCAP ('FORMULA STATUS')
                             || ','
                             || INITCAP ('PRODUCT')
                             || ','
                             || INITCAP ('INGREDIANT')
                             || ','
                             || INITCAP ('BY PRODUCT')
                             || ','
                             || INITCAP ('BY PRODUCT TYPE')
       FOR ch IN cr_header
       LOOP
          DBMS_OUTPUT.put_line (   ch.organization_code
                                || ','
                                || ch.formula_name
                                || ','
                                || ch.formula_version
                                || ','
                                || '"'
                                || ch.formula_desc
                                || '"'
                                || ','
                                || ch.formula_status
                                || ','
                                || ch.product
                                || ','
                                || ch.ingrediant
                                || ','
                                || ch.by_product
                                || ','
                                || ch.by_product_type
       END LOOP;
    EXCEPTION
       WHEN OTHERS
       THEN
          DBMS_OUTPUT.put_line ('Error No: ' || SQLCODE || 'Error Msg: '
                                || SQLERRM
    END;
    EXEC HeadCSV_Prc2
    Thanks,
    Raghu

    RaghuVarma wrote:
    I created one report using sql code.(Ex: select * from emp).
    But my higher authorities want that for security purpose They will change the code into java.
    What "higher authorities"? What "security purpose"?
    In this process they changed my code as a procedure.Finally they give that java code.they tell to me please fix in apex.
    Do these "higher authorities" know anything about APEX? What does the Java code actually do? Have you asked them how their approach is to be integrated into APEX?
    There is no reason why a properly written Java stored program cannot be used in APEX, provided that whatever it is doing makes sense in an APEX/web context, and isn't some nonsense like using DBMS_OUTPUT to generate a CSV.
    I tried so many ways.But it is not fixed.Different Different errors will occurs.
    Tried what? Demonstrate what you have tried, preferably using examples on apex.oracle.com.
    How to solve this.
    How to solve what? No clearly defined problem or requirement has been identified.
    Describe the the problem/requirement (not your attempted solutions) in detail.
    How to ask questions
    Re: 2. How do I ask a question on the forums?
    Include as much relevant information with your question as possible, starting with:
    APEX version
    DB version, edition and host OS
    Web server architecture (EPG, OHS or APEX listener), platform, and host OS
    Browser(s)/version(s) used
    Theme
    Templates
    Region type(s)

  • How to create report for user in terminal licens

    Dear Sir,
    how to take report for terminal server license, I have windows 2008 r2, I am trying to create a report for cal per user license
    it is disable.
    windows 2008 r2
    workgroup
    citrix 6.5
    thanks
    saud alam
    saudalam

    Hi,
    Thank you for posting in Windows Server Forum.
    Agree with words of TP, to create per user CAL report server must be domain joined. You cannot create report in workgroup mode. Please check beneath article for guide.
    Track the Issuance of Remote Desktop Services Per User Client Access Licenses
    http://technet.microsoft.com/en-us/library/cc754625.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Error Creating Reports Server Components when installing 11.1.1.2

    Hi There
    I'm trying to install a A WLS(11.3.2) and Forms/Report 11g (11.1.1.2 bundle) on a Linux RedHat 5.5.
    But when the configuration tools of Forms/Reports is trying to create the reports server I got the following error:
    Executing Task: Creating Reports Server Components
    ALERT: Invalid component name: ReportsServer_fd-red03.in.fd.dk_asinst_1 (Component name must begin with an alphabetic character; may only contain alphanumeric characters, or the underscore (_) or hyphen ( -) characters; and must be 4 to 30 characters long.) Continuing anyway.
    progress in calculate progress4
    Executing Task: Executing: opmnctl startproc ias-component=ReportsServer_fd-red03.in.fd.dk_asinst_1
    GJS: About to call startOpmn
    GJS: Entered startOpmn
    *************** Trying to Start OPMN **************
    *************** Executing Command **************
    /home/oastest/Oracle/Middleware/asinst_1/bin/opmnctl startproc ias-component=ReportsServer_fd-red03.in.fd.dk_asinst_1
    As I read the error message is the component name illegale and I guees that whats cause the Report Server to faile.
    But how does the install tool figure out the name: ReportsServer_fd-red03.in.fd.dk_asinst_1 ?
    And how do I prvent it from happens again.
    Note: "fd-red03.in.fd.dk" is the full hostname
    Regards Hans S

    Hello Hans. Did you ever find a resolution to this problem? I'm encountering the same issue and cannot find much information online pertaining to this problem. Can you tell me if you found a solution or any useful posts pertaining to this problem?
    Thanks,
    Pablo

  • How to create Reports  in SBO?

    Hello,
    I am trying to generate reports in SBO.
    Can someone direct me to related documentation or demos? Where i could get the basic understanding of reports in SBO.
    How can i add a report to the Layout Designer?
    Can we generate report based on multiple queries?
    Thanks and Regards,
    Sheetal

    Okay. I need to be a little more specific.
    I know how to create reports from the query manager. This process is fairly straightfoward. Once you have created a query, you can create a report using this query.
    What I am trying to accomplish is to add a new report for A/R invoice. Currently, it shows two report types (for the demo database):
    1. Invoice - Service with logo
    2. Invoice - Service (system)
    I would like to add one more report type to this list. However, I cannot figure out how to do this.
    Thank you in advance for your help.
    Sheetal

  • How to create Reports out of Individual Views from Discoverer

    Hi Gurus,
    I am doing a a POC where i need to bring in couple of views which are reports in Discoverer inside OBIEE 11g and create reports out of it.
    In OBIEE i dont need to join anything as these are standalone views i just need to use them to create individual reports. But it seems in OBIEE you cannot do that, you will need to join and create keys in each and every tables(which are views in the DB).
    Is there any way i can import the views from DB or create the views in OBIEE 11g and use them to create reports.
    Thanks,
    Amit

    Hi Amit,
    Yes you can create opaque views in OBIEE 11G at repository level and deploy them.
    Check this
    OBIEE - Opaque View | GerardNico.com (BI, OBIEE, OWB, DataWarehouse)
    Thanks,
    Sasi Nagireddy.

  • OFM 11 Configuration Err: Creating Reports Tools + Server Components Failed

    I was encountered with this error during Configuring the OFM 11.1.1.3.0 Linux 64
    Creating Reports Tools Components Failed
    Creating Reports Server Components Failed
    Executing: opmnctl startproc ias-Components
    I restart the wls and the admin server and all managed servers in the ClassicDomian too many times and problem still persists
    I search this forum and other sites before posting this thread
    my machine specification is over VMware 7 on Windows 7 x64 as following:-
    1- Oracle Enterprise Linux 5.5 x64
    2- Database 11g 11.2.0.1.0 x64
    3- wls1033_generic x64
    4- OFM 11.1.1.3.0 x64
    I didn't install Portal neither OID
    Can I Configure these Components Manually after fininshing the Installation ?

    Hello Hans. Did you ever find a resolution to this problem? I'm encountering the same issue and cannot find much information online pertaining to this problem. Can you tell me if you found a solution or any useful posts pertaining to this problem?
    Thanks,
    Pablo

  • Create report template works in XE not in 11g

    Working systems
    Windows vista
    Oracle XE
    Apex 3.1.0.00.32
    System that fails
    Unix of some sort
    Oracle 11g
    Apex 3.1.0.00.32
    PDF printing enabled and working
    Error: ORA-01400: cannot insert NULL into ("FLOWS_030100"."WWV_FLOW_REPORT_LAYOUTS"."FLOW_ID")
    Created and xsl file using Stylus Studio on my laptop where XE resides.( Good tool btw)
    Navigated to: Home>Application Builder>Application >Shared Components>Report Layouts>Create Report Layout
    Layout NameL test1
    Report Layout File: TestRpt.xsl
    Clicked on Create and the report layout showed up in the list
    I emailed the file to my work account. Followed the same steps and got the above error.
    I thought maybe it was a Unix v. Dos file structure so I edited the xsl file in SQL Developer (another good tool for Apex) and saved as TestRptA.xsl. Same error occured.
    I can put any file into the XE form and it uploads. I assume the 11g system does not get the file passed in the parameters...
    Any ideas on this would be greatly appriated.
    Sam
    Stumped in San Jose
    Home>Application Builder>Application >Shared Components>Report Layouts>Create Report Layout

    It went away. Nothing was done by the DBAs or me.
    Its a miracle!

  • Report categories for selection screen in HR programming

    Hi all,
    i want to know what report category has to be used for displaying personnel number,personnel area and employee subgroup. you can also suggest me on a report category that coincides with above fields along with other fields. please give me a immediate reply.
    Thanks & Regards,
    Nanda

    Hi Nanda
    Why do not use the F4 help for that? You can bind an HR Report Category to a report from its "Attributes" screen. There you can use the F4 list and the description of report categories are more or less says something. There you can also define your own report category.
    Regards
    *--Serdar <a href="https://www.sdn.sap.com:443http://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=qbk%2bsag%2bjiw%3d">[ BC ]</a>

  • BPC 10.0- Creating report using dimension property filter

    Hi,
    I created a new report in EPM addin for excel using the 'Filter Members by Properties' feature in the EPM Member Selector Window.
    My requirement is as I add new members to my dimension with that property value , the report has to refresh and display the new member in the report.
    The feature met my requirement and I saved the report.When I reopen the report, the filter that I had earlier used to create the report is hard coded with the members with those properties in the EPM selector Window.
    As a result, when I add new Members to the dimension with that property , the report does not recognise that new member and my requirement does not meet.
    Eg: I create report with Entity dimension across row axis and Product Dimension -filter on category  = New  across column axis
    and save the report.
    When I reopen the report, I see that in the EPM Member selector window, across column axis the members with Property Value Category= Y - Product A,Product B, Product E are hard coded and the filter has been auto removed.
    So when I add a new member to my product dimension Product N with property Category= New, the report does not recognise this member.
    Please help on how can I use this feature to meet my requirement.
    Regards,
    Sowmya

    Hi,
    It should work for newly created members which meets the requriement in member selector.
    Member filtering by properties:
    Select property, operator and Value and click Add Dynamic filter then in the right window you will be able to see as follows:
    Member name                           Relation ship
    <property>=<Value>                 Property
    Hope it works,
    Thanks,
    Raju

  • Purpose of selection view in report categories

    Hi Friends,
    Can anyone tell me the Purpose of selection view in report categories.
    Why we need to specify the selection view in report categories and what its impact in reports.
    Why do we need to create a custom selection views?
    Thanks in Advance.
    Regards,
    Prabhu

    This is according to the Business requirement
    Bye
    Reward

  • Create report in orde to display all pending orders on basis of  "CODE"

    Hi ,
    I need to create report in orde to display all pending orders on basis of  "CODE" ( e.g RC , VP ext)  given on selection screen.
    This "Code" field is on  tcode Me23n inside tab "Release strategy".What is table and relation to fetch ebeln on basis of CODE(e.g RC)
    Regards.

    Hello,
    In SQL Server Reporting Services (SSRS), by default, the chart will only display axis labels for data points in the dataset that contain valid values. Also, if we have values of 1, 2, and 6 on the category axis, we can specify the chart to use a scalar axis
    to maintain the scale of category values. It is add numeric or date/time values to the axis where no data grouping values exist.
    You can refer to the steps below:
    1. Right-click X-Axis, select Horizontal Axis Properties.
    2. Select “Scale(Number/Dates)” below “Axis type:”. Configure “Axis range and interval” as you require.
    You can refer to the screen shots below:
    Preview the report:
    There is an article about Formatting Axis Labels on a Chart, you can refer to it.
    http://technet.microsoft.com/en-us/library/dd239363.aspx
    Regards,
    Alisa Tang
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • *OS Command in the File Adapter

    Hi all, I am trying a scenario where in the username,time,date must be appended to my pay load. For I am trying using the batcth file with out using udfs. In my output file i need username,time,date info based on the login(suppose some user tests my

  • Down payments status not cleared.

    Hi, We are working with down payments by standard customizing. Everything works fine if the Down payment request has status cleared before the invoices, however If the down payment request still with status not cleared the following invoices doesnu20

  • Some of my movies wont download to my ipod

    some of my movies won't download to my ipod touch

  • Not caching user in caching realm

    Hi Using Rdbms realm and have enabled caching with the weblogic.security.realm.cache.user.size=121 weblogic.security.realm.cache.tt.positive=500 I have set a method be accessed by particular group/role as part of that i am doing BasicRealm realm = Se

  • Export/Import of keywords between Elements and Lightroom

    I am wish to import the Pictures I have in my Element 11 catalogs into the Lightroom 5  catalogs. I have applied keywords/tagging to my Pictures in Elements and wish to import the same keywords/tags to the Pictures after they have been imported to Li