OVERVIEW AND CONFIGURATION OF ANO ENCRYTION

제품 : SQL*NET
작성날짜 : 2000-05-19
OVERVIEW AND CONFIGURATION OF ANO ENCRYTION
인증되지 않은 사용자가 네트워크를 통해 처리되는 데이터를 읽지
못하도록 하기위해서 데이터 암호화 (Encryption) 가 사용될 수 있으며,
이러한 데이터 암호화 기술이 사용되면 네트워크를 통한 데이터가 모두
암호화되어 전달되므로 불법적인 데이터의 해킹을 막을 수 있다.
데이터 암호화 기술은 암호키의 생성에 기반하며 이러한 비밀키는 오로지
데이터의 전송자와 수신자에게만 알려지게 된다. 물론, 이 비밀키는 전송자와
수신자 사이에서 암호와와 암호를 푸는 열쇠가 된다.
이 키들은 네트워크를 통해서 전달되어서는 안되기 때문에 각 머쉰들
사이의 비밀키 전달은 어려운 작업이다. SQL*Net 패킷을 암호화할때 사용되는
ANO (Advanced Networking Option) 는 Diffie-Hellman 의 알고리즘을 사용하며
이 알고리즘은 작업의 오버헤드 없이 세션키를 안전하게 전달한다. 이 세션키는
모든 SQL*Net 접속에 대해 각각 다르게 자동으로 생성되어진다.
키들을 복잡하게할수록 암호를 깨기가 쉽지 않으므로 random 값이 세션키
생성시에 사용되며 이러한 암호와 작업은 client 와 server 가 값들을 생성할때에
사용된다. 이 random 값은 다음의 세가지 값으로부터 생성될 수 있다.
- sqlnet.ora 에 SQLNET.CRYPTO_SEED 패러미터를 사용해서 사용자가
인자값을 지정할 수 있다.
- 시스템의 시간값
- OS 에 의존한 값
새로운 접속이 맺어질때 client 와 server 가 위의 방법에 근거해서 그들만의
random 값을 생성하게된다. 일단 random 값이 생성되면 Diffie-Hellan 알고리즘은
새로운 세션키를 생성하며, 이 키는 네트워크를 통한 전달없이 어떤 세션키가
사용되는지 알게된다. 이때 생성되는 세션키는 그 값이 길면 길수록 이를
깨뜨리기가 어렵기때문에 보다 강력하다고 볼 수 있다.
ANO 는 아래의 두가지 암호 알고리즘을 사용한다.
- RC4 : RSA data security 에서 사용하는 알고리즘으로 사용 머쉰의 CPU 가
현저히 느리지 않는 이상은 사용자가 성능저하를 느낄 수 없는
비교적 빠른 알고리즘이다.
- DES : Data Encryption Standard (DES) 에서 1970 년대 개발된 알고리즘으로
IBM 과 National Security Agency (NSA) 에서 사용된다. DES 는 RC4
알고리즘에 비해 약간의 성능저하를 느낄 수 있다.
RC4 와 DES 는 다른 키값의 길이를 가지며 DES 는 40-bit 또는 56-bit 암호화로
구성되어질 수 있다. RC4 는 40, 56, 또는 128-bit 키들을 가질 수 있다. 그러나,
US 정부는 40-bit 이상되는 키값의 사용을 미국과 캐나다를 제외한 국가에서의
사용을 규제하고 있었으나 Oracle8i 와 더불어 56-bit 암호화도 전세계적으로
현재 사용가능하다. 앞으로는 128-bit 알고리즘도 오라클의 차기 버전에서
채택될 예정이다.
데이터 암호화가 사용되기 위해서는 ANO 가 client 와 server 양쪽에 인스톨은
물론 셋업되어 있어야 하며 반드시 SQL*Net 이 먼저 인스톨되어 있어야 한다.
만약, SQL*Net 을 다시 인스톨했을 경우라면 ANO 를 다시 그 이후에 인스톨해야 한다.
아래에 설명되는 모든 패러미터들은 "SQLNET.ORA" 화일에 지정되어야 한다.
- SQLNET.ENCRYPTION_SERVER
- SQLNET.ENCRYPTION_CLIENT
ACCEPTED - 만약 나머지 쪽에서 요청한다면 암호화를 활성화 한다.
REJECTED - 다른 나머지 쪽에서 요청한다해도 암호화를 활성화하지 않는다.
REQUESTED - 만약 나머지 쪽에서 허락한다면 암호화를 활성화 한다.
REQUIRED - 암호화를 활성화하고 그렇지 않으면 접속을 허용하지 않는다.
- SQLNET.ENCRYPTION_TYPES_SERVER
- SQLNET.ENCRYPTION_TYPES_CLIENT
RC4_40 - RC4 40-bit 암호화 사용
RC4_56 - RC4 56-bit 암호화 사용
(Domestic only, 즉 미국 이외에서는 사용할 수 없다.)
RC4_128 - RC4 128-bit 암호화 사용 (Domestic only)
DES - DES 128-bit 암호화 (Domestic only)
DES40 - DES 40-bit 암호화 사용
그리고, 아래의 테이블은 만약 SQLNET.ENCRYPTION_SERVER 와
SQLNET.ENCRYPTION_CLIENT 가 다른 값으로 셋팅되어져 있을때 접속요청의
결과를 보여준다.
Client
|Accepted Rejected Requested Required
Accpeted |On Off On On
Server Rejected |Off Off Off ora-12660
Requested|On Off On On
Required |On ora-12660 On On
아래는 40-bin 의 RC4 암호화를 사용하는 ANO 를 셋팅하는 server 와 client 의
샘플이다.
#SQLNET.ORA - CLIENT
sqlnet.crypto_seed="dsdfrpdstrpgrmmpbmprthmtpommbmptbmpotpre"
sqlnet.encryption_client = required
sqlnet.encryption_types_client = (RC4_40)
#SQLNET.ORA - SERVER
sqlnet.crypto_seed="fewkpfrepgomrepogmropegjerpogjpejvvmmrpm"
sqlnet.encryption_server = required
sqlnet.encryption_types_server = (RC4_40)

Go to SAP Building Block Library by using the link given below
http://help.sap.com/bp_bblibrary/600/BBlibrary_start.htm
Type: Baseline packages
Indutry: All Industries
Country: Your preference
Then Click the document for materials management
You will get a dialog box, there select configuration guide link, this will open up one word document
This give you the configuration guide for SAP MM Module
To get MM Scenarios
http://help.sap.com/bp_bl603/BL_US/html/scope/Scoping_offline.htm?display=STE-BL_US_V1603+ENTRY_LEVEL_FINANCIALS.xml
This is Best Practice for US, this covers standard functionality
MM Scenarios are given in Procure to Pay area
For Example, Qutotation for Procurement, Consumable Procurement etc
docuble click the selection area you willget a small pop-up select details button in pop-up box
Then you will get a new window, in that select Business process Documentation (left hand side) link, this will open up respective scenario document

Similar Messages

  • Overview and configuration of plant maintance

    Hi experts,
    Pls give me some notes on overview and configuration of plant maintance.
    Pls forward to this id : [email protected]
    Regards
    arun

    Dear SDNers:
    The distribution, participation in distributing or otherwise sending of this material is against the law. The material you are offering is copyrighted material that should not be distributed without the authors authorization.
    By participating and sending such documents you are at risk for legal action and a removal of your account here on SDN and BPX, according the RoE and the agreement signed by you when join this community this is NOT the expected behaviour.
    DO NOT send material via email such as this! Please note that any further action could result in legal action against you as an individual.
    All the POINTS obtained in this thread will be removed from your account.
    This thread will be locked.
    Best Regards
    SAP Community Network

  • Installing and Configuring Lotus Domino Connectivity

    Hi
    I am struggeling a littel bit regarding the integration to Lotus Domino
    First of all - I have managed the "Installing and Configuring E-Mail Connectivity"
    1. Created a system
    2. Created a E-Mail Transport
    3. Checked the E-Mailing Service
    Also Integrating Lotus Domino Using iNotes
    1. Creating an iView for iNotes
    2. Accessing iNotes Data in the Portal
    3. Ticket Verifier for Lotus Domino
    4. Implementing the Ticket Verifier
    And from there I would like to integrate the "Installing and Configuring Lotus Domino Connectivity"
    1. Installing the LDS-D Component
    2. Creating a Lotus Transport
    3. Configuring the Calendar Repository Manager
    But then I receives an error when I am trying to use the calendar functionality in the portal - eg. the Every User Role ->Home -> Work -> Overview
    <i>"The mail server credentials are incorrect or have not been specified"</i>
    Where may I resolve this error?
    Regards
    Kay-Arne

    Hi Kay-Arne / Eik Sunke,
      I am getting the same error "The mail server credentials are incorrect or have not been specified.". Does the LDS-D and iNotes configuration need to be performed before this error can be corrected?
    what I have done:
    Enabling mailing for collaboration.
    1. Activate Mailing Service by going to
    System Administration --> System Configuration --> Knowledge Management --> Content Management --> Mailing Service.
    Ensure Active check box is selected.
    2. Create System Alias by going to
    System Administration --> System Configuration --> System Landscape
    Go to content area.
    Portal Content --> Content Provided By SAP --> Collaboration and right click.
    Select New from PAR --> System.
    Choose the iview com.sap.netweaver.coll.app.gw  and hit next button. Select Java_Mail option and hit next button.  Enter appropriate System Name and ID and hit next button.  Hit finsh button and open object for editing.
    Select System Aliases from display option and add an alias for the system. Save changes.
    3. Create Mail Transport by going to
    System Administration --> System Configuration --> Knowledge Management --> Collaboration.
       Click Groupware Transports in content area.
       Select Mail Transport on next screen.
       Click New button and create new mail transport definition.
       Give SMTP server being used in organisation, Inbox for ‘Sent messages folder’, and give
       system alias created in step 2 as alias.
    setting Calendar Repository.
    1. Create System Alias by going to
    System Administration --> System Configuration --> System Landscape
    Go to content area.
    Portal Content --> Content Provided By SAP --> Collaboration and right click.
    Select New from PAR --> System.
    Choose the iview com.sap.netweaver.coll.app.gw  and hit next button. Select Lotus_Server option and hit next button.  Enter appropriate System Name and ID and hit next button.  Hit finsh button and open object for editing.
    Select System Aliases from display option and add an alias for the system. Save changes.
    2. Create Lotus Transport by going to
    System Administration --> System Configuration --> Knowledge Management --> Collaboration.
       Click Groupware Transports in content area.
       Select Lotus Transport on next screen.
       Click New button and create new Lotus transport definition.
       Give alias name of system alias created for system on step 1. Give the the domain server
       (for eg; sap.corp) as the the http server. Port is 1080, and virtual directory is ‘/servlet’.
    3. Create and activate calendary repository manager.
    System Administration --> System Configuration --> Knowledge Management --> Content Management --> Repository Managers -->Calendar Repository.
    Click New button and create new definition.
    Select name and description of choice. Select Lotus Transport created on step 2 above as default transport and for transports. Select Active check box and save.
    Am I missing anything or do Ihave to do anything differently?
    Please advise.
    Thanks and regards,
    Arun

  • Diff b/w alert Categories and configurations

    Hi Experts,
    Could you please help me here, what is diff b/w Alert Categories and configurations.
    Ans also what is the use of Container elements in Categories.
    You ans is very helpful for me.
    Thanks in Advance all.
    Regards,
    Madhu.

    Hi Madhu,
    In Alert configuration alert rules are defined based on Alert Categories. So Alert Categories has defined using t code ALRTCATDEF. Container Elements fetches the appropriate dynamic message base on the container variable. 
    Go through the below doc:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00e97ba2-85ce-2b10-20bc-bc05cd172154?QuickLink=index&…
    Regards,
    Krupa

  • I have LabView but I do not have the Calibration and Configuration Palette,and I could not download it, how can I download it or if i cannot,can I work with the NI-DAQ Calibration_1200?

    I have read in a tutorial for the board 1200 that I can calibrate it with the Calibration and Configuration Palette in LabVIEW, but I do not have them and I could not download it to access its libraries, so I can only download the NI-DAQ software,What's my best choice and if it is to download the palette with its libraries, how can download it with them?I'd appreciate your answers

    If you wish to use your 1200 device in LabVIEW, you must download and install NI-DAQ. When you install NI-DAQ, it will ask you if you would like to install support for LabVIEW. By installing this support, you will then have access to the DAQ pallette in LabVIEW. The DAQ pallette requires that you have NI-DAQ installed.
    For more information on installing and using your device, you can refer to the DAQ Quick Start Guide. You can download it from:
    http://digital.ni.com/manuals.nsf/14807683e3b2dd8f8625677b006643f0/0eca53fe80911b1f862568560068295d
    Regards,
    Erin

  • How to properly create and configure SharePoint 2013 Search service with PowerShell?

    Hello Forum,
    I have installed SharePoint 2013 across three tier servers:
    WFE Server  (Of course, SharePoint is installed here. Bsically this is just a Web server)
    APP Server  (Of course, SharePoint is installed here + Central Admin + Service Apps).
    SQL Server  
    I now want to create and configure the Search service, obviously on the APP Server, But of course the search functionality should work correctly on the WFE server to.
    I want to do this via a proper PowerShell script. I found Spence Harbar's script on: (http://www.harbar.net/articles/sp2013mt.aspx), But it has three problems, and they are as follows:
    1) Spence Harbar himself literally stated on his article that this script is for: "deploying on a single server farm", But what if I have three tier servers? Could anyone please help me out in suggesting the required tweaks in the
    script?
    2) By default Search uses the SP_Farm account, So, How can I change the script to use other dedicated account for the search service e.g. SP_SearchAcc ?
    3) How can I modify the script to specify a default Search center?
    4) Apart from all the three aforementioned point - Is the script missing anything? 
    I would greatly appreciate your inputs - Thanks !

    the only differences are where you place the components.  if you are doing a small server farm with a 1-1-1, most likely you just need to change the script so that you set the index and query processing component on the front end, but the others on
    the app server.  just a 2 second update... just keep in mind this will work, but I am making several assumptions without any knowledge of your farm, users, capabilities. 
    generally, there would be more of a breakout on the topology than that, but im guessing for this farm that you wont have dedicated search servers.  also, a lot depends on # users (rps really), # items in index, size of VMs (RAM for query processing,
    Disk for index, etc, etc), and making sure the topology works for your particular environment and needs. 
    if you want more detailed topology help, which aligns as closely as possible to "best practices" (not that those exist in SharePoint, go ahead and provide the total # users, average/peak RPS for search, current index size, content source types,
    VM specs RAM, CPU, #/Size of drives, HA concerns/priority (obviously isn't, since only 1-1-1)
    Christopher Webb | MCM: SharePoint 2010 | MCSM: SharePoint Charter | MCT | http://christophermichaelwebb.com

  • VCenter SRM Installation and Configuration

    Hello,
    We have installed and configured SRM 5.5.1 in Main site and DR site. In DR site we have two hosts and no shared storage.
    Each have one vsphere replication appliance deployed and both the sites connected and we have also replicated two virtual machines successfully.
    Next step we have configured protection group and recovery plan as well.
    But when we test a recovery plan it gives a error "unable to access virtual machine configuration file"
    Is it necessary we must have a shared storage? Can't we use local datastore on each host to power on the machines.
    Regards
    Karthik

    Hi,
    No, shared storage is not required:
    Array/ vendor types
    Requires same storage replication solution at both sites (eg. EMC RecoverPoint, NetApp vFiler, IBM SVC, etc)
    Can support any storage solution at either end including local storage as long as it is covered by the vSphere HCL
    SRM - Array Based Replication vs. vSphere Replication | VMware vSphere Blog - VMware Blogs
    Michael.

  • Ibase and configuration error while creating a Service Contract

    Hi,
    I am creating a Service Contract programatically and not manually through the T-code CRMD_ORDER.
    I am using the Function module CRMXIF_ORDER_SAVE for the same as the FM BAPI_BUSPROCESSND_CREATEMULTI and CRM_ORDER_MAINTAIN did not work for me because of the number of parameters that needs to be passed for creating the Service contract.
    The Service contract does get created but there are errors corresponding to the Point of delivery and configuration missing.
    The error corresponding to the point of delivery says "IS-U:allocate a point of delivery to the item" even though I am passing the values in the REF_OBJECTS field of the CRMXIF_BUSTRANS_ITEM structure.
    Structure for the same is :
    ls_objects_i-TYPE_REF_OBJ = 'B'.
      ls_objects_i-object_task = 'I'.
      ls_objects_i-PRODUCT_GUID = lv_product_guid.
      ls_objects_i-PRODUCT_ID = p_product_id.
      ls_objects_i-IBASE_COMP_GUID = ls_output-IBASE_GUID.
      ls_objects_i-IB_INSTANCE = 1582.
      ls_objects_i-IB_COMP_VALID = '20070926093651'.
      ls_objects_i-SERIAL_NUMBER = '0102 46CC9C278B92025BE10000000AD5920E'.
      append ls_objects_i to lt_objects_i.
      p_ls_item-REF_OBJECT-data = lt_objects_i.
      p_ls_item-REF_OBJECT-datax = 'X'.
    Similarly,the error for the configuration says "Configuration for the item missing" and here again I am passing the values in the CONFIGURATION structure.
    Structure for this is :
      p_ls_item-configuration-data-consist = 'T'.
      p_ls_item-configuration-data-kbname = 32.
      p_ls_item-configuration-data-kbvers = '0.0'.
      p_ls_item-configuration-data-kbprofile = 'E_H_B'.
      p_ls_item-configuration-data-complete = 'T'.
      p_ls_item-configuration-data-spras = 'E'.
      p_ls_item-configuration-data-cfginfo = 'VCOND=VARIANT_CONDITION_KEY'
      ls_cuins-OBJ_TYPE = 'SERV'.
      ls_cuins-class_type = 300.
      ls_cuins-obj_key = 'E_H_B'.
      ls_cuins-obj_txt = 'E_H_B'.
      ls_cuins-QUANTITY = '1.0'.
      ls_cuins-COMPLETE = 'T'.
      ls_cuins-CONSIST = 'T'.
      append ls_cuins to lt_cuins.
      ls_config_i-instance = lt_cuins.
      p_ls_item-configuration-data = ls_config_i.
      p_ls_item-configuration-datax = 'X'.
      clear ls_config_i.
      ls_cuval-charc = 'DISCOUNT_EUR'.
      ls_cuval-charc_txt = 'DISCOUNT_EUR'.
      ls_cuval-value = '0.0'.
    ls_cuval-value_txt
      append ls_cuval to lt_cuval.
      ls_instance-value = lt_cuval.
      insert ls_instance into table lt_instance.
    ls_config_i-instance = lt_instance.
    p_ls_item-configuration-data = ls_config_i.
    p_ls_item-configuration-datax = 'X'.
    clear ls_config_i.
    Kindly help if anyone has worked on this.......
    Regards,
    Puneet Jhari.

    Hi,
    I am creating a Service Contract programatically and not manually through the T-code CRMD_ORDER.
    I am using the Function module CRMXIF_ORDER_SAVE for the same as the FM BAPI_BUSPROCESSND_CREATEMULTI and CRM_ORDER_MAINTAIN did not work for me because of the number of parameters that needs to be passed for creating the Service contract.
    The Service contract does get created but there are errors corresponding to the Point of delivery and configuration missing.
    The error corresponding to the point of delivery says "IS-U:allocate a point of delivery to the item" even though I am passing the values in the REF_OBJECTS field of the CRMXIF_BUSTRANS_ITEM structure.
    Structure for the same is :
    ls_objects_i-TYPE_REF_OBJ = 'B'.
      ls_objects_i-object_task = 'I'.
      ls_objects_i-PRODUCT_GUID = lv_product_guid.
      ls_objects_i-PRODUCT_ID = p_product_id.
      ls_objects_i-IBASE_COMP_GUID = ls_output-IBASE_GUID.
      ls_objects_i-IB_INSTANCE = 1582.
      ls_objects_i-IB_COMP_VALID = '20070926093651'.
      ls_objects_i-SERIAL_NUMBER = '0102 46CC9C278B92025BE10000000AD5920E'.
      append ls_objects_i to lt_objects_i.
      p_ls_item-REF_OBJECT-data = lt_objects_i.
      p_ls_item-REF_OBJECT-datax = 'X'.
    Similarly,the error for the configuration says "Configuration for the item missing" and here again I am passing the values in the CONFIGURATION structure.
    Structure for this is :
      p_ls_item-configuration-data-consist = 'T'.
      p_ls_item-configuration-data-kbname = 32.
      p_ls_item-configuration-data-kbvers = '0.0'.
      p_ls_item-configuration-data-kbprofile = 'E_H_B'.
      p_ls_item-configuration-data-complete = 'T'.
      p_ls_item-configuration-data-spras = 'E'.
      p_ls_item-configuration-data-cfginfo = 'VCOND=VARIANT_CONDITION_KEY'
      ls_cuins-OBJ_TYPE = 'SERV'.
      ls_cuins-class_type = 300.
      ls_cuins-obj_key = 'E_H_B'.
      ls_cuins-obj_txt = 'E_H_B'.
      ls_cuins-QUANTITY = '1.0'.
      ls_cuins-COMPLETE = 'T'.
      ls_cuins-CONSIST = 'T'.
      append ls_cuins to lt_cuins.
      ls_config_i-instance = lt_cuins.
      p_ls_item-configuration-data = ls_config_i.
      p_ls_item-configuration-datax = 'X'.
      clear ls_config_i.
      ls_cuval-charc = 'DISCOUNT_EUR'.
      ls_cuval-charc_txt = 'DISCOUNT_EUR'.
      ls_cuval-value = '0.0'.
    ls_cuval-value_txt
      append ls_cuval to lt_cuval.
      ls_instance-value = lt_cuval.
      insert ls_instance into table lt_instance.
    ls_config_i-instance = lt_instance.
    p_ls_item-configuration-data = ls_config_i.
    p_ls_item-configuration-datax = 'X'.
    clear ls_config_i.
    Kindly help if anyone has worked on this.......
    Regards,
    Puneet Jhari.

  • Install and configure report service on Oracle Application Server 10g

    i want to know how to install and configure report service on Oracle Application Server 10g Release 3 (10.1.3.1.0)
    Thanks

    the case is that we developed an ADF Application, so we want to deploy it on the latest version of Oracle Application server.
    our application communicate with Oracle reports (run oracle reports from our Application) as there are no Oracle report products for JEE Application.
    so if there are not report service that can run on Oracle Application Server 10g Release 3 (10.1.3.1.0),
    what is the other choices that oracle supports that can help us in this case ???

  • EIS Installation and Configuration

    Hi Everybody,
    I am trying to install EIS 9.31 on my laptop (i.e Win2k3 Server), I have successfully installed Essbase and EIS
    But I have no idea how to configure(Creating DSN Catalog) in EIS.
    I am using Oracle 10g. Can any one please help me on thsi installation.
    Already I gone through the installation document but I didn't understand how to configure.
    If anyone having installation and Configuring Screen shots please send me to my mail
    Mail Id: [email protected]
    This is very urgent I need to give presentation on the EIS
    Thanks in Advance for your help
    Awaiting for your quick Response

    I'm not sure what version of software you are looking to install, but for 9.3.1, we just installed our application server (Weblogic), installed Shared Services, supplied the database info and we were good to go. I do believe; however, your mileage will vary depending on the application server you use as some of them have an option for 'automatic' installation and some are manual. (I went the 'automatic' route) You will need to refer to the installation documentation for all of the relevant details, though.

  • What is BDI or BDS spelled out? Jabber for Mac 9.2(1) Installation and Configuration Guide

    I’m spending the day catching up on Jabber/IM&P release notes across the server/clients.
    So I’m used to EDI and UDS, but we have a new acronym in the Jabber for Mac 9.2(1) Installation and Configuration Guide called BDI and BDS. However they don’t define what BDI stands for other than BDI is LDAP for non-windows
    Clients and suggests it should be used for Jabber for Mac.
    What is BDI or BDS spelled out? Something directory integration, but what is the B ?
    Then to add to the mix they reference BDS which sounds like the old UDS (is UDS changing to BDS?)
    How can Jabber get any more confusing…
    I also noted in the  Jabber Video for iPad 9.3.4 release notes that Apple is removing the Always Connect option in the near future. Manually launching Cisco AnyConnect Secure Mobility Client before making a call. This is going to upset some customers who like how Lync uses https and just works from anywhere with enhanced directory integration…

    Basic Directory Integration. It's not new, we had it in the Windows clients as far back as CUPC. The distinction got introduced when EDI was introduced, relying on Windows ADSI APIs instead of the client making a native LDAP bind.
    To my knowledge BDI/BDS are the same thing; I'm guessing S is 'service'. UDS remains unchanged.
    I also noted in the  Jabber Video for iPad 9.3.4 release notes that Apple is removing the Always Connect option in the near future.
    Well, they lost a patent infringement lawsuit and chose to change the functionality instead of pay the troll. That's not Jabber's fault. Collaboration Edge will be the way to avoid this in the near future.
    Please remember to rate helpful responses and identify helpful or correct answers.

  • Configuration Failed Error while running the Shareoint 2010 Products and Configuration wizard in windows 7

    Hi Techys,
    Kindly help me to resolve the below issue
    "Configuration Failed Error while running the Shareoint 2010 Products and Configuration wizard in windows 7"
    Many Thanks,
    Madhu

    Hi,
    Follow this link for smooth installation for SP 2010 on Win 7.
    http://msdn.microsoft.com/en-us/library/office/ee554869(v=office.14).aspx
    Murugesa Pandian.,MCTS|App.Development|Configure

  • 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

  • Exchange account verified and configured for sync, but no messages show up

    I think I'm having what appears to be, based on my reading of the threads on problems with Exchange set-up, a unique problem. Wondering if anyone else is in the same boat and has advice.
    I am able to verify and configure my Exchange mail account for sync (using my company's OWA server), but when I go into the mail application I see only my mail folders. The e-mails themselves do not appear. When I tap on a folder to access the messages inside I get a blank screen and a "connecting" message on the bottom.
    When I have SSL on, the phone continually prompts me for my password and no matter how many times I enter the correct password it tells me it's wrong. I later get a message that mail cannot be accessed or sent because the "username or password" for the account is incorrect.
    When I turn SSL off, I don't get the password prompt, but my messages still don't appear. The phone goes through the whole "connecting" cycle and then says "updated" but there are no e-mails visible and I cannot send.
    I was able to set up the account as IMAP but this requires fetching messages and I really want to be able to configure push using Exchange ActiveSync. The company that runs our work email server (we are a small business and don't house the server internally) says it has other iPhones up and running using ActiveSync and the same information I've entered, so they're stumped as to what the problem is.
    Please help!!!
    Thanks in advance.

    Justin - try this
    For those of you experiencing problems using OWA through Exchange on iPhone, I may have found a solution. Symptoms I had and have read about -
    1. You enter all your account information on iPhone (webmail.company.com, user name p-word, etc)
    2. You can see only your folders on iPhone but with no emails inside them
    3. you keep getting asked for your password on iPhone over and over
    Maddening to get so close to only see folders. I fixed mine and the answer was right in front of my face the whole time. Before entering username and password on iPhone, the format of how it's supposed to be is ghosted - Domain\Name
    When I was having the "folders only" issue I had username set up as Domain/Name
    Turns out the slash is the difference, for me anyway. As soon I changed from front slash to back slash, entered my password (once) all my folders populated with emails. A miracle !
    So to recap, here's my setup
    Email - [email protected]
    Server - [email protected]
    Username - companyorg\name
    Password - normal outlook password
    Description - My Email Account
    Use SSL - ON
    I know there are many variations with Exchange and OWA depending on server setup, but the moral my story is back slash instead of front slash in the Domain\username field

  • LIVE Video Tutorial! How to Replace and Configure a Video Card - HP Expert Day "How-To" Video Series – Today at 1:00pm PST

    Join us at 1:00pm Pacific time for a LIVE video tutorial of how to replace a video card and configure video settings! The video features HP experts who work with the products every day!
    I am an HP employee.

    #test

Maybe you are looking for