Good day to all.
I have a very frustrating problem because i think i know what the problem is but i dont know how to resolve it.I am completely new to Linux overall i have been a long time windows user.
But i am getting anti windows by the day because i am starting to love Ubuntu more and more.Now let me first tell you what i have.
Client:Ubuntu 10.10 32bit
Server:Ubuntu 10.10 64bit (Windows Xp in virtualbox running in headless mode)
Wine:1.2.2
Now for the problem that i have.
Our company makes use of an accounting app called Fincon this fincon app has a server side and client side there is also no linux vesion for this app.
The client app communicates to the server via 2 diffrent port numbers and then reads the files that must be shared by the server.When this app communicates to the server it does as the windows "SYSTEM" user.The app is able to run on wine but the problem comes when trying to communicate with the server and i know it all has to do with file permissions because the program would give an error saying that it cant access the database files which is in a dbf format.The reason i know for a fact its the permissions because i had this exact problem on a windows pc and it was because the shared folder only had the "SYSTEM" user for read access and not write.
The folder on the server is correctly shared with the right permissions because i have about just over 20 users running windows 7 thats able to work on the program with no problems at all.
I did go through the wine manual and saw that i have to mount the share first which i did with smbfs and with dir_mode=0777 and file_mode=0777 and if i go to the mount point i am able to create files within which means i have write access.
I have also pointed the program to look on a local drive in winecfg but that does not work with this app because in its fincon.cfg if you specify a local path it will look for the server app on the same path meaning the same computer.
So i need to point it to the absolute network path and what i think is the problem is that the "SYSTEM" user it uses does not have the permissions but i dont know how wine handles network communications it might be that it completely passes it on to ubuntu so it even might not be a wine problem but i am not sure.
Please i would appreciate anyone's input i have no idea what to try next.
Thank you for taking your time to read my problem.
Fincon on wine with system user
-
- Newbie
- Posts: 3
- Joined: Fri Mar 11, 2011 5:35 am
Sorry guys
I am sorry to reply back on my own thread but i have been struggling with this problem for days but i have just managed to solve the problem and i thought it would just be decent of me to let everyone know that i have come right.
Sorry for this and thank you.
Sorry for this and thank you.
Re: Sorry guys
How about posting the solution for others who may run into the problem?Bloodmaster wrote:I am sorry to reply back on my own thread but i have been struggling with this problem for days but i have just managed to solve the problem and i thought it would just be decent of me to let everyone know that i have come right.
Sorry for this and thank you.
-
- Newbie
- Posts: 3
- Joined: Fri Mar 11, 2011 5:35 am
Oh yes sorry my problem was not with the permissions but it was because of my fincon.cfg config file it was configured to look for the server according to its ip address where my other computers used to look for the server according to its name so for an example it looked for \\192.168.0.1\findata and it must have been \\server\findata.
I hope this helpes someone.
I hope this helpes someone.
-
- Newbie
- Posts: 1
- Joined: Mon Oct 24, 2011 9:22 am
I'm so glad to hear that Fincon can work in Ubuntu.Bloodmaster wrote:Oh yes sorry my problem was not with the permissions but it was because of my fincon.cfg config file it was configured to look for the server according to its ip address where my other computers used to look for the server according to its name so for an example it looked for \\192.168.0.1\findata and it must have been \\server\findata.
I hope this helpes someone.
It would be greatly appreciated if you will be so kind to write a installation how-to for it.
I'm sitting with a situation where the network consists of 70% illegal windows software, and need to tidy things up using Ubuntu. But Fincon is holding me back...
Would greatly appreciate it.