Thanks for the replies. I don't know which is more correct becuase it still doesn't display as expected. I Netscape all the body text is displayed in one paragraph at the top of the window and in IE I see the color-coded source code. Though no error messages this time.
--
Chip
Rebooting should be no problem. The question is - what services are started automatically or not (if any)? IF whatever needs to run (if anything) is started automatically then no problem, just reboot the box.
You need to reboot into single user mode to change the root password.
--
Chip
Anyone here running the eBusiness Manager module for MAS200? I'd like to chat a bit with you about access to it through a firewall, connecting from an outside web page, maybe other stuff.
--
Chip
Did you try this -
select library master module/utilities/report manager
select the appropriate module from the drop down list
select the appropriate report from the second drop down list
change the name if necessary
click on the menu button
select the appropriate module (application list)...
I've seen similar messages before. Did you not get a choice to kill/restart the session? If not you should take a look at the MAS200 Host screen at the users names, chances are you'll find one listed for the person failing to log in. Kill that session then try logging in again.
--
Chip
So here I am learning XML, just started this week with the Dummys XML book. I'm working out the examples, finding some don't work as described (see my other post for another example). This time I have an xml file and an xslt file to transform it to html. When viewed in Netscape and Mozilla I see...
Okay, here's what I have found - In Netscape 7 I run the test xml file using the external dtd and css and it errors out on the first entity it encounters. But in IE it displays the xml file just fine.
Anybody seen this before?
--
Chip
In the DTD I create the internal entity-
<!ENTITY aut "Author: ">
and I reference it like this in the xml file-
<Author Status="deceased">&aut;Some Guy</Author>
which I think is the correct way to do this.
But, when I escape the ampersand, like this:
<Author Status="deceased">&aut;Some...
I am writing my first xml and dtd documents. I am referring to the external dtd from the .xml file and it works great. Until I add an entity declaration. My .dtd file looks like this -
<!-- Begin book catalog dtd last updated apr 7, 2004 -->...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.