If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Date Format

Started by m_karbala, 16 Dec 2008 03:44:30 PM

Previous topic - Next topic

m_karbala

I am generating report using SKD and I am trying to pass the parameteres required for the report (11 params).
I am getting [System.Web.Services.Protocols.SoapException] = {"Client Error"}

Now my question is:
What is date format? should be like 12/16/2006?
Can we use % for string parameters to return all the results?

moggyx

Hi,
Considering the SDK is a web service and is expecting a date format.
You should attempt to pass an xsd format date as a parameter.

Check out the following link for details:
http://www.w3schools.com/Schema/schema_dtypes_date.asp

Cheers