HP Web Jetadmin Software Bedienungsanleitung Seite 11

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 30
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 10
11
Configuration file for remote SQL Server using a named instance and SQL Authentication
For SQL Authentication, copy the content of these examples and paste it into the configuration file for
either a named instance or default instance, replacing the machine name, instance name (only when
using named instance), database (catalog), and account credentials with the proper ones. Note that
the plain text password is encrypted in this file after the HP Web Jetadmin service is restarted and that
the property name is changed from DatabaseConnectionFactory.PlainTextPassword to
DatabaseConnectionFactory.Password so there is no compromise of security. Because a user
and password are present in the file, HP Web Jetadmin knows to use SQL Authentication in the
connection string to the SQL Server.
If you can connect to the remote database with SQL Management Studio by only providing Server
name, Authentication, Login and Password, then the remote SQL Server is configured with a default
instance.
<ipmc:configuration xmlns:ipmc="www.hp.com/schemas/imaging/ipmc/config/2004/02/24">
<property name="DatabaseConnectionFactory.CommandTimeoutInSeconds">
<type>HP.Imaging.Wjp.Sdk.Core.Framework.ConfigurationItemString</type>
<value>120</value>
</property>
<property name="DatabaseConnectionFactory.MachineName">
<type>HP.Imaging.Wjp.Sdk.Core.Framework.ConfigurationItemString</type>
<value>insert machine name here</value>
</property>
<property name="DatabaseConnectionFactory.UserName">
<type>HP.Imaging.Wjp.Sdk.Core.Framework.ConfigurationItemString</type>
<value>insert sql username here</value>
</property>
<property name="DatabaseConnectionFactory.PlainTextPassword">
<type>HP.Imaging.Wjp.Sdk.Core.Framework.ConfigurationItemString</type>
<value>insert plain text password here</value>
</property>
<property name="DatabaseConnectionFactory.InstanceName">
<type>HP.Imaging.Wjp.Sdk.Core.Framework.ConfigurationItemString</type>
<value>insert named instance here</value>
</property>
<property name="DatabaseConnectionFactory.CatalogName">
<type>HP.Imaging.Wjp.Sdk.Core.Framework.ConfigurationItemString</type>
<value>insert database name here</value>
</property>
</ipmc:configuration>
Seitenansicht 10
1 2 ... 6 7 8 9 10 11 12 13 14 15 16 ... 29 30

Kommentare zu diesen Handbüchern

Keine Kommentare