Configuration in 64 bit environment

I just upgraded my system to a 64 bit machine running Windows 7 Professional. I have installed PS and the configurator in the 64 bit environment.
I built a panel in PS4 on my 32 machine and it has been working like a champ since August. When setting up my new system I moved the panel directory over to the 64 bit directory structure as outline in the configuration Help file. I restarted PS4 but no panel in the Window/Extension area. I recompiled the panel in the 64 bit environment with no success as well. I even built a test panel and it does not show in the Window/Extension area.
Where am I going wrong? Is Configuration not running in a 64 bit environment?
I really would like to get the panel running again as it really saves a lot of time and brain power when processing my images.
Thank You
John

Jeffery -
Thanks for the reply. I placed the panel data in both places as you mentioned and it almost worked. I now have a panel with nothing in it and a error message: "Please close all panels or restart Photoshop to enable the security configuration for this panel"
When I do as it says I still have the message. I qurried the PS Help and found a thread Adobe Forums: Enable the security configuration for... dealing with this. But I can not find the path and files on my machine to solve the problem in Windows 7.
John

Similar Messages

  • Problem in OIM Installation in Linux-64 bit environment

    Hi,
    Components used
    1. Oracle Database11gR1
    2. Weblogic Application server 10.3.0(installed in non clustered mode)
    3. OIM 9.1.0.1
    Also ensured the above three are compatible.
    I'm facing problem at the end of OIM installation in RedHat Linux-64 bit environment.
    The error details in setup-weblogic.log file is given below
    ===================================
    setup-startscript:
    setup:
    [echo] Setting up weblogic for xellerate complete.
    [ant] Exiting /oracle/oimserver/xellerate/setup/weblogic-setup.xml.
    BUILD FAILED
    /oracle/oimserver/xellerate/setup/setup.xml:443: The following error occurred while executing this line:
    /oracle/oimserver/xellerate/setup/weblogic-setup.xml:196: Could not create task or type of type: wlst.
    Ant could not find the task or a class this task relies upon.
    This is common and has a number of causes; the usual
    solutions are to read the manual pages then download and
    install needed JAR files, or fix the build file:
    - You have misspelt 'wlst'.
    Fix: check your spelling.
    - The task needs an external JAR file to execute
    and this is not found at the right place in the classpath.
    Fix: check the documentation for dependencies.
    Fix: declare the task.
    - The task is an Ant optional task and the JAR file and/or libraries
    implementing the functionality were not found at the time you
    yourself built your installation of Ant from the Ant sources.
    Fix: Look in the ANT_HOME/lib for the 'ant-' JAR corresponding to the
    task and make sure it contains more than merely a META-INF/MANIFEST.MF.
    If all it contains is the manifest, then rebuild Ant with the needed
    libraries present in ${ant.home}/lib/optional/ , or alternatively,
    download a pre-built release version from apache.org
    - The build file was written for a later version of Ant
    Fix: upgrade to at least the latest release version of Ant
    - The task is not an Ant core or optional task
    and needs to be declared using <taskdef>.
    - You are attempting to use a task defined using
    <presetdef> or <macrodef> but have spelt wrong or not
    defined it at the point of use
    Remember that for JAR files to be visible to Ant tasks implemented
    in ANT_HOME/lib, the files must be in the same directory or on the
    classpath
    Please neither file bug reports on this problem, nor email the
    Ant mailing lists, until all of these causes have been explored,
    as this is not an Ant bug.
         at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:385)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at org.apache.tools.ant.Main.runBuild(Main.java:668)
         at org.apache.tools.ant.Main.startAnt(Main.java:187)
         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    Caused by: /oracle/oimserver/xellerate/setup/weblogic-setup.xml:196: Could not create task or type of type: wlst.
    Further, I have identified that the ant was unable to launch a custom web logic task, wlst.
    This custom task of web logic task is invoked by ant using the following script in <OIM_HOME>/xellerate/setup/weblogic-setup.xml.
    <target name="setup" depends="setup-startscript">
    <echo>Setting up weblogic for xellerate complete.</echo>
    <wlst properties="${basedir}/Profiles/${profile}" arguments='SETUP_CONFIG ${profile}
    ${weblogic_login_password} ${datasource_user_password} '
    fileName="${basedir}/setup/oimconfig.py"
    executeScriptBeforeFile="false"
    failOnError="true">
    </wlst>
    <antcall target="stopServer"/>
    <antcall target="startServer"/>
    </target>
    Also I have ensured the all the environmental variables, JAVAOPTIONS, USER_MEM_ARGS, ANT_OPTS are properly set before installing OIM.
    I have tried several times but still getting the same error.
    Please help me to resolve this issue.
    Did anyone face this issue before??????
    Edited by: Katheresh on May 17, 2010 9:36 PM

    I am not certain but when I was installing OIM 9.1.x with wls 10.3.0 on windows I had a failure too and it turned out I didn't create the wls domain user and group for OIM. The docs for OIM 9.1 does not talk about it so you may want to create this account and group and re-try the install. The steps are below:
    Log in to the WebLogic Admin Console using your new account by pointing a web browser to the following url:
    http://<hostname>:7001/console
    1. Select Security, then Realms, then myrealm, and then Groups from the navigation panel on the left.
    2. Select the Configure a new Group link in the Groups page.
    3. Enter User for the group name in the Name field under the General tab and optionally enter a description for the group.Click Apply.
    Note:
    The group name User is case-sensitive.
    4. Select Security, then Realms, then myrealm, and then Users from the navigation panel on the left.
    5. Select the Configure a new User link in the Users page.
    6. Enter Internal for the user name in the Name field under the General tab and optionally enter a description for the user.
    Note:
    The user name Internal is case-sensitive.
    7. Enter and confirm a password associated with the user name Internal and click Apply.
    8. Select the Groups tab.
    9. Add the User group to the list of Current Groups for the Internal user by selecting User from the list of Possible Groups and clicking the --> right arrow button. Click Apply.
    Please post back if it works,
    Thanks,

  • SDK in a Windows 7 64-bit environment

    Has anyone been able to get SDK (activity6x, project, and dictionary6x) to work in a P6.7 Windows 7 64-bit environment? Any thoughts appreciated. Need not immediate.

    In response to your post Tibi:
    "as for Win 64-bit environment, i use the xls files (to set up global data, bulk import data, etc) on client-server configurations on a regular basis, with the client running either 32 or 64-bit Windows and the database server usually running 64-bit. i don't recall using the xls files on SDK on standalone under 64-bit Win OS."
    I have the Primavera P6 7.0 cleint installed and functioning correctly (database connectivity), but I am having trouble creating a ODBC connection for my Excel WBS import SDK file. I am having trouble running an import XLS file (import WBS structures into Primavera P6 7.0) on my Windows 7 64-bit machine. For some reason I cannot get the Primavera Software Develpment Kit ODBC connection working. It doesnt show up within the ODBC managment .exe application. I have tryed to install and even tweak some registry settings to no avail. Was there anything special or out of the ordinary you had to do to get this functioning correctly?
    Any help would be greatly appreciated..
    MDJ

  • How to Migrate SSIS packages from 32 bit to 64 bit environment

    Hi,
    We developed many SSIS packages in 32 bit environment using SQL 2008 on windows 2003 server 32 bit OS. In order to utilize the 64 bit features we wish to migrate these packages into a 64 bit. Wanted to know.
    1. Whether we can execute these packages that are developed in 32 bit environment onto a 64 bit environment. If yes, then do we get the benefits of 64 bit environment. For ex. RAM utilization.  If no, then what advantage do we get. 
    2. Is it possible to develop the packages directly in a 64 bit environment.
    Thanks in advance,
    Yog

    One thing you need to make sure when migrating to 64 bit machines is to have drivers installed for 64 bit ie for providers like excel. One more thing to note is that SSDT/BIDS which is used for developing packages is by itself a 32 bit application. So
    you may need to use 3 bit driver at design time and run packages with 64 bit runtime set to false at  design time. And while deployed on server it can use 64 bit driver itself for its execution.
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Flash not working in 64 bit environment on 4b9

    After testing on Adobe's website and others, flash is definetly not working on 4b9 64 bit, but it does on 32 bit environment. It's also perfectly working with safari.

    Adobe Flash "Square" is a 64-bit beta version of Adobe Flash.
    [http://labs.adobe.com/downloads/flashplayer10_square.html]
    It brought flash back to Firefox 4b10 on my 64-bit macbook with Mac OS 10.6.

  • Dbxtool seems to force loading of 32-bit dbx in 64-bit environment

    I am using the Linux version of dbxtool to debug a 64-bit programme called frankie:
    file ../support/frankie
    ../support/frankie: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.4, dynamically linked (uses shared libs), for GNU/Linux 2.6.4, not strippedWhen I attempt to load the executable within dbxtool, I get an "unsupported architecture" message, which I assume means that the 32-bit version of dbx is loaded:
    (dbx) debug ~/support/frankie
    dbx: ~/support/frankie has unsupported architecture or file formatHowever, if I run dbx from the commandline, it is able to load the file, presumably by automatically loading the 64-bit version of the debugger debugger.
    (dbx) debug ../support/frankie
    Reading frankie
    Reading ld-linux-x86-64.so.2
    Reading libm.so.6
    Reading libncurses.so.5
    Reading libc.so.6
    Reading libdl.so.2I cannot find any option that would force dbxtool to use the 64-but debugger, in fact the only one I can find is one to force use of the 32-bit debugger in a 64-bit environment!
    any suggestions?
    Edited by: frankief on Aug 13, 2009 10:34 AM
    Edited by: frankief on Aug 13, 2009 10:42 AM

    It is a known problem.
    dbxtool: Can't load 64-bit application into default dbx's session
    === Description ============================================================
    platform: 64-bit linux (RHEL or SLES)
    Scenario:
    1) Create 64-bit executable file (I created and built Fractal sample in Sun Studio IDE)
    2) Launch Dbxtool
    ==> Dbxtool is started. Also empty dbx's session is started in 'Dbx console' tab
    3) Press 'Debug Executable' button.
    4) Select your 64-bit executable file and press Debug button
    ==> 'file has unsupported architecture or file format' warning appears
    Workaround: finish default dbx's session and repeat 3) and 4) steps

  • Code working in 32 bit environment but fails in 64 bit environment

    Hi,
    I am trying to compile my code in 64 bit environment which was perfectly working fine in 32 bit environment. But the following message gets displayed.
    "Retrieving the COM class factory for component with CLSID {632F4591-AA62-4219-8FB6-22BCF5F62007} failed due to the following error: 80040154."
    I tried running the Sample programs in the 64 bit environment, The UI API Samples are working fine, but the samples of DI API give out the same message. I even tried re-installing the SAP Business One client thinking that it might be due to improper installation of DI API component in the client installation. But that too, did not work out.
    The code works fine in 32 bit environment with no issues. I am still clueless as to why it is not working in the 64 bit environment.
    Kindly help. Immediate help is appreciable.
    Thanks & Regards,
    Siju Dasan

    HI,
    See SAP NOte 1383536.
    It says, that DI API has been build in into the Application is using invalid path
    in32 bit clients:
    C:\Program Files\SAP\SAP Business One\DI API\2007\SAPbobsCOM2007.dll
    in 64 bit clients:
    ?C:\Program Files x86\SAP\SAP Business One\DI API\2007\SAPbobsCOM2007.dll ?
    Please recompile your application in 32 bit mode (x86 as a complier option) and try to run.
    Regards,
    J.

  • Trouble connecting to 64 bit oracle client from 32 bit environment

    Hi,
    I have an application which connects to Oracle and an external 3ed party application via a set of APIs. We are now facing the issue while migrating our server from 2003 to 2008.
    The 2003 server was configured for 32 bit and had 32 bit Oralce installed on it. It was able to connect to both Oracle and the 3ed party API in this configuration
    In our New 2008 server we have installed a 64 bit Oracle however the 3ed party API is using is 32 bit. Once we use the 64 bit app poll we were able to connect  to the Oracle, but the API connection fails. When we enable the 32 bit in APP Pool, wer cant connect to the Oracle client.
    Could you please suggest a possible soultion for this problem?
    PS:
    We have tried placing the 32 bit Oracle.Data.Client DLL in the Bin folder and refered it in our project ( to avoid refering the 64 bit DLL from GAC) but this method didint work out.
    We have alos tried placing Oracle Data Access Componets DLLs in Our bin as explianed in the following blog post
    http://researchaholic.com/2011/10/21/connect-from-net-to-oracle-without-installing-the-oracle-client/
    This also did not help us connect to the Oracle client.
    Right now we have configured our new 2008 server with 64 bit oralcle client and enabled 32 bit support from APP pool.
    Thanks

    You can't use 64 bit client on 32 bit machine.
    You can use 32 bit client on 64 bit machine via syswow64, but not the other way around.
    If you compile your app with AnyCPU compile target though, it will automatically run as 32 bit on 32 bit OS, and 64 bit on 64 bit OS.
    HTH
    Greg

  • DRAM configuration is 64 bits wide with parity enabled?

    What is the meaning of this?... How much DRAM has our router(CME)?...how can I know this?..
    CME-ROUTER#show version              
    Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9-M), Version 15.0(1)M7, RELEASE SOFTWARE (fc2)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2011 by Cisco Systems, Inc.
    Compiled Thu 04-Aug-11 21:40 by prod_rel_team
    ROM: System Bootstrap, Version 15.0(1r)M12, RELEASE SOFTWARE (fc1)
    DMM_VG_2921 uptime is 32 weeks, 3 days, 1 hour, 59 minutes
    System returned to ROM by power-on
    System restarted at 14:06:30 UTC Mon Aug 19 2013
    System image file is "flash0:c2900-universalk9-mz.SPA.150-1.M7.bin"
    Last reload type: Normal Reload
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    to comply with U.S. and local laws, return this product immediately.
    A summary of U.S. laws governing Cisco cryptographic products may be found at:
    http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
    If you require further assistance please contact us by sending email to
    [email protected].
    Cisco CISCO2921/K9 (revision 1.0) with 483328K/40960K bytes of memory.
    Processor board ID FGL1532334
    3 Gigabit Ethernet interfaces
    2 Channelized E1/PRI ports
    DRAM configuration is 64 bits wide with parity enabled.
    255K bytes of non-volatile configuration memory.
    255744K bytes of ATA System CompactFlash 0 (Read/Write)
    License Info:
    License UDI:
    Device#   PID                   SN
    *0        CISCO2921/K9          GSD9053712S8     
    Technology Package License Information for Module:'c2900' 
    Technology    Technology-package           Technology-package
                  Current       Type           Next reboot  
    ipbase        ipbasek9      Permanent      ipbasek9
    security      None          None           None
    uc            uck9          Permanent      uck9
    data          None          None           None
    Configuration register is 0x2102
    CISCO2921/K9

    Hi guys,
    Try configure the  with
    Example:
    voice-port 0/0/0
    trunk-group LINE_FXO_outgoing  -> This is a trunkgroup for outgoing calls.
    supervisory disconnect dualtone mid-call
    cptone BR
    timeouts call-disconnect 1
    timeouts wait-release 3
    connection plar 372428
    description --[NUMBER-ANALOG-LINE]
    Best regards,
    Daniel Sobrinho

  • IAS 10g R2 on Windows 32 bit & on 64 bit environment

    Hi ,
    Can you please confirm whether IAS 10g R2 on Windows 32 bit will work on the 64 bit environment with the same performance?
    I’m really wonder why Oracle is not releasing 64 bit windows media pack since now almost all the servers are on 64 bit architecture.
    And please confirm whether we can download 64 bit windows media pack from OTN?
    Regards,
    Noman

    This is a WebLogic AS forum, no Oracle AS. If you are using WL let us know, if not and you are using Oracle AS then you should post this question there. Hope it helps....

  • 3 EA1 problem in 64-bit environment

    I'm definitely not able to start Data Modeler 3 EA1 on a 64-bit environment (64-bit Windows 7, 64-bit Jvm)
    I knew (and I read from Release notes) that SQL Developer Data Modeler is supported on 64-bit platforms, but datamodeler.bat is simply missing in the latest build- any other executable is useless on 64-bit env.
    I tried to build a batch myself, but -damn it- I don't find main class in oracle.datamodeler.jar: the previous one, oracle.dbtools.crest.swingui.ApplicationView,
    seems incorrect; using oracle.ide.boot.Launcher it's the same.
    I'm a bit frustrated ;-)
    Of course, I downloaded the zip file without a JRE
    Any help would be much appreciated
    Ciao
    Ivo

    Hi Ivo,
    you can simply create a bat file in <DATAMODELER_FOLDER>\datamodeler\bin which contains following lines:
    java -Dide.conf=<DATAMODELER_FOLDER>\datamodeler\bin\datamodeler.conf -Dide.product=oracle.datamodeler -cp <DATAMODELER_FOLDER>\ide\lib\ide-boot.jar oracle.ide.boot.Launcher
    Don't forget to replace <DATAMODELER_FOLDER> with your actual Data Modeler installation folder.
    Hope that helps,
    Ivaylo

  • "This virtual machine is configured for 64-bit guest operating systems. However, 64-bit operation is not possible.  This host does not support Intel VT-x"

    Hi, I have installed vmware 5.5 hypervisor on hp G8 microserver. I have created one vm as windows 2008 R2. I have also install vmware workstation 11 on this vm. In this workstation when I tried to run vmware 5.5 hypervisor I come across "This virtual machine is configured for 64-bit guest operating systems. However, 64-bit operation is not possible.  This host does not support Intel VT-x" this statement. Which shows that the host machine does not support virtualization and for that you need to go in Bios and enable it but in present case as host machine is also a vm and you would not find much detail of Bios when you log into the Bios therefore, I am pretty much stuck here. I don't see any information in relation to this. Now my question is:
    1. Can we run ESXi inside a vm which is already sitting on ESXi?

    I moved the discussion from VMware Workstation to Nested Virtualization which contains several hints on what's possible and what needs to be configured to make things work.
    André

  • HP PSC 2410 All-In-One - use in Windows 7 64-bit environment

    Hi,
    I have had this HP PSC 2410 All-In-One printer for some years now and it has worked pretty flawlessly in a Windows XP Pro SP3 environment for that time.
    Some months ago, I purchased a new computer system and went to the Windows 7 64-bit OS (not interersted in Windows 8 at all) and whilst I have installed the printer successfully and it works, the software suite that came with the printer on the CD will not install for this environment and therefore I no longer have access to the various Maintenance Options that were available under the Windows XP Pro OS, such as the cleaning and Fax options.
    Searching for something for the Windows 7 64-bit OS threw up two options - the driver update and the utilities tool wizard.   After going down the driver update route, no software suite was available and in fact the update stated that the driver was installed by Windows 7 automatically.  That seems to be the case as the printer works fine in print mode, scan mode (from the desktop menu) and it detects SD cards through the slots.
    However, there is no software to allow me to fax or clean or do any of the other options available under the HP Suite that came on the CD.
    Going down the Utility route got me downloading a file - HPPIW.EXE - that would look at my current printer installation and check with HP for any updates.   After many attempts, the utility simply CANNOT find my printer even though it is installed, works properly and even windows sees it!   No amount of recycling the ON/OFF button or rebooting the computer allows this utility to detect the printer at all.  It is installed via USB on the Windows 7 64-bit Family PC and windows updates are always fully updated.
    I am currently considering the purchase of a new HP OfficeJet 8600 Pro Plus to use as the family printer with the Windows 7 system - and move this HP PSC 2410 upstairs to connect it directly to my Windows XP Pro SP3 personal desktop and use the original CD to install it.  My Canon IP4200 Pixma has just died on my personal PC upstairs.
    However, until I do that, is there any of the Software Suite available that would work in the Windows 7 environment that would allow me to use the various functions such as Fax and cleaning that were available under the old XP environment and obtained via the CD?  Was the Suite of software ever updated for Windows 7?
    Thank you,
    Lee James
    West Sussex UK
    This question was solved.
    View Solution.

    Hi BAW9DV,
    I hate to hear you are having issues.  While there will not is not a specific software utility that will complete the tasks desired, maintenance can be completed from the front panel of the unit.  Windows also has an application for faxing from the computer as well that may work with this device. Please see the information below that may enable the functions desired. 
    Faxing:
    1. Use Windows Fax and Scan
       A. Type Windows Fax and Scan into search box
       B. Configure fax machine for use.  Click Here to view Microsoft documentation for use.  Note: This is a 3rd party website. HP and I are not responsible for content of this site.
       C. Select New Fax
    Maintenance tasks from front panel:
    Running the Clean Print Cartridges Utility Click Here
    Printing setf-test page Click Here
    Evaluate test page Click Here
    Align the Cartridges: Press setup-Press 5, then press 2
    If you the work around options are not acceptable the 8600 model would most certainly meet your needs when compared with this unit.  However I encourage you to contact HP to see what upgrade options are available for this unit. It will most likely be another Photosmart model/type unit, but in many cases upgrades are offered at a discounted rate to our valued out of warranty customers.  Global contact information can be accessed Here. 
    P.S.  If you upgrade through technical support, be sure to ask about carepacks.  Extended warranties may also be available at a discounted rate for upgrading. 
    Hope this helps!
    Also, remember a click on the Kudos star to the left is a quick "Thanks" for a helpful post.
    Please select the "Accept as Solution" button on the post that best answers your question.
    I appreciate your input !
    Thank You,
    I work for HP.

  • Hyperion 11.1.1.3 Installation and Configuration on a Distributed Environ:

    Hi All,
    We have Only Hyperion Production Servers on a Distributed Environment. Now, we are thinking to create new instance that will be called Development Environment and that must be replica or mirror of Prod Environment. For that we cloned Production Servers.
    Since we have all four servers Cloned for Development Environment now I need to Configure those all four instances.....I never worked with installations and configurations ...I do have knowledge and little experience with single tier or one system installation and configuration but distributed environment....I need your support and guideline to configure these boxes...
    Our Distributed Environment lay out is as follows:-
    We have installed Hyperion on Windows Server 2003 and Database is SQL Server
    (1) We have Four Servers
    (a) SQL, which Contains these services EPMA, and IIS Admin Service, World Wide Publishing Services, Hyperion Calc Manager-Web Application,
    Hyperion EPMA (.Net JNI Bridge, Engine Manager, Event Manager, Job Manager, Process Manager, Web Application, and Data Syn-WebApplication)
    (b) Essbase Server Contains these services Hyp ERP Integrator-Web Application, Hyp Essbase Services, Hyp financial Data Quality Management-
    Task Manager
    (c) Planning Server contains these Services Hyp Financial Reporting-Web Application, Hyperion Planning-Web Application, Hyp RMI Registry,
    Hyp Web Analysis-Web Application
    (d) Workspace Server Contains these services Hyp Finacial Reporting (Java RMI Registy, Print Server, Report Server, Scheduler Server), Hyp Foundatio
    OpenLDAP, Hyp foundation shared services-web application, Hyp Provider Services - web application, Hyp Workspace (agent service and web application)
    (2) Now my question is which server needs to be configured 1st then next and next and what things or steps i need to follow for configuration that works fine?
    I know I can run EPMA configure tool for each system from Stat>All program>Oracle EPMA>EPMA Configuration> and then select tool to run.....But I am bit confused that which one go 1st and then next.
    Please give your few words for this so that I can start configure the system....
    I hoping for positive feedback...
    Thanks in Advance.
    Safi
    Edited by: Safi on Aug 31, 2011 2:00 PM

    We have roughly 8 servers in our distributed prod environment. We are using red linux for everything but the epma and report server which you need a windows server. The way we installed was to start with the base server with Shared services and establish that one and whatever else you want on that server. From there it really didnt matter as you go through the installs it will ask you where your shared services box is located. The only problem we had was that some of our boxes are behind a WHI cage where we had to open up ports. Other then that i really didnt follow a specific sequence of installation after shared services. Hope that helps.

  • How can I manually verify autodiscovery configuration for on premise environment from Lync 2013 desktop client?

    I have very limited access to an environment (basically just user access). I am documenting the Lync 2013 cilent for this environment. I was provisioned a limited SIP enabled account for testing. Autodiscovery from the Lync 2010 client works, but not from
    the 2013 client. I can connect (with some issues) from either 2010 client (autodiscovery) and 2013 client (manually configuring the server). So I want to verify if the Autodiscover is configured correctly to work with the 2013 client or not and if the reason
    it fails for me is due to something wrong with my account or if this will happen with other users?
    I have checked the lyncdiscoverinternal.domain.com and it resolves and is reachable. I can navigate to https :// lyncdiscoverinternal.domain.com/Autodiscover/AutodiscoverService.svc/root/domain and it returns the information I would think it should
    including hrefs to Internal/Autodiscover, Internal/AuthBroker, External/Autodiscover, External/AuthBroker, Internal/Mcx & External/Mcx as well as fqdns for SipClientExternalAccess, SipClientInternalAccess, SipServerExternalAccess & SipServerInternalAccess.
    The AuthBrokers urls return what I believe is the expected RemoteService Service pages. The Mcx urls return what I believe is the expected McxService2 Service pages. The SipClientInternalAccess & SipServerInternalAccess fqdns are both resolvable and
    reachable. The Autodiscover urls return hrefs for Domain and User. Those Domain urls return the same information as the initial root/domain url and the user url (which I believe is the one that is actually opened by lync during the autodiscover process) returns
    what I believe is an expected 401 - Unauthorized: Access is denied due to invalid credentials page.
    If I explicitly configure the Lync 2013 client to use the fqdn listed for SipClientInternalAccess, the client will log me in. However on Automatic configuration, it fails to log me in.
    One other note is that when I watch with Wireshark, I observed that it is getting another internal server fqdn from somewhere. We'll just say that the SipClientInternalAccess fqdn is lyncABC.domain.internal. When looking at Wireshark and the DNS requests,
    I'm also seeing a lync2013ABC.domain.internal that does resolve and is reachable and can also be used as the explicitly listed server in the Lync 2013 client and it will log in. However, that fqdn is not listed in any of the root or domain url replies. So
    I'm not sure where it is coming from or how to check that.
    Is there any additional information anywhere that can tell me exactly what the behavior of the 2013 client is when trying to find the server to authenticate to and how I can reproduce any missing steps manually to determine what it is identifying as the
    login server (if any) since it is obviously not the trying the one listed as SipClientInternalAccess?
    Thanks,
    Richard

    Hi Richard,
    To narrow down the issue, you could refer to the following steps first.
    1. Delete the Lync client 2013 user profile and registry key.
    User profile:
    %userprofile%\AppData\Local\Microsoft\Office\15.0\Lync\[email protected]
    Registry Key:
    HKCU\Software\Microsoft\Office\15.0\Lync\[email protected]
    Certificate:
    a. Open Windows Certificate Manager. To do this, press Windows + R, type certmgr.msc, and then click OK.
    b. Expand Personal, and then expand Certificates.
    c. Look for a certificate that's issued by Communications Server and delete it.
    2. Upgrade Lync client to the latest update.
    3. Check the DNS records(A records and SRV records) again.
    Best regards,
    Eric

Maybe you are looking for

  • How do I delete voice memos from my iTunes?

    I am trying to delete voice memos from my itunes and there is no delete key, nor does it come up when I "right click" i have tryed command and delete, delete, and right click to search for delete, but its not working.. Help?

  • Java programs do not work correctly in my computer.

    This is very simple. Every java program I have, such as the Java Control Panel or the LimeWire (downloads program) can't work correctly, meaning the program's window appears but not its content; showing a blank window instead of showing me the progra

  • Pictures are not visable after publishing

    Pictures are visable in preview but not after publishing on 2 slides.  These slides are set up the same in the timeline as others that are visable. What am I doing wrong?

  • Problem with Latin Characters while transferring to the file

    Hi, I want to transfer the data to the file. But the problem i m facing is latin characters get converted to unwanted characters. If i use FM 'SCP_REPLACE_STRANGE_CHARS', it converts latin to english. But i want latin to be latin itself. Please help.

  • Consignment to consignment sales issue

    Hi Experts, We want to go alive with SAP in one of our subsidiaries. The sales process with this subsidiary is that we sale to the subsidiary and the subsidiary sales to his customer. Both sales are consignment, means we bill the subsidiary only afte