Error: 80070057 Apply Prestage Media

Hi all
I am using the task sequence by Frank Rojas (http://tinyurl.com/k2va766
) to Apply prestage media. For what ever reason, it keeps failing, and sometime works, I have no idea why.
The error
Failed to run the action: Error in the task sequence. This is usually caused by a problem with the program. Please check the Microsoft Knowledge Base to determine if this is a known issue or contact Microsoft Support Services for further assistance.
The parameter is incorrect. (Error: 80070057; Source: Windows)]LOG]!><time="16:49:53.863+360" date="01-15-2015" component="TSManager" context="" type="3" thread="924" file="instruction.cxx:895">

I cant see anything else other than the one I posted, and it does not look like it is reconized as a refresh. Might that be the issue?
http://1drv.ms/1BzEVQu
SOLVED, seems to be ZTIGather error not recognizing the fact that this is a REFRESH. Neither _SMSTSMediaType or _SMSTSLaunchMode
are recognized.

Similar Messages

  • OSD: apply prestaged media in TS2, reboot, then run TS1 automatically

    Hi,
    Please see my previous thread
    http://social.technet.microsoft.com/Forums/en-US/b2da9a0a-eb00-4dc9-bc84-5a253e6cf2ba/osd-prestaged-media-apply-reboot-and-run-specific-ts?forum=configmanagersecurity
    The solution provided is correct for 1 task sequence, but not for 2 task sequences.
    What I found is this great guide from Torsten: 
    http://www.mssccmfaq.de/2012/08/14/prestart-command-und-smstspreferredadvertid/
    It should make the following possible:
    1.create prestaged media from TS1 =  full TS (NOT selecting “allow unattended operating system deployment”, since I won’t deploy it mandatory (correct?)
    2.set vbscript in prestaged media, step customization “enable prestart”, cscript.exe setpreferadvid.vbs
    set objOSDenv = CreateObject ("Microsoft.SMS.TSEnvironment")
    objOSDenv ("SMSTSPreferredAdvertID") = "TS1"
    3.apply this prestaged media in TS2
    4.create standalone media from TS2 and set it with the same as step 2 but then TS2 as SMSTSPreferredAdvertID
    5.Write this ISO to DVD/USB
    This should result in booting from a DVD/USB and applying TS2 (= prestaged media of TS1) then rebooting (wpeutil reboot in TS2) and automatically select TS1.
    This should work, right?
    Pls advise. J.
    Jan Hoedt

    From Torstens blog:
    An alternative solution would be to use of "required" (ie mandatory) deployments, but this is not always feasible in this form.
    Here now comes so again the prestart-command to set the SMSTSPreferredAdvertID into play.
    One of my simple example I have used the following script:
    You mention to make TS1 mandatory, but TS2 has to be mandatory too. As I mentioned, I don't see howto make 2 task sequences mandatory (there can only be one mandatory).
    Let me clarify:
    1. prestaged media from TS1 (prestaged.wim), in this prestaged media you would set the 
    SMSTSPreferredAdvertID = TS1, but then this TS1 has to be mandatory
    2. import this prestaged.wim and apply it in TS2, this TS2 has also to be mandatory
    I first want to deploy the TS2 via sccm, when ok, make standalone media (it takes an hour to make the mediafiles to I need first to be sure the process works).
    If I understand Torstens blog, with the script you don't need to set the TS to be mandatory. That gives us flexibility to set automatically the TS without worrying about mandatory or not.
    ... or do I see this wrong?
    Practically: do I need to set the media to "allow unattended operating system" in my prestaged media/standalone and can I avoid the mandatory assigments by the script.
    J.
    Jan Hoedt
    In other words: TS2 runs prestaged media in which TS1 is set mandatory, how can TS2 then run (TS1 will run because it is mandatory).

  • SCCM 2007 - task sequence - prestaged media - self-signed certificates - error message 'Certificate has expired for this media'

    Hi there
    Quick scenario.
    We have created a task sequence prestaged media .wim file (SCCM 2007, client OS is Windows XP).
    Recently some of these swap-out machinses, on delivery and start up, have started showing this message:
    'Certificate has expired for this media'.
    This is because the self-signed certificate created during the prestaged media creation process has expired.
    My question is: is it possible to mount the image using dism or imagex and then inject an updated sertificate?
    Best regards
    John

    the disk that has the prestaged media applied must be the boot partition.
    create a task sequence to stage the prestaged media. In this task run a format and partition step which configures both the system disk and the os disk, though make the os disk the active boot partition. Then apply the prestage wim.
    On your deploy task, somewhere after the OS has applied create a group that runs only if the media is OEM (from memory  _SMSTSMedia =
    OEMMedia)
    in this group run the command bcdboot C:\Windows /s F: /f ALL where f: is the drive letter assigned to the system disk, then run another step that removes the drive letter and reboots. The deploy task will now continue and you will be booting to the system
    partition.
    So I wanted to get back to working on this issue.  I noticed that when I said it Worked that it was actually still booting from C drive instead of the reserved partition.  For the past few days I have been trying to get the prestaged to work like
    a network deploy but fail every time.  I cannot get the prestaged to boot from any other partition other then the partition where windows was imaged too.
    So where I am at today.  When I do as suggest above the D drive (The reserved Boot volume) return on reboot. it will not stay hidden.  also the OS is till booting from C and does not change to the D drive or no drive letter drive with the above
    commands.  I think there is some other command missing that tells it to boot from a new location that is not bcdboot.
    Has anyone seen any guides for how to use prestaged and bitlocker enabled task sequence?  I think that would help me figure out my current issues as with bitlocker you must have this other partition.

  • OEM Prestage media

    Hi We have environment where we have SCCM 2012 R2 with integration of MDT 2013.
    Need to configure a solution for OEM Prestage media however could not find any detailed document/step by step guide for that.
    Would be thankful for any guidance or document.

    Some good guidance is here:
    http://blogs.technet.com/b/system_center_configuration_manager_operating_system_deployment_support_blog/archive/2014/04/02/how-to-apply-task-sequence-prestaged-media-on-multi-partitioned-disks-for-bios-or-uefi-pcs-in-system-center-configuration-manager.aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • SCCM 2012 Prestage media - and bootwim prestart commands?

    Hi,
    I am using SCCM 2012 SP1 with MDT 2012 and will be using the Bootwim prestart commands.
    Prestart Commands for Task Sequence Media in Configuration Manager
    http://technet.microsoft.com/en-us/library/jj651034.aspx
    Specifically:
    "Enable prestart command - Commaand line"
    "Include files for prestart command - Source directory"
    Windows PE Background - specify custom background image (UNC Path):"
    Ok so far so good. Now we want to create prestart media - to give to our
    hardware vendor. Am I going to have an issue that the prestage media might
    include the bootwim plus its customizations - and can go out of date.
    So lets save I give it to the vendor on Monday - all fine. I then make a
    change to it on Tuesday - update something inside the boot wim.
    How smart is this prestage media will it check the server for a later copy
    and use that or am it going to be locked in from when I give it to them.
    I also might want to put things like active directory lookups for machine
    validate as well.
    So can somebody please clarify how the above would work.
    Thanks,
    Ward.

    Normally when you run a Task Sequence and the assigned boot image is different from the boot media you initiated the Task Sequence from, it will download the correct boot image, stage it, and reboot.  By default though this creates an issue because
    it assumes you booted from removable media and will prompt you to remove it before rebooting to continue.  There's a way to bypass this via the tsmbootstrap.ini file, but the default behavior is to prompt.
    I have also seen issues with boot image concurrence between prestaged media images and the selected Task Sequence when the functionality was originally introduced in CM07 (http://myitforum.com/myitforumwp/2012/07/12/multi-site-dell-cfi-follow-up/) but I
    have not heard of it being an issue recently.  It should be relatively easy to test; apply the prestaged media image to a test machine, change or update the assigned boot image for the Task Sequence, then see if it successfully pulls down and boots to
    the updated WinPE.
    Another option is to have your prestart script be relatively generic and have it download the files from a server at run time (ex - download a .CAB from a web server, expand the contents, and launch a script from those downloaded files). That way all you
    have to do to update functionality is update the .CAB file, not the prestaged media or boot image.

  • Create Prestaged Media task sequence fail - Failed to mount WIM file (0x80070002) & Failed to create media (0x80070002)

    Hi there
    Experiencing an OSD task sequence failure.
    The failure messages at the end are:
    Failed to mount WIM file (0x80070002)
    Failed to create media (0x80070002)
    Have looked into this, however 0x80070002 appears to be a generic error code which can cover a variety of problems.
    One thing I'm not sure about at all is the CreateTempDirectory process. I'm not sure about this because the Temp Directory it creates is, according to Task32, stored in a cached profile which no longer exists on the machine I'm running the SCCM console from.
    Could this be a problem?
    Looking at the CreateTSmedia.log via task32, these lines are viewable:
    CreateTSMedia
    Requested output path: C:\temp
    CreateTempDirectory
    Temp Directory C:\DOCUME~1\PROFILE~1\LOCALS~1\Temp\_tsmedia_1612 created
    That path cannot exist because that profile is no longer present on the machine - so where exactly is the task sequence storing these temp files??
    Can someone confirm if this Temp Directory path is vital to the task sequence successfully completing or not, and if it IS important how to set the Temp Directory?
    Thank
    John

    Ok, can rule out the issue with Temp Directory path. 
    Uninstalled SCCM admin console, defined new temp and tmp folders in env var, installed SCCM admin console, started another PreStage media job, failed again with same errors.
    Failed to mount WIM file 0x80070002
    Failed to create media 0x80070002
    CreatTSMedia failed with error 0x80070002 details MediaGenerator 
    Can't figure out what 'The system cannot find the file specified' means, the temp files are clearly being created during the media creation process and I have local administrator rights to the machine I am using.
    John

  • Error :  While applying the Patch 4440000

    Error :  While applying the Patch 4440000
    FAILED: file igwprop.odf on worker  1 for product igw username IGW.
    When i check the worker log file i got this error
    The sequence IGW_AWARDS_S in the database is defined as:
    MINVALUE = 1 MAXVALUE = 2147483647 INCREMENT BY = 1
    CYCLE = NO ORDER = NO CACHE = 1000
    which should be defined as:
    MINVALUE = 10000 MAXVALUE = 2147483647 INCREMENT BY = 1
    CYCLE = NO ORDER = NO CACHE = 1000
    (Note: The cache value for sequence IGW_AWARDS_S is 20 in the ODF file. The value 1000 is being used instead because this provides better performance when selecting from the sequence.)
    Alter the sequence with :
    Start time for statement below is: Sun Oct 06 2013 22:16:28
    ALTER SEQUENCE IGW.IGW_AWARDS_S MINVALUE 10000
    AD Worker error:
    The following ORACLE error:
    ORA-04007: MINVALUE cannot be made to exceed the current value
    occurred while executing the SQL statement:
    ALTER SEQUENCE IGW.IGW_AWARDS_S MINVALUE 10000
    AD Worker error:
    Unable to compare or correct sequences
            because of the error above
    Time when worker failed: Sun Oct 06 2013 22:16:28
    plz help me in solving this.

    Check the current value of IGW_AWARDS_S sequence and make sure the MINVALUE in the patch (i.e. 10000) is not greater than the current one.
    OERR: ORA 4007 MINVALUE cannot be made to exceed the current value (Doc ID 19824.1)
    You may also log a SR.
    Thanks,
    Hussein

  • Error while applying patch for SOA suite 10.1.3.4 on Weblogic 9.2 - URGENT

    Hi All,
    I am trying to apply a weblogic patch on SOA server but facing an error while applying the Opatch . I checked the accessibilty to opatch inventory by using the command % opatch lsinventory . This executed fine and there were no errors. But when I try applying the opatch I get the error -that some jars missing . Even if I replace the jars and try executing opatch again I face the same error . I googled a lot but couldnt find any solution . Please let me what can be done for solving this error .
    D:\7337034>opatch apply -oh D:\product\10.1.3.1\OracleAS_1
    Oracle Interim Patch Installer version 1.0.0.0.61
    Copyright (c) 2009 Oracle Corporation. All Rights Reserved..
    Oracle recommends you to use the latest OPatch version
    and read the OPatch documentation available in the OPatch/docs
    directory for usage. For information about the latest OPatch and
    other support-related issues, refer to document ID 293369.1
    available on My Oracle Support (https://myoraclesupport.oracle.com)
    Oracle Home : D:\product\10.1.3.1\OracleAS_1
    Oracle Home Inventory : D:\product\10.1.3.1\OracleAS_1\inventory
    Central Inventory : C:\Program Files\oracle\inventory
    from : N/A
    OUI location : D:\product\10.1.3.1\OracleAS_1\oui
    OUI shared library : D:\product\10.1.3.1\OracleAS_1\oui\lib\win32\oraInstalle
    r.dll
    Java location : "D:\product\10.1.3.1\OracleAS_1\jdk\jre\bin\java.exe"
    Log file location : D:\product\10.1.3.1\OracleAS_1/.patch_storage/<patch ID>
    /*.log
    Creating log file "D:\product\10.1.3.1\oracleas_1\.patch_storage\7337034\Apply_7
    337034_06-02-2009_13-39-26.log"
    Provide your email address to be informed of security issues, install and
    initiate Oracle Configuration Manager. Easier for you if you use your My
    Oracle Support Email address/User Name.
    Visit http://www.oracle.com/support/policies.html for details.
    Email address/User Name: [email protected]
    Provide your My Oracle Support password to receive security updates via your My
    Oracle Support account.
    Password (optional):
    Password (optional):
    Unable to establish a network connection to Oracle. If your systems require a
    proxy server for outbound Internet connections, enter the proxy server details
    in this format:
    [<proxy-user>@]<proxy-host>[:<proxy-port>]
    If you want to remain uninformed of critical security issues in your
    configuration, enter NONE
    Proxy specification: NONE
    ** Installing base package **
    Deploying core - Version 10.3.1.0.0
    Deploying engines - Version 10.2.7.1.0
    Deploying metricdata - Version 10.2.4.0.3
    Deploying scripts - Version 10.3.1.0.0
    Oracle Configuration Manager has been configured in disconnected mode. If the
    target ORACLE_HOME is running a database, please refer to the
    "Post-installation Database Configuration" section of the OCM Installation
    and Administration Guide
    (http://www.oracle.com/technology/documentation/ocm.html) to complete the
    installation.
    View configuration data reports and access valuable configuration best
    practices by going to My Oracle Support.
    Backing up comps.xml ...
    OPatch detected non-cluster Oracle Home from the inventory and will patch the lo
    cal system only.
    Please shut down Oracle instances running out of this ORACLE_HOME
    (Oracle Home = d:\product\10.1.3.1\oracleas_1)
    Is this system ready for updating?
    Please respond Y|N >
    y
    Applying patch 7337034...
    Patching jar files...
    OPatch encounters the following issues during file patching:
    The following java archives on Windows had problems with being patched:
    1. orabpel.jar
    [ object: DomainFilter.class ]
    2. orabpel.jar
    [ object: AdapterFrameworkListenerImpl$RoutingRuleXPathInfo.class ]
    3. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    4. orabpel.jar
    [ Couldn't make backup copy of file. ]
    5. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    6. orabpel.jar
    [ Couldn't make backup copy of file. ]
    7. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    8. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    9. orabpel.jar
    [ Couldn't make backup copy of file. ]
    Replying 'Y' will terminate the patch installation immediately. It WILL NOT rest
    ore any updates that have been performed to this point. It WILL NOT update the i
    nventory.
    Replying 'N' will update the inventory showing the patch has been applied.
    NOTE: After replying either 'Y' or 'N' it is critical to review:
    My Oracle Support Note 312767.1 How to rollback a failed Interim patch ins
    tallation.
    Do you want to STOP?
    Please respond Y|N >
    y
    File Patching Error!
    ERROR: OPatch failed during patching, possibly due to missing files.
    OPatch returns with error code = 200

    Hi , I am facing the same issue.
    were you able to resolve it.
    please let me know if you were.
    Many Thanks.

  • Error while applying the Service Policy

    Hi,
    I am getting the below error while applying the service policy to the Interface.
    I have set the mpls exp 4 as well as want to limit the bandwidth to 1Mbps
    PE#sh policy-map setexp-GBoIP
      Policy Map setexp-GBoIP
        Class GBoIP-traffic
          set mpls experimental imposition 4
         police cir 1024000 bc 32000
           conform-action transmit
           exceed-action drop
    PE(config-if)#int vlan 2007
    PE(config-if)#service-policy input setexp-GBoIP
    QoS-ERROR: Addition/Modification made to policymap setexp-GBoIP and class GBoIP-traffic is not valid, command is rejected
    As well as I have created new clas--map with priority and Bandwidth and applied in output direction, I got the belwo error while applying the Service policy in
    PE(config-if)#service-policy out TEST
    bandwidth command is not supported in output direction for this interface
    PE(config-if)#service-policy output TEST
    priority command is not supported in output direction for this interface
    Any idea why so ?
    Thanks in Advance.
    Regards,
    Nilesh

    Check the current value of IGW_AWARDS_S sequence and make sure the MINVALUE in the patch (i.e. 10000) is not greater than the current one.
    OERR: ORA 4007 MINVALUE cannot be made to exceed the current value (Doc ID 19824.1)
    You may also log a SR.
    Thanks,
    Hussein

  • Error while applying patch

    Hii..
    Im upgrading from 11.5.10.2 to 12.1.1,
    I have successfully applied the Apply AD 12.1.1 upgrade driver (required) -7461070 patch
    but when i try to apply
    Run the American English upgrade patch driver (required) 6678700
    its giving the following error
    Version check:
    Cannot open patch file:
    */u02/oracle/PROD_r12/apps/apps_st/appl/au/12.0.0/patch/115/driver/admin/applprod.tmp.*
    File will not be copied to destination.
    AutoPatch error:
    Version checking failed for applprod.tmp
    AutoPatch error:
    Failed applying new applprod.txt (if any)
    Can anyone help me in resolving the isuue
    Waiting for your replies.
    Thanks in advance.

    halloo...i also tried that.. first sourced the R12 env file and run adadmin and dropped the tables, after that i sourced 11i env file ,run adadmin nd choose convert to multi org, but the same error is comin again,
    the folowing is the error message comin.
    FAILED: file adorgcnv.pls on worker  2 for product ad  username APPLSYS.
    AD Administration error:
    The following ORACLE error:
    ORA-00001: unique constraint (APPLSYS.AD_DEFERRED_JOBS_U1) violated
    occurred while executing the SQL statement:
    Insert into AD_DEFERRED_JOBS [2]
    AD Administration error:
    Failed saving timing information to AD_DEFERRED_JOBS
    Telling workers to quit...
    *3 workers have quit. Waiting for 1 more.*
    All workers have quit.
    Backing up restart files, if any......Done.
    You should check the file
    */u01/oracle/prodappl/admin/PROD/log/new.log*
    for errors.
    *[oracle@msftrac2 PROD_msftrac2]$*
    Wat can i do next..plz suggestt..waiitng for your replyy..
    Thankss..

  • Error while applying patch 3384350

    Hi all,
    I'm receiving the following error while apply patch 3384350 (Supply Chain Management Family Pack J 11i.SCM_PF.J) to an 11.5.9 instance.
    from adpatch.log:
    The following Oracle Forms objects did not generate successfully:
    inv forms/US INVTDILT.fmx
    from worker log:
    Compiling package body CHECK_RESERVATIONS_ALLOCATIONS...
    Compilation error on package body CHECK_RESERVATIONS_ALLOCATIONS:
    PL/SQL ERROR 358 at line 12, column 9
    column 'INVENTORY_ITEM_ID' exists in more than one table; use qualifier
    PL/SQL ERROR 0 at line 10, column 2
    SQL Statement ignored
    I have a SR open, but thought I would ask here as well in case anyone else had ran into this issue. There was only 1 direct hit on metalink for this error and it provided no solution and it's bug # link was not accessible to the public.
    thanks in advance,
    -Chad

    Compiling package body CHECK_RESERVATIONS_ALLOCATIONS...
    Compilation error on package body CHECK_RESERVATIONS_ALLOCATIONS:
    PL/SQL ERROR 358 at line 12, column 9
    column 'INVENTORY_ITEM_ID' exists in more than one table; use qualifier
    PL/SQL ERROR 0 at line 10, column 2
    SQL Statement ignoredA workaround is to precede the column name ('INVENTORY_ITEM_ID') with the table name so that the column reference is unambiguous. Please note that this is only a workaround to fix the issue if you cannot afford waiting to hear back from Oracle support with a proper solution.

  • Error while applying patch MLR#4

    hi,
    I am getting error while applying patch MLR#4. Can you please let me know whats error can be resolved?
    Please see below the snapshots from log file.
    Thanks,
    Vaibhav
    Execute perf_wid_pid_pcid.sql
    Error: Abort transaction
    java.lang.NullPointerException
    at oracle.tip.adapter.b2b.data.B2BSchemaUpdate.addAQJMSTransportProtocolToGenericExchange(B2BSchemaUpdate.java:1009)
    at oracle.tip.adapter.b2b.data.B2BSchemaUpdate.main(B2BSchemaUpdate.java:509)
    Begin Transaction
    Inserting DocumentRoutingID into X12_DOCUMENT_TYPE_PARAMETERS
    Failure! Error stack:
    java.lang.NullPointerException
    at oracle.tip.buslogic.bll.b2b.DocumentProtocolWizard.getDocumentTypeParameter(DocumentProtocolWizard.java:819)
    at oracle.tip.adapter.b2b.data.B2BParameterSeed.createDocumentTypeParameters(B2BParameterSeed.java:214)
    at oracle.tip.adapter.b2b.data.B2BParameterSeed.main(B2BParameterSeed.java:160)
    start: update opmn xml
    Transaction started
    An exception occured during seeding
    java.lang.NullPointerException
    at oracle.tip.buslogic.bll.b2b.DocumentProtocolWizard.getDocumentTypeParameter(DocumentProtocolWizard.java:819)
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSPatch.createCustomDocumentTypeParameters(EBMSPatch.java:386)
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSPatch.seed(EBMSPatch.java:56)
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSPatch.main(EBMSPatch.java:38)
    Seeding successful
    Error -: AIP-11001: Transaction closed: Error -: AIP-11001: Transaction closed
    at oracle.tip.buslogic.common.Transaction.commit(Transaction.java:72)
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSPatch.seed(EBMSPatch.java:79)
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSPatch.main(EBMSPatch.java:38)
    Caused by: Error -: AIP-11001: Transaction closed
    at oracle.tip.repos.core.driver.CatalogTransaction.commit(CatalogTransaction.java:1464)
    at oracle.tip.buslogic.common.Transaction.commit(Transaction.java:70)
    ... 2 more
    Starting task #1 [AS1SeedTask] ...
    Task [AS1SeedTask]: starting ...
    EDI X12 over AS1 is being seeded.
    create BusinessProtocol EDI-EDI_X12 over AS1....
    creating AS Exchange Protocols...
    create AS1 1.0
    java.lang.Exception: No TransportProtocol found for the given name and revision 'EMail' '1.0'
    at oracle.tip.seed.AS1SeedTask.getTransportProtocol(AS1SeedTask.java:342)
    at oracle.tip.seed.AS1SeedTask.createAS1(AS1SeedTask.java:483)
    at oracle.tip.seed.AS1SeedTask.createAS1ExchangeProtocol(AS1SeedTask.java:423)
    at oracle.tip.seed.AS1SeedTask.createBusinessProtocol_EDI_EDI_X12_AS1(AS1SeedTask.java:530)
    at oracle.tip.seed.AS1SeedTask.doWork(AS1SeedTask.java:104)
    at oracle.tip.seed.SeedDriver.processTasks(SeedDriver.java:222)
    at oracle.tip.seed.SeedDriver.go(SeedDriver.java:283)
    at oracle.tip.seed.AS1SeedDriver.main(AS1SeedDriver.java:80)
    java.lang.Exception: No TransportProtocol found for the given name and revision 'EMail' '1.0'
    at oracle.tip.seed.AS1SeedTask.getTransportProtocol(AS1SeedTask.java:342)
    at oracle.tip.seed.AS1SeedTask.createAS1(AS1SeedTask.java:483)
    at oracle.tip.seed.AS1SeedTask.createAS1ExchangeProtocol(AS1SeedTask.java:423)
    at oracle.tip.seed.AS1SeedTask.createBusinessProtocol_EDI_EDI_X12_AS1(AS1SeedTask.java:530)
    at oracle.tip.seed.AS1SeedTask.doWork(AS1SeedTask.java:104)
    at oracle.tip.seed.SeedDriver.processTasks(SeedDriver.java:222)
    at oracle.tip.seed.SeedDriver.go(SeedDriver.java:283)
    ------------------------------------------

    Make sure that no oracle processes are running on windows, stop all services again and use the task manager to kill any oracle process that is running. But first read de README.txt that you have with your patch, there is all the steps you need to follow to perform that installation.
    Message was edited by:
    user637951

  • Error while applying patch u4440000.drv(part of R12 upgrade from 11.5.10.2)

    Hi All,
    Getting error while applying patch 4440000
    cd $AU_TOP/patch/115/driver/u4440000.drv
    ERROR:
    Failed: XDOLoader.class on worker 1
    Failed: CustMigrationTool.class on worker 2
    Failed: XDOLoader.class on worker 3
    Failed: XDOLoader.class on worker 4
    Worker 2 log file:*
    Start time for file is: Tue Jun 23 2009 00:14:02
    adjava -ms128m -mx256m -nojit oracle.jrad.migration.cust.CustMigrationTool ak % -customer_cust -username &un_apps @ -password &pw_apps -dbconnection &jdbc_db_addr -jrad_username &un_apps @ -jrad_password &pw_apps -jrad_dbconnection &jdbc_db_addr -rootpackage "/oracle/apps/ak/" -migrationdir &fullpath_ak_mds_directory
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 12.0.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    Temporarily resetting CLASSPATH to:
    "/u01/CESERP/app/apps/apps_st/appl/ad/12.0.0/java/adjava.zip:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/CESERP/app/apps/apps_st/comn/java/lib/appsborg.zip:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java/frmall.jar:/u01/CESERP/app/apps/tech_st/10.1.2/jlib/ewt3.jar:/u01/CESERP/app/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/CESERP/app/apps/apps_st/comn/java/classes"
    Calling /u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java ...
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/jrad/migration/cust/CustMigrationTool
    AD Worker error:
    The above program failed. See the error messages listed
    above, if any, or see the log and output files for the program.
    Worker 1 log file:_
    Start time for file is: Tue Jun 23 2009 00:14:02
    adjava -ms128m -mx256m -nojit oracle.apps.xdo.oa.util.XDOLoader UPLOAD -DB_USERNAME &un_apps -DB_PASSWORD &pw_apps -JDBC_CONNECTION &jdbc_db_addr -LOB_TYPE TEMPLATE_SOURCE -APPS_SHORT_NAME AHL -LOB_CODE AHL_RA_ANZ_PRC_PLN_DAY -LANGUAGE en -TERRITORY US -XDO_FILE_TYPE RTF -TRANSLATE Y -FILE_NAME &fullpath:ahl:patch/115/publisher/templates/US:AHLRAT3.rtf
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 12.0.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    Temporarily resetting CLASSPATH to:
    "/u01/CESERP/app/apps/apps_st/appl/ad/12.0.0/java/adjava.zip:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/CESERP/app/apps/apps_st/comn/java/lib/appsborg.zip:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java/frmall.jar:/u01/CESERP/app/apps/tech_st/10.1.2/jlib/ewt3.jar:/u01/CESERP/app/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/CESERP/app/apps/apps_st/comn/java/classes"
    Calling /u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java ...
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/java/util/collections/Comparator
    AD Worker error:
    The above program failed. See the error messages listed
    above, if any, or see the log and output files for the program.
    Time when worker failed: Tue Jun 23 2009 00:14:03
    Worker 3 log file:*
    Start time for file is: Tue Jun 23 2009 00:14:02
    adjava -ms128m -mx256m -nojit oracle.apps.xdo.oa.util.XDOLoader UPLOAD -DB_USERNAME &un_apps -DB_PASSWORD &pw_apps -JDBC_CONNECTION &jdbc_db_addr -LOB_TYPE TEMPLATE_SOURCE -APPS_SHORT_NAME AHL -LOB_CODE AHL_RA_ANZ_PRC_PLN_SUMM -LANGUAGE en -TERRITORY US -XDO_FILE_TYPE RTF -TRANSLATE Y -FILE_NAME &fullpath:ahl:patch/115/publisher/templates/US:AHLRAT4.rtf
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 12.0.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    Temporarily resetting CLASSPATH to:
    "/u01/CESERP/app/apps/apps_st/appl/ad/12.0.0/java/adjava.zip:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/CESERP/app/apps/apps_st/comn/java/lib/appsborg.zip:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java/frmall.jar:/u01/CESERP/app/apps/tech_st/10.1.2/jlib/ewt3.jar:/u01/CESERP/app/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/CESERP/app/apps/apps_st/comn/java/classes"
    Calling /u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java ...
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/java/util/collections/Comparator
    AD Worker error:
    The above program failed. See the error messages listed
    above, if any, or see the log and output files for the program.
    Time when worker failed: Tue Jun 23 2009 00:14:03
    Worker 4 log file:_
    Start time for file is: Tue Jun 23 2009 00:14:01
    adjava -ms128m -mx256m -nojit oracle.apps.xdo.oa.util.XDOLoader UPLOAD -DB_USERNAME &un_apps -DB_PASSWORD &pw_apps -JDBC_CONNECTION &jdbc_db_addr -LOB_TYPE TEMPLATE_SOURCE -APPS_SHORT_NAME AHL -LOB_CODE AHLPRDWC -LANGUAGE en -TERRITORY US -XDO_FILE_TYPE RTF -TRANSLATE Y -FILE_NAME &fullpath:ahl:patch/115/publisher/templates/US:AHLPRDWC1.rtf
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 12.0.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    Temporarily resetting CLASSPATH to:
    "/u01/CESERP/app/apps/apps_st/appl/ad/12.0.0/java/adjava.zip:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/CESERP/app/apps/apps_st/comn/java/lib/appsborg.zip:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java/frmall.jar:/u01/CESERP/app/apps/tech_st/10.1.2/jlib/ewt3.jar:/u01/CESERP/app/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/CESERP/app/apps/apps_st/comn/java/classes"
    Calling /u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java ...
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/java/util/collections/Comparator
    AD Worker error:
    The above program failed. See the error messages listed
    above, if any, or see the log and output files for the program.
    Time when worker failed: Tue Jun 23 2009 00:14:02
    Please let me know any solution
    Thanks in advance
    Regards,
    Bhanu Chander.

    Hi,
    As a part of R12 upgrade.
    once The Installation creates APPL_TOP, COMMON_TOP, INST_TOP and 10g Oracle Home
    Now we are connected to R12 application.
    Applied patch AD.A 4502962.
    Run the American English upgrade patch driver
    cd $AU_TOP/patch/115/driver
    adpatch options=nocopyportion,nogenerateportion
    Please enter the name of your AutoPatch driver file: u4440000.drv
    This patch doesn't have readme it will be under cd $AU_TOP/patch/115/driver
    Thanks,
    Bhanu Chander

  • Getting error while applying psu patch on 11.2.0.2.0

    Hi All,
    I am getting one error while applying psu july patch on top of 11.2.0.2.0
    If anybody has the solution please answer:
    Below is the code sample:
    [oracle@host01 16619893]$ opatch prereq CheckConflictAgainstOHWithDetail -phBase                                                       Dir ./16619893
    Oracle Interim Patch Installer version 11.2.0.3.4
    Copyright (c) 2012, Oracle Corporation.  All rights reserved.
    PREREQ session
    Oracle Home       : /u002/app/oracle/product/11.2.0/dbhome_1
    Central Inventory : /u002/app/oraInventory
       from           : /u002/app/oracle/product/11.2.0/dbhome_1/oraInst.loc
    OPatch version    : 11.2.0.3.4
    OUI version       : 11.2.0.2.0
    Log file location : /u002/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/                                                       opatch2013-06-28_02-08-44AM_1.log
    Invoking prereq "checkconflictagainstohwithdetail"
    Prereq "checkConflictAgainstOHWithDetail" passed.
    OPatch succeeded.
    [oracle@host01 16619893]$ opatch apply
    Oracle Interim Patch Installer version 11.2.0.3.4
    Copyright (c) 2012, Oracle Corporation.  All rights reserved.
    Oracle Home       : /u002/app/oracle/product/11.2.0/dbhome_1
    Central Inventory : /u002/app/oraInventory
       from           : /u002/app/oracle/product/11.2.0/dbhome_1/oraInst.loc
    OPatch version    : 11.2.0.3.4
    OUI version       : 11.2.0.2.0
    Log file location : /u002/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/                                                       opatch2013-06-28_02-10-02AM_1.log
    Verifying environment and performing prerequisite checks...
    Prerequisite check "CheckActiveFilesAndExecutables" failed.
    The details are:
    Following executables are active :
    /u002/app/oracle/product/11.2.0/dbhome_1/lib/libclntsh.so.11.1
    UtilSession failed: Prerequisite check "CheckActiveFilesAndExecutables" failed.
    Log file location: /u002/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/o                                                       patch2013-06-28_02-10-02AM_1.log
    OPatch failed with error code 73
    [oracle@host01 16619893]$ ps -ef |grep libclntsh.so.11.1
    oracle   15943 15446  0 02:11 pts/3    00:00:00 grep libclntsh.so.11.1
    [oracle@host01 16619893]$
    Why I am getting that error?  And how to check wheather lobclntsh.so.11.1 is running and how to kill it?
    Thanks in advance.

    See the below link
    Oracle DBA and RAC DBA Expert: Reason: Cannot apply patch due to fatal error &amp; CheckActiveFilesAndExecutables failed
    I hope it resolves your issue.
    Regards,
    http://www.oracleracexpert.com

  • Oracle Security Patch Error while applying --The filename, directory name,

    Hello,
    I am running into strange error while applying Oracle Security Patch 68 by using Opatch.
    Supposedly, All the environment variables are set properly.
    ACTIVE_STATE_PERL=true
    DBMS_TYPE=ORA
    dbs_ora_tnsname=YBQ
    JAVA_HOME=C:\jdk1.3.1_10
    OPATCH_DEBUG=TRUE
    ORACLE_HOME=E:\oracle\ora92
    ORACLE_SID=YBQ
    Path=E:\oracle\OPatch;C:\jdk1.3.1_10\bin;E:\oracle\Perl\bin;E:\oracle\ora92\jre\1.4.2\bin\client;E:\oracle\ora92\jre\1.4.2\bin;E:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\Program Files\Common Files\VERITAS Shared;\NetBackup\bin;C:\Program Files\Windows Resource Kits\Tools\;C:\Program Files\Support Tools\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;E:\usr\sap\YBQ\SYS\exe\run
    Installed Active Perl. latest version
    downloaded Opatch 1.0.0.50
    and the patch number 3738339
    I went to that directory and run the command :
    perl opatch.pl apply
    It started of well.
    OPatch version is: 1.0.0.0.50
    Using ORACLE_HOME/oui to look up oui libs...
    Oracle Home = E:\oracle\ora92
    Location of Oracle Inventory = E:\oracle\ora92\inventory
    Oracle Universal Installer shared library = E:\oracle\ora92\oui\lib\win32\oraInstaller.dll
    Path to Java = "E:\oracle\ora92\jre\1.4.2\bin\java.exe"
    Location of Oracle Inventory Pointer = N/A
    Location of Oracle Universal Installer components = E:\oracle\ora92\oui
    Required Jar File under Oracle Universal Installer = jlib\OraInstaller.jar
    find under OH/oui/jlib
    found OraInstaller.jar
    Checking if this is a RAC system...
    Accessing inventory... This may take up to 300 seconds.
    (retry 10 times, delay 30 seconds each time)
    System Command: ""E:\oracle\ora92\jre\1.4.2\bin\java.exe" -Dopatch.retry=10 -Dopatch.delay=30 -DTRACING.ENABLED=TRUE -DTRACING.LEVEL=2 -Dopatch.debug=true -classpath "E:\oracle\ora92\oui\jlib\OraInstaller.jar;E:\oracle\ora92\oui\jlib\srvm.jar;jlib\opatch.jar;E:\oracle\ora92\oui\jlib\xmlparserv2.jar;E:\oracle\ora92\oui\jlib\share.jar;.:E:\oracle\ora92\jlib\srvm.jar" opatch/O2O "e:\oracle\ora92" "E:\oracle\ora92\oui" opatch.pl 1.0.0.0.50"
    Result:
    ----- DEBUG is ON -------
    oracle.installer.startup_location will be set to E:\oracle\ora92\oui
    oracle.installer.oui_loc will be set to E:\oracle\ora92\oui
    oracle.installer.scratchPath will be set to /tmp
    opatch.local_node_only is OFF
    retryOption is ON: 10
    delayOption is ON: 30
    Few more stuff here .. not pasting the entire contents
    System Command: ""E:\oracle\ora92\jre\1.4.2\bin\java.exe" -Dopatch.retry=10 -Dopatch.delay=30 -DTRACING.ENABLED=TRUE -DTRACING.LEVEL=2 -Dopatch.debug=true -classpath "E:\oracle\ora92\oui\jlib\OraInstaller.jar;E:\oracle\ora92\oui\jlib\srvm.jar;jlib\opatch.jar;E:\oracle\ora92\oui\jlib\xmlparserv2.jar;E:\oracle\ora92\oui\jlib\share.jar;." opatch/CheckConflict "E:\oracle\ora92\oui" "e:\oracle\ora92" opatch.pl 1.0.0.0.50 3738339 "3741539 3528282 3516951 3622875 3668572 3371796 3239873 3356103 3543125 3666502 2800494 2824035 2964252 3617042 3320622 3571233 3253770 3492040 3566469 3354470 3625370 3583686 3150750 3617519 3635177 3597640 3749394 3542588 3698501 2954891 2918138 3559212 3518909 3412818 3430832 3172282 3358490 3637624 3458446 3179637 2810394 3668224 3609791 3566813 3475932 2338704 3412136 3388633 3540576 3571226 3575743 2690205 3240280 3509265 3177513 3575747 3811906 3554319 3752406 3323435 " E:\3738339\etc\config\actions"
    Result:
    opatch.pl version: 1.0.0.0.50
    Copyright (c) 2001-2004 Oracle Corporation. All Rights Reserved.
    The filename, directory name, or volume label syntax is incorrect.
    Error in executing Java program to check conflict
    ERROR: OPatch failed during pre-reqs check.
    Now there is no problem with executing the last java program in the same prompt by removing the first and the last double quote "
    Please advise.
    Thanks in advance.

    hi somnath,
    this is the portal content management forum. for your database question please use the database forums:
    http://forums.oracle.com/forums/index.jsp?cat=18
    thanks,
    christian

Maybe you are looking for

  • Naming components created in a loop?

    I asked this once before, but none of the answers work in this case. I am creating a series of components as children of a viewstack based on XML loaded.  I am looping through the XML and instancing a component for each node. private function createS

  • Which temp tablespace will used during the import (impdp) ?

    Oracle version : 11.2.0.3 on Solaris We have created an empty schema called MLDT_FN and set its default temporary tablespace as TEMP_MLDT. We usually use SYSTEM user to do exports (expdp) and imports (impdp) During a schema level (or table level) imp

  • Distance from a Zip Code

    I have a list of 500 names with corresponding zip codes and I want Numbers to automatically tell me the distance the person's zip code is from a default zip code.  Is there any way to do this so I don't have to put each one individually into Google M

  • Reading windows user id and computer name

    I am using servlet and jsp's in my web application. I want to read clients computer name and their windows userId in jsp. How I can do this? Thanks, Reddy

  • Functional  Specification Documents for SAP Sales and Distribution

    Dear Gurus, I am having the problems of Invoice Output..... the default out put generated by the SAP is completely different from the hard copy of the Invoice of the Client. ppl say that I have 2 take the help of ABAPers to define the smart forms for