cancel
Showing results for 
Search instead for 
Did you mean: 

Internal error: the value of parameter id is invalid.(Error INF)

Former Member
0 Kudos

Help please..

Internal error occured: Internal Error: the value of parameter id is invalid.

Here is my code.

 ="<a 
href=\'http://servername/businessobjects/enterprise
115/desktoplaunch/opendoc/openDocument.jsp?sDocType=
wid&sDoc
Name=ReportName&
sWindow=New&sInstance=Param&Refresh=Y&lsSEnter%20Subclass:="+URLEncode(FormatNumber([Subclass ID];"#####")) + 
"'>Link</a>" 

Thanks.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

BTW, both my master and child reports are in my "Inbox", will that be an issue?

- Nivas

Former Member
0 Kudos

I am using the below hyperlink

="<a href=https://info..../businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?&sWindow=Same&sType=wid&sRefresh=Y&sReportName="+URLEncode("ChildTestReport")+">"+[Account Number]+ "</a>"

But I am also getting the same error. I am using BO XI-R2, am I missing something?

- Nivas

Former Member
0 Kudos

Hi Bernard,

Thanks so much for your help.

Warm regards.

Rose

Former Member
0 Kudos

Hi Rosemarie,

I went through the URL that u have given and the problem is with the refresh parameter according to the

error that is mentioned.

The refresh parameter should be sRefresh. So i have updated your URL. Please go through it.

="<a

href=\'http://servername/businessobjects/enterprise

115/desktoplaunch/opendoc/openDocument.jsp?sDocType=

wid&sDoc

Name=ReportName&

sWindow=New&sInstance=Param&sRefresh=Y&lsSEnter%20Subclass:="+URLEncode(FormatNumber([Subclass ID];"#####")) +

"'>Link</a>"

Hope it works.

Bernard.