Custom Path Location

My Target is a Flat File, which is located in the Remote UNIX Server. I was able to give the custom File Location in the OWB 9.0.2 which was editable but Not able to do in OWB 9.2.0 as it is not editable. How can I achieve this.

If you want to edit target location, you will have to start a Runtime Audit Browser session, log in with the QA User role, click on the deployment report button, then on the location tab. There you can un-register the location you want to change.
After that, the deployment manager will be prompt you to again register the target location and you can provide the new location properties.
Regards:
Igor

Similar Messages

  • Custom Path

    Hi All
    We are running EBS r12 and planning to create one custom concurrent programe.
    For that i need to create one custome log and output files path.
    I have finished creating the path in my application server. Now how do I specify that in the env files and tell my concurrent programm to follow the custome path.
    Regards
    Musaddaq

    Pl post details of your OS and EBS versions.
    There is a custom.env file that gets invoked from the applications env file - you will need to place these custom settings in the custom.env file.
    By default, the custom file is located in $APPL_TOP and is named "custom<context_name>.env". After modifying this file, you will need to shutdown all services and restart all services for these settings to take effect.
    MOS Doc 304266.1 - Where Should Custom Top Environment Variable Get Added?
    HTH
    Srini

  • How to remove file path location listings from photos and objects in Acrobat Pro 9.0 PDF?

    After converting a windows-based Powerpoint 2007 presentation to an Acrobat Pro 9.0 PDF, the file path location of all photos and objects are shown in a dialogue box when the cursor is moved over the image as seen in this screenshot below. How can I stop this from happening and remove this feature on my pdf documents? 

    I saw that referenced on a forum, but it does not seem to address the issue I am having.
    As per Adobe Acrobat X Standard * What’s new, the equivalent to the "Tools > Protection > Remove Hidden Information" utility found in Acrobat X Standard is the same as the "Document > Examine Document" feature in Acrobat Pro 9.0. Those tools seem to cover meta data, book marks, hidden text, and deleted or cropped content, but not the file path listings that appear on images and objects converted from Powerpoint presentations and other MS Office programs.
    I have reviewed the settings used while creating a pdf, and have also tried the “Advanced > Preflight tool”, but could not find anything to apply to the issue at hand.
    Thus, this issue has not been resolved, but seems like it should be an easy fix that anyone who publishes pdf documents would want to use to publish clean, professional documents without anyone seeing the file path location of every object and image shown in the document on their hard drive.

  • Clearing Custom Path Lists

    When copying files, many times I use a custom path. Each time, this path is added to the bottom of the Path drop down list. I have 20 or so paths and it is getting confusing to know which ones are still valid, etc. Is there a way to delete some or all of those paths and start over?
    Thanks!
    Paul

    That would also clear a variety of other items as well. Thanks for the help. I'm just wondering if ther cure is worth the illness.
    Thanks
    Paul

  • Where is the custom stamp location in Acrobat 9 Pro for Win Vista

    Where is the custom stamp location in Acrobat 9 Pro for Win Vista?

    See this thread to find out how to determine the location:
    http://acrobatusers.com/forums/aucbb/viewtopic.php?id=17521

  • Custom Stamp Location in Acrobat 9 Pro for Mac

    Where is the custom stamp location in Acrobat 9 Pro for Mac?
    Acrobat 7: /Users/me/Library/Acrobat User Data/7.0/Stamps
    Acrobat 8: /Users/me/Library/Acrobat User Data/8.0_x86/Stamps
    If I put my stamp in
    Acrobat 9: /Users/me/Library/Acrobat User Data/9.0_x86/Stamps
    Stamp does not show up in Acrobat.
    Any suggestions?
    Michael Wu

    For me the Acro9 stuff is in Library>Application Support>Adobe>Acrobat.

  • SSIS - Change Config File Path LOCATION in SQL Agent Job Step (NOT USING DTEXEC)

    SSISers;
    I am not new to ssis but am trying to deal with promoting of ssis config files differently for a specific project. We are using SQL 2008 R2.
    As a standared pattern used for years, we just use SQL Agent, build a job step for the ssis package, add the ssis package as SQL Integration Services Package type from fileshare (not using Integration Services), and add the necessary production
    config files in the configutation tab of the job step. Easy.  We do not execute our packages with DTEXEC command line.
    A new project has the developers leaving the config files in the package - not removing the config files for deployment. Is there a way to override JUST THE CONFIG FILE PATH LOCATION in the job step for ssis package? Remember, we are NOT using dtexec. 
    I was told that /SET might do it but I do not see a good example anywhere of hooking this in and how it works for a CONFIG FILE PATH LOCATION - I see variable overrides but not CONFIG FILE PATH LOCATION. The packages were written with Absolute config file
    path and not Relative path.
    Please understand that my goal is to let them leave the packages as is, we move the config files to the production sever and all we have to do is flip the location of where the config files are sitting for the ssis pacakge to look for them.  We would
    rather NOT have to use DTEXEC command  line with the job step for reasons that I do no need to get into on this forum.
    Any suggestions are appreciated.

    Hi mg30,
    There is no way to overwrite the XML configurations file just through modifying the SQL Server Agent job steps.  The Dtexec utility will apply the default package configurations for the second time after applying the options specified in the command
    lines or other package configurations configured in the job step.
    If the package is not deployed/installed, the Dtexec utility looks for the XML configurations file according to the file path defined in the Package Configurations Organizer window. In this situation, you need to either disable the package configurations
    or modify the XML file path in the BIDS.
    If the package is already deployed/installed, you need to modify the package as above or re-specify the install folder for the package configurations file. 
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • How to give manual font path location when document opening?

    Hi,
    I want to know how to give manual path location for fonts when document opening like LinoType FontExplorerX, Font Book, UTS. Please Help me its very urgent
    Thanks

    Hi, I am doing the code likthis,please give the solution.
    SQL> create or replace procedure insProc(xmlDoc IN CLOB, tableName IN VARCHAR2) is
    2 insCtx DBMS_XMLSave.ctxType;
    3 l_ctx dbms_xmlsave.ctxtype;
    4 rows number;
    5 begin
    6 insCtx := DBMS_XMLSave.newContext(tableName); -- get the context handle
    7 rows := DBMS_XMLSave.insertXML(insCtx,xmlDoc); -- this inserts the document
    8 DBMS_XMLSave.closeContext(insCtx); -- this closes the handle
    9 end;
    10 /
    Procedure created.
    SQL> begin
    2 insProc('/usr/tmp/ROWSET.xml', 'emp');
    3 end;
    4 /
    begin
    ERROR at line 1:
    ORA-29532: Java call terminated by uncaught Java exception: oracle.xml.sql.OracleXMLSQLException:
    Start of root element expected.
    ORA-06512: at "SYS.DBMS_XMLSAVE", line 65
    ORA-06512: at "SCOTT.INSPROC", line 7
    ORA-06512: at line 2
    Kishore B

  • Required a customer field(located in the profitability segment box) as mand

    our client is requested  that the customer field (located in the Profitability Segment box) be a mandatory field for GL accounts which are getting posted directly from FI. This field is needed so that proper reporting can be generated for bad debt and product liability claims. Currently this field is not a mandatory when making journal entries, so there were some postings happened with out customer field. Due to this we are unable to extract exact values in CO-PA reports . Please can some one help me on this and explain the process and settings for this??
    Thanks in advance.
    Regards,
    Venkat

    Hi Eli,
    I have posted note to SAP and i got the below reply from them.
    Get this functionality you should change
    the coding of form DERIVE_CRITERIA_EXTENDED from include RKEVRK2L after
    uninstallation of note 115500(in case you have installed) like this:
    Im Dialogfall (Kontierungspopup) Verprobung ob für Feld
    Mußeingabe erforderlich (Merkmalsgruppe!)
    (nicht f. Faktura, da dort keine Fehlermeldung moeglich)
    if ( xt_criteria-field is initial
    BEGIN OF DELETION *****
    and xt_criteria-status eq '2'
    and not is_status_flags-dialog is initial ) .
    perform send_message using 'KE' 'E' '494'
    END OF DELETION *****
    BEGIN OF INSERTION *****
    and xt_criteria-status eq '2' ) .
    data: l_mtyp type c.
    if not IS_STATUS_FLAGS-DIALOG is initial.
    l_mtyp = 'E'.
    else.
    l_mtyp = 'W'.
    endif.
    perform send_message using 'KE' l_mtyp '494'
    END OF INSERTION *****
    xt_criteria-fieldname
    is_cobl-vorgn
    i_char_group
    endif.
    Afterwards you have to run function module RKE_GENERATE_INTERFACE_ACT
    for your operating concern to update the generated program RK2LXXXX.
    Thanks & Regards,
    Venkat

  • Custom Drop Location Rendering using Java 6 support for JTable DnD

    Can anyone give me some pointers on how to do custom drop location rendering and custom drag images while still using the built-in support for DnD on JTables provided by Java 6?

    I have implemented a solution, though I didn't manage to use TransferSupport.

  • Dynamic file send port configure with variable store path location

    hi ,
    i done like dynamic file send port:
    Port_7(Microsoft.XLANGs.BaseTypes.Address)="sw"; --> sw is path location  string type variable
    Port_7(Microsoft.XLANGs.BaseTypes.TransportType)="FILE";
    here sw is path location :C:\Users\00134\Desktop\Rec\sqltest\senddate.
    but it is not working where im wrong?

    try this 
    Port_7(Microsoft.XLANGs.BaseTypes.Address)="file://"+
    sw +@"\%MessageID%.xml";

  • Customizing path for table CRMT_ACC_1O_CUST?

    Hi all,
    Do you guys know the customizing path to maintain the entries in table CRMT_ACC_1O_CUST?
    In this table the settings (date range) for showing transaction data within assignmentblocks are stored.
    It used to be the following path, but this entry isn't available in CRM7.0:
    SAP Customizing Implementation Guide / Customer Relationship Management / Master Data / Business Partner / Specify Display Options for Business Transactions
    Thanks for the help!
    Regards,
    Danny Sprenger

    Posted the thread a bit to soon..
    There is a note for restoring the mentioned IMG path in CRM7.0:
    [Note 1531660|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1531660]

  • Log and Transfer Custom Path Problem

    I've been ingesting clips from my Canon 7D using log and transfer. For the life of me I can't seem to get it to put the media on my external drives. It always wants to override my selection and send it to my main hard drive which quickly gets filled up and gives a warning. I come back an hour later and only 3 of my 81 clips have been logged and transferred.
    I'm sure I'm missing a step somewhere. I open Log and Transfer, click the preference wheel (top right) select custom path, click on my external drive (sometimes I get the warning that media on these drives is not supported) and then select the clips, drag them to the bottom and walk away.
    Any suggestions?
    Kevin

    Thanks Tom...so simple...sort of like "did you take the lens cap off?"

  • Description Resource Path Location Type .... Warning Msg ....

    Hi there,
    I'm using some code from way back and I'm trying to use it within a newer project.
    The original code is as follows:
         import mx.styles.CSSStyleDeclaration;
         import mx.styles.StyleManager;
    protected static function classConstruct ():Boolean {
        if (!StyleManager.getStyleDeclaration("Page")){
            var defaultStyles:CSSStyleDeclaration = new CSSStyleDeclaration();
            for (var i:String in DEFAULT_STYLES){
         defaultStyles.setStyle(i, DEFAULT_STYLES[i]);
         StyleManager.setStyleDeclaration("Page", defaultStyles, true);
         return true;
    This gives me a couple of Warning !
    Description Resource Path Location Type
    3608: 'getStyleDeclaration' has been deprecated since 4.0.
    Please use 'IStyleManager2.getStyleDeclaration on a style manager instance'.
    Page.as line 146 Flex Problem
    I have been trying to change it, but I get Error Msg's now !
         import mx.styles.CSSStyleDeclaration;
         import mx.styles.IStyleManager2;
    protected static function classConstruct ():Boolean {
        if (!IStyleManager2.getStyleDeclaration("Page")){
            var defaultStyles:CSSStyleDeclaration = new CSSStyleDeclaration();
            for (var i:String in DEFAULT_STYLES){
         defaultStyles.setStyle(i, DEFAULT_STYLES[i]);
         IStyleManager2.setStyleDeclaration("Page", defaultStyles, true);
         return true;
    Any help would be very much appriciated. regards aktell2007

    Get a style manager instance by calling styleManager on a UIComponent or calling StyleManager.
    getStyleManager(moduleFactory);
    Each Application/Module has a style manager so using the top-level application will only work correctly if you do not use modules or sub-applications. Otherwise if a module calls code and sets a style into the top-level style manager, the module will be pinned in memory by that reference.
    As Alex said, put a defaults.css in your library.swc to set default styles. Look at how it is done in framework.swc and spark.swc.
    -Darrell

  • Create FMX at a custom path

    Hi!
    We are migrating from forms 6i to forms 11g (wow, earlier adopters lol).
    So we are setting up a new develpment environment.
    Let me try to explain how we expect our environment to work.
    We use subversion. Even with the FMB files. So, we do not share a network drive to store the FMB.
    These files are stored locally and they are commited to a subversion repository.
    Until now, we had no problem, cause we were still in forms 6i so we had no need for a weblogic server.
    Now we are upgrading our forms.
    We do not want that each developer´s computer to run it´s own instance of weblogic. Too heavy.
    We want to share a weblogic server (We already have this server working fine).
    We also do not want to abandon subversion.
    So we need to have the FMB files on local computer and the FMX files at a network drive (mapped from the weblogic server).
    And we do not want to manually copy the FMX files to the network drive every time we change something.
    There is a way to configure forms so the FMX files are created in a different directory than the FMB files?
    Thanks.

    Christian Erlinger escreveu:
    It would help if you could indicate the exact version you are planning to use. In the end you'll need to install weblogic on your development machines, as otherwise you wouldn't have forms builder available. And as far as the heavy is concerned: for Forms 11gR2 there is a development version available, which has a much smaller impact as the full blown deployment installation.
    Forms [64 Bit] Version 11.1.2.2.0 (Production)
    Weblogic: 10.3.6.0
    I didn´t know about development version of weblogic. I will see if my version allow it.
    We already have weblogic installed. But one thing is to have it installed as requirement. Another is to run it.
    Having forms on a smb share is...somehow suboptimal, as you'd add another layer of complexity which is not needed or wanted. Why not have a job on your application server which checks out your working copy, and compiles all your forms sources directly on your application server? You'd need to have some build file somewhere in subversion to build your local working copy; you'd just need to call it in a cronjob directly on your server. At least this is what we do for some years now to automagically push changes on a certain set of test application servers to do continuous tests, and it works just fine.
    Just to be clear: weblogic will not use a network share. It will provide it.
    I do not want my FMB in a network share either. I want the FMX to be placed in the network share (that is a local directory for the weblogic).
    So when I click at "Run Form" button, My form will open in my browser as it would if i was using a local weblogic with local directories.
    The job is not a good idea for a development environment, For a test or even a production site, ok, but for a development it will slow down productivity.
    I thought about. Just imagine: You make a change in forms builder. Compile it and create the FMX. than you have to wait for the job to copy the files to the server.
    Just count: 1...2...3...4......60. No way! I´m trying to make this a "online" environment.
    Even if i make a batch to copy the files, it will be a boring unnecessary, i hope avoidable, step.
    I thought about looking for a "file change" monitor that would make it almost instant.
    But if i could make the fmx to be created in a custom path, I won´t need it.
    Using a local instance of weblogic, is very productive. I change the fmb, than i click at "Run Form" and, voilà, i see it in my firefox.
    What I want is the same behavior, but using a remote weblogic with my FMBs in my local computer.

Maybe you are looking for

  • HP Envy 15 Screen Issues

    Hello, I have a small problem. Last night when I tried to turn on my HP Envy 15, the screen remained black. At first, I thought the whole laptop was broken, but I noticed the LEDs over the Wifi and Sound button were still alit, and the computer made

  • Brand New Carbon X1 loses Touch Screen function!!!!

    Hi there I just purchased Carbon X1 touch screen version for less than a week and all of a sudden I found out the touch screen was not working any more. I checked the system property and it shows "No pen or touch input is available for this display".

  • Index page won't load images in flash gallery

    this is the first time I have used a .us extension for a domain.  I created a lighroom flash image gallery, exported it from lightroom into a folder called the domain name (pearlconcepts) which is located in my sites folder on my computer.  I uploade

  • MBP 2011 using mDP to U2410 = TV?

    Hi folks, is there any solution to use display with DP native (without an ugly mDP->DVI adapter)? The old MacBook 2009 shows crispy fonts, but my new MBP (double expensive) shows shadows like connected with a old, cheap analog VGA. When will there be

  • How to update Chipset Version?

    Hey guys, Im looking for some help. I was recommended to download Chipset, Intel VGA, then NVIDIA VGA... I have a GT70 0NC-051US with NVidia Geforce GTX 670M, so I went to msi.com/support and found my make/model and saved all the files prior to insta