I have informix 9.40.FC7. I have a 31 million line table that I extract information from. It takes up to 7 days now to finish. I don't know if it runs the 4 "case" lines against each row or if it is running 1 "case" against the 31 million rows and then moves to the next "case". Any ideas? I'd...
you could install the reader into an Application Isolation Environment. This should allow you to run both, I think.
I would try on a test server first tho.
Just be aware that if you change the settings on one app, this can have a detrimental affect on your other apps.
from citrix:
http://support.citrix.com/article/ctx118579
"published application definitions are of a different resolution type, encryption level or color depth, a new session...
More questions for you-
1. Are these locally connected printers?
2. If you are using a printerserver, what is the o/s?
I ran into similar problems, but after moving printers to a server with the same o/s as the presentation servers, it has cleared up most of my issues.
when you installed PS did you specify shadowing allowed? if not you will need to rerun install on the servers and select shadowing with the options you want.
Creating different groups and adding the users to them you can use the below as a template:
if ingroup("GroupName")
USE I: /del
USE I: "\\servername\sharename"
endif
if ingroup("GroupName2")
USE I: /del
USE I: "\\servername2\sharename2"
endif
This is in a login script in...
Sample of when I will install with users on-
This morning we had a "thinstall" application that needed to be updated.
I disable the app, removed the old, installed the new and enabled the app.
This was not an optional "wait til tonight". This was a critical application.
I would NOT do an...
PN has 2 places for passthru.
open PN, click on tools, ica settings. Verify pass-through auth and use local credentials to logon are checked.
on the app you created, rt click and verify logon information is local user and passthrough auth.
If they are not available, you will need to...
Andy - I think you are going to need to touch each pc anyway. When the client was installed, did you choose Pass-through auth?
I am assuming you have just pass-thru set on your WI sites?
You might consider a logon script to replace the file instead of manually doing it.
It really depends on the app being installed. If it doesn't take long or require a reboot, I will do it. However - I am using Installation Manager so the install time is as short as possible. Also, if you are updating an app that users are on, it is not going to work usually.
Users that are on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.