"then was unexpected at this time" when exporting in 10g Portal

hi'
i'm a beginner in oracle's world.
i have Oracle Portal Version: 9.0.4.0.99 under windows 2000 pro.
here's a sample of the script generated by the export page :
set export_id=CE0096BC9528432A9B60347C086726D2
set automatic_merge=0
set transport_status=EXTRACT_COMPLETE
set portal_schema=PORTAL30
set portal_password=PORTAL30
set is_specified=0
set dump_file_name=
set connect_string=
set portal_username=
set portal_userpassword=
set company_name=
set mode=
i changed the portal_schema and portal_password
to "toto" an user with dba rights
when i try to execute the script:
export.cmd -mode export -c asdb
i have this error :
"then was unexpected at this time"
if i try without changing the portal_schema and portal_password, i have :
ORA-01017: invalid username/password; logon denied
any help would be appreciated.

I am getting the same error. I am using OAS 10g on Windows 2000 server.
I sucessfully created a transport set within portal. I then downloaded the script to create the export dump. I am getting an error when attempting to create the dmp.
I renamed the script and am running it with the following parameters at the command line:
portalImportExport.cmd -mode export -c asdb -s <user> -p <pwd> -d portalPage.dmp -pu <puser> -pp <ppwd>
I get the following feedback:
Mode Selected is EXPORT
then was unexpected at this time.
I do not get a .dmp file, but I do get two temporary files called inv.bat and inv.out
inv.out contains:
set trimspool on
set feedback off
set termout off
set heading off
set serveroutput on
spool inv.bat
begin
if upper('EXPORT') = 'EXPORT' then
if wwutl_db_export_import.export_definition_exists('B4FE4D3771444DA0AA01F75B7F5FC40E') then
dbms_output.put_line('set invar=NO');
else
dbms_output.put_line('set invar=ERROR');
end if;
elsif upper('EXPORT') = 'IMPORT' then
if wwutl_db_export_import.export_definition_exists('B4FE4D3771444DA0AA01F75B7F5FC40E') and wwutl_db_export_import.get_status('B4FE4D3771444DA0AA01F75B7F5FC40E') not in (wwutl_db_export_import.STATUS_EXTRACT_COMPLETE,wwutl_db_export_import.STATUS_MERGE_COMPLETE, wwutl_db_export_import.STATUS_MERGE_FAILED) then
dbms_output.put_line('set invar=TS_ERROR');
else
dbms_output.put_line('set invar=NO');
end if;
end if;
exception
when OTHERS then
dbms_output.put_line('set invar=UNKNOWN_ERROR');
end;
spool off
exit
inv.bat contains:
if wwutl_db_export_import.export_definition_exists('B4FE4D3771444DA0AA01F75B7F5FC40E') then
ERROR at line 3:
ORA-06550: line 3, column 12:
PLS-00201: identifier 'WWUTL_DB_EXPORT_IMPORT.EXPORT_DEFINITION_EXISTS' must be
declared
ORA-06550: line 3, column 9:
PL/SQL: Statement ignored
ORA-06550: line 9, column 12:
PLS-00201: identifier 'WWUTL_DB_EXPORT_IMPORT.EXPORT_DEFINITION_EXISTS' must be
declared
ORA-06550: line 9, column 9:
PL/SQL: Statement ignored
I really need to get export and import to work. If anyone has any suggestions, please let me know. Thanks in advance,
-- Rhonda

Similar Messages

  • Please help me to rectify this error..\Apache was unexpected at this time.

    Hi,
    I have installed Jdeveloper 11g ..when i try to run the serlet pgm i m getting this error..:\Apache was unexpected at this time.
    I have tried all the possible ways .. I m not getting it done. Please help me out..
    import java.io.IOException;
    import java.io.PrintWriter;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class myservlet extends HttpServlet {
    private static final String CONTENT_TYPE = "text/html; charset=windows-1252";
    public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
    response.setContentType(CONTENT_TYPE);
    PrintWriter out = response.getWriter();
    out.println("<html>");
    out.println("<head><title>myservlet</title></head>");
    out.println("<body>");
    out.println("<p>The servlet has received a GET. This is the reply.</p>");
    out.println("</body></html>");
    out.close();
    output:
    *** Using HTTP port 7101 ***
    *** Using SSL port 7102 ***
    C:\Users\sony\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    \Apache was unexpected at this time.
    Process exited.

    Have a look at your CLASSPATH environment variable - if it has any parenthesis in it (for example "c:\program files (x86)") - try removing those entries from the CLASSPATH variable.
    John

  • Help! ERROR : \Java\jdk1.6.0_23 was unexpected at this time.

    hello. guys.
    i tried to install weblogic server (10.3.4) on window7. but when i run it, it says that
    *\Java\jdk1.6.0_23 was unexpected at this time.*
    i installed jdk1.6.0_23 on my pc.
    what's the problem?

    this is my JAVA_HOME
    JAVA_HOME
    C:\Program Files (x86)\Java\jdk1.6.0_23
    in the eclipse console, it says
    \Java\jdk1.6.0_23 was unexpected at this time.
    and the log is
    java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:529)
    at java.net.Socket.connect(Socket.java:478)
    at java.net.Socket.<init>(Socket.java:375)
    at java.net.Socket.<init>(Socket.java:189)
    at org.eclipse.jdi.internal.connect.SocketTransportService$2.run(SocketTransportService.java:136)
    at java.lang.Thread.run(Thread.java:662)
    and in the startWebLogic.cmd, i found that some tip from web-sites
    original : set SAVE_JAVA_OPTIONS=%JAVA_OPTIONS%
    change : set JAVA_OPTIONS=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=n %SAVE_JAVA_OPTIONS%
    but even i didn't change cmd file, the error is same.
    please help me....

  • Jakarta-ant-1.3.1a==a was unexpected at this time

    Hi, developers:
    When I tried to run examples of j2ee tutorial, I typed "ant all" under
    j2eetutorial/examples directory but it reported such error:
    jakarta-ant-1.3.1a==a was unexpected at this time
    Any help should be highly appreciated.
    Jason

    Figured the problem out... atleast for win 2k... ant doesn't like being
    inside a directory that has spaces in the name.
    For example:
    when I had problems I installed ant in
    c:\program files\apache\jakarta-ant1.3.
    when I moved ant to c:\jakarta-ant1.3 (and made changes to the environment variable), it worked fine...

  • Jre\winia64\1.5.0 was unexpected at this time

    Hi,
    While installing hyperion products from the command "installtool.cmd".This is the error i'm getting
    \"path"\jre\winia64\1.5.0 was unexpected at this time.

    Hi,
    Check if your installer is on root drive or not. It should not be at the location containing spaces while we address it like "C:/Documents and settings" etc.
    And also check for the name of the installer root folder. Put it just "EPM Installer".

  • Cannot get Weblogic to start (\JDev11.1.3\jdk160_18 was unexpected at this)

    Ok, I'm stumped. I've gotten JDev (Build JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660) installed and I imported one of my projects from JDev 10.
    the problem is when I try to start WebLogic, I get the following error:
    *** Using port 7101 ***
    C:\Users\silva29\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    \JDev11.1.3\jdk160_18 was unexpected at this time.
    Process exited.
    So, I found this in "Known Issues"
    Cannot run WLS on Windows 7 64-bit (9466912)
    The Windows .bat scripts for managing WLS do not work if environment variables such as JAVA_HOME or CLASSPATH contain a ')'. The former happens when e.g. the 32bit JDK is installed in its default path, e.g. "C:\Program Files (x86)\Java\jdk1.6.0_18". The latter if an application such as Apple QuickTime adds itself to the CLASSPATH environment variable.
    When trying to run the integrated WLS you will get an error while starting that instance, stating that
    "\Java\jdk1.6.0_18 was unexpected at this time."
    The integrated WLS will not start as a result of that.
    This also happens if the scripts are being run manually on command prompt.
    Workaround is to install the JDK and programs such as Apple QuickTime in a path without ')'.
    First off it's unbelievable that the ')' causes this to happen. Hard to believe that that isn't a trivial fix to make and provide a patch for.
    SECOND, I changed my path and classpath, but I continue getting the error. So, now I'm stuck again.
    Anyone else run into this problem? I'm running on Windows 7 64 bit op sys.
    Right now I'm dead in the water. Anyone got a fix for me?
    Thanks.

    Various parts of the Oracle Middleware platform choke when the PATH or install directories contain a ")" character (it messes up parenthesis matching in scripts). Unfortunately, on 64-bit Windows, Microsoft has decided to have a "Program Files (x86)" directory - yech, both spaces and parenthesis in a directory name!
    I've worked around this on my installation by using the little-known MKLINK command to create a junction point for the offending directory like this:
    mklink /J c:\pf86 "c:\program files (x86)"And then replacing all occurrences in the PATH of "c:\program files (x86)" with "c:\pf86" - gets rid of the offending parenthesis and makes my path shorter as well.
    John

  • HT1379 My iMac (2011) has been persistently throwing this error message: "SafariDAVClient quit unexpectedly." This started when I moved up to Mavericks. Nothing crashes, and all I have to do is click "ok" to get rid of the error window. Still, annoying. H

    My iMac (2011) has been persistently throwing this error message: "SafariDAVClient quit unexpectedly." This started when I moved up to Mavericks, from Lion. Nothing crashes, and all I have to do is click "ok" to get rid of the error window. Still, annoying, as this darn Error message pops up at least every 60 seconds Help?
    Here is thev error data that shows up in my Console after it happens. Of course, it might as well be GREEK TO ME!:
    Process:         SafariDAVClient [5937]
    Path:            /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Helpers/Safa riDAVClient
    Identifier:      SafariDAVClient
    Version:         106
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [202]
    Responsible:     SafariDAVClient [5937]
    User ID:         501
    Date/Time:       2014-02-02 15:40:22.026 -0800
    OS Version:      Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  38C42EEE-0927-2A62-02AC-FE5E1CEBFA44
    Sleep/Wake UUID: F4BAEB51-39DA-42AE-8105-AB27895B59BD
    Crashed Thread:  0  Dispatch queue: com.apple.Safari.BookmarkFolder.childrenAccess
    As well, my iCloud Pref Pane will not open!
    What the HECK is goin' on?

    feckinHell wrote:
    As well, my iCloud Pref Pane will not open!
    That's related since the process is attempting to load your Safari bookmarks from iCloud, and is crashing for some reason.
    Try this:
    Select the entire line that follows (triple-click to select it), then control-click, and from the contextual menu that appears, select Services > Reveal in Finder:
    ~/Library/Caches/com.apple.iCloudHelper
    Drag that entire folder to the Desktop.
    Quit Safari.
    Attempt to open iCloud Preferences again. If it opens de-select Safari.
    Launch Safari again and determine if the problem is fixed.

  • I was referred to this site when I looked for answers to why I got Fatal Error message with error code c0000005 when trying to upload photos to my computer. I see that someone else asked the same question, 90 people viewed but no answer given?

    I was referred to this site when I got Fatal Error message Error code c0000005 while trying to upload photos to computer. Someone else asked the same question in this forum, 90 people viewed the question but it was never answered?

    It looks to me like it is a problem on your Windows computer not being able to start an application. See the following link to Microsoft Community support (although the specifics of the problem in that case may not be applicable) and also note all of the "Related Content" at the upper right side of that link (and there may be others if you search that forum). http://answers.microsoft.com/en-us/windows/forum/windows_7-system/the-applicatio n-is-unable-to-start-correctly/bbb9c037-77b3-4fae-93b9-ded70f7f9a17
    It may help if you know or can determine which program Windows is trying to open when you upload photos -- there can be many different ones and it can be set by the user. If you are using Windows 7, you may need to check your Autoplay settings. There are some instructions in the following link that may help and that discuss how you can use Windows Explorer to manually transfer the photos: http://support.apple.com/kb/HT4083

  • I can't seem to use the 'Check seats' link on Delta when I use Firefox but Safari works fine. I get the message 'not available at this time' when using Firefox but when I go to Safari it works fine.

    I can't seem to use the 'Check seats' link on the Delta Airlines site when I use Firefox but Safari works fine. I get the message 'not available at this time' when using Firefox but when I go to Safari it works fine. I love Firefox but this sucks!

    That issue can be caused by corrupted cookies.
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    *http://kb.mozillazine.org/Cookies

  • Getting message "we are unable to complete your activation at this time" when trying to update iphone 3gs to ios5

    After downlaoding ios5 and installing I get the message "we are unable to complete your activation at this time" when trying to update iphone 3gs to ios5 using itunes. Can anyone help?

    Hi David,
    any luck later?
    I'm experiencing the same issue and I see that you're also posting from China. Not sure is location-related but if you managed to activate you iPhone: how did you do it? Just keep on trying?
    I'm a bit fed up of trying. It's already two full days...
    Thanks, ciao.
    Stefano, Shanghai

  • I have made several photo books but this time when I press "buy book" it tells me that it stopped processing.  My book is longer than others 72 pages.  Can you help me?

    I have made several photo books but this time when i press "buy book" it stops processing.  My book is 72 pgs.  Is this too long?  I have never had this problem.  Can you help?

    No, 72 pages isn't too long.  See if you can crate a pdf file of the book by Control-clicking just outside the book and selecting Save Book as PDF from the menu options.
    Click to view full size
    That will tell us if the problem lies in creating a pdf version or something else.
    OT

  • My iphone 3gs has started showing the wrong time  and date. All was fine until this afternoon when it changed.  My apps have the right time and date. However the world clock is wrong. I have to turn off the automatic time setting to get the right time.

    My iphone is showing the wrong time and date. All was well until sometime this afternoon when it changed...  to Nov 5 (2 days prior to today), and about 9 hours and some minutes before the actual time.  The world clock for my time zone shows the same wrong date and time. My calender shows the same wrong date and time.  The phone can not find my time zone any more.   The only fix I found was to turn off the automatic setting for time.  What is  happening? Ideas?

    just sorted mine went to
    settings-mail,contacts,calender-timezone support
    then turned it off then on tapped time zone and typed london
    this did sort mine

  • Wi-Fi on/off on my iPhone 4S is grey. First 2 times switch off then on was fine. This time I have done a full restore of the software and network settings and followed everything in Apple Support but still grey - help!

    Wi-Fi on/off on my iPhone 4S is grey. First 2 times I switched off then on it was fine. Third time this didn't work so I have done a full restore of the software and network settings and followed everything in Apple Support but still grey - nothing else wrong with the phone all sofware up to date, just can't swith wi-fi on - help!

    You're welcome.
    Good luck.

  • How do I keep the date/time when exporting photos?

    When exporting photos from Photos.app on my Mac, it doesn't use the metadata that it displays in Photos--it uses the current date/time. So when I export a photo from 2010, it says it's dated 2015 when I import it into Aperture.
    Is there a way to export an image with its original timestamp? Is this a bug? Thanks.

    If you are editing tif files, then you have only a couple of choices.
    Flatten the image before you save it.  This will reduce it down to one layer. That's the smallest you can get.
    When you first open the image, look to see if it's 8 bit or 16 bit tif.  It won't help you, but if the image is 8 bit, and you save it as 16 bit, you will have dramatically increased the size of the file for nothing.  If it's started as 16, no worries!
    check if you are saving with compression.   Tif compression is lossless, so unless you did something like resize+resample, it remains the same bit density, etc, so should be just as printable as what they sent you (unless you messed up!).
    Cheers!

  • Why am I receiving an alert saying, "This person cannot be reached by iMessage at this time" when I try to reply?

    I'm trying to set up an account for my boyfriend on my Macbook and send iMessages from it like I do my primary account. So I tested it out, sent a message to myself and it appeared under his name, but when I try to reply back, it says " _______ is unavailable. This person cannot be reached by iMessage at this time."
    But I messaged our friend who also has an iphone and he replied back with no problem. But my boyfriend's message came from his email to his phone.
    How can I fix this? Will it fix itself? And are these problems related? Please help! :-)

    If imessage is unavailable it will send your message as a text (SMS).   He/She may be out of wifi or 3G connections.  See the 3rd paragraph under imessage http://support.apple.com/kb/HT3529

Maybe you are looking for

  • How to open and close an App on my ipad from my mac?

    Hi, Just like the question in the title. I have my iPad connected to my mac mini, and I want to open/close an app from my mac mini. Is there any existing tool that I can use for this purpose? Thanks for the answer.

  • Installing Windows service on Windows 8.1 tablet

    I Have Written a WCF service , to perform some image processing activity, Hosted on windows service . A windows 8.1 Store App consumes this WCf service. I had run this setup in my local machine and was successful. Now i need to install this this enti

  • Servlet filter that can differentiate between Filter and Servlet Writers

    Hey, I'm trying to build a Filter and HttpServletResponseWrapper that, when applied to a generic servlet, can differentiate between the output stream from the Servlet and the one from the Filters. So, say I have a servlet: PrintWriter pw = response.W

  • Importing photos from Flickr to iPhoto

    I've been using my Flickr Pro account to store all of my photos, and I'd like to get them synced/imported to my iPhoto 09. I've searched everywhere, but I can't find a way to do it. Is it possible to import photos from Flickr, or will I have to use a

  • Routes and Stages

    Dear All I need to extract complete list of routes and stages maintained in our system. I have tried table TVRO but it only gives me the route details and not its stages. Can anyone let me know how will it be possible to extract complete list of thes