Errors while trying for goods receipt of orders saved

Dear members,
            While clicking the goods receipt of the material I got the following two errors while trying it  for  different materials in two different situations:
1. No SLED processing for material . Data entered is can cancelled. What does this mean?
2. I am getting Mat. is a miss. Part MRP controller INTERTHAL will be notified. how do I handle this error.
Regards,
Sandhya

1) you have to enter Self life expiraiton date or produciton date.
2) Go to CO24 and check the missing part for this material and resolved that than do GR.

Similar Messages

  • Error while posting the Goods Receipt

    Hi Friends,
    I am having an issue while posting the Goods Receipt.
    I am getting the error "Balance not zero: 1.000,00- debit: 0,00 credit: 1.000,00". I am using the Purchase Order with Account Assignment category P and K. When ever I used the account assignment category, I am getting this type of error. I have checked the configuration and every thing is OK. System is not able to debit the G/L account which is mentioned in the Purchase Order, hence the problem. However, I think system is able to get the G/L account (to Credit the amount) from Automatic Account determination.
    Would like to know if any one come across similar type of problem and resolved it.
    We have recently upgraded the system from 4.7 to ECC 6.0.
    Apprciate the help.
    Thank you,
    Prakash

    Hi
    Thank you for the reply.
    I have checked what you have mentioned. While creating PO it is determining the G/L account automatically through the assignments in OBYC. Even then I am getting the error while doing the Goods Receipt.
    Any one is having any idea?
    Thank you,
    Prakash
    Edited by: Prakash KM on Dec 17, 2010 6:26 PM

  • BAPI needed  for  Goods Receipt Purchase Order(Transaction : MIGO)

    Hi all,
    We have a requirement where in we need to post the documents throuh BAPI for Goods receipt Purchase order(Transaction: MIGO).
    Any inputs on this..is highly appreciable...
    thanks in advance...
    regards..
    prathima.

    Hi,
    use 'BAPI_GOODSMVT_CREATE'
    Check this sample.
    code
    REPORT ZRICH_0001 .
    Structures for BAPI
    DATA: GM_HEADER TYPE BAPI2017_GM_HEAD_01.
    DATA: GM_CODE TYPE BAPI2017_GM_CODE.
    DATA: GM_HEADRET TYPE BAPI2017_GM_HEAD_RET.
    DATA: GM_ITEM TYPE TABLE OF
    BAPI2017_GM_ITEM_CREATE WITH HEADER LINE.
    DATA: GM_RETURN TYPE BAPIRET2 OCCURS 0 WITH HEADER LINE.
    DATA: GM_RETMTD TYPE BAPI2017_GM_HEAD_RET-MAT_DOC.
    CLEAR: GM_RETURN, GM_RETMTD. REFRESH GM_RETURN.
    Setup BAPI header data.
    GM_HEADER-PSTNG_DATE = SY-DATUM.
    GM_HEADER-DOC_DATE = SY-DATUM.
    GM_CODE-GM_CODE = '04'. " MB1A
    Write 971 movement to table
    CLEAR GM_ITEM.
    MOVE '412' TO GM_ITEM-MOVE_TYPE .
    MOVE 'Q' TO GM_ITEM-SPEC_STOCK.
    MOVE '3800533484' TO GM_ITEM-MATERIAL.
    MOVE '1' TO GM_ITEM-ENTRY_QNT.
    *MOVE 'PC' TO GM_ITEM-ENTRY_UOM.
    MOVE '1060' TO GM_ITEM-PLANT.
    MOVE '0007' TO GM_ITEM-STGE_LOC.
    *MOVE '0901' TO GM_ITEM-MOVE_REAS.
    MOVE 'P203601001' TO GM_ITEM-WBS_ELEM.
    MOVE 'P203601001' TO GM_ITEM-VAL_WBS_ELEM.
    APPEND GM_ITEM.
    Call goods movement BAPI
    CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
    EXPORTING
    GOODSMVT_HEADER = GM_HEADER
    GOODSMVT_CODE = GM_CODE
    IMPORTING
    GOODSMVT_HEADRET = GM_HEADRET
    MATERIALDOCUMENT = GM_RETMTD
    TABLES
    GOODSMVT_ITEM = GM_ITEM
    RETURN = GM_RETURN.
    IF NOT GM_RETMTD IS INITIAL.
    COMMIT WORK AND WAIT.
    CALL FUNCTION 'DEQUEUE_ALL'.
    ELSE.
    COMMIT WORK AND WAIT.
    CALL FUNCTION 'DEQUEUE_ALL'.
    ENDIF.
    WRITE:/ GM_RETMTD.
    LOOP AT GM_RETURN.
    WRITE:/ GM_RETURN.
    ENDLOOP.
    [/code]
    Also check the Bapis
    BAPI_PO_CREATE --> To create Purchase Order
    BAPI_PO_CHANGE --> To change Purchase Order
    BAPI_PO_GETDETAIL --> Todisplay Purchase Order
    Regards,
    Raj.

  • Error while doing post good receipt

    Hi Frnd,
       I am doing Returns delivery VL02n while doing Post goods receipt i am getting an error saying that
    *Document is incomplete: You cannot post goods movement*
    The batches are not defined for delivery item 900001
    What is this error ?
    Regards
    Rakesh

    Hi Rakesh,
    Go to IMG... logistic general ... batch management ...  batch determination and batch check ... batch search procedure and check the activationu2026 Activate Automatic Batch Determination in SD
    Activate Automatic Batch Determination for Delivery Item Categories
    I think you have not checked the Auto batch determination for your delivery item categories.
    Please check and then try.
    Hope it helps,
    Regards,
    MT

  • Error while reversal of good receipt

    Hi Experts,
    I have 1 sto for which GR is doen I want to cancel the material document using MIGO But I get belowm netioned error.
    Error
    Material document cannot be processed
    Message no. M7130
    Diagnosis
    This material document was generated through the posting of a physical inventory document, a delivery via Shipping, or some other automatic movement (such as an order confirmation in PP or a usage decision in QM) and cannot be processed with this function.
    System Response
    In this transaction, the system can only cancel a material document if the latter was created using an Inventory Management transaction.
    Procedure
    Cancel the material document in the component that created the document.
    You can only reverse the goods movement created through the posting of a physical inventory document by carrying out a new physical inventory for the relevant material. You can reverse a delivery effected via Shipping using transaction VL09.

    Hi Jurgen,
    When I try to reverse goods issue using VL09 so that goods receipt will automatically will get reversed.
    But I am getting below error.
    Cancellation of goods movement from decentr. systems is not possible.
    Thanks,
    Kiran

  • Error while trying to deploy the fusion order aplication

    i've succeded tu install the schemas, to deploy the store front module , and when i try to deploy the aplication i encounter one error :(
    this is my "build.properties" edited file:
    # Global build property set for SOA fusion order demo #
    # > author: clemens utschig (oracle corp) 2009 #
    # path for libraries and script imports
    oracle.home=D:\\Middleware\\JDEV\\jdeveloper\\
    ################ INTERNAL SEED PROPERTIES - BEGIN ##################
    # !!!!! DO NOT MODIFY !!!!! #
    # internal version number
    fod.version=2.3_ps3
    # common libs home
    oracle.common.home=${oracle.home}/../oracle_common
    # Sub directory for deployment artifacts
    deploy.sub.dir=deploy
    # sub directory for deployment / build scripts
    bin.sub.dir=bin
    # jee application homes
    creditauthorization.home=../CreditCardAuthorization
    orderapproval.home=../OrderApprovalHumanTask
    external.partnersupplier.home=../ExternalLegacyPartnerSupplierEjb
    # composite homes
    orderbookingsdo.composite.home=../OrderSDOComposite
    partnersupplier.composite.home=../PartnerSupplierComposite
    orderbooking.composite.home=../OrderBookingComposite
    b2b.composite.home=../B2BX12OrderGateway
    # adf service implementation context url
    storefrontservice.contextUri.adf=StoreFrontServiceHooks/StoreFrontService
    # sca composite based context url
    storefrontservice.contextUri.soa=soa-infra/services/${soa.partition.name}/OrderSDOComposite!1.0/StoreFrontService
    # ejb uri for the ExternalPartnerSupplierEJB
    partnersupplier.ejb.uri=WebLogicFusionOrderDemo-ExternalLegacyPartnerSupplierEjb-SessionEJB#com.otn.sample.fod.soa.externalps.IExternalPartnerSupplierService
    # ejb uri for the ExternalPartnerSupplierEJB JSca implementation via Spring C&I
    partnersupplier.jsca.ejb.uri=WebLogicFusionOrderDemo-ExternalLegacyPartnerSupplierJScaEjb
    ## global connection settings for deployer, rmi and others
    # admin server t3:// url - for deployment
    wls.url=t3://${admin.server.host}:${admin.server.port}
    # mgd server t3:// url - for ejb
    wls.mgd.server.url=t3://${managed.server.host}:${managed.server.rmi.port}
    # the jndi ctx factory
    java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory
    ################## INTERNAL SEED PROPERTIES - END ####################
    # partition where the composites should be deployed to
    soa.partition.name=soaFusionOrderDemo
    # set to false if you want to use adf backed services.
    soa.only.deployment=true
    # deploy the b2b x12 order processing composite
    enable.b2b.composite=true
    # use a normal ejb3 for the external partner supplier (comment or set to false),
    # or use the new Weblogic SCA for Java EJB binding (uncomment and set to true)
    use.jsca.ejb.impl=true
    # file adapter directory - amend to your OS (use \\ for windows and / for unix)
    orderbooking.file.adapter.dir=/tmp
    # file adapter control directory - amend to your OS (use \\ for windows and / for unix)
    orderbooking.file.adapter.control.dir=/tmp/control
    # jndi name of the jms topic for orderbooking composite
    orderbooking.jms.topic.jndi=jms/DemoSupplierTopicUdd
    ###### Deployment server connection information
    # the admin server connection information - to seed the topics
    admin.server.host=RZV-PC
    admin.server.port=7001
    # the domain where soa infra is installed
    server.domain.name=soa_domain
    # connection information for the managed server, used for soa-deployment, http
    managed.server.host=RZV-PC
    managed.server.port=8001
    # rmi port for testing, ejb invocation and others
    managed.server.rmi.port=8001
    # credential information for the servers
    server.user=weblogic
    server.password=weblogic@
    # wls target server (for shiphome set to server_soa, for ADRS use AdminServer)
    server.targets=soa_server1
    # soa-server side oracle home directory - needed for deployment plans
    # and the weblogic sca library deployment (out of the ExternalPartnerSupplier project
    soa.server.oracle.home=D:\\AS11gR1SOA
    ####### for business event testing - this is to enqueue the business event
    # soa db main schema username
    soa.db.username=sys as sysdba
    # soa db password
    soa.db.password=razvan
    # soa db connect string => host:port:sid
    soa.db.connectstring=RZV-PC:1521:xe
    ##### MetaDataServices repository settings (used for SOA shared artifacts) #####
    # use "jdev" for local jdeveloper install, "db" for database
    # In case of "db" amend the below (jdbc) settings for the mds db
    foreign.mds.type=db
    # Note: BEFORE you deploy make sure you amend these settings to your REMOTE
    # db - that is backing soa-infra, set the above mds.type to "db" and run
    # the "importCommonServiceArtifactsIntoMds" target. This will import the common
    # shared artifacts of $OH/bin/soa-seed/ into the remote (RT) mds.
    # On a shiphome install this user is normally named sh_mds
    mds.db.userid=sys as sysdba
    mds.db.password=razvan
    # database connection string: driver@host:port:sid
    mds.db.jdbc-url=jdbc:oracle:thin:@RZV-PC:1521:xe
    and this is the error i get :
    Buildfile: C:\fod\CompositeServices\bin\build.xml
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    init:
    [echo] SOA Suite 11g version:
    [java]
    [java] *****************************************************************************
    [java] Oracle SOA Server version 11.1.1.5.0
    [java] Build: 0
    [java] Build time: Mon Apr 18 18:05:14 PDT 2011
    [java] Build type: release
    [java] Source tag: PCBPEL_11.1.1.5.0_GENERIC_110418.1550.0174
    [java]
    [echo] soa infra mgmt home: D:\Middleware\JDEV\jdeveloper\
    setupWorkspaceForJdeveloperUse:
    [echo] !!! Setting up workspace for JDeveloper use, hence seeding adf-config, connections.xml and populating mds
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    init:
    [echo] SOA Suite 11g version:
    [java]
    [java] *****************************************************************************
    [java] Oracle SOA Server version 11.1.1.5.0
    [java] Build: 0
    [java] Build time: Mon Apr 18 18:05:14 PDT 2011
    [java] Build type: release
    [java] Source tag: PCBPEL_11.1.1.5.0_GENERIC_110418.1550.0174
    [java]
    [echo] soa infra mgmt home: D:\Middleware\JDEV\jdeveloper\
    createMDSConnections:
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    createMDSConnectionForDB:
    [echo] Creating ../.adf/META-INF/adf-config.xml for database backed MDS
    [input] skipping input as property mds.db.password has already been set.
    [copy] Copying 1 file to C:\fod\CompositeServices\.adf\META-INF
    [echo] Using jdbc:oracle:thin:@RZV-PC:1521:xe for db-based backing, with user sys as sysdba
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    createMDSConnectionForFileStore:
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    createMDSConnectionForServerFileStore:
    importCommonServiceArtifactsIntoMds:
    [java] Starting local filesystem import into mds ..
    [java] oracle.mds.config.MDSConfigurationException: MDS-01330: unable to load MDS configuration document
    [java] MDS-01329: unable to load element "persistence-config"
    [java] MDS-01370: MetadataStore configuration for metadata-store-usage "mstore-usage_1" is invalid.
    [java] ORA-06550: line 1, column 12:
    [java] PLS-00201: identifier 'MDS_INTERNAL_SHREDDED.GETREPOSITORYVERSION' must be declared
    [java] ORA-06550: line 1, column 7:
    [java] PL/SQL: Statement ignored
    [java]
    [java]
    [java]      at oracle.mds.config.PConfig.loadFromBean(PConfig.java:690)
    [java]      at oracle.mds.config.PConfig.<init>(PConfig.java:499)
    [java]      at oracle.mds.config.MDSConfig.loadFromBean(MDSConfig.java:707)
    [java]      at oracle.mds.config.MDSConfig.loadFromElement(MDSConfig.java:764)
    [java]      at oracle.mds.config.MDSConfig.<init>(MDSConfig.java:515)
    [java]      at oracle.mds.config.MDSConfig.<init>(MDSConfig.java:443)
    [java]      at com.otn.sample.fod.soa.util.MdsImportTask.getTargetMdsInstanceByAdfConfig(MdsImportTask.java:133)
    [java]      at com.otn.sample.fod.soa.util.MdsImportTask.execute(MdsImportTask.java:155)
    [java]      at com.otn.sample.fod.soa.util.MdsImportTask.main(MdsImportTask.java:84)
    [java] Caused by: oracle.mds.exception.MDSExceptionList: MDS-01329: unable to load element "persistence-config"
    [java] MDS-01370: MetadataStore configuration for metadata-store-usage "mstore-usage_1" is invalid.
    [java] ORA-06550: line 1, column 12:
    [java] PLS-00201: identifier 'MDS_INTERNAL_SHREDDED.GETREPOSITORYVERSION' must be declared
    [java] ORA-06550: line 1, column 7:
    [java] PL/SQL: Statement ignored
    [java]
    [java]
    [java]      at oracle.mds.config.PConfig.loadFromBean(PConfig.java:684)
    [java]      ... 8 more
    [java] Exception in thread "main" MDS-01330: unable to load MDS configuration document
    [java] MDS-01329: unable to load element "persistence-config"
    [java] MDS-01370: MetadataStore configuration for metadata-store-usage "mstore-usage_1" is invalid.
    [java] ORA-06550: line 1, column 12:
    [java] PLS-00201: identifier 'MDS_INTERNAL_SHREDDED.GETREPOSITORYVERSION' must be declared
    [java] ORA-06550: line 1, column 7:
    [java] PL/SQL: Statement ignored
    [java]
    [java]
    [java]      at com.otn.sample.fod.soa.util.MdsImportTask.execute(MdsImportTask.java:225)
    [java]      at com.otn.sample.fod.soa.util.MdsImportTask.main(MdsImportTask.java:84)
    BUILD FAILED
    C:\fod\CompositeServices\bin\build.xml:276: The following error occurred while executing this line:
    C:\fod\CompositeServices\bin\common-sca-tools.xml:414: Java returned: 1
    Total time: 4 seconds
    please help, i need this aplication for my final year project .
    Thanx

    this is the complete log:
    Buildfile: C:\fod\CompositeServices\bin\build.xml
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    init:
    [echo] SOA Suite 11g version:
    [java]
    [java] *****************************************************************************
    [java] Oracle SOA Server version 11.1.1.5.0
    [java] Build: 0
    [java] Build time: Mon Apr 18 18:05:14 PDT 2011
    [java] Build type: release
    [java] Source tag: PCBPEL_11.1.1.5.0_GENERIC_110418.1550.0174
    [java]
    [echo] soa infra mgmt home: D:\Middleware\JDEV\jdeveloper\
    compile-build-all:
    [echo] Building and compiling SOA Fusion Order Demo ..
    clean:
    [echo] Cleanup of OrderApprovalHumanTask
    [delete] Deleting: C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.war
    [delete] Deleting: C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.ear
    init:
    compile:
    [javac] Compiling 6 source files to C:\fod\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\classes
    copy:
    [copy] Copying 191 files to C:\fod\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\classes
    create-ear:
    [copy] Copying 4 files to C:\fod\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\lib
    [war] Building war: C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.war
    [delete] Deleting directory C:\fod\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\lib
    setupDeploymentEnvironment:
    [echo] Step1: copy template ./templates/connections.xml.seed to ../../.adf/META-INF/connections.xml
    [copy] Copying 1 file to C:\fod\CompositeServices\.adf\META-INF
    [echo] Step2: setup descriptor, soa-only? true, modifying ../../.adf/META-INF/connections.xml
    [echo] replacing ws-endpoint with RZV-PC:8001/soa-infra/services/soaFusionOrderDemo/OrderSDOComposite!1.0/StoreFrontService
    [echo] replacing ws-binding with {www.globalcompany.example.com}StoreFrontServiceBinding
    [mkdir] Created dir: C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\adf\META-INF
    [copy] Copying 2 files to C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\adf\META-INF
    [echo] Creating custom adf config for customization of connections.xml - datasource: jdbc/mds/MDS_LocalTxDataSource
    [mkdir] Created dir: C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\lib
    [copy] Copying 1 file to C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\lib
    [ear] Building ear: C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.ear
    [delete] Deleting directory C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\adf
    [delete] Deleting directory C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\lib
    create-deployable-composite:
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting C:\fod\CompositeServices\OrderBookingComposite\bin/..//deploy/sca_OrderBookingComposite_rev1.0.jar
    [delete] Deleting: C:\fod\CompositeServices\OrderBookingComposite\deploy\sca_OrderBookingComposite_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in C:\fod\CompositeServices\OrderBookingComposite\bin/..//composite.xml
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "C:\fod\CompositeServices\OrderBookingComposite\bin/..//composite.xml"
    [scac] Composed "OrderProcessor" in 107.0 milliseconds [nodes 138=10+128, 1,290.0 nodes/sec]
    [scac] Compiled "OrderProcessor" in 2.057 seconds
    [scac] Gathered 14 files in 1.3 milliseconds
    [scac] Packaged "OrderProcessor" in 24.5 milliseconds
    [scac] Composed "InternalWarehouseService" in 8.0 milliseconds [nodes 6=0+6, 752.6 nodes/sec]
    [scac] Compiled "InternalWarehouseService" in 1.006 seconds
    [scac] Gathered 3 files in 0.8 milliseconds
    [scac] Packaged "InternalWarehouseService" in 6.0 milliseconds
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] >> modified xmlbean locale class in use
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] warning: location {ns:composite/ns:reference[@name='CreditCardAuthorizationService']}(170,128): Failed to Find Binding "CreditCardAuthorizationService":"{http://www.globalcompany.example.com/ns/CreditAuthorizationService}CreditAuthorizationPort" in WSDL Manager
    [scac] warning: location {ns:composite/ns:reference[@name='PartnerSupplierService']}(163,122): Failed to Find Binding "PartnerSupplierService":"{http://www.partnersupplier.example.com/ns/warehouse}ExternalPartnerSupplier_pt" in WSDL Manager
    [scac] warning: location {ns:composite/ns:reference[@name='StoreFrontService']}(180,162): Failed to Find Binding "StoreFrontService":"{www.globalcompany.example.com}StoreFrontServiceSoapHttpPort" in WSDL Manager
    [scac] warning: in OrderProcessor.bpel(223): <from> value type "{http://www.w3.org/2001/XMLSchema}long" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] warning: in OrderProcessor.bpel(310): <from> value type "{http://www.w3.org/2001/XMLSchema}decimal" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] warning: in OrderProcessor.bpel(310): <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] warning: in OrderProcessor.bpel(390): <from> value type "{http://www.w3.org/2001/XMLSchema}decimal" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}double"
    [scac] warning: in OrderProcessor.bpel(390): <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}boolean"
    [scac] warning: in OrderProcessor.bpel(429): <from> value type "{http://www.w3.org/2001/XMLSchema}boolean" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] warning: in OrderProcessor.bpel(571): <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    package:
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [mkdir] Created dir: C:\fod\CompositeServices\OrderBookingComposite\dist
    [copy] Copying 139 files to C:\fod\CompositeServices\OrderBookingComposite\dist
    [copy] Warning: C:\fod\CompositeServices\OrderBookingComposite\src not found.
    [copy] Warning: C:\fod\CompositeServices\OrderBookingComposite\SCA-INF\src not found.
    [copy] Copying 6 files to C:\fod\CompositeServices\OrderBookingComposite\dist\SCA-INF\classes
    [jar] Building jar: C:\fod\CompositeServices\OrderBookingComposite\deploy\sca_OrderBookingComposite_rev1.0.jar
    [delete] Deleting directory C:\fod\CompositeServices\OrderBookingComposite\dist
    setupDeploymentEnvironment:
    [copy] Copying 1 file to C:\fod\CompositeServices\OrderBookingComposite\bin
    [echo] Setting up deployment plan, modifying orderbooking_deployment_plan.xml
    [echo] Replacing ws-endpoint with RZV-PC:8001/soa-infra/services/soaFusionOrderDemo/OrderSDOComposite!1.0/StoreFrontService
    [echo] Replacing soa server and wls server information
    [echo] -SOA: RZV-PC 8001
    [echo] Replacing file adapter endpoint with /tmp
    [echo] Disabling global bam sensors? true
    [echo] Amending jndi destination for jms topic jms/DemoSupplierTopicUdd
    [echo] Replacing soa partition name with soaFusionOrderDemo
    [echo] Replacing values for bam connection in connections.xml
    [echo] Bam server host: localhost
    [echo] Bam server host: 9001
    [echo] Bam server user: weblogic
    [echo] Spring lib path: D:\Middleware\JDEV\jdeveloper\/../oracle_common/modules/org.springframework_2.5.jar
    compile-classes:
    create-deployable-composite:
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting C:\fod\CompositeServices\PartnerSupplierComposite\bin/..//deploy/sca_PartnerSupplierComposite_rev1.0.jar
    [delete] Deleting: C:\fod\CompositeServices\PartnerSupplierComposite\deploy\sca_PartnerSupplierComposite_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in C:\fod\CompositeServices\PartnerSupplierComposite\bin/..//composite.xml
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "C:\fod\CompositeServices\PartnerSupplierComposite\bin/..//composite.xml"
    [scac] Composed "ExternalPartnerSupplier" in 41.0 milliseconds [nodes 6=0+6, 146.4 nodes/sec]
    [scac] Compiled "ExternalPartnerSupplier" in 1.584 seconds
    [scac] Gathered 3 files in 0.8 milliseconds
    [scac] Packaged "ExternalPartnerSupplier" in 8.8 milliseconds
    [scac] ### clazz: interface com.otn.sample.fod.soa.internalsupplier.IInternalPartnerSupplier
    [scac] ### clazz: interface writequoterequest.partnersuppliercomposite.weblogicfusionorderdemo.file.adapter.pcbpel.com.oracle.xmlns.Write_ptt
    [scac] ### qname: {http://xmlns.oracle.com/pcbpel/adapter/file/WebLogicFusionOrderDemo/PartnerSupplierComposite/WriteQuoteRequest}Write_ptt
    [scac] ### clazz: interface com.otn.sample.fod.soa.externalps.IExternalPartnerSupplierService
    [scac] ### clazz: interface com.otn.sample.fod.soa.externalps.IExternalPartnerSupplierService
    [scac] ### clazz: interface com.otn.sample.fod.soa.internalsupplier.IInternalPartnerSupplier
    [scac] ### clazz: interface com.otn.sample.fod.soa.internalsupplier.IInternalPartnerSupplier
    [scac] ### clazz: interface com.otn.sample.fod.soa.internalsupplier.IInternalPartnerSupplier
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] >> modified xmlbean locale class in use
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] warning: in PartnerSupplierMediator.mplan: Case "ExternalPartnerSupplier.externalpartnersupplier_client.process" doesnt have any payload transformation Please make sure source and target message part name are same and of same type. Otherwise, target reference may fail to execute with error message like "Input sourcelike Null" or "Part not found"
    package:
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [echo] deleting .class files of C:\fod\CompositeServices\PartnerSupplierComposite\bin/..//SCA-INF/classes
    [javac] Compiling 18 source files to C:\fod\CompositeServices\PartnerSupplierComposite\SCA-INF\classes
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [mkdir] Created dir: C:\fod\CompositeServices\PartnerSupplierComposite\dist
    [copy] Copying 66 files to C:\fod\CompositeServices\PartnerSupplierComposite\dist
    [copy] Warning: C:\fod\CompositeServices\PartnerSupplierComposite\SCA-INF\src not found.
    [copy] Copying 7 files to C:\fod\CompositeServices\PartnerSupplierComposite\dist\SCA-INF\classes
    [jar] Building jar: C:\fod\CompositeServices\PartnerSupplierComposite\deploy\sca_PartnerSupplierComposite_rev1.0.jar
    [delete] Deleting directory C:\fod\CompositeServices\PartnerSupplierComposite\dist
    [echo] Spring lib path: D:\Middleware\JDEV\jdeveloper\/../oracle_common/modules/org.springframework_2.5.jar
    setupDeploymentEnvironment:
    [copy] Copying 1 file to C:\fod\CompositeServices\PartnerSupplierComposite\bin
    [echo] Setting up deployment plan, modifying PartnerSupplierComposite_cfgplan.xml
    [echo] Replacing ejb-name with WebLogicFusionOrderDemo-ExternalLegacyPartnerSupplierJScaEjb
    [echo] Replacing file adapter endpoint with /tmp/quote
    create-deployable-composite:
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting C:\fod\CompositeServices\OrderSDOComposite\bin/..//deploy/sca_OrderSDOComposite_rev1.0.jar
    [delete] Deleting: C:\fod\CompositeServices\OrderSDOComposite\deploy\sca_OrderSDOComposite_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in C:\fod\CompositeServices\OrderSDOComposite\bin/..//composite.xml
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "C:\fod\CompositeServices\OrderSDOComposite\bin/..//composite.xml"
    [scac] Composed "CustomerAndOrderService" in 140.2 milliseconds [nodes 63=1+62, 449.2 nodes/sec]
    [scac] Compiled "CustomerAndOrderService" in 1.814 seconds
    [scac] Gathered 5 files in 0.9 milliseconds
    [scac] Packaged "CustomerAndOrderService" in 11.9 milliseconds
    [scac] warning: in CustomerAndOrderService.bpel(254): <from> value type "{http://www.w3.org/2001/XMLSchema}anySimpleType" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}integer"
    [scac] warning: in CustomerAndOrderService.bpel(359): <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}long"
    [scac] warning: in CustomerAndOrderService.bpel(493): <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}long"
    package:
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [mkdir] Created dir: C:\fod\CompositeServices\OrderSDOComposite\dist
    [copy] Copying 12 files to C:\fod\CompositeServices\OrderSDOComposite\dist
    [copy] Warning: C:\fod\CompositeServices\OrderSDOComposite\src not found.
    [copy] Warning: C:\fod\CompositeServices\OrderSDOComposite\SCA-INF\src not found.
    [copy] Copying 6 files to C:\fod\CompositeServices\OrderSDOComposite\dist\SCA-INF\classes
    [jar] Building jar: C:\fod\CompositeServices\OrderSDOComposite\deploy\sca_OrderSDOComposite_rev1.0.jar
    [delete] Deleting directory C:\fod\CompositeServices\OrderSDOComposite\dist
    create-deployable-composite:
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting C:\fod\CompositeServices\B2BX12OrderGateway\bin/..//deploy/sca_B2BX12OrderGateway_rev1.0.jar
    [delete] Deleting: C:\fod\CompositeServices\B2BX12OrderGateway\deploy\sca_B2BX12OrderGateway_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in C:\fod\CompositeServices\B2BX12OrderGateway\bin/..//composite.xml
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "C:\fod\CompositeServices\B2BX12OrderGateway\bin/..//composite.xml"
    [scac] Composed "B2BOrderProcessingEngine" in 89.0 milliseconds [nodes 45=2+43, 505.7 nodes/sec]
    [scac] Compiled "B2BOrderProcessingEngine" in 2.010 seconds
    [scac] Gathered 7 files in 1.0 milliseconds
    [scac] Packaged "B2BOrderProcessingEngine" in 13.9 milliseconds
    [scac] warning: location {ns:composite/ns:reference[@name='StoreFrontService']}(48,162): Failed to Find Binding "StoreFrontService":"{www.globalcompany.example.com}StoreFrontServiceSoapHttpPort" in WSDL Manager
    [scac] warning: location {ns:composite/ns:reference[@name='OrderBookingService']}(59,116): Failed to Find Binding "OrderBookingService":"{http://www.globalcompany.example.com/ns/OrderBookingService}OrderProcessor_pt" in WSDL Manager
    [scac] warning: in B2BOrderProcessingEngine.componentType: property "bpel.config.use.events" may not be understood by BPEL component B2BOrderProcessingEngine - it will likely be ignored.
    [scac] warning: in B2BOrderProcessingEngine.bpel(188): <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    package:
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [mkdir] Created dir: C:\fod\CompositeServices\B2BX12OrderGateway\dist
    [copy] Copying 27 files to C:\fod\CompositeServices\B2BX12OrderGateway\dist
    [copy] Warning: C:\fod\CompositeServices\B2BX12OrderGateway\src not found.
    [copy] Warning: C:\fod\CompositeServices\B2BX12OrderGateway\SCA-INF\src not found.
    [copy] Copying 6 files to C:\fod\CompositeServices\B2BX12OrderGateway\dist\SCA-INF\classes
    [jar] Building jar: C:\fod\CompositeServices\B2BX12OrderGateway\deploy\sca_B2BX12OrderGateway_rev1.0.jar
    [delete] Deleting directory C:\fod\CompositeServices\B2BX12OrderGateway\dist
    setupDeploymentEnvironment:
    [copy] Copying 1 file to C:\fod\CompositeServices\B2BX12OrderGateway\bin
    [echo] Setting up deployment plan, modifying B2BX12OrderGateway_deployment_plan.xml
    [echo] Replacing ws-endpoint with RZV-PC:8001/soa-infra/services/soaFusionOrderDemo/OrderSDOComposite!1.0/StoreFrontService
    [echo] Replacing soa server and wls server information
    [echo] -SOA: RZV-PC 8001
    [echo] Replacing communication style, eventbased? true
    [echo] Replacing soa partition name with soaFusionOrderDemo
    [echo] Wls home: D:\Middleware\JDEV\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Middleware\JDEV\jdeveloper\
    init:
    compile:
    create-war:
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Middleware\JDEV\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Middleware\JDEV\jdeveloper\
    create-ear:
    [echo] global: true > ejb: ${use.ejb} jsca: true
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Middleware\JDEV\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Middleware\JDEV\jdeveloper\
    clean:
    [echo] Cleaning up external partner supplier ejb project ../classes/../deploy
    [delete] Deleting: C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Middleware\JDEV\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Middleware\JDEV\jdeveloper\
    init:
    copy:
    [copy] Copying 5 files to C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\classes
    compile:
    [javac] Compiling 6 source files to C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\classes
    [javac] Note: C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\src\com\otn\sample\fod\soa\externalps\test\EpsSessionEJBClient.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    create-ejb-ear:
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Middleware\JDEV\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Middleware\JDEV\jdeveloper\
    init:
    copy:
    compile:
    create-jsca-ear:
    [mkdir] Created dir: C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib
    [copy] Copying 1 file to C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib
    [echo] ../classes/meta-inf/
    [jar] Building jar: C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib\ExternalPartnerSupplierScaModule.jar
    [jar] Building MANIFEST-only jar: C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\empty.jar
    [ear] Building ear: C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear
    compile-deploy-all:
    [echo] Deploying SOA Fusion Order Demo ..
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Middleware\JDEV\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Middleware\JDEV\jdeveloper\
    deploy-application:
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Middleware\JDEV\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Middleware\JDEV\jdeveloper\
    deploy-jsca-library:
    [wldeploy] weblogic.Deployer -remote -noexit -name weblogic-sca -source D:\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.1.war -targets soa_server1 -adminurl t3://RZV-PC:7001 -user weblogic -password ******** -deploy -library
    [wldeploy] weblogic.Deployer invoked with options: -remote -noexit -name weblogic-sca -source D:\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.1.war -targets soa_server1 -adminurl t3://RZV-PC:7001 -user weblogic -deploy -library
    [wldeploy] <Jun 5, 2011 1:53:36 PM GMT+02:00> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, weblogic-sca [archive: D:\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.1.war], to soa_server1 .>
    [wldeploy] weblogic.Deployer -remote -upload -noexit -name ExternalPartnerSupplierEjb -source C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear -targets soa_server1 -adminurl t3://RZV-PC:7001 -user weblogic -password ******** -deploy
    [wldeploy] weblogic.Deployer invoked with options: -remote -upload -noexit -name ExternalPartnerSupplierEjb -source C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear -targets soa_server1 -adminurl t3://RZV-PC:7001 -user weblogic -deploy
    [wldeploy] <Jun 5, 2011 1:53:38 PM GMT+02:00> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, ExternalPartnerSupplierEjb [archive: C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear], to soa_server1 .>
    [wldeploy] Task 5 initiated: [Deployer:149026]deploy application ExternalPartnerSupplierEjb on soa_server1.
    [wldeploy] Task 5 failed: [Deployer:149026]deploy application ExternalPartnerSupplierEjb on soa_server1.
    [wldeploy] Target state: deploy failed on Server soa_server1
    [wldeploy] weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: weblogic-sca, exact-match: false].
    [wldeploy]
    [wldeploy]
    BUILD FAILED
    C:\fod\CompositeServices\bin\build.xml:172: The following error occurred while executing this line:
    C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\bin\build.xml:169: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 5 failed: [Deployer:149026]deploy application ExternalPartnerSupplierEjb on soa_server1.
    Target state: deploy failed on Server soa_server1
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: weblogic-sca, exact-match: false].
    Total time: 1 minute 8 seconds

  • Getting error while trying for software update although ios 7.1.1 version is released

    Getting error while I am trying to search the ios 7.1.1 update

    Hey there YashasManju,
    It sounds like you are unable to update to iOS 7.1.1 due to an error message. I would start with the troubleshooting from the following article to help resolve the issue:
    Resolve iOS update and restore errors in iTunes
    http://support.apple.com/kb/ts1275
    If you are getting a specific error message, you may be able to find it in the following article and troubleshoot accordingly:
    Resolve specific iTunes update and restore errors
    http://support.apple.com/kb/ts3694
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • Automatic Goods Issue for Goods Receipt (Purchase Order).

    Hi,
    Experts - I have some newbee problem.
    I have to create ZMIGO to behave like follows:
    1. User enters all necessary data (like in MIGO) and posts document.
    2. System creates automatic Goods Issue document based on data entered in 1. (above).
    I doubt full automatic posting of GI will be possible (user has to fill in WBS for GI and possibly change "GI for project"). So my idea is to redirect user from ZMIGO (after posting) GR document to MIGO_GI and pass all necessary parameters. And thats my question: How to do it? Is it possible? Any other ideas? Maybe examples???
    Will reward points to all helpful answers.
    Regs,
    FS

    Hi,
    I've created implementation for MB_DOCUMENT_BADI in se19 (named it: ZMB_DOCUMENT_BADI_1). Filled methods with code and put some break-points. Activiated methods and implementation.
    When I post documents via MIGO this BADI is not executed! Why? When I've searched program SAPLMIGO for cl_exithandler only two were found: MB_MIGO_BADI and MB_MIGO_ITEM_BADI. What I have to do to activate this MB_DOCUMENT_BADI???
    Points waiting for helpful answers.
    REgs,
    FS

  • Getting error in goods receipt purchase order

    I am getting the error when running the goods receipt purchase order..
    "Account determination for entry 1000 (COA) BSX 1200 ( Co Code) -- CAR1 ( raw material )not possible"
    Can some one suggest me for above error..
    Praveen

    Hi
    Check valuation grouping code is active in OMWD for the valuation area and then check OBYC settings for chart of accounts - for BSX transaction key - GL account has been assigned.
    Thanks

  • User Exit for MSC2n( Batch) while doing a Good receipt for an order

    Is ther any exit to update the Date1 field(MCHA-FVDT1) in MSC2n( Batch) while doing a Good receipt for an order
    Thanks in advance

    Hi Varsha,
    Try these User Exit.
    BATCHCHK  Function Module Exits for Check in Case of Batch Change
    MBCFC010  Propose batch number on Inventory Management item scree
    SAPLCHVW  Batch where-used list
    SAPLMHD1  Shelf life expiration date
    SAPLV01D  Determining the initial status of a batch
    SAPLV01P  Function Module Exits at Time Batches Are Updated
    SAPLV01Z  CFCs for internal batch number assignment
    SAPLV1ZE  CFCs for external batch number assignment
    SAPLV1ZN  CFCs for batch valuation in VB_CREATE_BATCH
    Regards,
    Vijay

  • Best I have been trying for a week to order greeting cards using iPhoto but do I always get the same statement: there has been an error occurred while connecting to Apple's online store try again

    Best I have been trying for a week to order greeting cards using iPhoto but do I always get the same statement:
    there has been an error occurred while connecting to Apple's online store try again

    Best I have been trying for a week to order greeting cards using iPhoto but do I always get the same statement:
    there has been an error occurred while connecting to Apple's online store try again

  • Java.sql.SQLException: Error while trying to retrieve text for error ORA-12545

    Hi,
    I am getting the following error when i tried to connect to Oracle database from
    a servlet. This exception is coming at the time of getting connection. And the
    same code is working when i used in the standalone java program.
    Oracle 8i database and WLS 6.0 are on the same UNIX machine.
    ---------attempting to connect ------
    java.sql.SQLException: Error while trying to retrieve text for error ORA-12545
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java, Compiled
    Code)
    at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java, Compiled C
    ode)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java, Compiled Code)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java, Com
    piled Code)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
    va, Compiled Code)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java, Compiled C
    ode)
    at java.sql.DriverManager.getConnection(DriverManager.java, Compiled Cod
    e)
    at java.sql.DriverManager.getConnection(DriverManager.java, Compiled Cod
    e)
    at ConnectionPoolServlet.doGet(ConnectionPoolServlet.java, Compiled Code
    at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Cod
    e)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Cod
    e)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java, Compiled Code)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java, Compiled Code)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java, Compiled Co
    de)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    Can any one help me out.
    Durga

    The problem is solved after exprting the parameter ORACLE_SID=<database_name>
    in Weblogic startup script.
    thank u for the suggestions.
    Durga
    Joseph Weinstein <[email protected]> wrote:
    >
    >
    Durga wrote:
    Hi Joe,
    I have checked the ORACLE_HOME parameter. There was a differnce. Ichanged to
    /oracle/app/product/8.1.7
    Now i am getting different exception. But still the standalone codeis working.
    any clues why I am getting this exception. I will send the code andthe weblogic
    properties file for reference if u need.Good. No, I don't need it. Now make sure the library path that the OS
    uses to find
    Oracle libraries, and our driver libraries etc., is in the same order
    for the
    server as for the shell that is successful on it's own. Make sure your
    Oracle
    client stuff is ahead of any weblogic libraries.
    Joe
    java.sql.SQLException: ORA-12547: TNS:lost contact
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java,Compiled
    Code)
    at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java,Compiled
    C
    ode)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java, CompiledCode)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java,Com
    piled Code)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java,Compiled
    C
    ode)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java,Compiled
    C
    ode)
    at java.sql.DriverManager.getConnection(DriverManager.java,Compiled Cod
    e)
    at java.sql.DriverManager.getConnection(DriverManager.java:177)
    at ConnectionPoolServlet.doGet(ConnectionPoolServlet.java,Compiled Code
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.getRuntimeName(ServletStubI
    mpl.java, Compiled Code)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java, Compiled Code)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:1631)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java,Compiled
    Co
    de)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, CompiledCode)
    Joseph Weinstein <[email protected]> wrote:
    The environment for the server probably doesn't have the same ORACLE_HOME
    setting as your shell when you succeed in a standalone.
    Also, you should be using our connection pools, and you should avoid
    making DriverManager calls in any multithreaded app such as WebLogic.
    Joe
    Durga wrote:
    Hi,
    I am getting the following error when i tried to connect to Oracledatabase from
    a servlet. This exception is coming at the time of getting connection.And the
    same code is working when i used in the standalone java program.
    Oracle 8i database and WLS 6.0 are on the same UNIX machine.
    ---------attempting to connect ------
    java.sql.SQLException: Error while trying to retrieve text for errorORA-12545
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java,
    Compiled
    Code)
    at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java, CompiledC
    ode)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java, Compiled
    Code)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java,Com
    piled Code)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
    va, Compiled Code)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java, CompiledC
    ode)
    at java.sql.DriverManager.getConnection(DriverManager.java, CompiledCod
    e)
    at java.sql.DriverManager.getConnection(DriverManager.java, CompiledCod
    e)
    at ConnectionPoolServlet.doGet(ConnectionPoolServlet.java, CompiledCode
    at javax.servlet.http.HttpServlet.service(HttpServlet.java, CompiledCod
    e)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java, CompiledCod
    e)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java, Compiled Code)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java, Compiled Code)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java, CompiledCo
    de)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    Can any one help me out.
    Durga

  • Error "Post the HUs for goods receipt so that they can be transfer "

    Hi Gurus,
    I am facing a problem while doing PGR the inbound delivery,
    I am moving stock from one SLOC (AY02- HU Managed) to Another SLOC
    (AA99-
    Non HU). Inbound delivery is created .
    I did automatic packing and packed the HU generated and saved the
    inbound delivery. While doing PGR I am getting error "Post the HUs for
    goods receipt so that they can be transfer posted Message no.
    HUFUNCTIONS254". Kindly Assist
    Steps for Reconstruction    
    1) MB1B post with 311 movement type.
    2) delivery gets created.
    3) pack the HU's automatically and HU's were generated, save the inbound.
    4) Do PGR .
    Regards
    Gopi

    Hello,
    There is a "concept problem". You are not doing a reception, you are posting an issue. After running MB1B system should create an Outbound delivery.
    In a HU-managed storage location you should use existing HU in order to pack the delivery. Instead of generate new HUs in the OD, try to pack existing ones.
    Regards

  • Error while trying to retrieve text for error ORA-12705

    I am getting the message "Error while trying to retrieve text for error ORA-12705" when trying to connect to a remote oracle database on the network.
    I can access this database using:
    sqlplus username/password@database
    from a dos prompt.
    For some reason I can't connect when using PHP (through my local Apache2 server on Windows XP).
    'phpinfo' says oracle in enabled (installed as per: http://www.oracle.com/technology/pub/notes/technote_php_instant.html), so I'm pretty sure the problem isn't with php itself.
    My guess is it's something with Apache, and maybe environment variables or user permissions or instantclient (10).
    All the folders, from instantclient to the Apache server have full permissions set for "Everyone" which I would assume includes this mysterious "nobody" user I've read about.
    As for instantclient, I have placed that "tnsnames.ora" file from the oracle server there, and that hasn't changed much.
    I've tried setting, unsetting, editing (environment variables):
    LD_LIBRARY_PATH
    ORACLE_HOME
    ORACLE_SID
    TNS_ADMIN
    NLS_LANG
    ORA_NLS33
    in both the system environment, and even with PHP's "putenv" function. (Note: and restarting each time I changed a system var.)
    In PHP i'm using:
    $c = oci_connect("username","pasword", "database")
    I've tried OCILogon instead of oci_connect
    For "database" I've tried:
    - using the path to the oracle db: //Oracle1/e/oracle/ora81
    - mapping the path to x: drive and using: x:/oracle/ora81
    - using the name of the database by itself
    - using the name of the database underscored with the database name
    - using "(ADDRESS=(PROTOCOL=TCP)(HOST = host)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=database)))"
    I have tried everything I can find from:
    the Oracle installation page: http://www.oracle.com/technology/pub/notes/technote_php_instant.html
    the Oracle troubleshooting page: http://www.oracle.com/technology/tech/php/htdocs/php_troubleshooting_faq.html#connect
    and these forumswith no results, just the same error.
    I have also spent about 16 hours Googling for help, and nothing.
    Can someone please tell me, what exactly does a user using:
    Windows XP
    Apache 2
    PHP
    intantclient10
    Oracle 8i (on a remote server)
    need to do to connect to Oracle before jumping off a bridge?

    Turns out Oracle was previously installed on this company laptop :(
    I deleted any 'Oracle' mention in the registry with 'regedit' (from the command line) using the Find option. Not sure if it's always a good idea to do that, but I backed up the important stuff first anyway.
    I uninstalled and reinstalled everything using the same guide mentioned above, and then it worked.
    Now I can be friends with Oracle again.
    Would be nice if the "Deinstall" removed the registry entries that caused this issue...

  • Trying to link Goods Receipt Purchase Order (OPDN) to Landed Cost (OIPF)?

    Hi Everyone,
    I am wondering what the link is between a Goods Receipt Purchase Order and a Landed Cost. Here is a diagram of the link that I am trying to determine.
    According to the Database Tables Reference there is a link between OPDN (Goods Receipt Purchase Order) and OIPF (Landed Costs) called 'ImportEnt', as shown below -
    However I can't work out what 'ImportEnt' links to on the OPDN (Goods Receipt Purchase Order) side.
    Any advice concerning how to link OPDN to OIPF will be greatly appreciated.
    Kind Regards,
    David

    Hi Nagarajan,
    Thank you for the helpful response. The key to fixing my query was in the code below (which you kindly shared) -
    LEFT JOIN PDN1 T2 ON T1.[BaseEntry] = T2.[DocEntry] AND T1.[LineNum] = T2.[BaseLine]
    Kind Regards,
    David

Maybe you are looking for

  • Can't play a SVCD!

    Hello! I have a BIG problem: I cannot see any SVCD on my Mac Mini (PPC, MacOS X 10.3.9 Panther) None of my players is able to play SVCD! These are the error messages: Quick Time 7.1.2 "Error while opening the film. The film couldn't be opened." Movie

  • How to display amount in words in the last page

    Hi, I am very new to Oracle Report, but v.good experience in Crystal report. How can i display amount in words for an invoice amount total in the last page of the invoice and after total amount. I created a new non repeating frame and put the amount

  • PeopleTool 8.49 and FSCM 9.0 on Oracle 11g issue

    Dear All, I have problem with FSCM 9.0 on oracle database. I have setup PeopleTools successfully on the same server (Windows 2003 server, SP2) - IBM Webshpere 6.1 - PeopleTools 8.49 - People FSCM 9.0 - Tuxedo 9.9 - Oracle 11GR1 - I create and import

  • Need help for upgrading to lion OS i India without going to istore

    i want to know the steps by which i can upgrade to lion os without going to istore. currently  using OS 10.6

  • Functions for mapping Latin-1 character codes to and from WinLatin-1  character codes

    HI ALL I will like to know how could i write own functions for mapping Latin-1 character codes to and from WinLatin-1 character codes. Can show me some source code or how to mapping it. Because i just begineer. Hope you able to help me..