|
The error message was miseading. Registering the
remote procedure XUS SIGNON SETUP with the option OR CPRS GUI CHART did the
trick.
Regards
Usha
----- Original Message -----
Sent: Tuesday, October 18, 2005 5:00
PM
Subject: Re: [Hardhats-members] VistA Web
unable to select patients
On refreshing the page, following is shown recv error: Security
Segment: The remote procedure XUS SIGNON SETUP is not registered to the
option XUS SIGNON.(81) I have assinged the option XUS SIGNON to the user's
SECONDARY MENU OPTIONS. Thanks Usha ----- Original Message
----- From: "Kevin Toppenberg" <[EMAIL PROTECTED]> To:
Sent: Monday, October 17, 2005
9:53 PM Subject: Re: [Hardhats-members] VistA Web unable to select
patients
Look at the RPC code entry for your XUS AV Code. As I have
been looking the RPC entries lately, I notice that some entries
have specific codes or security features. There may more that needs to
be done than simply add it to the XUS SIGNON option Kevin
On
10/17/05, Usha <[EMAIL PROTECTED]>wrote: > > Hi Nancy > As you
had adviced, I tried to look for the problem in the code. The wrong >
function name seemed to be the problem. In line 31 of the >
EMR\resource\Mail.cs file, a function named getName of class MDO.User
was > being called. > msg.Body += "User: " + user.getName() + " ("
+ user.getSite().getName() + > ")"; > There is no function in the
class MDO.User with the name getName. So I > change it to >
msg.Body += "User: " + user.getUsername() + " ("
+ user.getSite().getName() > + ")"; > Now there is a new
message is being displayed. It says > recv error: Security Segment: The
remote procedure XUS AV CODE is not > registered to the option XUS
SIGNON.(76) > The XUS SIGNON entry in the OPTION file is > NUMBER:
3411 NAME: XUS SIGNON > MENU TEXT: Kernel sign-on context TYPE: Broker
(Client/Server) > CREATOR: IRM,MGR DELEGABLE: YES > TIMESTAMP OF
PRIMARY MENU: 57936,84609 > RPC: XUS SIGNON SETUP > RPC: XUS AV
CODE > RPC: XUS INTRO MSG > RPC: XUS CVC > RPC: XUS AV
HELP > RPC: XUS DIVISION SET > RPC: XUS GET USER INFO > RPC:
XUS DIVISION GET > RPC: XWB GET BROKER INFO > UPPERCASE MENU TEXT:
KERNEL SIGN-ON CONTEXT > How can I register the remote procedure with
the XUS SIGNON option? > Regards > Usha > > -----
Original Message ----- > From: "Nancy Anthracite" > To: >
Sent: Thursday, October 13, 2005 11:08 PM > Subject: Re:
[Hardhats-members] VistA Web unable to select patients > > > My
HealtheVet is what is not available. VistA Web is available. You have >
to > > set up a server and all of that and then have something to
connect to. > Maybe > > your missing object is the connection
to the VAs databases which may need > to > > be edited to
connect to yours. I would suggest taking a look at the source > >
code. > > > > On Thursday 13 October 2005 01:25 pm, Kevin
Toppenberg wrote: > > I didn't think that VistA Web was finished or
available. Maybe that > > is why it is not working? >
> > > Kevin > > > > On 10/13/05, Usha
wrote: > > > Hi > > > > > > I trying to
install VistA Web, the web interface to the EMR for > providers. >
> > According to the Installation Guide, I have done the
following > > > > > > 1. Extract the EMR.zip file to
the desired location for EMR. > > > 2. Configure the EMR folder to
run as a virtual directory under the > default > > >
website. > > > 3. Set the default content page to
"loginframeset.htm". > > > 4. Configure VistAWebDocs and
VistAWebUserMgt as web applications under > the > > >
VistAWeb website; the virtual directories for each are
VistAWebDocs and > > > VistAWebUserMgt, respectively. >
> > > > > SQL Database Schema Instructions > > >
1. Create a database called "EMR". > > > 2. Run the scripts in
Appendix A. > > > 3. Add the user account used by VistAWeb (call
VistAWeb Support at > > > 734-769-7100 x.5782 for the
account/password). - What is the username > and > > >
password? > > > 4. Grant the provided user account "dbowner"
rights to the EMR database. > > > > > > Given
"dbowner" rights of database "EMR" to a user account with the name >
> > "dbo" . > > > > > > > >
> > > > I am able to login to the VistA server through VistA
Web, but am unable > to > > > see the patient selection
screen. Instead the following comes up. > > > > > >
Server Error in '/VistAWeb' Application. >
________________________________ > > > > > > Object
reference not set to an instance of an object. > > > Description:
An unhandled exception occurred during the execution of the > >
> current web request. Please review the stack trace for
more information > > > about the error and where it originated
in the code. > > > > > > Exception Details:
System.NullReferenceException: Object reference not > set > >
> to an instance of an object. > > > > > > Source
Error: > > > > > > > > > > > >
An unhandled exception was generated during the execution of
the current > > > web request. Information regarding the origin
and location of the > exception > > > can be identified
using the exception stack trace below. > > > > > >
Stack Trace: > > > > > > > > > >
> > [NullReferenceException: Object reference not set to an instance of
an > > > object.] > > > EMR.Mail.send(User user,
Patient patient, HttpRequest request, > Exception > > > ex)
in > C:\Inetpub\wwwroot\EMR\resources\classes\Mail.cs:31 > >
> EMR.Global.showOops(User user, Patient patient, HttpRequest
request, > > > Exception ex, HttpResponse response) in >
> > c:\inetpub\wwwroot\emr\global.asax.cs:94 > > >
EMR.Login.submitButton_Click(Object sender, EventArgs e) in > > >
C:\Inetpub\wwwroot\EMR\Login.aspx.cs:217 > > >
System.Web.UI.WebControls.Button.OnClick(EventArgs e) > > >
+108 > >
> > System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaiseP >
> >ostBackEvent(String eventArgument) +57 > > > >
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler > > >
sourceControl, String eventArgument) +18 > > > >
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection > > >
postData) +33 > > > System.Web.UI.Page.ProcessRequestMain()
+1315 > > > > > > > > > > >
> > > > ________________________________ > >
> > > > Version Information: Microsoft .NET Framework
Version:1.1.4322.573; > ASP.NET > > >
Version:1.1.4322.573 > > > > > > Is this problem due
to the missing username and password of the SQL > > > database? If
yes, then what is the username and password to be used? If >
no, > > > then how this problem can be overcome? > >
> > > > Regards > > > Usha > > >
> ------------------------------------------------------- > > This
SF.Net email is sponsored by: > > Power Architecture Resource Center:
Free content, downloads, discussions, > > and more.
http://solutions.newsforge.com/ibmarch.tmpl > >
_______________________________________________ > > Hardhats-members
mailing list > > [email protected] >
> >
https://lists.sourceforge.net/lists/listinfo/hardhats-members >
> > > -- > > Nancy Anthracite > > >
> > >
------------------------------------------------------- > > This
SF.Net email is sponsored by: > > Power Architecture Resource Center:
Free content, downloads, discussions, > > and more.
http://solutions.newsforge.com/ibmarch.tmpl > >
_______________________________________________ > > Hardhats-members
mailing list > > [email protected] >
> >
https://lists.sourceforge.net/lists/listinfo/hardhats-members >
> > > > > > > Make sure YOUR emails don't
get lost! Download Mailinfo
here
------------------------------------------------------- This
SF.Net email is sponsored by: Power Architecture Resource Center: Free
content, downloads, discussions, and more.
http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Hardhats-members
mailing
list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members
-------------------------------------------------------
This SF.Net email is sponsored by: Power Architecture Resource Center: Free
content, downloads, discussions, and more.
http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________ Hardhats-members mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hardhats-members
Make sure YOUR emails don't get lost! Download Mailinfo here
|