Migration routines

Hi
I migrated the transfer rules from 3.5 to 7.0. The transformations are created by default with all the routines copies. But in transformation, All my routines are showing under the global routines.
For ex: In update rule key figure 1 has routine u201CABCu201D and key figure 2 has routine u201CDEFu201D and key figure 3 has routine u201CGHIu201D
After migration, in transformation key figure 1 has routine u201CABCu201D, u201CDEFu201D, u201CGHIu201D in global routine.
I donu2019t understand what is happening. Can anyone give me understand on what happens after migration?
Regards
Annie

Hi Annie,
Please refere the following SAP note:
SAP Note 912841 Migration help
Link: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_whm/~form/handler
& Migrating transfer rules and update rules for BW7.x
SAP Note Number: 1052648
Link:
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_whm/~form/handler
Hope it helps.
Thanks & Regards,
Rashmi.

Similar Messages

  • Runtime error using Migration Workbench 1.2.4.3.0 for MS-Access

    Hi
    I am having problems migrating an Access 2 database across to Oracle 8i release 8.1.5 on Windows NT SP5 using OMWB 1.2.4.3.0.
    During the generation of the source model, the Migration routine halts with the following message :
    Microsoft Visual C++ Runtime Library
    Runtime Error
    Program C:\Program Files\Oracle\jre\1.1.7\bin\jrew.exe
    Abnormal Program Termination
    Can anyone help with this one ? Is it related to DAO, and if so, how do I resolve it ?

    Access 2000 databases are not supported. Only 2.0, 95 and 97 are supported. You can downgrade the 2000 database to Access 97 if you are not using any 2000 specific features and then use the Workbench. Note that you must have DAO 3.5 installed on the machine where the Workbench is running.

  • Migration assistant can't find new mac

    It just sits there saying looking for computers
    Hooked up with Ethernet
    Any ideas?
    Thanks

    Andrew Chesworth wrote:
    No, I'm quite clearly not,
    Having never run the setup migration or standalone migration routines I wasn't aware that it had skipped a step and I was setting up a new account. I was filling fields in expecting it to be part of the process, not a different thing entirely.
    That said, I did by mistake, realised mistake, rectified it. None of that relates to my original query, which i typed in a hurry on an ipad as both macs were in meltdown.
    This was a lot more annoying a process than I expected, and compounded by having to deal with a keyboardwarrior into the bargain.
    The solution to original probem was turn off and on again . At that point my old mac could see the new one and the transfer started, or rather, didn't.
    You sir are a buffoon.
    People come here for help, not abuse from the likes of you, if you've nothing helpful to say then stick a sock in it.
    You made the error of using Migration rather than Setup Assistant, Apple didn't do that for you. I don't care how high your horse is, nobody else's hands are on your keyboard.
    Goodbye

  • Rich Internet Applications and PL/SQL

    I am developing a database framework, specifically designed to
    run on Oracle databases, to render rich client applications
    similar to what the HTP/HTF packages offer. In this case I render
    Java Swing interfaces based on stored procedures and packages.
    What I want with this is to have a Rich Internet Application (RIA)
    totally centralized on the database. Maybe something similar to
    HTMLDB but not using HTML interfaces. I am also thinking the
    possibility to create migration routines to convert our Oracle
    Forms modules to stored procedures using this framework. The only
    requirement to run this framework is to have a database and Apache
    with MOD_PLSQL. The main objectives I want to achieve are:
    - To render "rich client" interfaces.
    - To be able to dynamically create objects.
    - Low network usage, small messages.
    - Fast user interaction.
    - Small memory footprint on the client side.
    - Must use HTTP/HTTPS.
    - Run inside any standard Browser or standalone.
    - Stateless execution based on client events.
    - Events can be conditionally triggered to avoid round trips.
    - Oracle 8.1.7+ compatibility.
    - MDI/SDI capability.
    I already have a prototype working. The renderer Applet is just
    12Kb and all objects are created dynamically using "Reflection".
    The framework has an option to establish conditions for events using
    regular expressions to avoid unnecessary round trips. Performance so
    far is good even in slow networks. Of course I still have room for
    improvement in this area. The protocol was implemented in a way that
    it can be optimized by removing redundant messages. I also implemented
    a simple dictionary compression algorithm which further reduces the
    message size. We can also use HTTP compression in Apache with MOD_GZIP
    which has a very good compression factor. The renderer Applet runs with
    Java Web Start either so the user has the option to completely ignore
    the Browser. The framework will be composed of layers, from
    communication to application. In the highest layer I will offer
    functionalities available in 4GL languages like "maintain_table(x)"
    to automatically render a maintenance form of the passed table (very
    simple example). Even in this layer the developer will also be able to
    customize all aspects of the form like colors, fonts, layout managers,
    panels, etc. I am doing this in principle as a learning, private
    project. I am still thinking about best ways to organize the APIs,
    performance, security, etc. I was wondering if there is anyone
    interested in helping me, take a look in what I have done so far,
    opinions (good or bad), etc. The code I have so far can be accessed below.
    Thanks in advance for any comment.
    https://jgr.dev.java.net/

    Your links are broken. This is not a good demonstration of your web-based development skills. Obviously this means I have not been able to look at your examples. However, I will offer three comments.
    (1) Dynamic rendering of objects is liable to translate into a slow experience for the user. Anyone who's migrated client/server Oracle Forms to web-deployed Forms will know what I mean. And Oracle have put person-years of effort into optimising the rendering of their Forms applet.
    (2) Doing a GUI in Java Swing is the easy bit. The hard stuff resides in the transaction management that Forms does for us. Again the amount of effort Oracle have put into JDeveloper's ADF packages is a testament (and a warning).
    (3) I suppose you will say that are going to put all that stuff into database stored procedures. But that merely relocates the complexity rather than answering it. Furthermore a lot of the benefit users derive from rich client applications (as opposed to HTML forms) is not due to the superior aesthetic experience of using Windows widgets. Rather it is the embedded business logic (complex data validation, event triggers, etc.) which means the gets instantaneous responses to their input. That's a lot of complexity to render on the fly.
    I am also thinking the possibility to create migration routines to
    convert our Oracle Forms modules to stored procedures using this framework. Good luck!
    Cheers, APC

  • Bachelor thesis in Rich Internet Applications

    Hi,
    First of all, sorry for my engIish.
    I don't know if this is the right section of the forum, anyway I'm going to explain my problem:
    I'm writing down a thesis about RIAs: in my intentions i want to "speak" in particoular about Java
    tecnologies in RIAs development. Before starting, I need a hand in creating an index of the topics.
    Here comes my draft:
    INTRO
    Web 2.0
    Web Infrastructure (like old style sync request, AJAX, COMET)
    Tools (donno the right name to give them, talking about XHTML, CSS, XML, JSON, and all that supports RIAs and the previuos section in general)
    SERVER SIDE
    Server (Tomcat, Glassfish)
    Servlet, JSP, JSF
    Database (JavaDB, JDBC)
    Web Services (REST, SOAP, WDSL and so on)
    CLIENT SIDE
    JavaFX
    Applet
    Java Web Start
    APPLICATION EXAMPLE
    CONCLUSION
    It is just what I have in my mind right now, it's confused and obfuscated, but still gives the idea of my organization. Or not?
    What you think about it? Anything I'm missin'? Anything out of topic, or in the wrong section?
    Thank you for any answer.

    Your links are broken. This is not a good demonstration of your web-based development skills. Obviously this means I have not been able to look at your examples. However, I will offer three comments.
    (1) Dynamic rendering of objects is liable to translate into a slow experience for the user. Anyone who's migrated client/server Oracle Forms to web-deployed Forms will know what I mean. And Oracle have put person-years of effort into optimising the rendering of their Forms applet.
    (2) Doing a GUI in Java Swing is the easy bit. The hard stuff resides in the transaction management that Forms does for us. Again the amount of effort Oracle have put into JDeveloper's ADF packages is a testament (and a warning).
    (3) I suppose you will say that are going to put all that stuff into database stored procedures. But that merely relocates the complexity rather than answering it. Furthermore a lot of the benefit users derive from rich client applications (as opposed to HTML forms) is not due to the superior aesthetic experience of using Windows widgets. Rather it is the embedded business logic (complex data validation, event triggers, etc.) which means the gets instantaneous responses to their input. That's a lot of complexity to render on the fly.
    I am also thinking the possibility to create migration routines to
    convert our Oracle Forms modules to stored procedures using this framework. Good luck!
    Cheers, APC

  • OSB Transformation Mapping values missing

    Hi,
    I'm new to OSB.We have a requirement where it structured in 3 layered architecture consists of BPEL(1),OSB(2),OSB(3).
    So i have created a Business service of my client WSDL from OSB(3) then proxy of type created bussiness service which is having local transport which inturn called by proxy service of http protocol in OSB(2) of type OSB(3) Proxy service.
    My Question is when i call transformations (xsl) in last OSB(3) Mapping is done properly(GETING VALUES MAPPED TO TARGET ONE) .But as per requirement we have to call mapping and transformations in OSB(2) ,wen i called in this way only set text valued paramters is displayed in target.... rest mapped values(like source to target mapping) are coming NULL....
    Please help us to resolve the issue soon since its very urgent requiremnt for our project developement..
    Adavance thanks......

    System hardly proposes rules after migration, you have to manually map them and migrate routines if any basing on ABAP OO.
    As it is a newer version it may not be consistent for all objects.
    What SP are you running ?

  • Just Loaded Update And SQL Developer is Dead

    Called up SQL Developer and the Updater popup notified me of a new update. Did a check for updates and checked the update for SQL Developer and loaded it with settings transferred to new instance. Now the entire blue pane with all the details is toast. Nothing. Zero, Nada. Terrific update.
    Bree

    Winning move!
    I just renamed it, created a blank system folder, and then restarted SQL Developer. I said No to the migrate settings from other version screen. Then I put back the dbconnection folder and got my databases back. I can selectively add back preference folders and should be able to reconstitute.
    Looks like the bug is in the setting migration routine.
    Thanks!
    Bree

  • ALE Delta using tcode RSO2. Cannot interpret status.

    Dear Gurus:
    I tried to do ALE Delta (tcode RSO2) for table VBAK (sales document: header
    data) . the changing document is VERKBELEG.
    After you click OK, Then you have list of fields (i.e. columns) property of VBAK table.
    The first column is status, which (as so far) lists only two status.
    1. Green checkmark
    2. Yellow zig-zag arrow.
    Next to field details, type, etc.
    My question is: What is the difference between those statuses ?
    Rgds,
    BWAS

    Alberto,
    I'm sorry but I don't know any way how to "repair" red delta queues. The only way is to do a reinitialization. The reason maybe that you didn't empty all delta queues before the system migration.
    Did you check in SBIW in Logistics cockpit if all your extract structures are active? Maybe some transport requests were missing which set the datasources active. It looks  like an error or missing step in your system migration routine. Sorry for that.
    Regards,
    Juergen

  • Want to learn oracle hrms/payroll

    hi there,
    i want to learn oracle apps hrms modules.
    please give me some tips guide lines etc
    i have strong background of oracle 8i and 10g. now i want to switch to oracle apps

    Hi, i think the best approach is the documentation library for the R12 of 11i form the OTN.
    I think these are the documents are what you probably already have, the use of the e-TRM's is always helpful if you doing any development / extension / technical work with applications. Such as data migration routines, custom reporting or user defined function etc for payroll.
    If you look at the software downloads section, at the botton of the page that lists all oracle downloads there is an option to download apps via the e-delivery method :-
    http://edelivery.oracle.com/
    Good luck
    Regards
    Glen

  • Query about sdo_relate

    hello,
    I asked this question a while back and I did get a reply.
    Mr. Abugov replied but I only saw his reply today. I'm very sorry for not replying earlier and if anyone would like to offer any advice I would be very grateful.
    Here is the problem:
    I have a shapefile called pppoly.shp. It contains objects of type polygon. I would like to do a query that would find ploygons in pppoly.shp that spatially interact in any way with a given point.
    Here is the query that I was using:
    SELECT geom FROM pppoly WHERE sdo_relate(geom,mdsys.sdo_geometry(2001, 8307, mdsys.sdo_point_type(33.359997,35.17496, NULL) ,NULL, NULL), 'mask=anyinteract querytype=window') = 'TRUE';
    The problem is that from looking at this shapefile in ArcView, I know that the point (33.359997,35.17496) is actually within one of the polygons in pppoly.shp. However when I run this query in SQL-Plus , I get no rows returned.
    Mr. Abugov in his reply had asked for these following pieces of information.
    SQL> select count(*) from pppoly;
    COUNT(*)
    10
    SQL> select geom from pppoly where rownum < 2;
    GEOM(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELEM_INFO, SDO_ORDINATES)
    SDO_GEOMETRY(3, 8307, NULL, SDO_ELEM_INFO_ARRAY(1, 3, 1), SDO_ORDINATE_ARRAY(34.
    379467, 35.585663, 34.377975, 35.596298, 34.386539, 35.59737, 34.38308, 35.61043
    5, 34.392559, 35.6134, 34.397892, 35.613132, 34.403381, 35.607788, 34.40316, 35.
    600925, 34.406364, 35.591011, 34.404392, 35.588772, 34.379467, 35.585663))
    The geometery that this point interacts with in ArcView is
    has an pppoly_id of 27.
    When I select the geometery with that id I get:
    SQL> select geom from pppoly where pppoly_id =27;
    GEOM(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELEM_INFO, SDO_ORDINATES)
    SDO_GEOMETRY(3, 8307, NULL, SDO_ELEM_INFO_ARRAY(1, 3, 1), SDO_ORDINATE_ARRAY(33.
    350643, 35.122318, 33.342606, 35.125122, 33.341694, 35.129673, 33.352558, 35.158
    978, 33.332836, 35.164623, 33.331261, 35.170521, 33.331806, 35.177906, 33.338001
    , 35.177307, 33.343845, 35.18129, 33.347778, 35.18103, 33.350384, 35.183468, 33.
    35228, 35.183678, 33.358147, 35.184326, 33.358978, 35.188049, 33.355804, 35.1954
    19, 33.352997, 35.197178, 33.348007, 35.197315, 33.347511, 35.198658, 33.361153,
    35.203335, 33.36697, 35.200417, 33.374664, 35.20219, 33.388039, 35.195522, 33.3
    89416, 35.188946, 33.392128, 35.188713, 33.3965, 35.194576, 33.403988, 35.191742
    , 33.404827, 35.188107, 33.399239, 35.166206, 33.400043, 35.163029, 33.406937, 3
    5.160625, 33.410122, 35.155102, 33.410801, 35.153923, 33.407848, 35.148716, 33.4
    00505, 35.149719, 33.396465, 35.151352, 33.393677, 35.158566, 33.388458, 35.1599
    GEOM(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELEM_INFO, SDO_ORDINATES)
    46, 33.386147, 35.153549, 33.391426, 35.144196, 33.39011, 35.139526, 33.386532,
    35.135204, 33.380859, 35.136295, 33.376652, 35.132858, 33.368473, 35.137497, 33.
    36776, 35.152119, 33.362576, 35.152081, 33.360023, 35.131081, 33.355122, 35.1294
    48, 33.350643, 35.122318))
    Thank you for taking the time to read my email.
    Thanks in advance,
    Trish

    Hi Trish,
    This problem is related to the orientation of the geometry. Oracle spatial requires the external rings of polygons to be stored with counterclockwise rotation, and the internal rings of polygons to be stored in clockwise rotation. There is a lot to talk about with regards to this which I won't go into here.
    Oracle provides a migration routine (sdo_migrate.to_current) that ensures all of the requirements with respect to polygon storage are correct.
    This is what I did with your data.
    loaded it
    added metadata to user_sdo_geom_metadata
    built the index
    tried your query - it returned the same answer that you got.
    dropped the index.
    migrated the data.
    recreated the index.
    tried your query - got the correct answer.
    Here it is in detail:
    create table pppoly (id number, geom mdsys.sdo_geometry);
    insert into user_sdo_geom_metadata values ('PPPOLY','GEOM',
    MDSYS.SDO_DIM_ARRAY(
    MDSYS.SDO_DIM_ELEMENT('X', -180, 180, 0.05),
    MDSYS.SDO_DIM_ELEMENT('Y', -90, 90, 0.05)),8307);
    insert into pppoly values (26,
    MDSYS.SDO_GEOMETRY(3, 8307, NULL, mdsys.SDO_ELEM_INFO_ARRAY(1, 3, 1),
    mdsys.SDO_ORDINATE_ARRAY(34.379467, 35.585663, 34.377975, 35.596298,
    34.386539, 35.59737, 34.38308, 35.610435, 34.392559, 35.6134,
    34.397892, 35.613132, 34.403381, 35.607788, 34.40316, 35.600925,
    34.406364, 35.591011, 34.404392, 35.588772, 34.379467, 35.585663)));
    insert into pppoly values (27,
    MDSYS.SDO_GEOMETRY(3, 8307, NULL, mdsys.SDO_ELEM_INFO_ARRAY(1, 3, 1),
    mdsys.SDO_ORDINATE_ARRAY(33.350643, 35.122318, 33.342606, 35.125122,
    33.341694, 35.129673, 33.352558, 35.158978, 33.332836, 35.164623,
    33.331261, 35.170521, 33.331806, 35.177906, 33.338001, 35.177307,
    33.343845, 35.18129, 33.347778, 35.18103, 33.350384, 35.183468,
    33.35228, 35.183678, 33.358147, 35.184326, 33.358978, 35.188049,
    33.355804, 35.195419, 33.352997, 35.197178, 33.348007, 35.197315,
    33.347511, 35.198658, 33.361153,35.203335, 33.36697, 35.200417,
    33.374664, 35.20219, 33.388039, 35.195522, 33.389416, 35.188946,
    33.392128, 35.188713, 33.3965, 35.194576, 33.403988, 35.191742,
    33.404827, 35.188107, 33.399239, 35.166206, 33.400043, 35.163029,
    33.406937, 35.160625, 33.410122, 35.155102, 33.410801, 35.153923,
    33.407848, 35.148716, 33.400505, 35.149719, 33.396465, 35.151352,
    33.393677, 35.158566, 33.388458, 35.159946, 33.386147, 35.153549,
    33.391426, 35.144196, 33.39011, 35.139526, 33.386532,35.135204,
    33.380859, 35.136295, 33.376652, 35.132858, 33.368473, 35.137497,
    33.36776, 35.152119, 33.362576, 35.152081, 33.360023, 35.131081,
    33.355122, 35.129448, 33.350643, 35.122318)));
    commit;
    create index pppoly_sidx on pppoly(geom)
    indextype is mdsys.spatial_index;
    SELECT geom
    FROM pppoly
    WHERE sdo_relate(geom,
    mdsys.sdo_geometry(2001, 8307,
    mdsys.sdo_point_type(33.359997,35.17496, NULL) ,NULL, NULL),
    'mask=anyinteract querytype=window') = 'TRUE';
    drop index pppoly_sidx;
    execute sdo_migrate.to_current('PPPOLY','GEOM');
    create index pppoly_sidx on pppoly(geom)
    indextype is mdsys.spatial_index;
    SELECT geom
    FROM pppoly
    WHERE sdo_relate(geom,
    mdsys.sdo_geometry(2001, 8307,
    mdsys.sdo_point_type(33.359997,35.17496, NULL) ,NULL, NULL),
    'mask=anyinteract querytype=window') = 'TRUE';
    Hope this helps,
    Dan (Mr Abugov is my father)

  • Endlessly Exiting/Respawning kadmind

    Every 10 seconds I get the following group of messages in Console on XServe:
    3/15/11 9:59:55 PM com.apple.launchd[1] (com.apple.kdcmond[999]) Exited with exit code: 1
    3/15/11 9:59:55 PM com.apple.launchd[1] (com.apple.kdcmond[999]) Throttling respawn: Will start in 10 seconds
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] kadmind: Cannot bind socket.
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] bind: Address already in use
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] This probably means that another kadmind process is already
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] running, or that another program is using the server port (number 749)
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] after being assigned it by by the RFC portmap daemon. If another
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] kadmind is already running, you should kill it before
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] restarting the server. If, on the other hand, another program is
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] using the server port, you should kill it before running
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] kadmind, and ensure that the conflict does not occur in the
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] future by making sure that kadmind is started on reboot
    3/15/11 10:00:00 PM edu.mit.Kerberos.kdadmin[1001] before portmap.
    3/15/11 10:00:00 PM com.apple.launchd[1] (edu.mit.Kerberos.kadmind[1001]) Exited with exit code: 1
    3/15/11 10:00:00 PM com.apple.launchd[1] (edu.mit.Kerberos.kadmind) Throttling respawn: Will start in 10 seconds
    3/15/11 10:00:05 PM com.apple.launchd[1] (com.apple.kdcmond[1003]) posix_spawn("/usr/sbin/kdcmond", ...): No such file or directory
    3/15/11 10:00:05 PM com.apple.launchd[1] (com.apple.kdcmond[1003]) Exited with code: 1
    3/15/11 10:00:05 PM com.apple.launchd[1] (com.apple.kdcmond) Throttling respawn: Will start in 10 seconds
    The above log entries repeat ENDLESSLY, day-in, day-out every 10 seconds!
    I've tried repairing disk permissions using Disk Utility, and rebooting the server. No improvement.
    I've tried killing the kadmind process using Activity Monitor, and rebooting the server. No improvement.
    I searched these support forums, and found a similarly worded subject. The symptoms and steps leading up to the problem in that topic/thread seem very similar to my issue, but the solution offered doesn't tell me exactly what file to delete (and I'm not experienced enough to go deleting things willy-nilly on my server).
    http://discussions.apple.com/thread.jspa?messageID=11638667&#11638667
    Any help greatly appreceated.
    Running Mac OS X Server v10.6.6 on an XServe.

    PROBLEM SOLVED!
    Log shows that two Kerberos related processes are having issues:
    1) kdcmond; and
    2) kadmind.
    launchd is attempting to start kdcmond, but can't find that binary/executable file. This is indicated by the line near the bottom of the error log at 10:00:05 PM: ..."/usr/sbin/kdcmond",...): No such file or directory.
    launchd is also trying to start kadmind, but finding it already running/using port 749 (indicated by text in bulk of error message).
    Turns out that there are some launchd files that were migrated from my v10.5 server into my v10.6 server (yes, I blame Apple for not catching this in their migration routine). The launchd files are on the server at:
    /System/Library/LaunchDaemons/
    The v10.5 files are:
    com.apple.kdcmond.plist
    edu.mit.kadmind.plist
    Be sure not to confuse the second launchd file above with its v10.6 equivalent (edu.mit.Kerberos.kadmind.plist; note the "Kerberos" in the middle of the filename).
    TO FIX:
    1) As a precaution, I logged all Network Users out, shut down all Macs (so their would be no possibility of directory binding issues, etc.)
    2) In Terminal, issue the following commands:
    sudo -s
    launchctl unload /System/Library/LaunchDaemons/com.apple.kdcmond.plist 2>/dev/null
    launchctl unload /System/Library/LaunchDaemons/edu.mit.kadmind.plist 2>/dev/null
    3) Exit Terminal.
    4) Delete the two v10.5 files from /System/Library/LaunchDaemons/
    com.apple.kdcmond.plist
    edu.mit.kadmind.plist
    5) Reboot server.
    HINTS THAT DIRECTED ME TO THIS SOLUTION:
    http://discussions.apple.com/thread.jspa?messageID=11638667&#11638667
    http://discussions.apple.com/thread.jspa?messageID=11108737
    http://www.osxadmins.com/?p=72
    http://support.apple.com/kb/HT3655

  • Bad face detection quota

    Hi,
    I am very disappointed after switching from Picasa (on my old Windows computer) to iPhoto (on my new Mac). iPhoto detects only 50% of all the faces but Picasa over 80%! I have tested it with 6000 photos. Can I still set preferences somewhere, for example increasing sensitivity or similar?
    Thanks!
    PS: It's possible to import faces from Picasa to iPhoto? I have no desire to put hundreds of faces by hand...

    I know that there's no agreed standard, and I know that there's nothing from either iPhoto or Picasa that's going to do this, but I keep hoping that someone has written a migration routine - to save me the effort of writing one!
    Can anyone confirm if the iPhoto database is open? it may not be the preferred method for making updates, but if there's a published spec for the database and a mechanism for updating it, then there should be a way forward.
    One option I have considered to avoid using the database is to manually name a single instance of each known face in my library - this will generate the iPhoto lookup ID in the database - and also in the EXIF data for that photo.
    I could then map that ID to the Picasa generated ID, and then all I have to do is take the face information from the Picasa INI file, translate from Picasa to iPhoto ID, and encode the rectangle and ID information in the iPhoto EXIF data.
    Would that work? it probably wouldn't work as a commercial offering, because it's expecting the user to do a lot to get things started, but it looks like it should work.
    So - if I can come up with this algorithm for something that many people want, surely someone else has also considered it - and if they are a betterand more focussed developer than me, perhaps it's already written and tested. Somewhere.
    Russell

  • Bookmarks based on filestructure

    Hi!
    I've been asked to look at the possibility to add bookmars to a pdf which is created from several documents based on their original placement in the filstructure.
    Say;
    File 1 resides in c:/folder1/subA/file1.pdf
    File 2 resides in c:/folder1/subB/file2.pdf
    File 3 resides in c:/folder1/subB/ssubX/file3.pdf
    In Acrobat Pro I make my own action which in step 1 on the wizard migrates all the files from toplevel C:/folder1
    In step 2 I would like to generate the bookmars based on the files original placement.
    I would then like the bookmars structure to look something like this:
    TopLevel
           -> SubA -> file1
            -> SubB -> file2
            -> SubB -> ssubX -> file3
    Question 1:
    Is it possible to do this, or is the information about the original placement of the files lost after the files are migrated to one pdf ?
    Question 2;
    If it is possible, any hints of how to ?
    ( Would I have to write the migrate routine as well to preserve the original file placement ? )
    Question 3;
    If this isn't possible would a possibility be to use Java/iText ?
    Thank you very much in advance.

    It might be possible to do that, but not after the files have been
    combined. By that time the original file names are lost (unless you
    explicitly save them somewhere). This is something that needs to be done in
    a script, while merging the files.
    My approach would be to collect the file paths in an action and then use a
    separate, folder-level script to merge the files and create the bookmarks.
    [ Advertising link removed by forum host ]

  • Want to learn ORACLE CLINICAL

    Hi,
    I have 6 yrs of IT exp. In various areas like Mainframes, Oracle, SAS and Web technologies. I am looking forward to learn ORACLE CLINICAL. Can anyone suggest in TX area or on the web.
    Thanks

    Hi, i think the best approach is the documentation library for the R12 of 11i form the OTN.
    I think these are the documents are what you probably already have, the use of the e-TRM's is always helpful if you doing any development / extension / technical work with applications. Such as data migration routines, custom reporting or user defined function etc for payroll.
    If you look at the software downloads section, at the botton of the page that lists all oracle downloads there is an option to download apps via the e-delivery method :-
    http://edelivery.oracle.com/
    Good luck
    Regards
    Glen

  • Error while Migrating the custom routines in Transformations

    Dear All,
    I am in the process of migrating BW 3.5 to BI 7.0.I migrated the Standard cubes and DSO's from BW3.5 to BI 7.0 flow successfully.
    But while migrating the transformations which are having the custom routines,I am facing the below errors.
    The data object "COMM_STRUCTURE" does not have a component called BIC/ZGROSSPRI".But the routine contains BIC/ZGROSSPRI.
    I tried to change the BW 3.5 terminology to BI 7.0 terminology.(Like COMM_STRUCTURE replaced by SOURCE_FIELDS).But unable to solve.There are nearly 20 custome routines written in all transformations.
    Can any one guide me who faced the same tyepe of problem?
    Thanks & Regards,
    Dinakar

    HI,
    We need to include Source and Target see the below article.
    http://wiki.sdn.sap.com/wiki/display/profile/Surendra+Reddy
    How to Correct Routines in Transformations
    http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/business-intelligence/g-i/how%20to%20correct%20routines%20in%20transformations.pdf
    Thanks
    Reddy

Maybe you are looking for