Posted by paris on Jun 8, 2012 in
Fixes
After the migration of IRIS to a new server , when trying to run IXBRL Reports , it would produce the following error >
Problem in client_folder_useable
Folder is ( Location of old server client docs ) resp is 67. Please tell support
To fix , you need to remap the mappings to the new client docs by :
Open Iris
Go to System Maintence , then Utilities , and Communication Path Mapping
Add the old Client Docs path in the From Filed ( should be displayed in the error message)
Add the new Client Docs path to the new server
Click Add Mapping , then Save Mappings
Try again and it should work!
VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.22_1171]
Tags: Iris, IXBRL Reports, Problem in client_folder_useable
Posted by paris on Jun 7, 2012 in
Fixes
Upon migrating Iris accountancy practice manager from SQL Sever 2005 to SQL Server 2008 and a new Operating System, when trying to start a client machine after installing setup.exe from the new UNC patch , the following error is displaying
Module: CORE Emulator failed to start
Cause: Failed to login into database
Unspecified error
HRESULT hr=0×80004004
[DBNETLIB][Connectionopen (Connect()). ] Speccifies SQL Server was not found.
http://dbaspot.com/ms-sqlserver/220023-sql-server-2005-express.html , as found here for 2005 the SQL Browser Server needs starting , but the following other connection need enabling as well
Under SQL Server Configuration Manager go to SQL Server Configuration
Choose Protocols for your Iris Database Instance e.g. SQL Express
Make Sure Shared Memory , Named Pipes and TCP/IP are set to enabled
You will also need to specifiy the port you should open on the server firewall so remote clients can connect, if you open TCP/IP , go to the IP Address Tab and enter a Dynamic Port for IPALL ( At the bottom ) default 1433
If you open the firewall and add 2 inbound Allow rules for the following
1433 ( Or which ever port you choose for the above ) and TCP
1434 UDP
Restart the SQL Instance for your Iris database , and try again
VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.22_1171]
Tags: CORE Emulator failed to start, Failed to login into database, Iris, Speccifies SQL Server was not found.