| 1.Is there any function to set the effects during the form transition in GoDB? |
2. FORMTRANSITION feature allows setting of various effects during Form Transitions.
Ex:- setosvar("*FORMTRANSITION","10"). |
| Top |
| 2.How to uplod the .frm, .bas files from GoDB application to Sync Server? |
Application Distribution:
Steps to distribute the files of GoDB application:
1.Open the GoDB application.
2.Clean, rebuild and run the application.
3.Go To view --> Options --> Project Tab
Check on ''Use GVS'' and enter Server Name,
Base Path, User Name, Password.
4.Finally Click Ok.
5.Go To Build --> Publish.
For Verification:
1.Open Sync Server URL and check in File Manager
Option.
2.Create an empty project with sync option,
enter required details in config.ini file and
click sync. It will download all the files
from the Sync Server URL.
Trouble shooting:
1.To avoid the "**Error Login failed "While
publishing the application. Make sure that the
password field is not empty.
(Options window --> Project Tab --> Password )
2.Use Full Sync (Sync(1,3)) method for
Application distribution.
|
| Top |
| 3.How to view the custom script in Sync Server URL? |
Register gCMSEditor.dll in Server to view the custom script.
1.The gCMSEditor.dll is available in the Sync server insatalltion folder.
Example:
C:\Program Files\GoDBSS\GoDBSS\Dlls
2.Use the below command to register the Dll file.
regsvr32 NameOfTheDll.dll
|
| Top |
| 4.Why the follwing error occurs "E005: partial http read! aborting sync" ? |
| Application encountered a problem while communicating with the server. To avoid this Press ''Sync'' button again. |
| Top |
| 5.How to avoid below given sync server login error? |
App Error-[70] GoDBSS36
Permission denied
/Godbss/Admin/authenticate.asp
Please check the bellow given steps to avoid the Permission denied error:
1.Open C:\GoDBSSLic folder with Windows Explorer
and then right click your syncserver license
file.
2.Select properties->Goto security tab->Click
Add button->click Find button.
3.Select Everyone under "Group or User
names"and then click Full Control option
under "Permission for Everyone".
4.Then click Apply and Ok. (In case of any
clarification please contact your system
administrator)
5.Now stop IIS using "net stop iisadmin" command
and start it using "net start w3svc" command
6.Then open the Sync server in Internet Explorer
with relevent URL.(Example:
http:///setconfigvariables.asp) |
| Top |
| 6."Licence Dir Name Mismatch Lic-GoDBSS36 Actual-/test/" How to solve the above problem? |
| Please check the Virtual directory name was same in the License file and the URL. |
| Top |
| 7."E001: Unable to connect to server" how to solve the above error message? |
It might be due to the following Reasons.
1) No Internet Connection - Please check /
reconnect your Internet connection and try
again.
2) Server could be in OFF Mode - Server might be
in restart or shutting down phase. Please try
again later. |
| Top |
| 8.In which case the temp directory will be chcecked? |
| If a single system contains more than one base path then need to check the base path temp directory for each base path. Each base path should contains the separate tem directory. |
| Top |
| 9.While configuring the Sync server settings in the configure window, if following error message occurs? “[Microsoft][ODBC SQL Server Driver][SQL Server] Login failed for user ''sa'' “ |
Kindly check the following options while configuring Sync Server URL:
1.Check your SQL Server userid and password and make sure whether you have given the same userid and password in SyncServer configuration manager.
2.Make sure whether you are using SQL Server Authenticatiuon mode in SQL Server.
3.Check the SQL Server Name while creating DSN.
|
| Top |
| 10.I have created a small application in GoDB. I have a table in SQL Server. How do I download data from the tables to the application? |
Logon to GoDB SyncServer follow the step bellow:
1. Click on the Tools --> Refresh Tables.
2. Click on the Table Manager
3. Click on Groups --> Everyone.
4. There will be two listboxes SOURCE and USERFILES. You have to select the table you want to download to the PDA by clicking the ">" button.
If u click ">>" button all tables will be downloaded Select any one table and click ">" and then click on the save button.
|
| Top |
| 11.When i try to login i am getting message "session expired" again and again, and i am not able to login. |
The usrlist table in sync server database may not contain any users, that is why you are not able to login. Try running the "setup.sql" (which come along with the installation) to insert the basic users this will solve ur problem. Alternatively you can add a user manually and try to enter using his id into sync server.
|
| Top |
| 12.Which versions of Oracle will supported by GoDB SyncServer? |
GoDB SyncServer will support only Oracle 9i and above
|
| Top |
| 13.How can we upload the application files in the Sync Server? |
| Goto Tools --> Upload Files: On clicking this button a new window is launched where you can upload the application files [.frm and .bas files ] into the sync server. It also lists the files already there in sync server . You can edit/delete the file by choosing the respective hyperlink |
| Top |
| 14. How can we map the files to corresponding users? |
| Goto File Manager --> This module contains the list of files used by the application in various devices. Here you can specify the files that a user can download when he syncs with the server. The file rights can be set both user wise and group wise. |
| Top |
| 15.How can you view the Script page for the table in a table manager menu? |
Kindly Enable the following options in your Internet Explorer
Internet Explorer --> Tools --> Internet Options -->Security --> Custom Level
In Custom Level window the following options should be enable.
Script ActiveX controls marked safe for scripting --- Enable.
Run ActiveX controls and plug-ins ---- Enable.
Download signed ActiveX control ----- Enable.
|
| Top |
| 16.I am getting the following error, "App Error-[-2147217865] Microsoft OLE DB Provider for ODBC Drivers [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name ''UsrList''....... |
| Check your xml file for the DSN,DatabaseName & SyncDSN,SyncDBname. see if the values are correct and not interchanged. |
| Top |
| 17.How GoDB SyncServer is Secured? |
| GoDB SyncServer allows 2 level of Security (Users and Groups). GoDB SyncServer can restrict users/group to access Tables and Files. |
| Top |
| 18.System Requirement for Installing GoDB SyncServer? |
Client System
Win98/Win2K/WinXP
RAM 64MB or more
Internet connection (PSTN based dialup or ISDN/DSL based dedicated)
PIII or PIV class processor or better
Web Server
Win2K Server
Oracle / Ms SQL Server 7.0 and above / MSDE (MicroSoft Desktop Engine)
Dedicated Internet connection with dedicated IP address
Bandwidth
ADO 2.6 or above
|
| Top |
| 19.I am getting this Error: "Problem With SQL Server. Pls make sure that the SQL server services are started". How do i solve it? |
This is due to your SQL Server Service may not be started. To get started manual follow the steps below:
1. Click on Start --> Settings --> Control Panel --> Administrative Tools--> Services
2. Start the MSSQLSERVER Service for your machine.
|
| Top |
| 20.What is GoDB SyncServer? |
| GoDB SyncServer is an application that allows multiple user to sync data and applications. Users can synchronize simultaneously. |
| Top |
| 21.Whats GVS? |
GVS abbreviated as GoDB Versions System. GVS maintains history of File List of a Project.
|
| Top |
| 22.How do I maintain Log Files in GoDB SyncServer? |
The GoDB SyncServer will create 2 Log files during the Sync Process of an Application. via. 1. Http.log; 2. Script.log.
The Log files are created in the following Directory /_Debug.
(EG: If the Project Directory is C:\Sample and Device is Pocket PC then Log Files will be created under C:\Sample\ppc_debug\ )
|
| Top |