[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.

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.

  • 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

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

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

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

  • Crystal Reports 2008: "convert DB null values to default"

    All:
    Quick question on CR 2008;
    Which default value will be set when you enable u201Cconvert DB null values to defaultu201D using report option in CR - based on Database default value setting or Crystal Report's?
    Thanks.
    Sathish.

    So it is Crystal Reports settings NOT database default value settings that Crystal Reports uses, correct?
    Thank you!

  • Crystal reports Viewer: cannot amend the selection parameter

    Hi, when I open a report in the report views (2008) it only shows me the data that was selected when I last amended the report in the "crystal reports basic 2008".   I can see my parameter listed in the parameter panel, but the "change" button is greyed out.    Any ideas?
    Thanks in advance!
    Simon

    Crystal reports Viewer is only a Viewer.  That means you can not do any modifications to the report.  Report opened by viewer is a read only version.  Designer has to be used to amend your report.
    Thanks,
    Gordon

  • JRC for Crystal Reports for Eclipse V2.0 Parameter Problems

    Scenario:
    I have a report that displays the Function Group Name for a certain individual and all the Functions included in that Function Group. The following are the tables involved:
    USER, FUNC_GROUP (contains description of the group) and FUNC_GROUP_LIST (the actual functions in the FUNC_GROUP).
    The SQL command for the main report is: select id, name, description from FUNC_GROUP, USER where FUNC_GROUP.id = USER.default_func_group_id
    The sub-report which lists the functions for the Function Group has the following SQL command: select id, name from FUNC where func_group_id = <main report's FUNC_GROUP.id>
    The problem is my current code still flags missingParameterValueError error whenever I changed the DB location and set the parameters.
    Code used for setting of db connection:
    private void setDBConnection(ReportClientDocument doc) throws ReportSDKException {
        IConnectionInfo newConnectionInfo = new ConnectionInfo();
        newConnectionInfo.setAttributes(new PropertyBag(connectionProperty));
        newConnectionInfo.setUserName(getLoginname());
        newConnectionInfo.setPassword(getPassword());
        //preserve subreport links
        SubreportController src = doc.getSubreportController();
        Map<String, SubreportLinks> linkMapper = new HashMap<String,SubreportLinks>();
        for(String subreportName : src.getSubreportNames()){
            linkMapper.put(subreportName,
                (SubreportLinks) src.getSubreportLinks(subreportName).clone(true));
        //If this connection needed parameters, we would use this field. 
        Fields<IParameterField> pFields = doc.getDataDefController().getDataDefinition().getParameterFields();
        replaceConnectionInfos(doc.getDatabaseController(), newConnectionInfo, pFields);
        IStrings strs = src.getSubreportNames();
        Iterator<String> it = strs.iterator();
        while (it.hasNext()) {
          String name = it.next();
          ISubreportClientDocument subreport = src.getSubreport(name);
          pFields = subreport.getDataDefController().getDataDefinition().getParameterFields();
          replaceConnectionInfos(subreport.getDatabaseController(), newConnectionInfo, pFields);
        //reconnect subreport links since when using replaceConnection links are erased
        for(String subreportName : src.getSubreportNames())
          src.setSubreportLinks(subreportName, linkMapper.get(subreportName));
    Edited by: Rizza Lynn Ponce on Jun 2, 2009 11:56 AM

    >
    Ted Ueda wrote:
    > Do you look at the report links you're saving before the connection changes, to see if it's being saved, and added back?  It'll be interesting what type of link it is.
    I've run the program in debug mode and inspected the following:
    src.getSubreportLinks(subreportName).getSubreportLink(0).getSubreportFieldName()
    src.getSubreportLinks(subreportName).getSubreportLink(0).getMainReportFieldName()
    src.getSubreportLinks(subreportName).getSubreportLink(0).getLinkedParameterName()
    before the change in connection and after the change in connection in both main and subreport and after adding back the links. The values monitored did not change.
    Am I looking at the correct things? Or is there another value I need to monitor?
    >
    > Is it possibly to a stored proc parameter that is no longer there in the subreport after the database change?
    I am not using any stored procs, I just formulated an SQL for retrieval in both main and subreport.
    >
    > If so, you'd need to redefine the link before applying.
    >
    > Sincerely,
    >
    > Ted Ueda
    What do you mean redefine?
    Additional info:
    The current template I'm using accepts the value from main report (FUNC_GROUP.id) which is in turn used as a parameter in the SQL command in the subreport. This throws an error when exporting via JRC.
    However, I tried some modifications in the SQL command in the subreport. I've included the Function Group ID in the select clause (select id, name, func_group_id from FUNC) instead of using it in the where clause. Then in the linking of the main and the subreport, I chose filter data in subreport by func_group_id matching FUNC_GROUP.id in main report. Exporting in JRC this report worked well and deliver the same data as the original template. The problem is I think it takes longer because all data in FUNC table is retrieved. And also as a framework developer, I prefer not limiting the developers regarding the style on how they connect main and subreport in CRW (I'd personally say I'm more fond of using the original template as I think the modified template retrieves unneeded data).

  • Crystal Reports 2011 cannot see Excel 2007 as an export type

    I just installed/updated to cr2011.  Installation went fine, and i did not get any problems. I am able to run all my previous reports, and if i makes chamges to a report and save, i do get asked "do you want to save it with the latest report format"
    My version is 14.0.2.364RTM
    When i click export, i do not see EXCEL 2007 or any other new types, i know are included for cr2011.
    Is there anything else i need to download ? cr2011 runtimes ? or remove or configure ?
    thanks

    Abhilash, thank you.
    I have another quick question, and if i need to open a new post i can.
    I have CRD by ChristianStevenSoftware, which we use to automate and schedule/deliver our reports.
    When i upgraded to cr2011, i was told by CristianSteven software, that i had to select the correct CRYSTAL RUNTIMES.
    They have a gui to use for the user to "Chang Crystal Version".  when i used it, i was presented with a dialog box, which
    had Crystal Reports 2011(13.xx) as the latest.  I slected this option as i assumed they though 13.xx was correct for 2011( i know 14.xx is what i have installed.
    Anyway i did not get an error when upgrading to 13.xx, but when i started CRD, i got an error.
    The CRD developer says :-
    The install that is in the picture looks like the installation of the crystal reports 2011 applicaton,
    not the runtimes. The runtimes should be a seperate installation, please let me know if you
    see any installations under add/remove programs that is labeled:
    --SAP Crystal Reports runtime engine for .NET Framework 4
    That should be the name showing for the 2011 runtimes. If you cannot find it in the add/remove programs, you should be able to download the runtimes from the SAP.Com website.
    I do not see SAP Crystal Reports runtime engine for .NET Framework 4
    Can i download them from SAP site as he suggests ?
    Thanks in advance, John

Maybe you are looking for

  • Startup Pop up with macintosh HD and Recovery 10.9

    on the odd occasion for absolutely no reason when I start my macbook pro running the latest mavericks OS version, the first screen that comes up when starting up from power off shows two options to choose either "Macintosh HD" or "Recovery 10.9" with

  • OIM Password Sync Installation on Windows Core Server 2008

    Hi, Did anyone ever installed AD Password Sync connector on windows core 2008 server, please provide the steps for that? Server Core doesn't have GUI, it uses command prompt to install. I tried to installed but it corrputed the server itself. Please

  • Safari 5.0.3 keeps crashing - help please (STILL!)

    Here is the crash report; I am still having problems with this issue. I followed the advice and found an updated afloat app. It happened again, so I re-followed advice from a few days ago on here and deleted afloat again. Unfortunately, it is still h

  • How to do the ranking by writing a measure?

    Hi, I'm trying to write a measure to show the ranking of each customer in the powerpivot pivot table. The rank is calculated based on rolling 12 months sales. I used RANKX but the result was inaccurate as shown below. AK_End_Customer_Name__rName Roll

  • CS4, Bad ghosting exporting to iPod

    All, I need clips from a DVD transferred to a classic iPod. I got the sequence from the DVD in the timeline. I export the media to an mp4 large iPod format. The output shows people moving around like ghosts. How can I prevent it from trying to blend