-
Hello, Having had no problem whatsoever with an initial evaluation (single server/all-in-one) installation, using SQL Server Express, I'm currently confronted with a missing vault directory structure (maybe vault server as well). This became apparent after I've seemingly succesfully reinstalled from...
-
Hello Bob. Here is the first reference to the error found in Google: "The user is not associated with a trusted SQL Server connection" the search was http://www.google.com/search?q=%22The+user+is+not+associated+with+a+trusted+SQL+Server+connection%22&ie=utf-8&oe=utf-8
Posted to
Support Q&A
(Forum)
by
snnicky
on
Mon, Jan 14 2008
Filed under: Installation, Login, Manual setup, Server config file
-
Hello Ken. Try to restore solutions DB and run the following SQL for the DB ( for restored DB ) using SQL Query Analyzer EXEC sp_change_users_login 'Update_One', 'innovator', 'innovator' After that modify InnovatorServerConfig.xml file (there should be C:\Program Files\Aras\Innovator\InnovatorServerConfig...
Posted to
Support Q&A
(Forum)
by
snnicky
on
Wed, Sep 5 2007
Filed under: Installation, Restore database, Manual setup, Server config file
-
Hello Sanjeev, to setup required directories manually please do the following: 1) Find a folder on your HDD where you installed the Innovator. (For example C:\Program Files\Aras\Innovator . There should be DB, Innovator, InstallDll1..3, VaultServer folders there.) 2) In the same folder there should be...
-
According to the initial post it looks like .Net controls are not downloaded to your client computer. Could you try to download one of controls ? For example if you login to innovator using URL http://MyServer.com/Innovator try to download one of controls accessing the URL http://MyServer.com/Innovator...
-
Just to ensure we are on the same page: The permissions must be Scripts only . Otherwise Innovator will not work. According to your words installer failed to set the permissions in correct way. I supposed you modified the permissions manually thus I asked if you did any manual setups.
-
Hello. Please describe the details of your Innovator installation. What options did you use during installation ? Did you perform any manual setups ? I recommend you to check your IIS settings for all Innovator virtual folders. Check "Execute Permissions" setting for all of Innovator IIS virtual folders...
-
You run the server on Windows XP. There is a limit for the maximum number of simultaneous connections to the site. The number is 10. This may be a reason why some content is not downloaded. (Icons may fail to load and some AML requests to server may fail.) To understand better what happens you may use...
-
Could you please clarify how you installed Innovator manually ? I mean Innovator installer setups virtual directories in IIS, InnovatorServerConfig.xml, innovator.xml files. Where did you get Innovator files from ? I ask because there might be a sample there. If you install Innovator using its installer...
-
Hello. Both C:\Program Files\Aras\Innovator\Innovator\Client and C:\Program Files\Aras\Innovator\Innovator\Server folders must contain innovator.xml file. That file must contain a path to Innovator configuration file. Sample of the innovator.xml content: ++++ <ConfigFilePath value="C:\InnovatorConfig...