- This topic has 1 reply, 1 voice, and was last updated 5 years, 12 months ago by
Oranion.
-
AuthorPosts
-
July 7, 2016 at 7:28 am #43043
Hi, I’m struggeling with the ini-settings for our new Citrix Farm. Before we used Horizon, which I knew to config.
We use D10DP and want them to autoconnect to Citrix streamed Application (Webapplication) without any user interaction – Those deviced are used at presentation screens.
I managed to get the device connect to our gateway and can manually run each of the application, which are enabled for the user but it won’t autoconnect any app. the Description only shows IExplore, Applicationname shows SF:IExplore => I tried both ways for AutoConnectList-parameter, and also case sensitiv! Also I tried to load our MAC.ini to ConfGen (which I normally use) but this time, the generated ini does not write AutoConnectList parameter, although a string was typed in. Don’t know if its a bug. Useing newest version!
Here is my wnos.ini & MAC.ini (both anonymized)
;************************************************************* ;* Network * ;************************************************************* WDMServer="wdmserver.corp.xyz.com" Retry=5 WDMService=Yes DHCPinform=yes DNSLookup=yes AddCertificate=CA-x.cer Terminalname=TC$MAC WINSServer=230.146.230.54;230.146.230.55 RegisterWINS=yes DNSIPVersion=ipv4 DNSServer=230.146.230.55 DNSDomain=corp.xyz.com ;************************************************************* ;* Language * ;************************************************************* Timeserver=230.146.230.54 Timeformat="24-hour format" Dateformat=dd/mm/yyyy TimeZone="GMT + 01:00" ManualOverride=yes Daylight=yes Start=030507 End=100507 TimeZoneName="W. Europe" DaylightName="W. Europe Daylight" Locale=German Load=yes LocaleList=German Language=De ;************************************************************* ;* General 1 * ;************************************************************* Autoload=1 AdminMode=yes Admin-Username=xxx Admin-Password=xxx Privilege=High HideSysInfo=yes HidePPP=yes HidePN=yes SupressTaskBar=yes DisableSerial=yes ShutdownCount=10 Autopower=yes EnableGKey=yes SysMode=Classic SessionConfig=ALL MapDisks=yes Fullscreen=yes AutoConnect=no MaxVNCD=1 VncPassword="xxx" Encrypt=yes VncPrompt=No Accept=10 ;************************************************************* ;* Connect to custom INI * ;************************************************************* Include=$mac.ini
-
Mac.ini:
;************************************************************* ;* Autologin User * ;************************************************************* SignOn=NTLM DefaultUser=uname Password=xxx encrypt=yes DomainList="corp.xyz.com" ;************************************************************* ;* Remote-Connection * ;************************************************************* PnliteServer="https://eu.tras.xyz.com/citrix/tras01store1/" ReconnectAtLogon=1 ReconnectFromButton=2 AutoConnectList="SF:IExplore" seamless=yes HideTaskBar=1 LongApplicationName=yes ;************************************************************* ;* Display Rotation none * ;************************************************************* Screen=1 Resolution=1920x1080 Refresh=60 Rotate=none Screensaver=0 LockTerminal=no Type=0 ;************************************************************* ;* User Konfiguration * ;************************************************************* include=$UN.ini ;************************************************************* ;* End Konfiguration * ;************************************************************* Exit=All
username.ini is empty!
July 7, 2016 at 9:04 am #43044Solution found 🙂
SessionConfig=All AutoConnect=no from wnos.ini was the cause.
-
AuthorPosts
- You must be logged in to reply to this topic.