Changing the path of execution?

HI,
I am implementing SCD in owb. Its working fine.
While impementing SCD for one dimension I used table functions.
While using dubugger, I mean while debugging, it is executing as we expected. But when I execute directly through deployment manager, its not working.
The operators and the flow of that mapping is as follows.
Source ---> sorter ---> Table Function ---> Joiner_1
Dim ----> Sorter ----> Table Function ----> Joiner_1
Now
Joiner_1 ---> Splitter ( The groups are 1) INS_NEW, UPDT_DUP)
(Here INS_NEW group is for inserting new recors, which are not available in dimension )
( And UPDT_DUP is for the records, where the depending attributes are changed. So we need to expire the old records, and need to insert the latest records,)
Splitter Group - INS_NEW ---> Table Function ---> Target_Table (Insert mode).
Splitter Group - UPDT_DUP ----> Target_table (Update mode for expire the record)
Target_table (Insert mode for insert latest records)
Here the problem is this is working fine while debugging the mapping. But while executing the mapping its not working as we expected.
Later I found that, there is problem at the Joiner_1 point.
So then, I divided the above mapping into 2 mappings. and the flow is as follows.
Map 1
Source ---> sorter ---> Table Function ---> Joiner_1
Dim ----> Sorter ----> Table Function ----> Joiner_1
Now
Joiner_1 ---> Temp_Result_Table
Map 2
Temp_Result_Table ---> Splitter ( The groups are 1) INS_NEW, UPDT_DUP)
(Here INS_NEW group is for inserting new recors, which are not available in dimension )
( And UPDT_DUP is for the records, where the depending attributes are changed. So we need to expire the old records, and need to insert the latest records,)
Splitter Group - INS_NEW ---> Table Function ---> Target_Table (Insert mode).
Splitter Group - UPDT_DUP ----> Target_table (Update mode for expire the record)
Target_table (Insert mode for insert latest records)
Now, it is executing fine.
The reason why it doesnot work in the previous case is (according to the generated code),
Source ---> sorter ---> Table Function --->
Dim ----> Sorter ----> Table Function ---->
Joiner_1 --->Splitter ( The groups are 1) INS_NEW, UPDT_DUP) ---> Target Dim Table
Source ---> sorter ---> Table Function --->
Dim ----> Sorter ----> Table Function ---->
Joiner_1--->Splitter ( The groups are 1) INS_NEW, UPDT_DUP) ---> Target Dim Table
So by this, here, it is not preserving the joiner result. It is again performing the join operation.
So the results are not coming as we expected.
Here I would like to know, can we set any option like break point, such that, the OWB can perform that join operation once for that mapping at break point?
Any suggestions are welcome.
Thank you,
Regards,
Gowtham Sen.

Just go through the documentation of ClassLoader, I hope you would definitely get some solution for this. Hope this helps you.

Similar Messages

  • I want to load Firefox on my computer at home, which is not connected to the internet. I want to download Firefox to my flashdrive and then add it to my computer at home. When I try to download Firefox, it won't let me change the path of where it download

    I want to download Firefox on a flashdrive so I can then download it to my home computer which is not connected to the internet. When I download Firefox, it won't let me change the path and so tries to download on a public computer, which isn't allowed. The reason I want it on my home computer is because I'm creating web pages and I want to view my html pages using a variety of browsers, including Firefox.

    From another computer, go to http://www.mozilla.com/firefox/, click "Free download" button, click "Save File" button, select your flash drive in "Save as" window. "Firefox Setup 3.6.13.exe" file will be saved in your flash drive.
    You just need to insert it in your new computer and double-click on "Firefox Setup 3.6.13.exe" from Windows Explorer and follow instructions.

  • Is there a way to change the path of the Skin and FLVPlayer .swfs in Dreamweaver?

    Hi! I have a simple question that I can't seem to figure out.  I know how to insert an flv via dreamweaver and it is very simple
    see the code --
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="205" height="250" id="FLVPlayer">
        <param name="movie" value="FLVPlayer_Progressive.swf" />
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="scale" value="noscale" />
        <param name="salign" value="lt" />
        <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=flash/flashvid eofile&amp;autoPlay=false&amp;autoRewind=false" />
        <param name="swfversion" value="8,0,0,0" />
        <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="205" height="250">
          <!--<![endif]-->
          <param name="quality" value="high" />
          <param name="wmode" value="transparent" />
          <param name="scale" value="noscale" />
          <param name="salign" value="lt" />
          <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=flash/flashvid eofile&amp;autoPlay=false&amp;autoRewind=false" />
          <param name="swfversion" value="8,0,0,0" />
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
          <div>
            <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
          </div>
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>
    The question I have is... How do you change the path settings for the 2 required swfs (the skin swf and the player)?  I would ideally like to have all my flash components including the skin swf and the player swf in the same folder as the flv (rather than have the swfs in the root of the same folder as my html doc), but everytime I try to adjust the path settings of the swfs in the above code I get a white screen.
    hope this makes sense and is not confusing...
    Any suggestions?
    Thanks
    -Brian

    Hi Cashmoneydonuts,
    You can create an animation for this using Edge Animate, and add it to Muse.
    The following link might be helpful:
    Liven up Adobe Muse CC sites with animated effects | Adobe Inspire Magazine
    Regards
    Sonam

  • Is it possible to change the path of the JSESSIONID in WebCenter Content (formerly UCM)?

    We are having problems with multiple portal applications, spaces, and WebCenter Content all using JSESSIONID. I know you cannot change the name or path of the cookie in spaces and I know how it can be changed in the apps. I also know that Oracle do not recommend changing the name in UCM, which would be OK if we could change the path from "/" to something else...say "/cs". I have not been able to find a way to do this so any help would be appreciated.
    Bill

    Hi Bill ,
    I think the details in the following link will help you achieve this :
    http://www.extended-content.com/logged-out-of-ucmwebcenter-content-after-opening-an-adf-page/
    Thanks,
    Srinath

  • I cannot play music from my library on either my external drive or my laptop - keep getting same message "___ song (all of them) could not be used because the original file could not be found. I have tried changing the path in prefernces many times.

    I cannot play music from my libray on either my external drive or my laptop. I keep getting the same message - "___ song (all of them) could not be used because the original file could not be found. Would you like to locate it?" I have changed the path several times under preferences and it still won't recognize any songs from either my laptop hard drive or my external drive. I can't play any music at all.

    I think I've fixed this on my machine.  If you look in the ITunes folder there is a subfolder called Previous iTunes Libraries.  In my case for some reason this contained the one which had always worked and a new one was in the main  folder.  I closed iTunes, deleted the new one, and moved the old one back to the main folder, then opened iTunes.  It then rebuilt the library and it plays correctly.  Hope it works for you.

  • How to change the path of sysprep files that were copied to reference computer when i capture the image from reference.

    Dears ,,
    how to change the path that sysprep were copied to reference computer when i capture the image from reference.
    Should i modify some codes in LTIAPPLY.wsf? how to modify it?
    Thanks.

    Sysprep and capture has *Three* steps.
    1. Run sysprep on the local machine (easy).
    2. Copy WinPE down to the local machine so we can reboot into winpe for capture.
    3. Capture the drive in an *offline* state from within WinPE.
    What is most likely happening is that you are having problems with step #2. 100MB is *WAY* too small to copy down WinPE. By default MDT will make this System partition much bigger, 499MB. IF you install Windows 7 from the default media. IT will only create
    a 100MB partition.
    By default MDT 2012 Update 1 and greater *should* recover to a fallback drive with the OS on it, however if you are running older versions that might not happen correctly.
    If you are still having problems, copy your BDD.log file to a public share like OneDrive and copy the link here.
    Keith Garner - keithga.wordpress.com

  • How to change the path of the Transport

    HI all!
    I had the system of portal dev,qas,prd,I want to made the export folder of the dev point to the import folder of the qas.But how to change the path of the transport ?I change the file of the D:\usr\sap\dev\SYS\global\pcd\pcdStartup.properties,But it not useful.I think my type is not correct.Plz tell me the key.thanks very much!!!
    D:\usr\sap\dev\SYS\global\pcd\pcdStartup.properties,I changed:
    Transport Application
    Root directory for exporting transport packages
    #Pcd.TransportApplication.ExportRootDir=
    qas\Import
    Root directory for importing transport packages
    #Pcd.TransportApplication.ImportRootDir=${Pcd.Share}/Import
    Directory for temporary transport files
    #Pcd.TransportApplication.TempDir      =${Pcd.Temp}/transport
    Edited by: joecui on Nov 12, 2008 8:15 AM
    Edited by: joecui on Nov 12, 2008 8:16 AM

    Did you try to remove the "#" character before every line you changed?
    Save the file...
    Reload/Refresh it in the Portal...
    Try if that helps you.
    Cheers,
    Benjamin

  • How to change the path of MPLS

    How to change the path of MPLS core from one PE to the other PE with redundancy link? The IGP is OSPF and running MBGP among PE routers.

    Hi there,
    Load-balancing is applicable in MPLS as follows:
    If multiple equal-cost paths exist for an IPv4 prefix, the Cisco IOS can load-balance labeled packets. If labeled packets are load-balanced, they can have the same outgoing labels, but they can also be different. The outgoing labels are the same if the two links are between a pair of routers and both links belong to the platform label space. If multiple next-hop LSRs exist, the outgoing label for each path is usually different, because the next-hop LSRs assign labels independently.
    If a prefix is reachable via a mix of labeled and unlabeled (IP) paths, Cisco IOS does not consider the unlabeled paths for load-balancing labeled packets. (The load balancing is done only between labeled paths. This means that if an IP (unlabeled) and a labeled path have the same cost, only the labeled path is used to forward the packets.)
    HTH,
    Mohammed Mahmoud.

  • I changed the path of my photos, how can I find them from iPhoto

    I didn't import my photos into the photo library,
    now I changed the path of my photo,
    how I can find them,
    I have thousands of photos, I don't want to check one by one~

    I believe this is the post Larry's referring to:
    Pascal Mah
    Re: iPhoto '11 referenced library problems
    Jul 27, 2011 4:28 PM (in response to Terence Devlin)
    YES!!!
    I finally managed to recover my iPhoto library!
    But it was not easy. I had to hack into the database file to put up things right.
    After a significant amount of trial-and-error, here is the procedure I came to, which finally worked for me (use at your own risk):
    0. Make sure you make enough backups so as to revert to the previous state if something goes wrong!
    1. Make a copy of your iPhoto Library [Show Package Contents]/Database/apdb/Library.apdb to your desktop.
    This file contains most of the data involved for managing your iPhoto data.
    2. Open this file using a SQLite database manager.
    I used Navicat 9.1, which has nice import-export features. For direct editing, Base 2.0 is may be easier.
    3. Open the table RKMaster.
    This table contains all records for the individual pics of your library.
    4. Correct the path of each of your pic files in the imagePath column to their current filepath.
    This contains the path of your pic files at the time they were imported, and is not updated by iPhoto even though you have moved your pic files somewhere else.
    If you have several thousands of paths to correct, a good idea is to export this column to a text file (also including the modelId column for referencing), and to correct paths using the substring Search&Replace function of your favorite text editor. Be sure to re-import the corrected data properly using the modelId column as references.
    5. If needed, correct in the same manner the content of the fileVolumeUuid column to the value of the drive currently containing your picfiles.
    If needed, obtain this value considering a pic which was recently imported from that drive.
    6. If your drive name was modified, also correct its name in the name column of the RKVolume table.
    Identify the proper record by considering its uuid previously obtained.
    7. If you're happy with your work, quit the database managing program and put Library.apdb back in its original location inside your iPhoto Library.
    Keep the older somewhere in case something goes wrong.
    8. Run iPhoto to see if your work is successful!
    At this point, you might consider rebuilding the Photo Library (hold alt-cmd while launching iPhoto) and choose Repair the iPhoto Library Database (Be sure to leave the Rebuild the iPhoto Library Database from automatic backup unchecked!). This might correct some possible unconsistencies resulting from your edits. Also, a good thing might be to rebuild all thumbnails. If iPhoto does not bug you for locating files during that process, you have possibly done your work right! If not, back to step 1.
    As said, this worked for me, with no visible inconsistencies or side effects to be noticed in the behavior of iPhoto (at least for now). But possibly some knowledgable people might comment and improve that process, and some database script guru might also help automating this. Please comment.
    Lessons learned (How I understand the things as far as I know):
    A. Library.apdb stores the initial drive and path of the pic files at the time they were imported. This is not modified as the files are moved around.
    B. Some other data (BLOBs?) is used to track the files at their actual location. Therefore, it seems OK to move the pic files after they were imported.
    C. Unfortunately, this other data is broken if the file is recreated (even with same content and location), for example with a file-based backup and restore (Time Machine).
    D. In that case, iPhoto is unable to recover the file if its current drive and path does not match the one when the file was imported, stored in the database. Also there is no mechanism in iPhoto to correct this data.
    E. Therefore, it is very important to import pic files in iPhoto only when these are already in their final location! If not, your iPhoto Library won't survive a TimeMachine backup and restore! (Possibly, a block-based drive backup could work... I don't know).
    F. ...And Apple should really, really fix this issue! (By correcting the stored filepath and drive to the current file location at least when the database is repaired, and by offering at least some basic file reconnection options).
    OT

  • Why doesnt a sound play when I change the path?

    Hi. I am trying to play a background sound in my program and so far, after searching and reading lots of posts I finally have a "TaDa" sound playing once when the program starts. But what I want is a sound to be looped everytime I start a program. That sound will be in the same folder as the program.
    This is the code that I put in public static void main() to play the sound:
    public static void main(String[] args) {
    SwingUtilities.invokeLater(new Runnable() {
    public void run() {
    java_testt b = new java_test();
    b.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    b.startApp();
    private void startApp()
    {playStartupSound();}
    private void endApp() {System.exit(0);}
    private void playStartupSound() {
    Runnable soundPlayer = new Runnable() {
    public void run() {
    try {                                                                                    
    File tadaSound = new File(System.getenv("windir") + "/" + //This is the windows tada sound. All I want is
    "media/tada.wav"); //to change the path to another sound
    AudioInputStream audioInputStream = AudioSystem
    .getAudioInputStream(new FileInputStream(tadaSound));
    AudioFormat audioFormat = audioInputStream
    .getFormat();
    DataLine.Info dataLineInfo = new DataLine.Info(
    Clip.class, audioFormat);
    Clip clip = (Clip) AudioSystem
    .getLine(dataLineInfo);
    clip.open(audioInputStream);
    clip.start();
    } catch (Exception e) {
    e.printStackTrace();
    Thread soundPlayingThread = new Thread(soundPlayer);
    soundPlayingThread.start();
    Does anyone know how to choose another sound in the same folder as java_test and make it work with this code because when I change the ath it doesnt run.
    Thanks.

    Please put your code between the code tags. It's much better readable then.
    public static void main(String[] args) {
    SwingUtilities.invokeLater(new Runnable() {
    public void run() {
    java_testt b = new java_test();
    b.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    b.startApp();
    private void startApp()
    {playStartupSound();}
    private void endApp() {System.exit(0);}
    private void playStartupSound() {
    Runnable soundPlayer = new Runnable() {
    public void run() {
    try {
    File tadaSound = new File(System.getenv("windir") "/" //This is the windows tada sound. All I want is
    "media/tada.wav"); //to change the path to another sound
    AudioInputStream audioInputStream = AudioSystem
    .getAudioInputStream(new FileInputStream(tadaSound));
    AudioFormat audioFormat = audioInputStream
    .getFormat();
    DataLine.Info dataLineInfo = new DataLine.Info(
    Clip.class, audioFormat);
    Clip clip = (Clip) AudioSystem
    .getLine(dataLineInfo);
    clip.open(audioInputStream);
    clip.start();
    } catch (Exception e) {
    e.printStackTrace();
    Thread soundPlayingThread = new Thread(soundPlayer);
    soundPlayingThread.start();
    }

  • Changing the Path

    How do I change the path on Windows XP, and what do I change it to.

    The directory name varies depending on which version you installed and the directory structure depends on where you installed it. For example if you installed in c:\ then you should have directory something like c:\j2sdk1.4.2_01. Then you modify the Path so it lookslike%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;c:\j2sdk1.4.2_01\bin

  • [SOLVED] Renaming Desktop folder in XFCE, where to change the path?

    I'd like to rename the folder Desktop to Czech equivalent Plocha, but of course when I do it, it prevents xfcedesktop from loading it's content to actual desktop (so I have empty desktop than, or only with Trash bin). I'd say I have to change the path from /home/behemot/Desktop to /home/behemot/Plocha somewhere. The question is, where should I do it? :-)
    Last edited by Behemot (2011-06-28 18:04:10)

    Generate the file with the command:
    xdg-user-dirs-update
    And change the paths manually. Mine file is adapted to spanish names:
    # This file is written by xdg-user-dirs-update
    # If you want to change or add directories, just edit the line you're
    # interested in. All local changes will be retained on the next run
    # Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
    # homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
    # absolute path. No other format is supported.
    XDG_DESKTOP_DIR="$HOME/Desktop"
    XDG_DOWNLOAD_DIR="$HOME/Descargas"
    XDG_TEMPLATES_DIR="$HOME/Plantillas"
    XDG_PUBLICSHARE_DIR="$HOME/Público"
    XDG_DOCUMENTS_DIR="$HOME/Documentos"
    XDG_MUSIC_DIR="$HOME/Música"
    XDG_PICTURES_DIR="$HOME/Imágenes"
    XDG_VIDEOS_DIR="$HOME/Vídeos"
    Ok.

  • Changing the path of java library in JDeveloper

    Hi all,
    I am using JDeveloper 10g. It has its own library of jars. When we write our application in JDeveloper it refers to its own library. I want to change the referred library to the JDK installed in program files.
    How can i change the path of library in JDevelper 10g?
    thank u v much
    Regards

    Under project properties->libraries you can set the JDK version that is used.

  • Change the path where i want to store the file

    i want to get the name of the Directory Is there any FM to get it.
    Means i have a scenario that I am trying to download a file from Application
    server and i am trying to Download where ever i want to store..... So It has
    to open a save Dialog box But by default the name of the file should same as
    that of the application server filename. But i should be able to change the
    Path where i want to store. Can any one help me out in this issue.

    Hi,
    Please check this.
    DATA: DIR TYPE STRING.
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>DIRECTORY_BROWSE
      EXPORTING
        WINDOW_TITLE         = 'Select Folder'
        INITIAL_FOLDER       = 'C:'
      CHANGING
        SELECTED_FOLDER      = DIR
      EXCEPTIONS
        CNTL_ERROR           = 1
        ERROR_NO_GUI         = 2
        NOT_SUPPORTED_BY_GUI = 3
        others               = 4.
    Now that you have the directory, you can add the filename and save to the location.
    Regards,
    Ferry Lianto

  • Accessin Access Database it changes the path by itself???

    Hi to all. First of all I would like to apologize about the "zombie resurection". Sorry i didn't know.
    I'm doing what HK_Developer said, but it doesn't work.
    This is my code:
    try{
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    //Connection con = DriverManager.getConnection("jdbc:odbc:c:xxx.mdb", "myusr", "mypwd");
    // or
    Connection con = DriverManager.getConnection("jdbc:odbc:Driver={MicroSoft Access Driver (.mdb)};DBQ=C:/xxx.mdb","myusr","mypwd");
    // i tried boths ways
    Statement stat = con.createStatement();
    stat.execute("select from articulos");
    catch(Exception e){ jButton1.setText(e.getMessage());
    jTextArea1.setText(e.getMessage());}
    I don't know what is wrong but it gives me a message saying (more o less) that "o:/yyyy.mdb" is not a valid path. I don't know why it changes the path i use in the "getConnection" parameters. I don't kow where it cacth the "o:/yyyy.mdb".
    Thank you very much.

    I finaly found the solution. My mistake.
    The database i am accessing have some linked tables to another database. My statement is querying one of this tables. That is because te system returns me the message with another path.
    Sorry. I'm newbie.
    Thanks to all.

Maybe you are looking for