Re: [U2] accessing subrotines via IBM u2 Web Services Developer

2009-11-20 Thread icePhalanx

Turning off connection pooling worked a treat, thanks Michael.

Just in addition to this, I found that on the Unidata 7.1A client that the
check box for toggling connection pooling is missing, but it is there on
Unidata 7.1B client.  That had me foxed for a while just in case anyone else
is experiencing the same issue.



Michael Rajkowski wrote:
 
 Rich,
 
 First thing I would check is that your SOAP Service is not set to use
 connection pooling (check this by looking at the properties).
 
 Note that turning this off is a must, if you do not have connection
 pooling licenses on your system.
 
 While you are in the properties screen I would recommend that you turn on
 the Debug logging.
 
 Start the server again, and try your request again.
 
 If it does not work, look at the log, it should provide you with some
 additional information.
 
 Michael Rajkowski
 SWG Client Support - Information Management Software
 Software Engineer ? IBM U2 Client Support Team
 1-800-729-3553
 mraj...@us.ibm.com
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 Rich Unsworth ri...@rell.com
 Sent by: owner-u2-us...@listserver.u2ug.org
 02/18/2009 02:52 PM
 Please respond to
 u2-users@listserver.u2ug.org
 
 
 To
 u2-users@listserver.u2ug.org
 cc
 
 Subject
 [U2] accessing subrotines via IBM u2 Web Services Developer
 
 
 
 
 
 
 I am trying to use the web services developer gui with a trial version
 of universe 10.2 to access a subroutine or, just run a query against a
 test database and return data to a web page.
 
 
 
 My setup is as follows:
 
 
 
 Universe 10.2 running on an ibm p-series machine running aix 5.3 mu06
 
 Web services developer tool installed on a windows 2003 server and on a
 windows xp laptop (trying the process in two different locations)
 
 Soap server setup on box the 2003 server and the laptop using the SOAP
 setup via the web services developer program.
 
 
 
 I have followed the documentation for setting up access to the
 subroutine that allows you to input a customer number and return the
 data (this is the example that's in the universe documentation).
 
 
 
 I cannot get this to work. There is connectivity to the database, I have
 verified this using the connection test that's built into the web
 services developer software and I can see all of my test files, my test
 cataloged routines etc.
 
 
 
 After going through the example, whether it's a query or using a
 subroutine I get the following error:
 
 
 
 There is nothing to be displayed in the form view. Please switch to the
 source view for the SOAP request and response.
 
 
 
 When I view the source for the SOAP request, within the soap/xml tags it
 basically says:
 
 
 
 Exception: Internal Web Service Server Error
 
 
 
 My main question I guess is does the web services developer method allow
 you to have the web services developer software on windows, the soap
 server on windows and your universe database on an separate aix machine?
 The URL for the testing always defaults back to my local laptop or
 server when running the web service that was created. i.e.
 
 
 
 H TTP://myusername-d620.company.corp:8181/CUSTOMER
 
 
 
 Any help would be appreciated. I am trying to setup a show and tell and
 have roughly 40 days left on the trial of universe. Based on the
 effectiveness of how we can pull data determines if we upgrade to 10.2
 of universe as 10.1.14 suits our needs right now (outside of the desire
 to pull data back to web pages efficiently).
 
 
 
 Thanks in advance,
 
 Rich
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
 
 [demime 1.01d removed an attachment of type image/gif]
 
 [demime 1.01d removed an attachment of type image/gif]
 
 [demime 1.01d removed an attachment of type image/jpeg]
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
 
 

-- 
View this message in context: 
http://old.nabble.com/accessing-subrotines-via-IBM-u2-Web-Services-Developer-tp22089565p26435979.html
Sent from the U2 - Users mailing list archive at Nabble.com.

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


[U2] IBM U2 Web services Deployment

2009-11-20 Thread icePhalanx

Hi,

Can anyone throw some light on deploying a web service within IBM U2 Web
services developer?  I've created the web service and it works a treat, but
when I go to deploy it by right clicking on the SOAP server in the U2 Web
Services pane, the export option is ghosted out and I can't select it.

I'm using version 1.1.1 from the Unidata 7.1B client disc.

I've attached a screenshot of where this export option is ghosted out.  In
the screenshot the SOAP server is switched off, but the export option is
still ghosted when the SOAP server is started as well.

http://old.nabble.com/file/p26436471/ws.gif ws.gif 

Many thanks,
-- 
View this message in context: 
http://old.nabble.com/IBM-U2-Web-services-Deployment-tp26436471p26436471.html
Sent from the U2 - Users mailing list archive at Nabble.com.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] IBM U2 Web services Deployment

2009-11-20 Thread Carl Dula
The latest version of the Web Services Developer is:
 
Version 1.2.3
Build id: 20090925_7384

I am using this, and do not experience the problem you describe.

Perhaps you should upgrade and see what happens, since the version you have 
appears quite old.

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] UniVerse Indexes

2009-11-20 Thread Steve Hinnenkamp
Need help, I'm new at using UniVerse indexes.

In a basic program:

SELECTINDEX INDX.FLD, MATCH.FLD FROM OPEN.FILE
SELECT TO IX.LIST
READNEXT ID FROM IX.LIST ELSE (loop until done)

This works great (and fast). Now I have come upon a need to bring these
matching indexes in sorted a different way. I could, in this
application, create a work around but I would think there should be an
easier way (SSELECTINDEX would be nice or some sort of
SAVE.LIST/GET.LIST).

Also, is there any way to utilize these indexes at the TCL level?

Thanks in advance for any help.

Steve Hinnenkamp


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


Re: [U2] UniVerse Indexes

2009-11-20 Thread John Woollam
SSELECTINDEX?
No.
Indices are sorted in key order. You will find that if you do a TCL
SELECT on a file where the key field is indexed, it is the same as a
SSELECT.

BUT
If you do a SELECT or SSELECT on the file from TCL or in an EXECUTE or
PERFORM, up to one index will be used. Try adding the word EXPLAIN to
the end of your command line SELECT.
I think you may need to use an EXECUTE to achieve the result you want.

I have also found, when unix-xopying files around, that a SELECTINDEX
will terminate the program with an error if the index is broken, whereas
an EXECUTEd SELECT will just go slow.

John Woollam  |  Group Financial Systems  |  Travis Perkins PLC  |
01604 682751


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Steve
Hinnenkamp
Sent: 20 November 2009 14:23
To: U2 Users
Subject: [U2] UniVerse Indexes

Need help, I'm new at using UniVerse indexes.

In a basic program:

SELECTINDEX INDX.FLD, MATCH.FLD FROM OPEN.FILE SELECT TO IX.LIST
READNEXT ID FROM IX.LIST ELSE (loop until done)

This works great (and fast). Now I have come upon a need to bring these
matching indexes in sorted a different way. I could, in this
application, create a work around but I would think there should be an
easier way (SSELECTINDEX would be nice or some sort of
SAVE.LIST/GET.LIST).

Also, is there any way to utilize these indexes at the TCL level?

Thanks in advance for any help.

Steve Hinnenkamp


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

html
head
meta http-equiv=Content-type content=text/html; charset=UTF-8
/head
body
P style=MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0ptSPAN 
style=FONT-SIZE: 8.2pt; FONT-FAMILY: 'MS Sans Serif'This e-mail and any 
attachments are confidential and intended solely for the use of the addressee 
only. If you have received this message in error, you must not copy, distribute 
or disclose the contents; please notify the sender immediately and delete the 
message. /SPAN/P
P style=MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0ptSPAN 
style=FONT-SIZE: 8.2pt; FONT-FAMILY: 'MS Sans Serif'This message is 
attributed to the sender and may not necessarily reflect the view of Travis 
Perkins plc or its subsidiaries (Travis Perkins). Agreements binding Travis 
Perkins may not be concluded by means of e-mail communication. /SPAN/P
P style=MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0ptSPAN 
style=FONT-SIZE: 8.2pt; FONT-FAMILY: 'MS Sans Serif'E-mail transmissions are 
not secure and Travis Perkins accepts no responsibility for changes made to 
this 
message after it was sent. Whilst steps have been taken to ensure that this 
message is virus free, Travis Perkins accepts no liability for infection and 
recommends that you scan this e-mail and any attachments. /SPAN/P
P style=MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0ptSPAN 
style=FONT-SIZE: 8.2pt; FONT-FAMILY: 'MS Sans Serif'Part of Travis Perkins 
plc. Registered Office: Lodge Way House, Lodge Way, Harlestone Road, 
Northampton, NN5 7UG. /SPAN/P
/BODY
/HTML

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


Re: [U2] UniVerse Indexes

2009-11-20 Thread Steve Hinnenkamp
Thanks John, you put me on the right track


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of John Woollam
Sent: Friday, November 20, 2009 9:05 AM
To: U2 Users List
Subject: Re: [U2] UniVerse Indexes

SSELECTINDEX?
No.
Indices are sorted in key order. You will find that if you do a TCL
SELECT on a file where the key field is indexed, it is the same as a
SSELECT.

BUT
If you do a SELECT or SSELECT on the file from TCL or in an EXECUTE or
PERFORM, up to one index will be used. Try adding the word EXPLAIN to
the end of your command line SELECT.
I think you may need to use an EXECUTE to achieve the result you want.

I have also found, when unix-xopying files around, that a SELECTINDEX
will terminate the program with an error if the index is broken, whereas
an EXECUTEd SELECT will just go slow.

John Woollam  |  Group Financial Systems  |  Travis Perkins PLC  |
01604 682751


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Steve
Hinnenkamp
Sent: 20 November 2009 14:23
To: U2 Users
Subject: [U2] UniVerse Indexes

Need help, I'm new at using UniVerse indexes.

In a basic program:

SELECTINDEX INDX.FLD, MATCH.FLD FROM OPEN.FILE SELECT TO IX.LIST
READNEXT ID FROM IX.LIST ELSE (loop until done)

This works great (and fast). Now I have come upon a need to bring these
matching indexes in sorted a different way. I could, in this
application, create a work around but I would think there should be an
easier way (SSELECTINDEX would be nice or some sort of
SAVE.LIST/GET.LIST).

Also, is there any way to utilize these indexes at the TCL level?

Thanks in advance for any help.

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


[U2] uucp

2009-11-20 Thread Barber, Bonnie
Hi everyone.  I would like to use uucp to copy files from our AIX production 
server to our AIX development/test server.  I already use rcp to copy programs 
back and forth, but that does not work for files.  Ftping the files to the 
desktop then to the development server is very tedious.  I have created the 
uucppublic directories and the .hosts directory has the server names.  When I 
enter the uucp command on the production server I get an error that states the 
dev server name is not valid.  I think I am missing another setup for uucp but 
I do not know what it is.

Thanks,
Bonnie Barber
Perseus Distribution | Senior Programmer, J-Cispub
731-988-3135 Direct   800-343-4499 ext. 178
731-988-4452 Fax
Unus pro omnibus, omnes pro uno

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


Re: [U2] uucp

2009-11-20 Thread Baakkonen, Rodney A (Rod) 46K
 I would tar up the files, zip them and ftp them 

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Barber,
Bonnie
Sent: Friday, November 20, 2009 10:37 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] uucp

Hi everyone.  I would like to use uucp to copy files from our AIX
production server to our AIX development/test server.  I already use rcp
to copy programs back and forth, but that does not work for files.
Ftping the files to the desktop then to the development server is very
tedious.  I have created the uucppublic directories and the .hosts
directory has the server names.  When I enter the uucp command on the
production server I get an error that states the dev server name is not
valid.  I think I am missing another setup for uucp but I do not know
what it is.

Thanks,
Bonnie Barber
Perseus Distribution | Senior Programmer, J-Cispub
731-988-3135 Direct   800-343-4499 ext. 178
731-988-4452 Fax
Unus pro omnibus, omnes pro uno

___
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] uucp

2009-11-20 Thread George Gallen
You can use a combination of rsh and tar to copy the files (directories),
basically, you tar the directory, then push it into rsh with a command
to untar on the other side.

Something like:

(cd /source ; tar cf - .) | rsh machine 'cd /target ; tar xpvf -'

George


 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
 boun...@listserver.u2ug.org] On Behalf Of Barber, Bonnie
 Sent: Friday, November 20, 2009 11:37 AM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] uucp

 Hi everyone.  I would like to use uucp to copy files from our AIX
 production server to our AIX development/test server.  I already use
 rcp to copy programs back and forth, but that does not work for files.
 Ftping the files to the desktop then to the development server is very
 tedious.  I have created the uucppublic directories and the .hosts
 directory has the server names.  When I enter the uucp command on the
 production server I get an error that states the dev server name is not
 valid.  I think I am missing another setup for uucp but I do not know
 what it is.

 Thanks,
 Bonnie Barber
 Perseus Distribution | Senior Programmer, J-Cispub
 731-988-3135 Direct   800-343-4499 ext. 178
 731-988-4452 Fax
 Unus pro omnibus, omnes pro uno

 ___
 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] [ad] XLr8Editor Improvements [/ad]

2009-11-20 Thread Doug
Hi All,

We are please to announce today that we have upgraded XLr8Editor and Tools
to support
multiple clipboards.  You create as many clipboards as you want.  You use
these to
copy from any U2 database to any U2 database just as if you where using
standard copy
and paste from any other product but you get to pick which clipboard you
would like to use.

With this release we are offering a special promotion of $49 subscription to
our XLr8Editor.
We think this is a great opportunity to try out our XLr8Editor for year and
get full
support and upgrades.  This special promotion is good until the end of the
year.

Regards,
Doug
www.u2logic.com
Supplying Native PHP U2 Support

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


Re: [U2] uucp

2009-11-20 Thread Robert Porter
Hadn't seen uucp used in a while...
 
For a one-shot deal I'd do like Rod says.
If this is an ongoing process, I'd either look at scp or rsync over uucp.
 
Robert
 
Robert F. Porter, MCSE, CCNA, ZCE
Lead Sr. Programmer / Analyst
Laboratory Information Services
Ochsner Health System
 
 
 
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.


 Baakkonen, Rodney A (Rod)  46K rodney.baakko...@cigna.com 
 11/20/2009 10:46 AM 
I would tar up the files, zip them and ftp them 

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Barber,
Bonnie
Sent: Friday, November 20, 2009 10:37 AM
To: u2-users@listserver.u2ug.org 
Subject: [U2] uucp

Hi everyone.  I would like to use uucp to copy files from our AIX
production server to our AIX development/test server.  I already use rcp
to copy programs back and forth, but that does not work for files.
Ftping the files to the desktop then to the development server is very
tedious.  I have created the uucppublic directories and the .hosts
directory has the server names.  When I enter the uucp command on the
production server I get an error that states the dev server name is not
valid.  I think I am missing another setup for uucp but I do not know
what it is.

Thanks,
Bonnie Barber
Perseus Distribution | Senior Programmer, J-Cispub
731-988-3135 Direct   800-343-4499 ext. 178
731-988-4452 Fax
Unus pro omnibus, omnes pro uno

___
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


Re: [U2] uucp

2009-11-20 Thread Barber, Bonnie
Thanks, I can see as a Universe programmer I am very much out of date with my 
UNIX skills and need to do a little more research.  Neither scp or rsync are in 
the man pages on my systems.

Thanks for the suggestions.
Bonnie :-)

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Robert Porter
Sent: Friday, November 20, 2009 10:51 AM
To: U2 Users List
Subject: Re: [U2] uucp

Hadn't seen uucp used in a while...
 
For a one-shot deal I'd do like Rod says.
If this is an ongoing process, I'd either look at scp or rsync over uucp.
 
Robert
 
Robert F. Porter, MCSE, CCNA, ZCE
Lead Sr. Programmer / Analyst
Laboratory Information Services
Ochsner Health System
 
 
 
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.


 Baakkonen, Rodney A (Rod)  46K rodney.baakko...@cigna.com 
 11/20/2009 10:46 AM 
I would tar up the files, zip them and ftp them 

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Barber,
Bonnie
Sent: Friday, November 20, 2009 10:37 AM
To: u2-users@listserver.u2ug.org 
Subject: [U2] uucp

Hi everyone.  I would like to use uucp to copy files from our AIX
production server to our AIX development/test server.  I already use rcp
to copy programs back and forth, but that does not work for files.
Ftping the files to the desktop then to the development server is very
tedious.  I have created the uucppublic directories and the .hosts
directory has the server names.  When I enter the uucp command on the
production server I get an error that states the dev server name is not
valid.  I think I am missing another setup for uucp but I do not know
what it is.

Thanks,
Bonnie Barber
Perseus Distribution | Senior Programmer, J-Cispub
731-988-3135 Direct   800-343-4499 ext. 178
731-988-4452 Fax
Unus pro omnibus, omnes pro uno

___
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-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] uucp

2009-11-20 Thread Carl Dula
Have you tried using rcp -rp to copy to the other AIX system. If you are 
copying u2 files, they could be a directory. This will copy that directory.


--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com 



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


Re: [U2] uucp

2009-11-20 Thread Robert Porter
Sounds like they might need to be installed... :(  but they should both be 
available.
 
Both are significantly improved copy mechanisms. scp (secure cp) works like a 
remote cp with encryption. rsync is nice as it can keep files in sync between 2 
machines transmitting only updated files also with encryption and optionally 
compression.
 
Rob


 Barber, Bonnie bonnie.bar...@perseusbooks.com 11/20/2009 11:29 AM 
Thanks, I can see as a Universe programmer I am very much out of date with my 
UNIX skills and need to do a little more research.  Neither scp or rsync are in 
the man pages on my systems.

Thanks for the suggestions.
Bonnie :-)

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Robert Porter
Sent: Friday, November 20, 2009 10:51 AM
To: U2 Users List
Subject: Re: [U2] uucp

Hadn't seen uucp used in a while...

For a one-shot deal I'd do like Rod says.
If this is an ongoing process, I'd either look at scp or rsync over uucp.

Robert

Robert F. Porter, MCSE, CCNA, ZCE
Lead Sr. Programmer / Analyst
Laboratory Information Services
Ochsner Health System



This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.


 Baakkonen, Rodney A (Rod)  46K rodney.baakko...@cigna.com 
 11/20/2009 10:46 AM 
I would tar up the files, zip them and ftp them 

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Barber,
Bonnie
Sent: Friday, November 20, 2009 10:37 AM
To: u2-users@listserver.u2ug.org 
Subject: [U2] uucp

Hi everyone.  I would like to use uucp to copy files from our AIX
production server to our AIX development/test server.  I already use rcp
to copy programs back and forth, but that does not work for files.
Ftping the files to the desktop then to the development server is very
tedious.  I have created the uucppublic directories and the .hosts
directory has the server names.  When I enter the uucp command on the
production server I get an error that states the dev server name is not
valid.  I think I am missing another setup for uucp but I do not know
what it is.

Thanks,
Bonnie Barber
Perseus Distribution | Senior Programmer, J-Cispub
731-988-3135 Direct   800-343-4499 ext. 178
731-988-4452 Fax
Unus pro omnibus, omnes pro uno

___
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-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] uucp

2009-11-20 Thread Barber, Bonnie
Thanks, I will definitely look into those commands; they might be on the 
system, just not in the man pages.

Thanks,
Bonnie :-)

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Robert Porter
Sent: Friday, November 20, 2009 11:36 AM
To: U2 Users List
Subject: Re: [U2] uucp

Sounds like they might need to be installed... :(  but they should both be 
available.
 
Both are significantly improved copy mechanisms. scp (secure cp) works like a 
remote cp with encryption. rsync is nice as it can keep files in sync between 2 
machines transmitting only updated files also with encryption and optionally 
compression.
 
Rob


 Barber, Bonnie bonnie.bar...@perseusbooks.com 11/20/2009 11:29 AM 
Thanks, I can see as a Universe programmer I am very much out of date with my 
UNIX skills and need to do a little more research.  Neither scp or rsync are in 
the man pages on my systems.

Thanks for the suggestions.
Bonnie :-)

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Robert Porter
Sent: Friday, November 20, 2009 10:51 AM
To: U2 Users List
Subject: Re: [U2] uucp

Hadn't seen uucp used in a while...

For a one-shot deal I'd do like Rod says.
If this is an ongoing process, I'd either look at scp or rsync over uucp.

Robert

Robert F. Porter, MCSE, CCNA, ZCE
Lead Sr. Programmer / Analyst
Laboratory Information Services
Ochsner Health System



This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.


 Baakkonen, Rodney A (Rod)  46K rodney.baakko...@cigna.com 
 11/20/2009 10:46 AM 
I would tar up the files, zip them and ftp them 

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Barber,
Bonnie
Sent: Friday, November 20, 2009 10:37 AM
To: u2-users@listserver.u2ug.org 
Subject: [U2] uucp

Hi everyone.  I would like to use uucp to copy files from our AIX
production server to our AIX development/test server.  I already use rcp
to copy programs back and forth, but that does not work for files.
Ftping the files to the desktop then to the development server is very
tedious.  I have created the uucppublic directories and the .hosts
directory has the server names.  When I enter the uucp command on the
production server I get an error that states the dev server name is not
valid.  I think I am missing another setup for uucp but I do not know
what it is.

Thanks,
Bonnie Barber
Perseus Distribution | Senior Programmer, J-Cispub
731-988-3135 Direct   800-343-4499 ext. 178
731-988-4452 Fax
Unus pro omnibus, omnes pro uno

___
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-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


Re: [U2] uucp

2009-11-20 Thread Barber, Bonnie
This might be our answer, it sounds like it would take care of both issues we 
are trying to resolve.  I am doing more research on it.

Thanks,
Bonnie :-)

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeff Powell
Sent: Friday, November 20, 2009 11:52 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] uucp

Have you tried rsync? You can copy whole directories omitting files that 
have not changed.

rsync -auv --compress source_dir destination_server:/dest_dir

In our case we do this every two hours as a backup to a hot standby 
server. It works great. I can log in to the standby server and see sales 
that were made that day.



On 11/20/2009 10:37 AM, Barber, Bonnie wrote:
 Hi everyone.  I would like to use uucp to copy files from our AIX production 
 server to our AIX development/test server.  I already use rcp to copy 
 programs back and forth, but that does not work for files.  Ftping the files 
 to the desktop then to the development server is very tedious.  I have 
 created the uucppublic directories and the .hosts directory has the server 
 names.  When I enter the uucp command on the production server I get an error 
 that states the dev server name is not valid.  I think I am missing another 
 setup for uucp but I do not know what it is.

 Thanks,
 Bonnie Barber
 Perseus Distribution | Senior Programmer, J-Cispub
 731-988-3135 Direct   800-343-4499 ext. 178
 731-988-4452 Fax
 Unus pro omnibus, omnes pro uno

 ___
 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


Re: [U2] uucp

2009-11-20 Thread Anthony W. Youngman
In message 4b06d726.9020...@powellclan.com, Jeff Powell 
j...@powellclan.com writes
Have you tried rsync? You can copy whole directories omitting files 
that have not changed.


rsync -auv --compress source_dir destination_server:/dest_dir

In our case we do this every two hours as a backup to a hot standby 
server. It works great. I can log in to the standby server and see 
sales that were made that day.


iirc it's even better than that. I don't have the source immediately to 
hand, but (a) rsync was, I think, written by one of the SAMBA guys, so 
they knew what they were doing, and (b) not only does it only copy files 
that are changed, but if they are big it only copies the bits that 
changed!


So if you're only updating the odd record in a several-megabyte file it 
won't understand the U2 structure, but it'll spot that just a couple of 
blocks have changed and only copy them.


Cheers,
Wol
--
Anthony W. Youngman pi...@thewolery.demon.co.uk
'Yings, yow graley yin! Suz ae rikt dheu,' said the blue man, taking the
thimble. 'What *is* he?' said Magrat. 'They're gnomes,' said Nanny. The man
lowered the thimble. 'Pictsies!' Carpe Jugulum, Terry Pratchett 1998
Visit the MaVerick web-site - http://www.maverick-dbms.org Open Source Pick
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] uucp

2009-11-20 Thread Larry Hiscock
http://www.manpagez.com/man/1/rsync/


Larry Hiscock
Western Computer Services


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Barber, Bonnie
Sent: Friday, November 20, 2009 9:52 AM
To: U2 Users List
Subject: Re: [U2] uucp

Thanks, I will definitely look into those commands; they might be on the
system, just not in the man pages.

Thanks,
Bonnie :-)

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Robert Porter
Sent: Friday, November 20, 2009 11:36 AM
To: U2 Users List
Subject: Re: [U2] uucp

Sounds like they might need to be installed... :(  but they should both be
available.
 
Both are significantly improved copy mechanisms. scp (secure cp) works like
a remote cp with encryption. rsync is nice as it can keep files in sync
between 2 machines transmitting only updated files also with encryption and
optionally compression.
 
Rob


 Barber, Bonnie bonnie.bar...@perseusbooks.com 11/20/2009 11:29 AM

Thanks, I can see as a Universe programmer I am very much out of date with
my UNIX skills and need to do a little more research.  Neither scp or rsync
are in the man pages on my systems.

Thanks for the suggestions.
Bonnie :-)

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Robert Porter
Sent: Friday, November 20, 2009 10:51 AM
To: U2 Users List
Subject: Re: [U2] uucp

Hadn't seen uucp used in a while...

For a one-shot deal I'd do like Rod says.
If this is an ongoing process, I'd either look at scp or rsync over uucp.

Robert

Robert F. Porter, MCSE, CCNA, ZCE
Lead Sr. Programmer / Analyst
Laboratory Information Services
Ochsner Health System



This transmission (including any attachments) may contain confidential
information, privileged material (including material protected by the
solicitor-client or other applicable privileges), or constitute non-public
information. Any use of this information by anyone other than the intended
recipient is prohibited. If you have received this transmission in error,
please immediately reply to the sender and delete this information from your
system. Use, dissemination, distribution, or reproduction of this
transmission by unintended recipients is not authorized and may be unlawful.


 Baakkonen, Rodney A (Rod)  46K rodney.baakko...@cigna.com
11/20/2009 10:46 AM 
I would tar up the files, zip them and ftp them 

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Barber,
Bonnie
Sent: Friday, November 20, 2009 10:37 AM
To: u2-users@listserver.u2ug.org 
Subject: [U2] uucp

Hi everyone.  I would like to use uucp to copy files from our AIX
production server to our AIX development/test server.  I already use rcp
to copy programs back and forth, but that does not work for files.
Ftping the files to the desktop then to the development server is very
tedious.  I have created the uucppublic directories and the .hosts
directory has the server names.  When I enter the uucp command on the
production server I get an error that states the dev server name is not
valid.  I think I am missing another setup for uucp but I do not know
what it is.

Thanks,
Bonnie Barber
Perseus Distribution | Senior Programmer, J-Cispub
731-988-3135 Direct   800-343-4499 ext. 178
731-988-4452 Fax
Unus pro omnibus, omnes pro uno

___
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-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-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] uucp

2009-11-20 Thread Glen Batchelor
Plus, you can tell it to tunnel over ssh and with ssh keys setup on  
the remote host you won't need to enter a password.


Glen.mobile
RewriteRule ^(garbage|junk)$ /$1 [NC,L]

On Nov 20, 2009, at 1:48 PM, Anthony W. Youngman u...@thewolery.demon.co.uk 
 wrote:


In message 4b06d726.9020...@powellclan.com, Jeff Powell j...@powellclan.com 
 writes
Have you tried rsync? You can copy whole directories omitting files  
that have not changed.


rsync -auv --compress source_dir destination_server:/dest_dir

In our case we do this every two hours as a backup to a hot standby  
server. It works great. I can log in to the standby server and see  
sales that were made that day.


iirc it's even better than that. I don't have the source immediately  
to hand, but (a) rsync was, I think, written by one of the SAMBA  
guys, so they knew what they were doing, and (b) not only does it  
only copy files that are changed, but if they are big it only copies  
the bits that changed!


So if you're only updating the odd record in a several-megabyte file  
it won't understand the U2 structure, but it'll spot that just a  
couple of blocks have changed and only copy them.


Cheers,
Wol
--
Anthony W. Youngman pi...@thewolery.demon.co.uk
'Yings, yow graley yin! Suz ae rikt dheu,' said the blue man, taking  
the
thimble. 'What *is* he?' said Magrat. 'They're gnomes,' said Nanny.  
The man

lowered the thimble. 'Pictsies!' Carpe Jugulum, Terry Pratchett 1998
Visit the MaVerick web-site - http://www.maverick-dbms.org Open  
Source Pick

___
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] uucp

2009-11-20 Thread Andrea Charles
Bonnie, 
I just tried using rcp -rp with a hashed file and it works fine. What is it 
that doesn't work?
 
Andrea



From: u2-users-boun...@listserver.u2ug.org on behalf of Barber, Bonnie
Sent: Fri 11/20/2009 11:37 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] uucp



Hi everyone.  I would like to use uucp to copy files from our AIX production 
server to our AIX development/test server.  I already use rcp to copy programs 
back and forth, but that does not work for files.  Ftping the files to the 
desktop then to the development server is very tedious.  I have created the 
uucppublic directories and the .hosts directory has the server names.  When I 
enter the uucp command on the production server I get an error that states the 
dev server name is not valid.  I think I am missing another setup for uucp but 
I do not know what it is.

Thanks,
Bonnie Barber
Perseus Distribution | Senior Programmer, J-Cispub
731-988-3135 Direct   800-343-4499 ext. 178
731-988-4452 Fax
Unus pro omnibus, omnes pro uno

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


Access Manager: This email is intended only for the person or entity to which 
it is addressed and may contain information that is privileged, confidential or 
otherwise protected from disclosure. Dissemination, distribution or copying of 
this e-mail or the information herein by anyone other than the intended 
recipient, or an employee or agent responsible for delivering the message to 
the intended recipient, is prohibited. If you have received this e-mail in 
error, please immediately notify us by calling the Help Desk at (212) 999-9911 
or email us at helpd...@hodes.com.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] uucp

2009-11-20 Thread Barber, Bonnie
It was a while back, and I do not remember for sure but I think my data was 
scrambled; luckily it was only test file.  We are on IBM AIX systems.  I might 
have not used the same options you are showing here.  I will try it again this 
weekend when I have a little more time.

Thanks,
Bonnie :-)

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Andrea Charles
Sent: Friday, November 20, 2009 2:12 PM
To: U2 Users List
Subject: Re: [U2] uucp

Bonnie, 
I just tried using rcp -rp with a hashed file and it works fine. What is it 
that doesn't work?
 
Andrea



From: u2-users-boun...@listserver.u2ug.org on behalf of Barber, Bonnie
Sent: Fri 11/20/2009 11:37 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] uucp



Hi everyone.  I would like to use uucp to copy files from our AIX production 
server to our AIX development/test server.  I already use rcp to copy programs 
back and forth, but that does not work for files.  Ftping the files to the 
desktop then to the development server is very tedious.  I have created the 
uucppublic directories and the .hosts directory has the server names.  When I 
enter the uucp command on the production server I get an error that states the 
dev server name is not valid.  I think I am missing another setup for uucp but 
I do not know what it is.

Thanks,
Bonnie Barber
Perseus Distribution | Senior Programmer, J-Cispub
731-988-3135 Direct   800-343-4499 ext. 178
731-988-4452 Fax
Unus pro omnibus, omnes pro uno

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


Access Manager: This email is intended only for the person or entity to which 
it is addressed and may contain information that is privileged, confidential or 
otherwise protected from disclosure. Dissemination, distribution or copying of 
this e-mail or the information herein by anyone other than the intended 
recipient, or an employee or agent responsible for delivering the message to 
the intended recipient, is prohibited. If you have received this e-mail in 
error, please immediately notify us by calling the Help Desk at (212) 999-9911 
or email us at helpd...@hodes.com.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] xmlconfig

2009-11-20 Thread Doug Chanco
Anyone know the default location of where the above file would be
located in a aix system running universe 10.3.x?

 

I need to set the hidemv and hidems to the xmlconfig file

 

Can I just create the file and put the info in it?

 

Whats happening is that Universe adds the /mv and /ms tags to the XML
record.  

 

If you do not want it to, you add hidemv = 1 and hidems = 1 in the XML
mapping but its no longer working, so we found older IBM documentation
that states

 

hidemv and hidems could be added to the xmlconfig file

 

but I cannot find that file anywhere, I wonder if it's a dot file/
Anyone know where universe puts its config file by default?

 

Thanks

 

dougc

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


Re: [U2] Migrating OS

2009-11-20 Thread Ray Wurlod
Hi Jeff,

You need to byte-swap data as part of the migration process.  For example, 
what's stored as (hex) 004E on the Solaris machine (unless it uses Intel chips) 
is stored as (hex) 4E00 on the Intel-chipped Linux machine.  UniVerse, as 
someone else noted has a utility called fnuxi (also known as format.conv) for 
implementing byte swapping - like that poster I am not familiar enough with UD 
to advise on the equivalent utility for that product.

Regards,
Ray


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


Re: [U2] Migrating OS

2009-11-20 Thread Jeff Butera
You need to byte-swap data as part of the migration process.  For 
example, what's stored as (hex) 004E on the Solaris machine (unless it 
uses Intel chips) is stored as (hex) 4E00 on the Intel-chipped Linux 
machine.  UniVerse, as someone else noted has a utility called fnuxi 
(also known as format.conv) for implementing byte swapping - like that 
poster I am not familiar enough with UD to advise on the equivalent 
utility for that product.


Thanks.  To my knowledge, Unidata does not have fnuxi, but I know others 
have tackled this problem so it's solvable.



Jeff Butera, Ph.D.
Administrative Systems
Hampshire College
jbut...@hampshire.edu
413-559-5556

I'm just having a conversation with myself
   - it's about that time.
 Catherine Butera

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


Re: [U2] Migrating OS

2009-11-20 Thread Don
On Unidata the byte conversion program are:

In [ud install]\ud\bin
convdata.exe  - Data files
convidx.exe - Indexes (you may be better off rebuilding indexes).
convcode.exe - the compile code/object files

just type the command with no arguments for their usage.

Don Verhagen
People 2.0 Global


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeff Butera
Sent: Friday, November 20, 2009 7:23 PM
To: Ray Wurlod
Cc: U2 Users List
Subject: Re: [U2] Migrating OS

 You need to byte-swap data as part of the migration process.  For 
 example, what's stored as (hex) 004E on the Solaris machine (unless it 
 uses Intel chips) is stored as (hex) 4E00 on the Intel-chipped Linux 
 machine.  UniVerse, as someone else noted has a utility called fnuxi 
 (also known as format.conv) for implementing byte swapping - like that 
 poster I am not familiar enough with UD to advise on the equivalent 
 utility for that product.

Thanks.  To my knowledge, Unidata does not have fnuxi, but I know others 
have tackled this problem so it's solvable.


Jeff Butera, Ph.D.
Administrative Systems
Hampshire College
jbut...@hampshire.edu
413-559-5556

I'm just having a conversation with myself
- it's about that time.
  Catherine Butera

___
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] uucp

2009-11-20 Thread Doug Chanco
While personally I like scp expecially when you get the keys setup and  
can scp files without the need for a passwd between systems


Could you not use q pointers from one system to the other?  We use  
this to copy data from a database items from  one aix system to another


The problem with scp is that it is not pick aware and copying a file  
while being updated is one way to get a corrupted database on the  
other server


Dougc

On Nov 20, 2009, at 11:37 AM, Barber, Bonnie bonnie.bar...@perseusbooks.com 
 wrote:


Hi everyone.  I would like to use uucp to copy files from our AIX  
production server to our AIX development/test server.  I already use  
rcp to copy programs back and forth, but that does not work for  
files.  Ftping the files to the desktop then to the development  
server is very tedious.  I have created the uucppublic directories  
and the .hosts directory has the server names.  When I enter the  
uucp command on the production server I get an error that states the  
dev server name is not valid.  I think I am missing another setup  
for uucp but I do not know what it is.


Thanks,
Bonnie Barber
Perseus Distribution | Senior Programmer, J-Cispub
731-988-3135 Direct   800-343-4499 ext. 178
731-988-4452 Fax
Unus pro omnibus, omnes pro uno

___
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] Migrating OS

2009-11-20 Thread Jeffrey Butera

Thanks Don - I did already run all three and still encountered issues.

Sent from my iPhone

Jeff Butera
jbut...@hampshire.edu

On Nov 20, 2009, at 7:35 PM, Don u2-us...@southeast-florida.com  
wrote:



On Unidata the byte conversion program are:

In [ud install]\ud\bin
convdata.exe  - Data files
convidx.exe - Indexes (you may be better off rebuilding indexes).
convcode.exe - the compile code/object files

just type the command with no arguments for their usage.

Don Verhagen
People 2.0 Global


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeff Butera
Sent: Friday, November 20, 2009 7:23 PM
To: Ray Wurlod
Cc: U2 Users List
Subject: Re: [U2] Migrating OS


You need to byte-swap data as part of the migration process.  For
example, what's stored as (hex) 004E on the Solaris machine (unless  
it

uses Intel chips) is stored as (hex) 4E00 on the Intel-chipped Linux
machine.  UniVerse, as someone else noted has a utility called fnuxi
(also known as format.conv) for implementing byte swapping - like  
that

poster I am not familiar enough with UD to advise on the equivalent
utility for that product.


Thanks.  To my knowledge, Unidata does not have fnuxi, but I know  
others

have tackled this problem so it's solvable.


Jeff Butera, Ph.D.
Administrative Systems
Hampshire College
jbut...@hampshire.edu
413-559-5556

I'm just having a conversation with myself
   - it's about that time.
 Catherine Butera

___
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] Migrating OS

2009-11-20 Thread Wally Terhune
Jeff:
1) you haven't actually detailed the problems you encountered
2) you do need to move the files in a 'binary' mode
3) As you pointed out, Datatel has migrated many customers from Solaris to 
Linux. Perhaps you should re-direct your queries to your support provider 
(Datatel) - and just post the resolution here for reference.
my two cents...


Wally Terhune
U2 Support Architect
Rocket Software
Tel: (720) 475-8055
Mobile: (303) 807-6222
wterh...@rocketsoftware.com
u2supp...@rocketsoftware.com

From: u2-users-boun...@listserver.u2ug.org 
[u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeffrey Butera 
[jbut...@hampshire.edu]
Sent: Friday, November 20, 2009 6:02 PM
To: Don
Cc: U2 Users List
Subject: Re: [U2] Migrating OS

Thanks Don - I did already run all three and still encountered issues.

Sent from my iPhone

Jeff Butera
jbut...@hampshire.edu

On Nov 20, 2009, at 7:35 PM, Don u2-us...@southeast-florida.com
wrote:

 On Unidata the byte conversion program are:

 In [ud install]\ud\bin
 convdata.exe  - Data files
 convidx.exe - Indexes (you may be better off rebuilding indexes).
 convcode.exe - the compile code/object files

 just type the command with no arguments for their usage.

 Don Verhagen
 People 2.0 Global


 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeff Butera
 Sent: Friday, November 20, 2009 7:23 PM
 To: Ray Wurlod
 Cc: U2 Users List
 Subject: Re: [U2] Migrating OS

 You need to byte-swap data as part of the migration process.  For
 example, what's stored as (hex) 004E on the Solaris machine (unless
 it
 uses Intel chips) is stored as (hex) 4E00 on the Intel-chipped Linux
 machine.  UniVerse, as someone else noted has a utility called fnuxi
 (also known as format.conv) for implementing byte swapping - like
 that
 poster I am not familiar enough with UD to advise on the equivalent
 utility for that product.

 Thanks.  To my knowledge, Unidata does not have fnuxi, but I know
 others
 have tackled this problem so it's solvable.


 Jeff Butera, Ph.D.
 Administrative Systems
 Hampshire College
 jbut...@hampshire.edu
 413-559-5556

 I'm just having a conversation with myself
- it's about that time.
  Catherine Butera

 ___
 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


Re: [U2] Migrating OS

2009-11-20 Thread Jeff Butera

Wally wrote:


1) you haven't actually detailed the problems you encountered
2) you do need to move the files in a 'binary' mode
3) As you pointed out, Datatel has migrated many customers from Solaris to 
Linux. Perhaps you should re-direct your queries to your support provider 
(Datatel) - and just post the resolution here for reference.
my two cents...


Yes - I know Datatel has resources, but I don't need them - I got it to 
work. :)


For transferring files previously, I tarred them, scped them, untarred 
them and then ran convdata.  This time I just used scp to transfer them, 
ran convdata and happy day - no tarring involved.


Jeff Butera, Ph.D.
Administrative Systems
Hampshire College
jbut...@hampshire.edu
413-559-5556

I'm just having a conversation with myself
   - it's about that time.
 Catherine Butera

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


Re: [U2] xmlconfig

2009-11-20 Thread Boydell, Stuart
Xmlconfig can be in the uv home directory (global) or account directory
(local) - but saying that, I couldn't get it working when I tried.
(10.3.3/Linux)
(Or using the U2XMLOUT.map either)

Regards,
Stuart
 

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Doug Chanco
Sent: Saturday, 21 November 2009 07:41
To: U2 Users List
Subject: [U2] xmlconfig

Anyone know the default location of where the above file would be
located in a aix system running universe 10.3.x?

 

I need to set the hidemv and hidems to the xmlconfig file

 

Can I just create the file and put the info in it?

 

Whats happening is that Universe adds the /mv and /ms tags to the XML
record.  

 

If you do not want it to, you add hidemv = 1 and hidems = 1 in the XML
mapping but its no longer working, so we found older IBM documentation
that states

 

hidemv and hidems could be added to the xmlconfig file

 

but I cannot find that file anywhere, I wonder if it's a dot file/
Anyone know where universe puts its config file by default?

 

Thanks

 

dougc

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

 
**
This email message and any files transmitted with it are confidential and 
intended solely for the use of addressed recipient(s). If you have received 
this communication in error, please reply to this e-mail to notify the sender 
of its incorrect delivery and then delete it and your reply.  It is your 
responsibility to check this email and any attachments for viruses and defects 
before opening or sending them on. Spotless collects information about you to 
provide and market our services. For information about use, disclosure and 
access, see our privacy policy at http://www.spotless.com.au 
Please consider our environment before printing this email. 
** 

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


[U2] Haydon Bishop is out of the office.

2009-11-20 Thread Haydon Bishop

I will be out of the office starting  20/11/2009 and will not return until
23/11/2009.

I will respond to your message when I return.

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