GETVPN Question (error output)

Dear All,
I have question about getvpn, when i run getvpn , my getvpon (ks and gm) comes up but after a minutes comes down and star to register.i have some error output.
my configuration on KS :
crypto isakmp key cisco address x.x.10.2
crypto ipsec transform-set cisco esp-3des esp-sha-hmac
crypto ipsec profile GET
set transform-set cisco
crypto gdoi group test
identity number xxxx
server local
    rekey retransmit 10 number 2
  rekey authentication mypubkey rsa cisco
  sa ipsec 1
  profile GET
  match address ipv4 112
  replay counter window-size 64
Configuration on GM :
crypto isakmp policy 10
encr 3des
authentication pre-share
group 2
crypto isakmp key cisco address x.x.11.1
crypto gdoi group test
identity number xxxx
server address ipv4 x.x.10.2
crypto map GETVPN local-address ethe0/1
crypto map GETVPN 10 gdoi
set group test
=============================
Output error is :
%GDOI-4-GM_RE_REGISTER: The IPSec SA created for group test may have expired/been cleared, or didn't go through. Re-register to KS
how can i solve this problem.
Thanks

Hi,
Is this affecting one GM or multiple ones?
Is the GM reciving rekeys properly?
During problem is it visible on KS as GM?
You should be able to temporarily recover by doing "clear crypto gdoi".
M.

Similar Messages

  • [SOLVED] Disabling Error Output in a Makefile

    To install an application called Yellowcot, typically I have used a Makefile with these lines,
    install -m 755 yellowcot /usr/bin
    rm -r /usr/share/yellowcot > /dev/null 2>&1
    mkdir /usr/share/yellowcot
    cp yellowcot.svg /usr/share/yellowcot/.
    cp yellowcot.desktop /usr/share/applications/.
    The "rm -r" line removes an old installation of the application, if possible. If it's not possible, it's supposed to suppress the error. However, I just tried installing the application on a new Arch setup and got this error,
    [root@nikolai yellowcot-1.1.9]# make install
    install -m 755 yellowcot /usr/bin
    rm -r /usr/share/yellowcot > /dev/null 2>&1
    make: *** [install] Error 1
    When I took out the "rm -r" line, I didn't have a problem. So my question is, how can I disable error output in a Makefile? Piping it to /dev/null isn't working. Does anyone have any ideas? Thanks!
    Last edited by tony5429 (2010-02-27 18:18:54)

    make is probably checking the return codes of the commands rather than seeing if anything goes to stderr. you could probably just do
    if test -d /usr/share/yellowcot; then
    rm -r /usr/share/yellowcot &>/dev/null
    fi
    might not work though, I usually use automake so I don't know what I am doing

  • Som issues with Nvidia GTX960 - dmesg error output posted

    I have some issues with icons not showing up, eg. in pamac. Just red crosses or what it's called.
    Here is my dmesg error output.
    $ dmesg --level=err,warn
    [ 0.000000] ACPI: RSDP 0x00000000DD7F6000 000024 (v02 ALASKA)
    [ 0.000000] ACPI: XSDT 0x00000000DD7F6080 00007C (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x00000000DD8041A8 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: DSDT 0x00000000DD7F6198 00E009 (v02 ALASKA A M I 00000031 INTL 20091112)
    [ 0.000000] ACPI: FACS 0x00000000DDD45080 000040
    [ 0.000000] ACPI: APIC 0x00000000DD8042B8 000092 (v03 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 0x00000000DD804350 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: LPIT 0x00000000DD804398 00005C (v01 ALASKA A M I 00000000 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000DD8043F8 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 0x00000000DD804938 000AD8 (v01 PmRef CpuPm 00003000 INTL 20091112)
    [ 0.000000] ACPI: MCFG 0x00000000DD805410 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x00000000DD805450 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000DD805488 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 0x00000000DD8057F8 0034E1 (v01 SaSsdt SaSsdt 00003000 INTL 20091112)
    [ 0.000000] ACPI: BGRT 0x00000000DD808D38 000038 (v00 ALASKA A M I 01072009 AMI 00010013)
    [ 0.006274] ACPI: All ACPI Tables successfully acquired
    [ 0.014978] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [ 0.014978] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.016204] Ignoring BGRT: invalid status 0 (expected 1)
    [ 0.102300] #2 #3 #4 #5 #6 #7
    [ 0.263542] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.265355] ACPI: Dynamic OEM Table Load:
    [ 0.265358] ACPI: SSDT 0xFFFF8807FA42A800 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20091112)
    [ 0.265733] ACPI: Dynamic OEM Table Load:
    [ 0.265736] ACPI: SSDT 0xFFFF8807FA419800 0005AA (v01 PmRef ApIst 00003000 INTL 20091112)
    [ 0.266134] ACPI: Dynamic OEM Table Load:
    [ 0.266135] ACPI: SSDT 0xFFFF8807FA46DA00 000119 (v01 PmRef ApCst 00003000 INTL 20091112)
    [ 0.267060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150204/hwxface-580)
    [ 0.267063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150204/hwxface-580)
    [ 0.285136] ACPI: Enabled 5 GPEs in block 00 to 3F
    [ 0.793801] ata1.00: supports DRM functions and may not be fully accessible
    [ 0.794140] ata1.00: supports DRM functions and may not be fully accessible
    [ 0.794388] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20150204/psargs-359)
    [ 0.794391] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT5._GTF] (Node ffff8807fe0d19b0), AE_NOT_FOUND (20150204/psparse-536)
    [ 0.795480] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20150204/psargs-359)
    [ 0.795482] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT5._GTF] (Node ffff8807fe0d19b0), AE_NOT_FOUND (20150204/psparse-536)
    [ 1.018384] usb 3-3: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 1.018386] usb 3-3: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 1.040606] systemd-journald[181]: Failed to set file attributes: Inappropriate ioctl for device
    [ 1.114596] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 1.115441] ACPI Warning: SystemIO range 0x000000000000F000-0x000000000000F01F conflicts with OpRegion 0x000000000000F000-0x000000000000F00F (\_SB_.PCI0.SBUS.SMBI) (20150204/utaddress-254)
    [ 1.230333] nvidia: module license 'NVIDIA' taints kernel.
    [ 1.230335] Disabling lock debugging due to kernel taint
    [ 1.235547] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 352.21 Tue Jun 9 21:53:31 PDT 2015
    [ 2.072087] NVRM: Your system is not currently configured to drive a VGA console
    [ 2.072090] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
    [ 2.072091] NVRM: requires the use of a text-mode VGA console. Use of other console
    [ 2.072091] NVRM: drivers including, but not limited to, vesafb, may result in
    [ 2.072092] NVRM: corruption and stability problems, and is not supported.
    My hardware is a desktop with i7 4790K (4 cores with HT enabled) ASUS Z87-K motherboard, 32 GB Corsair 1600 MHz RAM. Samsung 850 PRO 1 TB SSD.
    My inxi -F
    System: Host: archie Kernel: 4.0.5-1-ARCH x86_64 (64 bit) Desktop: Xfce 4.12.2 Distro: Arch Linux
    Machine: System: ASUS product: All Series
    Mobo: ASUSTeK model: Z87-K v: Rev X.0x serial: 130612439103584
    Bios: American Megatrends v: 1402 date: 11/05/2014
    CPU: Quad core Intel Core i7-4790K (-HT-MCP-) cache: 8192 KB
    clock speeds: max: 4400 MHz 1: 4000 MHz 2: 4002 MHz 3: 4000 MHz 4: 4000 MHz 5: 4256 MHz
    6: 4001 MHz 7: 4002 MHz 8: 4002 MHz
    Graphics: Card: NVIDIA GM206 [GeForce GTX 960]
    Display Server: X.org 1.17.2 driver: nvidia tty size: 108x41 Advanced Data: N/A for root
    Audio: Card-1 Intel 8 Series/C220 Series High Definition Audio Controller driver: snd_hda_intel
    Card-2 NVIDIA Device 0fba driver: snd_hda_intel
    Sound: Advanced Linux Sound Architecture v: k4.0.5-1-ARCH
    Network: Card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller driver: r8169
    IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: <masked>
    Drives: HDD Total Size: 1024.2GB (4.4% used) ID-1: /dev/sda model: Samsung_SSD_850 size: 1024.2GB
    Partition: ID-1: / size: 48G used: 13G (27%) fs: ext4 dev: /dev/sda3
    ID-2: /home size: 769G used: 154M (1%) fs: ext4 dev: /dev/sda4
    ID-3: /boot size: 511M used: 25M (5%) fs: vfat dev: /dev/sda1
    ID-4: swap-1 size: 33.55GB used: 0.00GB (0%) fs: swap dev: /dev/sda2
    Sensors: System Temperatures: cpu: 29.8C mobo: 27.8C
    Fan Speeds (in rpm): cpu: N/A
    Info: Processes: 172 Uptime: 10 min Memory: 1133.0/32119.5MB Client: Shell (sudo) inxi: 2.2.25
    Have I missed something to post?
    Last edited by dockland (2015-06-17 20:30:48)

    I read that this line in my case
    [ 1.115441] ACPI Warning: SystemIO range 0x000000000000F000-0x000000000000F01F conflicts with OpRegion 0x000000000000F000-0x000000000000F00F (\_SB_.PCI0.SBUS.SMBI) (20150204/utaddress-254)
    is a bug and unfixable.
    What does that mean and why is it "unfixable"? Is that some hardware that is not compatible with Arch at all?

  • Error: "output could not be issued" while seeing a print preview in va03

    Dear All
    In a T.code VA03 , if i have display a print pre-view for a particular order for an output type BAOA . Am getting an error "output could not be issued" . please give me the solution for this

    Hi,
    First check in PATH: - SPRO > Sales and Distribution > Basic Functions > Output Control > Output Determination > Output Determination Using the Condition Technique > Maintain Output Determination for Sales Documents > Maintain Output Types - Here for O/P Type BAOA, check whether FORM Routine "ENTRY" has been asisgned under "Processing Routine" option.
    If not resolved then secondly, Check whether any Requirement (Routine) has been assigned to the Output Type BAOA in the Output Determination Procedure.
    To check the same, go to PATH: - SPRO > Sales and Distribution > Basic Functions > Output Control > Output Determination > Output Determination Using the Condition Technique > Maintain Output Determination for Sales Documents > Maintain Output Determination Procedure - Here check for the Procedure assigned to your Sales Area and Sales Doc Type (for e.g. V10000). If any requirement is there then make it blank and then try printing the order by deleteting and adding new o/p record.
    If not resloved then Ask ABAPer to debug it.

  • Premiere Pro CS5: please help problem with importing a file error output "there was an error decompressing audio or video"

    please help problem with importing a file error output "there was an error decompressing audio or video"

    this is related to what adobe program/version?

  • Question error message 150:30

    error message 150:30--can't access EDIT--can do ORGANIZE--message says "license stopped working"

    thx--
    Date: Sun, 2 Feb 2014 18:59:21 -0800
    From: [email protected]
    To: [email protected]
    Subject: question error message 150:30
        Re: question error message 150:30
        created by mytaxsite.co.uk in Photoshop Elements - View the full discussion
    Without further info regarding your version and operating system, I sugge4st try this link:
    <http://helpx.adobe.com/creative-suite/kb/error-licensing-stopped-windo ws.html>
    This error is pretty common and googling for it will generate many different solutions.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6079421#6079421
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6079421#6079421
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6079421#6079421. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Photoshop Elements at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Error output to 'write to spreadsheet'

    Hi 
    I dont know, whether someone talked about this earlier.
    But I prefer error output for 'write to spreadsheet file' subvi, as it keep crashing the software with error 5.
    I want this, 
    Thanks
    Cube

    > that would make people think it works with Excel "spreadsheets".
    actually, tab-delimited text files work fine with excel (of course there are some exceptions )
    I would rather have this VI removed from the palettes and marked it as deprecated since it does not conform to LV style-guides (no error in/out) any more. I also guess that the pop-up dialog might block other LV threads which will be a serious issue if you have some data logging running. (I can find/build/provide several nice examples where a pop-up VI set to dialog appearance - and also user interaction on GUI elements - can block other loops running in LV)
    Thus, I never use the pre-programmed write/read spreadsheet VIs, I always write my own version - usually takes 2-3 LV primitives + a few constants ...
    just my 2 cents
    -Benjamin
    CLA

  • Sqlplus and error output

    Hi,
    I have a problem, I open a sqlplus session on a bash script and I have to catch the error output.
    I try to redirect the error output in this way:
    sqlplus $DBCONN_STRING <<! 1>>$MSG_FILE 2>>$ERR_FILEBut in this way I have the ERR_FILE (that have to contain the errors) blank! The error is in the MSG_FILE (that contains other information, but I need only error.
    How can I put the error messages in ERR_FILE?
    Thanks, bye bye.

    Dear Abdujaparov!
    SQL*Plus writes it's output through stdout. Even ORA-XXXX errormessages are written through stdout. The stderr channel is only used if SQL*Plus is suffering an error and terminates abnormaly so you won't get ORA-XXX errormessages into your error file with 2>>.
    I think that's not the answer you wanted to hear but I hope that it could be of any help to you.
    Yours sincerely
    Florian W.

  • Differenct between Lookup Error Output and Lookup No Match Output

    Hi All
    I'm new in SSIS and reading book for SSIS and unable to understand the difference between Lookup Error Output and Lookup No Match Output in Lookup transformation. Are these terms same or is there any difference between them ?. Please guide
    Thanks
    Regards
    Muz

    Nope. Error output is more generic ie any errors happening inside lookup can be redirected to error output by default. This includes lookup match failures as well as data conversion error, truncation error etc. Upto SSIS 2005 this was the only output available
    in addition to match output inside lookup so if you want to capture unmatched rows you had to redirect them to error output itself.
    But from SSIS 2008 onwards they've introduced one more output called no match output. This gives you ability to redirect only no matched rows through no match output so that you'll be able to distinguish between unmatched rows and other error rows.
    You can configure this option inside Specify how to handle rows with no matching entries option in Lookup Editor. You can choose Ignore Failure,
    Redirect rows to no match output,Redirect rows to error output etc as options
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • No rows will be sent to error output(s). Configure error or truncation dispositions to redirect rows...

    We are trying to pump 3rd party data into our application. We have the following steps defined...
    Excel Source of the 3rd Party delivered spreadsheet
    Data Conversion of some Date data columns
    OLE DB Destination of the raw 3rd party data that we want to store for reference and auditing purposes
    Now we want to perform some edits and data cleansing of the 3rd party data. The first thing I tried was a Lookup to try and see if we can match the 3rd party data to our [MEMBER] Table. When I try flowing and connecting the
    OLE DB Destination task to the Lookup task, I get a big fat warning...
    No rows will be sent to error output(s). Configure error or truncation dispositions to redirect rows...
    And the connection error appears in red and is labeled...
    OLE DB Destination Error Output
    Am I missing a step here? Do I need to clean this up or can I simply ignore it? Do I need to OLE DB Source the data before I attempt querying our database which is a different SQL Server Database than the Database we actually pump the 3rd party data into?
    Thanks for your review and am hopeful for a quick reply.

    Hi ITBobbyP,
    If I understand correctly, you are connecting the OLE DB Destination component to a Lookup Transformation with red arrow. The connection error appears in red and is labeled “OLE DB Destination Error Output”. And when you execute the package, you also get
    the warning message “No rows will be sent to error output(s). Configure error or truncation dispositions to redirect rows...”.
    Please note that we can only set error output for the OLE DB Destination component, so the connection between OLE DB Destination component and Lookup Transformation is red arrow with label “OLE DB Destination Error Output”. This is a normal style.
    Besides, by default, SSIS will "Fail component" on an error or truncation issue. We must tell SSIS that you do not want to fail the package, you want to "Redirect Row" which will allow the flow to continue down the red arrow.  So
    to remove the warning message, please refer to the following setting:
    Edit the OLE DB Destination component
    Go to the Error Output tab
    Change the error redirect to Redirect Output.
    The following screenshot is for your reference:
    Reference:
    Configure an Error Output in a Data Flow Component
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Change Error Output File?

    A problem with Essbase is that it doesn't handle file paths which include spaces. This means that the default error output file "C:\Program Files\IBM\DB2 OLAP Server\Client\" doesn't work. Now I manually direct the error output to "C:\temp\" instead. Is there a parameter in Essbase with which a can set this as the default error output path?John Smith

    This problem has been solved. It was a bug in one of the Oracle programs that creates BI Extract.
    Also, please visit my blog for information on AP Check printing in Oracle R12
    http://ora12apps.blogspot.com/

  • Oracle + Unix question , Error validation for SQL statements in co process

    Hi,
    If I use co process in a shell script , what is the best way to do the error validation of the execution of any sql statements . I was trying to change the following code to make use of co process concept. When I tried echo $? after the execution of a "wrong statements"
    it is still giving Zero output ( meaning success)
    <<<<<<<<<<<<<<<<<<<<<<<<<<<
    cat ${CFG_DIR}/srs_indx.lst | egrep -v '^#' | egrep -v '^[    ]*$' | while read x
    do
    echo " Processing values :: pre $pre tbl $tbl indx $indx tblspc $tblspc cols $cols param $param" >> ${LOGS_DIR}/srs_indx.log
    sqlplus ${BIZSTG} << EOT >> ${LOGS_DIR}/srs_indx.log
    set verify on timing on term on echo on feedback on serveroutput on
    WHENEVER SQLERROR CONTINUE
    drop index $indx;
    WHENEVER SQLERROR EXIT FAILURE
    alter session set query_rewrite_enabled = true;
    create $pre index $indx on $tbl ($cols)
    tablespace $tblspc
    $param;
    exit
    EOT
    RC=$?
    if ( test $RC -ne 0 )
    then
         ERR_MSG="ERROR in creating index $indx for table $tbl from srs_indx.ksh of $ENVIR : $APP by `whoami`@`hostname` on `date` "
         echo $ERR_MSG >> ${LOGS_DIR}/srs_indx.log
         process_warning ${LOGS_DIR}/srs_indx.log
         exitstat=1
    else
         echo "$indx created at `date`" >> ${LOGS_DIR}/srs_indx.log
    fi
    done
    >>>>>>>>>>>>>>>>>>>>
    Any help will be appreciated .
    with thanks and regards
    Ranjeesh K R

    Hi,
    Thanks for the response, I guess people misunderstood my question .
    My question was about "error handling in case of CO PROCESS". For those who don't know about this, in case CO PROCESS you just need to login once to Oracle. In my above code It is logging in & out for each entry in the list. CO process statements may look Similar to SQL statements in pro*C. In PRO*C we use EXEC, but here print -p statements..
    a sample is given for those who are new to co process.
    sqlplus -s /nolog |& # Open a pipe to SQL*Plus
    print -p -- 'connect user/password@instance'
    print -p -- 'set feed off pause off pages 0 head off veri off line 500'
    print -p -- 'set term off time off'
    print -p -- "set sqlprompt ''"
    print -p -- "select sysdate from dual;"
    read -p SYSDATE
    print -p -- "select user from dual;"
    read -p USER
    print -p -- "select global_name from global_name;"
    read -p GLOBAL_NAME
    print -p -- exit
    echo SYSDATE: $SYSDATE
    echo USER: $USER
    echo GLOBAL_NAME: $GLOBAL_NAME
    But I got stuck during error handling of these SQL statements, especially the $? / $* returns 0 even after an erroneus execution.
    Regards

  • Quicktime render errors-output module fails

    Hi everyone,
    I'm having more and more trouble lately rendering out a simple uncompressed (codec = none) 1280x720 or 1920 x 1080 Quicktime.
    This used to be my standard output format, ready for further encoding.
    But now almost every render to uncompressed Quicktime stops at a random moment and give me the "Output failed" error message.
    What the heck changed when going from CS6 to CC ??????  Anyone experience anything similar?

    We need a lot more information than you've given us to have any idea:
    FAQ: What information should I provide when asking a question on this forum?

  • Error : Output could not be issued

    Dear Expert,
    I am not able to take print out of one of my invoice. While looking for print preview i am getting error message as below :
    Output could not be issued
    Message no. VF 304
    Diagnosis
    An error occurred while output was being issued. It is possible, for example, that the form to be issued has not been activated or has an error. An error may also have arisen while the data to be issued was being edited.
    I did some changes in smartform but all is activated and other invoices are showing proper output except one.
    can you please tell me possible causes to trace this error.
    Thanks.

    Hello,
    Please check the OSS : Note 451568 - Document printing:Message VF304 - Output could not be issued for more informtaion.
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=451568
    The OSS will be helpful.
    BR,
    Tushar

  • Sharepoint 2010 question : Error while deploying wsp file in using managment shell (power script)

    When I tried to deploy the wsp's using managment shell (power shell scripts) everything looks good.
    When I go and take a look the "manage farm solutions" thru sharepoint central admin, I see the deployment failed in two servers.
    Error is
    Could not load file or assembly 'c:\windows\Temp\solution-cxxxxxxxxxxxxxx\xxx.xxx.dll" or one of its dependencies. Access is denied.
    Can you please let me know what could be the reason.
    Note : I have two app servers and two web servers setup. The deployment is sucessful in 2 apps servers . but 2 web servers are giving error.
    Thanks
    Pichaimani

    Hi,
    According to your post, my understanding is that you wanted to failed to deploy the wsp's using managment shell.
    You need to make sure that the dll is registered in the GAC.
    Go to %Windows%\assembly. If the dll isn't there , you need to install it to the GAC on the server. Simply drag it into that folder in Windows Explorer, and it should install itself.
    Here is a similar thread for your reference:
    http://stackoverflow.com/questions/1265505/sharepoint-could-not-load-file-or-assembly-the-system-cannot-find-the-file-sp
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

Maybe you are looking for

  • Creating a new document from a sublayer?

    I wonder if this is possible in Illustrator CS4? I want to copy a sublayer from a current document and paste it to a new layer, and save it as SVG. Does anyone knows how to 'tell' Illustrator to "select" a sublayer?

  • How much Ram do I need in a MacBook Pro for Software Engineering?

    I plan to buy a new MacBook Pro in the next month for school and hopefully for work. I would like this computer to get me at least 4 years of use. I will be majoring in software engineering. My question is how much ram would I need in a Macbook Pro f

  • Preview Purchase Order text

    Hi Experts, I need your help, is there transaction that i can see the Purchase Order text as report? I can see the purchase order text in MM03, but I need to see several materials with ours purchase orders texts like MM60. I found the function module

  • XI technical error messages

    We are using JMS adapter, the partner system that connects to XI wants to see a list of technical errors messages to handle the errors. Where can I find a standard list of technical XI error messages that get passed to the JMS?

  • Performance: SQLJ & JDBC

    I am currently working on a project testing the performance of JDBC and SQLJ on an Oracle9i DB. When performing inserts using SQLJ some unexpected behavior where seen. During all the test runs the initial insert where on average 100x larger than the