{Blocked Content} RE: [U2] Need help with GCI system {unclassified}

2008-11-06 Thread Bob Little
Warning: This message has had one or more attachments removed
Warning: (not named).
Warning: Please read the "AngelicHost-Attachment-Warning.txt" attachment(s)
for more information.

Andy,
I'm not sure I understand your placement suggestion.  According to what I
read, the finished dll gets placed into the bin subdirectory relative to the
main UV account directory.

I'm not actually placing the dll myself, I'm letting the GCI.ADMIN system do
it.
UV appears to construct the path it's going to look in based on what it finds
in the &UFC& gci.library.list item (which says bin\magci.dll) and what it sees
in the registry as UvHome (in this case its e:\IBM\UV)

So - I dunno.  It's wacky.

-bob



From: [EMAIL PROTECTED] on behalf of MACK ANDREW, MR
Sent: Thu 11/6/2008 8:28 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Need help with GCI system {unclassified}



Hey Bob

The error message states that it cannot find magci.dll in e:\IBM\UV\bin.
Try placing a copy of it into the UV/bin dir as well as the UV/gcidir.

Andy Mack



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bob Little
Sent: Thursday, 6 November 2008 3:26 p.m.
To: u2-users@listserver.u2ug.org
Subject: [U2] Need help with GCI system

I'm attempting to use the GCI system and I'm having trouble getting it
to work.
I'm working on Windows Server 2003 and UV10.2

Here's what I've done :
Create a small function in C: int getSum(int, int) Compile the function
and create a lib from the object file.
Copy the lib over to UV/gcidir
Login to the UV account and run GCI.ADMIN Created a new GCI definition
file called MAGCI file using option 1 Defined the new function this way:

Subroutine name:  getSum (the name I want to be able to call in UV)
Language:  c
External Name:  getSum  (the actual name of the C function)
Module  Name:  test   (the library name which contains the function)
one int type output and two int type arguments for input

Compiled the items in the new CGI file with admin option #5 Installed
the new DLL and re-logged in to the UV account

Wrote a UV subroutine to use the new function:
DECLARE GCI getSum
PRINT getSum(2,3)

And I get the following error:
Error 126 loading GCI library e:\IBM\UV\bin\magci.dll.
The specified module could not be found.
Program "TEST": Line 2, Invalid GCI subroutine.

I think that I'm missing something key here, but I don't know what it
is.
I'd appreciate any help here.

Thanks
-bob
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
The information contained in this Internet Email message is intended
for the addressee only and may contain privileged information, but not
necessarily the official views or opinions of the New Zealand Defence Force.
If you are not the intended recipient you must not use, disclose, copy or
distribute this message or the information in it.

If you have received this message in error, please Email or telephone
the sender immediately.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
This is a message from the MailScanner E-Mail Virus Protection Service
--
The original e-mail attachment "winmail.dat"
was believed to be infected by a virus and has been replaced by this warning
message.

If you wish to receive a copy of the *infected* attachment, please
e-mail helpdesk and include the whole of this message
in your request. Alternatively, you can call them, with
the contents of this message to hand when you call.

At Thu Nov  6 18:48:29 2008 the virus scanner said:
   Could not parse Outlook Rich Text attachment

Note to Help Desk: Look on the AngelicHost MailScanner in
/home/virtual/site2/fst/var/spool/mail.quarantine/20081106 (message
mA72mQSu008871).
--
Postmaster
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


{Blocked Content} RE: [U2] Need help with GCI system

2008-11-06 Thread Bob Little
Warning: This message has had one or more attachments removed
Warning: (not named).
Warning: Please read the "AngelicHost-Attachment-Warning.txt" attachment(s)
for more information.



From: [EMAIL PROTECTED] on behalf of Hona, David S
Sent: Thu 11/6/2008 7:53 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Need help with GCI system

Isn't your module called "magci" and not "test"? As your error indicates
it's looking for "TEST" in your GCI library. From the GCI documentation:

Hi Davd,


Thanks for the reply.

The library is indeed called test.lib built from test.c/test.obj.  In it is
the function "getSum()" I am trying to integrate.  The GCI definition file
I've created on UV is called MAGCI.  UniVerse creates all the magci.* items in
the gcidir when I take GCI.ADMIN menu option "5. Make a GCI Library from a GCI
Definition File".

The way I thought it worked was:
The subroutine visible to UV would be getSum and the external subroutine name
is the same and the module (.lib) is test because the function is in test.lib.

What's odd is that the *hello example and it's accompanying BP GCI1 calling
program don't run either.   I'm using straight out of the box IBM examples and
using the default GCI definition file: GCI.

-bob
This is a message from the MailScanner E-Mail Virus Protection Service
--
The original e-mail attachment "winmail.dat"
was believed to be infected by a virus and has been replaced by this warning
message.

If you wish to receive a copy of the *infected* attachment, please
e-mail helpdesk and include the whole of this message
in your request. Alternatively, you can call them, with
the contents of this message to hand when you call.

At Thu Nov  6 18:40:48 2008 the virus scanner said:
   Could not parse Outlook Rich Text attachment

Note to Help Desk: Look on the AngelicHost MailScanner in
/home/virtual/site2/fst/var/spool/mail.quarantine/20081106 (message
mA72ejno008182).
--
Postmaster
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Need help with GCI system {unclassified}

2008-11-06 Thread MACK ANDREW, MR
Hey Bob

The error message states that it cannot find magci.dll in e:\IBM\UV\bin.
Try placing a copy of it into the UV/bin dir as well as the UV/gcidir.

Andy Mack



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bob Little
Sent: Thursday, 6 November 2008 3:26 p.m.
To: u2-users@listserver.u2ug.org
Subject: [U2] Need help with GCI system

I'm attempting to use the GCI system and I'm having trouble getting it
to work.
I'm working on Windows Server 2003 and UV10.2

Here's what I've done :
Create a small function in C: int getSum(int, int) Compile the function
and create a lib from the object file.
Copy the lib over to UV/gcidir
Login to the UV account and run GCI.ADMIN Created a new GCI definition
file called MAGCI file using option 1 Defined the new function this way:

Subroutine name:  getSum (the name I want to be able to call in UV)
Language:  c
External Name:  getSum  (the actual name of the C function)
Module  Name:  test   (the library name which contains the function)
one int type output and two int type arguments for input

Compiled the items in the new CGI file with admin option #5 Installed
the new DLL and re-logged in to the UV account

Wrote a UV subroutine to use the new function:
DECLARE GCI getSum
PRINT getSum(2,3)

And I get the following error:
Error 126 loading GCI library e:\IBM\UV\bin\magci.dll.
The specified module could not be found.
Program "TEST": Line 2, Invalid GCI subroutine.

I think that I'm missing something key here, but I don't know what it
is.
I'd appreciate any help here.

Thanks
-bob
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
The information contained in this Internet Email message is intended
for the addressee only and may contain privileged information, but not
necessarily the official views or opinions of the New Zealand Defence Force.
If you are not the intended recipient you must not use, disclose, copy or 
distribute this message or the information in it.

If you have received this message in error, please Email or telephone
the sender immediately.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Need help with GCI system

2008-11-06 Thread Hona, David S
Isn't your module called "magci" and not "test"? As your error indicates
it's looking for "TEST" in your GCI library. From the GCI documentation:

On Windows platforms: Enter the name of the library file that you
created in the gcidir directory in "Preparing the Subroutine" on page 5,
without its .lib suffix. For example, if your library name is
gci_subs.lib, enter the module name gci_subs. If you do not supply a
value, it defaults to the value you entered at the Subroutine name:
prompt. If you want to define a system call to functions defined in the
Microsoft Win32 API, you must specify the module name as Win32.

Regards,
David


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bob Little
Sent: Thursday, 6 November 2008 1:26 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Need help with GCI system

I'm attempting to use the GCI system and I'm having trouble getting it
to work.
I'm working on Windows Server 2003 and UV10.2

Here's what I've done :
Create a small function in C: int getSum(int, int)
Compile the function and create a lib from the object file.
Copy the lib over to UV/gcidir
Login to the UV account and run GCI.ADMIN
Created a new GCI definition file called MAGCI file using option 1 
Defined the new function this way:

Subroutine name:  getSum (the name I want to be able to call in UV)
Language:  c
External Name:  getSum  (the actual name of the C function)
Module  Name:  test   (the library name which contains the function)
one int type output and two int type arguments for input

Compiled the items in the new CGI file with admin option #5
Installed the new DLL and re-logged in to the UV account

Wrote a UV subroutine to use the new function:
DECLARE GCI getSum
PRINT getSum(2,3)

And I get the following error:
Error 126 loading GCI library e:\IBM\UV\bin\magci.dll.
The specified module could not be found.
Program "TEST": Line 2, Invalid GCI subroutine.

I think that I'm missing something key here, but I don't know what it
is.
I'd appreciate any help here.

Thanks
-bob
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UD HP-UX] I need to track user logins

2008-11-06 Thread Lunt, Bruce
Thanks, I am trying to make work the program sent earlier by Bob Witney. If
I can make that work then I am all set otherwise, I will probably do
something like you have done.

Bruce
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John Hester
Sent: Thursday, November 06, 2008 12:10 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] [UD HP-UX] I need to track user logins

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Lunt, Bruce
> Sent: Wednesday, November 05, 2008 9:50 AM
> To: u2-users@listserver.u2ug.org
> Subject: [U2] [UD HP-UX] I need to track user logins
> 
> Hi All,
> 
>  
> 
> I need to provide a report that shows what users have not 
> been on the system
> for the last 90 days. I don't know how to do this and was hoping that
> someone out there could help me.

I use a basic program that gets run by the LOGIN, ON.EXIT, and ON.ABORT
VOC entries to populate a UV file with user logon/logoff times and the
name of the host they connected from.  Obviously implementing something
like that wouldn't be of immediate help, but it could be useful 90 days
from now.

-John
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UD HP-UX] I need to track user logins

2008-11-06 Thread John Hester
> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Lunt, Bruce
> Sent: Wednesday, November 05, 2008 9:50 AM
> To: u2-users@listserver.u2ug.org
> Subject: [U2] [UD HP-UX] I need to track user logins
> 
> Hi All,
> 
>  
> 
> I need to provide a report that shows what users have not 
> been on the system
> for the last 90 days. I don't know how to do this and was hoping that
> someone out there could help me.

I use a basic program that gets run by the LOGIN, ON.EXIT, and ON.ABORT
VOC entries to populate a UV file with user logon/logoff times and the
name of the host they connected from.  Obviously implementing something
like that wouldn't be of immediate help, but it could be useful 90 days
from now.

-John
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UD HP-UX] I need to track user logins

2008-11-06 Thread Bob Witney
0001:   CRT "X906944 Start ":OCONV(DATE(),'D2'):"
":OCONV(TIME(),'MTS')
0002:   OPEN '',"x906944" TO FL ELSE STOP "NO FILE"
0003:   EOT = ''
0004:   USERID = ''
0005:   EXECUTE "! cat /etc/passwd " CAPTURING ALL.THE.USERS
0006:   NO.USER = DCOUNT(ALL.THE.USERS,@FM)
0007:   FOR XX = 1 TO NO.USER
0008:  USERID = FIELD(ALL.THE.USERS,':',1)
0009:  IF USERID NE '' THEN
0010: FOUND = ''
0011: C="! users"
0012: EXECUTE C CAPTURING R
0013: CONVERT ' ' TO @FM IN R
0014: N=DCOUNT(R,@FM)
0015: FOR I = 1 TO N
0016:L = R
0017:IF L = USERID THEN
0018:   FOUND = 1
0019:   EXIT
0020:END
0021: NEXT
0022: READ REC FROM FL,USERID:'*':DATE() THEN
0023: END ELSE
0024:REC = ''
0025: END
0026: LASTPOS = DCOUNT(REC<1>,@VM)
0027: BEGIN CASE
0028:CASE REC<1,LASTPOS> = "OFF" AND FOUND
0029:   REC<2,-1> = OCONV(TIME(),'MTS')
0030:   REC<1,-1>='ON'
0031:   REC<3,-1>=OCONV(DATE(),'D4/')
0032:   GOSUB UPDATETIMES
0033:   WRITE REC ON FL,USERID:'*':DATE()
0034:CASE REC<1,LASTPOS> = "" AND FOUND
0035:   REC<2,-1> = OCONV(TIME(),'MTS')
0036:   REC<1,-1>='ON'
0037:   REC<3,-1>=OCONV(DATE(),'D4/')
0038:   GOSUB UPDATETIMES
0039:   WRITE REC ON FL,USERID:'*':DATE()
0040:CASE REC<1,LASTPOS> = 'OFF' AND NOT(FOUND)
0041:CASE REC<1,LASTPOS> = 'ON' AND FOUND
0042:   GOSUB UPDATETIMES
0043:   WRITE REC ON FL,USERID:'*':DATE()
0044:CASE REC<1,LASTPOS> = 'ON' AND NOT(FOUND)
0045:   REC<2,-1> = OCONV(TIME(),'MTS')
0046:   REC<1,-1>='OFF'
0047:   REC<3,-1>=OCONV(DATE(),'D4/')
0048:   WRITE REC ON FL,USERID:'*':DATE()
0049:CASE 1
0050: END CASE
0051:  END
0052:   NEXT XX
0053:   CRT "X906944 End ":OCONV(DATE(),'D2'):"
":OCONV(TIME(),'MTS')
0054:   RETURN
0055: UPDATETIMES:
0056:   CMD = "! ps -ef | grep ":USERID:" | grep -v grep "
0057:   EXECUTE CMD CAPTURING PIDLIST
0058:   NO.PIDS = DCOUNT(PIDLIST,@VM)
0059:   FOR AA = 1 TO NO.PIDS
0060:  LNE = TRIM(PIDLIST)
0061:  PID = FIELD(LNE,' ',2)
0062:  TME = FIELD(LNE,' ',7)
0063:  TME = ICONV(TME,'MT')
0064:  LOCATE PID IN REC<4,1> BY 'AR' SETTING PIDPOS THEN
0065: REC<5,PIDPOS> = TME
0066: REC<6,PIDPOS> = TIME()
0067:  END ELSE
0068: REC<4,PIDPOS> = PID
0069: REC<5,PIDPOS> = TME
0070: REC<6,PIDPOS> = TIME()
0071:  END
0072:   NEXT AA
0073:   RETURN
0074:END

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lunt, Bruce
Sent: 05 November 2008 17:50
To: u2-users@listserver.u2ug.org
Subject: [U2] [UD HP-UX] I need to track user logins

Hi All,

 

I need to provide a report that shows what users have not been on the
system
for the last 90 days. I don't know how to do this and was hoping that
someone out there could help me.

 

Thanks in advance,

Bruce Lunt
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

Confidentiality Notice:  This e-mail and any attachments are intended solely 
for the addressee and may contain confidential or privileged  information.   If 
you are not the named addressee, or the person responsible for delivering the 
message to the named addressee, please notify the sender as soon as possible 
and delete the material from your computer.  This message will be protected by 
copyright.  If it has come to you in error, you must not take any action based 
on its contents nor must you copy or show the message to any person other than 
the intended recipient. 
_
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UV] Job Posting

2008-11-06 Thread Tom Whitmore
Hi,
I wanted to let this group know of a job opportunity with my company.  I have 
been working for RATEX for two years, and the work environment is great.
Thanks,
Tom

Job Posting:
Job Title:  VB.Net Programmer (based on experienced)
Department: Development
Reports To: Tom Whitmore, Director of Product Development
Salary: (based on experienced)
Start Date: ASAP
Hours:  Full Time
Location:   Plymouth Meeting, PA (NW Philadelphia suburbs)

1 Full Time Position available

Overview:
RATEX provides software and hardware solutions to the college bookstore 
industry.  We are a growing company and seeking an individual that wants to 
grow with us.

The ideal candidate will have experience in VB.Net, UO.Net, and UniVerse.  A 
plus is having knowledge of the retail, bookstore, or college bookstore 
industry.
This individual will lead the development in hardware and software solutions 
utilizing VB.Net.  Some of the projects are developing handheld software, and 
Price Check Terminals.

Some evening and weekend work may be required during implementation.

Some travel may be required during implementation.

Job Duties:
> Learn RATEX current application and development methodology.
> Develop VB.Net applications that utilize our existing UniVerse applications 
> and database.
> Assist in developing user, and technical, documentation for the .Net 
> applications.
> Assist in identifying the hardware and technologies to use to meet the needs 
> of our customers.

Qualifications:
* Knowledge of .Net.  Knowledge of UniVerse and tools to tie UniVerse a plus.
* Expert in developing .Net applications in Windows CE or mobile environment.
* Four year college degree preferably in Computer Science or Information 
Systems.  At least three years of development coding experience.
* Must be a team player but also able to work independently.
* Must be a good communicator.
* Must have reliable transportation

Please send resumes or queries to:
[EMAIL PROTECTED]
RATEX Business Solutions, Inc
2250 Hickory Rd. Suite 10
Plymouth Meeting, PA 19462
www.RATEX.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/