Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



BIRT report issue

From: venkat (2011-09-09 14:45)

Hi friends
I had an issue with Reports in Maximo. Here is how i ma getting issue.
I am running work order list report, and saving as PDF file to my desktop. When i open pdf file and clicked on workorder number (has hyperlink) it goes to a blank page (404 error,page cannot be displayed).
Can you guys explain me how can i debug the issue.
Any replies highly appreciated.


From: in2data (2011-09-09 16:17)

Hi,
I take it your hyperlink is to the work order application in Maximo?
Use the fully defined servername with the domain. You can try just the server name but depending on your LAN/WAN that may not work. You also have to use the workorderid not the work order number. You can have the hyperlink in the report on the wonum field but have the workorderid field just below it on the same detail row and hidden. That way the user just sees the wonum and clicks it.
If the user already has Maximo open then it just opens the work order. If not they get the login screen then it opens the work order.
Here's an example of the link. No spaces in the link.
"http://yourservname.yourdomain.com/maximo/ui/?event=loadapp&value=WOTRACK&uniqueid="+row["workorderid"]+""
Dave Bone
Ocean Spray Cranberries
--- In MAXIMO@yahoogroups.com, "venkat" <venkat.avirneni@...> wrote:
>
> Hi friends
>
> I had an issue with Reports in Maximo. Here is how i ma getting issue.
> I am running work order list report, and saving as PDF file to my desktop. When i open pdf file and clicked on workorder number (has hyperlink) it goes to a blank page (404 error,page cannot be displayed).
> Can you guys explain me how can i debug the issue.
>
> Any replies highly appreciated.
>