Re: [U2] UniRPC returning 39125

2010-01-08 Thread David Wolverton
Yes - a test box with UV and UD on the same server...  You may have missed
prior writings..  I'm having to interface a UniVerse application with
UniData - on many systems I've replaced the InterCall with WebDE calls, but
on some systems where WebDE is not existent (like my demo system!),
InterCall is an easy connection.  The DOWN SIDE is that the intercall logic
I'm using was 'pre-written' - so it has 'ic_opensession' - not my choice!
And again, the Client Software has always been fairly 'backwards compatible'
as long as the data was 'recent', but it appears my upgrade to UniVerse
changed the 'default' to be UniVerse Understandable, but nothing in the
documentation tells you that!  

David W.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Hona, David
Sent: Thursday, January 07, 2010 6:27 PM
To: 'U2 Users List'
Subject: Re: [U2] UniRPC returning 39125

Oh UV and UD on the same server?


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton 
Sent: Friday, 8 January 2010 10:11 AM
To: 'U2 Users List'
Subject: Re: [U2] UniRPC returning 39125

And that was the answer from Rocket -- when I installed UniVerse, it
overwrote the file, and made UniVerse the center of the... well...
universe... g ... I changed it back to UniData and think all is well now.

Thanks for the list -- hopefully this will help someone in an archive
somewhere in the distant future.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Symeon Breen
Sent: Thursday, January 07, 2010 12:19 PM
To: 'U2 Users List'
Subject: Re: [U2] UniRPC returning 39125

By default it will use defcs as defined in your unirpcdservices file, this
can be setup as the ud or uv server. 
Either set defcs inm that file to be the same as udcs or use
ic_unidata_session.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton 
Sent: 07 January 2010 15:24
To: 'U2 Users List'
Subject: Re: [U2] UniRPC returning 39125

BUT UniRPC is for both UniData and UniVerse... how does IT know which to
connect to??

DW

** IMPORTANT MESSAGE *   
This e-mail message is intended only for the addressee(s) and contains
information which may be
confidential. 
If you are not the intended recipient please advise the sender by return
email, do not use or
disclose the contents, and delete the message and any attachments from your
system. Unless
specifically indicated, this email does not constitute formal advice or
commitment by the sender
or the Commonwealth Bank of Australia (ABN 48 123 123 124) or its
subsidiaries. 
We can be contacted through our web site: commbank.com.au. 
If you no longer wish to receive commercial electronic messages from us,
please reply to this
e-mail by typing Unsubscribe in the subject line. 
**



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] create.index and numeric dict names

2010-01-08 Thread Symeon Breen
Interesting - so if i index on dict item foo which is a d type and points to
attr 1 - if i do select file with 1 = test - where 1 is an entry in voc
for attribute 1 would that use the index - it would appear not.   I presume
it is only for D types in the dict of the file.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wally Terhune
Sent: 07 January 2010 22:55
To: U2 Users List
Subject: Re: [U2] create.index and numeric dict names

Certainly no problem creating a synonym dict item that is not numeric
(TEN_NINETEEN?).
If it is a D type - all dict items used in a SELECT/LIST WITH that
references the same attribute number will use the index. 

Wally Terhune
U2 Support Architect
Rocket Software
4700 S. Syracuse Street, Suite 400 **Denver, CO 80237 **USA
Tel: +1.720.475.8055
Email: wterh...@rs.com
Web: www.rocketsoftware.com/u2


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Symeon Breen
Sent: Thursday, January 07, 2010 3:29 PM
To: 'U2 Users List'
Subject: [U2] create.index and numeric dict names

A funny on unidata 7.1 on linux - 

 

For a particular reason (don't ask why) i wanted to create an index on an
attribute in a file, the dict name for this attribute is actually a number
(1019) - but the command comes back 

 

:CREATE.INDEX TEMP 1019

-^

syntax error

 

 

 

It does not like numeric dict names - anyone know if there is an option to
get around this at all ??

 

 

Thanks

Symeon.

 

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] ITYPE BASIC use?

2010-01-08 Thread Karl Pearson

I have a client who would like to use the uniVerse ITYPE function but
the HELP (HELP BASIC ITYPE) documentation is wrong.

For example, here's a sample piece of code, which duplicates the HELP
code sample:

 6   DONE = 0
 7
 8   open DICT,CONF to D.CONF else stopm No DICT CONF file
 9   read DICT.ITYPE from D.CONF,F01 else DICT.ITYPE = 'Not Found'
10
11   open CONF to CONF else stopm No DICT CONF file
12   select CONF
13
14   loop
15  readnext KEY else DONE = 1
16   until DONE do
17  read REC from CONF,KEY then
18 print KEY:' has CustNO': ITYPE(DICT.ITYPE)
19 print stop? 
20 input ANS,1
21 if upcase(ANS) = 'Y' then stop
22  end
23   repeat
24end

Executing this code results in this error:

Line 18, ITYPE called with bad data item

Any thoughts?

TIA,

---
Karl Pearson
ka...@ourldsfamily.com
Owner/Administrator of the sites at
http://ourldsfamily.com
---
To mess up your Linux PC, you have to really work at it;
 to mess up a microsoft PC you just have to work on it.
---
 Democracy is two wolves and a lamb voting on what to have
 for lunch. Liberty is a well-armed lamb contesting the vote.
 --Benjamin Franklin
---
 Prayer for Obama, et al: http://scriptures.lds.org/en/ps/109/8#8 (~)
---

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] ITYPE BASIC use?

2010-01-08 Thread Rick Nuckolls
I doubt that I will be the only one to reply, but

The variables @id and @record must be set prior to the call, as in:

 14   loop
   readnext @id else
exit
end
 16  
read @record from CONF,KEY then

 18 print KEY:' has CustNO': ITYPE(DICT.ITYPE)
 19 print stop? 
 20 input ANS,1
 21 if upcase(ANS) = 'Y' then stop
 22  end
 23   repeat


On Jan 8, 2010, at 11:12 AM, Karl Pearson wrote:

 
 I have a client who would like to use the uniVerse ITYPE function but
 the HELP (HELP BASIC ITYPE) documentation is wrong.
 
 For example, here's a sample piece of code, which duplicates the HELP
 code sample:
 
 6   DONE = 0
 7
 8   open DICT,CONF to D.CONF else stopm No DICT CONF file
 9   read DICT.ITYPE from D.CONF,F01 else DICT.ITYPE = 'Not Found'
 10
 11   open CONF to CONF else stopm No DICT CONF file
 12   select CONF
 13
 14   loop
 15  readnext KEY else DONE = 1
 16   until DONE do
 17  read REC from CONF,KEY then
 18 print KEY:' has CustNO': ITYPE(DICT.ITYPE)
 19 print stop? 
 20 input ANS,1
 21 if upcase(ANS) = 'Y' then stop
 22  end
 23   repeat
 24end
 
 Executing this code results in this error:
 
 Line 18, ITYPE called with bad data item
 
 Any thoughts?
 
 TIA,
 
 ---
 Karl Pearson
 ka...@ourldsfamily.com
 Owner/Administrator of the sites at
 http://ourldsfamily.com
 ---
 To mess up your Linux PC, you have to really work at it;
 to mess up a microsoft PC you just have to work on it.
 ---
 Democracy is two wolves and a lamb voting on what to have
 for lunch. Liberty is a well-armed lamb contesting the vote.
 --Benjamin Franklin
 ---
 Prayer for Obama, et al: http://scriptures.lds.org/en/ps/109/8#8 (~)
 ---
 
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UniVerse haning after putting password in (win2003)

2010-01-08 Thread David Jordan
Has anyone experienced a situation where UniVerse hangs after you enter user 
name and password has been entered.  We had this problem with uniObjects and 
then I tested the telnet and this is the situation I discovered.   When we do a 
reboot the problem seems to clearaway.  This is running on a windows server

Regards

David
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users