Error: Call to utl_http failed (WWS-32136)

Error: Call to utl_http failed (WWS-32136)
ORA-1: User-Defined Exception (WWC-36000)
I get this error when trying to add a second item to a subfolder in a content area. I want (nothing is ever needed in software) to have a "Links" link in a content area that is displayed in a portlet that opens a separate window of pre-defined links that users can not change or add to. Apparently, subfolders don't work. I would like to keep the Links information managed in the content area.
Also, after adding the first item to a subfolder the edit folder page is not displayed properly. Broken images are all over the page and the browser never stops loading. These are links that are displayed directly in the folder (subfolder). We are using 3.09 with 8.1.7.1.1.

I solved this problem.
There is a table called wwv_things (portal30) where u can modify the column 'inplace' to '0' where the value is '1', then all works.

Similar Messages

  • [Solved] Pacman errors: "call to execv failed", system not booting

    Recent upgrade (yesterday) - problems went like this:
    1) pacman -Syu attempted "filesystem" upgrade and threw errors about some directories in /usr/local being 775 not 755.
    2) that was because I had a non-standard package in there. I changed just those relevant directories to 755.
    3) reattempted pacman -Syu but got a bunch of errors: "call to execv failed"
    4) system was immediately borked. Reboot now throws me into a shell.
    This is a 32 bit system.
    Any ideas and help would be greatly appreciated.
    Last edited by lagagnon (2013-01-30 19:10:24)

    Solved my problem with the following method:
    1) used Arch LiveCD. Mounted boot and / partitions
    2) pacman -r /path/to/root -Syyu glibc filesystem
    3) reboot gave "Unable to find root device error"
    4) ran LiveCD again following these instructions: https://wiki.archlinux.org/index.php/Pa … onger_boot

  • RFC Sender Adapter error " Call to messaging failed"

    Hi,
    I have been trying the RFC-> XI->File scenario.When I execute RFC using se37 transaction
    on R/3 box,it gives the error " Call to messaging failed:
    com.sap.aii.af.ra.ms.api.DeliveryException".
    I have looked at msg in XI server using SXMB_Moni transaction.I found that,program is unable
    to find the interface mapping function (Mapping between RFC and Inbound interface).
    I have done the following settings:
    For Sender :
    1.RFC is being used as outbound Interface.
    2.Imported RFC from R/3.
    3. The R/3 functionality is to retrieve records.
    For Receiver:
    1.Defined Inbound ,Async. Interface.
    2.Defined Data Type and Msg type
    3.Defined Fault Message type
    Mappings:
    1. Message Mapping is defined for Inbound Message(From RFC) and Outbound Message
    2. Source Interface(ZRFC) and target Interface(Inbound Interface) mapping is defined.In this mapping I am unbale to defined Mapping for Response and Fault.I have just deifned for Request as tabs are not gettting enabled after click of 'Read Interface'.
    All necessary configurations have been done in Intergration Directory.
    I am getting XML message at receiver at without data where rfc retireves two records.Why this is not being done?
    As there is no mapping for Fault message of Inbound interface with RFC interface,I think mapping no found error is coming.
    PS. I have not done the message mapping between ZRFC.Response and Inbound Message.
    Please comment,where I have gone wrong.
    Thanks & Regards,
    HImanshu

    Hi,
    I don't know if the info below will solve your problem.  Your scenario is an asynch scenario, therefore, the RFC must be executed as a qRFC.  SE37 executes the RFC as synch.
    To execute the RFC as asynch, you must tested with a report (se38):
    The RFC must be executed as a qRFC.
    data: DEST LIKE RFCDES-RFCDEST VALUE 'MY_RFC_DEST'.
    CALL ‘RFC’
         IN BACKGROUND TASK
         DESTINATION DEST
         EXPORTING
    COMMIT WORK.
    The ‘COMMIT WORK’ is required to send the RFC.
    Regards,
    Bill

  • [INVALID] [pacman] error: call to waitpid failed (No child process)

    Hi.
    First of all I apologize for very unclear topic name but this problem clutter me.
    Description:
    I use Archlinux x86_64 on my several machines: two laptops and desktop. On desktop and one laptop I update system regularly and also use my custom builds of git, bzr, emacs, rxvt, tmux and others.
    Preliminary:
    After Sat update (2010-04-24) on my desktop I noticed that compiled Emacs (source taken from bzr repo) crashed just after start. I found the cause of error: new gcc (4.5.0) has broken '-O2' option (actually broken '-foptimize-sibling-calls' but accidentally '-O3' option works). Besides this annoyance my desktop system works fine.
    Main problem:
    But on my laptop (on which I traced down the problem with compiled Emacs) I faced with strange problems (I report about them only now because I didn't have time before).
    When I run 'sudo pacman -Su' to update my laptop system I sometimes see
    error: call to waitpid failed (No child process)
    I figured out that this message comes only if 'chrooting' is performed (pacman --debug).
    Also when I try to update local git repositories using 'git pull' I get the same error:
    error: waitpid for git-pull failed: No child process
    and the same for 'gc', 'rev-list', 'git-remote-http'. (I checked with newly compiled binary and distro's binary).
    Even simple python script 'sample.py' fails to run:
    #!/usr/bin/env python
    import os,string
    target = "sample.py"
    f = os.popen('file "%s" 2> /dev/null' % target)
    output = string.strip(f.read())
    rc = f.close()
    if not output or rc:
    print("Some error occurs")
    else:
    print("Result %s" % output)
    If I run it I get
    IOError: [Errno 10] No child process
    Except these error messages my laptop system works without noticeable errors.
    Could someone help me trace down the problem?
    P.S. I use zen kernel on this laptop (AUR: kernel26zen-git, stable) but I also checked this behavior on default kernel.
    EDIT:
    Sorry. My fault. Seems that this error is triggered by tmux . I tried git in sakura and didn't see any error messages.
    Sorry for the noise.
    EDIT2:
    For those who are interested in solution for this problem with tmux I found a thread about this behavior on sourceforge.net:
    http://sourceforge.net/mailarchive/foru … tmux-users
    Last edited by lomov_vl (2010-04-30 06:56:22)

    Hi, I found SAP note   1828028 - DBCON connection to remote HANA database cannot be established
    whic has below resolution:
    1
    Error code
    Reason
    ***LOG BY0=> invalid username or password:  [dbds         879]
    Invalid username/password maintained in connection parameters (to be edited via transaction DBCO)
    2)Hint: As the database connection between the SLT and the HANA system is based on DBCONNECT, you can also use report ADBC_TEST_CONNECTION in transaction SE38 for testing. SAP Note 1750722 describes this in detail.
    But our problem is SAP system is not up to run these solutions in GUI.
    Can someone help / provide SAP doc link for how to update DBCON at OS or HANA db level.
    Thank You

  • (WWS-32136) (WWC-36000)

    Oracle Portal Linux 3.0.6.6.5 After editing the potlet from Display Portlet Repository link I got error:
    Call to utl_http failed (WWS-32136) ORA-1: User-Defined Exception (WWC-36000).
    Portlets repository is not accessible any more since the screen is showing just the left side of the page
    No actions outside the tool
    @*#&&^%$%$$
    null

    I solved this problem.
    There is a table called wwv_things (portal30) where u can modify the column 'inplace' to '0' where the value is '1', then all works.

  • Error WWS-32136 from portlet repository

    Hello!
    Something has crashed in my portal, because everytime I try to open the portlet repository I get the following error message:
    Call to utl_http failed (WWS-32136)
    ORA-1: User-Defined Exception (WWC-36000)
    Everything else seems to work fine.
    Any ideas what's going on?
    I'm using Portal version 3.0.7.6.2.
    Os. is Win2000.
    -Jari

    my entire repository was dropped. how do I recover my portal repository? how fix this? I am using portal veriosn 9.0.2.99.

  • Adworker fails with "Error calling FNDLOAD function" for patch 7303033

    hi,
    we have some problems applying patch 7303033 (12.1.2) for EBS:
    1. installed ebs R12 12.1.1 with 11.0.7 database;
    2. applied patch R12.AD.B.DELTA.2 Patch 8502056
    3. trying to apply patch 7303033
    after ~6 hours of runnig one of worker failed.
    worker log:
    Loading data using FNDLOAD function.
    FNDLOAD APPS/***** 0 Y UPLOAD @ONT:patch/115/import/ontpmdef.lct @ONT:patch/115/import/US/ontsys.ldt -
    Connecting to APPS......Connected successfully.
    Calling FNDLOAD function.
    Returned from FNDLOAD function.
    Log file: /global/spare/apps/dev_apps/apps/apps_st/appl/admin/DEV/log/US_ontsys_ldt.log
    Error calling FNDLOAD function.
    4. i have stopped the adpatch instalation adn ran adadmin->compile apps schema
    5. after compiling apps schema i re-run adpatch trying to continue the patch apply
    the following error occured:
    AutoPatch error:
    The following ORACLE error:
    ORA-00942: table or view does not exist
    occurred while executing the SQL statement:
    UPDATE FND_INSTALL_PROCESSES
    SET control_code = 'W'
    WHERE worker_id > 0
    AutoPatch error:
    Error running SQL and EXEC commands in parallel
    The "Error running SQL and EXEC commands in parallel" is because i have selected to many parallel workers (32) ,
    but what about the FND_INSTALL_PROCESSES? can it be recreated..using adctrl?
    Can i continue from this step or should i apply patch from the beginning?

    hi,
    the log says:
    Uploading from the data file /global/spare/apps/dev_apps/apps/apps_st/appl/ont/12.0.0/patch/115/import/US/ontsys.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dumping from LCT/LDT files (/global/spare/apps/dev_apps/apps/apps_st/appl/ont/12.0.0/patch/115/import/ontpmdef.lct(120.3.12010000.1), /global/spare/apps/dev_apps/apps/apps_st/appl/ont/12.0.0/patch/115/import/US/ontsys.ldt) to staging tables
    Dumping LCT file /global/spare/apps/dev_apps/apps/apps_st/appl/ont/12.0.0/patch/115/import/ontpmdef.lct(120.3.12010000.1) into FND_SEED_STAGE_CONFIG
    Dumping LDT file /global/spare/apps/dev_apps/apps/apps_st/appl/ont/12.0.0/patch/115/import/US/ontsys.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (OE_SYS_PARAMETER_DEF_B CUSTOMER_RELATIONSHIPS_FLAG , OE_SYS_PARAMETER_DEF_B OE_CC_CANCEL_PARAM ) into FND_SEED_STAGE_ENTITY
    Uploading from staging tables
    Error loading seed data for OE_SYS_PARAMETER_DEF_B: PARAMETER_CODE = CUSTOMER_RELATIONSHIPS_FLAG, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for OE_SYS_PARAMETER_DEF_B: PARAMETER_CODE = AUDIT_TRAIL_ENABLE_FLAG, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for OE_SYS_PARAMETER_DEF_B: PARAMETER_CODE = MASTER_ORGANIZATION_ID, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for OE_SYS_PARAMETER_DEF_B: PARAMETER_CODE = COMPUTE_MARGIN, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for OE_SYS_PARAMETER_DEF_B: PARAMETER_CODE = FREIGHT_RATING_ENABLED_FLAG, ORA-06508: PL/SQL: could not find program unit being called
    Thank you

  • Job is failing with the following error- Error calling a method of the tree

    dear SDNers,
    my question is where do i need to look for error.
    Will this be an ABAP issue?
    Please guide
    DETAILS
    In SM37 when we see the job XYZ, we get the following details.
       Job                              Ln    Job CreatedB    Status          Start date     Start time      Duration(sec.)     Delay (sec.)
      XYZ                                                                    Canceled        16.11.2009    10:11:30                  9                         27
    When the job log is checked this , we get the below details.
    The job XYZ is failing with the following error.
    Date      Time     Class  No.   Message
    +----
    +----
    2009/11/16 05:03:01 | 00     516 | Job started
    2009/11/16 05:03:01 | 00     550 | Step 001 started (program RBDMON00, variant
    SBCI287, user ID ABCDEF)
    2009/11/16 05:03:03 | TREE_C 000 | Error calling a method of the tree control
    2009/11/16 05:03:03 | 00     518 | Job cancelled
    Equest your assistance in knowing where to find the error for this.
    I have no clue as to where and how i need to debug or where i should i be looking for error.
    In BD87, the selection screen paramters that are given are changed on date (from and to) and IDOC status 51,66,69 and 64 and the message type is "Öutbound interface of picked shipments"
    Please guide.
    Regards,
    SuryaD.
    Edited by: SuryaD on Nov 23, 2009 5:36 PM
    Edited by: SuryaD on Nov 23, 2009 11:14 PM

    > 1. There is a job name ABCDEF
    > 2. When this job is run then the status shows cancelled and the job error log shows tHe details that "error calling a method of the tree control"
    > 3.ThIs error also points fingers to /link to BD87 as seen in the job log " (program RBDMON00, variant \SBCI287, user ID KRISF)"
    >
    BD87 is an IDOC processing.
    > My question to you Sampath.
    >
    > in order to answer your question on whether it is ALv or SALV.. please tell me as to how will i know which progrm is associated with the job ABCDEF?
    >
    Go to sm37 - double click on the job that was failed - Click on Step (on application tool bar) to get the program name - double click on the program name - new popup will be opened - then copy the program and variant
    Go to se38 - enter the program - execute (F8) - choose the variant that is there in the background job - run in forground first
    if the run is good - then check the program - SE38 - Display the program then see
    I just saw the above message BD87... .if that is true, you dont have to do all these
    I dont think it is possible to schedule a job with BD87. Is this the first time or is any job completed without errors for this?

  • How to retrieve error message(s) after failed web service call

    Hi!
    I tried to create an item using the web service ego_item_pub.process_item and it worked ok (version 12.1.1). Sending the same request again, I got an error which should be ok since the item id already exists. The thing is, that I only get an "E" as return status:
    <X_RETURN_STATUS>E</X_RETURN_STATUS>
    <X_MSG_COUNT>1</X_MSG_COUNT>
    As described in the integration repository, there should be a parameter called msg_data which should contain the message if there is exactly 1 message, but I cannot find it.
    So, I tried to get the message using fnd_message.get, but the response of my web service call is:
    AuthorizationFailure : User not authorized to execute service. (I use sysadmin/sysadmin as ws security user).
    I use the following grant details:
    All Users     Direct     GLOBAL     Revoke Action Enabled
    SYSADMIN SYSADMIN     Direct     USER
    What else can I do or how can I retrieve error messages for a failed web service call?
    Thanks a lot,
    Konrad

    Hi Konrad,
    As we've found out, search the Integration Repository for internal name ERROR_HANDLER and use that. Letting the general public know the answer for this one!
    Regards,
    Gareth
    http://garethroberts.blogspot.com

  • Backup Fail with Volume Shadow Copy Service error: Error calling a routine on the Shadow Copy Provider, Event ID 12293, error returned while creating the volume shadow copy 0x8004230f,

    We are using TINA backup solution and windows 2003 backup is failling with VSS error.
    For testing purpose we initiate a system state backup (or any file backup) with the help of windows 2003 ntbackup.exe and found it is failing with below error.
    Backup error report.
    Backup Status
    Operation: Backup
    Active backup destination: File
    Media name: "Backup.bkf created 28/05/2014 at 06:34"
    Volume shadow copy creation: Attempt 1.
    Error returned while creating the volume shadow copy:0x8004230f.
    Error returned while creating the volume shadow copy:8004230f
    Aborting Backup.
    The operation did not successfully complete.
    We check event viewer and found below error event.
    Event Type:       
    Error
    Event Source:   
    VSS
    Event Category:               
    None
    Event ID:             
    12293
    Date:                    
    28/05/2014
    Time:                    
    05:48:10
    User:                    
    N/A
    Computer:         
    CQ329TOS
    Description:
    Volume Shadow Copy Service error: Error calling a routine on the Shadow Copy Provider {b5946137-7b9f-4925-af80-51abd60b20d5}. Routine details Cannot ask provider {b5946137-7b9f-4925-af80-51abd60b20d5} if
    volume is supported. [0x8000ffff] [hr = 0x8000ffff].

    Resolution:
    After getting this error we check Shadow Copy provider and writer health and fond it is fine.
    To get shadow copy providers details use below command.
    Command: vssadmin list providers
    Command output
    C:\>vssadmin list providers
    vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
    (C) Copyright 2001 Microsoft Corp.
    Provider name: 'Microsoft Software Shadow Copy provider 1.0'
       Provider type: System
       Provider Id: {b5946137-7b9f-4925-af80-51abd60b20d5}
       Version: 1.0.0.7
    To get shadow copy writers health
    Command: vssadmin list writers
    Command Output.
    C:\>vssadmin list writers
    vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
    (C) Copyright 2001 Microsoft Corp.
    Writer name: 'System Writer'
       Writer Id: {e8132975-6f93-4464-a53e-1050253ae220}
       Writer Instance Id: {333e02cd-d9ec-43c8-9b45-39691ad1b351}
       State: [1] Stable
       Last error: No error
    Writer name: 'Registry Writer'
       Writer Id: {afbab4a2-367d-4d15-a586-71dbb18f8485}
       Writer Instance Id: {800877a5-e13d-47a3-8f99-ebd4d3b3fd12}
       State: [1] Stable
       Last error: No error
    Writer name: 'MSDEWriter'
       Writer Id: {f8544ac1-0611-4fa5-b04b-f7ee00b03277}
       Writer Instance Id: {63400aa0-a17f-4121-9483-1cd226f03238}
       State: [1] Stable
       Last error: No error
    Writer name: 'COM+ REGDB Writer'
       Writer Id: {542da469-d3e1-473c-9f4f-7847f01fc64f}
       Writer Instance Id: {e13cb72b-84fa-4c86-86d8-48f523aafc9a}
       State: [1] Stable
       Last error: No error
    Writer name: 'Event Log Writer'
       Writer Id: {eee8c692-67ed-4250-8d86-390603070d00}
       Writer Instance Id: {ce63b3a0-e038-4e56-9d07-929f256639de}
       State: [1] Stable
       Last error: No error
    Writer name: 'WMI Writer'
       Writer Id: {a6ad56c2-b509-4e6c-bb19-49d8f43532f0}
       Writer Instance Id: {008e8714-ed6d-4288-81ce-4b0b1ec41294}
       State: [1] Stable
       Last error: No error
    Writer name: 'BITS Writer'
       Writer Id: {4969d978-be47-48b0-b100-f328f07ac1e0}
       Writer Instance Id: {e22a8953-a52c-4a76-bec0-8773122cbff8}
       State: [1] Stable
       Last error: No error
    Next I check Shadow Copies details from volume properties (right click on C or other drive then select properties then click on Shadow Copies Tab) and found it is showing the same error code..
    From this error it is clear that the issue is inside the registry hive and due to junk hive shadow copies services not able to working properly.
    For me the server have two disk we check disk signature at MBR and found the disk signature was.
    Signature disk 0 : 9351912b
    Signature disk 0 : FDFBE035
    But at registry we found lot of nonexistance signature. Which indicate lot of junk valu inside registry.
    Now how can we resolve this issue?
    It is very simple just delete the registry key “volume” (registry key “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\STORAGE\Volume”) and reboot the server it will “Volume” registry hive automatically.
    Note:
     When you remove registry key it is showing error unable to delete, then please right click on it select permission then take ownership and assign full permission to your login account.
    Please be careful when you delete registry key because system can fully crashed if you delete or modify wrong registry key.
    Your can take a backup of the registry key by exporting.

  • DIO Port Config & DIO Port Write Block Diagram Errors (Call Library Function Node:libra​ry not found or failed to load)

    Hi Guys, need help on this.
    I have this LabVIEW program that used to work on the old computer.
    The old computer crashes most of the time, so I upgraded the computer
    and used its Hard Drive as slave to the new computer.
    I have no idea where are its installers since the guy that made the program 
    is not in my department anymore.
    I downloaded all the drivers needed from NI: NIDAQ9.0, NIVISA,NI488.2, 
    and drivers of some instruments needed in the setup. I'm using LabVIEW8.2.
    Everything's fine until I open the LabVIEW program for our testing.
    Here goes the error:
       DIO Port Config
       DIO Port Write
    Block Diagram Errors
       Call Library Function Node: library not found or failed to load
    Attachments:
    ErrorList.JPG ‏200 KB

    Honestly, I'm a newbie on Labview. I just want this old program to run on the new computer.
    The guys that installed the drivers on the old computer are no longer here in my department.
    And I have no idea where the drivers are. So I just downloaded the drivers needed for my hardware and instruments.
    Here's my hardware: (cards: PCI-DIO-96, PCI-GPIB), (instruments: SCB100,E4407B, HP83623, HP3458, HP8657)
    OS: Windows XP Pro
    By the way, I have unzipped the TraditionalDAQ drivers. First I tried the 7.4.1, but installation error appeared.
    I thought maybe the installer is corrupted, so I downloaded the 7.4.4 and unzipped it.
    But, still same installation error appears. I don't understand, both TraditionalDAQ drivers have same installation error.
    Now I have tried the DAQmx8.7.2 driver, bu still the DIO Port Config and DIO Port Write have errors.

  • What does this Adobe Muse error message mean: MuseJSAssert: Error calling slector function:SecurityError: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a frame with orign "null" from accessing a cross-origin frame.

    So what is up with this error message in Muse?
    MuseJSAssert: Error calling slector function:SecurityError: Failed to read the ‘contentDocument’ property from ‘HTMLIFrameElement’: Blocked a frame with orign “null” from accessing a cross-origin frame.

    This is a genuine security error generated by the browser when viewing a page with iFrame content locally.
    Please refer to Zak's reply in the following thread: https://forums.adobe.com/message/6496180#6496180
    Cheers,
    Vikas

  • When running labview's test executive I recieve runtime error: Call to step "PRE-RUN" failed. Could someone explain this error?

    I have a set of vi's that work when run under labview. However, when calling these vi's from labview's test executive I recieve runtime error: Call to step "PRE-RUN" failed. in Assign Connector Pane.vi->Call Test.vi->Execute Pre-Run.vi->Test Executive. Could someone explain this error to me? (or ideally tell me how to fix it?) Thanks.

    Hello,
    There are any number of possible causes to this problem. Which version of Test Executive are you using? Have you upgraded your Test Executive recently? The latest version is 5.1.1. If you have changed anything about Test Executive on your computer recently, I recommend you perform a mass compile of all your VI libraries, as having different versions of the VIs on your system could often result in the "Call to Step XYZ Failed" errors. Also, are you using any DAQ or Analysis VIs in your steps? We have seen problems where the use of DAQ or Analysis VIs in the sequence can cause intermittent "Call to Step...Failed" errors. There are some KnowledgeBase entries on our website that discuss this problem. Are you using the Test Executive in the VI environment, or
    as an executable? Again, there are some problems with using Test Executive as an executable that result in these errors, and there are also KnowledgeBase entries that discuss these problems.
    If you have a pared-down application that demonstrates the problem, feel free to send me your VIs and your .seq file and I will try to reproduce the problem.
    Alternatively, I would suggest you visit www.ni.com/teststand to learn about TestStand, our state-of-the-art Test Sequencing software that completely outperforms Test Executive. It is very easy to use and much more powerful, and we have a top-notch support team available dedicated exclusively to supporting TestStand. As you are probably aware, we are no longer developing Test Executive, and instead are concentrating our efforts on making TestStand the penultimate solution for all our customers' test sequencing needs.
    I appreciate your patience on this issue. Please let me know if I can offer further assistance.
    Have a pleasant weeken
    d.
    Sincerely,
    Darren Nattinger
    Applications Engineer
    National Instruments
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • CALL TO SYSLIB FAILED ERROR WHILE SAP 4.7 DATABASE INSTANCE INSTALLATION

    I am trying to install SAP 4.7 with Oracle 9.2.0.1 on W2k SP3. I have installed central instance successfully. While installing Database instance, almost at the end of installation, i am facing problem with error message call to system library failed. i am attaching the log. Please help
    PHASE 2007-06-25 00:53:53
    SAP R/3 Enterprise 4.70 for Oracle
    PHASE 2007-06-25 00:53:53
    SAP Web Application Server
    PHASE 2007-06-25 00:53:53
    Request common parameters of SAP System
    PHASE 2007-06-25 00:53:54
    Create operating system accounts
    PHASE 2007-06-25 00:53:55
    Request operating system user information
    PHASE 2007-06-25 00:53:55
    Request operating system user information
    PHASE 2007-06-25 00:53:55
    Request operating system user information
    PHASE 2007-06-25 00:53:55
    Request operating system user information
    PHASE 2007-06-25 00:53:55
    Request operating system user information
    PHASE 2007-06-25 00:53:55
    Request operating system user information
    PHASE 2007-06-25 00:53:56
    Request operating system user information
    PHASE 2007-06-25 00:53:56
    Request operating system user information
    PHASE 2007-06-25 00:53:56
    Request operating system user information
    PHASE 2007-06-25 00:53:56
    Request operating system user information
    PHASE 2007-06-25 00:53:56
    Request operating system user information
    PHASE 2007-06-25 00:53:56
    Request operating system user information
    PHASE 2007-06-25 00:53:56
    Request operating system user information
    PHASE 2007-06-25 00:53:57
    Request operating system user information
    PHASE 2007-06-25 00:53:57
    Request operating system user information
    PHASE 2007-06-25 00:53:57
    Request operating system user information
    PHASE 2007-06-25 00:53:57
    Request operating system user information
    PHASE 2007-06-25 00:53:57
    Request operating system user information
    PHASE 2007-06-25 00:54:00
    Adapt filesystem
    PHASE 2007-06-25 00:54:00
    Prepare check/adapt SAP instance filesystem
    PHASE 2007-06-25 00:54:00
    Extract archives
    PHASE 2007-06-25 00:54:01
    Extract SAP System kernel archives
    PHASE 2007-06-25 00:54:02
    Create service ports
    PHASE 2007-06-25 00:54:02
    Generate instance profiles
    PHASE 2007-06-25 00:54:02
    Versionize default profile, instance profile and start profile
    INFO 2007-06-25 00:54:07
    Copying file E:/SAPinst ORACLE KERNEL/keydb.xml to: E:/SAPinst ORACLE KERNEL/keydb.3.xml.
    INFO 2007-06-25 00:54:07
    Creating file E:\SAPinst ORACLE KERNEL\keydb.3.xml.
    WARNING 2007-06-25 00:54:11
    Error 1314 (A required privilege is not held by the client.
    ) in execution of a 'CreateProcess' function, line (276), with parameter (E:\oracle\ora92/bin/sqlplus.exe /NOLOG @ora_scr_tmp.sql).
    ERROR 2007-06-25 00:54:11
    MDB-06029  Caught exception while trying to start script executing application: [E:\oracle\ora92/bin/sqlplus.exe].
    ERROR 2007-06-25 00:54:11
    MDB-06030  A call to the system library failed. System error message: [Unknown error].
    ERROR 2007-06-25 00:54:11
    MUT-02011  Internal error: A call to syslib failed. System error message: Unknown error.
    ERROR 2007-06-25 00:54:11
    FJS-00012  Error when executing script.

    What do mean with administrative priviledges? there is no administrativ priviledge on Windows. We only have a local group administrators.
    in 4.7 sapinst will put erpadm and sapserviceerp to the local administrators group. There is no need to do it manually.
    But this will not help in this case, because local Administrators did not have the rights
    - replace process level token
    - act as part of the operating system
    if you don't believe me have a look at gpedit.msc Local Computer Policy - Computer Configartion - Windows Settings - Security Settings - Local Policy - User Rights Assignemt.
    But as I already told you, log on and log off will fix this rights problem.
    2. regarding memory: RAM is physical Memory
    did I read right you are trying to install 4.7 on a 256 MB box?
    forget that!  256 MB is often too less for office application. Enterprise Style applications and database will need at least ten times 256 MB (and even that is too small).
    By the way Pagefile needs to be at least 4-8 GB.
    Peter
    Peter

  • EAR generation failed: Error calling Ant to jarSap archive

    Hi,
    I can't create the EARs in NetWeaver Developer Studio anymore. It is not possible for proxies and for Webservices. I got the error message: EAR generation failed: Error calling Ant to jarSap archive.
    What could be the problem?
    Thank you!
    Julia

    Hi,
    when I try to build the application archive before I can deploy a webservice, I got the error message: "EAR genearation failed! Reason: Error calling Ant to jarSap archive". When I try to generate the EAR for a proxy I got no error message at all but the EAR is not generated.
    Thank you!
    Julia

Maybe you are looking for

  • Is there a way to get my school documents to open off safari into pages or my slides how's into keynote.?

    I just bought the new iPad with retina and I downloaded pages for word documents and keynote for my power points for school. I thought I would be able to get my notes and power points from our school LION system onto my iPad through these two apps he

  • IView not processed for second time, but 'old' cached data is displayed...

    <b>I have the following scenario</b>: In IView 1, I select a notification number. Then, I click on a button to create a service order. This calls IView 2, and the notification number is passed as a request parameter to IView 2. The problem happens wh

  • HELP me with the source code

    In this assignment you are asked to create a Java class that simulates the Java Vector class. You are also asked to create two Exception classes to allow the program to continue if errors occur. These are �MyVectNoDataException� and �MyVectIndexOutOf

  • Hi i have a question for yours

    Hi; February 2013 en La. Get the apple store and 1 year warranty at the store, the ongoing iPhone 5 my device, I change from store apple store in europe? I would ask for your help Have a nice day. 

  • OAS 4.08 , PL/SQL Cartridge , SSL3.0

    Hi ALL, Could someone give me any pointers in programming in the PL/SQL Cartridge(OAS 4.08) with SSL 3.0? Does implementing SSL 3.0 in the PL/SQL cartridge have to do with programming or are there some settings which i have to make on the OAS? (We wi