on 2013 Apr 15 2:31 AM
Hi Every one,
I am testing one read operation and getting error as"Malformed URI literal syntax" for below URL,
http://gatewatserver/sap/opu/odata/sap/YLOGIN_SRV/USERCollection
(WebUserId='user@user.COM',Password='password',Days='001',DummyFlag=’X’)
can you helps me is there any mistake or how ro solve this.
Thanks,
Giri
Request clarification before answering.
Hello Giri,
The Property names are case sensitive, please check , the names that you have defined in metadata are exactly same as the ones that you are passing in the url.
Also the type of data matters, for numeric data types quote is not required. Check the Edm.type of property 'Date', remove quotes if it is numeric.
Regards,
Atanu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Giri ,
Can u post ur "LOGONUSERCollection" metadata documents
Regards,
Jibin Joy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Giri,
Can you try the below link:
http://gatewatserver/sap/opu/odata/sap/YLOGIN_SRV/USERCollection?$filter=
(WebUserId='user@user.COM',Password='password',Days='001',DummyFlag=’X’)
Thanks,
Arun
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 8 | |
| 6 | |
| 6 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.