Computers & Internet Logo

Related Topics:

Posted on Nov 02, 2010

How do i connect a client directly to my server?I keep getting an error message sayin i'm using an in store sychronization which is not supportedt by this version. My other client is working perfect. One server and 2 client set up.

1 Answer

Anonymous

Level 1:

An expert who has achieved level 1.

Hot-Shot:

An expert who has answered 20 questions.

Corporal:

An expert that has over 10 points.

Mayor:

An expert whose answer got voted for 2 times.

  • Contributor 32 Answers
  • Posted on Nov 03, 2010
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

Hot-Shot:

An expert who has answered 20 questions.

Corporal:

An expert that has over 10 points.

Mayor:

An expert whose answer got voted for 2 times.

Joined: Mar 17, 2009
Answers
32
Questions
0
Helped
17046
Points
54

First make sure all stations are on the same version, then uninstall the enterprise server/client services from the appropriate machines. Next, direct connect the client to the server. pcAmerica no longer supports the "enterprise" sync (which is lame) but have switched over to sql replication in the newer versions (which costs $$$). so the only way to do sync w/o redundancy is with direct connect. id also check out faq.pcamerica.com for some help

  • Anonymous Aug 27, 2012

    So you mean I can't connect from client to server any more? I just bought 2 enterprise edition and don't even know how to connect to each other.

×

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

How do I fix server error 8004849

This is from Microsoft:-

If you receive Server Error: 0x80048849 and/ or 0x80048820 in Windows Live Mail at home or while you're in your regular network, it may be due to the setting of the MTU (Maximum Transmission Unit) on the mail client.
If you get this synchronization error at a coffee shop, airport or a place from where you don't usually connect to the internet, we suggest synchronizing mail on your regular internet connection.
When the MTU setting on the mail client is larger than the MTU settings configured on network devices between your mail client and the mail client servers, some data packets may be lost, causing mail synchronization to fail.
Follow the steps given below to fix synchronization errors due to mismatched MTU settings:
Determine the MTU setting on your network device
Apply the MTU setting to your mail client
Determine the MTU setting on your network device
This is a trial and error process, and will be different for each user. You may have to repeat the procedure below a few times, before you can find out the MTU setting of your network device. Follow the steps below:
Open command prompt
Click Start ? Run ? Type cmd
In the Command Prompt Window, type in the following:
Ping <Mail server address> -f -l 1500
Notes:
The <Mail server address> is the IP address of the mail server that you are unable to synchronize with.
For Hotmail, 65.55.33.106 is the IP address for DeltaSync (mail.services.live.com).In this document we will be using this IP address as an example.
In the -l 1500, 1500 is the max MTU for Ethernet connections.
You may get an error like this (100% packet loss):
C:\Users\username>ping 65.55.33.106 -f -l 1500
Pinging 65.55.33.106 with 1500 bytes of data:
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Ping statistics for 65.55.33.106:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)
If you received the error above, subtract 28 from the 1500 bytes of data. In the Command Prompt Window, type in the following:
Ping <Mail server address> -f -l 1472
If you get a 0% Packet Loss with 1472, it means the MTU setting of your configured network is 1472
Note: If you continue to receive the error described in (b) above, repeat the above steps by subtracting 28 from 1472 bytes of data. Repeat these steps until you get a message for 0% packet loss. If you were able to communicate with the mail server at an MTU size of 1424, you will receive the following:
C:\Users\username>ping 65.55.33.106 -f -l 1424
Pinging 65.55.33.106 with 1424 bytes of data:
Reply from 65.55.33.106: bytes=1424 time=230ms TTL=241
Reply from 65.55.33.106: bytes=1424 time=196ms TTL=241
Reply from 65.55.33.106: bytes=1424 time=162ms TTL=241
Reply from 65.55.33.106: bytes=1424 time=163ms TTL=241
Ping statistics for 65.55.33.106:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss)
Approximate round trip times in milli-seconds:
Minimum = 162ms, Maximum = 230ms, Average = 187ms
Apply the MTU setting to your mail client
Follow the steps below:
Open command prompt as administrator (you must be an admin on the computer)
Click Start ? Run ? Type cmd
In the Command Prompt Window, type in the following:
netsh int ip show int
You will receive a message similar to the following. Find the connection name that you use to connect to the internet and note the Idx value
C:\Users\Username>netsh int ip show int
Idx Met MTU State Name
--- ---------- ---------- ------------ ---------------------------
1 50 1472 connected Loopback Pseudo-Interface 1
11 20 1472 connected Local Area Connection
To apply the correct MTU setting on your mail client, type the following in command prompt:
netsh int ip set interface <Idx value> mtu= <MTU setting of your router> store=persistent
Press Enter
For example, if the correct MTU setting was 1424 and Idx value of your connection was 11, you will type:
netsh int ip set interface 11 mtu=1424 store=persistent
If (c ) was successful, you will receive the confirmation message "Ok"
Exit command prompt
Restart your computer
Open WL Mail and see if the issue persists.
have Windows Vista Home Premium Recently unable to send or recieve Window...
tip

IMAP or POP3?

Do you have an email address that you want to setup on an e-mail client like Outlook or in your newly bought mobile device like iPhone or Blackberry? And when you are about to do this you are asked to choose if you want to setup your email account via POP3 or IMAP? and you don't know what to choose? This tip will help know more about this two types of setting that are commonly used for email clients and mobile devices that supports messaging.

First of all let's talk about POP3, this stands for Post Office Protocol version 3. Yes, this is the latest version of this protocol. We won't really get too technical in this tip. I will just give you ideas on how this will work to better understand which one to choose between POP3 and IMAP. Now a days, if someone says "I POP my mails from the server" he/she is saying that he used POP3 to download mails from the server. POP3 was initially created for users who does not have a permanent access to the Internet, like dial-up. POP3 will download all of your mails from the server, delete the messages from the server, and close the connection. All of the message downloaded will all be store in inbox and even if the user is off line, the user can still check the downloaded messages without getting online.

**The server that we are talking about here is what we also call as web mail.

Though POP3 deletes all downloaded mails from the server (web mail). Most e-mail clients will give you an option to leave a copy of the message on the server. This will make sure that even if you "pop" you mails, once you log back in to your web mail the same messages are still in there. To make it short and simple POP3 will only download all of the message and put in to the inbox of your e-mail client or mobile devices.

IMAP or Internet Message Access Protocol. This protocol almost works the same as POP3. The only difference is that it will not download all messages from the server in to your inbox. IMAP is also called the "mirror" for your e-mail client and the server. What you will have on the server (web mail) will be available on the client or mobile device. This idea applies to this example. Let's say you have sorted your e-mails on your web mail, you created folders to categorize the messages that is getting to your inbox. Once you setup IMAP in a e-mail client or mobile device you will see the folders and you will also have an option on your e-mail client and mobile device to subscribe to these folders that you have on the web mail.

This is pretty much having the same format from the server to your e-mail client or mobile device. This will also save you from the agony of sorting your mails since they will show up on your e-mail client or mobile device same as how they are set on the server. Another thing that is not found in POP3 is the way messages will be removed the server. Once the user using IMAP deletes a message, it will not be immediately get deleted from the server unless the user explicitly delete them, this is done by using the purge option.

I hope this enlightened you a bit to choose between the two.
on Feb 27, 2010 • Computers & Internet
0helpful
1answer

Cannot access my hotmail a/c comes up server not found

Servers provide information for websites, hold Web pages, protect other computers from infection, provide authentication services and hold large numbers of files. Servers also connect email systems together. The average Web surfer encounters many servers in a day without realizing it. The mention of servers only arises when things go wrong. For example if the Hotmail Mail Server is inaccessible the user will receive an error message that the server cannot be found.

Client-Server In standard network communication all computers fall into one of two categories: clients and servers. Servers are bigger computers with large storage capacity and fast processing power. A server centralizes services that enable applications running on client computers to have access to more resources than their own computer could handle. The client is the local computer, the one the user accesses. The local computer, the client, contacts a remote computer, the server, with a request for a service. If the server is available, it responds with the requested service or resource. b> Hotmail Hotmail uses several types of servers. The screen the user accesses is actually an email client. It lists delivered email and enables users to write new emails. Originally, this program was always resident on the user's computer. Hotmail revolutionized the provision of email services by making this interface available on a website. The website itself is hosted on a Web server. The chain of clients and servers in a simple email transaction with email can soon become complicated. The user, on a home computer, is sitting at the client. The client program is the Web browser. The Web browser contacts a Web server to get and display the Hotmail page. b> Hotmail Servers b> Although the Hotmail page is resident on a server, it is a mail client and is also called a Mail User Agent, or MUA. It sends all outbound emails to a server called a Mail Submissions Agent, or MSA. The MSA sends the email to a server called a Mail Exchange, or MX, which then forwards it to another server called a Mail Delivery Agent, where the email sits until the user commands the mail client to go and find any new emails. b> Missing Server b> The server that Hotmail reports it was not able to find could be the Mail Submissions Agent, the Mail Exchange, or the Mail Delivery Agent. If the message arise during the sending of an email, the likelihood is that it is the Mail Submissions Agent that could not be contacted. If the error message occurs when Hotmail goes to find new received emails, it is likely to be the Mail Delivery Agent that could not be contacted. In either case, the user's connection is with the Web server and not either of these servers. There is little that the user can do to fix this problem other than try again later.
3helpful
1answer

How do I get rid of error 404 on my ipod touch?

Hi, The 404 or Not Found error message is a HTTP standard response code indicating that the client was able to communicate with the server but either the server could not find what was requested, or it was configured not to fulfill the request and not reveal the reason why. 404 errors should not be confused with "server not found" or similar errors, in which a connection to the destination server cannot be made at all.

error 404 comes most times when the client ison able to connect to the server...or the site is not accessible..

Not really a problem with your ipod, but with your internet browser...

Take care.
1helpful
1answer

Syncing client with server - Restaurant Pro Express

Your getting a connection successful because your looking at the localhost. The server would be the network name of your server. And the password is case sensitive and is pcAmer1ca. (Note the number 1, not an i)
0helpful
1answer

Problem configuring client station

easiest solution is to avoid their sync stuff all together, i've almost never gotten it to work correctly. what i generally do is set up the client station as a "stand-alone" and put the server address for the server name. that usually does the trick, only lick is that if the server goes down, your toast, the client goes down too.
0helpful
1answer

Can't Transfer image to FTP site

"STOR" is FTP lingo for storing (putting/uploading) the file onto the server. I'm presuming you have entered the appropriate FTP IP address, login and password and the FTP server is setup properly.

Presuming the FTP server is set up correctly, connect your computer to the same cable the Sony IP camera is connected to and use an FTP client from your computer to confirm you can successfully upload files.

If you do not have an FTP client, you can download a free one at:
http://www.coreftp.com
0helpful
2answers

Compaq PE2160 with LINUX OS

Check to make sure all of your paths in the mount command are right. I had this issue a week ago and after putzing with it for a few days I noticed I was trying to mount a non-existent share. Fixed my ***** command and it worked right away. Other things to look at: Check your /etc/exports on the server and make sure the shares are in there. Also make sure that they are active by restarting nfs (/etc/init.d/nfsd restart (may be different now, that worked years ago)). Last, double check your mount command on the client. Make sure the share exists and the server is pingable. If this doesn't help, you may want to try searching on some linux specific forums. linuxquestions.org is good, or if you have ubuntu, ubuntuforums.com.
0helpful
1answer

No access to port 25 for wireless clients

What happens if you connect one of the wireless machines with an ethernet cable? Any chance you have a Firewall of AV program blocking port 25 on these machines? Have you tried Safe Mode With Networking? I'm sure you realize that is most often caused by the ISP blocking Port 25, but I assume they would have told you so if this was the case.
Not finding what you are looking for?

448 views

Ask a Question

Usually answered in minutes!

Top Pc America Computers & Internet Experts

Don A
Don A

Level 3 Expert

4397 Answers

rosefresh
rosefresh

Level 3 Expert

724 Answers

Rick Rock
Rick Rock

Level 2 Expert

258 Answers

Are you a Pc America Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...