JBuilder Integration - Drop Mapping

JBuilderX, Kodo 3.0.3
I created a simple project with one class called Entity with a couple fields
and chose Create JDO Metadata and an Entity.jdo was created. I did Create
Mapping on the .jdo and chose None for the schema action and an
Entity.mapping was created (so far, so good). I then chose Drop Mapping
Info, again with None for the schema action. The Entity.mapping file is now
empty and a warning appears in the JBuilder messages pane (all messages
pasted below). What is the log it is referring to (some log other than these
messages?). Why could it not remove the file, does JBuilder have it open? I
now have to delete the file manually before I can do Create Mapping again,
otherwise I just get a org.xml.sax.SAXParseException: Premature end of file.
Writing to file "D:\Projects\TestKodo\src\testkodo\Entity.jdo".
Using dictionary class "kodo.jdbc.sql.DB2Dictionary" (DB2/NT SQL08013 ,IBM
DB2 JDBC Universal Driver Architecture 1.3.70).
Parsing metadata resource
"file:/D:/Projects/TestKodo/src/testkodo/Entity.jdo".
Creating a default mapping for type "class testkodo.Entity".
Writing to file "D:\Projects\TestKodo\src\testkodo\Entity.mapping".
Parsing metadata resource
"file:/D:/Projects/TestKodo/src/testkodo/Entity.jdo".
Using dictionary class "kodo.jdbc.sql.DB2Dictionary" (DB2/NT SQL08013 ,IBM
DB2 JDBC Universal Driver Architecture 1.3.70).
Parsing metadata resource
"file:/D:/Projects/TestKodo/src/testkodo/Entity.jdo".
Parsing metadata resource
"file:/D:/Projects/TestKodo/src/testkodo/Entity.mapping".
Could not delete unused mapping file
"D:\Projects\TestKodo\src\testkodo\Entity.mapping".
Some of the following mappings may not have been dropped: [testkodo.Entity].
Undropped mappings will not affect the system. See the log for possible
reasons for the failure.

I see the same behaviour in Eclipse 3M7.
"Gerald Turnquist" <[email protected]> wrote in message
news:c3kk6t$4hb$[email protected]..
JBuilderX, Kodo 3.0.3
I created a simple project with one class called Entity with a couplefields
and chose Create JDO Metadata and an Entity.jdo was created. I did Create
Mapping on the .jdo and chose None for the schema action and an
Entity.mapping was created (so far, so good). I then chose Drop Mapping
Info, again with None for the schema action. The Entity.mapping file isnow
empty and a warning appears in the JBuilder messages pane (all messages
pasted below). What is the log it is referring to (some log other thanthese
messages?). Why could it not remove the file, does JBuilder have it open?I
now have to delete the file manually before I can do Create Mapping again,
otherwise I just get a org.xml.sax.SAXParseException: Premature end offile.
>
>
Writing to file "D:\Projects\TestKodo\src\testkodo\Entity.jdo".
Using dictionary class "kodo.jdbc.sql.DB2Dictionary" (DB2/NT SQL08013 ,IBM
DB2 JDBC Universal Driver Architecture 1.3.70).
Parsing metadata resource
"file:/D:/Projects/TestKodo/src/testkodo/Entity.jdo".
Creating a default mapping for type "class testkodo.Entity".
Writing to file "D:\Projects\TestKodo\src\testkodo\Entity.mapping".
Parsing metadata resource
"file:/D:/Projects/TestKodo/src/testkodo/Entity.jdo".
Using dictionary class "kodo.jdbc.sql.DB2Dictionary" (DB2/NT SQL08013 ,IBM
DB2 JDBC Universal Driver Architecture 1.3.70).
Parsing metadata resource
"file:/D:/Projects/TestKodo/src/testkodo/Entity.jdo".
Parsing metadata resource
"file:/D:/Projects/TestKodo/src/testkodo/Entity.mapping".
Could not delete unused mapping file
"D:\Projects\TestKodo\src\testkodo\Entity.mapping".
Some of the following mappings may not have been dropped:[testkodo.Entity].
Undropped mappings will not affect the system. See the log for possible
reasons for the failure.

Similar Messages

  • Integrating Google Maps in Oracle Apex and 404 Not found error page

    Currently using APEX version 3.2.0.00.27 installed in OracleXE version 10.2.0.1.0. Have been attempting to recreate some examples of Google Maps within APEX. Found a nice set of examples here that build up to what I'm looking to ultimately do by incorporating google maps into APEX:
    http://blog.whitehorses.nl/2009/10/04/integrating-google-maps-in-oracle-apex/
    Unfortunatly, I'm getting the "404 Not Found, Not found, The requested URL /apex/wwv_flow.accept was not found on this server" page when I try to recreate the "Map with Search" example. I'd like to see if this really works using the html input and button tags in the body/region source versus creating APEX items to pass the address values to the javascript in the html header of the apex page. I'm thinking it's just an html thing within APEX that you have to do it a certain way, but I haven't managed to hit that magic combination. have gone to the google maps api v2 and looked at the html they use (it's what these examples with apex are based on) and tried that just to see. Same 404 result.
    I've seen suggestions at this forum and elsewhere that the 404 error is due to a bug. have been to metalink, and really haven't seen anything that spells out what the bug is and how to patch it or work around it. May be I just haven't found the right note/doc yet. have seen suggestions to change something associated with the Anonymous account that APEX uses. Have turned on authentication in the application to use an APEX user account with a logon page to the application. Still get the 404. Although, I have not adjusted anything elsewhere, like a DADS config file, because the apex/xe configuration is using the plsql gateway. Not sure of any procedure for changing settings on anonymous account when using plsql gateway.
    Open to suggestions. APEX 3.2 is customer version, so going to 4 may not be an option yet. XE, on the other hand, can certainly be swapped for an 11g version standard or enterprise edition if need be. I don't think this is a db version problem though. I think it's more on the APEX side of things.
    Anyway, any help or suggestions are appreciated.
    thanks
    rtp
    Edited by: RTP on Jun 24, 2011 10:30 AM

    Hi I have the same problem.... if you found the solution, please put it here to see it... I need a solution to this its urgent!!
    Thanks!!

  • Over query limit while integrating google maps

    Hi
    I am getting over query limit error when i want to display more than 11 records while integrating google maps in obiee. I can display upto 11 records in the map.If i increase the row limit its throwing the error.
    Error: Geocode was not succesfull for the following reason: Over_query_limit
    How to overcome this error,in order to fetch more than 11 records in the map?
    I have only two columns in the report
    state code || No.Of Customers
    In narrative view i have the following code
    Replace ?!? with <
    Prefix part
    ?!?script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false">
    ?!?/script>
    ?!?script type="text/javascript">
    var geocoder;
    var map;
    function initialize() {
    geocoder = new google.maps.Geocoder();
    var latlng = new google.maps.LatLng(37.4219720, -122.0841430);
    var myOptions = {
    zoom: 8,
    center: latlng,
    mapTypeId: google.maps.MapTypeId.ROADMAP
    map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
    GetMapAdress ();
    function showAddress(address,comment) {
    if (geocoder) {
    geocoder.geocode( { 'address': address}, function(results, status) {
    if (status == google.maps.GeocoderStatus.OK) {
    map.setCenter(results[0].geometry.location);
    var marker = new google.maps.Marker({
    map: map,
    position: results[0].geometry.location
    var infowindow = new google.maps.InfoWindow({
    content:comment
    google.maps.event.addListener(marker, 'click', function() {
    infowindow.open(map,marker);
    } else {
    alert("Geocode was not successful for the following reason: " + status);
    function GetMapAdress (){
    Narrative:
    showAddress('@1', ' No Of customers are @2');
    Postfix part:
    ?!?/script>
    ?!?script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript">?!?/script>
    ?!?script type="text/javascript">
    $(document).ready( function(){initialize();return false;});
    ?!?/script>
    ?!?body onunload="GUnload()">
    ?!?div id="map_canvas" style="width: 800px; height: 700px" > ?!?/div>
    ?!?/body>
    This gives the count as per the state in the google map, if we click a state it will show us the count, but its holding good only for 11 records in the map
    Appreciate your response

    I haven't yet used the tag. It looks quite interesting.
    I had a look at the
    cf_googleMap
    Documentation out of curiosity. Apparently, putting
    <cf_googlemapshow/> at the end, just before the closing body
    tag, solves a number of Javascript issues.

  • Drag and drop mapping UI element/functionality

    Hi All,
    we are searching for functionality, in which the UI should contain drag and drop mapping options.
    e.g.
    we have ztableA(cities) containing values:
    NewYork
    London
    Tokyo
    Moscow
    we have ztableB(countries) containing values:
    Russia
    UnitedStates
    Germany
    England
    the UI should contain above two table values vertically (cities on left side, countries on right), and the user should be able to map by dragging and dropping the cities with appropriate countries.
    initially, the screen will look like:
    NewYork     Russia
    London      UnitedStates
    Tokyo       Germany
    Moscow      England
    after drag and drop actions by the user, it will look like:
    NewYork     UnitedStates
    London      England
    Tokyo      
    Moscow      Russia
                Germany    
    after the mapping is saved by the user, i can save the paired values in 3rd ztable.  
    for this UI, how can we achive, are what is the preferred way to get this, using webdynpro abap or fpm or any other?.
    which UI elements we can use. We are on SAP ECC6, EHP7
    thanks in advance.
    Madhu_1980

    Hi,
    You can use Table UI with drag and Drop. create an Event handler for onDrop and read the drag source and drop target then you can append those to new table.
    Drag and Drop - Web Dynpro for ABAP - SAP Library
    Hope this helps u,
    Regards,
    Kiran

  • Status of Integrated TopLink Mapping?

    OK, so I've had a few problems with the integrated TopLink mapping:
    Mapping Project Scalability?
    JDev 9.0.5.2 Error When Opening TopLink Mapping Project
    I filed a TAR for the second issue, and was told:
    "We are seeing some problems with the integrated Mapping Workbench. The problem is that the integrated is a new product, that is not as mature as the stand alone version. So in order to get you moving, I would suggest that you use the stand alone Mapping Workbench. Its more stable and is a more mature product."
    I'm actually having other problems with the standalone product that I didn't have in the integrated one, but that's another issue:
    inherited attributes
    Is this Oracle's official line on the TopLink integration? Use it till it doesn't work then redo everything in another product that uses different files and setup etc? Sorry for the tone of this post, but as you can see, I'm getting very frustrated. I had hoped that the performance and stability of the integrated TopLink would be fixed for the production release, but I'm finding it almost as troublesome as the preview...

    I've hit another one. As I said, I was redoing my mappings with the integrated mapping tools. I edited a couple of my classes to change some attributes from related object types to ValueHolderInterface. I closed the IDE so that the TopLink project would pick up the changes. When I try to open my mapping project I get this:
    java.lang.NullPointerException
            at oracle.toplink.workbench.ui.WorkbenchSession.getMWProjectNamed(WorkbenchSession.java:274)
            at oracle.toplink.addin.persistence.MWJDeveloperPersistence.open(MWJDeveloperPersistence.java:200)
            at oracle.toplink.tsceditor.persistence.PersistenceManager.open(PersistenceManager.java:942)
            at oracle.toplink.addin.manager.MWJDeveloperMediator.openMWProject(MWJDeveloperMediator.java:167)
            at oracle.toplink.addin.manager.MWJDeveloperMediator.locateAndOpenProjectImp(MWJDeveloperMediator.java:691)
            at oracle.toplink.addin.manager.MWJDeveloperMediator.locateAndOpenProject(MWJDeveloperMediator.java:665)
            at oracle.toplink.addin.manager.MWJDeveloperMediator.getMWProjectAndOpenIfNecessary(MWJDeveloperMediator.java:1098)
            at oracle.toplink.addin.manager.MWJDeveloperMediator.getMWProjectAndOpenIfNecessary(MWJDeveloperMediator.java:1070)
            at oracle.toplink.addin.appnav.JProjectObserver.handleObjectOpened(JProjectObserver.java:115)
            at oracle.toplink.addin.appnav.JProjectObserver.update(JProjectObserver.java:65)
            at oracle.ide.IdeSubject.notifyObservers(IdeSubject.java:215)
            at oracle.ide.model.DefaultDocument.notifyObservers(DefaultDocument.java:273)
            at oracle.ide.addin.UpdateMessage.fireObjectOpened(UpdateMessage.java:543)
            at oracle.ide.model.DataNode.fireObjectOpened(DataNode.java:191)
            at oracle.ide.model.DataNode$1.run(DataNode.java:168)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)Local Exception Stack:
    Exception [TOPLINK-98] (OracleAS TopLink - 10g (9.0.4) (Build 031126)): oracle.toplink.exceptions.DescriptorException
    Exception Description: The underlying descriptor callback method [postBuild], with parameter (DescriptorEvent), triggered an exception.
    Internal Exception: java.lang.reflect.InvocationTargetException
    Target Invocation Exception: java.lang.StackOverflowError
    Descriptor: XMLDescriptor(oracle.toplink.workbench.model.MWProject --> [DatabaseTable(project)])
            at oracle.toplink.exceptions.DescriptorException.targetInvocationWhileEventExecution(DescriptorException.java:1364)
            at oracle.toplink.publicinterface.DescriptorEventManager.executeEvent(DescriptorEventManager.java:133)
            at oracle.toplink.internal.descriptors.ObjectBuilder.buildAttributesIntoObject(ObjectBuilder.java:179)
            at oracle.toplink.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:331)
            at oracle.toplink.queryframework.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:226)
            at oracle.toplink.queryframework.ReadObjectQuery.execute(ReadObjectQuery.java:344)
            at oracle.toplink.queryframework.DatabaseQuery.execute(DatabaseQuery.java:498)
            at oracle.toplink.queryframework.ReadQuery.execute(ReadQuery.java:111)
            at oracle.toplink.publicinterface.Session.internalExecuteQuery(Session.java:1968)
            at oracle.toplink.publicinterface.Session.executeQuery(Session.java:1096)
            at oracle.toplink.publicinterface.Session.executeQuery(Session.java:1048)
            at oracle.toplink.publicinterface.Session.readObject(Session.java:2502)
            at oracle.toplink.workbench.ui.WorkbenchSession.getMWProjectNamed(WorkbenchSession.java:270)
            at oracle.toplink.addin.persistence.MWJDeveloperPersistence.open(MWJDeveloperPersistence.java:200)
            at oracle.toplink.tsceditor.persistence.PersistenceManager.open(PersistenceManager.java:942)
            at oracle.toplink.addin.manager.MWJDeveloperMediator.openMWProject(MWJDeveloperMediator.java:167)
            at oracle.toplink.addin.manager.MWJDeveloperMediator.locateAndOpenProjectImp(MWJDeveloperMediator.java:691)
            at oracle.toplink.addin.manager.MWJDeveloperMediator.locateAndOpenProject(MWJDeveloperMediator.java:665)
            at oracle.toplink.addin.manager.MWJDeveloperMediator.getMWProjectAndOpenIfNecessary(MWJDeveloperMediator.java:1098)
            at oracle.toplink.addin.manager.MWJDeveloperMediator.getMWProjectAndOpenIfNecessary(MWJDeveloperMediator.java:1070)
            at oracle.toplink.addin.appnav.JProjectObserver.handleObjectOpened(JProjectObserver.java:115)
            at oracle.toplink.addin.appnav.JProjectObserver.update(JProjectObserver.java:65)
            at oracle.ide.IdeSubject.notifyObservers(IdeSubject.java:215)
            at oracle.ide.model.DefaultDocument.notifyObservers(DefaultDocument.java:273)
            at oracle.ide.addin.UpdateMessage.fireObjectOpened(UpdateMessage.java:543)
            at oracle.ide.model.DataNode.fireObjectOpened(DataNode.java:191)
            at oracle.ide.model.DataNode$1.run(DataNode.java:168)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at oracle.toplink.publicinterface.DescriptorEventManager.executeEvent(DescriptorEventManager.java:125)
            ... 32 more
    Caused by: java.lang.StackOverflowError

  • Integrating Retail MAP(Marketing and Advertising Planner) with XI

    Hi,
    does anyone have experience in integrating Retail MAP (Marketing and Advertising Planner) with SAP XI/PI,if so can give some idea how to integrate and any helpful links or documents please.
    Thank you,
    regards,
    Sri

    Hi Sri,
    pls do chk this links it will be usefull
    chk for .pdf links
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/80b79088-d508-2b10-b497-b1628cb84166
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30a5e05a-f31c-2a10-4f84-a6977db0c366
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3ed09790-0201-0010-c28e-c639f87d40b9
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5bd723c2-0d01-0010-97a5-cb14fe7f2810
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7436ba46-0d01-0010-dca3-c03c34be2c3c
    if found worth pls do the req
    Thanx
    Sampath

  • Google Map Integration with Map Viewer is not working

    Hi Team,
    My MapViewer Version: Ver11_1_1_7_B130111
    I have created a Google Map (with Type of Map Source as "Google Maps") in Oracle Map Viewer and i could see google map in Oracle Map Viewer(using "show Map").
    I wanted to show a village map theme over the above google map in a web page and i am using Jdeveloper to integrate map viewer with Village data. I could see the google maps inside Jdeveloper however when i run the Jdeveloper code google map is not shown inside the web page.
    I tried with Oracle Maps, Bing Maps as the "map source" in map viewer and tried integrating inside Jdeveloper and got same result (blank screen). However when i tried a different mapviewer ( Base Map ELOCATION.WORLD_MAP from OracleFMW MapViewer Home ) i could see the map in the web page.
    I could get all other base maps (created with "internal" as the map source") in the web page, so there is some thing that i am missing with Google Maps, Bing Maps, Oracle Maps. Could you please help me what is that i am missing or point to a help resource?
    Thanks
    Nag

    Hi Jayanth,
    Issue is solved after creating the web page using latest JDeveloper (11.1.2.4). Thanks a lot for your help
    With Regards
    Nag

  • Integrated google Map on SAP Work Manager 6.0

    Hi
    I am new in agentry and worked on SAP Work Manager App. I want to put customized map in Agentry and show some workorder on that map.
    Can anyone give me any suggestion regarding it.
    Thanks
    Mohit Tyagi

    Hi
    Can any one help me for putting map on SAPWM 6.0 . and i am working on SMP 2.3.So please give me suggestion how can i achieve this problem. and is it possible to put map on SAPWM 6.0 without integration any API?
    Thanks
    Mohit Tyagi

  • Integrating drop ship products with BC Ecommerce

    I wanted to let the Business Catalyst community know about our new integration with the BC Ecommerce platform for automatically loading and updating products from most major drop ship distributors in North America (and some European based ones as well).
    For anyone interested, ther dropshipper network from www.inventorysource.com is now fully integrated with BC Ecommerce using the web services API.  This means that anyone can have products automatically loaded to their site and updated every day with the inventory information from your distributor, allowing for automated drop shipping.
    Currently there are approximately 87 distributors covering about 800,000+ unique products that you can choose from for adding to your current Ecommerce inventory.  If you already sell drop ship on your site, your supplier is probably already integrated and can be automated for you.
    I welcome any questions related to Inventory Source and the integration with BC Ecommerce.  You can learn more at www.inventorysource.com.
    Thanks!
    Kelly

    Hi ,
    Is it possible to get example code you have used to integrate API. I am trying to do it using C# but I am unable to get the catalogue list or product list .
    Any help will be highly appreciated .
    Thanks

  • Cannot drop Mapping

    Hi,
    in our project there is an mapping that seems to be corrupt. We cannot open it (when the editor opens, it shows nothing). So we would like to import that map from an older MDL-file. But we also cannot drop the mapping. OWB shows an API5072 Error then:
    Internal Error: Null message for exception.
    Is the there a way to get rid of that mapping?
    Regards,
    Tobias

    Hi Tobias,
    you may try to export everything but the corrupt mapping. Then import into a new repository. Eventually import the last backup of the corrupt mapping into the new repository.
    But first try to quit and restart design center. Sometimes we experience strange errors that vanish after a restart.
    Regards,
    Carsten.

  • Sourcing CLM-SRM Integration : Supplier mapping

    Dear Experts,
    We have successfully implemented the CLM-SRM integration in our landscape.Further to this we have some clarifications required regaridng certain possibilities regarding this scenario.
    1. Is it possible to have a different vendor names for a same vendor in SRM and CLM and to map these via XI in some way.
    2 What is the primary purpose of  'External Validation' option in CLM which we see in Master Agreement.
    Please let me know your valuable suggestions on this topic.
    Thanks and regards,
    Gopi

    Hi Prasad,
    hope you are doing fine.
    I´m standing in front of a riddle!
    I´m sending from the CLM-System a Contract to the SRM-System.
    This can also be created without problems in the source system, as long as we have registered for the appropriate document type in the SRM as "internal number range".
    But I want that the central contract is created in SRM with the "external number" and thus there is a single number for the contract.
    Thus, this number would be the same in CLM and SRM.
    Unfortunately, the SRM central contract always requires an " internal number ".
    If this is not available, then there is a error (CX_SY_REF_IS_INITIAL) in the distribution of CLM contract at SRM.
    Do you know if a BAdI in the Component "ESOSRMINT" exists, which can help me?
    Thank you very much and best regards
    Ghumaan

  • Integrating image map in iWeb?

    I've created an image map with MapSpinner and have it saved as an HTML file. Is there anyway this can be integrated into an iWeb page like, say, a QuickTime movie or a Photo? Or am I going to need a hyperlink that points to an external page/site?

    Put the html file (map-name.html) and the image file that you created the map from in a folder
    Give the folder a name like iMageMap and upload it to the root folder on your server so that the URL to the html file is...
    http://www.website.com/iMageMap/map-name.html
    Use an iframe code in an html snippet to get the map onto your page.
    <iframe src="URL to the map-name.html" width="600" height="400" frameborder="0"> </iframe>
    Adjust the width and height to the size of your map image file.

  • RoboHelp dropping mapped CSH IDs

    RoboHelp is dropping about 20 topics out of 1024 from from
    the whcshdata.htm file that are mapped from my project CSH .hh
    file. Changing the numbers did not help. Redoing the file names did
    not help.
    Anyone heard of this happening and whyt? Do I have to start
    over and import into a new project and remap all of the files to
    get a new database? This is scary because it took us several days
    to discover this was the problem and there is no rhyme or reason
    for it dropping the mappings.

    I am back from vacation. No, the WebHelp build files are
    dropping CSH topic files mapped properly from the HH file.
    WebHelp uses two files for CSH (schdat_webhelp.htm and
    whcshdata.htm). On my bulid yesterday there should have been 125
    mapped topics. There were 104 in those two files. It choked on a
    whole series of topics that had the same 28 character initial text
    in their ID. Abbreviating the IDs (28 down to 3 characters) passed
    those items. Is there some sort of limit on the number of
    characters in a mapped ID? Other failed IDs where much shorter, yet
    they were dropped. Sometimes just changing the mapping number
    passes the ID. Sometimes it doesn't. It is terribly frustrating.
    In other occurances where the same topic is mapped to
    multiple IDs it would drop the additional mappings or in some cases
    change the case for the file name to lower case for the additional
    mappings, making them not work (Unix server) while leaving the
    initial entry upper case.
    This makes every build an exercise in frustration and back
    checking, with manual editing of the two WebHelp files to get the
    CSH to work. I hope that explains it better.

  • ERP integrator Metadata Mapping

    Hi All,
    We are trying to load metadata from our EBS Fund, Project, Location and Object segments to four different dimensions in to the planning application.
    1. When we try to setup the metadata mapping, using ERPIntegrator, we are unable to map it to the desired parent member in the planning dimension.
    2. ERP integrator does not load the metadata hierarchy, its loading either all the leaf members to one parent member, or each summary level member at gen 2 and then all its children at gen3.
    Are we missing any key step, where we are unable to replicate the hierarchy in the planning dimensions.

    Hi Rajiv,
    Thanks for the reply. sorry we call the ECC DEV as ESR in our environment. Sorry for the confusion. I figured out the solution. I did the config changes in the web shop. We have the text setting in there.
    Thanks,
    Karuna.

  • Integrating Google Maps in a CFDIV?

    Hi,
    I played around with the Google Maps API and I like it a lot.
    I found the excellent cf_googlemaps custom tag at riaforge.com and
    that worked like a charm. I was (and still am) ready to get some
    mapping done.
    Unfortunately, integrating a Google map in a CFDIV (or a
    CFLAYOUT, CFPOD, etc. for that matter) results in an error. An
    otherwise perfectly good call to a Google Map just keps throwing
    the JS error and I can't seem to fix it. In fact, I am not even
    getting closer... :-( This is the error:
    "Error processing JavaScript in markup for element
    centerpanel: [Enable debugging by adding 'cfdebug' to your URL
    parameters to see more information]"
    I tried stripping the code down to the bare minimum that will
    render a map (straight from the Google Map API pages examples), but
    the result was the same... zip...
    I expect somebody else must have run into this at one point,
    as this API has been around for a while and so had CF8. Any of you
    people heard what might solve this? I am not copying any code into
    this post just yet, as I do not think it is in my code, but if that
    will help, I will do so.
    Thnx for your time and efforts :-)
    Jasper Grannetia
    The Hague
    The Netherlands

    I haven't yet used the tag. It looks quite interesting.
    I had a look at the
    cf_googleMap
    Documentation out of curiosity. Apparently, putting
    <cf_googlemapshow/> at the end, just before the closing body
    tag, solves a number of Javascript issues.

Maybe you are looking for

  • Using a function in a view

    I have to include a function in a view. I want to create a new column in a view which is the output of this function. Can I do it. I am new to using functions..any sample code is appreciated..

  • Having Problem Reinstalling Photoshop Elements 6.0.

    When I was upgrading my computer to Windows 8, my friend recommended that I copy over all my files to a backup USB memory stick. When I did upgrade my computer to Windows 8, most of my files ended up being wiped off for some reason. I've managed to r

  • Receiver File content conversion problem with newline separator

    Hello Experts, My scenario is IDOC To file..At output we are generating an csv file wherein we have got records in new line. somethng like these.. ITEM1,ITEM2,ITEM3 ITEM1.ITEM2,ITEM3. But when i open these csv file using notepad,we are getting record

  • Function not available to this responsibility. -- Error

    Hello everyone, it will be nice if someone can give any tips/tricks to fix this error. We have two web tiers (load balanced). This error showes up only on one of the web tiers (we can name is node-B). When we keep node-A down and try with node-b up t

  • Today, when I plug my iphone in to charge, it won't charge. Why??

    As of today, when I plugged in my iPhone in to charge, it won't charge. I get the little beep sound as I usually do when plugging my phone in, but the battery level display stays at red even when plugged in all day. Have checked other powerpoints, ot