Change JCO references

Hello ,
We changed to a new portal server. I'm trying to change the model JCO references to the new ones unsuccessfully...
I need to change WD_RFC_METADATA_DEST to WD_RFC_METADATA_DEST2 .
Does any one have any idea except from create new model??
thanks,
Michal.

Michal,
To change a Model Object's logical system follow these steps.
To change Logical system for RFC metadata,
           Select Dictionaries node under your Web Dynpro DC.
           Select the model node for relevant model object.
           Select 'Properties' tab. You can see the name of logical system here.
           Logical System name can be changed here.
To change Logical system for Model instances,
           Open 'Models' node under your Web Dynpro DC.
           Open the relevant Model Object.
           Double click any of subordinate model classes and select 'Properties' tab.
           Under 'Model settings', overwrite the name of logical system.
Then follow these steps to remove old references.
Right click on your Web Dynpro DC and select 'Properties'.
Select 'Web Dynpro References' in Pop up window.
Select tab 'JCo References'
Remove old JCo destination names from here.
That should get the JCo destination names changed.
Hope it helps,
Vishwas.

Similar Messages

  • How to change the JCO reference to an existing model

    Hi
    We had created a few models with the 2 - default (WD_model..) JCO references, now is it possible to change the references to a different custom /name without re-importing the models again ?
    The issue for us is very critical because, we need to maintain unique reference for all the models under each application for the same server.
    please let us know asap.
    thanks
    sathyanarayanan

    Hi Sathya & Ravi,
    If you want to change only the JCO Destinations  that your model refers to, then its very much possible to change their names.
    But if the model stucture has got changed , then you should reimport that.
    I guess, trying out the following steps for changing the names will work out for you.
    1) For Medata Dest--
    a) Click on the local disctionary stucture that has been generated by importing the model.
    b) Click on the properties tab on the bottom right corner.There you shoulb be able to change the Metadata dest name.
    2) For Application data Dest-
    a) Right Click on model classes (model_Input & model_output) &  then click EDIT.
    b) Same Way, on the bottom right corner , Change whichever proerty you want to alter inlcuding the Dest Name.
    In this way, you can mainten unique JCO references for all the models you are using in your project.
    ReBudild & Redploy the entire project . Create the New JCOs Destinations in the content Admin & happily run your application.
    Regards,
    sandip

  • How to change the JCO reference of an existing model  in CE 7.1

    Hi All
    I have read an article which explains the method to change the JCO reference of model but when I tried to follow the same steps in CE 7.1 i am not able to find the category "Model Settings" (on clicking model edit option) containing the property "modelInstance_defaultLogicalSystem" which needs to be changed.
    So is there any other method that needs to be followed in CE 7.1 to change the JCO reference? or should i delete and recreate the models with new JCO reference.
    Any suggestions would be highly helpful.
    Regards,
    Ashwin Kulkarni.

    Hi Ashwin,
    I guess you are not opening the models node. Open the models node shown in the web dynpro explorer.
    ---local Development [project1]
    ----Web Dynpro
    ----Application
    ----Model
    --Model1                                <<<<----Click Here and select properties tab
    ----Model Classes
    ----Component Interfaces
    ----Components
    ----Dictionary
    ----Resources
    Then select the model for which you want to change the JCo references and then in teh properties tab you will find the desired propoerty and then just change the modelInstance_defaultLogicalSystem Property.
    I guess this will solve your problem.
    Thanks
    Sarbjeet Singh,

  • JCO References

    Hi experts,
    I m having a pretty weird problem about JCO References.
    I was using WD_MODELDATA_DEST as my reference and then changed it to WD_MODELDATA_DEST_CATERING but after deploying the DC and then i try to retrieve data, i get the following error:
    Could not create JCOClientConnection for logical System: WD_MODELDATA_DEST - Model: class com.diagonal.sd.msmeal.model.SpecialMealModel. Please assure that you have configured the RFC connections and/or logical system name properly for this model!
    The strange thing is that i have already changed the logical system name to  WD_MODELDATA_DEST_CATERING  but the error still shows the old one. Even after a full restart, there is no difference. So i got no clue what is wrong since this should be a pretty straighforward configuration.
    FYI, the way i changed the logical system name is as follows:
    Under webdynpro perspective, right click on the root of the DC project and select properties and under webdynpro refereces i selected JCO references. After i did that i rebuilt the project and deploy.
    Thanks in advance.
    Best Regards,
    Daniel

    Hi Daniel,
    Check out this blog from Bertram Ganz. It may help you.
    /people/bertram.ganz/blog/2006/01/27/web-dynpro-adaptive-rfc--how-to-change-logical-system-names-after-model-import
    Regards,
    Gopal

  • Programmatically changing JCOs

    Hello all,
    is there an API to programmatically change the JCOs instead of using the content administrator. I often have to switch the underlying R3 system and so dealing with the content administrator is sometimes a little bit monotonous.
    Anyone who has an idea where to find related information, please tell me.
    Thank you
    volker

    Hi
       Well the only way to do what you are looking at is
    1. Create the JCO destinations for the number of SAP systems that you have in the WebDynpro Content Administrator. For Eg : "DEV" and "TST"
    2. Create a properties file called "Connection.properties". Maintain a property in the file say "JCOConnectionName=DEV"
    3. For reading the properties file please refer to the link http://help.sap.com/saphelp_nw04/helpdata/en/b8/aa343e32ff1033e10000000a114084/frameset.htm
    4. Now if the system is down and you would like to change the system name just edit the properties file and change the name from "DEV" to "TST".
    5. The only additional change you will have to do is open up your application and do the following steps.
    Steps :
    If you want to change only the JCO Destinations that your model refers to, then its very much possible to change their names.
    But if the model stucture has got changed , then you should reimport that.
    I guess, trying out the following steps for changing the names will work out for you.
    1) For Medata Dest--
    a) Click on the local disctionary stucture that has been generated by importing the model.
    b) Click on the properties tab on the bottom right corner.There you shoulb be able to change the Metadata dest name.
    2) For Application data Dest-
    a) Right Click on model classes (model_Input & model_output) & then click EDIT.
    b) Same Way, on the bottom right corner , Change whichever proerty you want to alter inlcuding the Dest Name.
    In this way, you can mainten unique JCO references for all the models you are using in your project.
    ReBudild & Redploy the entire project . Create the New JCOs Destinations in the content Admin & happily run your application.
    Let me know if that helps you.
    regards
    ravi

  • Can I create a keyboard shortcut to change the reference point? (Mac CS6)

    I'm forever changing the reference point during a job and the tiny squares are a nightmare (my eyes aren't what they used to be), a shortcut to change it from the centre to top left would be great.
    Cheers
    Mark.

    @Mark – and here an overview of all available options:
    AnchorPoint.BOTTOM_CENTER_ANCHOR
    The center point on the bottom of the bounding box.
    AnchorPoint.BOTTOM_LEFT_ANCHOR
    The bottom left corner.
    AnchorPoint.BOTTOM_RIGHT_ANCHOR
    The bottom right corner.
    AnchorPoint.CENTER_ANCHOR
    The center point in the bounding box.
    AnchorPoint.LEFT_CENTER_ANCHOR
    The center point on the left side of the bounding box.
    AnchorPoint.RIGHT_CENTER_ANCHOR
    The center point on the right side of the bounding box.
    AnchorPoint.TOP_CENTER_ANCHOR
    The center point on the top of the bounding box.
    AnchorPoint.TOP_LEFT_ANCHOR
    The top left corner.
    AnchorPoint.TOP_RIGHT_ANCHOR
    The top right corner.
    Uwe

  • Change XSD reference from Local to MDS in existing application

    Hi
    I have tired MDS upload and delete for XSD and WSDL files using ant scripts. It got uploaded without errors.
    But i need to know if there is a BPEL application already having multiple XSD (within project - local) and have the reference of those XSD across multiple WSDL. If i upload the XSDs alone on to MDS and delete them from the project (ie., from local), I am ending up with compile time error saying reference not found in the WSDL.
    Is there any way that we can change the reference of the XSD files from local on to MDS path in the existing WSDL automatically once we upload things on to MDS.
    Thanks,Sesha

    I doubt you can get this done automatically. If your wsdl 's has xsd import from local file system, you will have to manually change the location to mds oramds://...format.
    So the best way to do this is to maintain the same structure in mds in the local file system ,use the oramds import in all wsdl's and specify the mapping to the actual file system location in adf-config.

  • How to change the reference of a Workbook to a Query

    I have a Query Q1 and I have a workbook W1 for this query in 3.5,  I copied query Q1 to a new Query Q2,  and copied workbook W1 to a new workbook W2. (using RSZC)
    Now I have Queries Q1 and Q2 and Workbooks W1 and W2. But as the workbook W2 is a copy of W1, it still has the reference to query Q1. Is there any way to change the reference of a workbook to a query ?
    My requirement is, workbook W2 should refer to query Q2.
    Appretiate your help.
    Regards,
    R. Vodnala

    Go to design mode of the second workbook and change the query using the edit option to Q2 then your workbook W2 will refer to query Q2
    Just to get the idea go through this link here it is shown how to change the query.
    https://wiki.sdn.sap.com/wiki/display/BI/Issue%20with%20Migrating%20BEx%20Query%20and%20Workbook

  • Help me,Mass Changes to Reference Rate Routing

    Hi,
    I need to mass changes to reference rate routing.
    but i don't know how to do it.
    by using CA85N i was able to make changes to Normal routing but not reference rate routing.
    so.so.so. i need your helps.
    best regards.
    thanks.

    Hi
    While entering the selection criteria make sure that you are entering the correct selection parameters. Since the routing exist in CA32, it will be come in CA95N also. Please try with correct selection parameters.
    Thanks
    S.Murali

  • Change of Reference Object

    Hi All,
    We have some infoobjects (A) created with referencing objects (B). In our production system we noticed that the referncing object is not correct. We have been loading the data since a year. This issue was noticed recently.
    We need to modify all the objects (A) to point to a new infoobject (C) instead of B. BW do not allow changing the reference objects unless we delete the data in all connected data targets. We are talking about at least 15 data targets.
    To modify the refernce from A to C, we have to delete and re-load the data in production system. We want to keep this as the last option and explore the alternatives. We are not ready for deleting and reloading the data since it calls for lot of man hours and planning. Ours is a 24x7 system.
    We are considering many alternative approaches and work around solutions. I will be interested to know, if anybody else also faced this situation and if so, how did they fix the issue. I appreciate any ideas in fixing this issue.
    Thanks
    Surya Muvvala
    480.225.9666 (cell)

    Hi Surya,
    check out the oss note 0568051 for your issue. It describes, what to do in case you will change the reference.
    Siggi

  • Do not allow change of Reference Object after Order release

    Dear All,
    The requirement is that we should lock(not able to change) the Reference Object after the Maintenance Order is released. Can we acheive this in standard way or do we need to go for development.
    If going for development what should be the basic logic.
    Regards,
    MLN Prasad

    Prasad,
      You are accomplishing the same utilizing the built in enhancement framework([Implicit enhancements|http://help.sap.com/saphelp_nw70/helpdata/en/70/63da4023a28631e10000000a1550b0/frameset.htm]), WITHOUT making a MODIFICATION to the system. This technology / functionality is available from ECC 6.0 . You would need to be very careful in using the implicit enhancement functionality so that you don't break the flow. Your requirement seems to be a simple one which could be accomplished by tweaking the screen attributes of the field under certain conditions, for this specific screen in the program. You may also have to make the Priority field a display only, so that it doesn't trigger a change through it via the user exit or through standard.
    Regards
    Narasimhan

  • How can I programatically change a reference to an item in a cluster?

    Hello!
    I'm trying to programatically change the text background color of the elements in a large cluster.
    I'm using LabVIEW 2010 SP1.  Attached is a test vi that I'm expermimenting with.  The test cluster has 6 elements and the final cluster will have 140.
    All elements will be the same data type.
    Based on the rate of change of the element value, I have to change the background color.
    Instead of creating a reference for each element in the cluster (as in my test vi), I'm looking for a way of changing the reference programatically.  Is there a way?
    I'm also considering building an array of references as a brute force alternative but I would like to see if there is something more elegant / efficient first!
    Am I making sense?
    thanks,
    mike
    Solved!
    Go to Solution.
    Attachments:
    cluster_color_change.vi ‏11 KB

    Mike,
    You can get references to the elements inside the cluster from the cluster reference using property node: All Objects[].  This is an array of references to the controls inside the cluster.
    Another way which might have advantages is to put a color box indicator behind each numeric.  Color the numeric backgrounds Transparent.  Then write the color to the color box.  I did a quick modification to your VI to show this possibility.  I did not adjust the size of the color box to match the numeric to emphasize what I did.
    Lynn
    Another note: If any of your users are color blind some of the combinations (black on red) might not be very visible.
    Attachments:
    cluster_color_change.2.vi ‏9 KB

  • Change JCO Connection

    Hi,
    I'm developing a DC component and I created a Model, in order to use sap function modules, but while I was creating the model , I put wrong JCO names. Can I change JCO name of an existing model?

    Its a bad idea although it is possible.
    Refer the following weblog.
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3083%3Fpage%3Dlast%26x-order%3Ddate" [original link is broken] [original link is broken] [original link is broken]>changing [original link is broken] [original link is broken]
    kk

  • I have a problem on the MUSE application. I changed my reference Saturday mail address. Since the operation, I can send my site project on Catalyst operating until then. A dialog box asking me to enter my password Adobe Business Catalyst I do not know . I

    I have a problem on the MUSE application. I changed my reference Saturday mail address. Since the operation, I can send my site project on Catalyst operating until then. A dialog box asking me to enter my password Adobe Business Catalyst I do not know . I fill the field with my Adobe ID without success. I then changed my password ID password , thinking the problem. Unfortunately it remains. What can I do? Thank you .

    Hi and Welcome to the Community!
    If you have BES, then you need to talk to your BES admin for the proper method to activate your BB on BES.
    If you do not have BES, then you should not even be going into anything related to Enterprise email...instead, you should see Internet or Personal email setup in addition to Enterprise. If you do not see Internet or Personal, then your device is not properly activated by your mobile service provider for BIS-level Internet/Personal email services...contact them for assistance.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Changing dimension references in BPC

    Hi Team
    I have an account dimension created with "Rate" type reference.
    I wish to change the reference from "Rate" type to "None"/ "Account".
    a) Is it possible to make changes without impacting data on cube?
    b) What all possible impacts will it have?
    Thanks in advance.
    Regards
    Abhishek

    Dimension references are used just for validation of that dimension.
    It has no impact regarding to data from cube.
    So removing a a dimension reference for a dimension it is not a problem.
    This has no impact regarding existing data.
    Not even adding a dimension reference for an existing dimension doesn't represent a problem for existing data.
    It can be a problem just for processing that dimensions.
    Regards
    Sorin Radulescu

Maybe you are looking for

  • BSOD: bad_pool_caller, while accessing Internet (youtube video, bgm, online games)

    Dear all readers of this writing, I truly want to get help or advice of solving my blue screen problem called "bad_pool_caller". Even, I nicknamed myself as "bad_pool_caller of death" because this caused several painful experiences while playing onli

  • Need help black screen

    I cracked my screen on  n got it fix first time I got a used screen then they guy replace it with a new one now I had líl color línes going down my screen on it home screen n pics only a couple apps too now my screen black wat should i do

  • Lacie Lightscribe Labeler Software?

    Does anyone know if this software will work with Lightscribe drives that are made by other companies?

  • How do I fix this error code

    • fbl_impressive Core 10074 - Error 0xc1900107 Cannot upgrade to the FAST track latest install.  Keep getting this error code? Anne

  • How to start Photoshop CC

    Hello, I have purchased Photoshop CC, I have installed it, and it the app appears in Creative Cloud as installed, but I cannot find the way to open the program. Photoshop doesn't appear in the Applications of my mac, and I don't find it anyway. How a