Unable to see anything in webconsole

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
DSRajesh
Premium Member
Premium Member
Posts: 297
Joined: Mon Feb 05, 2007 10:37 pm

Unable to see anything in webconsole

Post by DSRajesh »

Dear All,

I am trying to login Web console information server and after i gave login password i am getting balnk screen and status bar is showing as Done where as i should see different menus in web console.

Can any one help me here to resolve this issue.

Thanks
Rajesh
RD
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Right-mouse click on the screen, then "View Source" - what is displayed?
DSRajesh
Premium Member
Premium Member
Posts: 297
Joined: Mon Feb 05, 2007 10:37 pm

Post by DSRajesh »

Dear

This is the output of source after right click:

<html>
<head>
<title>IBM Information Server</title>
<link rel="stylesheet" href="/styles/styles.css" type="text/css">
<script type="text/javascript" src="/js/TabMenu.js"></script>
<script type="text/javascript" src="/js/PrimaryTabMenuData.js"></script>
<script>
var helpTopicId = "";
var secondaryTabHelpTopicId;

function setHelpTopicId(helpTopicId) {
top.helpTopicId = helpTopicId;
}

function openPage(primaryTabName, secondaryTabName, secondaryTabDisplayName, url, helpTopicId, onCloseTab, onCloseTabConfirm) {
primaryTabMenu.goToTab(primaryTabName);
var cmd = "mainFrame.mainBody.secondaryTabMenu.addTabAndRefresh('" + secondaryTabName + "','" + secondaryTabDisplayName + "','" + url + "','on',true,'" + helpTopicId + "','" + onCloseTab + "','"+ onCloseTabConfirm + "')";
self.setTimeout(cmd, 1000);
}

function reloadMe() {
self.setTimeout("document.location.reload(true)", 1000);
}

if(self != top) {
top.location.replace("/index.jsp");
}
</script>
<noscript><META HTTP-EQUIV="refresh" CONTENT="0;URL=/errors/noscriptError.jsp"></noscript>
</head>


<frameset rows="43,*" FRAMEBORDER="0" FRAMESPACING="0" BORDER="0" id="topFrame">
<frame src="/header.jsp" name="headerFrame" id="headerFrame" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize>
<frame src="/common/main.jsp" name="mainFrame" id="mainFrame" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0" noresize>
</frameset>
<noframes>
IBM Information Server requires the browser to support frames. Please use different browser.
</noframes>
</html>


I am using IE 6.0 Version.

Regards
Rajesh
RD
DSRajesh
Premium Member
Premium Member
Posts: 297
Joined: Mon Feb 05, 2007 10:37 pm

Post by DSRajesh »

Dear Arndw

Please find the below output of View source.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Header</title>
<link rel="stylesheet" href="/styles/styles.css" type="text/css">
</head>
<body>
<!-- BEGIN Masthead -->

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr height="43">
<td nowrap align="left" class="masthead"><img src="/images/spacer.gif" width="15" height="1" alt="spacer"><img src="/images/ibm_logo.gif" width="165" height="15" alt="IBM Information Server"></td>
</tr>
</table>

<!-- END Masthead -->


Can you please help me how to resolve this issue.

Regards,
Rajesh
RD
Post Reply