Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Citrix Optimizer - infinite loop #68

Closed
musklor opened this issue Sep 25, 2018 · 3 comments
Closed

Citrix Optimizer - infinite loop #68

musklor opened this issue Sep 25, 2018 · 3 comments

Comments

@musklor
Copy link

musklor commented Sep 25, 2018

Infinite boot loop during process.

Just replace ' by " (\SubCall\Preparation\90_PrepBISF_CTX.ps1)

Before : $template = 'Citrix_WindowsServer2016_$($ReleaseID)'
After : $template = "Citrix_WindowsServer2016_$($ReleaseID)"

Same issue and solution with Windows 10 and Windows 2019

$template = "Citrix_Windows10_$($ReleaseID)"
$template = "Citrix_WindowsServer2019_$($ReleaseID)"

And the second fix : (\Citrix Optimizer\CitrixOptimizer.exe.config)

Before :
appSettings
add key="EnginePath" value="."/
add key="PredefinedTemplates" value="Templates"/
add key="TmpTemplatesFolder" value="CTXOE.tmp"/
/appSettings

After :
appSettings
add key="EnginePath" value="." /
add key="PredefinedTemplates" value="Templates" /
add key="TmpTemplatesFolder" value="CTXOE.tmp" /
/appSettings

Tested and solved under Windows 2012R2 and 2016.

@matthias-schlimm
Copy link
Collaborator

sorry, don't see and differences between before and after, can you explain a little bit more detailed

@musklor
Copy link
Author

musklor commented Sep 26, 2018

The first fix : just replace ' by "
The second : just add a space at the end of the line "add key="
When you launch CitrixOptimizer.exe, the tool add a space at the end of the lines (add key=) before the / in the config file. I have reported the bug to the citrix team.
The plugin 'compare' (notepad++) show me the difference.

@matthias-schlimm
Copy link
Collaborator

second one is not BIS-F related, is an CTX Optimizer Issue.
The first one is also reported here #44

Close this issue and working again on Nbr. 44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants