Re: UV 10.7 and replication

2004-04-22 Thread Jeremy Adell
Thanks for the advice Charles. You definitely are right about what caused 
the problem. I tested a lab system by overloading a faster box and 
replicating the data to a slower box. That duplicated the error, too much 
disk i/o for the slower box to keep up its normal processes i guess. When i 
deleted the log file on the publisher that would not go away on its own, the 
error message would not occur again until i overloaded the publishing system 
again. By decreasing the time to say 5 minutes the problem would never occur 
again until i increased the level of disk i/o. leaving just now to fix the 
site. Thanks again for the help.
sincerely,
Jeremy

 Jeremy,
 Welcome to the group! I'm not familiar with the replication error 
 you're having but it sounds like you may want to simply try making 
 the replication time a lot longer. If the problem goes away, keep 
 halving the time until you find a 'sweet spot'. It doesn't fix the 
 problem, but it may make it go away long enough for you to find a 
 real answer.
 
 -- 
  - Charles Barouch
  [EMAIL PROTECTED] - Zeus Data Integration
  [EMAIL PROTECTED]- Consulting services
  (718) 762-3884 x 1 - Key Ally Voice mail
  Mount Olympus, Home of Zeus Data Integration™
 
 Jeremy Adell wrote:
 
 Hello all,
 
 The frequency of replication is 1 minute. 
  Yesterday. the publishing system, another risc running on aix 5.1 with 
UV 
 10.7, began to periodically give the error message 'udr log daemon is not 
 responding, will try again' when trying to update certain files on 
 publishing system. When the error message appears, the files will not be 
 updated. A few seconds later, the same file may be updated without an 
error 
 message.
 
 
 -- 
  Sincerely,
   Charles Barouch
   www.KeyAlly.com
   [EMAIL PROTECTED]
 
 -- 
 u2-users mailing list
 [EMAIL PROTECTED]
 http://www.oliver.com/mailman/listinfo/u2-users


--
Government Service Automation

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Re: Dialing a Fax/Modem from A UV basic program

2004-04-22 Thread Jeremy Adell
Bobby, on the NT system are you logged in with administrator privileges when 
this will be run, or as a limited user?
If administrator, you can use 'DOS /c ' similar to the shell command. This 
will get you away from the UV contraints.  I would not recommend using a 
batch script, but something a little more powerful like wsh scripting. you 
will need to know a bit about either javascript or vbscript. It should give 
you control over everything you would need in windows to do this.
'DOS /c cscript filename'. Hopefully there is a simpler option though.

 I have a program i need to port to a win2k server from DG/UX. This program
 generates a report that can be printed or Faxed. It dials a modem connected
 to the unix server, and off goes the report. Has anyone tried a simular
 process on an NT server?
 
 My thought was to setup a Fax modem, and have the program execute a batch
 script to dial the number, but i am not sure how to spool to a fax,
  this ring any bells with anyone?
 
 Bobby Ramirez
 Senior Programmer
 Body Wise International
 714-368-1260
 http://www.bodywise.com/
 
 -- 
 u2-users mailing list
 [EMAIL PROTECTED]
 http://www.oliver.com/mailman/listinfo/u2-users


--
Government Service Automation

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Dialing a Fax/Modem from A UV basic program

2004-04-22 Thread Jeremy Adell
you cannot run scripts if not logged in as administrator, but it would be 
possible to run an .exe . not sure if you know how to program c++ or vb.


 Thanks Jeremy, faxing is done by customer service, so everyone will need
 access to this option. I am having to quickly come-up-to-speed on vbscript;
 in my free time. We can get around this feature not working for a 
 while, but not for too long.
 
 Bobby Ramirez
 Senior Programmer
 Body Wise International
 714-368-1260
 http://www.bodywise.com/
 
 -Original Message-
 From: Jeremy Adell [mailto:[EMAIL PROTECTED]
 Sent: Thursday, April 22, 2004 1:58 PM
 To: U2 Users Discussion List
 Subject: Re: Dialing a Fax/Modem from A UV basic program
 
 Bobby, on the NT system are you logged in with administrator 
 privileges when
 
 this will be run, or as a limited user?
 If administrator, you can use 'DOS /c ' similar to the shell 
 command. This will get you away from the UV contraints.  I would not 
 recommend using a batch script, but something a little more powerful 
 like wsh scripting. you will need to know a bit about either 
 javascript or vbscript. It should give you control over everything 
 you would need in windows to do this. 'DOS /c cscript filename'. 
 Hopefully there is a simpler option though.
 
  I have a program i need to port to a win2k server from DG/UX. This 
program
  generates a report that can be printed or Faxed. It dials a modem
 connected
  to the unix server, and off goes the report. Has anyone tried a simular
  process on an NT server?
  
  My thought was to setup a Fax modem, and have the program execute a batch
  script to dial the number, but i am not sure how to spool to a fax,
   this ring any bells with anyone?
  
  Bobby Ramirez
  Senior Programmer
  Body Wise International
  714-368-1260
  http://www.bodywise.com/
  
  -- 
  u2-users mailing list
  [EMAIL PROTECTED]
  http://www.oliver.com/mailman/listinfo/u2-users
 
 --
 Government Service Automation
 
 -- 
 u2-users mailing list
 [EMAIL PROTECTED]
 http://www.oliver.com/mailman/listinfo/u2-users
 -- 
 u2-users mailing list
 [EMAIL PROTECTED]
 http://www.oliver.com/mailman/listinfo/u2-users


--
Government Service Automation

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Dialing a Fax/Modem from A UV basic program

2004-04-22 Thread Jeremy Adell
These are scripts ending with .vbs, .js run with either (command line) 
cscript.exe or (gui) wscript.exe. On server 2003, i have found that only 
privileged users can run these. Used for automated administration of the 
server. 2000 may allow it, but i would hope not. These scripts give you a 
way to automate, access, and programatically control every aspect of your 
windows server including access to networking, modems and printers.
http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/script56/html/wsproarguments.asp

The best bet is to create a simple executable to connect the modem, use the 
new socket abilities of Universe 10.0 to setup a client system locally, and 
an always listening server at the remote location and just pipe the data 
over. Then the listening program writes the data to a file. kind of a hacked 
system but oh well.




 What kind of scripts?  Batch files?  I have a number of processes which
 write out and execute batch files and ordinary users can execute 
 them just fine.
 
 -Original Message-
 From: Jeremy Adell [mailto:[EMAIL PROTECTED]
 Subject: RE: Dialing a Fax/Modem from A UV basic program
 
 you cannot run scripts if not logged in as administrator, but it 
 would be possible to run an .exe . not sure if you know how to 
 program c++ or vb.
 
 -- 
 u2-users mailing list
 [EMAIL PROTECTED]
 http://www.oliver.com/mailman/listinfo/u2-users


--
Government Service Automation

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


UV 10.7 and replication

2004-04-21 Thread Jeremy Adell
Hello all,
 Today was the first time that i ever noticed there was a Universe 
newsgroup. I have been programming in pick basic for over a year now...since 
i finished college. The main area that i work is in developing web 
applications using c++ ATL, Visual Basic, Java, Javascript, asp, vbscript, 
and the UV database, so i have a pretty good idea of how a web app and 
Universe should get along. Although i am pretty young and still a junior-
level programmer, I hope that i will be beneficial to this group. My 
knowledge of universe is fairly small, as i have had no one to mentor me 
except for a few old pick technical manuals and the UV help feature.

Anyway, about two months ago i installed an ibm f50 running aix 4.3 and uv 
10.7. This system was designed to work with the client's main system by 
making data accesible to the Internet. The two systems are connected through 
a pix firewall. I used the UV 10.7 replication feature to replicate data 
between the two systems. The frequency of replication is 1 minute. 
 Yesterday. the publishing system, another risc running on aix 5.1 with UV 
10.7, began to periodically give the error message 'udr log daemon is not 
responding, will try again' when trying to update certain files on 
publishing system. When the error message appears, the files will not be 
updated. A few seconds later, the same file may be updated without an error 
message.
 While examining, I noticed that the uvlog file created yesterday that the 
publisher stores the information for the client to update itself from was 
still in the directory. I have noticed that normally this file grows to 
about 5 mb, clears itself, deletes itself, and creates a new file. The new 
file was created, files are still being updated, but the old file is still 
there. 
 This message does not occur very frequently, but it is on a live system and 
has the users pretty upset... making me look pretty bad. unfortunately i do 
not have the knowledge or the resources to do the necessary tests to 
understand what the problem is. 

Any advice from those with more experience than I would be greatly 
appreciated.
Thank You,
Jeremy
--
Government Service Automation

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users