ADF BC: calling SDO : Value for parameter 'findCriteria' cannot be null

We have created a service interface from an application module. That service interface contains views that have view criteria. We have included those criteria in our services.
From my consuming application, i added a data control from webservices by providing the WSDL of the service interface. So far so good...
When i drop the result of a function that is bound to the view criteria to my page, i have to enter four parameters:
fincCriteria of the Object type
areaCode of the String type, this is a parameter we added in the view criteria using a bind variable.
languageCode of the String type, also a custom parameter of the view criteria
findControl of the Object type
In my bindings i can provide the value of areaCode and languaeCode but i don't have a clue what to do with findCriteria and findControl. I left them empty and then i get followign message from the server:
<SOAPProvider><setParameters> Value for parameter 'findCriteria' cannot be null
<SOAPProvider><setParameters> Value for parameter 'findControl' cannot be null
<WebServiceConnectionMessages><debugExecuteFailure> Failed to execute a SAAJ interaction.

Found some documentation on how to use the service interface from business components and as it appears you can create entity objects based upon the wsdl from the service interface.
Does it mean that i can only use the service interface that way and that when i have for example a dot net application, it can not use that service interface?

Similar Messages

  • I am trying to export the combained PDF based on BOOK opetion using below scripts. but i am getting following error message "Invalid value for parameter 'to' of method 'exportFile'. Expected File, but received 1952403524". anyone knows, please suggest me

    Dear ALL,
    i am trying to export the combained PDF based on BOOK opetion using below scripts. but i am getting following error message "Invalid value for parameter 'to' of method 'exportFile'. Expected File, but received 1952403524". anyone knows, please suggest me solutions.
    var myBookFileName ,myBookFileName_temp;
                    if ( myFolder != null )
                            var myFiles = [];
                            var myAllFilesList = myFolder.getFiles("*.indd");    
                            for (var f = 0; f < myAllFilesList.length; f++)
                                        var myFile = myAllFilesList[f]; 
                                        myFiles.push(myFile);
                            if ( myFiles.length > 0 )
                                        myBookFileName = myFolder + "/"+ myFolder.name + ".indb";
                                        myBookFileName_temp=myFolder.name ;
                                        myBookFile = new File( myBookFileName );
                                        myBook = app.books.add( myBookFile );  
                                       myBook.automaticPagination = false;
                                        for ( i=0; i < myFiles.length; i++ )
                                                   myBook.bookContents.add( myFiles[i] );             
                                        var pdfFile =File(File(myFolder).fsName + "\\"+myBookFileName_temp+"_WEB.pdf");
                                        var bookComps = myBook.bookContents;
                                        if (bookComps.length === 1)
                                                       bookComps = [bookComps];
                                         var myPDFExportPreset = app.pdfExportPresets.item("AER6");
                                        app.activeBook.exportFile(ExportFormat.PDF_TYPE,File("D:\\AER\\WEBPDF.pdf"),false,myPDFEx portPreset,bookComps);
                                      //myBook.exportFile (ExportFormat.pdfType, pdfFile, false);
                                      //myBook.exportFile(pdfFile, false, pdfPref, bookComps);
                                        myBook.close(SaveOptions.yes);      

    Change the below line:
    app.activeBook.exportFile(ExportFormat.PDF_TYPE,File("D:\\AER\\WEBPDF.pdf"),false,myPDFExp ortPreset,bookComps);
    to
    app.activeBook.exportFile(ExportFormat.PDF_TYPE,File("D:\\AER\\WEBPDF.pdf"),false,myPDFExp ortPreset);
    Vandy

  • Invalid value for parameter error when value is in list of allowed parameters

    I have some documents with a lot of paragraph styles that have been organized into groups. I have a simple script that is meant to ungroup these styles and delete the now-empty groups.
    Code:
    #target indesign
    var myDoc = app.activeDocument;
    if (myDoc.paragraphStyleGroups.length > 0)
        myDoc.paragraphStyleGroups.everyItem().paragraphStyles.everyItem().move(LocationOptions.AT_END, myDoc);
        myDoc.paragraphStyleGroups.everyItem().remove();
    alert("Done")
    The error I receive is (emphasis mine):
    JavaScript Error!
    Error Number: 30477
    Error String: Invalid value for parameter 'reference' of method 'move'. Expected ParagraphStyle, ParagraphStyleGroup, CharacterStyle, CharacterStyleGroup, CellStyle, CellStyleGroup, TableStyle, TableStyleGroup, Document or Application, but received Document.
    As you can see, my pickle is that my value is of an allowed type. This only happens in some documents, and there's nothing that obviously distinguishes those documents from the ones in which it works.
    One thing I've noticed is that the error sometimes takes a while to appear (a minute or so), but none of the styles have been moved once I click OK. So, I don't know if it's specific to one style. I doubt it, only because other documents with the same style set work.
    Can anyone shed any light on what this error could mean in this context? I definitely have an activeDocument, so what could cause a Document to not be a Document?
    Any help much appreciated!

    Hi,
    It occurs when 2 or more styles have the same name, probably.
    Jarek

  • Startup nomont problem- ORA-07446: sdnfy: bad value '' for paramete

    what i am doing wrong?
    SQL> startup nomount pfile=/oracle/product/9.2.0.6/dbs/initncersp.ora;
    ORA-00444: background process "PMON" failed while starting
    ORA-07446: sdnfy: bad value '' for parameter .
    -rw-r--r-- 1 oracle dba 466 Jan 21 11:11 initncersp.ora
    oracle:tulppwradb02:ncersp>pwd
    /oracle/product/9.2.0.6/dbs
    oracle:tulppwradb02:ncersp>vi initncersp.ora
    "initncersp.ora" 127 lines, 3788 characters
    # Copyright (c) 1991, 2001, 2002 by Oracle Corporation
    # Archive
    log_archive_dest='/archive_nmarket/ncersp'
    log_archive_format='arch.ncersp.%s_%t.log'
    log_archive_start=true
    # Cache and I/O
    db_block_size=8192
    db_cache_size=25165824
    db_file_multiblock_read_count=16
    db_files = 400
    # Cursors and Library Cache
    open_cursors=500
    # Database Identification
    db_domain=""
    db_name=ncersp
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    global_names = TRUE
    # Diagnostics and Statistics
    background_dump_dest=/oracle/admin/ncersp/bdump
    core_dump_dest=/oracle/admin/ncersp/cdump
    user_dump_dest=/oracle/admin/ncersp/udump
    timed_statistics=TRUE
    # File Configuration
    control_files=("/db01/oradata/ncersp/ncerspcontrol01.ctl","/db01/oradata/ncersp/ncerspcontrol02.ctl","/db01/oradata/ncer
    sp/ncerspcontrol03.ctl")
    # Instance Identification
    instance_name=ncersp
    # Job Queues
    job_queue_processes=0 #zero during maintenance
    # Optimizer
    hash_join_enabled=TRUE
    #query_rewrite_enabled=TRUE
    #query_rewrite_integrity='trusted'
    #star_transformation_enabled=FALSE
    # Pools
    java_pool_size=51200
    large_pool_size=8388608
    shared_pool_size=55343360
    # Processes and Sessions
    processes=100
    # Redo Log and Recovery
    fast_start_mttr_target=300
    # Security and Auditing
    remote_login_passwordfile='EXCLUSIVE'
    audit_trail=DB
    # Sort, Hash Joins, Bitmap Indexes
    pga_aggregate_target=25165824
    sort_area_size=1024000
    # Need Varification for below paramaters by Primary DBA
    # Miscellaneous
    aq_tm_processes=1
    compatible=9.2.0.0.0
    log_buffer=32768
    log_checkpoint_interval = 10000
    log_checkpoints_to_alert=TRUE
    max_dump_file_size='10240'
    os_roles=FALSE
    remote_os_roles=FALSE
    os_authent_prefix=''
    # System Managed Undo and Rollback Segments
    undo_management=AUTO
    undo_retention=10800
    undo_tablespace=UNDOTBS1
    #utl_file_dir='*'
    # OLD DB PARAMETERS
    #db_block_buffers=550
    #resource_limit=true
    #parallel_max_servers = 5 # SMALL
    #global_names = TRUE
    #job_queue_interval = 60

    Is this correct:
    os_authent_prefix=''
    I believe if you want to set this to null, you need to use double quotes, (as in os_authent_prefix="")
    Ref: http://www.dba-oracle.com/security/local_os_authentication.htm
    ==============================================
    To disable this feature, place the following lines in the initialization file, or change the lines to the following if they already exist and bounce the database.
    os_authent_prefix = ""
    remote_os_authent = FALSE

  • Prompt Group Text value for parameter that has cascading prompts.

    <p>Does anyone know how to get a Prompt Group Text value for parameter that has cascading prompts. C# sample would be great.</p>

    Hi Sateeesh,
             I delete main memory, but does not work. if I display prompt value in list box, it shows as text value, but in 'query prompt selector', it shows as key value. I am using SAP BO 4.0

  • Where clause as expression value for parameter?

    Is it possible to put a where clause in a expression so I could use as a parameter? I have 3 documents I was going to make as available values, but not sure how to put all of this in the expression. 
    Where clause:
    where document = 'doc1'
    and sentdate = (Select max(sentdate) from Communication where document = 'doc1')

    Hi Lezgettdrunk,
    According to your description, you want to specify available values for a report parameter.
    In Reporting Services, if we want to specify the available values for a report parameter in Report Parameter Properties, we should get those values from specified values or a dataset. When we select the “Specify values” option, we can give each label corresponding
    value. When we select the “Get values from a query” option, we should select a dataset which contains documents values. In your scenario, you could create a dataset with where clause to get document values, then specify parameter available values use this
    dataset.
    Reference:
    Lesson 2: Adding Parameters to Create a List of Available Values (SSRS)
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support
    Thank you! This worked for me.

  • Set default value for parameter fields

    Good day!
    Situation:
    1. I have 2 parameter fields in reports (dateFrom and dateTo)
    2. Before running report in ASP.NET I change value this fields (dateTo = today, dateFrom = today - 3 days)
    3.I use for this source:
    foreach (ParameterField crParam in CrystalReportSource1.ReportDocument.ParameterFields)
                            CrystalDecisions.Web.Parameter crParametr = new CrystalDecisions.Web.Parameter();
                            string ParametrName = crParam.Name;
                            crParametr.Name = ParametrName;
                              crParametr.DefaultValue = ActionReportParameter.GetParametrValue(ReportName, ParametrName);
                             CrystalReportSource1.Report.Parameters.Add(crParametr);
    4. And repurt run without request value parameter fields.
    5. BUT!!! now I need request value parameter fields before report start running - I want set default values for filelds and offer user change its before report start run.
    How do this?
    Thanks

    I believe you need to create your own parameter promt screen. Capture what the user entered and pass that to the report(?).
    slv

  • Custom Report Not fetching values for parameter of report (Valueset not pop

    Hi,
    I am running custom report on Oracle application R12. This report parameters used standard value set for fetching purchase order number. The value set is not populating any values for the custom report. but for the standard report where this valuse set populating proper result.
    It's bit Supprising ...the same valuset populating values for standard reports but not for custom report developed by me.
    Value set query using table valueset and getting values from po_headers (View)
    Thanks

    Hi All,
    Luckily I have been able to rectify the problem !
    I tried retrieving the output using LISTCUBE to show the SID of the InfoObject  also for which I was unable to get the data. After the report successfully gave the output for those I/O, I checked again I could see the data in the I/O maintain master data !
    It worked like magic to me !
    But I could guess that since it is a virtual I/O therefore it is not able to retrieve the data from the table directly and is able to do that only after the SID of this I/O is retrieved.
    (If a characteristic does not have any master data, the values from the SID table are displayed for the "Values in Master Data Table" mode.)
    Closing the thread !
    Regards
    Shalabh

  • Data source value for data source reportData was null

    hi i'm using struts 2 and jasperreports my problem is
    it generate a pdf file with labels but no data in it..
    and when i try to look at the logs of my sun application server
    it says Data source value for datasource reportData was null.
    reportData is an ArrayList of Personnel object.
    here is my code..
    public class EIS_HR_004_JASPER extends eisSupport {
        private String reportId;
        private String dateStart = null;
        private String dateEnd = null;
        private String pdfFile;
        private final static String _REPORT_FOLDER = "EIS_HR_003";
        private Report thisReport;
        private String dateRange;
        private ArrayList<Personnel> reportData;
        public String execute(ActionMapping mapping,ActionForm form,
                HttpServletRequest request, HttpServletResponse response)
                throws Exception {       
            ReportBean reportBean = new ReportBean();
            setThisReport(reportBean.getReport(getReportId()));         
            reportData=new ArrayList<Personnel>();
            Personnel p1=new Personnel();
            p1.setSurname("Dela Cruz");
            p1.setFirstname("Juan");
            p1.setExamcode("CSC111");
            p1.setExamdate("January 1,2003");
            Personnel p2=new Personnel();
            p2.setSurname("Cruz");
            p2.setFirstname("Miguel");
            p2.setExamcode("CSC222");
            p2.setExamdate("December 2,2003");
            reportData.add(p1);
            reportData.add(p2);
         try {
              JasperCompileManager.compileReportToFile(
                        "apps/reports/templates/hr004.jrxml",
                        "apps/reports/templates/hr004.jasper");
         } catch (Exception e) {
              e.printStackTrace();
              return ERROR;
             return SUCCESS;
        public ArrayList<Personnel> getReportData() {
           // setReportData();
            return reportData;
        here is part of my struts.xml
    <action name="EIS-HR-004_JASPER" class="eis.report.EIS_HR_004_JASPER">
                <result name="error">/apps/reports/ReportNotFound.jsp</result>
                <result name="success" type="jasper">
                    <param name="location">apps/reports/templates/hr004.jasper</param>
                    <param name="dataSource">reportData</param>
                    <param name="format">PDF</param>
                </result>
            </action> i dont know why it doesnt retrieved the data from the ArrayList?
    please help me..Thanks in advance.

    Hi,
    Looking at the code, it seems you are compiling a JRXML and that is all.
    Instead, you should fill it with data and then export the result to PDF.
    No wonder you don't see any result.
    You need to learn more about how JasperReports work. For a start, I can tell you that you could compile JRXML files as part of the application build process using an Ant task, and not dynamically, like you did. But no matter how you compile the report template, you actually need to fill it with data, using the JasperFillManager and then export it to PDF using the JasperExportManager.
    You can see all this in our samples in the /demo/samples folder that is part of our project distribution package. There is even a sample Web application in the /demo/samples/webapp folder.
    I hope this helps.
    Teodor

  • Multiple Values for Parameter

    I have to create a report that allows the users to choose more than one value on the Parameter. For example, the user may choose 1 and 2, or 1,2,3 or 4,5,6,7 or all.
    I can't create lexical parameters because the list of values is 300 rows plus it is dynamically changing. Is this a possibility in Report 6i.
    I have search on this forum and can't find any helpful solution. Any help will be appreciated. Thanks.

    In case it is such a long list of values, that is also dinamically changing, consider using a table, eventually a global temporary table to store the parameter values in.
    That temporary table (or normal table) should be populated before calling the report or in the afterpform trigger - depends how you generate those values.
    Then, in your where clause you should have
    ... and field1 in (select column1 from temp_table)

  • I want to generate value for parameter

    Hi experts,
    I write one code to generate employee id automatic based on the previous fields in selection screen. ID is generated successfully but I am not able to appear it selection at run time. Please help here is my code.
    REPORT  ZSELECT_TOP.
    TYPE-POOLS: VRM.
    DATA: NAME  TYPE VRM_ID,
          LIST  TYPE VRM_VALUES,
          VALUE LIKE LINE OF LIST.
    data: id1(4) type c VALUE 'ACEN'.
    data: dep like ZACENTIQ_PAGE1-sno.
    data: slno(13) TYPE c.
    DATA:WA33 TYPE ZACENTIQ_PAGE1.
    PARAMETERS:UserName(20) type C ,
                Password(10) type C .
    PARAMETERS:Depart(15) AS LISTBOX VISIBLE LENGTH 17.
    PARAMETERS: Emp_ID(13) TYPE c DEFAULT slno.
    AT SELECTION-SCREEN OUTPUT.
    NAME = 'DEPART'.
       VALUE-KEY = 'DEV'.
       VALUE-TEXT = 'DEVELOPMENT'.
       APPEND VALUE TO LIST.
       VALUE-KEY = 'MARK'.
       VALUE-TEXT = 'MARKETING'.
       APPEND VALUE TO LIST.
       VALUE-KEY = 'CRM'.
       VALUE-TEXT = 'CRM'.
       APPEND VALUE TO LIST.
       CALL FUNCTION 'VRM_SET_VALUES'
         EXPORTING
           ID     = NAME
           VALUES = LIST.
       SELECT * FROM ZACENTIQ_PAGE1 INTO wa33 UP TO 1 ROWS ORDER BY sno DESCENDING.
      dep = wa33-sno.
    ENDSELECT.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
       EXPORTING
         INPUT         = dep
      IMPORTING
        OUTPUT        = dep
       CONCATENATE id1 '/' depart '/' dep into slno.
    *----------------------------- At selection screen -------------------------------------
       AT SELECTION-SCREEN.
    Message was edited by: Manish Kumar : Moderator message: I have edited your post to correct spelling mistakes, all CAPS (shouting) and applied fixed-width font on code for readability. Good formatting can yield better responses.

    I allready used it in At-SELECTION-SCREEN OUTOUT BUT STILL NOT COMING.
    HERE IS MY CODE
    TYPE-POOLS: VRM.
    DATA: NAME  TYPE VRM_ID,
           LIST  TYPE VRM_VALUES,
           VALUE LIKE LINE OF LIST.
    data: id1(4) type c VALUE 'ACEN'.
    data: dep like ZACENTIQ_PAGE1-sno.
    data: slno(13) TYPE c.
    DATA:WA33 TYPE ZACENTIQ_PAGE1.
    DATA INT(3)  TYPE I.
    PARAMETERS:UserName(20) type C ,
                Password(10) type C .
    PARAMETERS:Depart(15) AS LISTBOX VISIBLE LENGTH 17 DEFAULT 'DEV'.
    PARAMETERS: Emp_ID(13) TYPE c  MODIF ID g1.
    AT SELECTION-SCREEN OUTPUT.
    NAME = 'DEPART'.
       VALUE-KEY = 'DEV'.
       VALUE-TEXT = 'DEVELOPMENT'.
       APPEND VALUE TO LIST.
       VALUE-KEY = 'MARK'.
       VALUE-TEXT = 'MARKETING'.
       APPEND VALUE TO LIST.
       VALUE-KEY = 'CRM'.
       VALUE-TEXT = 'CRM'.
       APPEND VALUE TO LIST.
       CALL FUNCTION 'VRM_SET_VALUES'
         EXPORTING
           ID     = NAME
           VALUES = LIST.
    loop at screen.
        IF SCREEN-NAME = 'EMP_ID' AND screen-group1 = 'G1'.
    SELECT * FROM ZACENTIQ_PAGE1 INTO wa33 UP TO 1 ROWS ORDER BY sno DESCENDING.
      dep = wa33-sno.
    ENDSELECT.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
       EXPORTING
         INPUT         = DEP
      IMPORTING
        OUTPUT        = dep.
    CONCATENATE id1 '/' depart '/' DEP into slno.
    EMP_ID = slno.
       MODIFY SCREEN .
       ENDIF.
       ENDLOOP.
    *----------------------------- At selection screen -------------------------------------
       AT SELECTION-SCREEN.
       INITIALIZATION.
       START-OF-SELECTION.

  • Using expression in Default Value for Parameter in BI Publisher Model

    Hi Everyone,
    I have created a BI publisher data model with bind parameters. It works fine, however, I need to put a default value in the parameter that is the result of a query. I have a month and a year parameter and for month parameter, I want the default to be always the current month when the report is first opened. I put the sql query in the default column but it does not seem to work.
    Any help is greatly appreciated,
    Thanks,
    DRL

    Did you get a resolution for this?
    I might be able to use the solution

  • What value for parameter Workspace when run function RSAQ_DELETE_QUERY?

    Run function RSAQ_DELETE_QUERY to delete a query, it requires to input a Workspace value, what's that? and which value we should input for this parameter Workspace?
    Thanks

    Hi Kevin,
    I think you can just leave it space. In the popup, don't enter a value and press enter.
    Siggi
    PS: Don't forget, this is not a tested solution.
    Message was edited by: Siegfried Szameitat

  • Include a message saying that please select the values for parameter/prompt

    Hi,
    We need to put in a message just below Parameters/Prompts saying that "Kindly fill in the above parameters and then Click on Apply to run the report" so that end users know what to do.
    Any ideas how to do that.
    As of now i have inserted a Text Item in Report Layout, but that doesnt look good.
    Thanks
    Ashish

    Thanks Vijay.
    Can we make use of subtemplates in the Layout Editor that comes with BI Publisher 11g?
    Cause all the sites show the use of subtemplates using microsoft word rtf.
    And i tried using subtemplates in Layout Editor of 11g and have not been successful so far..
    Thanks
    Ashish

  • System.ArgumentNullException: Value cannot be null.

    We have an application that utilizes the WCF-OracleDB adapter on a send port connecting to an Oracle database. The application sends insert statements to a stored procedure that inserts the data into one of the tables. The table has a column for City Fee
    Amount that allows NULL values. The schema that we populate the insert statement into contains a corresponding node called "P_CITY_FEE_AMT", that node is also set to allow null values. WE are running into an intermittent issue in which an error message
    is returned to BizTalk stating the value for field P_CITY_FEE_AMT cannot be NULL. We are not seeing any error messages in the Oracle database so it appears the error is being generated by the adapter. Any ideas as to why it would be generating an error like
    this when the schema and the target table both allow NULL values for this field?
    Error Message:
    A message sent to adapter "WCF-OracleDB" on send port "SendSproc" with URI "oracledb://test" is suspended.
    Error details: Microsoft.ServiceModel.Channels.Common.XmlReaderParsingException: The value for field "P_CITY_FEE_AMT" is invalid. ---> System.ArgumentNullException: Value cannot be null.
    Parameter name: numStr
    at Oracle.DataAccess.Types.OracleDecimal..ctor(String numStr, String format)
    at Microsoft.Adapters.OracleCommon.OracleCommonMetadataUtils.CreateParameterValue(OracleDbType oracleType, Object xmlValue, OracleConnection dbConn, Boolean ignoreLOB, String fieldName)
    --- End of inner exception stack trace ---
    Server stack trace:
    at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
    at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)
    at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
    at System.ServiceModel.Channels.ServiceChannel.EndRequest(IAsyncResult result)
    Exception rethrown at [0]:
    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
    at System.ServiceModel.Channels.IRequestChannel.EndRequest(IAsyncResult result)
    at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.RequestCallback(IAsyncResult result)
    MessageId: {A4503B09-51A0-48B7-915C-753100D250A7}
    InstanceID: {D8DC8808-41B9-47CC-A790-ACA0963E5BFE
    Insert Message:
    <ns0:TSA103 xmlns:ns0="http://Microsoft.LobServices.OracleDB/2007/03/BIZTALK/Procedure">
    <ns0:P_CITY_FEE_AMT/>
    <ns0:P_NO_LOCATIONS_NBR>1</ns0:P_NO_LOCATIONS_NBR>
    <ns0:P_STATE_FEE_AMT>12.00</ns0:P_STATE_FEE_AMT>
    <ns0:P_DOC_LOC_NBR_REGION>1234567890</ns0:P_DOC_LOC_NBR_REGION>
    <ns0:P_DLN_OCCUR_ID_REGION>0</ns0:P_DLN_OCCUR_ID_REGION>
    <ns0:P_REGION_CD>MAR</ns0:P_REGION_CD>
    <ns0:P_UPDATE_IF_EXISTS_INDC>N</ns0:P_UPDATE_IF_EXISTS_INDC>
    </ns0:TSA103>
    Thanks, Bruce

    Hi Bruce,
    Have you configured SOAP Action Header property at WCF-OracleDB send port.
    Refer the post->
    https://social.msdn.microsoft.com/Forums/en-US/238fdee1-564e-45cc-be96-6215af682b1e/exception-on-outbound-map-with-wcforacledb-adapter-at-send-port-in-biztalk-2010?forum=biztalkr2adapters
    For the alternate solution you can also refer the workaround mentioned here ->
    Error while inserting NULL value to Oracle database table using BizTalk
    Rachit
    Please mark as answer or vote as helpful if my reply does

Maybe you are looking for

  • IWeb 1.1 does NOT optimize site for faster loading

    I duplicated my iWeb site folder which at the time was 15Mb in size. I then updated iWeb to 1.1 and exported my site to a folder without making any changes to my site. I had heard somewhere that I would see a dialogbox asking if I want to update my s

  • Harmony One/ Apple TV Power On and Off

    I have my Harmony One working great with my Apple TV 2, except for the Power on/off. All other commands work perfectly. I can't figure out how to get the Harmony One to control this pretty major function, so I need my Apple Remote handy in order to t

  • Switching to Mac from a PC

    I'm currently a licensed WinXP user of CS5 on my laptop and want to purchase a Mac laptop. Do I need to purchase a new license or may I simply download the Mac version of CS5 and then deactivate the laptop Win version before installing the Mac versio

  • Imported Photos Lost After Editing

    I imported 140 photos to iPhoto and they were all there.  I edited them using the 'enhance' feature.  When I was finished I discovered (to my horror) that only 5 or 6 photos were still there (the ones that I had not enhanced).  Everything else was bl

  • Concurrent manager problem on Cloud

    Hi I did the clone on cloud machine. Iam getting issues with concurrent manager.Below is the error in the log file. establish_icm - Unable to insert ICM record Call to establish_icm failed The Internal Concurrent Manager has encountered an error. Rev