Server used to be listed on Remote Access web page before installing and configuring RemoteApp. Now it's gone.

I am new to RemoteApp. I have been using WSE 2012 R2 for some time, mainly for the remote web access web site.  I would log into my site (<my name>.remotewebaccess.com/Remote).  Then, I would see my server listed under "DEVICES". 
I would click on the tile for the server, and the Dashboard would open.
I just followed a tutotial to install the role for RemoteApp publishing.  It looks like it worked.  I now go to my RD Web App site  (<my name>.remotewebaccess.com/RDWeb), and I can log in and see my RemoteApp.  But now I cannot
figure out how to get to my server's Dashboard, because when I go to my main web acess site (that ends with "/Remote"), the server is not listed under devices.
Ideally, I would like to see all of my computers, including the server, on the main Remote Web Access site.  Also, it would be great if I could see my RemoteApps there too.  But I don't know if that is possible.  Can anyone help me get
to that state, or know if what I want is possible?  I want everything on the same web page:
Devices
Shared Folders
Links
RemoteApps

Hi,
Based on your description, I understand that DEVICES tab disappears from Remote Web Access website after RemoteApp
configured. If anything I misunderstand, please don’t hesitate to let me know.
à
But now I cannot figure out how to get to my server's Dashboard, because when I go to my main web acess site (that ends with "/Remote"), the server is not listed
under devices.
Did all users encounter the same issue when access RWA? Please open Dashboard and navigate to USERS tab, then
click the problematic user account and select View the account properties. In Properties of this user account, please navigate to Anywhere Access, then please check if Computer option was checked in
Show selected links on Remote Web Access. Meanwhile, please also use an administrator user account to check if this issue still exists.
In addition, please follow the path: C:\ProgramData\Microsoft\Windows Server\Logs\WebApps folder and check
RemoteAccess log file if find more clues.
Hope this helps.
Best regards,
Justin Gu

Similar Messages

  • Before installing and configuring SQL Server 2012

    Hi,
     We are configuring SQL Server 2012 for Reporting Server,Reporting server are backup of OLTP production Database.
    I am having small doubts like
    Best RAID for Tempdb,Ldf and MDF?
    how to set page file, is it really improve performance ?
    What are remaining things i need to consider in basic setting ?
    Pls guide me.
    Thanks - SelvaKumarSubramaniam.Please MARK AS ANSWER, if my answer is useful to U.

    The following blog deals with disk configuration:
    http://www.sqlusa.com/bestpractices/configureharddisk/
    Memory configuration:
    http://www.sqlusa.com/bestpractices/memory-configuration/
    Page file size:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/9513facd-70d5-456b-9a59-449a00b212d5/setting-of-page-file-virtual-memory-for-sql-server?forum=sqlsetupandupgrade
    Kalman Toth Database & OLAP Architect
    SELECT Video Tutorials 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • [Forum FAQ] How to install and configure Windows Server Essentials Experience role on Windows Server 2012 R2 Standard via PowerShell locally and remotely

    As we all know,
    the Windows Server Essentials Experience role is available in Windows Server 2012 R2 Standard and Windows Server 2012 R2 Datacenter. We can add the Windows Server
    Essentials Experience role in Server Manager or via Windows PowerShell.
    In this article, we introduce the steps to install and configure Windows
    Server Essentials Experience role on Windows Server 2012 R2 Standard via PowerShell locally and remotely. For better analyze, we divide this article into two parts.
    Before installing the Windows Server Essentials Experience Role, please use
    Get-WindowsFeature
    PowerShell cmdlet to ensure the Windows Server Essentials Experience (ServerEssentialsRole) is available. (Figure 1)
    Figure 1.
    Part 1: Install Windows Server Essentials Experience role locally
    Add Windows Server Essentials Experience role
    Run Windows PowerShell as administrator, then type
    Add-WindowsFeature ServerEssentialsRole cmdlet to install Windows Server Essentials Experience role. (Figure 2)
    Figure 2.
    Note: It is necessary to configure Windows Server Essentials Experience (Post-deployment Configuration). Otherwise, you will encounter following issue when opening Dashboard.
    (Figure 3)
    Figure 3.
      2. Configure Windows Server Essentials Experience role
    (1)  In an existing domain environment
    Firstly, please join the Windows Server 2012 R2 Standard computer to the existing domain through the path:
    Control Panel\System\Change Settings\”Change…”\Member of. (Figure 4)
    Figure 4.
    After that, please install Windows Server Essentials Experience role as original description. After installation completed, please use the following command to configure Windows
    Server Essentials:
    Start-WssConfigurationService –Credential <Your Credential>
    Note: The type of
    Your Credential should be as: Domain-Name\Domain-User-Account.
    You must be a member of the Enterprise Admin group and Domain Admin group in Active Directory when using the command above to configure Windows Server Essentials. (Figure 5)
    Figure 5.
    Next, you can type the password for the domain account. (Figure 6)
    Figure 6.
    After setting the credential, please type “Y” to continue to configure Windows Server Essentials. (Figure 7)
    Figure 7.
    By the way, you can use
    Get-WssConfigurationStatus
    PowerShell cmdlet to
    get the status of the configuration of Windows Server Essentials. Specify the
    ShowProgress parameter to view a progress indicator. (Figure 8)
    Figure 8.
    (2) In a non-domain environment
    Open PowerShell (Run as Administrator) on the Windows Server 2012 R2 Standard and type following PowerShell cmdlets: (Figure 9)
    Start-WssConfigurationService -CompanyName "xxx" -DNSName "xxx" -NetBiosName "xxx" -ComputerName "xxx” –NewAdminCredential $cred
    Figure 9.
    After you type the commands above and click Enter, you can create a new administrator credential. (Figure 10)
    After creating the new administrator credential, please type “Y” to continue to configure Windows Server Essentials. (Figure 11)
    After a reboot, all the configurations will be completed and you can open the Windows Server Essentials Dashboard without any errors. (Figure 12)
    Figure 12.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Part 2: Install and configure Windows Server Essentials Experience role remotely
    In an existing domain environment
    In an existing domain environment, please use following command to provide credential and then add Server Essentials Role: (Figure 13)
    Add-WindowsFeature -Name ServerEssentialsRole
    -ComputerName xxx -Credential DomainName\DomainAccount
    Figure 13.
    After you enter the credential, it will start install Windows Server Essentials role on your computer. (Figure 14)
    Figure 14.
    After the installation completes, it will return the result as below:
    Figure 15.
    Next, please use the
    Enter-PSSession
    cmdlet and provide the correct credential to start an interactive session with a remote computer. You can use the commands below:
    Enter-PSSession –ComputerName
    xxx –Credential DomainName\DomainAccount (Figure 16)
    Figure 16.
    Then, please configure Server Essentials Role via
    Add-WssConfigurationService cmdlet and it also needs to provide correct credential. (Figure 17)
    Figure 17.
    After your credential is accepted, it will update and prepare your server. (Figure 18)
    Figure 18.
    After that, please type “Y” to continue to configure Windows Server Essentials. (Figure 19)
    Figure 19.
    2. In a non-domain environment
    In my test environment, I set up two computers running Windows Server 2012 R2 Standard and use Server1 as a target computer. The IP addresses for the two computers are as
    below:
    Sevrer1: 192.168.1.54
    Server2: 192.168.1.53
    Run
    Enable-PSRemoting –Force on Server1. (Figure 20)
    Figure 20.
    Since there is no existing domain, it is necessary to add the target computer (Server1) to a TrustedHosts list (maintained by WinRM) on Server 2. We can use following command
    to
    add the TrustedHosts entry:
    Set-Item WSMan:\localhost\Client\TrustedHosts IP-Address
    (Figure 21)
    Figure 21.
    Next, we can use
    Enter-PSSession
    cmdlet and provide the correct credential to start an interactive session with the remote computer. (Figure 22)
    Figure 22.
    After that, you can install Windows Server Essentials Experience Role remotely via Add-WindowsFeature ServerEssentialsRole cmdlet. (Figure 23)
    Figure 23.
    From figure 24, we can see that the installation is completed.
    Figure 24.
    Then you can use
    Start-WssConfigurationService cmdlet to configure Essentials Role and follow the steps in the first part (configure Windows Server Essentials Experience in a non-domain environment) as the steps would be the same.
    The figure below shows the status of Windows Server Essentials.
    Figure
    25.
    Finally, we have successfully configured Windows Server Essentials on Server1. (Figure 26)
    Figure 26.
    More information:
    [Forum
    FAQ] Introduce Windows Powershell Remoting
    Windows Server Essentials Setup Cmdlets
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

  • How I can install and configure dg4odbc to access SQL Server database

    I need to link Oracle database (installed in Solaris) to SQL Server database. How can I install and configure dg4odbc. Is there any step by step tutorial or guide available there.Thanks in advance.

    Hi,
      You can download the DG4ODBC software from either MOS or eDelivery depending which versios you want to install
    For 11.2.0.4 -
    Patch 13390677: 11.2.0.4.0 PATCH SET FOR ORACLE DATABASE SERVER
    - login to My Oracle Support
    - click on 'Patches and Updates'
    - search for patch number 13390677
    - you may need to press the '+' button to see the platform list
    - scroll down the list to and click on the 'Oracle Solaris on SPARC (64-bit)'  option.
    - on the next screen click on the 'Download' option
    - from the list of download files choose -
    p13390677_112040_platform_5of7.zip
    - this is the Gateway media pack and has everything needed for a standalone gateway install.
    - unzip the file and run the installer and choose the gateway you want.
    For 12.1 -
    https://edelivery.oracle.com
    Product Pack – Oracle Database
    Platform – Oracle Solaris on SPARC (64-bit)
    Oracle Database 12c Release 1 (12.1.0.1.0) Media Pack for Oracle Solaris on SPARC (64-bit)
    - then for the gateways download –
    Oracle Database Gateways 12c Release 1 (12.1.0.1.0) for Oracle Solaris on SPARC (64-bit)
    - unzip and run the installer
    Whichever version you decide I recommend you install into a completely separtae ORACLE_HOME from any existing installs as this makes maintenacne easier.
    For the configuration have a look at this note if you have access to My oracle Support -
    How to Configure DG4ODBC on 64bit Unix OS (Linux, Solaris, AIX, HP-UX Itanium) to Connect to Non-Oracle Databases Post Install (Doc ID 561033.1)
    If not, then refer to the documentation available from -
    Oracle Database Help Center
    - choose either 12.1 or 11.2 then the 'Information Integration' option.
    You can also install the DG4ODBC on the Windows machine (or any other machine if preferred) and access it from the RDBMS on Solaris.
    Regards,
    Mike

  • Hi, I am new to Mac and i managed to install and configure all the services. Now my issue is when i sending mail using the local server to internal, mail are not receiving. Mail queue showing Connection refused error. Please help me

    I am new to Mac and i managed to install and configure all the services. Now my issue is when i sending mail using the local server to internal, mails are not receiving. Mail queue showing Connection refused error. Please help me
    Thanks
    GIRI

    Try this -> http://support.apple.com/kb/TA38632?viewlocale=en_US

  • Access Web Database - Select record and make report with all associated records

    Hey everyone,
    Right now I'm in the middle of trying to convert an Access client database to be web compatible and I'm running into some problems. For this question, I think I may need to explain a little bit about the database:
    The database I'm making is designed to store information about music rights for different songs. The users can input information about writers, producers, organizations, properties, businesses - which is stored all in different related tables. Then, when a
    user inputs a song, they choose which writers, produces, organizations, etc. are affiliated with that song. 
    What I'm trying to do is make a report where you can choose a writer from the list of all the writers and then produce a report with all of the songs by that writer. 
    I was able to do this in the Access client by making a report that, when opened would trigger (using the On Open event) a form to open where you would choose a writer from a combo box and then click a button. When the button was clicked, it would use the value
    in the combo box in a query, which would find all of the songs by that writer and then open up the report which would have the writer and all of their songs on it. 
    Because web reports don't have many event options and web queries are very limited, I have not found a way to make this report.
    Any help at all would be greatly appreciated!

    Hi,
    I found that you've cross post the quesion on our Answer forum, are you satisfiled the reply from there?
    http://answers.microsoft.com/en-us/office/forum/office_2010-access/web-database-select-record-and-make-report-with/04ce4e25-a964-4146-9a34-f9cb26bb0496
    Regards,
    George Zhao
    TechNet Community Support

  • How many of us are having problems with accessing web pages?

    For five days I have been having problems accessing web pages, constantly getting the message
    Safari can't connect to server etc. etc. It takes me ages just to get to one page without permanently returning to the previous one & trying again. I have tried to use these support pages & find it increasingly difficult to just open a page let alone post anything. If this works I'll be amazed!
    I have checked with my ISP - British Telecom. who say there have been a lot of "worms" & 'viruses" across the internet in the last week. Has Safari been contaminated or is it just the www that is the problem? Has anybody at Apple investigated this problem?
    I am getting increasingly frustrated by the whole thing as nobody seems to come up with a viable answer. Even if Safari is at fault it would be nice to know where we stand & that somebody is trying to do something about it!

    Thanks for that suggestion petitbjs. I think all is OK now. It started without warning, I hadn't changed anything, I just tend to use everything on the computer as it came, I'm a bit chicken to change anything incase I mess it up!!
    Starman et al,
    I had to phone BT this evening when I found my internet wireless phone wasn't connecting when I dialled out, it was the same yesterday evening but as I was trying to phone my son in Rio & was expecting him to move house at any time, I thought he might have had the phone disconnected, or it was just something wrong their end as I had the dialling tone OK & assumed the phone was fine. I have been using the landline, both of which go through the Home Hub, all through the last week without any problems.
    Eventually the BT man had me unplugging the Hub from the mains whilst holding down the Wireless Association button, after which it was OK, however during all this (apart from when it was unplugged, obviously) I still had uninterrrupted internet service as I had to log into the BT website to check the configuration or something, & the chap seemed to think the phone's hub problem would have had nothing to do with my internet problem over the past few days.
    Anyway, things seem to be fine now, I'll just hope it stays that way but at least I can try the unplugging trick if I have similar problems in the future.
    Once again, thank you all for your help & suggestions, it is a great comfort to me knowing that I have these boards to call on for assistance on virtually any problem I have with my Mac. Before he moved to Rio I could cry "Help" to my son too, hopefully once they move & get set up with an internet connection next week we will be able to video chat (the whole reason I bought the new Mac!).
    Many thanks to all,
    Carol.
    Wippitwalker

  • Following the upgrade to 34.0.5, I can no longer access web pages of our SAN, airco, vSphere Web Clients, etc. How can I correct this?

    Following upgrade to 34.05, can no longer access web pages of the SAN management interface, the airco system, the vSphere Web Client, etc. All still work in Chrome.
    The airco system gives an error:
    Firefox cannot guarantee the safety of your data on 10.32.16.50 because it uses SSLv3, a broken security protocol.
    Advanced info: ssl_error_no_cypher_overlap
    The SAN management interface and vSphere Web Clients display an empty page. Not sure whether these also have problems due to SSLv3.
    I understand you wanting to be cautious, but I seriously doubt I need to face an attack from our SAN. Please, at least give us an option to connect regardless.

    hello, ssl 3.0 is disabled in firefox versions 34 & upwards by default - if you want to re-enable it you can do that like this which will make you vulnerable to the recently published poodle attack though:
    enter '''about:config''' into the firefox address bar (confirm the info message in case it shows up) & search for the preference named '''security.tls.version.min'''. double-click it, change its value to '''0''' and restart the browser.
    https://blog.mozilla.org/security/2014/10/14/the-poodle-attack-and-the-end-of-ssl-3-0/

  • Install and configuration on the SharePoint server 2007 issue

    Hi All,
               I have Microsoft Sharepoint 2007 on Windows 2003 and I am trying to Integrate Adobe Lifecycle Rights Management Server which is on Windows 2008 R2 server.
              I am trying to Install and configuration on the SharePoint server 2007 but during installation getting error "Failure adding assembly to the cache: Unknown Error"
    Please check the Edited install.bat file and error log.
    Install.bat
    set _my_datetime=%date% %time%
    @echo on
    echo Begin Installation at %_my_datetime%
    echo "Customize <VER> <PORT> <SharepointServerNameOrIP> <SiteDirectory> <siteName> in this install.bat . Verify gacutil.exe path."
    @echo off
    @SET GACUTILEXE="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\gacutil.exe"
    @SET TEMPLATEDIR="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE"
    @SET RESOURCESDIR="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\Resources"
    @SET WEBAPPDIR="C:\Inetpub\wwwroot\wss\VirtualDirectories\80"
    @SET SITEURL="http://sharepoint7:80/sites/DCADC"
    @SET STSADM="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\STSADM.EXE"
    REM      cd $(ProjectDir)
    %GACUTILEXE% /nologo /i AdobeLCSharepoint.dll /f
    %GACUTILEXE% /nologo /i AdobeLiveCycleConnector.dll /f
    %GACUTILEXE% /nologo /i AdobeLiveCycleWorkflow.dll /f
    pushd %TEMPLATEDIR%\features
          Echo Deactivating LiveCycle Connector feature with WSS
          %STSADM% -o deactivatefeature -filename  LiveCycle\feature.xml  -url %SITEURL% -force
          Echo Deactivating LiveCycle Workflow feature with WSS
          %STSADM% -o deactivatefeature -name LiveCycle/Workflow -url %SITEURL% -force
          Echo Uninstalling LiveCycle Connector with WSS
          %STSADM% -o uninstallfeature -filename  LiveCycle\feature.xml -force
          Echo Uninstalling LiveCycle Workflow with WSS
          %STSADM% -o uninstallfeature -name  LiveCycle/Workflow -force
    popd
          Echo Copying source files to WSS \TEMPLATE directory
          xcopy TEMPLATE %TEMPLATEDIR% /e /y /i
          Echo Copying Feature Resource files to WSS 12\Resources directory
          xcopy Resources %RESOURCESDIR% /e /y /i
          Echo Copying Resource files to %WEBAPPDIR%\App_GlobalResources directory
          xcopy App_GlobalResources %WEBAPPDIR%\App_GlobalResources /e /y /i
    pushd %TEMPLATEDIR%\features
          Echo Installing LiveCycle Connector  with WSS
          %STSADM% -o installfeature -filename  LiveCycle\feature.xml -force
          Echo Installing LiveCycle Workflow with WSS
          %STSADM% -o installfeature -name  LiveCycle/Workflow -force
          Echo Activating LiveCycle Connector  with WSS
          %STSADM% -o activatefeature -filename  LiveCycle\feature.xml  -url %SITEURL% -force
          Echo Activating LiveCycle Workflow with WSS
          %STSADM% -o activatefeature -name LiveCycle/Workflow -url %SITEURL% -force
    popd
          Echo Restarting IIS worker process
          IISRESET
    set _my_datetime=%date% %time%
    @echo on
    echo End Installation at %_my_datetime%
    @echo off
    Error Log
    E:\Adobe LiveCycle Connector-2007>set _my_datetime=Wed 08/22/2012 14:40:28.27
    E:\Adobe LiveCycle Connector-2007>echo Begin Installation at Wed 08/22/2012 14:40:28.27 
    Begin Installation at Wed 08/22/2012 14:40:28.27
    E:\Adobe LiveCycle Connector-2007>echo "Customize <VER> <PORT> <SharepointServerNameOrIP> <SiteDirectory> <siteName> in this install.bat . Verify gacutil.exe path."
    "Customize <VER> <PORT> <SharepointServerNameOrIP> <SiteDirectory> <siteName> in this install.bat . Verify gacutil.exe path."
    Failure adding assembly to the cache: Unknown Error
    Failure adding assembly to the cache: Unknown Error
    Failure adding assembly to the cache: Unknown Error
    Deactivating LiveCycle Connector feature with WSS
    Operation completed successfully.
    Deactivating LiveCycle Workflow feature with WSS
    Operation completed successfully.
    Uninstalling LiveCycle Connector with WSS
    Operation completed successfully.
    Uninstalling LiveCycle Workflow with WSS
    Operation completed successfully.
    Copying source files to WSS \TEMPLATE directory
    TEMPLATE\FEATURES\LiveCycle\Elements.xml
    TEMPLATE\FEATURES\LiveCycle\Feature.xml
    TEMPLATE\FEATURES\LiveCycle\Workflow\feature.xml
    TEMPLATE\FEATURES\LiveCycle\Workflow\workflow.xml
    TEMPLATE\IMAGES\LiveCycle\applyPolicy.png
    TEMPLATE\IMAGES\LiveCycle\applyReaderExtn.png
    TEMPLATE\IMAGES\LiveCycle\createPdf.png
    TEMPLATE\IMAGES\LiveCycle\liveCycle.gif
    TEMPLATE\IMAGES\LiveCycle\pdficon_small.gif
    TEMPLATE\LAYOUTS\LiveCycle\ApplyPolicy.aspx
    TEMPLATE\LAYOUTS\LiveCycle\ApplyReaderExtensions.aspx
    TEMPLATE\LAYOUTS\LiveCycle\GeneratePDF.aspx
    TEMPLATE\LAYOUTS\LiveCycle\InvokeGenericProcess.aspx
    TEMPLATE\LAYOUTS\LiveCycle\LiveCycleSettings.aspx
    TEMPLATE\LAYOUTS\LiveCycle\LoggingSettings.aspx
    TEMPLATE\LAYOUTS\LiveCycle\Workflow\LCWorkflowSettings.aspx
    16 File(s) copied
    Copying Feature Resource files to WSS 12\Resources directory
    Resources\AdobeLiveCycleConnectorCore.de-DE.resx
    Resources\AdobeLiveCycleConnectorCore.de.resx
    Resources\AdobeLiveCycleConnectorCore.en-US.resx
    Resources\AdobeLiveCycleConnectorCore.en.resx
    Resources\AdobeLiveCycleConnectorCore.fr-FR.resx
    Resources\AdobeLiveCycleConnectorCore.fr.resx
    Resources\AdobeLiveCycleConnectorCore.ja-JP.resx
    Resources\AdobeLiveCycleConnectorCore.ja.resx
    Resources\AdobeLiveCycleConnectorCore.resx
    9 File(s) copied
    Copying Resource files to "C:\Inetpub\wwwroot\wss\VirtualDirectories\80"\App_GlobalResources directory
    App_GlobalResources\AdobeLiveCycleConnector.de-DE.resx
    App_GlobalResources\AdobeLiveCycleConnector.de.resx
    App_GlobalResources\AdobeLiveCycleConnector.en-US.resx
    App_GlobalResources\AdobeLiveCycleConnector.en.resx
    App_GlobalResources\AdobeLiveCycleConnector.fr-FR.resx
    App_GlobalResources\AdobeLiveCycleConnector.fr.resx
    App_GlobalResources\AdobeLiveCycleConnector.ja-JP.resx
    App_GlobalResources\AdobeLiveCycleConnector.ja.resx
    App_GlobalResources\AdobeLiveCycleConnector.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.de-DE.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.de.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.en-US.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.en.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.fr-FR.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.fr.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.ja-JP.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.ja.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.resx
    18 File(s) copied
    Installing LiveCycle Connector  with WSS
    Operation completed successfully.
    Installing LiveCycle Workflow with WSS
    Operation completed successfully.
    Activating LiveCycle Connector  with WSS
    Operation completed successfully.
    Activating LiveCycle Workflow with WSS
    Operation completed successfully.
    Restarting IIS worker process
    Attempting stop...
    Internet services successfully stopped
    Attempting start...
    Internet services successfully restarted
    E:\Adobe LiveCycle Connector-2007>echo End Installation at Wed 08/22/2012 14:41:00.29 
    End Installation at Wed 08/22/2012 14:41:00.29
    Waiting...
    Regards,
    Amol Sahare

    This might be an issue with the gacutil that you are using. I have used the gacutil that comes with Microsoft SDK.
    You can install Microsoft SDK from http://www.microsoft.com/en-us/download/details.aspx?id=3138

  • Using query strings in links mysite.verizon web pages

    Has anyone had trouble using query strings in links to other web pages your personal web pages?  I have a link to another web page where I pass an ID using query string but when I click on the link I get a 404 error even though the web page exists (the link appears fine).

    Hello jillibee,
    Maybe this link will provide some assistance for you. http://forums.verizon.com/t5/FiOS-Internet/Personal-Website-Access/m-p/277209/highlight/true#M19266
    Thanks,
    Shamika_Vz
    Verizon Support
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or Plan.

  • Install and configure Tomcat post-Crystal Reports Server implementation?

    Scenario - have Crystal Reports Server 2008 V1 already installed using WACS and IIS. Everything runs great.  Want to add in SAP Crystal Dashboard Design. Looking through the documentation for Dashboard Design tells me I need to:
    1. Install SAP BusinessObjects Enterprise or Crystal Reports Server.
    2. Install SAP BusinessObjects Xcelsius Enterprise 2008.
    3. Install Live Office.
    4. Install SAP BusinessObjects Web Services.
    5. Add the Live Office keycode to the Central Management Console
    Made it past 3 and am hung up on 4. According to documentation for Unified Web Services, it looks like I need Tomcat  installed, but Crystal Reports Server doesn't offer an expand installation option.  There also doesn't seem to be any good documentation included with SAP Crystal Dashboard Design on installing web services - if it's required, why isn't it included and where can I find the documentation (assuming it's different than the Unified Web Services Administrator's Guide I found).
    It seems odd that a customer who might want to purchase an add-on for their Crystal Reports Server implementation wouldn't be able to easily add to their product..
    1)  Can I install web services to Crystal Reports Server using just the WACS or is Tomcat required? The admin guide indicates WACS is not supported for apps that use web services, like Live Office. Is that an absolute?
    2)  If Tomcat is required, can I install and configure it for an existing Crystal Reports Server 2008 V1 implementation?
    3)  If i can install Tomcat on a server with an existing Crystal Reports Server 2008 V1 implementation, is there a specific guide to doing so?

    Hi Colin,
    What is the exact version of BO/Crystal Enterprise.
    If it is BOXI R2 then follow below mentioned steps.
    To manually install the ActiveX Viewer on the client computer:
    1. Copy the ActiveXViewer.cab file from the server to the client computer, and extract its contents to a temporary folder.
    2. Move the files Crviewer.dll, Crviewer9.dll, Sviewhlp.dll, and Swebrs.dll to the System32 folder. Keep this folder visible.
    3. On the Start menu, click Run. The Run dialog box appears.
    4. In the Open box, type "regsvr32" and then drag and drop the Crviewer.dll file icon from the System32 folder onto the Run dialog box.
    5 Click OK.
    Repeat steps 3 and 4 for the files Sviewhlp.dll, and Swebrs.dll.
    You may still be prompted by the browser, choose more options and never install to avoid being prompted.  The viewer should work after that.
    Thanks,
    Purna.

  • How to install and configure NI Visa Server without having to install MAX?

    Hi,
    I need to install NI Visa Server on a computer so that remote systems can connect to the devices connected to it. However, the flash-drive on the computer is marked as "removable media" by the operating system which is causing the MAX installer to error out (this is a known problem with standard windows installers and removable media).
    Before pursuing a hardware change, I was wondering if there was a way to install and configure NI Visa Server on the embedded computer without having to install or configure through MAX?
    Thanks in advance for any help.

    Hello!
    Your system should appear under remote systems and then you can right click on the software folder and install software. Our 8145s for instance have compact flash drives and this process works. Could you give me more details on your hardware? Are you getting an error message when you try to install the software?
    Allan S.

  • How to install and configure Exchange Server 2010 DR (disaster recovery) on Windows server 2012.

    We need to install and configure Exchange Server 2010 with DR(disaster recovery on Server 2012.
    Pls suggest step by step.
    Pankaj Kumar

    Hi,
    Here is an article which may help you for your reference.
    Deploying High Availability and Site Resilience
    https://technet.microsoft.com/en-us/library/dd638129(v=exchg.141).aspx
    Besides, there is a related thread here.
    https://social.technet.microsoft.com/Forums/exchange/en-US/577c9433-a20b-442e-8ce7-be59aea35855/preparation-for-deploying-exchange-2010-servers-at-remote-site-dr-site?forum=exchangesvrdeploylegacy
    Hope this is helpful to you.
    Best regards,
    Belinda Ma
    TechNet Community Support

  • Automatic listing of 'title' on web page

    I want each page title listed elsewhere on the web page. The
    template used to create the page should have a title variable
    listed so when I give the new page a title, it automatically is
    listed in the desired location, with proper CSS formating.

    darrel wrote:
    >> Sorry (darrel & Murray *ACE*) I seem to be such
    a dunce, but my coding
    >> skills
    >> are obviously not up to par. I do understand the
    requirement that I
    >> declare a
    >> variable BEFORE I use it, but I obviously don't have
    the procedure to do
    >> this
    >> correctly. Here is a new DW page with what I
    understand to be your
    >> instructions...
    >>
    >> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    >> "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    >> <html xmlns="
    http://www.w3.org/1999/xhtml">
    >> <head>
    >> <meta http-equiv="Content-Type"
    content="text/html; charset=iso-8859-1" />
    >> <!-- TemplateParam name="title" type="text"
    value="whatever" -->
    >> <title>Sample</title>
    >> </head>
    >> <body>
    >> <p>The title of this page is
    @@(title)@@.</p>
    >> </body>
    >> </html>
    >>
    >> All I did was change the title from 'Untitled
    Document' to 'Sample' and
    >> then
    >> preview it in a browser.
    >
    > I don't use DW parameters, so you might have to wait for
    Murray to respond.
    > But, that said, looking at what you have, that seems
    like it should work to
    > me. However, I would do it as such:
    >
    > <!-- TemplateParam name="title" type="text"
    value="whatever" -->
    > <title>@@(title)@@</title>
    > </head>
    > <body>
    > <p>The title of this page is
    @@(title)@@.</p>
    >
    > That way you only have to physically write the parameter
    once. In your first
    > example, if you ever wanted to change the title, you'd
    have to change it
    > both in the parameter AND in the TITLE tag.
    >
    > -Darrel
    >
    >
    <!-- TemplateParam name="title" type="text"
    value="whatever" -->
    what the heck is that...
    Dreamweaver templates... ew!!!
    seb ( [email protected])
    http://webtrans1.com | high-end web
    design
    Downloads: Slide Show, Directory Browser, Mailing List

  • Installing and Configuring the Apache HTTP Server Plug-In

    Hi,
    I am using WL10.3 in Linux machine.
    I have an environment where I have a single WL server in a domain that is deployed with the web-application
    And I have another domain where I have two managed servers in a cluster that is deployed with the business.
    Now, I want to configure a Apache HTTP server to make it work as a proxy along with the weblogic.
    In my current scenario, the stand alone server proxies the req to the cluster and that is defined in a jndi.properties.
    Now, what should I do if I want to use the Apache
    I have the following questions:
    1. Forget about my env, generally how can I install and configure Apache HTTP plug-in?
    I see we already having libproxy_61.so file inside /bea/wlserver_10.3/server/plugin/linux/i686
    Do i need to install the patch even then as told in http://www.oracle.com/technology/deploy/security/wls-security/2793.html?
    2. While am adding the lines in httpd.conf ,
    LoadModule weblogic_module modules/mod_wl_22.so
    Should I put ibproxy_61.so instead of mod_wl_22.so in this line?
    3. Just by configuring the proxy, the session replication and load balancing will be ensured?
    4.And for my configuration as stated at the beginning few lines, what can be the best architecture?
    Your help is really appreciated.

    Hi,
    Below blog would give you a clear understanding of the Integrating Apache with Weblogic. All your questions are been answered in the below blog.
    http://www.prasannatech.net/2008/07/integrating-apache-tomcat-weblogic.html
    You can for sure apply the patch provided in CVE-2008-3257).
    Keep posted with your findings and let us know if you need any further clarification.
    Regards,
    Hussain

Maybe you are looking for