Trying to Do TotPlan Refresh but TotPlan.dmp file doesn't exist

I tried using C:\demos\TotPlan\PLN\Batch\Refresh_demo_TotPlan.bat , however I get an error when it tries to restore ORCL db using backup file -
C:\demos\TotPlan\PLN\Backup\TotPlan.dmp . I search my drive and there is no .dmp file anywhere on the drive. Is this an issue with the Vlamis version of the drive for partners or are all EPM 11.1.1 Demo iamges missing this file? If someone has the .dmp file, please send it (zipped or non-zipped) to [email protected]

It's not the AppleScript that's failing, but more likely the shell script.
It's likely that AppleScript is calling the perlscript.pl file just fine, but perlscript.pl is failing because it can't find a file. That error gets passed back to AppleScript, and AppleScript reports it to you as the user.
The reason behind the failure is almost certainly because you're relying on some element of the user's environment  that doesn't exist in the do shell script environment - most typically $PATH.
For example, your user's $PATH may include the path to perl, but the do shell script's environment does not. If that's the case, then writing the first line of the script as:
#! perl
will work when called from your shell, but may fail when called from do shell script if the $PATH isn't configured.
The solution? Look at the perlscript.pl and make sure you're using absolute paths where necessary - at the very least it'll need a full path for /usr/bin/perl, but maybe also other files referenced by the script.

Similar Messages

  • In my dock there was this weird program called "tutorial". While throwing away this program I had to fill in my password. Afterwards I tried to change my password, but my old password doesn't work anymore. Who can help?

    In my dock there was this weird program called "tutorial". While throwing away this program I had to fill in my password. Afterwards I tried to change my password, but my old password doesn't work anymore. Who can help?

    What was this program for, or did you just assume it's something you shouldn't have and therefore arbitrarily decide to "throw it away"? Exactly how did you supposedly throw it away?
    If you didn't change your administrator password, there's no reason it shouldn't work now, so that suggests you did something else, or changed it and then forgot what it was.
    You can't recover that password; you can only change it. To do that, you would need to boot from your Snow Leopard DVD, choose your language, then choose Reset Password from the Utilities menu in the top menu bar.

  • I tried to reset my phone, but now all it doesn't work. I plugged it up but all it does is sit there with a scroller.

    I tried to reset my phone but it didnt work. I plugged it in but it doesnt do anything it just sits there with a scroller on the screen.

    Try this:
    Placing your device into recovery (DFU-Device Firmware Upgrade) mode:
    Follow these steps to place your iOS device into recovery mode. If your iOS device is already in recovery mode, you can proceed immediately to step 6.
       1. Disconnect the USB cable from the iPhone, iPad, or iPod touch, but leave the
           other end of the cable connected to your computer's USB port.
       2. Turn off the device: Press and hold the Sleep/Wake button for a few seconds
           until the red slider appears, then slide the slider. Wait for the device to turn off.
                  * If you cannot turn off the device using the slider, press and hold the
                    Sleep/Wake and Home buttons at the same time. When the device turns off,
                    release the Sleep/Wake and Home buttons.
      3. While pressing and holding the Home button, reconnect the USB cable to the
           device. The device should turn on. Note: If you see the battery charge warning,
           let the device charge for at least ten minutes to ensure that the battery has some
           charge, and then start with step 2 again.
      4. Continue holding the Home button until you see the "Connect to iTunes" screen.
           When this screen appears you can release the Home button:
      5. If necessary, open iTunes. You should see the following "recovery mode" alert:
      6. Use iTunes to restore the device.
    If you don't see the "Connect to iTunes" screen, try these steps again. If you see the "Connect to iTunes" screen but the device does not appear in iTunes, see this article and its related links.
    Note: When using recovery mode, you can only restore the device. All user content on the device will be erased, but if you had previously synced with iTunes on this computer, you can restore from a previous backup. See this article for more information.

  • HT201363 iPhone 4s was factory reset at Apple Store, but iTunes account now doesn't exist? Help

    4s had a reset at Apple Store, is now asking for my iTunes account which I entered but now doesn't exist?? Checked on the iPad but it's gone, I can't access on answer any security questions to reinstate the account, is there anyway to get this sorted or do I need to go back to Apple
    thanks

    iPad not appearing in iTunes
    http://www.apple.com/support/ipad/assistant/itunes/
    iOS: Device not recognized in iTunes for Mac OS X
    http://support.apple.com/kb/TS1591
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    iTunes for Windows: iTunes can’t contact the iPhone, iPad, or iPod software update server
    http://support.apple.com/kb/ts1814
    iTunes for Windows: Device Sync Tests
    http://support.apple.com/kb/HT4235
    IOS: Syncing with iTunes
    http://support.apple.com/kb/HT1386
    Apple - Support - iPad - Syncing
    http://www.apple.com/support/ipad/syncing/
    iTunes 10.5 and later: Troubleshooting iTunes Wi-Fi Syncing
    http://support.apple.com/kb/ts4062
    iOS: “Not enough free space” alert when trying to sync
    http://support.apple.com/kb/ts1503
    You may need to delete iTunes on your computer and then reinstall.
    How To Completely Uninstall and Remove All Traces of iTunes
    http://zardozz.com/zz/2008/04/how-to-completely-uninstall-and-remove-all-traces- of-itunes.html/
     Cheers, Tom

  • ITunes error 13010, but this 'iTunes Library Genius.itdb' file doesn't exist...?

    I had to force quit iTunes and since then it won't open again, showing that godawful 13010 error that so many people seem to get. I searched through the forum and everyone keeps saying to delete the file 'iTunes Library Genius.itdb' but I've looked everywhere and that files DOES NOT EXIST on my macbook. How can I fix my iTunes, what's going on?

    Oh boy.  Ok the answer here is not good.  The database that iTunes holds all the song info in is hosed.
    First try re-installing iTunes.  This has almost no shot of doing anything, but it is worth a try since the next option is a HUGE pain.
    When that does not work go with all the song info is hosed.  So in your <User>/Music/iTunes folder you need to delete the files listed below if they are there.  Then restart iTunes.  You are going to have to re-import all of your content since this is deleting all the index information iTunes has about where the files are at.
    iTunes Library Genius.itdb
    iTunes Library Extras.itdb
    iTunes Library.itl
    iTunes Music Library.xml

  • TS1424 File doesn't exist but says it's installed.

    Purchased app. Says installed but won't let me download.

    It's not the AppleScript that's failing, but more likely the shell script.
    It's likely that AppleScript is calling the perlscript.pl file just fine, but perlscript.pl is failing because it can't find a file. That error gets passed back to AppleScript, and AppleScript reports it to you as the user.
    The reason behind the failure is almost certainly because you're relying on some element of the user's environment  that doesn't exist in the do shell script environment - most typically $PATH.
    For example, your user's $PATH may include the path to perl, but the do shell script's environment does not. If that's the case, then writing the first line of the script as:
    #! perl
    will work when called from your shell, but may fail when called from do shell script if the $PATH isn't configured.
    The solution? Look at the perlscript.pl and make sure you're using absolute paths where necessary - at the very least it'll need a full path for /usr/bin/perl, but maybe also other files referenced by the script.

  • I'm trying to reset my password, but the password reset doesn't seem to be going to my email inbox.

    I'm a bit concerned because the message from Mozilla tells me that the password reset was sent and I have only six hours to use it.

    Account services, I assume. I'm needing to link a new computer so that I can sync it to my others. When I tried to sign in, my password wasn't accepted. I went the "reset password" route, and Mozilla claimed that the password reset was sent to my inbox, but it's been a while, and nothing has arrived, yet.

  • I tried downloading v 4.0, but my operating system doesn't support it; now it has replaced my 3.6, and I can't find where to download my old version back

    I saw that the new version of firefox had come out, and I was prompted to download it. Version 4.0 asked me if it could replace the old version and I said yes. When I discovered my operating system would not support v 4.0, I was unable to find where to re-download the old (3.6) version. Currently, Im being forced to use safari. PLEASE HELP!

    Previous versions are available here: http://releases.mozilla.org/pub/mozilla.org/firefox/releases/
    You may also wish to back up your profile for safekeeping prior to rolling back: http://support.mozilla.com/en-US/kb/Profiles
    If you roll back, you will want to change your update regime to make sure you won't automatically update against your wishes.

  • Error 3003 - file doesn't exist on Android (but it does!)

    Hi there,
    I'm doing something really simple - so there must be silly mistake somewhere here. I'm building my game with:
    adt -package -target apk-debug -connect  -storetype pkcs12 -keystore "cert\mygame.p12" -storepass fd "dist\mygame-debug.apk" "application.xml" -C bin . -C "icons/android" .
    With the swfs and required data files in the bin/ folder. That -C directive makes them work as root.
    Then all I'm doing is:
    var file:File = File.applicationDirectory.resolvePath("data.json");
    var fin:FileStream = new FileStream();
    fin.open(file, FileMode.READ);     // error 3003 triggered!!
    The path is resolved to "app:/data.json" which is correct, since it lives in the apk in the same place the swf is.
    So why am I getting error 3003? Any insight is greatly appreciated!
    I'm building with Air 3.7.
    Thanks!

    AIR 3.7 rings a bell - there was a path problem that was introduced between 3.6 and 3.7, but from memory it only related to SharedObjects.
    Curious: What do you get if you insert
    trace( 'File exists: '+file.exists );
    After the first line?
    My guess is that data.json does not exist at that location.  In this case a valid File object is still returned from resolvePath, but the file it references does not exist. 
    I'm guessing it's in the bin directory and you are adding it via -C bin?  I'm not certain, but see if the file actually exists at app:/bin/data.json
    var file:File = File.applicationDirectory.resolvePath("bin/data.json");
    If that doesn't work, try using the -extdir command to include data.json in your package instead of -C?

  • Why does my computer keep trying to connect to a bluetooth audio device that doesn't exist?

    For some reason, whenever I have my bluetooth on to use my Magic Mouse, every six minutes or so I get an error saying that my bluetooth is having issues connecting to a bluetooth audio device. I do have a Bluetooth Audio device, but it stays at home and is only on when I am watching movies. This happens all the time, even when I am at work, and even when I tell it to stop using the device.
    My kernel.log reads the following:
         kernel[0]: IOAudioStream[0xffffff8015766a00]::clipIfNecessary() - Error: attempting to clip to a position more than one buffer ahead of last clip position (1,450)->(2,654).
         kernel[0]: IOAudioStream[0xffffff8015766a00]::clipIfNecessary() - adjusting clipped position to (2,450)
    Does anyone know what is going on?

    Make sure the device isn't selected in the Sound preference pane.

  • How to compress dmp file in expdp..

    Hi All,
    I am usign Oracle database 10g, anybody havign any idea of how to compress your dumpfile using expdp then let me know.
    I tried with compression option of expdp but the dmp file size is same as I have it without compression.
    Thanks..

    Hello maybe you can try with this
    the command is mknode (with this option you can to comprees at the same time to execute the exp)
    ORACLE_HOME=/u01/OH_RDBMS/10.2.0
    PATH=$PATH:$ORACLE_HOME/bin:/usr/bin:/usr/local:/bin:.
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:.
    ORACLE_SID=PSFSHIST
    NLS_LANG=American_America.WE8ISO8859P1
    export ORACLE_HOME PATH LD_LIBRARY_PATH NLS_LANG ORACLE_SID
    #directory
    DIR_RESP=/RESPALDO/
    fecha=`date +%d.%m.%Y_%Ou`
    #drop the last backup
    rm $DIR_RESP/*.gz
    #create exp
    #you can use the pipe for compress the file
    mknod $DIR_RESP/exp.pipe p
    #compress dmp whit file pipe
    gzip < $DIR_RESP/exp.pipe > $DIR_RESP/export_xxxx.dmp.gz &
    #El export se manda al archivo tipo pipe
    you can change for expdp
    exp system/xxxxx@xxxxxxx full=y file=$DIR_RESP/exp.pipe log=$DIR_RESP/export_xxxxx.log statistics=none direct=y consistent=y rows=no
    #TERMINA PROGRAMA

  • I am trying to use apple configurator with ipads. I have been successful with all our ipads but 1. It will not allow me to add apps. The error I get is that it is refreshed but with errors e

    I am trying to use apple configurator with ipads. I have been successful with preparing and supervising all ipads but one. When preparing it in configurator, I receive an error that it is refreshed but with an error. Under supervise, I am not able to add apps. I have erased all content to start over but this does not work either

    Are you trying to restore a backup, or just sync some apps? Do you have profiles installed on the device?
    Have you plugged the ipad into iTunes, and did a fresh install? I'm assuming the device went through the prepare setup properly. You many have to unsupervise it first, then plug it into iTunes to wipe it completely.
    I'd then do each step seperately. Prepare it, then install 1 app, if that works, try another app, then maybe a profile.

  • Hi, I am trying to download the trial version of photoshop but it is stuck on 42% (has been for several hours). I have tried refreshing but it doesn't work. I am using Yosemite OS X.

    Hi, I am trying to download the trial version of photoshop but it is stuck on 42% (has been for several hours). I have tried refreshing but it doesn't work. I am using Yosemite OSX 10.10.3. Any suggestions?

    Re: creative cloud hangs at 42%

  • Error while trying to import .dmp file in oracle

    Hi,
    I am trying to import a .dmp file using impdp command. Whenever I try that I get following error logs:
    Import: Release 10.2.0.1.0 - Production on Wednesday, 27 July, 2011 19:22:18
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_FULL_01": system/******** DUMPFILE=HIST_IR_APR_2011.dmp
    Processing object type TABLE_EXPORT/TABLE/TABLE
    ORA-39083: Object type TABLE failed to create with error:
    ORA-00439: feature not enabled: Partitioning
    Failing sql is:
    CREATE TABLE "DBO"."HIST_IR" ("IR_ID" NUMBER(9,0), "ELS_ID1" NUMBER(9,0), "ELS_ID2" NUMBER(9,0), "ZONE_ID" NUMBER(2,0) NOT NULL ENABLE, "TYPE" NUMBER(2,0) NOT NULL ENABLE, "START_TIME" DATE NOT NULL ENABLE, "END_TIME" DATE NOT NULL ENABLE, "ROAD_NAME" VARCHAR2(50) NOT NULL ENABLE, "UP_POINT" NUMBER(4,2), "DN_POINT" NUMBER(4,2), "UP_LINK_ID" NUMBER(9,0) NOT NULL ENABLE, "DN_LINK_ID" NUMBER
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    Processing object type TABLE_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
    ORA-39112: Dependent object type OBJECT_GRANT:"DBO" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    ORA-39112: Dependent object type OBJECT_GRANT:"DBO" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    ORA-39112: Dependent object type OBJECT_GRANT:"DBO" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    Processing object type TABLE_EXPORT/TABLE/INDEX/INDEX
    ORA-39112: Dependent object type INDEX:"DBO"."INDX_HIST_IR_LOC_TYPE" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    ORA-39112: Dependent object type INDEX:"DBO"."INDX_HIST_IR_ROAD_NAME" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    ORA-39112: Dependent object type INDEX:"DBO"."INDX_HIST_IR_ELS_ID1" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    ORA-39112: Dependent object type INDEX:"DBO"."PK_HIST_IR" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    ORA-39112: Dependent object type INDEX:"DBO"."INDX_HIST_IR_START_TIME" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    ORA-39112: Dependent object type CONSTRAINT:"DBO"."PK_HIST_IR" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    Job "SYSTEM"."SYS_IMPORT_FULL_01" completed with 10 error(s) at 19:22:21
    Any idea how to get rid of the errors ?
    BR///
    Tayyab

    I also tried to open the .dmp file using Oracle 11g Enterprise Edition but kept getting following errors:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_FULL_01": system/******** dumpfile=HIST_IR_APR_2011.dmp
    Processing object type TABLE_EXPORT/TABLE/TABLE
    ORA-39083: Object type TABLE failed to create with error:
    ORA-01918: user 'DBO' does not exist

  • I have an imac 20 in. The old hard drive crapped out on me. i put a new harddrive in and am now trying to install linux. But the imac doesnt recognise any keyboards

    I have an imac 20 in. The old hard drive crapped out on me. i put a new harddrive in and am now trying to install linux. But the imac doesnt recognise any keyboards

    Without a bootable backup/clone or a Time Machine backup of your previous Snow Leopard installation or a saved copy of Lion's install app, you'll have to upgrade your Leopard volume to Snow Leopard (10.6.6+) so you can waste another hour or more DLing the Lion thing again.

Maybe you are looking for