Is it possible to change schema or name of locally built provider in portal

Is it possible to change schema or name of locally built provider in portal 9.0.4?
We have built an application as a pagegroup and locally built provider in Oracle portal. We can deploy the application to different portals using transport sets. However, it is not possible to install the same provider twice to a shared portal because a provider's name and schema cannot be changed. Does anyone know of a way to rename and change the schema of locally built providers? I was once told that substition strings at import would be available in an upcoming release to do that, but I haven't seen anything like that.
Thanks,
Trenton

Maybe use a MHT archive.
*Mozilla Archive Format: https://addons.mozilla.org/firefox/addon/mozilla-archive-format/
*UnMHT: https://addons.mozilla.org/firefox/addon/unmht/

Similar Messages

  • Is It  POSSIBLE to change the Technical Name of Z-version Query

    Hi  Friends ,
    I was changed all quereis and cube from standard version to Z version.
    For queries, by using rszc , i was changed to Zversion,Now again is it
    possible to change the Technical Name of Zversion Query ?
    If possible , can you please tell me the process ?

    Hi Hameed,
    This may be the reason you are getting an error.
    The target InfoCube, the InfoCube for the query copies, must contain all the InfoObjects of the source InfoCube (InfoCube of the original queries).
    The another reasons may be the copying of queries within the same cube shouldn't be done by RSZC.
    It's better to approach the Bex Query designer.
    Hope you understood..
    Check the link below for more information:
    Re: How to copy query elements without Bex
    http://www.bi-expertonline.com/article.cfm?session=&id=2055
    Re: copy queries + variants + workbooks -- RSZC ?
    Regards,
    Ravi Kanth
    Edited by: Ravi kanth on Jun 10, 2009 10:03 AM

  • Is it possible to change the genre name...

    Can I change the name of the genre for an artist without changing the genre on every single song? Is it possible to change the genre name for all songs by an artist by just typing in the new genre for that artist just once?

    Ted,
    Yes and no.
    You can select all the tracks you wish to change the Genre of and change them all at once. Then choose File>Get Info or type command-i.
    You'll be warned that are about to edit information for multiple items.
    Click OK. Then make you Genre change.
    Just remember any field you change will be changed in all the selected items.
    Matt

  • Is it possible to change InfoCube technical name/rename it?

    Is it possible to change InfoCube technical name/rename it?
    Thank you,
    AG

    I think no possibility to rename the technical name since it's such a 'key field'.
    if not in production yet and no data and the 'afterward' not too much (reporting related,multiprovider), you may consider to copy the cube to the name you want, then copy update rules (this can be easy done), and copy queries.
    Hope it helps.
    Regards

  • Is it possible to change the font name and size without having to compile?

    Dear All
    We have one requirement that we need to change the font name and font size at run time dynamically without having to compile all the forms in 6i.
    Is there any way or work around to achieve the same.Kindly suggest us.
    something like using uifont.ali or forms60_defaultfont, or set_item_property
    Thanks and Regards
    Thangaraj.

    Dear All,
    Thanks for your updates, Technically what both of you said is correct. but in application server we used something like ClientDPI to match the client server font with the application server, i need to know that is there anyother way something like this...?
    I have read one document(Note:28397.1 in metalink) saying that using uifont.ali file we can change the font at run time, but i have used this only for report
    Thanks and Regards
    Thangaraj.S

  • E-recruiting: Requisition management - Possible to change the field names??

    Hi to all e-recruiting experts,
    Need some assistance pertaining to the requisition management portion in e-recruiting.
    We have showed the standard SAP E-recruiting requisition bsp pages to our client and they have requested changes to the field names as they feel that the standard names are not intuitive enough.
    For instance,
    The field - "Hierarchy Level" - They have requested to change to "Job Grade"
    and the field "Functional Area"  to "Type of Work".
    Is there any way that i can change the name of the field through configurations?
    I understand that in a infotype, we can change the field name through translation. But can we change it in BSP? I was told to explore on how to configure via OTR.
    Can anyone share on the steps involved?
    Many thanks in advance.

    Well quite easy,
    create a context for an otr text (E-Recruiting are in package PAOC_RCF_UI). You will find that in SOTR_EDIT.
    Activate this context with implementing BADI BTFR_CONTEXT.
    After doing this, adjust context in SOTR_EDIT with Go To -> Context -> Adjust.
    Eventually refresh otr buffer with Transaction /$otr
    For one text there can be more than one OTR Text in backend, so you might change more than one.
    Regards

  • Can I change TimeMachine volume name for local snapshots?

    Hi all,
    I had a problem with my hard drive and after restoring the volume, where TimeMachine stores local snapshots, has a strange name (some autogenerated text). Is it possible to specify the volume name explicitly?
    Thank you
    Regards
    Marcel

    I think so, just as you can change any volume name.
    CLick on the title and type in the box to have a new name.  You may have to reelect that volume using TM's preference pane.
    Jay

  • Is it possible to change the computer name?

    Trying to simplify a few things and would like to change the names of my computers. Is there an easy way to do it? If so, will it screw other things up? Thanks in advance for any input.
    Best,
    -Thomas

    System Preferences > Sharing has a place where you can rename the computer. As far as I know, it is completely harmless.

  • Dynamically change schema/user name in sql query

    I have tables with same name in different schema.
    and Suppose I have query like:
    select * from myHR.emp;
    Now I want to pass variable in place of myHR, may be as follows:
    Declare
    vSH varchar2(10);
    Begin
    vSH := 'myHR';
    select * from vSH.emp;
    End;
    But I got error with this query.
    I want to pass variable as scheme_name/user.
    So, please help me with this.
    Thanks in advance.

    Like said before, it is no different than running any other SQL statement from the client.
    All you have to do is run a ALTER SESSION statement immediately after opening the connection:
    SQL> alter session set current_schema = your_company_specific_schema_name ;or you can create synonyms under the Oracle user that you use to connect to the database and these synonyms will point to the correct schema.table that needs to be accessed. Then your queries will simply use the synonym as if it were the actual table without caring where the actual table is located.
    Justin is faster even considering its a friday.
    Message was edited by:
    Kamal Kishore

  • BizTalk WCF receive, possible to change the SOAPAction name?

    Building Biztalk to replace a webservice to receive vendor order, everything is fine but just realized today the default BizTalk receive soapaction is 'BizTalkSubmit', any way to change that? say to 'ReceiveOrder'?
    Thanks
    https://ninithepug.wordpress.com/

    You can modify the operation name as shown below and expose the BizTalk service again.
    Or if you wish to update the existing one.
    1. navigate to the ServiceDescription.xml file of the service. This would be generated by the BizTalk wizard. You can go to C:\Inetpub\wwwroot\[servicename]\App_Data\
    2.  Find the xml tag Operation and replace the value for name attribute from "BizTalkSubmit" to "ReceiveOrder" .
    3. Recycle the app pool.
    4. Browse the WSDL and it should have the new soapAction value.
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • Is it possible to change the product name thorugh Script on terminal. i have created one sh file in which i put the below Script and put that in xcode project ...Here is the code..

    die() {
        echo "$*" >&2
        exit 1
    ProjectName=$1
    appname=$2
    config='Ad Hoc Distribution'
    sdk='/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/SDKs/iPhoneOS5.1.sdk'
    project_dir=$(pwd)
    echo using configuration $config
    echo updating version number
    agvtool bump -all
    fullversion="$(agvtool mvers -terse1)($(agvtool vers -terse))"
    echo building version $fullversion
    xcodebuild -project "$ProjectName".xcodeproj -configuration "$config" -sdk $sdk build || die "build failed"
    echo making ipa...
    # packaging
    cd build/"$config"-iphoneos || die "no such directory"
    rm -rf Payload:
    rm -f "$appname".*.ipa
    mkdir Payload
    cp -Rp "$appname.app" Payload/
    # if [ -f "$project_dir"/iTunesArtwork ] ; then
    #    cp -f "$project_dir"/iTunesArtwork Payload/iTunesArtwork
    # fi
    # ipaname="$appname.$fullversion.$(date -u +%Y%m%d%H%M%S).ipa"
    ipaname="$appname.ipa"
    zip -r $ipaname Payload
    echo finished making $ipaname
    . Now i tried to run this sh file thorugh terminal.....thorugh command sh shfilename projectname TEST... After running this command it successfully generated an ipa with name  TEST.ipa...I tried to installed this on my device..but on itunes it is giving message that file is not valid..Please help me out if i forgot to perfom any steps.

    Hi Matthew,
    Just staring at your ActiveX code, it looks fine to me.  My first thought is that this should work as you outlined it, and I've done this sort of thing many times, so I know it can work.  My second thought though, is that what you probably really want is a DataPlugin and not a VBScript.  Then you could just drag&drop the Excel file into the Data Portal and load all the properties and channels you want from the Excel file.  If you have DIAdem 2010 or later you can use the SpreadSheet reader object in the DataPlugin to avoid the Excel ActiveX functions (and Excel's jealously with other applications trying to read a file it has open already).
    Feel free to send me a few sample Excel files and describe what you want to load from the various cells, and I'd be happy to help you get a DataPlugin written to load your data.  You can also email me at [email protected]
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Is possible to change the order of name and last n...

    After to have installed: "Nokia PC Suite 6.84.10.3 ita", I have noticed that the names in the Contacts folder, come lists to you with the following order: "name for first and last name for second". I have tried to change this order, opening Nokia Contacts Editor, selecting Options > Order names > Last name for first, rebboting Nokia Phone Browser and Nokia Contacts Editor in order to render effective the modifications, but nothing
    to make. Why in the previous versions of PC Suite, it was possible to change this order (Name for first or Last name for first), and instead in the version "Nokia PC Suite 6.84.10.3" it is not possible? Someone of You have the same problem? How I could resolve it? Thanks in
    advance!!

    vCard file is in plain text. you can edit it using text editor - find field like:
    N:han;abrash
    the first name and last name is seperated by ';' there. and you can reorder it to:
    N:abrash:han
    done
    What's the law of the jungle?

  • Is it possible to change name on bill?

    I am wondering if it is possible to change the last name on the bill? When I signed up I used my maiden name as my middle name and it was entered as my last name?  Is is possible to change it to my married name?

    I would like to change the name on the account to my daughter.  <Personal information removed for privacy per the Verizon Wireless Terms of Service.>
    <Contact customer service at *611 on your Verizon Wireless phone or 1-800-922-0204 from other phone.>
    Message was edited by: Verizon Moderator

  • "Is it possible to hide/remove/change the server name/type and

    Is it possible to change the server name/type and version number being sent in the http response header by iPlanet Web server so a hacker can't see what server and version I'm running? If yes, what is the procedure to do it?

    Hi,
    I have tried the ServerString none entry in magnus.conf but still it is showing the Server information in the header if you use telnet . Is there any other way to hide or to mask this information.
    Thanks,
    Ramki

  • Changing the Default name of DVD Disk in OneStep

    Is it possible to change the default name of the disk that is burned on iDVD 6 "OneStep DVD" ???
    the default disk name becomes "IDVDONESTEPDVD"...
    I make lots of DVD with OneStep and would like the name created to be different.
    Is this possible and if so...How??
    Thanks for your advice...
    STDigital

    Not sure if this is possible or not but did you already check the iDVD6 Help Menu and try the following?
    Choose Project > Project Info. Type the new name in the Disc Name box.
    If this approach isn't possible, then it's likely not a very good idea to change its default title. Good luck.
    (3) G4 PM's/(3) S-Drives/Sony TRV900/Nikons/6FWHD's/PS7/iLife06/FCPHD/DVDSP/etc. Mac OS X (10.4.8) My ichatav AIM account is: SDMacuser1 (Please use Text chat prior to video)

Maybe you are looking for

  • I have broken the screen on my ipad how much does it cost to replace?

    does the scrren have to be repaied by apple? my Ipad is only 3 months old and has warranty for the rest of it.

  • Samsung HDTV wont display properly

    I hooked my dual core Mini to my Samsung TX-P2670WH HDTV with a DVI cable. The text is blurry and I have to set the resolution at 640 x 480 just to make it out. The specs say it is 720p and 1080i compatible TV. No amount of tweaking with settings has

  • Transaction Mgmt. Code In Servlet Filter

    Hi, It it possible to write Transaction management code in the Servlet filter. I am confused on this isssue, as "Designing Enterprise Applications with the J2EETM Platform, Second Edition" under section "8.5 Web Tier Transaction Guidelines" says that

  • Use AirPort Express to extend Verizon FiOS WiFi signal

    I have been having trouble with low/no signal strength from my FiOS router at the far end of my house where my main TV is located. I just tried to plug in my AirPort Express midway between the two, but can't get the Utility to recognise the FiOS netw

  • Only blank page printing

    We have a Ricoh Aficio MP C2000 , there is only one page with somthing and then he print only blank pages till box is empty