Error while saving a query view

Hi All,
I am trying to save a query view in my favourites and it is failing with below message:
Namespace '/BIC/' must be set to 'changeable' (transaction SE06)
I have created many query view so far, this issue has just started. Could you please help us with this, as it is very urgent.
Thanks and regards,
Shashidhar.

Hi,
Please set the setting as described in note 337950, it will help to fix the issue.
solution:
Releasing the object changeability
This setting is only intended for production or test systems that are
set to not changeable. It is not suitable for development systems.  For
this reason, this setting is only effective if at least one of the
conditions specified under 'Cause and prerequisites' is met.
Go to the Administrator Workbench (Data Warehousing Workbench,
transaction RSA1) -> 'Goto' -> 'Transport Connection' and choose 'Object
Changeability'. To display the function, you may have to enlarge the
window or press the arrow keys nearby.
In the following dialog box you can select the object types that you
want to be changeable, even though the system is set to not changeable.
These objects are not connected to the transport system; this means that
no transport dialog boxes are displayed. This only applies, however, if
the preconditions mentioned under 'Cause and prerequisites' are met.
First, after releasing an object type, only objects that are original,
that is, those that were created in this system  can be changed. This
prevents changes to objects that were imported into the system. However,
changes to these objects may be overwritten again during a new
transport.
You can set all objects to changeable (even the ones imported into the
system) using the context menu (right mouse button), although this
setting is not recommended for the reasons mentioned above.
Thanks,
Venkat

Similar Messages

  • Getting Brain Error while saving the query--Need Immediate solution

    Hello Experte
    I designed query like this.
    G/L account structure is defined in Rows. Before explaining about columns Let me Explain u about my ORG structure.
    Company codes are defined in R/3 like this.
    Company Code
    1000 for Local Currency(HSL01)
    2000 to 7000,IEL for group Currency(KSL01).
    Iu2019m extracting the data as it is from R/3 to DSO and again by writing routine I splitter the data for months(EX: HSL01 is ApriL,Hsl02 May,u2026u2026u2026u2026u2026u2026.KSL01 April, KSL02 may,u2026u2026u2026. Upto to 16 periods) this is R/3 data. This data I differentiated based upon currency types. If currency type is 10 then Local Currency 30 Means Group Currency.
    Again Iu2019m receiving the data from Flat Files for subsidiaries(IEAI,IEG,IEEL,ISSCI,IHAL,TTM-US,TTM-INDIA,TTIT). This data I loaded first into DSO by writing Routine at field Level for G/L account to convert G/L Descriptions into Numbers.
    After that I loaded data from first DSO to Second DSO by writing to convert respective currencies into INR and again loaded to cube by Direct mapping.
    Again Iu2019m receiving the eliminations data from R/3 through Ztable. This also Iu2019m extracting from R/3  and loaded into dso and again into cube.
    Now I will Explain about my Report.
    In Columns I defined 3 selections for each month.  U can observe that in Document. Like that for each month Iu2019m getting three selections and for subsidiaries 2 selections for each month. If we observe total Iu2019m getting 13 selections for India and 9 selections for each subsidiary. If subsidiaries increase I need to increase selections, automatically columns will increase. Now for Q4 2 new subsidiaries are  added I need to added. After adding and while saving the query then only Iu2019m getting brain error.
    Could any one sort out this.
    Thanks,
    Sony

    HI Ravi,
    Thanks for the reply.
    While saving the query in BEX i'm getting this error.
    Diagnosis
    Query ZQ3_MISGRPSUMMARYREPORT_010209 contains 8192 differing selection cells. However, only 8191 selection cells can be processed in a query.
    Procedure
    Please simplify query definition ZQ3_MISGRPSUMMARYREPORT_010209.
    This was the error i'm getting. How to simplify this....
    Any answers please.
    Thanks,
    Sony

  • Unknown Error while saving the query to My Portfolio

    Hi,
    We have a report published on the portal and users are accesing these reports completely through portal. After running the report user is trying to save the report to My Portfolio on the portal and it is giving an error as "Unknown Error". Anybody who faced this particular error, please give your suggestion.
    Regards
    Vijay

    Hi Mike,
    Please follow the following steps to resolve the issue:
    a. Identify the list of users who are getting the unknown error while saving to My Portfolio
    b. Provide a role called COM.SAP.IP.BI.Business_Explorer_Showcase
    c. Once the role is provided to the users, they will get a new tab called Business Explorer in the portal and ask them to click on that tab and then click on My Portfolio button in the subsequent screens
    d. Once the user clicks the My Portfolio tab this will create the KM folders in the backend for the users to save the report at the run time
    e. Once this is done, ask the user to log off and log in again in to the portal
    f. There after users will be able to save the queries to My Portfolio
    g. Once this is resolved ask the security team to remove the  COM.SAP.IP.BI.Business_Explorer_Showcase role (this role need not be given for a long time).Points.
    Regards
    Vijay

  • Errors while saving the query

    We are getting the following errors after saving the query:
    1)The system tried to insert a data record, even though a data record with the same primary key already exists 0
    2)An exception with the type CX_SY_OPEN_SQL_DB occurred, but was neither handled locally, nor declared in a RAISING clause 0
    3)Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION 0.
    Not able to save the changes in Query also.
    Always welcome for any ideas please...
    Thanks in advance.
    Bala

    Hi,
    Please apply the corrections from Note 1015402 using SNOTE transaction.
    Regards,
    Selva

  • Error while saving the query A299 Urgent

    I had created a Query on Multi provider  and when i am making changes to it while creating and saving the same it is giving me a error "[A299(BRAIN)] Terminate:System error in program Cl_RSD_MULTIPROV and the form GET_PART_iOBJNM_CMP-01 "
    Please Help in resolving the same thanks.\

    Hello Sreekanth,
    Generally this error is due to inconsistency in Multiprovider. Could you please do a dummy change for this
    multiprovider and re-activate it.
    This will resolve your issue,
    Regards,
    Arvind

  • Datatype : 25 not supported error while saving Logical Query in BIP Dataset

    Hi All,
    I have created a nested logical Query in OBIEE Publisher Datamodel using parameters.
    Here is the simple query :
    Select name, revenue, date from
    select "SubjectAreaName"."TableName"."Name" name,
    case when :Date > date '2012-01-01' then "SubjectAreaName"."TableName"."Revenue" else NULL end Revenue,
    date date
    from
    "SubjectAreaName"
    where
    date = :Date
    ) T1
    Note - :Date is the parameter. When I try saving this dataset as-is, it throws me Datatype : 25 not supported error. But, when i replace the parameter :Date with actual date, then the query works. Also, the inner query works with or without parameters. The issue arises when I use the outer query and the parameters.
    Please let me know if you have come across such a problem ?
    Any help on this regard would be highly appreciated.
    Thanks
    Swarna

    ya i can understand we wont do the sql logic at the data model part as some time performance issue may come when comparaed to sql run in package and sql running in data model . so i have mostly done using package and i will just do select * from table in the data set of data model so i didn't face any issue's like this .
    once check this tutorial may be you already
    i use to create parameters like this i didn't face any issue
    SELECT * from TEST where ID=:p_id
    http://st-curriculum.oracle.com/obe/fmw/bi/bip/bip11g/gettingstarted/gettingstarted.htm

  • Error While Saving a Query in Bex

    Hi All,
    When I am trying to Save a query Its throwing me this error.
    "An unexpected 'object variable or with block variable not set' error occured in wdbrlog."
    Any pointers would be helpful.
    Regards,
    Mayank

    Hi Manyank,
    Are you using any variables, if so, please check the variables are built right manner.
    Check on the Text variables also, if you are using
    Regards,
    Ravi Kanth

  • Error  While Saving a query

    Hi All,
    When I am trying to Save a query Its throwing me this error.
    "An unexpected 'object variable or with block variable not set' error occured in wdbrlog."
    Any pointers would be helpful.
    Regards,
    Mayank

    Hi Mayank,
    Please check this thread..
    'object variable or with block variable not set
    Might help you..!!
    -Pradnya

  • ERROR While Saving the Query

    Hi
    I am trying to save a a query, as YP_XXXXXXXXXX. it is giving me an error "Namespace /BIC/ must be set to changable". would anyone be able to help me out with the same
    Regards
    M

    Hi This has been solved.
    We needed to change the Object type"Query Element" to "Changeable Original". This solved our problem. there is also a realted note 337950 that can help in similar kind of problems.
    Thought of sharing it with you all.
    Regards
    M

  • Error while saving Bex Query

    Hi all
    I created a Global RKF in Query desinger and when i click on Save button, it is throwing error
    [Query name] contains errors do you want to save anyway?
    why i am not able to create RKF, If i delete that RKF and click SAVE its working fine, but if I create a Global RKF it's throwing error.
    What i Did is I select the option No, and tried to create again the same RKF with same Technical name then it says already RKF exists but i dont see that in any other query's too, then i logout  and once again login and tried with same technical name and same RKF then it worked but for only one RKF, when i create another RKF and save query same error is showing up.
    Did any one face this issue before?
    Thanks

    In SAP we can't create any of the objects with the same Technical name, but you can create the objects with same description with different Technical names...
    You might have checked the Description which is same for the other RKF you are referring too...
    Why you want to create the RKF with the same name? why don't you make use of already existing one?
    If you are not able to find it ,,some body might have created and later they had deleted it. but the entry is still there in the tables.
    Give a try and check out your self...

  • Error while saving user Query

    I am generating a simle query from query generator, and trying to save it, it gives the following error message
    "To generate this document first define the numbering series in the Administration module"
    I am using SAP 2007 B PL 00

    Hi!
    This is the Authorization Pblm for the particular user in SAP B1.
    Try to give Full Authorization to
    Query Generator under
    Administration > System initialization > Authorization > General Autho > Reports > Query Generator
    To give this, u should log in as a super user in sap b1.

  • Error while saving query

    While saving any query in the system i receive an error:
    First define the numbering series in administration module.
    I have licence but the PL is 0. Is this the reason?
    Plz solve it.
    thanks

    hi
    Did you Set the current Posting Period on General Settings?
    Did you assign the Period Indication is the same Selected for the Posting Period?
    Else,
    You did not select Full Authorization for Document Numbering Series in the Authorization Window for USER code you are using.
    The problem caused by Series 1 until last Series is set to No Authorization.
    Regards,
    Madhan.

  • Error while saving workbook or query

    Hi guys. After upgrade to 7.0 we are experiencing error while saving workbook or query.
    We are using BEx 3.5.
    Here is the error:
    "Program error in class SAPMSSY1 method: UNCAUGHT_EXEPTION.
    An exeption with the type CX_SY_PROGRAM_NOT_FOUND occured, but was neighter handled locally, nor declared in a RAISING clause.
    Program CP9QUC052Y8TXQ0C2TM5KB0T92K does not exist"
    What can be the cause of this error?

    Hi Jose!
    It was easy.
    The problem can be solved by reactivating the personalization
    for the BEx.
    To reactivate the personilization go to transaction SPRO and navigate:
    SAP Reference IMG -> SAP Customizing Implementation Guide -> SAP
    NetWeaver -> Business Intelligence -> Settings for Reporting and
    Analysis -> General Settings for Reportiung and Analysis
    or
    open the transaction RS_PERS_ACTIVATE
    Check all boxes and execute.
    Hope it helps.
    Vad.

  • Error While saving a iBot

    Hi All ,
    I am getting the below error while saving a iBot.
    Oracle BI Scheduler Error: [nQSError: 16001] ODBC error state: S1C00 code: 106 message: [Microsoft][ODBC Excel Driver]Optional feature not implemented . at stage of execute transaction command with data source: Procurement_Demo
    I am using xls as a datasource to create Repository. I have created scheduler tables for iBot in the same datasource.
    Can i not use XLS as a datasource for iBot?
    If i can use , what is the solution of this problem.
    Thanks in advance.
    -- Ashish

    Hi Vivek,
    Please close your SharePoint Designer application, clear/delete the cached files and folders under the following directories from your server installed SharePoint Designer, then check results again.
    <user profile>\appdata\roaming\microsoft\SharePoint Designer\ProxyAssemblyCache
    <user profile>\appdata\local\microsoft\websitecache\<sitename>
    http://www.andreasthumfart.com/2013/08/sharepoint-designer-2013-server-side-activities-have-been-updated/
    Thanks
    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.

  • RunTime Error while saving a Sales Order

    Hi All,
    When i am saving a Sales Order, the system is throwing a Runtime Error.
    The ABAP Code in the Runtime Error screen as follows.
              select * from (t681-kotab) appending table <cond_tab>
                     up to 1 rows
                     where kappl  = se_kappl
                     and   kschl  = se_kschl
                     and   datbi >= se_date
                     and   datab <= se_date
                     and   (coding_tab).
    Till these days, there was no such error while saving a Sales Order.
    How to resolve this issue?
    Regards
    Pavan

    Hi,
    The below piece of code is trying to get the contents of the table mentioned in T681-KOTAB.
    select * from (t681-kotab) appending table <cond_tab>
    up to 1 rows
    where kappl = se_kappl
    and kschl = se_kschl
    and datbi >= se_date
    and datab <= se_date
    and (coding_tab).
    The reason could be is someone has screwed up the entries in T681 table. Check that out.
    Try to put a break point on this SELECT query and see what the value of T681-KOTAB holds before the SELECT query. Check whether such a table entry exists in DB.
    Let me know if you are still stuck up.
    If you can send me the ST22 dump of the run time error, i might be able to help you more  on this.
    Hope this helps.
    Thanks,
    Balaji

Maybe you are looking for