BW Objects inactive in DEV system

Hi All,
In Our BW DEV System ,All objectu2019s have become inactive and in revised mode, we cant figure out what happened, bcoz of this we are facing a lot of problem to initiate transport or to install or activate again anyhting.
Is there any Function module that vll activate all the objects (IOu2019S) to Active State.
Also, Our system is asking a request for every changes v are doin in Dev system ,,Even to rename any Object also,,
Can any1 throw some light on whats goin on??
Has the basis person configured something new or is it some unstability??

HI
you can use this program to activate all IOs:
RSDG_IOBJ_ACTIVATE  for Activation of InfoObjects (w'out automatic transport connection !).
Its normal that for every change you are bwing asked for request as the dev clients are open to changes with creating requests so that those requests can be transported to Test/Prod.
Hope it helps
Darshan

Similar Messages

  • Compare object version between BW system

    Hi,
    I want to check object version between DEV system and Quality System.
    Is there any program to do that in BI7?
    Regards,

    Hi Kobul,
      For that you should write an ABAP coding using
    BAPI_IOBJ_GETDETAIL to compare the object version of the two systems.
    Regards,
    Yokesh.

  • BAdI implementation FIAA_BW_DELTA_UPDATE inactive in source system DEV

    Hi all.
    I'm trying to execute an infopackage to get 0ASSET (texts delta initialization). But it shows me the next error message: "BAdI implementation FIAA_BW_DELTA_UPDATE inactive in source system DEV".
    But when I look at this BADI implementation in the source system (Transaction code se19) there are no errors on it.
    "BAdI implementation FIAA_BW_DELTA_UPDATE does not contain any errors".
    Do somebody knows what's happenning?

    Hi,
    If you are in version 3.1, then this BADI has an issue.
    Kindly refer to the following note:
    [SAP Note 590034 Deactivating implementation FIAA_BW_DELTA_UPDATE|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bct/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d353930303334%7d]
    Cheers...

  • To find the list of Inactive objects in the Production system.

    Hi Experts,
      Need a help. I want to find the List of inactive objects in the Production system. Do we have any standard program or any transcation code to find.
    Appreciate your help.
    Thanks,
    Venkata.A

    Check below threads -
    Check Inactive Objects in System
    Need program to find the inactive objects
    Tcode for finding out the inactive BI Objects

  • LSMW - Exporting the Object to PRD/QA System from DEV System

    Hi,
    I need to export the LSMW Object created/tested  in DEV System to QA/PRD System. Can you please suggest me a solution.
    I Appreciate Your Help.
    Thanks,
    Kannan.

    There are two ways of Transporting for this.
    Goto the LSMW Transaction
    1)Extras>Export Projects>(Give the Project name)
    In next screen(Choose what subproject, routines, etc.. you wan to copy then, Export Rules-->Export((Will prompt for file name)
    A text file will be downloaded.
    In the Target System
    Goto LSMW Extras-->Import Projects and give the text file which was downloaded.
    2)Extras-->Generate Change Request
    Assign a change request which is basically a transport request and you can then get this transported from one system to another through the basis route.

  • Process chain transport in BI7.0 from DEV system to PROD system

    Hi experts,
    I have to create a process chain of master data loading, and i have created the process chain in DEV system, now i want the same in the production system, can you please suggest me which way i do
    1) create the same process chain in Production system directly or,
    2) should i transport the same process chain to production system, i created in the development system.
    and please tell me that what kind of problems in future i will face by following the above steps when the project will be in support state.
    thanks in advance for all your expertise experienced help.

    It is always advisable to transport the process  chain from DEV to Production. You can just do this by simply gather all the necessary objects for process chain into your transport.
    During the support phase, you have to monitor the data load through process chain. That can be done via transaction code rspcm. In case there is any error in the process chain ( various errors can be there, data loading error, delta error). In that case you have to go to the step of the process chain when the error occurs (it will be marked as red) , rectify the error and process the step manually at the point so that the following process finishes.
    Hope this is clear now.

  • Linking two DEV systems

    Hi gurus,
    We got two DEV systems ("DEV old", "DEV new"). Basically "DEV new" is the copy of "DEV old". They copied the system about 3 months ago. During this period of time, we still developed on "DEV old". Now we were told to move to "DEV new". They said they've setup the transport connection. I need to do a little thing in “DEV new” before I can transport from "DEV old" to "DEV new".
    Can anyone tell me what to do? Thanks!
    Jenny.

    If you are asking for steps to create a request then go to transport connections -> select the necessary objects to be transported -> drag & drop on RHS then select only necessary info objects & manual & click on package .
    once its done then go to se09 then select your request & release .

  • Custome Tcode is not working in QA system but working in DEV system

    Hello,
    We have copied QM11 tacode to ZQM11. We found this ZQM11 tcode is not working in QA system, but properly working in DEV system. When we are execute this tcode from QA system with all required input, it says
    "No objects could be selected that met your selection criteria."
    But when do it in DEV system it is working fine. I have done following steps to check error
    1) All authorizations are good
    2) I have compared E070 and E071 table to found transport done with proper way.
    3) I have checked SE93, tcode condition is good.
    4) SE97 -->found call transaction is QM11 for ZQM11
    5) From program code level Authority check maintained properly.
    AUTHORITY-CHECK OBJECT 'Q_QMEL'
                 ID 'QMART'    FIELD I_QMART
                 ID 'TCD'      FIELD I_TCODE
                 ID 'WERKS'    DUMMY.
    6) Performed authorization trace to found error agains object Q_QMEL (RC =4), but in the role Q_QMEL has define with it's  proper value supplied by our functional team.
    7) Shows all active object in SU24 against ZQM11 are good
    8) When we call tcode it has thrown the error agains Q_QMEL only
    I am not able to understand why does not work this tcode in QA system, although working in DEV is good.
    Please help me to resolve this issue
    Thanks
    Pavel

    Bieng declared $WERKS field as DUMMY, is not relevant, so no matter its value, it will pass..
    There's a catch! If even DUMMY means literally that no matter user has any value, he is still authorized but in reality for such \fields authorization check is only successful when a value ' ' or * is found in user's authorization else it errors out.
    Sorry confused with programs where AUTHORITY-CHECK has  ' ' coded instead of DUMMY. You are right, DUMMY specified for as field would pass authorization check with any/no value in user's authorization. Please ignore my statement
    Sandipan
    Edited by: Sandipan Choudhury on Dec 29, 2010 2:11 AM

  • Master role-derive role concept and FICO role in dev system!!!

    Hi all,
    I have created a master role with t-codes
    AWUW
    BAPI
    BD10
    BD100
    BD101
    BD102
    BD103
    BD104
    BD105
    BD11
    BD12
    BD13
    BD14
    BD15
    also included object PLOG where maintained org data
    and created a derived role from that master role and generated from the master role.
    After that I wanted to change the org level but the system is not allowing me to change, although I selected the values from the F4 screen.
    Now I want to maintain seperate org value of each of the derived role...and when adjusted from the master role..these maitained value should not vanished.
    How should I proceed???
    I have another issue....I am now in Dev system....I need to create a role with FICO module with SPRO....
    Should I go ahead and cread a role and assign FICO block and assign SPRO...will that be sufficient??
    Thanks in Advance
    Regards,
    Souren

    Yes, It seems that you have broken the org level by directly making changes in the org level field inside pfcg.
    One way to correct this is to regenerate the role in expert mode by selecting the option 'Delete and recreate profile and authorizations' (in case you want to correct it for all the org level fields.).
    If you want only for PLOG, then delete this object and add again. Then go to organization level tab at the top and give the required value. Do this in the master role and generate and push the changes to derived role. Now, goto derived role and make the org level change the same way you did for parent role..
    For your second question, you will have to see what all auth objects are being checked by SPRO for a FICO module assosciate. You can create a test role with SPRO in it and then do authorization trace through ST01 to see what all objects are checked when they work.

  • CE 7.30, CM Services/CTS+: Error when creating DEV system in STMS

    Hi,
    first of all: Happy new year
    This is our scenario:
    CM Services are running under CE 7.30 and CTS+ is running on PI 7.11 system (Support Package 7).
    I followed this guide to configure CTS+ on our PI 7.11 system:
    [http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b08abb67-0e34-2d10-78b8-e7246ad93fb2|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b08abb67-0e34-2d10-78b8-e7246ad93fb2]
    When we create the DEV system in STMS, we tick the checkbox "Development configuration" and give the URL to the SLD of our CE system (http://sapt62.xxx.com:56200/sld/).
    But when the changes are distributed (I guess that's the time when the CM development configuration is created in the CE system), we get the following error message:
    com.sap.di.cts.config.service.core.exception.DIConfReadNameServerException: "Unable to read name server from landscape directory "http://sapt62.xxx.com:56200/sld" using user "NWDI_CMSADM" [DICONF_READNAMESERVER]: Received response is not a CIM Operation Response! Check "http://sapt62.xxx.com:56200/sld/" is the correct URL for the SLD CIM Object Manager (default is "http://sapt62.xxx.com:56200/sld/cimom") and that user "NWDI_CMSADM" has access to the SLD via http and is not required to change his/her password.
    What can be the reason for that?
    The password for user NWDI_CMSADM is configured correctly on the CTS+ system.
    Could it be that the username/password for NWDI_CMSADM is configured somewhere in SLD?
    After the DEV system has been created we click on the "Development Configuration" button in STMS, the browser pops up with the CM Services and the following message:
    Missing application ID
    Thanks in advance!

    I've seen now that a Development configuration has been created in our CE system.
    But I cannot open it from STMS on our CTS+ system, because it gives me the "Missing application ID" message in the popping up browser.
    Is that normal?
    Another thing I've discovered:
    When I try to use the "Synchronize service" functionality for my CTS Dev Conf to load the missing SCA files, I always get this message when I click on "next":
    Failed to process the request: Request refers to an unknown session
    When I use the "Import service" instead, it gives me a NullPointer exception:
    java.lang.NullPointerException: while trying to invoke the method java.lang.String.hashCode() of an object loaded from field com.sap.engine.session.AbstractSessionHolder.sessionId of an object loaded from local variable 'this'

  • Transporting into a new BW system from a shared dev system

    We are currently in the process of setting up a new BW system in the same landscape as our existing one where both boxes will share the same dev system.  Our existing one is used by many different applications and has tonnes of shared objects on it.  Our new box will only be used for SEM-BCS and thus does not need everything else that the other box contains.  Since many objects are dependant on others (attributes and such) I am finding it hard to get transports into the new system.  There always seems to be something missing even when I try to just move a single object.  I also seem to be having troubles with InfoObject Catalogs where they cannot be moved if the InfoObjects are not there and the InfoObjects a cannot be moved with the Catalogs not there.  This is all starting to give me a serious headache.
    Has anyone delt with transporting to separate systems from a common development system?  What is the best approach to this to ensure we only move what we need to the new system?

    The transporting is the same, however there are a lot of dependant objects that also need to be brought into our system.  I'm looking for a way to minimize what I need to transport into our new system.
    Collecting automatically doesn;t seem to be working for me since it does not collect everything I need and when I add that missing object I then seem to be missing another list of objects.  It seems to be a never ending cycle.

  • How can eCATT used for testing of z program on DEV system &data on Quality?

    Hello All,
    Background - Custom object is (for e.g. any report program) which I want to test is present on DEV system  and required data (e.g. data that will be passed to selection screen fields of program) on Quality system.
    Question -How to do testing of program using eCATT without transporting my program to Quality box? Please anyone can give me any insights on this to fix the data availability issue. 
    My efforts - Created System data container specifying RFC connection for Quality system. Created Test Data Container with data available on Quality box. Here, I specified target system as 'Quality' for the data.  Created Test script (for SE38 tcode ) and did the parameterization(giving program name as parameter , other selection screen fields) and set the Target system for each parameter to QUALITY.  Created Test Configuration specifying with all required parameters .
    When I ran the test script from Test Configuration, test script started to run on Quality system. But failed saying program/object does not exist on quality box.
    Importance - This is required as no data available on DEV box, need to move program/object to Quality system. Hence, multiple transort requests are created.
    Edited by: Tripti on Feb 26, 2012 9:29 AM

    Thank you for your quick response, BalusC. I really appreciate your answer.
    Yes, you are right. If I manually code the same amount of those components in the JSF pages instead of generating them dynamically, the server will still run out of memory. That is to say, JSF pages might not accommodate a great deal of concurrent visiting. If I upgrade the server to just allow 1,000 teachers making their own test papers at the same time, but when over 2,000 students take the same questionnaire simultaneously, the server will need another upgrading. So I have to do what you have told me, using JS+DOM instead of upgrading the server endlessly.
    Best Regards, Ailsa

  • Source System of Dev System is not active QAS System.

    Hi
    I am trying to transport my SAP-BI flow from Dev System to the Quality System.
    but I am getting an error  "Source System of Dev system is not active in QualIty System.
    I have checked RFC Connection ,everything is fine.Please help.
    Thanks and Regards,
    Asim

    Have you checked the mapping of the source systems in the conversion table (RSLOGSYSMAP)?
    Usually, DEV source systems are not available in QA, so when you transport to DEV, the source system assignment has to be changed to a QA source system.
    For example, source system CRDCLNT100 (CRM DEV system) is connected to BWDCLNT100 (BW Dev)
    and CRTCLNT100 is connect to BWTCLNT100.
    Objects in BWD which are assigned to CRD, have to be re-assigned to the CRT source system when transporting them from BWD to BWT.
    The mapping table is maintained in RSA1, menu option tools > 'mapping of the source system names'.
    Jan.

  • Problem when transporting form from DEV system to PRODUCTION system

    Hi Experts,
    We are developing forms in ABAP, for example there is a form developed in dev system and this form has JS coding in some UI elements events like initialize, on change and on exit; also has one script object defined as variable. this script object has some functions defined in order to do some common validations and field specific ones too.
    The form in DEV work fine, all the functions calling, all the validations and the events are working properly as expected. But there is a problem when we moved the changes done in development system into production system. Specifically the script object has the problem: even though the coding is the same in both systems, in production system we had an script error: "Body.CATALOGPARAMS has no properties", as if the Body.CATALOGPARAMS was never instanciated, or it is not defined...
    The code that produces this error is the following:
    var itemCount = 0;
    itemCount = Body.CATALOGPARAMS.DATA.instanceManager.count;
    CATALOGPARAMS is table defined as context table coming from an ABAP FM where is filled and passed into the form.
    In order to fix this problem I changed that part for the following
    var itemCount = 0;
    var catalogTable = null;
    catalogTable = xfa.resolveNode("Body.CATALOGPARAMS.DATA");
    itemCount = catalogTable.instanceManager.count;
    This still works as fine as the other in DEV system. But my question is: will I have the same problem when we transport the changes to production system, you have to know that a transport is not something that you can do every day, so I am taking precautions before the transport. Which of both coding is the best for doing this?
    Any observations, comments, questions in order to clarify some points are welcome, so please do it.
    In advance, thanks a lot.
    Mauricio.-
    Edited by: Mauricio Poblete on May 11, 2010 4:20 PM

    As always, you are the first one to reply... thanks for that!
    before everything, I activated the form, then I added this form to a new transport using se80 transaction: I navigated through the form objects and I added the form to a new transport by second click on the form -> other functions -> write transport entry. is this the correct way to assign a transport package with the entire form (including script objects, layouts, and all you told in the last reply)??
    Can you give me a guide on how-to add the specific parts to the same transport for forms?
    as always, thanks in advance.
    Mauricio.-

  • Transport of config objects...business system prblem...

    Hi Gurus,
        We want to transport dev and config objects from XI qua to a XI test server... we hav successfully transported all design objects...but we are facing problem while transporting the config objects because of business and technical system issue....the business system in quality points the ECC quality....how can i tranposrt the config objects with same business system name....is there any way??
    Thnx in advance...

    Hi,
    This will be Maintained in SLD .You know what will be Business system name in Quality or Production.
    While Creating Business system you need specify in the Transport Tab which is your Target Business System and also the Group like Production or Quality ,
    When you do transport from Development and for the Dev_Bs (Bussiness system ) if you assign the Qaulity System Bussiness system ,it automatically move the object under Quality Business System.
    if this setup is done in SLD when you do transport the Configuration Object It Automatically assigns the Quality and production Business System  if you are doing Transport from Dev Respectively.
    hope this helps.
    Thanks,
    Madhu
    Edited by: Madhusudhan Honnappa on Sep 3, 2009 8:11 PM

Maybe you are looking for

  • Problem installing adobe photoshop elements 4.0 on to my new macbook air

    just tried installing previously purchased adobe photoshop elements 4.0 on to my new macbook air... it gave me an error and asked that i contact manufacturer... kinda cant wait til tomorrow... anyone out there that can help?

  • Logic Express 8.0.2 available

    Get them while they're hot... http://www.apple.com/support/downloads/logicexpressupdate802.html (Usual disclaimers apply) Pete

  • Package AIR app as Appx for Windows Store

    Has anyone successfully packaged as AIR app as an Appx (or similar) to submit to the Windows Play Store? The process looks relatively straight forward (To make a Metro Appx Package from scratch, you must first -), but not so fast... The first step is

  • Global variable reference problem

    Hai all, Am facing a problem in assigning a control as a global one. Actually i have assigned two OK buttons g1 and g2 as global ones. In 1.vi i have created control c1 (Switch when pressed) and in 2.vi i used g1. when i run both VI's, the g1 get upd

  • Captivate 3 Crashes While Recording...

    Hi, I just lost two hours of work when a co-worker and I sat at my desk recording demonstrations of PeopleSoft, Excel, PDFs, and BusinessObjects. The recording of Excel and PDFs was completely fine, but we experienced crashes when trying to change th