Unable to download the attachnments with RQMUrlUtility :Got an IOException: java.io.FileNotFoundException
RQMUrlUtility: Connected to https://igarqm01.swg.usma.ibm.com using project "XXXXXX"
Attempting to create SSL_TLS context
RQMUrlUtility: Calling [ HTTP GET ] method to download an attachment
RQMUrlUtility: Server Response code: 200
RQMUrlUtility: Got an IOException: java.io.FileNotFoundException: C:\XXXX\no-cache="set-cookie, set-cookie2" (The filename, directory name, or volume label syntax is incorrect.)
RQMUrlUtility: If the path contains spaces, surround it with double quotes.
RQMUrlUtility: The directory containing the file must exist and have appropriate permissions.
One answer
Hi Sravan Kumar,
Comments
Still facing the same issue, permission and proper to the file path.
I am surprised to see what is the no-cache="set-cookie, set-cookie2".
Got an IOException: java.io.FileNotFoundException: C:\XX\no-cache="set-cookie, set-cookie2" (The filename, directory name, or volume label syntax is incorrect.)
If the path contains spaces, surround it with double quotes.
The directory containing the file must exist and have appropriate permissions.
java.io.FileNotFoundException: C:\XX\no-cache="set-cookie, set-cookie2" (The filename, directory name, or volume label syntax is incorrect.)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:286)
at java.io.FileOutputStream.<init>(FileOutputStream.java:226)
at java.io.FileOutputStream.<init>(FileOutputStream.java:112)
at com.ibm.rqm.url.client.RQMUrlGET.<init>(RQMUrlGET.java:108)
at com.ibm.rqm.url.UrlUtility.main(UrlUtility.java:339)