What tot do with new scripts (ssodatan etc.) from Portal306-308upg_nt.zip archive

Applying the upgrade script from Portal 3.0.7 to 3.0.8 as documented went without errors. But...
The zip archive Portal306-308upg_nt.zip containing the Portal 308 upgrade scripts also has a lot of additional files, like ssodatan, ssodatax and much, much more, that are not installed into the iAS/Portal software tree.
The scripts are newer and sometimes larger then the ones present.
So, what to do with them? I couldn't find any info on these, so I guess it's OK to just toss them away? Probably not. But where should I put them - the directory structure in the archive is quite different from the installed software tree.
Should I keep my existing scripts?
If the new ones are not needed with a migrated portal, why are they included in the upgrade scripts archive?
null

Applying the upgrade script from Portal 3.0.7 to 3.0.8 as documented went without errors. But...
The zip archive Portal306-308upg_nt.zip containing the Portal 308 upgrade scripts also has a lot of additional files, like ssodatan, ssodatax and much, much more, that are not installed into the iAS/Portal software tree.
The scripts are newer and sometimes larger then the ones present.
So, what to do with them? I couldn't find any info on these, so I guess it's OK to just toss them away? Probably not. But where should I put them - the directory structure in the archive is quite different from the installed software tree.
Should I keep my existing scripts?
If the new ones are not needed with a migrated portal, why are they included in the upgrade scripts archive?
null

Similar Messages

  • What's Wrong With This Script

    A couple of years ago I was using an AppleScript file (thanks to someone else's assistance) but it no longer works.
    I have an extra internal drive, that is partitioned, and used for sequential daily backups. When the computer starts up, of course all the drives mount - but I prefer that they are off the desktop until neded.
    Rather than selecting the volumes and then dragging to the Trash, I found it easier to have a script run at startup which then asks if the drives should be unmounted.
    Things were great - until I upgraded to Tiger.
    I am hoping that someone can tell me what's wrong with the script so that I can start using it again. As you can probably tell, I don't have any experience in AppleScript. At the moment the script runs - it presents the dialogue box - and then just ends after a response, but the drives do not unmount.
    The partitions on the drive are called Monday Tuesday Wednesday Thursday Saturday
    The existing script is as follows:
    on run
    display dialog "Unmount All Backup Drives?" buttons {"Yes", "No"} default button 1
    set x to button returned of result
    if x is "Yes" then tell application "Finder" to eject "Monday"
    end run

    This relates to another (current) thread in AppleScript discussions.
    Your script works with Panther as that operating system allows INTERNAL drives to be "ejected" (and, if you eject one volume on a partitioned drive, all the volumes on that drive are ejected -- this explains why ejecting "Monday" actually ejected Monday through Friday).
    With Tiger, you would find that your script works exactly as expected with EXTERNAL drives, but INTERNAL drives need a different approach.
    To get behavior exactly as you had before, try this script:
    --BEGINNING
    display dialog "Unmount All Backup Drives?" buttons {"Yes", "No"} default button 1
    set x to button returned of result
    if x is "Yes" then set driveName to "Monday"
    set driveInfo to do shell script "diskutil list | grep \"" & driveName & "\""
    set driveID to last word of driveInfo
    do shell script "diskutil unmountDisk " & driveID & ""
    --END
    For reasons that aren't entirely clear to me, this approach, while it works reliably, is very slow -- on my fast machine, the unmount process takes nearly 20 seconds. (Using UNIX directly in Terminal, with the same command, is very quick.) (In the AS, the delay occurs in second "do shell script.")
    Another puzzle that has cropped up is described in the related thread "Applescript to Mount/Unmount a Disk . . ." (current). While the above approach works for Justin Surpless, it often prompts for a password -- unacceptable in his application. I've not seen this on my PPC (and I tried 10.4.7, which he's using); his may be an Intel Mac, if that could be the difference.

  • What if sync with new computer does not work. logical connection to old with WindowsXP, 32 bit version of iTunes. New is Windows7 with 64bit version

    What if sync with new computer does not work?
    logical connection to old with WindowsXP, 32 bit version of iTunes.
    New is Windows7 with 64bit version

    Syncing to a new iTunes library or computer will erase your iPod. Only if you back up your iPod manually before syncing, you can restore your device from that backup again. A manual backup does not include the sync process.
    Do this:
    Disable autosync in iTunes, connect your iPod to your new computer and right click on it in the device list and choose backup. iTunes will backup your iPod without syncing.
    Transfer your purchases the same way, choosing "transfer purchases" this time.
    When you connect your phone for the first time, all media content will be erased. But you can restore your settings and app data from your manual backup afterwards.
    Don't forget to set up at least one contact and event on your new computer to be able to merge calendars and contacts when you sync the iPod for the first time.
    Music is one way only, from the computer to your device, unless you bought the songs in iTunes and transferred your purchases.
    There is 3rd party software out there, but not supported by Apple, see this thread: http://discussions.apple.com/thread.jspa?threadID=2013615&tstart=0
    About backups and what's saved: http://support.apple.com/kb/HT4946
    How to back up and restore:http://support.apple.com/kb/HT1414
    How to download apps for free again:http://support.apple.com/kb/HT2519
    Saving other data is also described here. How to back up your data and set up as a new device
    If your iPod can't be recognized by Windows, try these tips: iOS: Device not recognized in iTunes for Windows

  • Just replaced my iphone 4 with new 4.  restore from icloud is hung on an app I no longer use (password probably expired) how can i get the restore to move on to the next app

    just replaced my iphone 4 with new 4.  restore from icloud is hung on an app I no longer use (password probably expired) how can i get the restore to move on to the next app

    Read another post in the forum about this and it appears this app also installs a profile with a proxy service that you will have to try and delete as well. Check that out.

  • Have mac mini with thunderbolt monitor 1yr old, recently updated with new 10.0.2 from apple, now iMovie doesn't seem to support my Sony HDR-XR500 camera. Is there any help on this?

    Have mac mini with thunderbolt monitor 1yr old, recently updated with new 10.0.2 from apple, now iMovie doesn't seem to support my Sony HDR-XR500 camera. Is there any help on this?

    haha, so now i'm thinking. I'm learning the terminal as fast as i can but there are several lines of codes and commands in there that throws up red flags to me that i don't fully understand. It just looks fishy too me. It would be highly appreciated if someone could just check this out just to tell me that i don't need to worry about it. Or point me in the right direction. I just feel un easy about this. ha.

  • What's wrong with my script?

    Can someone please look to see what's wrong with my
    navigation bar here:
    http://www.simple-it.us/index2.html.
    The links don't work.
    At the top of the page you can download my files.
    If you figure it out, please tell me in laymen's terms. Flash
    is NOT my forte!
    Thanks!
    Michelle

    Click on the top frame and open the actions window:
    btn_home.onRelease = function() {
    btn_home.getURL("");
    The getURL needs a url inside of the quotes - something like
    index.html

  • Problem with redirect script when calling from external - UCCX

    Hi,
    I have a problem with external calls not being redirected when the call comes from an external that begins with a certain prefix on teh ANI.
    The call path goes PSTN - VGW - UCM SUB - UCCX.
    To give you info this should be redirected to a auto attendant on unity but it just hits the fourth option unsuccessful.
    If i change it to match an internal ANI and test it works.
    What trace and log do i look at to see the call coming in from the UCM and what is happening with it why this is failing when it trys to redirect a call coming from external?
    I have also attached my script.
    Thanks for the help.
    Kev

    Hi Martin Braun,
    Go to GUI status which you set in the PBO of your screen,
    and open "Function Keys" part.
    You should have set function key F4 for a button on your GUI status,
    delete this button and create with another function key again.
    I hope it helps.

  • Problem with Java Script after upgrade from BW 3.5 to BI7

    Dear Colleagues,
    We're facing the issue with Java Script after upgrade of BW 3.5 to BI7.
    Just after update we checked the basic functionality and it occured that some of web templates that use Java Script don't work. They generate seelction screen, but after selection the screen becomes blank without any error messages.
    We're currently stucked since web templates weren't converted to BI7 version so they should work exactly as before the upgrade.
    We compared the Java code with other environment that was not upgraded - it's perfectly the same.
    The only explanation that comes to my mind is that some Java Script settings on the server level were changed during the upgrade but I have no idea where I can check that.
    Thanks in advance for any suggestions,
    Andrzej Bobula

    Hi Deepu,
    Thanks, it was great to read your reply and then few minutes later talk to you live on SDN Day!
    Unfortunately, http cache clean-up did not help. But there is another funny thing I found - for exactly the same 3.5 webtemplate html code returned from WebAS 3.5 was different then from 7.0.
    Unfortunately, this editor does not allow to paste complete code, even in CODE brackets, but here are main differences:
    <b>3.5</b>
       if (navigator.appName == "Microsoft Internet Explorer")
    <frame src="/sap/bw/BEx?SAP-LANGUAGE=E&PAGENO=1&REQUEST_NO=1&CMD=GET_TEMPLATE"
    name="Content">
    and
    <b>7.0</b>
       if (navigator.appName.indexOf("Microsoft Internet Explorer")!=-1)
    <frame src="/sap/bw/BEx?SAP-LANGUAGE=E&PAGENO=8&REQUEST_NO=0&CMD=GET_TEMPLATE"
    name="Content" 0nLoad="javascript:loadTitle()">
    (I intentionaly put 0 i/o o in 0nLoad, otherwise Forum's editor does not accept the text.
    How about SAP's claim that technical upgrade from 3.x to 7.0 changes nothing?
    Regards,
    Vitaliy

  • Need to know what to do with new phone and no screen and no support from Telus Store

    Purchased a brand new BB Curve 8530, and resigned another three year plan at Telus. Within 20 days, the screen went black and would not light up. I had used the phone in the morning to send a textmail, then set it on the charger. Later in the day, I picked up my phone off the counter, and the screen had gone black. I could not get it back.
    I took the phone back to the Telus Store where I had purchased it, and the man who sold it to me, said it is under warranty, and he checked for moisture and any visible damages or scratches, and did not see anything wrong with it. He called to the main store to indicate that he was exchanging my phone straight accross, but the acting manager told him he could not do that. She said he must take the phone and 150.00 from me to send it in for repair and inspection.
    I was told that if they decided I had done some damage, then the repair fee would be 500.00. (I am sure they would decide the latter, and I am not prepared to spend another 500.00 on a brand new phone!!!)
    I called everyone I could at Telus to complain, but mostly talked to people in India and they said to contact Customer Care. This had been done, and no satisfaction received.
    I tried to contact Blackberry, but no call number found, and only an online forum. No satisfaction there either.
    I emailed CRTC, and have told everybody I know, about Telus, and we are all planning to get away from this company without care or concerns.
    I want to get out of my three year plan with Telus, and I want my money back for this brand new blackberry phone that is sitting on my vanity. ....grrrr!
    Most of my friends are moving to Bell, who incidently told me they would have done a straight out exchange for me...after I showed them the undamaged faulty Blackberry phone, and told them of my very bad experience with the Telus Store.
    Any suggestions as to find any satisfaction in this scenario? I am currently using an old LG phone that was discarded by my daughter, and it is not a Blackberry, but it works, and the screen always lights up on it.

    Unfortunately there is nothing that can be done here.  But as a fellow Telus customer, this is bizarre behaviour, and unfortunately, you're not the first to come on here to complain about Telus' service recently.  I wonder if there have been any major corporate shake ups recently.
    As a heads up, when you call the Telus Mobility line, you actually should be getting someone in Canada.  They may be in Quebec, or they may be of South Asian decent working in a Canadian call centre, but they are  supposed to be in Canada (some call centre activities have been outsourced to the Phillipines for internet and phone troubleshooting though).
    I would like you to go back to the original store and ask to speak to the manager and demand to know why you were charged for a warranty repair.  There may be a legitimate reason, but I certainly don't know it and it's not normal practice for Telus and BlackBerry devices, unless they've come up with a new corporate policy.  Personally, I'd love to know what that reason is.  But it should be as simple as confirming the defect and issuing a replacement refurbished device if an easy repair is not possible.  You might also want to check the terms and conditions of the sale.
    When I purchased my device, I purchased an extended warranty which guarantees that if something goes wrong with it, I get a new refurbished phone with no problem, but I'll admit, I no longer know what the case is for devices without an extended warranty.
    As a final bit of info, you can follow up with filing further complaints as indicated here: http://www.crtc.gc.ca/eng/info_sht/t1021.htm  This link provides links to the other appropiate agencies to complain to, including Industry Canada's Office of Consumer Affairs and the Commisioner for Complaints for Telecommunications Services.  Hopefully they can help further.
    If you want to thank someone for their comment, do so by clicking the Thumbs Up icon.
    If your issue is resolved, don't forget to click the Solution button on the resolution!

  • What is Wrong With This Script!?

    I've been trying to write a script to calculate the odds of getting a particular number when rolling a pair of 10-sided dice and adding them together.  The ruby script I've been trying to write simply does not work.  I don't know if I'm overlooking something or stumbled into a bug with the ruby interpreter.  Could someone take a look at it and tell me if anything's wrong?
    Here's the offending section of the script:
    $ary = Array.new(20, 0)
    $x, $y, $z = 0, 0, 0
    10.times do
    $x += 1
    10.times do
    $y += 1
    $z = $x + $y
    $ary[$z] += 1 #This is the line causing problems
    end
    end
    And here's the error message I'm getting:
    Dice.rb:9: undefined method `+' for nil:NilClass (NoMethodError)
    from Dice.rb:6:in `times'
    from Dice.rb:6
    from Dice.rb:4:in `times'
    from Dice.rb:4

    dtw wrote:You're also "wasting" 2 elements in your array as you will never get z = 0 or 1.  If these is an academic exercise i.e. you are doing it for practice not for purpose, you might consider creating a hash instead of an array with keys 2 through 20 to refer to each result.
    I was doing it for a purpose, but wasted elements are not a concern for me since this was just a script I would be using only once.  I'm in the process of designing a tabletop RPG.  One of the mechanics in the game is the use of 2d10, which are rolled for resolving actions.  I needed to know the odds, as they would affect the game mechanics.

  • What to do with new songs after itunes moved to external

    Moved my iTunes music to an external hard drive and it works beautifully. I acquire new music on a weekly basis. Do new files automatically move to the external drive's folder or do I have to do something? I tried one song so far and although it plays, the file is on my internal hard drive and not on the external.
    Also, since I fear something will happen to my external hard drive I purchased a second external as a backup. What is the easiest way to go about backing up the music on my "iTunes player" drive to my "backup" drive?
    Thanks.

    In iTunes prefs>Advanced - is the 'copy' feature selected?
    Is the path in iTunes prefs>Advanced - set to your ext HD?
    For iTunes b/u I use a program called Synchronize XPlus. After the first b/u it will do incremental b/u and update only new/modified files.
    MJ

  • What is wrong with this script (zlogin)

    I took this script directly from the Trusted Extensions Developers Guide and it's not working. The problem is in the syntax for the if() inside the nawk program, but the correct syntax is eluding me. I verified that both $4 and $zonepath are set properly, but for some reason they never compare to be equal even when they are so zlogin is never called. If I put an else and have it also print $2 then as you might guess zlogin is executed for every zone. Thanks for any tips!!
    #!/sbin/sh
    # Run the specified command in the zone that matches the specified label
    # Usage:
    # runwlabel "my-label" my-program
    [ ! -x /usr/sbin/zoneadm ] && exit 0 # SUNWzoneu not installed
    PATH=/usr/sbin:/usr/bin; export PATH
    # Get the zone path associated with the "my-label" zone
    # Remove the trailing "/root"
    zonepath=`getzonepath "$1" | sed -e 's/\/root$//'`
    # echo zonepath is ${zonepath}
    progname="$2"
    # echo progname is ${progname}
    # Find the zone name that is associated with this zone path
       for zone in `zoneadm list -pi | nawk -F: -v zonepath=${zonepath} '{
        # The problem is in this if()
        if ("$4" == "${zonepath}")
            print $2
       }'`; do
            # Run the specified command in the matching zone
            zlogin ${zone} ${progname}
        done
    exit

    if ("$4" == "${zonepath}")
    this if statement is inside nawk, therefore it may be referenceing nawks $4 variable instead of the shell scripts, its all about scope. Maybe try to assign $test = $4, and then use $test in the if statement.

  • What is wrong with new Pages?

    Why are hardly any of the options not available on the new Pages?!
    Why can't I add shortcuts to the Toolbar?
    Or Select multiple words using the Command button?
    This new Pages is so limited?

    Instead of using the Epson Scanner utility, see if you can use Image Capture which is included with OS X (located in Applications). If you have the view set to Show Details, you can select to save the scan as a PDF and there is also the option to create a mulit-page PDF (combine all pages).

  • Any idea what's wrong with new Facebook mobile app?

    BlackBerry pushed me an updated version of the Facebook application via BlackBerry App World.  I downloaded and installed it, but this new version shows unable to connect to the server.  I will also pursue this with BlackBerry, but has anybody at VZW heard of this?  Any advice?

    well you are missing ".presence" after Guideline_Choices but I think the problem is you have the code in the wrong event. Try putting it in the exit event of Guideline_Choices and it should look like this:
    if ($ == "Fences") then
    Fences.presence = "visible"
    Roofs.presence = "hidden"
    $.presence = "hidden"
    elseif ($ == "Roofs") then
    Roofs.presence = "visible"
    Fences.presence = "hidden"
    $.presence = "hidden"
    endif

  • What is wrong with my script.

    Im creatin' a script for nagios. It needs to warn me when the file is older then 24hr and show critical if the file does not exsist.
    $age="1440"
    $file=’c:\temp\’
    $filename='CGO.csv'
    $time = (get-childitem $file\$filename).LastWriteTime
    if(Test-Path $file\$filename)
    echo “OK status – file is OK”
    exit 0 #Return OK status
    ElseIf ($time -lt (get-date).AddMinutes(-$age))
    echo "WARNING status - $filename is older than 24 hours. Last write was $time"
    exit 1 #returns warning status
    else
    echo “CRITICAL status – file $filename doesn’t exist”
    exit 2 #returns critical status
    It is not working. Can anyone help me out.

    Try{   $MaxAgeMinutes =[int]$args[2]
    Catch{
         Write-Error $_
         exit
    # Process Limit
    $Limit = (Get-Date).AddMinutes(-$MaxAgeMinutes)
    ¯\_(ツ)_/¯

Maybe you are looking for

  • Importing to a Oracle Table from SQL Loader Fails

    Hi , When I try to upload one xml file from my server to my table in oracle server using sql loader it fails at times.Some times it works perfectly. This is a daily process which automatically dumps data to my oracle. Please find the error log : SQL*

  • Media encoder hates me...Anybody want to help? I need this file exported within 5 hours.

    So about a month ago I reinstalled media encoder because it decided that it doesn't want to work anymore and would simply give me an error telling me it couldn't open everytime I'd try to use it. Now I'm trying to export a premiere file and when I cl

  • Once again, how to close file marked "edit in process"

    I have several times searched for answer on this, and the same thing keeps happening to me.  I open a jpeg in Organizer and then mvoe to edit.  BUt then I can't figure out how to save it or close it or whatever you are supposed to do.  I just got thr

  • Cisco Prime Infrastructure 2.1 error-disable alert

    We have a cisco PI 2.1 managing switches and a lot of switchports have BPDUGuard enabled. When occur error-disable , request send email notification to administrator . By default, when a port of a switch goes down, the Prime generates alarm for that.

  • SSRS 2005 - How to format a time column so it shows as HH:MM?

    Hi all I have a field called ScheduledTime. If I include this field in a report, that column displays time as 39916, etc. It is always a 5 digit number. How can I format that report column so that the time shows as the actual time in a HH:mm format?