Invalid scripts for migrating ADF11g app Credentials and Policies to WLS

I following the instructions posted on the OTN to migrate ADF 11g application credential/policies to WLS:
http://www.oracle.com/technology/products/jdev/tips/muench/credmig111100/index.html
The instructions were written back on Oct 8, 2008, the following things need to be updated for the provided migration scripts "build.xml" & "jps-config.xml" to work properly:
1. The "oracle" directory no longer exists in the <DOMAIN_HOME>/config. The scripts reference this directory for cwallet.sso and system-jazn-data.xml.
For the latest ADF 11g R1 installation, the "fmwconfig" directory is the directory where the credential/policies files are stored.
2. The "build.xml" script copies the following WLST script files from the "<MIDDLEWARE_INSTALLATION_HOME>/modules/oracle.jps_11.1.1/scripts"
> migrateSecurityStore.py
> validate.py
> cmdHelp.py
For the latest ADF 11g R1 installation, the "<MIDDLEWARE_INSTALLATION_HOME>/jdeveloper/modules/oracle.jps_11.1.1/scripts" does not exist any more.
I can find the "migrationSecurityStore.py" under "<MIDDLEWARE_INSTALLATION_HOME>/jdeveloper/modules/oracle.jps_11.1.1/common/wlstscripts" directory.
But I can't find the "validate.py" and "cmdHelp.py" anywhere.
When I modify the build.xml to use "migrationSecurityStore.py" in the new directory, it failed with errors that related to what parameters need to be passed.
I am not familiar with WLST so I am not able to fix the script myself.
Is there a updated version of the build.xml and jps-config.xml that will work for the latest ADF 11g R1 installation ?
Where can I find out how to call "migrationSecurityStore.py" properly to make the migration script work?

This is the current documentation on that topic. It supercedes my whitepaper from the 11.1.1.0.0 timeframe.

Similar Messages

  • Want to create unix shell script for  Clone procedure in 11i and r12

    Want to create unix shell script for Clone procedure in 11i and r12 .Can anyone help me on this as I m new to oracle apps and scripting.
    Thanks in advance .

    user11958935 wrote:
    Thanks but I want it for application cloning ie adcfgclone and autoconfig etc .Please see old threads for similar topic/discussion.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Automate+AND+Rapid+AND+Clone&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Automate+AND+AutoConfig&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • HT5621 I have changed my apple id recently and the changes have been reflected on my iPad for both the apps store and the iCloud, however, my iphone still insist on using my old apple id for the iCloud while the app store is fine. how can i correct the pr

    I have changed my apple id recently and the changes have been reflected on my iPad for both the apps store and the iCloud, however, my iphone still insist on using my old apple id for the iCloud while the app store is fine. how can i correct the problem?
    Thanks

    Hi Baem_leeds
    Welcome to the Support Communities!
    If you change your Apple ID you will need to sign in with the new information or password the next time you use an Apple service or feature that uses Apple ID. If you have multiple devices that use features and services that require an Apple ID, you will need to sign in again on each device.
    The links below will provide additional information:
    Where can I use my Apple ID?
    http://support.apple.com/kb/HT5616
    Using your Apple ID for Apple services
    http://support.apple.com/kb/HT4895
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/HT1311
    Cheers,
    Judy

  • Need help with easy script for open / close app and move files

    Hi,
    I'm not a scripter.. never done anything special perhaps more complicated than /shutdown -s on cmd..
    I actually learned ASCII C language on university but never used it in real.
    I'm trying to create a basic script that perhaps you could help me or guide me how to do it..
    The commands are
    1) Close a running app (end task it or force kill it, I prefer end task it)
    2) delete files from x location
    3) run .exe app from y location
    4) close that running app 
    5) move files from z to y
    Perhaps adding few "wait few seconds" commands in between each, so the apps will launch successfully..
    My first question will be whats the easiest script language to do that?
    I tried VBScript but couldn't find commands for open or close apps.. also for controlling files..
    And what commands can do that? I could google them up for better understanding no need for rough guide
    And lastly, does it too hard? If it takes more than hour to make it (learn and process) than it ain't worth it..
    Thanks alot ahead!
    Jordan.

    hmm 2 questions:
    1) taskkill.exe causing me access deny error.. I used "taskkill.exe /IM softwarename.exe"
    how do I get permission or something to fix that?
    2) on the "move" command..
    First, its a "copy" instead.. but I easily figured that out.. 
    but more important is that I want to copy a folder.. with unknown list of way too long files and sub folders..
    and all I see is ability to move a file..
    Is this possible?
    Thanks

  • Startup scripts for DB in one $OH and AS in another $OH

    Hello, I am setting up Oracle Collaboration Suite 10g on a SLES9 SP3 machine. I have used the installers and followed the docs (so I ended up creating oracle users, setting kernel params, modifying limites, etc myself). I am now trying to figure out how to get this setup to start on boot. I found the orarun package but the Oracle Collaboration Suite (OCS) docs seem to recommend against this. I am willing to use it if it works, however. I have also looked at the ocsctl_sample script that is installed in the apps tier, but that doesn't seem to handle starting a db in a different $OH and can not be run by root. I wrote a wrapper to use "su oracle -c cmd" but that didn't work out either.
    The setup I have is a database instance in one $ORACLE_HOME, and then the app server and apps in a separate $ORACLE_HOME (infrastructure/OID is on another server). Both of these $OH instances are listed in /etc/oratab of course. Since OCS handles mail it listens on privileged ports (25, 143, etc), so this listener may need to be started by root. I am thinking I only want one opmn instance, one apache instance, and one em instance on the system as well. I read through the init.d/oracle script from the orarun package and it seems like it only looks at the first $OH found in /etc/oratab if the /etc/profile.d/oracle.sh file is not found (I moved it out of the way as I have two scripts I use to set oracle environments depending on whether I'm working on the db or the as).
    Has anyone either used orarun or developed other scripts for starting a db instance in one $OH and an app server in another? Any tips?
    Thanks in advance,
    Chris

    Well, the issue is really multiple ORACLE_HOMEs. The single box install of OCS is two, in OCS 9i it was three. There is no problem with it, you just have to set the environment(mr obvious).
    As far as having a single EM, you'll have two on your apps box. One for the apps, the other for the DB. Again, no problem because they are on different ports.
    So, I guess the simplest explanation is just to write your own script. You can either create a sudoer for the mail listener, or set the setuid bit. There is a note on metalink for starting the mail listener as Oracle user.
    The safest way would be to log in as root each time the mail listener needs started, it depends what you can tolerate. You will come across these very same issues if you setup the web cache etc. for reserved ports.
    Another issue for automating the startup with your environment, is the fact that it is on two boxes. The processes need started in a particular order, the DB, Infra, then the apps. I don't have a good suggestion for that. You really should have put the DB and infra on one box, and the apps on another.

  • HELP!! I'm trying to purchase a gift for someone in app world and it won't work!!

    I received a gift request for an app in Blackberry App World and I am tryi g desperately to accept it but all I get is "please wait" it is driving me crazy. I was able to buy one once before and had the same problems but after deleting app world, rebooting a ton of ti.es and restalling app world I finally got it to work. There has to be an easier way...seriously rim! I have reinstalled app world 2x, rebooted at least 5x...tried everything I can think of including turning off Blackberry Protect but it still just says "please wait". I'm going mad can someone PLEASE help!!!!!!

    You didn't say what version your trial is. Is it 10.1?
    Right click on one of the clips and hit Reveal in Finder. Then select the clip it takes you to and open it in Quick Time . Hjt Command-i and post a screen shot of the Inspector info
    Russ

  • I followed the instructions for making an APP TAB and succeeded BUT everytime I close Firefox, the app tab disappears upon re-opening. Can someone help please? I held the control button plus I clicked and selected the "Pin..as app tab".

    As my question asks, I followed instructions for creating an APP TAB for my web mail account, and succeeded but each time I close and re-open Firefox, the app tab disappears. Can someone tell me what I am doing wrong please?

    For better or worse, I think it's part of the design for the app tabs to be window specific. I know my first reply didn't solve your problem, but that was one way that worked for me to get the app tabs back when I restarted Firefox. Also I noticed the tag for this post is Firefox 4. I've only tried it with Firefox 5.
    I agree with you that the way it's working isn't ideal. For the time being, I've stopped using the app tabs. Maybe they'll fix/improve it soon.

  • HT201303 I did not enter my ID for an IN App purchase and now to my surprise,find that I am being billed 49.99

    UGH! I just received an email billing statement stating the I was being charged for an IN APP upgrade.  It was a game my daughter was playing with and She DOES NOT know my password.  Do I have ant recourse on this, and how do I pursue? Thanks!

    Suzie
    I sympathise with you.
    We are fellow users here, you must contact Apple or your credit card company to try to resolve this.
    In your email invoice for the £69.99 there may be a Report a Problem link, but I've found they don't work as well as they used to.
    Try:
    https://expresslane.apple.com/
    Did you buy anything (free or otherwise) just before your son got hold of the iPad?
    I've always found that if you've entered your password to purchase or update in the last 5-10 mins that you don't get asked for it again - I think this should be optional for app store purchases but definitely for in-app purchases if they allow kids to rack up extortionate costs.
    I hope Apple can do the right thing for you.
    £69.99 is a ridiculous in-app purchase cost.  Do you know what the app was?
    AC

  • Authrize new device for purchase in app store and iTunes

    How can I authorize this device to purchase in app store and itunes? I can only use my iphone and ipda, but it does not allow me to use this new device i just bought... I can-t find the menu where i should do that
    thanks for your help

    If the new device is an iOS device then signing into your iTunes account on the device should be sufficient. Normally you do that when you set up the device for the first time.
    Otherwise, open the App Store app, go to the Featured pane, swipe to the bottom, tap Sign In and choose to use an existing Apple ID. Fill in your username and password and tap OK.
    iOS devices can only be associated with a given Apple ID every 90 days.

  • HT201304 what can i do if i paid for an in app purchase and was charged but never recieved it ?

    I paid and was charged for an in app add on but never got it>

    ITUNES SUPPORT BILLINGS etc
    http://www.apple.com/emea/support/itunes/contact.html  or   https://expresslane.apple.com/Issues.action

  • PS Dynamic Script for Test-Connection on OU and SubOU.

    I have a non working PowerShell script for searching an OU in an 2008 level Active directory, but it is obviously incomplete. I was able to retrieve part of the script from another forum (cant remember which one, or I would kindly give them the credit they
    deserve), but I was hoping to include a variable to in the "SearchBase" option below and make it dynamic, where I can change the OU to ping from a top level and have it also work under a child OU if I need to.
    Outcome: Ping OU and child OU and have the option to ping either selection. Of course I would manually enter in my Search base parameters when prompted from the shell. I just want to have any easy way of ping all computers from an OU level without having
    to paste the lower part of the script to my PowerShell script pane and changing the OU from there. If I can get the correct parameters working, then it would be easy to load this function to my PS profile. Thank you, and help is appreciated. Hoping someone
    can let me know what I am missing to get this functional.
    function
    get-DCping
    [CmdletBinding()]
    [Alias()]
    [OutputType([int])]
    Param
    # Param1 help description
    [Parameter(Mandatory=$true,
                       ValueFromPipelineByPropertyName
    =$true,
                       Position
    =0)]
    [string]$Search)
    $rtn
    =
    $null
    Get-ADComputer
    -Filter
    -SearchBase
    'OU=$Search,DC=domain,DC=domain' 
    |
    {$rtn
    =
    Test-Connection
    -CN
    $_.name
    -Count
    1
    -BufferSize
    16
    -Quiet
    IF
    ($rtn
    -match
    'True') {write-host
    -ForegroundColor
    green
    $_.name}
    ELSE
    { Write-host
    -ForegroundColor
    red
    $_.name }}

    Hi,
    Here's a starter:
    Function Get-DCPing {
    [CmdletBinding()]
    param(
    [string]
    $OrganizationalUnit
    Get-ADComputer -Filter * -SearchBase $OrganizationalUnit | ForEach {
    $computerName = $_.Name
    $props = @{
    ComputerName = $computerName
    Alive = $false
    If (Test-Connection -ComputerName $computerName -Count 1 -Quiet) {
    $props.Alive = $true
    New-Object PsObject -Property $props
    Don't retire TechNet! -
    (Don't give up yet - 13,225+ strong and growing)

  • While Capturing for migration it generates OMwB_Column and OMwB_Row.

    Hi!
    Please tel me what is OMwB_Column and OMwB_Row, these are getting created in COLUMN.txt AND ROW.txt while capturing from sqlserver2005.
    Please tel me , is it required to take any corrective steps after above out put or should i proceed with migration steps?
    yours sincerely
    Edited by: 944768 on Aug 12, 2012 11:15 PM

    Hello,
    I digged a little bit deeper, I did not look so often at the files that are created if you create the database capture scripts.
    One of the files that are created is the one that is called SS2K5_BCP_SCRIPT.BAT, and it contains these lines:
    rem store the delimiters
    bcp "select '%5' " queryout COLUMN.TXT -c -e COLUMN.ERR -t "" -r "" -U%1 -P%2 -S%4
    bcp "select '%6' " queryout ROW.TXT -c -e ROW.ERR -t "" -r "" -U%1 -P%2 -S%4
    So the files column.txt and row.txt are storing the column resp. row delimiters that SQL Server is using.
    So the txt files do not contain any error. The content is one necessary information that is needed to be captured. If there should be any error then that would go to column.err or row.err, as far as I understand the commands (I am not an expert for BCP).
    So to answer your initial question: No, it is not required to take any corrective steps after getting the txt files and you can proceed with the migration steps.
    Regards
    Wolfgang

  • How to start a shell script for a java app

    Hi all,
    I have a java application and have got a shell script to start it.
    How can I start this app just from the finder?
    Thanks
    Confidemus

    Fernardo,
    the following links should help you:
    - Technical Note TN2065
    - Applescript and Unix commands
    Mihalis.

  • That really helped thanks. But problem still persists as yahoo is still in Chinese when it comes to confirm, and I can't access my yahoo mail from iPad. Thanks for sorting out apps store and ITunes and games. It certainly have saved me valuable time.

    That really helped but problem still remains with my yahoo mail as I can't access to it due to Chinese language, thanks again for saving my time and pain.
    <Edited By Host>

    Tap Reply if you which to reply to me.
    http://i1224.photobucket.com/albums/ee374/Diavonex/Album%201A/ae080da5e9afc88c3d 81bf8e8d62a677_zpsc4fd5a10.jpg

  • Invalid Timestamp for scheduling instance in CMC and InfoView (BOXIR2)

    Dear all,
    I have one issues which was regarding the scheduling timestamp for webi instance. My environment was using LINUX OS and BOXIR2 SP2. In InfoView & CMC, i was setted my preference time zone to Hong Kong time. However, instance timestamp for webi report instance in InfoView was showing the correct timestamp which following the LINUX server local date and time. However, when preview it in CMC it will shows -8 hours different.
    I was trying to change the preference time zone in both CMC and InfoView to "Local to the web server". however both of the report schedule instance was showing -8 hours different with LINUX server time.
    When i preview the webi report's objects properties in CMC, it have a "UTC" which located under the object created date time. For eg:
    Locale: English (United States)
    Created: Wed Dec 03 11:33:29 UTC 2008
    Created by: Administrator
    Last Modified: Tue Dec 15 02:05:22 UTC 2009
    This issues does not exist in Crystal Report scheduler instance.
    Appreciated if anyone faced this issues before can provide some solution.
    Thank You.
    Regards,
    CK

    Hi,
    Just wondering, did i need to check on the tomcat server timezone setting as well? If yes, how i can check on the tomcat timezone setting?
    My BOXIR2 was installed on the LINUX OS.
    Thanks.
    CK

Maybe you are looking for

  • Fonts don't work correctly when opening illustrator 5 eps in illustrator 6

    When I open an eps file in illustrator 6, which I received from our graphic designer (who is using 5), the fonts don't work correctly. We have purchased VistaSans and when I try to open file, it says fonts not found so they have been substituted, but

  • Performance issue on select query

    hi, Can any explain how the system behaves for the below 2 scenarios and which is much better? In table EABLG i have around 1 billion records (FYI) 1)     SELECT           ablbelnr           anlage           ablesgr         FROM eablg       INTO TABL

  • Refresh materialized view on fast refresh

    Hi, I want to create a fast refresh on a materialized view but i kept getting ORA-12015: cannot create a fast refresh materialized view from a complex query. When I did a complete refresh on the materialzed view, it completed. I have create a materia

  • How do I accept the End User License Agreement (already installed Reader)

    I installed Adobe Reader, but everytime I try to view a pdf I get a dialogue box telling me to launch Adobe Reader & accept the End User License Agreement. How do I do that?

  • Cim product selection issue

    while setting up the product selection through CIM. we are getting below error in the log Error     Wed May 15 02:18:12 EDT 2013     1368598692154     atg.cim.step.StepExecutor     Caused by (#9):java.lang.NullPointerException **** Error     Wed May