Do I need ASM for logical standby server?

I am using ASM in production, when I created physical standby for it, system asked me create ASM file system on it else it is not possible. My question is do I need ASM file system for logical standby too.?
Thanks

You can have the primary database on ASM and the standby on filesystem if you want.
You just need to set db_file_name_convert and standby_file_management. I have tested this will physical, but not logical standby.

Similar Messages

  • Why FRA filling faster in logical standby server.

    I have two standby servers one physical and one logical for my primary database. I have notice that on logical standby server the FRA is filling faster then physical standby server. Any one have some suggestions.
    Thx

    >
    I have two standby servers one physical and one logical for my primary database. I have notice that on logical standby server the FRA is filling faster then physical standby server. Any one have some suggestions.
    >
    That is to be expected, because the logical standby not only creates archive logs on behalf of the transmission from the primary but also generates its own archivelogs on behalf of the filling (& archiving) of the local online logfiles. If you watch a logical standby applying, you may notice that the standby logs are getting archived and the online logs as well. That is significant for a logical standby and leads to (at least temporary) higher space consumption in the recovery area. Temporary, because the applied archive logs can get deleted (automatically, if you allow that).
    Kind regards
    Uwe
    http://uhesse.wordpress.com

  • Shutdown Logical Standby Server

    How can I gracfully shutdown logical standby server and start it ? Please write the steps
    Thanks

    Hello,
    $> sqlplus '/as sysdba'
    $> shutdown immediate ;
    or
    $> shutdown;
    $> startup force nomount
    or
    $> startup force nomount pfile='..../yourinitstandby.ora'
    $> alter database mount standby database.Verify in alert.log file that standyby server started and mounted.
    Regards

  • Logical standby server stopped applying changes

    Hi
    I set up a logical standby database with database guard and it worked fine for some time. But recently I had to use it again and discovered that applying changes from primary database to secondary database just stopped working. I see in V$ARCHIVED_LOG one entry per day. If I restart the logical standby then the changes from primary server are also applied. But if I just make a change on primary server and even call 'alter system switch logfile' then I see an entry in V$ARCHIVED_LOG on primary server but not on standby server (BTW in general there are much more entries in this view on the primary server). I checked pairs of log files indicated by the parameter *.log_file_name_convert in standby server's spfile: their last changed date is always the same.
    I will paste spfile of my standby server (dh5). Primary server name is dh2.
    dh2.__db_cache_size=79691776
    dh5.__db_cache_size=96468992
    dh2.__java_pool_size=4194304
    dh5.__java_pool_size=4194304
    dh2.__large_pool_size=4194304
    dh5.__large_pool_size=4194304
    dh2.__shared_pool_size=71303168
    dh5.__shared_pool_size=54525952
    dh2.__streams_pool_size=0
    dh5.__streams_pool_size=0
    *.audit_file_dest='/var/lib/oracle/oracle/product/10.2.0/db_1/admin/dh5/adump'
    *.background_dump_dest='/var/lib/oracle/oracle/product/10.2.0/db_1/admin/dh5/bdump'
    *.compatible='10.2.0.1.0'
    *.control_files='/var/lib/oracle/oracle/product/10.2.0/db_1/oradata/dh5/control01.ctl'
    *.core_dump_dest='/var/lib/oracle/oracle/product/10.2.0/db_1/admin/dh5/cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_file_name_convert='dh2','dh5'
    *.db_name='dh7'
    *.db_recovery_file_dest='/var/lib/oracle/oracle/product/10.2.0/db_1/flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.db_unique_name='dh5'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=dh2XDB)'
    *.fal_client='dh5'
    *.fal_server='dh2'
    *.job_queue_processes=10
    *.log_archive_config='DG_CONFIG=(dh2,dh5)'
    *.log_archive_dest_1='LOCATION=/var/lib/oracle/oracle/product/10.2.0/db_1/oradata/dh5_local
    VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES)
    DB_UNIQUE_NAME=dh5'
    *.log_archive_dest_2='SERVICE=dh2 LGWR ASYNC
    VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE)
    DB_UNIQUE_NAME=dh2'
    *.log_archive_dest_3='LOCATION=/var/lib/oracle/oracle/product/10.2.0/db_1/oradata/dh5
    VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLES)
    DB_UNIQUE_NAME=dh5'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='ENABLE'
    *.log_archive_dest_state_3='ENABLE'
    *.log_archive_format='%t_%s_%r.arc'
    *.log_archive_max_processes=30
    *.log_file_name_convert='oradata/dh2/redo01.log','flash_recovery_area/DH5/onlinelog/o1_mf_4_5x0o5grc_.log','oradata/dh2/r
    edo02.log','flash_recovery_area/DH5/onlinelog/o1_mf_5_5x0o61mw_.log','oradata/dh2/redo03.log','flash_recovery_area/DH5/on
    linelog/o1_mf_6_5x0o63gj_.log'
    *.nls_language='AMERICAN'
    *.open_cursors=300
    *.pga_aggregate_target=311427072
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=167772160
    *.undo_management='AUTO'
    *.undo_retention=3600
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='/var/lib/oracle/oracle/product/10.2.0/db_1/admin/dh5/udump'
    Thanks in advance for any help.
    JM

    Hi,
    Nice to hear you issue got resolved.
    It is good practice to keep monitoring the progress of SQL apply on the logical standby on a regular basis.
    You can mark my response as helpful if it has helped you.
    Regards
    Anudeep

  • Real time apply for logical standby

    Hi
    Oracle 11.2.0.3.0
    I have a primary database orcl and logical standby database orcl_std.
    Real time apply is enabled. I have standby redologs in both primary and standby sides and I`ve started recovery with below command:
    ALTER DATABASE START LOGICAL STANDBY APPLY IMMEDIATE;
    When I create a new table in primary database, I am unable to see it on standby database (Although real time apply is enabled)
    However, when I switch log in primary, I can see the new table in standby database.
    My question is, why realtime apply is not working in my scenerio ? I was expecting to see the new table immediately in standby database once it is created in primary database. Why am I supposed to wait for log switch in real time apply ?

    Using Real-Time Apply to Apply Redo Data Immediately
    http://docs.oracle.com/cd/E11882_01/server.112/e25608/log_apply.htm#i1022881
    1.What is compatible parameter, it should be 11.1
    2.Try to check parameters mentioned in below link:
    http://easyoradba.com/2011/01/10/real-time-apply-in-oracle-data-guard-10g/
    Regards
    Girish Sharma
    Edited by: Girish Sharma on Nov 15, 2012 12:37 PM

  • When to use Real Time Apply for Logical standby..!!

    Hello All,
    I have been trying many ways to speed up the archival on primary and improve sql apply on logical standby, but still we are getting about 45-50 mins of delay between primary and logical standby.
    We wanted to have our transactions applied on logical standby within couple minutes. Which i guess wont be possible in async mode.
    That's why i am planning to implement Real Time apply between primary and logical standby.
    Now since both our databases are too far away from each other (Primary is in US and logical is in India) would it be recommended to implement real time apply in such scenario? And if implemented would it affect Primary DB Performance?
    Also if there might be some packet loss or network hitch would Primary will try again and keep logical DB in Sync with Primary?
    Any help or suggestions would be great.
    Thanks.

    yes, real time apply is recommended in your scenario.
    however due to the geographical distance between your primary and standby; I would suggest to keep your standby in current mode - max performance ; ASYNC- itself. It would not affect the performace of the primary.
    As long as you set the FAL parameters and configure tnsnames properly and ensure proper deletion policy for archivelog cleanup in primary ( so that it's not deleted before shipping if need be), you shouldn't find any problem with primary & standby synching.
    Good Luck.
    Cheers.

  • Query for logical standby

    Hi ,
    We have one logical standby database is running for our production database .
    Now business require one more logical standby for reporting purpose
    so during step for creating new logical standby we need to run
    EXECUTE DBMS_LOGSTDBY.BUILD;
    so is this will impact exsiting logical standby ? or we don't run this time this statemnet ?
    Thanks
    Gaurav

    user12219815 wrote:
    Hi ,
    We have one logical standby database is running for our production database .
    Now business require one more logical standby for reporting purpose
    so during step for creating new logical standby we need to run
    EXECUTE DBMS_LOGSTDBY.BUILD;
    so is this will impact exsiting logical standby ? or we don't run this time this statemnet ?
    Thanks
    Gauravno need to execute.

  • Oracle 10gR2 Data guard physical or logical standby server?

    Hi
    We are planing to implement an Oracle 10gR2 data guard standby server for DR purposes, I found out that there are two type of standby server which is logical and physical standby server. I want to know which one is preferable? in term of complexity of setup and maintenance?
    regards

    Well it depends on what you mean by maintenance. I found the physical standby to be very little trouble at all ; however the logical standby has restrictions on it that the physical standby does not. In essence the physical standby merely digest archive logs; where as the logical standby uses logminer like functionality to process sql statements much like Oracle streams.
    Hope that helps,
    -JR jr.

  • Open Mode for Logical Standby

    HI,
    I have a logical standby. It's v$database.open_mode shows READ WRITE
    Q1. I am correct in assuming that the Database is only writable for tables that are not in the primary ?
    Q2. Are the tables that are also in the primary, in effect in read only mode on the logical standby ? Am I able to see the mode of these tables to prove they are read only ?
    thanks,
    Jim

    Hello;
    User modification to tables on the Logical Standby has three possible settings:
    ALL
    STANDBY
    NONE
    You can check the mode using this query:
    SELECT GUARD_STATUS FROM V$DATABASE;
    If you try to insert data into a table and the mode is 'ALL' and you are not the SYS user you should get an error
    ORA-16224
    If you want users to modify non-replicated standby tables then you need to change the mode from its default of 'ALL'.
    You can use DBA_LOGSTDBY_SKIP to find non-replicated tables ( the ones with skip rules ).
    If you create new objects consider a naming convention that allows you to easily see the write status.
    Best Regards
    mseberg

  • Need to upgrade Logical standby.

    Hi All,
    I am in the need to upgrade my Prod & its logical standby database simultaneously from (10.2.0.2 to 10.2.0.4). Could some one provide me any document or steps to perform.
    Many thanks in advance...

    user13079811 wrote:
    Hi All,
    I am in the need to upgrade my Prod & its logical standby database simultaneously from (10.2.0.2 to 10.2.0.4). Could some one provide me any document or steps to perform.
    Many thanks in advance...Refer http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/rollup.htm#BABGFCAI

  • Prereq query for Logical Standby runs for days

    Have had an SR open for a month that isn't getting anywhere, thought I'd check here and see if anybody has run into this.
    We're looking at setting up a logical standby database, Oracle 11.2.0.3 on AIX running PeopleSoft.
    There is a prereq query in the Oracle manual which is also run via the GC wizard to find tables without unique logical identifiers.
    SELECT OWNER, TABLE_NAME FROM DBA_LOGSTDBY_NOT_UNIQUE
    WHERE (OWNER, TABLE_NAME) NOT IN
    (SELECT DISTINCT OWNER, TABLE_NAME FROM DBA_LOGSTDBY_UNSUPPORTED)
    AND BAD_COLUMN = 'Y';
    My problem is that the darned thing runs for 5.5 days.
    The view in that query runs the function  logstdby$tabf, which runs the following SQL over and over and over and over:
    SELECT * FROM LOGSTDBY_UNSUPPORT_TAB_11_2B
    Each time it runs the LOGSTDBY_UNSUPPORT_TAB_11_2B query is about 8 seconds. Run it 100,000 times and that adds up. Looks like the big problem in that query is full table scans of TAB$ and COL$.
    Anybody seen it? Anybody fixed it?

    Good suggestion - in 15 minutes you got farther than support did in 2 weeks.
    Rather than remove the sub-query, I can change it into a minus, which is functionally equivalent to the original but changes the executions on DBA_LOGSTDBY_UNSUPPORTED from many times to just once.
    select owner, table_name from dba_logstdby_not_unique
    where bad_column = 'Y'
    minus
    select distinct owner, table_name from dba_logstdby_unsupported;
    The top part of the query still takes 9.5 hours to run though, with the time now being spent the following SQL which is called from the function logstdby$tabf which is called from the view DBA_LOGSTDBY_NOT_UNIQUE :
    SELECT * FROM LOGSTDBY_SUPPORT_TAB_11_2B
    Sorry for not putting that in the original post, but I want the original query to run if possible so the GC wizard will work - and I didn't want to clutter up the question.

  • Need guidance for upgrading application server

    hello everyone ,
    i have recently upgraded my oracle database from 9.2.0.5 to 10.2.0.4 on HP uX 11.11 , my EBS version is 11.5.10
    now i want upgrade my application server, firstly i didnt knew version of my AS
    after searching through oracle installer i found out the following components
    /appldvp/apps/prodora/8.0.6
    Oracle Unix Installer 4.0.3.0.0
    Oracle On-Line Text Viewer 1.0.1.0.0
    Client Software 8.0.6.0.0
    Ordts Common Libraries 8.0.6.0.0
    ORACLE NLS Libraries and Utilities 8.0.6.0.0
    ORACLE Core Libraries 8.0.6.0.1
    ORACLE Common RDBMS Libraries and Utilities 8.0.6.0.1
    ORACLE PL/SQL Libraries 8.0.6.0.0
    ORACLE Common Libraries 8.0.6.0.1
    ORACLE Common Precomp Libraries 8.0.6.0.1
    ORACLE Common Network Libraries and Utilities 8.0.6.3.0
    ORACLE Common Trace Libraries 8.0.6.0.0
    ORACLE Common Utilities 8.0.6.0.0
    ORACLE Common Agent Libraries 8.0.6.0.0
    ORACLE Common Libraries and Utilities 8.0.6.0.0
    Platform specific Libraries and Utilities 8.0.6.0.0
    Net8 (SQL*Net and Names) 8.0.6.3.0
    TCP/IP Protocol Adapter 8.0.6.0.0
    Remote Operations 3.0.2.0.1
    Oracle Names 8.0.6.3.0
    ToolKit 6.0 Base 6.0.8.10.1
    Discoverer Collector 4.1.48.06.00
    Configuration Guide 4.1.33f
    Discoverer Libraries 4.1.48.06.00
    Discoverer Locator 4.1.48.06.00
    Discoverer Preferences 4.1.48.06.00
    Discoverer Session 4.1.48.06.00
    Oracle Discoverer Viewer for Web 4.1.48.06.00
    Oracle Discoverer Plus 4.1.48.06.00
    Oracle Discoverer Server (Web) 4.1.48.06.00
    JInitiator 1.1.7.30
    JInitiator 1.1.8.11
    VisiBroker Smart Agent 3.3.1.0
    VisiBroker for C++ 3.3.3.0
    VisiBroker for Java 3.4.0.0
    VisiBroker Products 3.3.1.0
    PL/SQL 8.0.6.3.0
    Oracle Server Manager 3.0.6.0.0
    Oracle8 Enterprise (RDBMS & PLSQL) 8.0.6.3.0
    <Database Startup> Load Files 1.0.0.0.1
    Oracle Intelligent Agent 8.0.6.0.0
    Oracle Trace 8.0.6.0.0
    Precomp 8.0.6.3.0
    Pro*C/C++ 8.0.6.3.0
    Oracle8 JDBC Drivers 8.0.6.3.0
    Java Runtime Environment 1.1.6.2o
    Java Runtime Environment 1.1.8.13
    SQL*Plus 8.0.6.0.0
    ToolKit 6.0 Extension 6.0.8.10.1
    Multimedia APIs 6.0.5.33.0
    Tools Common Area 6.0.5.32.0
    PL/SQL Procedure Builder 6.0.8.11.0-449
    Integration Services 6.0.5.35.0
    Oracle SQL Manager Library 6.0.8.10.0
    Virtual Graphics System 6.0.5.35.0
    Oracle Charting Library 6.0.8.10.1
    Oracle Graphics 6.0.8.10.0
    Oracle Forms Server and Forms Developer 6.0.8.11.3
    Oracle Reports Server and Reports Developer 6.0.8.11.2
    ZRC Library 6.0.8.3.5
    GE Libraries 6.0.8.10.0
    Release Notes for Oracle Tools Products 6.0.8.11.2
    Tuxedo Support for Forms 6.0.5.2.0
    Oracle Jinitiator (Domestic) 1.1.7.31
    Oracle JDK Appletviewer (Domestic) 1.1.7.31
    Oracle Browser 6.0.5.32.0
    Oracle Wallet Manager 2.1.0.0.0
    Common documentation resources 2.0.0.0
    Oracle for HP 9000 Servers and Workstations Documentation 8.0.6.0
    Resource Object Store 6.0.5.0.1
    Toolkit Utility Library 6.0.5.33.1
    Toolkit Automation Library 6.0.5.33.1
    Oracle Information Navigator 6.0.4.0.0
    Online Documentation Library 6.0.8.11.4
    Project Builder 6.0.5.6.0
    is AS version 8.0.6 , if it is , how do i upgarde to the latest on avaialble
    thanx in advance

    document 146468.1 specifies how to upgrade to latest realese of 9i AS , but i want ot upgrade it to 10gYou cannot upgrade your Oracle 9iAS to Oracle AS10g, you can only upgrade it to 9iAS (1.0.2.2.2). For more details, refer to Note: 186981.1 (What versions of Oracle9i Application Server Release 1 can be used with Oracle E-Business Suite Release 11i) and (Can an existing Release 11i application server be upgraded to Oracle Application Server 10g?)
    If you want to have Oracle Applications Server 10g, you need to install it in a NEW ORACLE_HOME (Refer to Note: 233436.1 for more details).
    i am still confused for my AS version , how can i clarify that To determine the version, issue:
    UNIX: $ORACLE_HOME/Apache/Apache/bin/httpd -version
    Windows: %ORACLE_HOME%\Apache\Apache\apache.exe -version
    main components which i am using with my current AS are forms and reports serverOracle Developer 6i (Forms and Respports) are NOT part of Oracle Applications Server installation, it is installed under 8.0.6 ORACLE_HOME.
    can they be independently upgraded?Yes, see my answer to the first question in this reply.

  • Why my cronjob for primary/standby server not work, but worked at prompt

    I have redhat linux version 5, oracle servers 11gr2.
    I have cronjobs to monitor tablespace usage and alert logs.
    However they not work at the cron job, but if I execute them at the command prompt, it worked.
    What might be the problem?
    example of the cron script:
    Head of the script:
    #!/bin/bash
    . /u01/app/oracle/bin/hydev_env
    MAILTO="dba.com"
    LOG=/u01/app/oracle/dba_cron/out/tablespace_90_full.html
    echo $ORACLE_SID
    sqlplus -S <<-EOF >>/dev/null
    / as sysdba
    Cron job set is like this:
    #------------------------TABLESPACES Check------------------------------------------------------------------------
    0,35 * * * * /u01/app/oracle/dba_cron/scripts/tablespaces_over_90%.sh >/u01/app/oracle/dba_cron/out/tablespaces_over_90%.log > 2>&1
    Vi /var/spool/mail/oracle:
    Has error like this:
    /bin/sh: -c: line 0: syntax error near unexpected token `2'
    /bin/sh: -c: line 0: `/u01/app/oracle/dba_cron/scripts/chk_ora_alert_all.sh >/u01/app/oracle/dba_cron/out/chk_oracle_alert_all.log > 2>&1'
    Any guru help?

    Hello;
    Generally this is an environment issue.
    The script works at the command prompt because when you signed on your user picked the environment settings from a profile, for example .bash_profile.
    A crontab job has no environment. That is why you call hydev_env near the beginning of the script. So something of some things are missing from your env file mostly likely.
    What I do is keep an environment file for each database at a location like this :
    /u01/app/oracle/dba_tool/env ( /u01/app/oracle/dba_tool/env/PRIMARY.env )
    The file PRIMARY.env is <database_name>.env
    What I keep in it is everything I need that a background job like crontab would need :
    ORACLE_BASE=/u01/app/oracle
    ULIMIT=unlimited
    ORACLE_SID=PRIMARY
    ORACLE_HOME=$ORACLE_BASE/product/11.2.0.2
    ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
    LIBPATH=$LD_LIBRARY_PATH:/usr/lib
    TNS_ADMIN=$ORACLE_HOME/network/admin
    PATH=$ORACLE_HOME/bin:$ORACLE_BASE/dba_tool/bin:/bin:/usr/bin:/usr/ccs/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:/usr/lbin:/GNU/bin/make:/u01/app/oracle/dba_tool/bin:/home/oracle/utils/SCRIPTS:/usr/local/bin:.
    export TERM=vt100
    export ORACLE_BASE ORACLE_SID ORACLE_TERM ULIMIT
    export ORACLE_HOME
    export LIBPATH LD_LIBRARY_PATH ORA_NLS33
    export TNS_ADMIN
    export PATH
    export MAILTO=
    Important If you are not sure of a setting on your system type "env" at a Linux prompt while logged on as the user where the script works. Change as needed in your .env file.
    Here a script I call from crontab to check tablespaces
    #!/bin/bash
    if [ "$1" ]
    then DBNAME=$1
    else
    echo "basename $0 : Syntax error : use . quickcheck <DBNAME> "
    exit 1
    fi
    # Set the Environmental variable for the instance
    . /u01/app/oracle/dba_tool/env/${DBNAME}.env
    $ORACLE_HOME/bin/sqlplus /nolog <<EOF
       connect / as sysdba
    @/u01/app/oracle/dba_tool/bin/quickaudit
    EOFNotice how I pass the db name as a parameter to the script so I can use the script with several database without changing it.
    /u01/app/oracle/dba_tool/bin/quickcheck.sh PRIMARY
    The crontab to make this run daily at 5:12 am is :
    12 05 * * * /u01/app/oracle/dba_tool/bin/quickcheck.sh PRIMARY > /tmp/quickcheck.out
    Best Regards
    mseberg

  • What are advantage and disadvantage for Physical Standy and Logical Standby

    HI,
    What are advantage and disadvantage for Physical Standy and Logical Standby configuration?
    Thanks
    Ken

    Logical standby database
    The key advantage for logical standby databases is that they're opened read/write, even while they're in
    applied mode. That is, they can be used to generate reports and the like. It is indeed a fully functional
    database. Also, additional indexes, materialized views and so on can be created.
    However (this being a disadvantage) not all datatypes are supported.
    Oracle (or more exactly the log apply services) uses the primary database's redo log, transforms them into
    SQL statements and replays them on the logical standby database.
    Physical standby database
    A physical standby database is a byte for byte exact copy of the primary database. This also means that
    rowids stay the same in a physical standby database environment.
    Oracle (or more exactly the log apply services) uses the primary database's redo log to recover the
    physical database.
    A physical standby database might be opened read only; however, the received logs are in this case not
    applied. When the logs are applied, the database is not accessible (it is then in a managed recovery state).
    Regards,

  • Why we need SSL Certificates for configuring App Server in Sharepoint

    Hi Support,
    We are planning to have a separate server for Apps, while configuring the server its asking for certificate. The main scenario is while configuring server inside the same firewall why we need SSL for configuring.
    Could you please let me know the reason why we need SSL for configuring App Server.
    Thanks in Advance,
    Regards,
    Pradeep

    Hi  Pradeep,
    SSL (Secure Sockets Layer) is a transaction security standard that provides encrypted protection between browsers and App Servers. When SSL is enabled for an App Server, browsers communicate with the App
    Server by means of an HTTPS connection, which is HTTP over an encrypted Secure Sockets Layer. HTTPS connections are widely used by banks and web vendors for secure transactions over the web.
    Secure Sockets Layer  is a requirement for web applications that are deployed in scenarios that support server-to-server authentication and app authentication. This is such a scenario. As a prerequisite
    for configuring Task Synchronization, the computer that is running SharePoint Server must have SSL configured.
    Reference:
    http://blogs.technet.com/b/speschka/archive/2012/09/03/planning-the-infrastructure-required-for-the-new-app-model-in-sharepoint-2013.aspx
    http://corypeters.net/2013/03/ssl-and-sharepoint-2013/
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

Maybe you are looking for

  • I would like to combine multiple profiles into a new computer. Which are the most important folder or files to migrate?

    The user profile in my old computer somehow became corrupted and I can no longer access it to log on. Unfortunately I was not aware of the Firefox sync feature at the time. I used a new profile and had to start from scratch to save new bookmarks and

  • Keyboard shortcut to reply to Message in alert

    I'd like to be able to choose "reply" on a Message alert without using the mouse. I can type and send a message using only the keyboard, which is nice, but I'd like to be able to do the whole thing from the keyboard. I know I can tab through applicat

  • Issue with VL10b

    Hi, I am facing the very weird problem. i am using the retail envirnoment ecc 6.0. i have scheduled daily batch job for outbound delivery creation from STO's through VL10B transaction. As per the SAP standard system it should create a single delivery

  • JTable custom cell editor losing focus

    This is a followup to Re: Tutorial on AWT/Swing control flow wherein I ask for pointers to help me understand the source of focus-loss behaviour in my JTable's custom cell editor. I have done some more investigations and it turns out that the focus l

  • Form interface problem

    i have declared a internal tale in driver program and it is like this   data : begin of itab occurs 0,                 vbeln TYPE vbak-vbeln,                 audat TYPE vbak-audat,                 auart TYPE vbak-auart,                 vkorg TYPE vba