Asset Server 2.0 on Windows gives error 1326

I’m trying to install the Asset Server 2.0.0f3 on Windows Server 2003 SP2 and I keep getting the error:

Failed to call initialize database command ‘1326’

Does anybody have a fix for this?

please see the newsthread of the asset server 2.0

the discussion on the topic and solutions are mentioned there :slight_smile:

Hi there, here’s my solution to the problem. I previously got the ‘1326’ error as well.

Windows Server 2008 R1 (SP2)
I successfully installed the Unity Asset Server and had the service starting and db initalizing during install. What I had to do here was to turn off the “UAC” (Start > Control Panel > User Accounts > Turn User Account Control on or off) - I did not have to create any user account for this, since “unitysvr” is a sub-user (access-object) of the Administrator user account.

Oh, and also, do NOT install this into your Program Files folder, install it somewhere else, but keep it on your system (OS) disk/partition. I installed it in "C:\Unity" quite simply.

Remember to turn “UAC” back on after installation!

Windows 7 Enterprise x64
I also managed to install and run the Asset Server on my Windows 7 Enterprise 64-bit edition without problems. All I did here was run the program as administrator while logged in as administrator. I installed this in the Program Files (x86) folder and ran it without problems, the service started during install. I did not have to turn off “UAC” to install this.

As for 2008 server:

Alternatively you can login into the unitysvr account to install. then you can keep UAC on.
also i did not install to C but instead to my raid5 data partition. No interest to see the asset server and all projects be gone to hell

Is there any update to this issue? I can’t install it on Windows 2003 or Windows 2008.

On win 2003 I’ve tried creating the unitysvr user with admin privs installing, and installing as local admin, no luck. I get the error above.

:frowning:

Same here. All recomendations from this topic and Announce topic don’t help at all - it still can’t be installed on my Windows 2003 server. It’s bunch of time passed from the release, and many of us still can’t use it, please, do something about it!

After using advice from some forum branch, i was able to install it at last. To do it, i removed PC from network domen and logged in as local administrator. And after this UAS was installed for the first time without 1326 error. But, it still doesn’t work. This time “admin” role was not created and i can’t reset admin password or log in with initial one. Here is the install log:


The files belonging to this database system will be owned by user “unitysrv”.
This user must also own the server process.

The database cluster will be initialized with locale Russian_Russia.1251.
The default database encoding has accordingly been set to WIN1251.
The default text search configuration will be set to “russian”.

creating directory data … ok
creating subdirectories … ok
selecting default max_connections … 100
selecting default shared_buffers/max_fsm_pages … 32MB/204800
creating configuration files … ok
creating template1 database in data/base/1 … ok
initializing pg_authid … ok
initializing dependencies … ok
creating system views … ok
loading system objects’ descriptions … ok
creating conversions … ok
creating dictionaries … ok
setting privileges on built-in objects … ok
creating information schema … ok
vacuuming database template1 … ok
copying template1 to template0 … ok
copying template1 to postgres … ok

Success. You can now start the database server using:

“bin\postgres” -D “data”
or
“bin\pg_ctl” -D “data” -l logfile start

WARNING: enabling “trust” authentication for local connections
You can change this by editing pg_hba.conf or using the -A option the
next time you run initdb.
psql: could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host “???” and accepting
TCP/IP connections on port 10733?
psql: could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host “???” and accepting
TCP/IP connections on port 10733?
psql: could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host “???” and accepting
TCP/IP connections on port 10733?
Setting up intial asset server schema and admin user
psql: could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host “???” and accepting
TCP/IP connections on port 10733?
Done resetting db schema
psql: could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host “???” and accepting
TCP/IP connections on port 10733?
Admin password set
======== Importing adminpak schema
psql: could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host “???” and accepting
TCP/IP connections on port 10733?

I am having same issue here. I followed the instructions and this is what I got:

http://simpson3d.com/UnityAssetServerInstall/UnityAsset1326Error.html

Any other thoughts?

Any news on the subject? Come on, UT, help us!

Just tried to install last version, 2.0.1 It pretends to be “fixed windows installers”

No way. It’s installed without alerts, but after it’s not working. When i try to start server, windows service is started and stopped at once, writing to log something like “could not reattach to shared memory”

And if i even try whole bunch of tricks - remove it form domain and log in as local administrator, it still writes to install log:

“The Unity Asset Server service is starting. The Unity Asset Server service could not be started. The service did not report an error. More help is available by typing NET HELPMSG 3534”

Hi,

I installed Asset Server 2.01f1 without problems to Windows 2008 R2 on a domain.

I started the installer by right-clicking and selected “Run as administrator”.

I know this thread is kind-of old but I am trying to get asset server 2.0.1f1 installed on Windows Server 2008 R2. I have tried right clicking and running as administrator but it doesn’t change anything. I still get:

The Unity Asset Server service is starting. The Unity Asset Server service could not be started. The service did not report an error. More help is available by typing NET HELPMSG 3534

During the install. And the Windows service will start and then stop. Anyone have a sure fire way to get this installed on Windows Server 2008 R2?

Did you type NET HELPMSG 3534 in the command prompt?

I did and it just says: Service did not report an error

That’s helpful.