SOAP_EXCEPTION - Value cannot be null. Parameter name: s

Hi All,
I'm getting the following error whicle executing my soap scenaraio.
"Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server was unable to process request. ---> Value cannot be null. Parameter name: s"
Its IDOC to SOAP scenario.
can some one tell me what might be missing. its not anything to with the data, as we tried extracting the output message from moni and using in the application and it works. we also tried sending a blank idoc and the error is same. so, conclusion is the parameter is not any data in the message but something to do with the soap message setting.
any help will be greatly appreciated.

Hi suraj,
i tried opening the url in ie and manually uploading the payload. its all works perfect. error comes only when sent via XI.
the paramets are:
Receiver SOAP
Transport protocol: HTTP
Message protocol: SOAP 1.1
Connection parameters
Target URL: http://**..*.*/XIDynExchange.asmx
no check box checked
Security prameters
not checked
Conversion parameter
no checkbox checked
soap action: http://***.org/SendXMLMsgSA
No advance setting done
what might have gone wrong?
Regards,
Rashmi

Similar Messages

  • Error occurred in deployment step 'add solution' value cannot be null Parameter name: g

    Hi!
    I have a SharePoint Server 2013 with latest updates. Worflow Manager 1.0 installed and configured correctly. The server has a website, site temblate is Reacods Center. This site is default. On the site I created a blank Document library "TestLib"
     If I create workflow in SharePoint Designer 2013, workflow works normally. Workflow set Title of element to "MyCustomTitle" and Write to History string "Done!".
    If I create Empty Solution in Visual Studio 2013, insert into solution Workflow and make same actions, my solution at deployment step fails with error:
    "error occurred in deployment step 'add solution' value cannot be null Parameter name: g"
    Please, help me to resolve this problem?
    Thanks!

    Hi,
    What if stop this service, then start it again, perform an iisreset? It will make the change applied to the whole farm.
    Also, you can check the ULS logs to see if there is any unexpected error occurs when deploying this solution.
    About how to check the ULS logs:
    http://blogs.technet.com/b/fesiro/archive/2013/11/11/sharepoint-logging-and-troubleshooting-using-ulsviewer.aspx
    Thanks
    Patrick Liang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Data and diagnostics cannot be collected: Value cannot be null

    I'm trying to run manual test cases in MTM 2012. Normally it is associated with our company TFS, but for a project we are required to associate it to the client's TFS.
    Every time a test case is run I get the following error:
    Right after the messages MTM is stalled and unable to otherwise conduct any testing with.
    I assumed it was because an extra empty iteration was being created when I was saving the test case, hence the 'Value cannot be null; Parameter name: assemblyName' message. However it seems to be typical of MTM i.e. a seemingly blank iteration is being created
    right below a parameter's iteration.
    I can run the tests from the TFS web testing application but would prefer to run the tests from MTM.

    Hi Donal,
    What’s the client’s TFS mean? Do you have two TFS?
     What’s the version of the TFS?
    If so, please try to connect to your company’s TFS, then do the manual tests and check the result.
    If it works fine, I think there are something wrong in your client’s TFS, please repair or re-install it.
    If it throw that error, I think there are something wrong in your MTM, please repair or re-install your VS.
    Thanks
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • [Crystal Report] Value cannot be null. Parameter name: o

    Hi,
    I have a stock in warehouse report where the parameter is to select warehouse code.
    I used the SAP token, Warehouse@SELECT * FROM OWHS
    I linked the parameter to the report via the Select Expert: OWHS.WhsCode is equal to {?Warehouse@SELECT * FROM OWHS}
    When I preview in SAP B1, i get the error prompt: Value cannot be null. Parameter name: o
    Can someone point me to the right direction to get this work?
    Thanks.

    Creating dynamic parameter will lead to another problem as well. Kindly refer
    Re: Crystal Report Dynamic Parameter for SAP B1 version 8.8
    That's why I have to use the SAP token. The problem is I can't seem to preview the report in SAP B1 after linking the parameter to my report via select expert.

  • "Value cannot be null" error when trying to edit or create Maintenance Plan in SQL Server 2008

    I have SQL Server 2008 installed on Windows Server 2008 64bit, every time I try to open or create a new Maintenance Plan I receive the error:
    Value cannot be null.
    Parameter name: component (System.Design)
    Program Location:
       at System.ComponentModel.Design.DesignerHost.System.ComponentModel.Design.IDesignerHost.GetDesigner(IComponent component)
       at Microsoft.DataTransformationServices.VsIntegration.DtsDesignerService.OpenDesigner(String connectionString, Object connection, String objectUrn)
       at Microsoft.SqlServer.Management.DatabaseMaintenance.MaintDesignerMenuHandler.Invoke()
    And in the Design view screen
    "Microsoft SQL Server Management Studio is unable to load this document: Could not load type 'Microsoft.SqlServer.Dts.runtime.Wrapper.IDTSPackageSigning100' from assembly 'Microsoft.SqlServer.DTSRunTimeWrap, Version=10.0.0.0, Culture=neutral'. 
    I have searched for a possible solution and have tried some suggestions of registering the msxml6.dll but and have installed VS2008 SP1 but I'm not in a position where I can do a full reinstall of SQL Server right now. Any help is appreciated. My SQL server
    environment information is below. 
    Microsoft SQL Server Management Studio
    10.0.1600.22 ((SQL_PreRelease).080709-1414 )
    Microsoft Analysis Services Client Tools
    2007.0100.1600.022 ((SQL_PreRelease).080709-1414 )
    Microsoft Data Access Components (MDAC)
    6.0.6002.18005 (lh_sp2rtm.090410-1830)
    Microsoft MSXML 3.0 4.0 5.0 6.0 
    Microsoft Internet Explorer 8.0.6001.18943
    Microsoft .NET Framework 2.0.50727.4206
    Operating System 6.0.6002

    I digged a little deeper and figured out it was a missing directory/file in %TEMP%. Seems some CleaningTool removes all files/directories in %Temp% and after that SSMS was not working any longer. The missing file is actually not needed, but the
    missing directory causes the "Value cannot be null" error.
    My missing file name was:
    C:\Users\<username>\AppData\Local\Temp\2\6vvdaozf.tmp
    But the file name changes on every startup.
    So my missing directory name was:
    C:\Users\<username>\AppData\Local\Temp\2
    After creating a empty directory with the name "2" in %TEMP% all went back to work fine for me.
    I'm not sure the directory name is every time the same, but you can discover your missing file with the process monitor from Sysinternal Tools and filters to "Process Name is ssms.exe" and "Path contains AppData\Local\Temp"
    Hope this helps other people to solve their issues too.
    Thank you!! When I run %temp% it takes me to "C:\Users\Admin ...~\AppData\Local\Temp\some random number". At first the random number was 3, after I logged off and back on it was 2. My temp variable in enviromental variables is correct. I looked on another machine
    running SQL2008 and temp is correct there. If I try to rename the numbered folder SSMS stops working. Any idea?

  • Error APPX0002: Task 'ValidateAppxPackage' failed. Value cannot be null.

    Hi, I have been working on Windows Phone apps, and have created several packages and submitted them to the store. Starting today, for no apparent reason, I can't create packages for the store any more. When creating the Store package, using Visual Studio
    2013 Ultimate Update 4, build fails with this error:
    Error APPX0002: Task 'ValidateAppxPackage' failed. Value cannot be null.
    I have not been able to fix this. I've tried:
    - uninstalling and reinstalling Visual Studio
    - rebooting
    - deleting the Package.StoreAssociation.xml in the file (but it cannot be recreated).
    I am able to compile and run the project, but it fails when creating the store package to submit to dev center.
    Any suggestions?
    Here is the detailed compile report:
    1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1706,9): error APPX0002: Task 'ValidateAppxPackage' failed. Value cannot be null.
    1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1706,9): error APPX0002: Parameter name: source
    1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1706,9): error APPX0002: 
    1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1706,9): error MSB4018: The "ValidateAppxPackage" task failed unexpectedly.
    1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1706,9): error MSB4018: System.ArgumentNullException: Value cannot be null.
    1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1706,9): error MSB4018: Parameter name: source
    1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1706,9): error MSB4018:    at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector,
    IEqualityComparer`1 comparer)
    1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1706,9): error MSB4018:    at Microsoft.Build.AppxPackage.DumpResourceIndexMap..ctor(ITaskItem[] indexedPayloadFiles)
    1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1706,9): error MSB4018:    at Microsoft.Build.AppxPackage.ValidateAppxPackage.CheckImages()
    1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1706,9): error MSB4018:    at Microsoft.Build.AppxPackage.ValidateAppxPackage.ExecuteImplementation()
    1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1706,9): error MSB4018:    at Microsoft.Build.AppxPackage.AppxPackagingTaskHelper.Execute()
    1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1706,9): error MSB4018:    at Microsoft.Build.AppxPackage.ValidateAppxPackage.Execute()
    1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1706,9): error MSB4018:    at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
    1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1706,9): error MSB4018:    at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__20.MoveNext()
    el_ber

    Hi el_ber,
    From your information, I see that you used VS2013. Could you please tell us how did you build the project? Using VS directly, using command line or writing a script to involve MSBuild to run it? I guess you used the command line or write a build script to
    run the project because I see the path is "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0" instead of "C:\Program Files (x86)\MSBuild\12.0\Bin\msbuild.exe". If that is the case, please use "C:\Program Files (x86)\MSBuild\12.0\Bin\msbuild.exe"
    to build the project.
    If not, can you reproduce this issue? If you can, please provide us with the steps to reproduce this issue or provide us with a sample project on onedrive.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • 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

  • Remote PowerShell Error: Value cannot be null

    I am trying to run commands on our exchange server from another server, and I keep running into this problem regard less of the command I run.  For example I am trying to run the New-MailboxExportRequest and I alway get the error "Value cannot be null."
     If I run the command from the exchange server console it works fine.
    the client machine is Server 2008 (x86) and the server is Server 2008 R2 (x64).
    Here is the exact log of what I am doing
    Windows PowerShell
    Copyright (C) 2009 Microsoft Corporation. All rights reserved.
    PS C:\Users\Administrator> Enter-PSSession -computerName SAM
    [sam]: PS C:\Users\Administrator\Documents> Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010
    [sam]: PS C:\Users\Administrator\Documents> new-mailboxexportRequest
    cmdlet New-MailboxExportRequest at command pipeline position 1
    Supply values for the following parameters:
    Mailbox: eric
    FilePath: C:\Test\eric.pst
    Value cannot be null.
    Parameter name: parameters
    + CategoryInfo :
    + FullyQualifiedErrorId : System.ArgumentNullException,Microsoft.Exchange.Management.RecipientTasks.NewMailboxExportRequest
    [sam]: PS C:\Users\Administrator\Documents>
    It seems that almost all the exchange commands do not work using this connection method.  Can any one tell me what I am missing?

    Have the remote powershell ever worked before?
    Have you tried to use the procedure in the article below to connect the remote exchange server?
    Connect Remote Exchange Management Shell to an Exchange Server
    James Luo
    TechNet Subscriber Support (http://technet.microsoft.com/en-us/subscriptions/ms788697.aspx)
    If you have any feedback on our support, please contact [email protected]

  • Error "Values cannot be null"

    Hello. I'm trying load a picture from file using the cards that are dealt. But the Error I get is the values cannot be null. I'm trying to use a build path with a string on the class FiveCard. Then I'm trying to call its property from the frmGameBoard. But
    That's where the values cannot be null.
    The files are saved in bin/Debug/Cards with extension of .gif with the name in lowercase. Example "bin/Debug/Cards/clubace.gif"
    Here is the class FiveCard:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    namespace Final_Project_Barry_Lovelace
        public class FiveCard : Deck
            private Card[] PlayerHand;
            private Card[] ComputerHand;
            private Card[] dealtPlayer;
            private Card[] dealtComputer;
            public void DealCards()
                PlayerHand = new Card[5];
                dealtPlayer = new Card[5];
                ComputerHand = new Card[5];
                PlayerHand = new Card[5];
                dealtComputer = new Card[5];
            public void Deal()
                DealCards();
                setDeck();
                getHand();
                sortCards();
                displayCards();
                compareHands();
            public void getHand()
                for(int i = 0; i < 5; i++)
                    PlayerHand[i] = getDeck[i];
                for (int i = 5; i < 10; i++)
                    ComputerHand[i - 5] = getDeck[i];
            public void sortCards()
                var queryPlayer = from hand in PlayerHand
                                  orderby hand.MyValue
                                  select hand;
                var queryComputer = from hand in ComputerHand
                                    orderby hand.MyValue
                                    select hand;
                var index = 0;
                foreach (var element in queryPlayer.ToList())
                    dealtPlayer[index] = element;
                    index++;
                index = 0;
                foreach (var element in queryComputer.ToList())
                    dealtComputer[index] = element;
                    index++;
            //display the cards
            public void displayCards()
                //declares a string to make a path
                string PHcard0 = dealtPlayer[0].GetDisplay().ToString().ToLower() + ".gif";
                string PHcard1 = dealtPlayer[1].GetDisplay().ToString().ToLower() + ".gif";
                string PHcard2 = dealtPlayer[2].GetDisplay().ToString().ToLower() + ".gif";
                string PHcard3 = dealtPlayer[3].GetDisplay().ToString().ToLower() + ".gif";
                string PHcard4 = dealtPlayer[4].GetDisplay().ToString().ToLower() + ".gif";
                string CHcard0 = dealtComputer[0].GetDisplay().ToString().ToLower() + ".gif";
                string CHcard1 = dealtComputer[1].GetDisplay().ToString().ToLower() + ".gif";
                string CHcard2 = dealtComputer[2].GetDisplay().ToString().ToLower() + ".gif";
                string CHcard3 = dealtComputer[3].GetDisplay().ToString().ToLower() + ".gif";
                string CHcard4 = dealtComputer[4].GetDisplay().ToString().ToLower() + ".gif";
            public string PHcard0 { get; set; }
            public string PHcard1 { get; set; }
            public string PHcard2 { get; set; }
            public string PHcard3 { get; set; }
            public string PHcard4 { get; set; }
            public string CHcard0 { get; set; }
            public string CHcard1 { get; set; }
            public string CHcard2 { get; set; }
            public string CHcard3 { get; set; }
            public string CHcard4 { get; set; }
            public void compareHands()
    Here is the form frmGameBoard:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.Windows.Forms;
    namespace Final_Project_Barry_Lovelace
        public partial class frmGameBoard : Form
            public frmGameBoard()
                InitializeComponent();
            FiveCard newGame = new FiveCard();
            private void btnDeal_Click(object sender, EventArgs e)
                newGame.Deal();
                pcPH0.Image = (Bitmap)Cards.ResourceManager.GetObject(newGame.PHcard0);
                pcPH1.Image = (Bitmap)Cards.ResourceManager.GetObject(newGame.PHcard1);
                pcPH2.Image = (Bitmap)Cards.ResourceManager.GetObject(newGame.PHcard2);
                pcPH3.Image = (Bitmap)Cards.ResourceManager.GetObject(newGame.PHcard3);
                pcPH4.Image = (Bitmap)Cards.ResourceManager.GetObject(newGame.PHcard4);
                pcCH0.Image = (Bitmap)Cards.ResourceManager.GetObject(newGame.CHcard0);
                pcCH1.Image = (Bitmap)Cards.ResourceManager.GetObject(newGame.CHcard1);
                pcCH2.Image = (Bitmap)Cards.ResourceManager.GetObject(newGame.CHcard2);
                pcCH3.Image = (Bitmap)Cards.ResourceManager.GetObject(newGame.CHcard3);
                pcCH4.Image = (Bitmap)Cards.ResourceManager.GetObject(newGame.CHcard4);
    I appreciate any help! If you haven't noticed. I'm new to C#

    Why do you have string in this method? 
    public void displayCards()
    //declares a string to make a path
    string PHcard0 = dealtPlayer[0].GetDisplay().ToString().ToLower() + ".gif";
    string PHcard1 = dealtPlayer[1].GetDisplay().ToString().ToLower() + ".gif";
    string PHcard2 = dealtPlayer[2].GetDisplay().ToString().ToLower() + ".gif";
    string PHcard3 = dealtPlayer[3].GetDisplay().ToString().ToLower() + ".gif";
    string PHcard4 = dealtPlayer[4].GetDisplay().ToString().ToLower() + ".gif";
    string CHcard0 = dealtComputer[0].GetDisplay().ToString().ToLower() + ".gif";
    string CHcard1 = dealtComputer[1].GetDisplay().ToString().ToLower() + ".gif";
    string CHcard2 = dealtComputer[2].GetDisplay().ToString().ToLower() + ".gif";
    string CHcard3 = dealtComputer[3].GetDisplay().ToString().ToLower() + ".gif";
    string CHcard4 = dealtComputer[4].GetDisplay().ToString().ToLower() + ".gif";
    Change it as only variable name as:
    public void displayCards()
    //declares a string to make a path
    this.PHcard0 = dealtPlayer[0].GetDisplay().ToString().ToLower() + ".gif";
    this.PHcard1 = dealtPlayer[1].GetDisplay().ToString().ToLower() + ".gif";
    this.PHcard2 = dealtPlayer[2].GetDisplay().ToString().ToLower() + ".gif";
    this.PHcard3 = dealtPlayer[3].GetDisplay().ToString().ToLower() + ".gif";
    this.PHcard4 = dealtPlayer[4].GetDisplay().ToString().ToLower() + ".gif";
    this.CHcard0 = dealtComputer[0].GetDisplay().ToString().ToLower() + ".gif";
    this.CHcard1 = dealtComputer[1].GetDisplay().ToString().ToLower() + ".gif";
    this.CHcard2 = dealtComputer[2].GetDisplay().ToString().ToLower() + ".gif";
    this.CHcard3 = dealtComputer[3].GetDisplay().ToString().ToLower() + ".gif";
    this.CHcard4 = dealtComputer[4].GetDisplay().ToString().ToLower() + ".gif";

  • Deployement & "Value cannot be null"

    Hello,
    When I try to deploy a stored procedure in .net on oracle, I've got a message, when I click on "Finish", "Value cannot be null"
    This message append while I would like to "copy assembly only" & "copy assembly and compile stored procedures"
    Have you got any idea to enable to deploy?
    tanks

    Can you provide the c# or vb.net code of your .net stored procedure ?
    Have you installed Oracle Database Extensions for .NET on your db server ?

  • Cannot create a Platform Context object. Exception was "Value cannot be null.

    Hi there.
    Im trying to integrate a desktop application with Project server 2013 online
    (SharePoint ) using SOAP requests.
    But doesnt matter what I try, i Always get this exception "Cannot create a Platform Context object. Exception was "Value cannot be null."
    Anybody has a hint ?
    Thanks

    Hi Maycon,
    In my opinion, this thread is related to SharePoint 2013-Development and Programming forum. So please post thread on that forum for more effective response. Thank you for understanding. Please refer to the following link.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/home?forum=sharepointdevelopment.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Change the Required Field " Fieldname value cannot not be null" error.

    Does anyone know how to change the error message on a Table based form for a required field? By default it gives:
    <Fieldname> value cannot be null
    Do I need a field type validation?

    I got the screen working ok, now when I do a "Reset" on the screen I get a syntax error.
    Line: 10
    Char: 1
    Error: Syntax error
    Code: 0
    URL: https://www.testmasterease.com/portal/pls/portal/PORTAL.wwa_app_module.show?sessionid=9073
    The first 10 lines of HTML are:
    <HTML dir=LTR>
    <HEAD>
    <TITLE>FORM NEW USER ADMIN REQUEST</TITLE>
    </HEAD>
    <BODY BGCOLOR="#FFFFFF" TEXT="#444444" LINK="#444455" VLINK="#554455" ALINK="#666644">
    <SCRIPT TYPE="text/javascript">
    <SCRIPT TYPE="text/javascript">
    function show_context_help(h) {
    newWindow = window.open(h,"Help", "menubar=1,toolbar=1,scrollbars=1,resizable=1,width=700, height=500");
    </SCRIPT>
    </SCRIPT>
    I did not purposly put the show_context_help() in the form. Is there away to remove it?

  • Exporting parameter "name" of the FUNCTION 'SDIXML_DATA_TO_DOM'?

    We've got one question for the Exporting parameter "name" of the FUNCTION 'SDIXML_DATA_TO_DOM' show below:
    CALL FUNCTION 'SDIXML_DATA_TO_DOM'
        EXPORTING
          name         = 'anything?'
          dataobject   = it_tab[]
        IMPORTING
          data_as_dom  = l_dom
        CHANGING
          document     = m_document
        EXCEPTIONS
          illegal_name = 1
          OTHERS       = 2.
    We've got two questions about this function:
    1. What is this function for?  Just convert a SAP internal table to a document content?
    2. What would be the value for the Exporting parameter "name"?  We can give it any string value? or it just has to be the internal table name?
    Thanks and we will give you reward points!

    hi check this..
    parameters: file type rlgrap-filename.
    types: begin of t_itab,
             vbeln type vbap-vbeln,
             posnr type vbap-posnr,
             matnr type vbap-matnr,
             matwa type vbap-matwa,
           end of t_itab.
    data: itab type standard table of t_itab with header line.
    start-of-selection.
      itab-vbeln = '0123456'.
      itab-posnr = '00010'.
      itab-matnr = 'Sreekanth'.
      itab-matwa = 'Gollamudi'.
      append itab.
      clear  itab.
      itab-vbeln = '067890'.
      itab-posnr = '00020'.
      itab-matnr = 'Sachin'.
      itab-matwa = 'Tendulkar'.
      append itab.
      clear  itab.
      itab-vbeln = '834580'.
      itab-posnr = '00010'.
      itab-matnr = 'Saurav'.
      itab-matwa = 'Ganguly'.
      append itab.
      clear  itab.
      perform output_xml.
    *&      Form  OUTPUT_XML
          Out put XML
    form output_xml .
      data: l_dom      type ref to if_ixml_element,
            m_document type ref to if_ixml_document,
            g_ixml     type ref to if_ixml,
            w_string   type xstring,
            w_size     type i,
            w_result   type i,
            w_line     type string,
            it_xml     type dcxmllines,
            s_xml      like line of it_xml,
            w_rc       like sy-subrc.
      data: xml type dcxmllines.
      data: rc type sy-subrc.
      data: begin of xml_tab occurs 0,
              d like line of xml,
            end of xml_tab.
      class cl_ixml definition load.
      g_ixml = cl_ixml=>create( ).
      check not g_ixml is initial.
      m_document = g_ixml->create_document( ).
      check not m_document is initial.
      write: / 'Converting DATA TO DOM 1:'.
    *-- Here we will transfer the actual internal table to XML document
      call function 'SDIXML_DATA_TO_DOM'
        exporting
          name         = 'SALES ORDER'
          dataobject   = itab[]
        importing
          data_as_dom  = l_dom
        changing
          document     = m_document
        exceptions
          illegal_name = 1
          others       = 2.
      if sy-subrc = 0.
        write 'Ok'.
      else.
        write: 'Err =',
        sy-subrc.
      endif.
      check not l_dom is initial.
      w_rc = m_document->append_child( new_child = l_dom ).
      if w_rc is initial.
        write 'Ok'.
      else.
        write: 'Err =',
        w_rc.
      endif.
      call function 'SDIXML_DOM_TO_XML'
        exporting
          document      = m_document
        importing
          xml_as_string = w_string
          size          = w_size
        tables
          xml_as_table  = it_xml
        exceptions
          no_document   = 1
          others        = 2.
      if sy-subrc = 0.
        write 'Ok'.
      else.
        write: 'Err =',
        sy-subrc.
      endif.
      loop at it_xml into xml_tab-d.
        append xml_tab.
      endloop.
      call function 'WS_DOWNLOAD'
        exporting
          bin_filesize = w_size
          filename     = file
          filetype     = 'BIN'
        tables
          data_tab     = xml_tab
        exceptions
          others       = 10.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
        with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    endform.                    " OUTPUT_XML
    regards,
    venkat.

  • 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?

  • Unable to create foreign key: InvalidArgument=Value of '0' is not valid for 'index'. Parameter name: index

    I am running an SQL(CE) script to create a DB. All script commands succeed, but the DB get "broken" after creating the last costaint: after running the script, viewing table properties of Table2 and clicking on "Manage relations" gives the following error: Unable to create foreign key: InvalidArgument=Value of '0' is not valid for 'index'. Parameter name: index. Wondering what does that refer to...
    Here it is the script. Please note that no error is thrown by running the following queries (even from code that passing the queries by hand, one-by-one to sql server management studio).
    CREATE TABLE [table1] (
    [id_rubrica] numeric(18,0) NOT NULL
    , [id_campo] numeric(18,0) NOT NULL
    , [nome] nvarchar(100) NOT NULL
    GO
    ALTER TABLE [table1] ADD PRIMARY KEY ([id_rubrica],[id_campo]);
    GO
    CREATE UNIQUE INDEX [UQ__m_campi] ON [table1] ([id_campo] Asc);
    GO
    CREATE TABLE [table2] (
    [id_campo] numeric(18,0) NOT NULL
    , [valore] nvarchar(4000) NOT NULL
    GO
    ALTER TABLE [table2] ADD PRIMARY KEY ([id_campo],[valore]);
    GO
    ALTER TABLE [table2] ADD CONSTRAINT [campo_valoriFissi] FOREIGN KEY ([id_campo]) REFERENCES [table1]([id_campo]);
    GO
    Sid (MCP - http://www.sugata.eu)

    I know this is kind of old post, but did this realy solved your problem?
    I'm getting this same error message after adding a FK constraint via UI on VS2008 Server Explorer.
    I can add the constraint with no errors, but the constraint is not created on the DataSet wizard (strongly typed datasets on Win CE 6) and when I click "Manage Relations" on the "Table Properties" this error pop out:
    "InvalidArgument=Value or '0' is not valid for 'index'.
    Parameter name: index"
    Even after vreating my table with the relation in SQL the same occurs:
    CREATE TABLE pedidosRastreios (
        idPedidoRastreio INT NOT NULL IDENTITY PRIMARY KEY,
        idPedido INT NOT NULL CONSTRAINT FK_pedidosRastreios_pedidos REFERENCES pedidos(idPedido) ON DELETE CASCADE,
        codigo NVARCHAR(20) NOT NULL

Maybe you are looking for

  • Problem with scanning document in PDF format to computer

    has anyone had a problem with scanning to the computer a document in pdf format from hp Photosmart 7525  e-All-in-One series wireless printer? The document appears in My Documents but when I try and open the document I get an error message that says

  • Export Import Clob

    Hi, I have a clob in the the table which have the huge data in each row. i want this table to export some other instance( to client place) I exported like below exp kvv/kvv@Ora1 buffer=10240000 file=kvvexp.dmp tables=groupdetails log = exp.log After

  • Do i need to buy a specific Teachers Ed CS6 for 64 bit?

    See title.  For Web and Design package.

  • Can't drag using trackpad

    So recently my trackpad on my 2009 macbook pro started acting up. I would constantly have to tighten the little scre in order for my clicks to be registered until my brother had the bright idea of super gluing the screw so i wouldnt move anymore. Bad

  • Block Pages in digital publishing

       hello, I wanted to know if it is possible to lock the pages of an application of digital publishing in such a way that the transition from one page to another occurs only with buttons and not through the horizontal scroll. thanks Paolo