If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Adabas > Urgent: Windows Service

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-09-04, 10:32
mrameshchandra mrameshchandra is offline
Registered User
 
Join Date: Oct 2003
Location: Hyderabad, A.P., India
Posts: 29
Urgent: Windows Service

Hi,

I need a service always running for migration of data from a web server to local server. I have written the service and am able to start and stop the service from another windows application.

I have written both the programs separately. i.e. one is windows service application and another is the windows application in C#.NET 2003. The windows application is for scheduling the timings of migration. If i want to change the schedule of migration i.e. if i want to reschedule my migration timings, how can i set the schedule in the Service application from my windows application?

Is there any way to declare static variables directly in the class file of the Service application and set them from windows application directly (Just the way we call the start and stop methods of service, can I set any properties of the Service so that the service continues to run with the newly set properties)?

Thanks and regards
mrc
__________________
Thanks and regards
mrc
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On