services

DBServerSyncProvider SelectClientIdCommand Sync Services Ado.Net

Hi, I want to use the DBServerSyncProvider's SelectClientIdCommand but i don't wan't to add more tables to my data base, i want to specifically define the clients id (as a long), something like this: long ClientIdentifier=540; SqlCommand ClientIdComm = new SqlCommand(); ClientIdComm.CommandType = CommandType.Text; ClientIdComm.Command...

C# Web Service via SSL vs Firewall

We allow users to dial-in to our system. We run a firewall on the dial-in system that blocks all access by default and we only allow certain servers to be accessed by adding specific rules. We have a web service that contacts our server. The service calls are made over SSL. The SSL Cert is from GoDaddy. We have found that when conne...

Using "Show values as" option in Excel 2007 pivot table when source is SSAS cube?

I have an Excel 2007 pivot table showing "Year" across the top and "Month" down the side. What I am trying to do is represent the values as "% Difference" from the same month of the previous year. (Ex. If Jan-07 is $100,000 and Jan-08 is $120,000, I would like Jan-08 to show '20%'). However, every time I try to do this (using the "Sh...

Update Item attribute in sharepoint using web services

I got this code in VB. and it doesn't do anything.Can anyone help me under stand why and give me a solution? Dim updatestr As String = "<Method ID='1' Cmd='Update'>" + _ "<Field Name='Title'>Ficha_router</Field>" + _ "<Field Name='ID_Cliente'>0000</Field>" + _ "</Method>" Dim xmlDoc = Ne...

Stopping a service in c++ when do I use the ExitProcess() func

I'm stopping a service in my application wanted to know what is the usage of ExitProcess and if I should use it ...

How to register a .Net service with a command line + parameters?

I would like to be able to pass parameters in the installation of the service. I have modified the C# code of the class that inherit from Installer... My problem is the InstallUtil.exe doesn't work with parameters (well not as I know). Any suggestion? ...

Alternative to servicewrapper for java?

I've used ServiceWrapper a few times in the past, however, the dual license is somewhat complex for commercial products (generally you have to pay them). Are there are fully FOSS alternatives with similar functionality? ...

Is Sharepoint Server mandatory for Excel Services or Excel Web Access

The Excel Services and Excel Web Access ship with Microsoft Office SharePoint Server 2007. I'm wondering if Excel Services or any component of that technology could be used without running a Sharepoint Server. Thanks in advance! - phi ...

What's the difference between web services and calling code-behind with ajax?

Is there any difference in using one over the other? Should I be retrieving data from a database using web services? Or is it better to call methods from code-behind (or somewhere similar) with ajax to retrieve data? ...

Best way to make Linux Web Services?

Hello. I have a server that is running Ubuntu Linux Server Edition. I once had a Windows Server and it is easy to create web services using ASP.net on Windows. Linux on the other hand does support ASP.net using Mono, but is isn't as full featured as Windows. So what would be the best way to create xml web services on a linux server box? ...

Expose my application data and processed data as Web Service.

Assume I have a application that stores data,gets data and processes data and stores them in a database (which can be any).Say I want to expose my data as Web Services so that other systems can get the data they need for processing. Q1.Is there any standards to follow? I can create Web Services in C#,so are the enough to say or claim th...

Sync Services Ado.net SyncSchema

hi I'm trying to build a custom ServerSyncProvider right now I'm trying to understand the GetScema Method I'm trying to build a dataSet and associate it to SyncSchema class one of my table columns is a nvarchar(50) so im doing this: DataColumn column = new DataColumn(); column.ColumnName = "Name"; column.DataType = ...

tools for developing RESTful web services

What tools are recommended to aid in developing RESTful web services? For instance, a good front end for manually calling REST APIs, and a TCP/IP or HTTP monitoring tool seem like good starting points. I am looking for specific product recommendations. OS X recommendations would also be helpful. ...

Seeking open source linux tools for distributed task management.

We have an architecture with a couple hundred of servers with about 200 processes (all developed in-house) spread over them, some controlled by crontab and some that run as daemons. Some servers are in 'groups' where all servers are configured identically, and other servers have custom configurations. I've been tasked with centralizin...

Are ADO.net data services efficient from server side?

Hi, I'm current using Raptier as a DAL. It has served me very well up until now, but it is becoming restictive to the kind of RAD work I do, as any changes require a large number of classes to be refactored etc... In addition they don't seem to be releasing any more templates/upgrades etc... Currently I have... UI (server side ...

OSGI Declarative Services (DS): What is a good way of using service component instances

I am just getting started with OSGI and Declarative Services (DS) using Equinox and Eclipse PDE. I have 2 Bundles, A and B. Bundle A exposes a component which is consumed by Bundle B. Both bundles also expose this service to the OSGI Service registry again. Everything works fine so far and Equinox is wireing the components together, ...

How to programmatically tell if the terminal server service is running

How can I programmatically tell if the terminal services service is running and is healthy? I'm creating a .net console application that will check if terminal services are running on a list of computers. I can check the remote registry entry to see if it's enabled, but that doesn't mean it's running. I was thinking of making a socket c...

Need some direction regarding windows service

Hi all, I need to do the following and i was wondering if i could get some of your input. Every night there is a file created at a certain location (on a ftp server). What i need to do is download this file and import it into a remote sql server via web services. I also need to have the ability to re-run the import process (download fil...

dynamically configuring .NET client via socket

Hi, Anyone have a pointer to a C# configuration class that a .NET service can use to do configurations via an admin socket or other control port? I'd rather do this than a filewatcher on the app.config file. We have some long running C#/.NET services (24h X 6.5 days/week) that may need to be re-configured on the fly. I'm looking for a g...

sql reporting services problem with subreport in 3rd level group

i'm getting an error when trying to put a subreport inside a inside a 3rd level group of a table or list (it doesn't matter, same error) i have put a clean subreport withouth datasource without parameters, just a textbox when i put that subreport inside 1st or 2nd level group it's ok, when i put it inside a 3rd level group(or higher) i ...