ALTER SEQUENCE on a busy server results in unexpected very high values

Our sequence was at 782,393,232 or so, when I bumped it up by 30,000. Here's the commands I used:
alter sequence OUR_SEQ increment by 30000;
select OUR_SEQ.nextval from dual;
alter sequence OUR_SEQ increment by 1;
commit;
When I queried the sequence's nextval a few minutes later, it had jumped to over 8 billion !?! I quickly reset down to 783 million or so, and it behaved propertly after that. I've seen a couple of posts on the net that infer that resetting a sequence while it is being heavily used can cause "unpredictable results". Has anyone else experienced this or is there a known bug ?
I'm running :
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit, RAC system.
PL/SQL Release 10.2.0.4.0 - Production
"CORE     10.2.0.4.0     Production"
TNS for Linux: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production

Justin Cave wrote:
Sven,
I'm not sure that I understand what you're clarifying...
In a RAC cluster, a sequence with a cache has a separate cache in each node of the cluster. If the cache was set to 20 (the default), and the increment was set to 30,000, each node would cache 20 values each separated by 30,000. And the caches would be non-overlapping (i.e. node A would get the 20 values from 1 - 570,001, node B would get the 20 values from 600,001 - 1,170,001). I don't see that this is at odds with what I posted.
Obviously, the presence of a cache creates a bit of a wrinkle with when, exactly, you say that a sequence is incremented. The NEXT_VALUE in DBA_SEQUENCES is incremented by cache*interval when any node exhausts its cache. The NEXTVAL of a sequence for connections that are hitting a particular node will increase by interval each time some other session gets the NEXTVAL of a sequence. The NEXTVAL of a sequence for connections on a different node is unaffected by what is happening on the current node. Is that the clarification you're making? If so, I agree.
user11300030,
The discussion on sequence caching may provide some insight into why none of the rows are between 780 million and 1 billion. It's entirely possible that those values were cached on a node other than the node where the inserts were run. Had the caches not been flushed when you altered the sequence, inserts run on those other nodes might have used the values from that range.
JustinWe do have two nodes and the sequence cache size was 100, so what you suggested in your last paragraph makes sense.
Also, I just ran an AWR report and noted that "select our_seq.nextval from dual" was called 280K times (Hibernate is a hungry beast).

Similar Messages

  • Server Crashes during GC/very high request rate?

    We have lately seen our production server crash with the same error code (47433441534B3448524541440E435050002F). We are not sure exactly what this error means excepting that we see a high load on the server (~ 30 Http requests). I don't think this is a huge number at all. Has anyone seen this before? any help is appreciated.
    ----------- Message form the error file that gets generated ----
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # Internal Error (47433441534B3448524541440E435050002F), pid=15101, tid=1076185
    440
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_12-b04 mixed mode)
    --------------- T H R E A D ---------------
    Current thread (0x0000000040133f90): GCTaskThread [id=15102]
    Stack: [0x0000000040154000,0x0000000040255000), sp=0x0000000040253c80, free sp
    ace=1023k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x661201]
    V [libjvm.so+0x2e0856]
    V [libjvm.so+0x31b9e9]
    V [libjvm.so+0x56a235]
    C [libpthread.so.0+0x6137]
    C 0x0000000000000000
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0000002ae6571100 JavaThread "Timer-29" daemon [_thread_blocked, id=15351]
    0x0000002ae7af64e0 JavaThread "Timer-30" daemon [_thread_blocked, id=15350]
    0x0000002ae7af6230 JavaThread "Timer-28" daemon [_thread_blocked, id=15349]
    0x0000002af3d4a9b0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunn
    er$PoolThread-#2" daemon [_thread_blocked, id=15348]
    0x0000002af31610a0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunn
    er$PoolThread-#1" daemon [_thread_blocked, id=15347]
    0x0000002af850f5f0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunn
    er$PoolThread-#0" daemon [_thread_blocked, id=15346]
    0x0000002aea9b0ca0 JavaThread "Timer-27" daemon [_thread_blocked, id=15345]
    0x0000002aea72e0d0 JavaThread "pool-3-thread-10" [_thread_blocked, id=15343]
    0x0000002af8816a20 JavaThread "pool-3-thread-9" [_thread_blocked, id=15342]
    0x0000002af8816770 JavaThread "pool-2-thread-5" [_thread_blocked, id=15341]
    0x0000002aea1deb60 JavaThread "Timer-26" daemon [_thread_blocked, id=15330]
    0x0000002ae6dc3bd0 JavaThread "http-80-Processor125" daemon [_thread_blocked,
    id=15329]
    ....

    # An unexpected error has been detected by HotSpot Virtual Machine:
    # Internal Error (47433441534B3448524541440E435050002F), pid=15101, tid=1076185440
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_12-b04 mixed mode)
    --------------- T H R E A D ---------------
    Current thread (0x0000000040133f90): GCTaskThread [id=15102]
    Stack: [0x0000000040154000,0x0000000040255000), sp=0x0000000040253c80, free space=1023k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x661201]
    V [libjvm.so+0x2e0856]
    V [libjvm.so+0x31b9e9]
    V [libjvm.so+0x56a235]
    C [libpthread.so.0+0x6137]
    C 0x0000000000000000
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0000002ae6571100 JavaThread "Timer-29" daemon [_thread_blocked, id=15351]
    0x0000002ae7af64e0 JavaThread "Timer-30" daemon [_thread_blocked, id=15350]
    0x0000002ae7af6230 JavaThread "Timer-28" daemon [_thread_blocked, id=15349]
    0x0000002af3d4a9b0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=15348]
    0x0000002af31610a0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=15347]
    0x0000002af850f5f0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=15346]
    0x0000002aea9b0ca0 JavaThread "Timer-27" daemon [_thread_blocked, id=15345]
    0x0000002aea72e0d0 JavaThread "pool-3-thread-10" [_thread_blocked, id=15343]
    0x0000002af8816a20 JavaThread "pool-3-thread-9" [_thread_blocked, id=15342]
    0x0000002af8816770 JavaThread "pool-2-thread-5" [_thread_blocked, id=15341]
    0x0000002aea1deb60 JavaThread "Timer-26" daemon [_thread_blocked, id=15330]
    0x0000002ae6dc3bd0 JavaThread "http-80-Processor125" daemon [_thread_blocked, id=15329]
    0x0000002ae6dc2a70 JavaThread "http-80-Processor124" daemon [_thread_in_native, id=15328]
    0x0000002ae6dc1910 JavaThread "http-80-Processor123" daemon [_thread_blocked, id=15327]
    0x0000002ae6dc07b0 JavaThread "http-80-Processor122" daemon [_thread_blocked, id=15326]
    0x0000002ae6dbf650 JavaThread "http-80-Processor121" daemon [_thread_blocked, id=15325]
    0x0000002ae6dbe4f0 JavaThread "http-80-Processor120" daemon [_thread_blocked, id=15324]
    0x0000002ae6dbd390 JavaThread "http-80-Processor119" daemon [_thread_blocked, id=15323]
    0x0000002ae5ff7f20 JavaThread "http-80-Processor118" daemon [_thread_blocked, id=15322]
    0x0000002ae5ff6dc0 JavaThread "http-80-Processor117" daemon [_thread_blocked, id=15320]
    0x0000002ae5ff5c60 JavaThread "http-80-Processor116" daemon [_thread_blocked, id=15319]
    0x0000002ae5ff4b00 JavaThread "http-80-Processor115" daemon [_thread_blocked, id=15318]
    0x0000002ae5ff39a0 JavaThread "http-80-Processor114" daemon [_thread_blocked, id=15317]
    0x0000002ae5ff2840 JavaThread "http-80-Processor113" daemon [_thread_blocked, id=15316]
    0x0000002ae5ff16e0 JavaThread "http-80-Processor112" daemon [_thread_blocked, id=15315]
    0x0000002ae66786e0 JavaThread "http-80-Processor111" daemon [_thread_blocked, id=15314]
    0x0000002ae6677580 JavaThread "http-80-Processor110" daemon [_thread_blocked, id=15313]
    0x0000002ae6676420 JavaThread "http-80-Processor109" daemon [_thread_blocked, id=15312]
    0x0000002ae66752c0 JavaThread "http-80-Processor108" daemon [_thread_blocked, id=15311]
    0x0000002ae6ba6610 JavaThread "http-80-Processor107" daemon [_thread_blocked, id=15310]
    0x0000002ae6de12d0 JavaThread "http-80-Processor106" daemon [_thread_blocked, id=15309]
    0x0000002ae6de0200 JavaThread "http-80-Processor105" daemon [_thread_blocked, id=15308]
    0x0000002ae68c6d10 JavaThread "http-80-Processor104" daemon [_thread_blocked, id=15307]
    0x0000002ae67492e0 JavaThread "http-80-Processor103" daemon [_thread_blocked, id=15306]
    0x0000002ae6ddfdc0 JavaThread "http-80-Processor102" daemon [_thread_blocked, id=15305]
    0x0000002ae6db3cb0 JavaThread "http-80-Processor101" daemon [_thread_blocked, id=15304]
    0x0000002ae68c1c30 JavaThread "http-80-Processor100" daemon [_thread_blocked, id=15303]
    0x0000002ae68c0ad0 JavaThread "http-80-Processor99" daemon [_thread_blocked, id=15302]
    0x0000002aeb04f9a0 JavaThread "http-80-Processor98" daemon [_thread_blocked, id=15301]
    0x0000002aeb04e840 JavaThread "http-80-Processor97" daemon [_thread_in_native, id=15300]
    0x0000002aeb04d6e0 JavaThread "http-80-Processor96" daemon [_thread_in_native, id=15299]
    0x0000002aeb04c580 JavaThread "http-80-Processor95" daemon [_thread_blocked, id=15298]
    0x0000002aeb04b420 JavaThread "http-80-Processor94" daemon [_thread_blocked, id=15297]
    0x0000002aeb04a2c0 JavaThread "http-80-Processor93" daemon [_thread_in_native, id=15296]
    0x0000002aeb049160 JavaThread "http-80-Processor92" daemon [_thread_in_native, id=15295]
    0x0000002aeb048060 JavaThread "http-80-Processor91" daemon [_thread_in_native, id=15294]
    0x0000002ae6df19e0 JavaThread "http-80-Processor90" daemon [_thread_in_native, id=15293]
    0x0000002ae6df0880 JavaThread "http-80-Processor89" daemon [_thread_in_native, id=15292]
    0x0000002ae6def720 JavaThread "http-80-Processor88" daemon [_thread_in_native, id=15291]
    0x0000002ae6dee5c0 JavaThread "http-80-Processor87" daemon [_thread_blocked, id=15290]
    0x0000002ae6ded460 JavaThread "http-80-Processor86" daemon [_thread_blocked, id=15289]
    0x0000002aeffd91b0 JavaThread "http-80-Processor85" daemon [_thread_in_native, id=15288]
    0x0000002aeffd8050 JavaThread "http-80-Processor84" daemon [_thread_in_native, id=15287]
    0x0000002aee883f60 JavaThread "http-80-Processor83" daemon [_thread_in_native, id=15286]
    0x0000002aee882e60 JavaThread "http-80-Processor82" daemon [_thread_blocked, id=15285]
    0x0000002ae6763fd0 JavaThread "http-80-Processor81" daemon [_thread_blocked, id=15284]
    0x0000002ae77e8ff0 JavaThread "http-80-Processor80" daemon [_thread_in_native, id=15283]
    0x0000002ae77e8670 JavaThread "http-80-Processor79" daemon [_thread_blocked, id=15282]
    0x0000002ae7863cf0 JavaThread "http-80-Processor78" daemon [_thread_in_native, id=15281]
    0x0000002ae7863410 JavaThread "http-80-Processor77" daemon [_thread_in_native, id=15280]
    0x0000002ae5f73dc0 JavaThread "http-80-Processor76" daemon [_thread_in_native, id=15279]
    0x0000002ae8c61560 JavaThread "pool-3-thread-8" [_thread_blocked, id=15277]
    0x0000002ae72d0880 JavaThread "pool-3-thread-7" [_thread_blocked, id=15276]
    0x0000002ae72cfdc0 JavaThread "pool-2-thread-4" [_thread_blocked, id=15275]
    0x0000002ae5e08460 JavaThread "pool-1-thread-5" [_thread_blocked, id=15274]
    0x0000002ae7a1f590 JavaThread "pool-3-thread-6" [_thread_blocked, id=15272]
    0x0000002ae8706760 JavaThread "pool-3-thread-5" [_thread_blocked, id=15271]
    0x0000002aee586ac0 JavaThread "pool-2-thread-3" [_thread_blocked, id=15270]
    0x0000002aea9ac4e0 JavaThread "pool-1-thread-4" [_thread_blocked, id=15269]
    0x0000002ae71e8af0 JavaThread "http-80-Processor75" daemon [_thread_in_native, id=15267]
    0x0000002ae71e76d0 JavaThread "http-80-Processor74" daemon [_thread_blocked, id=15266]
    0x0000002ae71e62b0 JavaThread "http-80-Processor73" daemon [_thread_in_native, id=15265]
    0x0000002ae71e4e90 JavaThread "http-80-Processor72" daemon [_thread_in_native, id=15264]
    0x0000002ae8c72a10 JavaThread "http-80-Processor71" daemon [_thread_in_native, id=15263]
    0x0000002ae8c71300 JavaThread "http-80-Processor70" daemon [_thread_blocked, id=15262]
    0x0000002ae8c701d0 JavaThread "http-80-Processor69" daemon [_thread_blocked, id=15261]
    0x0000002ae8c6edb0 JavaThread "http-80-Processor68" daemon [_thread_blocked, id=15260]
    0x0000002ae8c6d990 JavaThread "http-80-Processor67" daemon [_thread_in_native, id=15259]
    0x0000002ae8c6c570 JavaThread "http-80-Processor66" daemon [_thread_in_native, id=15258]
    0x0000002aee5e7dd0 JavaThread "http-80-Processor65" daemon [_thread_in_native, id=15257]
    0x0000002aee5e69b0 JavaThread "http-80-Processor64" daemon [_thread_blocked, id=15256]
    0x0000002aee5e5590 JavaThread "http-80-Processor63" daemon [_thread_blocked, id=15255]
    0x0000002aee5e4170 JavaThread "http-80-Processor62" daemon [_thread_in_native, id=15254]
    0x0000002aee5e2d50 JavaThread "http-80-Processor61" daemon [_thread_in_native, id=15253]
    0x0000002ae91fd720 JavaThread "http-80-Processor60" daemon [_thread_in_native, id=15252]
    0x0000002ae91fc300 JavaThread "http-80-Processor59" daemon [_thread_blocked, id=15251]
    0x0000002ae714eb40 JavaThread "http-80-Processor58" daemon [_thread_in_native, id=15250]
    0x0000002ae7e7e6f0 JavaThread "http-80-Processor57" daemon [_thread_in_native, id=15249]
    0x0000002ae7e7d2d0 JavaThread "http-80-Processor56" daemon [_thread_blocked, id=15248]
    0x0000002ae7a7ab90 JavaThread "http-80-Processor55" daemon [_thread_in_native, id=15247]
    0x0000002ae7e82610 JavaThread "http-80-Processor54" daemon [_thread_blocked, id=15246]
    0x0000002ae649c060 JavaThread "http-80-Processor53" daemon [_thread_blocked, id=15245]
    0x0000002ae8cc03b0 JavaThread "http-80-Processor52" daemon [_thread_in_native, id=15244]
    0x0000002aeba3eb80 JavaThread "http-80-Processor51" daemon [_thread_blocked, id=15243]
    0x0000002ae5d803c0 JavaThread "Timer-25" daemon [_thread_blocked, id=15242]
    0x0000002ae8ce4e90 JavaThread "Timer-24" daemon [_thread_blocked, id=15240]
    0x0000002af38ffb10 JavaThread "pool-3-thread-4" [_thread_blocked, id=15239]
    0x0000002ae846c280 JavaThread "pool-3-thread-3" [_thread_blocked, id=15238]
    0x0000002af39bb980 JavaThread "pool-3-thread-2" [_thread_blocked, id=15235]
    0x0000002ae846ca20 JavaThread "Timer-22" daemon [_thread_blocked, id=15234]
    0x0000002af311f610 JavaThread "pool-2-thread-2" [_thread_blocked, id=15233]
    0x0000002af3134e90 JavaThread "pool-3-thread-1" [_thread_blocked, id=15232]
    0x0000002ae846d170 JavaThread "pool-2-thread-1" [_thread_blocked, id=15231]
    0x0000002af319a5b0 JavaThread "pool-1-thread-3" [_thread_blocked, id=15228]
    0x0000002af3994c50 JavaThread "pool-1-thread-2" [_thread_blocked, id=15227]
    0x0000002af31b62e0 JavaThread "pool-1-thread-1" [_thread_blocked, id=15226]
    0x0000002ae7ffa580 JavaThread "http-80-Processor50" daemon [_thread_blocked, id=15221]
    0x0000002af3218260 JavaThread "http-80-Processor49" daemon [_thread_blocked, id=15220]
    0x0000002af32c9310 JavaThread "http-80-Processor48" daemon [_thread_blocked, id=15219]
    0x0000002af3832900 JavaThread "http-80-Processor47" daemon [_thread_blocked, id=15218]
    0x0000002ae7a89040 JavaThread "http-80-Processor46" daemon [_thread_blocked, id=15217]
    0x0000002aeaa35990 JavaThread "http-80-Processor45" daemon [_thread_blocked, id=15216]
    0x0000002aeaa34570 JavaThread "http-80-Processor44" daemon [_thread_blocked, id=15215]
    0x0000002aeaa33200 JavaThread "http-80-Processor43" daemon [_thread_in_native, id=15214]
    0x0000002aea1e51f0 JavaThread "http-80-Processor42" daemon [_thread_blocked, id=15213]
    0x0000002aea1e3dd0 JavaThread "http-80-Processor41" daemon [_thread_blocked, id=15212]
    0x0000002aea1e29b0 JavaThread "http-80-Processor40" daemon [_thread_blocked, id=15211]
    0x0000002aea1e1630 JavaThread "http-80-Processor39" daemon [_thread_blocked, id=15210]
    0x0000002ae91ac8b0 JavaThread "http-80-Processor38" daemon [_thread_blocked, id=15209]
    0x0000002ae91aaaf0 JavaThread "http-80-Processor37" daemon [_thread_blocked, id=15208]
    0x0000002ae91ab0b0 JavaThread "http-80-Processor36" daemon [_thread_in_native, id=15207]
    0x0000002ae8cea2f0 JavaThread "http-80-Processor35" daemon [_thread_blocked, id=15206]
    0x0000000040132560 JavaThread "http-80-Processor34" daemon [_thread_in_native, id=15205]
    0x0000000040131400 JavaThread "http-80-Processor33" daemon [_thread_blocked, id=15204]
    0x0000002ae8cea6b0 JavaThread "http-80-Processor32" daemon [_thread_in_native, id=15203]
    0x0000002ae8ceaf40 JavaThread "http-80-Processor31" daemon [_thread_in_native, id=15202]
    0x0000002ae8ce8d80 JavaThread "http-80-Processor30" daemon [_thread_in_native, id=15201]
    0x0000002ae8ce7960 JavaThread "TP-Monitor" daemon [_thread_blocked, id=15200]
    0x0000002ae8ce6540 JavaThread "http-80-Processor29" daemon [_thread_in_native, id=15199]
    0x0000002ae96241e0 JavaThread "TP-Processor4" daemon [_thread_in_native, id=15198]
    0x0000002ae7edda40 JavaThread "http-80-Processor28" daemon [_thread_blocked, id=15197]
    0x0000002ae67d5ab0 JavaThread "TP-Processor3" daemon [_thread_blocked, id=15196]
    0x0000002ae7edc360 JavaThread "http-80-Processor27" daemon [_thread_in_native, id=15195]
    0x0000002ae67d4b40 JavaThread "TP-Processor2" daemon [_thread_blocked, id=15194]
    0x0000002ae7ed9060 JavaThread "http-80-Processor26" daemon [_thread_in_native, id=15193]
    0x0000002ae67d41b0 JavaThread "TP-Processor1" daemon [_thread_blocked, id=15192]
    0x0000002ae793ee50 JavaThread "http-80-Monitor" [_thread_blocked, id=15191]
    0x0000002ae793de20 JavaThread "http-80-Processor25" daemon [_thread_blocked, id=15190]
    0x0000002ae8e76c80 JavaThread "http-80-Processor24" daemon [_thread_blocked, id=15189]
    0x0000002aefaf4ac0 JavaThread "http-80-Processor23" daemon [_thread_in_native, id=15188]
    0x0000002aefaf3960 JavaThread "http-80-Processor22" daemon [_thread_in_native, id=15187]
    0x0000002ae8eff2c0 JavaThread "http-80-Processor21" daemon [_thread_in_native, id=15186]
    0x0000002ae8efe160 JavaThread "http-80-Processor20" daemon [_thread_blocked, id=15185]
    0x0000002ae77976f0 JavaThread "http-80-Processor19" daemon [_thread_in_native, id=15184]
    0x0000002ae7796980 JavaThread "http-80-Processor18" daemon [_thread_in_native, id=15183]
    0x0000002aee697210 JavaThread "http-80-Processor17" daemon [_thread_in_native, id=15182]
    0x0000002aee6960b0 JavaThread "http-80-Processor16" daemon [_thread_in_native, id=15181]
    0x0000002ae6bf7f00 JavaThread "http-80-Processor15" daemon [_thread_blocked, id=15180]
    0x0000002ae6bf6e30 JavaThread "http-80-Processor14" daemon [_thread_in_native, id=15179]
    0x0000002ae7c45980 JavaThread "http-80-Processor13" daemon [_thread_blocked, id=15178]
    0x0000002ae2be4d40 JavaThread "http-80-Processor12" daemon [_thread_blocked, id=15177]
    0x0000002ae2be3be0 JavaThread "http-80-Processor11" daemon [_thread_in_native, id=15176]
    0x0000002aee832610 JavaThread "http-80-Processor10" daemon [_thread_blocked, id=15175]
    0x0000002ae78c5430 JavaThread "http-80-Processor9" daemon [_thread_in_native, id=15174]
    0x0000002ae78c42d0 JavaThread "http-80-Processor8" daemon [_thread_in_native, id=15173]
    0x0000002ae7f2ed10 JavaThread "http-80-Processor7" daemon [_thread_in_native, id=15172]
    0x0000002ae991f520 JavaThread "http-80-Processor6" daemon [_thread_in_native, id=15171]
    0x0000002ae78e5bf0 JavaThread "http-80-Processor5" daemon [_thread_in_native, id=15170]
    0x0000002ae78e4b60 JavaThread "http-80-Processor4" daemon [_thread_blocked, id=15169]
    0x0000002ae2b80230 JavaThread "http-80-Processor3" daemon [_thread_in_native, id=15168]
    0x0000002ae2b84130 JavaThread "http-80-Processor2" daemon [_thread_in_native, id=15167]
    0x0000002ae7c35790 JavaThread "http-80-Processor1" daemon [_thread_in_native, id=15166]
    0x0000002aefa26450 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=15165]
    0x0000002ae77fddf0 JavaThread "Timer-18" daemon [_thread_blocked, id=15164]
    0x0000002ae7afaf70 JavaThread "Timer-17" daemon [_thread_blocked, id=15160]
    0x0000002ae8451760 JavaThread "Thread-31" [_thread_blocked, id=15159]
    0x0000002ae847d5b0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=15156]
    0x0000002ae84d3170 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=15155]
    0x0000002af4470650 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=15154]
    0x0000002ae84d3860 JavaThread "Timer-15" daemon [_thread_blocked, id=15153]
    0x0000002ae8450f80 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=15142]
    0x0000002af40fc9c0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=15141]
    0x0000002af40fd580 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=15140]
    0x0000002ae85ae9e0 JavaThread "Timer-9" daemon [_thread_blocked, id=15139]
    0x0000002ae84fcb40 JavaThread "Timer-8" daemon [_thread_blocked, id=15138]
    0x0000002ae8436ab0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=15131]
    0x0000002ae843a6d0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=15130]
    0x0000002ae83fa4b0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=15129]
    0x0000002af4000d70 JavaThread "Timer-4" daemon [_thread_blocked, id=15128]
    0x0000002ae7c44b30 JavaThread "Timer-3" daemon [_thread_blocked, id=15125]
    0x0000002ae5f36c40 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=15120]
    0x0000002ae5f37b50 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=15119]
    0x0000002ae5f35fa0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=15118]
    0x0000002aee9f08a0 JavaThread "Timer-0" daemon [_thread_blocked, id=15117]
    0x0000002ae2b03af0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=15113]
    0x0000002ae2b02000 JavaThread "CompilerThread1" daemon [_thread_blocked, id=15112]
    0x0000002ae2b00bd0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=15111]
    0x0000002ae2ccd3e0 JavaThread "AdapterThread" daemon [_thread_blocked, id=15110]
    0x0000002ae2ccbfa0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=15109]
    0x0000002ae2cba550 JavaThread "Finalizer" daemon [_thread_blocked, id=15108]
    0x0000002ae2cb7c60 JavaThread "Reference Handler" daemon [_thread_blocked, id=15107]
    0x0000000040116710 JavaThread "main" [_thread_in_native, id=15101]
    Other Threads:
    0x0000002ae2cb3770 VMThread [id=15106]
    0x0000002ae2b06560 WatcherThread [id=15114]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x00000000401154c0/0x0000000040115510] Threads_lock - owner thread: 0x0000002ae2cb3770
    [0x0000000040115bb0/0x0000000040115be0] Heap_lock - owner thread: 0x0000002ae7c45980
    Heap
    PSYoungGen total 271296K, used 34078K [0x0000002ace300000, 0x0000002ae2700000, 0x0000002ae2700000)
    eden space 237184K, 0% used [0x0000002ace300000,0x0000002ace300000,0x0000002adcaa0000)
    from space 34112K, 99% used [0x0000002adcaa0000,0x0000002adebe7990,0x0000002adebf0000)
    to space 49344K, 0% used [0x0000002adf6d0000,0x0000002adf6d0000,0x0000002ae2700000)
    PSOldGen total 213440K, used 125011K [0x0000002aa5b00000, 0x0000002ab2b70000, 0x0000002ace300000)
    object space 213440K, 58% used [0x0000002aa5b00000,0x0000002aad514c30,0x0000002ab2b70000)
    PSPermGen total 153600K, used 94380K [0x0000002a9c500000, 0x0000002aa5b00000, 0x0000002aa5b00000)
    object space 153600K, 61% used [0x0000002a9c500000,0x0000002aa212b2a8,0x0000002aa5b00000)
    Dynamic libraries:
    40000000-4000e000 r-xp 00000000 fd:00 23184387 /usr/lib/jdk1.5.0_12/bin/java
    4010d000-40110000 rw-p 0000d000 fd:00 23184387 /usr/lib/jdk1.5.0_12/bin/java
    40110000-40154000 rwxp 40110000 00:00 0
    40154000-40155000 ---p 40154000 00:00 0
    40155000-40255000 rwxp 40155000 00:00 0
    40255000-40256000 ---p 40255000 00:00 0
    40256000-40356000 rwxp 40256000 00:00 0
    40356000-40357000 ---p 40356000 00:00 0
    40357000-40457000 rwxp 40357000 00:00 0
    40457000-40458000 ---p 40457000 00:00 0
    40458000-40558000 rwxp 40458000 00:00 0
    40558000-40559000 ---p 40558000 00:00 0
    40559000-40659000 rwxp 40559000 00:00 0
    40659000-4065c000 ---p 40659000 00:00 0
    4065c000-4075a000 rwxp 4065c000 00:00 0
    4075a000-4075d000 ---p 4075a000 00:00 0
    4075d000-4085b000 rwxp 4075d000 00:00 0
    4085b000-4085e000 ---p 4085b000 00:00 0
    4085e000-4095c000 rwxp 4085e000 00:00 0
    4095c000-4095f000 ---p 4095c000 00:00 0
    4095f000-40a5d000 rwxp 4095f000 00:00 0
    40a5d000-40a60000 ---p 40a5d000 00:00 0
    40a60000-40b5e000 rwxp 40a60000 00:00 0
    40b5e000-40b61000 ---p 40b5e000 00:00 0
    40b61000-40c5f000 rwxp 40b61000 00:00 0
    40c5f000-40c62000 ---p 40c5f000 00:00 0
    40c62000-40d60000 rwxp 40c62000 00:00 0
    40d60000-40d61000 ---p 40d60000 00:00 0
    40d61000-40e61000 rwxp 40d61000 00:00 0
    40e61000-40e64000 ---p 40e61000 00:00 0
    40e64000-40f62000 rwxp 40e64000 00:00 0
    40f62000-40f65000 ---p 40f62000 00:00 0
    40f65000-41063000 rwxp 40f65000 00:00 0
    41063000-41066000 ---p 41063000 00:00 0
    41066000-41164000 rwxp 41066000 00:00 0
    41164000-41167000 ---p 41164000 00:00 0
    41167000-41265000 rwxp 41167000 00:00 0
    41265000-41268000 ---p 41265000 00:00 0
    41268000-41366000 rwxp 41268000 00:00 0
    41366000-41369000 ---p 41366000 00:00 0
    41369000-41467000 rwxp 41369000 00:00 0
    41467000-4146a000 ---p 41467000 00:00 0
    4146a000-41568000 rwxp 4146a000 00:00 0
    41568000-4156b000 ---p 41568000 00:00 0
    4156b000-41669000 rwxp 4156b000 00:00 0
    41669000-4166c000 ---p 41669000 00:00 0
    4166c000-4176a000 rwxp 4166c000 00:00 0
    4176a000-4176d000 ---p 4176a000 00:00 0
    4176d000-4186b000 rwxp 4176d000 00:00 0
    4186b000-4186e000 ---p 4186b000 00:00 0
    4186e000-4196c000 rwxp 4186e000 00:00 0
    4196c000-4196f000 ---p 4196c000 00:00 0
    4196f000-41a6d000 rwxp 4196f000 00:00 0
    41a6d000-41a70000 ---p 41a6d000 00:00 0
    41a70000-41b6e000 rwxp 41a70000 00:00 0
    41b6e000-41b71000 ---p 41b6e000 00:00 0
    41b71000-41c6f000 rwxp 41b71000 00:00 0
    41c6f000-41c72000 ---p 41c6f000 00:00 0
    41c72000-41d70000 rwxp 41c72000 00:00 0
    41d70000-41d73000 ---p 41d70000 00:00 0
    41d73000-41e71000 rwxp 41d73000 00:00 0
    41e71000-41e74000 ---p 41e71000 00:00 0
    41e74000-41f72000 rwxp 41e74000 00:00 0
    41f72000-41f75000 ---p 41f72000 00:00 0
    41f75000-42073000 rwxp 41f75000 00:00 0
    42073000-42076000 ---p 42073000 00:00 0
    42076000-42174000 rwxp 42076000 00:00 0
    42174000-42177000 ---p 42174000 00:00 0
    42177000-42275000 rwxp 42177000 00:00 0
    42275000-42278000 ---p 42275000 00:00 0
    42278000-42376000 rwxp 42278000 00:00 0
    42376000-42379000 ---p 42376000 00:00 0
    42379000-42477000 rwxp 42379000 00:00 0
    42477000-4247a000 ---p 42477000 00:00 0
    4247a000-42578000 rwxp 4247a000 00:00 0
    42578000-4257b000 ---p 42578000 00:00 0
    4257b000-42679000 rwxp 4257b000 00:00 0
    42679000-4267c000 ---p 42679000 00:00 0
    4267c000-4277a000 rwxp 4267c000 00:00 0
    4277a000-4277d000 ---p 4277a000 00:00 0
    4277d000-4287b000 rwxp 4277d000 00:00 0
    4287b000-4287e000 ---p 4287b000 00:00 0
    4287e000-4297c000 rwxp 4287e000 00:00 0
    4297c000-4297f000 ---p 4297c000 00:00 0
    4297f000-42a7d000 rwxp 4297f000 00:00 0
    42a7d000-42a80000 ---p 42a7d000 00:00 0
    42a80000-42b7e000 rwxp 42a80000 00:00 0
    42b7e000-42b81000 ---p 42b7e000 00:00 0
    42b81000-42c7f000 rwxp 42b81000 00:00 0
    42c7f000-42c82000 ---p 42c7f000 00:00 0
    42c82000-42d80000 rwxp 42c82000 00:00 0
    42d80000-42d83000 ---p 42d80000 00:00 0
    42d83000-42e81000 rwxp 42d83000 00:00 0
    42e81000-42e84000 ---p 42e81000 00:00 0
    42e84000-42f82000 rwxp 42e84000 00:00 0
    42f82000-42f85000 ---p 42f82000 00:00 0
    42f85000-43083000 rwxp 42f85000 00:00 0
    43083000-43086000 ---p 43083000 00:00 0
    43086000-43184000 rwxp 43086000 00:00 0
    43184000-43187000 ---p 43184000 00:00 0
    43187000-43285000 rwxp 43187000 00:00 0
    43285000-43288000 ---p 43285000 00:00 0
    43288000-43386000 rwxp 43288000 00:00 0
    43386000-43389000 ---p 43386000 00:00 0
    43389000-43487000 rwxp 43389000 00:00 0
    43487000-4348a000 ---p 43487000 00:00 0
    4348a000-43588000 rwxp 4348a000 00:00 0
    43588000-4358b000 ---p 43588000 00:00 0
    4358b000-43689000 rwxp 4358b000 00:00 0
    43689000-4368c000 ---p 43689000 00:00 0
    4368c000-4378a000 rwxp 4368c000 00:00 0
    4378a000-4378d000 ---p 4378a000 00:00 0
    4378d000-4388b000 rwxp 4378d000 00:00 0
    4388b000-4388e000 ---p 4388b000 00:00 0
    4388e000-4398c000 rwxp 4388e000 00:00 0
    4398c000-4398f000 ---p 4398c000 00:00 0
    4398f000-43a8d000 rwxp 4398f000 00:00 0
    43a8d000-43a90000 ---p 43a8d000 00:00 0
    43a90000-43b8e000 rwxp 43a90000 00:00 0
    43b8e000-43b91000 ---p 43b8e000 00:00 0
    43b91000-43c8f000 rwxp 43b91000 00:00 0
    43c8f000-43c92000 ---p 43c8f000 00:00 0
    43c92000-43d90000 rwxp 43c92000 00:00 0
    43d90000-43d93000 ---p 43d90000 00:00 0
    43d93000-43e91000 rwxp 43d93000 00:00 0
    43e91000-43e94000 ---p 43e91000 00:00 0
    43e94000-43f92000 rwxp 43e94000 00:00 0
    43f92000-43f95000 ---p 43f92000 00:00 0
    43f95000-44093000 rwxp 43f95000 00:00 0
    44093000-44096000 ---p 44093000 00:00 0
    44096000-44194000 rwxp 44096000 00:00 0
    44194000-44197000 ---p 44194000 00:00 0
    44197000-44295000 rwxp 44197000 00:00 0
    44295000-44298000 ---p 44295000 00:00 0
    44298000-44396000 rwxp 44298000 00:00 0
    44396000-44399000 ---p 44396000 00:00 0
    44399000-44497000 rwxp 44399000 00:00 0
    44497000-4449a000 ---p 44497000 00:00 0
    4449a000-44598000 rwxp 4449a000 00:00 0
    44598000-4459b000 ---p 44598000 00:00 0
    4459b000-44699000 rwxp 4459b000 00:00 0
    44699000-4469c000 ---p 44699000 00:00 0
    4469c000-4479a000 rwxp 4469c000 00:00 0
    4479a000-4479d000 ---p 4479a000 00:00 0
    4479d000-4489b000 rwxp 4479d000 00:00 0
    4489b000-4489e000 ---p 4489b000 00:00 0
    4489e000-4499c000 rwxp 4489e000 00:00 0
    4499c000-4499f000 ---p 4499c000 00:00 0
    4499f000-44a9d000 rwxp 4499f000 00:00 0
    44a9d000-44aa0000 ---p 44a9d000 00:00 0
    44aa0000-44b9e000 rwxp 44aa0000 00:00 0
    44b9e000-44ba1000 ---p 44b9e000 00:00 0
    44ba1000-44c9f000 rwxp 44ba1000 00:00 0
    44c9f000-44ca2000 ---p 44c9f000 00:00 0
    44ca2000-44da0000 rwxp 44ca2000 00:00 0
    44da0000-44da3000 ---p 44da0000 00:00 0
    44da3000-44ea1000 rwxp 44da3000 00:00 0
    44ea1000-44ea4000 ---p 44ea1000 00:00 0
    44ea4000-44fa2000 rwxp 44ea4000 00:00 0
    44fa2000-44fa5000 ---p 44fa2000 00:00 0
    44fa5000-450a3000 rwxp 44fa5000 00:00 0
    450a3000-450a6000 ---p 450a3000 00:00 0
    450a6000-451a4000 rwxp 450a6000 00:00 0
    451a4000-451a7000 ---p 451a4000 00:00 0
    451a7000-452a5000 rwxp 451a7000 00:00 0
    452a5000-452a8000 ---p 452a5000 00:00 0
    452a8000-453a6000 rwxp 452a8000 00:00 0
    453a6000-453a9000 ---p 453a6000 00:00 0
    453a9000-454a7000 rwxp 453a9000 00:00 0
    454a7000-454aa000 ---p 454a7000 00:00 0
    454aa000-455a8000 rwxp 454aa000 00:00 0
    455a8000-455ab000 ---p 455a8000 00:00 0
    455ab000-456a9000 rwxp 455ab000 00:00 0
    456a9000-456ac000 ---p 456a9000 00:00 0
    456ac000-457aa000 rwxp 456ac000 00:00 0
    457aa000-457ad000 ---p 457aa000 00:00 0
    457ad000-458ab000 rwxp 457ad000 00:00 0
    458ab000-458ae000 ---p 458ab000 00:00 0
    458ae000-459ac000 rwxp 458ae000 00:00 0
    459ac000-459af000 ---p 459ac000 00:00 0
    459af000-45aad000 rwxp 459af000 00:00 0
    45aad000-45ab0000 ---p 45aad000 00:00 0
    45ab0000-45bae000 rwxp 45ab0000 00:00 0
    45bae000-45bb1000 ---p 45bae000 00:00 0
    45bb1000-45caf000 rwxp 45bb1000 00:00 0
    45caf000-45cb2000 ---p 45caf000 00:00 0
    45cb2000-45db0000 rwxp 45cb2000 00:00 0
    45db0000-45db3000 ---p 45db0000 00:00 0
    45db3000-45eb1000 rwxp 45db3000 00:00 0
    45eb1000-45eb4000 ---p 45eb1000 00:00 0
    45eb4000-45fb2000 rwxp 45eb4000 00:00 0
    45fb2000-45fb5000 ---p 45fb2000 00:00 0
    45fb5000-460b3000 rwxp 45fb5000 00:00 0
    460b3000-460b6000 ---p 460b3000 00:00 0
    460b6000-461b4000 rwxp 460b6000 00:00 0
    461b4000-461b7000 ---p 461b4000 00:00 0
    461b7000-462b5000 rwxp 461b7000 00:00 0
    462b5000-462b8000 ---p 462b5000 00:00 0
    462b8000-463b6000 rwxp 462b8000 00:00 0
    463b6000-463b9000 ---p 463b6000 00:00 0
    463b9000-464b7000 rwxp 463b9000 00:00 0
    464b7000-464ba000 ---p 464b7000 00:00 0
    464ba000-465b8000 rwxp 464ba000 00:00 0
    465b8000-465bb000 ---p 465b8000 00:00 0
    465bb000-466b9000 rwxp 465bb000 00:00 0
    466b9000-466bc000 ---p 466b9000 00:00 0
    466bc000-467ba000 rwxp 466bc000 00:00 0
    467ba000-467bd000 ---p 467ba000 00:00 0
    467bd000-468bb000 rwxp 467bd000 00:00 0
    468bb000-468be000 ---p 468bb000 00:00 0
    468be000-469bc000 rwxp 468be000 00:00 0
    469bc000-469bf000 ---p 469bc000 00:00 0
    469bf000-46abd000 rwxp 469bf000 00:00 0
    46abd000-46ac0000 ---p 46abd000 00:00 0
    46ac0000-46bbe000 rwxp 46ac0000 00:00 0
    46bbe000-46bc1000 ---p 46bbe000 00:00 0
    46bc1000-46cbf000 rwxp 46bc1000 00:00 0
    46cbf000-46cc2000 ---p 46cbf000 00:00 0
    46cc2000-46dc0000 rwxp 46cc2000 00:00 0
    46dc0000-46dc3000 ---p 46dc0000 00:00 0
    46dc3000-46ec1000 rwxp 46dc3000 00:00 0
    46ec1000-46ec4000 ---p 46ec1000 00:00 0
    46ec4000-46fc2000 rwxp 46ec4000 00:00 0
    46fc2000-46fc5000 ---p 46fc2000 00:00 0
    46fc5000-470c3000 rwxp 46fc5000 00:00 0
    470c3000-470c6000 ---p 470c3000 00:00 0
    470c6000-471c4000 rwxp 470c6000 00:00 0
    471c4000-471c7000 ---p 471c4000 00:00 0
    471c7000-472c5000 rwxp 471c7000 00:00 0
    472c5000-472c8000 ---p 472c5000 00:00 0
    472c8000-473c6000 rwxp 472c8000 00:00 0
    473c6000-473c9000 ---p 473c6000 00:00 0
    473c9000-474c7000 rwxp 473c9000 00:00 0
    474c7000-474ca000 ---p 474c7000 00:00 0
    474ca000-475c8000 rwxp 474ca000 00:00 0
    475c8000-475cb000 ---p 475c8000 00:00 0
    475cb000-476c9000 rwxp 475cb000 00:00 0
    476c9000-476cc000 ---p 476c9000 00:00 0
    476cc000-477ca000 rwxp 476cc000 00:00 0
    477ca000-477cd000 ---p 477ca000 00:00 0
    477cd000-478cb000 rwxp 477cd000 00:00 0
    478cb000-478ce000 ---p 478cb000 00:00 0
    478ce000-479cc000 rwxp 478ce000 00:00 0
    479cc000-479cf000 ---p 479cc000 00:00 0
    479cf000-47acd000 rwxp 479cf000 00:00 0
    47acd000-47ad0000 ---p 47acd000 00:00 0
    47ad0000-47bce000 rwxp 47ad0000 00:00 0
    47bce000-47bd1000 ---p 47bce000 00:00 0
    47bd1000-47ccf000 rwxp 47bd1000 00:00 0
    47ccf000-47cd2000 ---p 47ccf000 00:00 0
    47cd2000-47dd0000 rwxp 47cd2000 00:00 0
    47dd0000-47dd3000 ---p 47dd0000 00:00 0
    47dd3000-47ed1000 rwxp 47dd3000 00:00 0
    47ed1000-47ed4000 ---p 47ed1000 00:00 0
    47ed4000-47fd2000 rwxp 47ed4000 00:00 0
    47fd2000-47fd5000 ---p 47fd2000 00:00 0
    47fd5000-480d3000 rwxp 47fd5000 00:00 0
    480d3000-480

  • Very High messages not forwarded to SAP out of the Business Hours

    Dear Gurus,
    I work for a SAP partner and we have the Solution Manager 7.0 + EHP1, SP stack 24, running under a Windows Server Machine with MS Sqlserver Data Base and we're facing the following problem:
    In between the business hours we are able to forward messages to SAP manually, however, after the business hours, messages set as 'very high' priority aren't being forwarded automatically to SAP.
    We have already triple checked the configs listed on the SAP Notes 1084744, as well ran the Z-Report included in the note 1225682, however no success at all.
    Would you kindly please shed a light on this matter?
    Thank you in advance.
    Everton.

    Hello Everton,
    If you are a var Customer using the transaction type ZLFN and action profile ZSLFN0001_ADVANCED, the action profile should be AI_SDK_STANDARD.
    I don't now if that is the case.
    If your issue persists, please trigger a message in SV-SMG-SUP.
    Best regards,
    Guilherme

  • How to Install Coldfusion 8 64-bit on Small Business Server 2008 64-bit

    How to Install Coldfusion 8 64-bit on Small Business Server 2008 64-bit
    I ran Coldfusion 8 on SBS 2003 Premium for 6 months with no problems.  When we finally decided to cut over to SBS 2008, that’s when everything went to hell.  I tried for weeks to get Coldfusion 8 to install properly on the new SBS 2008 64-bit box.  During the course which, I found bits and pieces of information for Vista 64-bit and Windows Server 2008 64-bit installations.  There are some distinct differences, however, with SBS 2008 since it runs core Web applications like OWA, RWW and Companyweb.  After countless unsuccessful attempts, one of which completed corrupted the box, I found the solution.
    I have attempted in this white paper to detail the steps to assist others who may be in a similar situation.  I don’t make any warranty for the information, but so long as you follow the steps carefully you should be fine.  BTW, for those of you who say Adobe offers free technical support for licensed users, that’s not entirely true.  Like I said, I purchased CF8 and originally installed it on an SBS 2003 Premium box.  After we cut over to SBS 2008 and encountered problems, Adobe wouldn’t provide any technical support without charging.  Moreover, based on my initial conversations with Adobe’s technical team, no one seemed to know much about running 64-bit on SBS.
    From my understanding, only two versions of Coldfusion 8 can be installed in 64-bit: Enterprise and Developer.  The “normal” install (which I paid a grand for) can only be deployed in 32-bit mode – gee, THANKS Adobe!  By the way, in Developer mode only two distinct IPs can access the site in addition to the localhost.  Any additional IPs will result in a CFML error message stating that the maximum number of IPs have been exceeded.  At any rate, take your time and follow the steps to achieve a successful installation. 
    PRE-INSTALLATION TASKS
    Back Up SBS
    It’s always a good practice to backup your server before deploying any kind of major system changes.  Although this step is optional, I recommend it in case you need to restore your server for any reason.  Bear in mind, if your system ever gets totally corrupted, you cannot restore back from the twice daily incremental backup images alone.  You will need a full backup with system recovery information to restore.  Here are the basic steps:
    Click: Start > Programs > Administrative Tools.  Right-click “Windows Server Backup” and choose “Run as administrator”.
    Click “Backup Once” under Actions in the right-hand pane.
    Choose the “Different Options” radio button under Backup Options.
    Choose the “Custom” radio button.  What we’re primarily interested in here is backing up the OS – not your data partitions or attached drives.
    Select the “SYSTEM (C)” checkbox, uncheck any others.  Also, ensure that the “Enable system recovery” checkbox is selected before continuing on.
    Under ‘Specify Destination Type’, I usually select the “Local drives” radio button and point it to a Terrabyte USB drive I use for backups.  You can point this to a tape drive, or select the “Remote shared folder” radio button if you map to a UNC path to store your backup images.  Just remember, make sure that whatever path you select can readily be accessed in the event of an emergency.  Also, make sure the “Verify after writing (recommended)” checkbox is selected.
    Under ‘Specified Advanced Option’, I usually select the “VSS full backup” radio button instead of the default since I don’t use a 3rd party backup product.  If like me you rely solely on SBS for your backups, choose the full backup option.
    Confirm everything and click “Backup”.  This process may take several hours depending on the size of your system.
    Verify ISAPI Filters:
    In IIS Manager, double-click the server instance in the left-hand pane.
    In the center pane under IIS, double click the “Modules” icon to verify that the ISAPI native modules are already installed for IIS.  If it’s set up correctly you should see two entries:
    IsapiFilterModule              %windir%\System32\inetsrv\filter.dll
    IsapiModule                        %windir%\System32\inetsrv\isapi.dll
    If either of these modules are missing, you will need to re-install these (google for a solution).
    Set Up Development Environment
    Create a directory for your CFML files outside of the default Windows location (e.g., default is usually C:\inetpub\wwwroot\).  For the purpose of our install, I created a directory on a separate disk called: D:\DEV.
    Copy and paste your CFML files and directories into the new DEV root Web directory.  This will eventually be the directory where the Coldfusion installer places the CFIDE and CFDOCS folders. 
    Open IIS Manager and double-click the server instance in the left hand pane.  Expand the “Sites” folder.  Right-click the Sites folder and select “Add Web Site”.
    Enter a name in the “Site Name” box (e.g., “test-site”).  You will notice that the system will automatically create a corresponding Application Pool with the same name.  NOTE: this is important to prevent conflicts between the DefaultAppPool (needed for SBS Web apps like OWA, RWW, etc.) and the application pool needed for Coldfusion to function properly in SBS 2008.
    Point the “Physical Path” to the directory you created in step #1 above (e.g., “D:\DEV”).
    Don’t worry about testing the connection.  If you click “Test Settings” you may receive a warning that IIS cannot verify access to path (D:\DEV).  Don’t worry about this for the time being.
    Under “Host name”, enter a DNS path to your site (e.g., “dev.test-site.com”).  Click “OK”.
    Configure Application Pools for Installation
    In IIS Manager, double-click the server instance in the left-hand pane.  Click on “Application Pools” to display the list of server application pools in the center pane.
    In the “Actions” pane on the right-hand side, click “Set Application Pool Defaults”.
    Change “Enable 32-Bit Applications” - the second item from the top – from “False” to “True”, and then click “OK”.  NOTE: if you skip this step, Coldfusion will not properly create the required mappings during the install. We will change this setting back after the installation completes – more on this later.
    Modify the application.host.config File for 64-Bitness
    Click: Start > Programs > Accessories.  Right-click “Notepad” and choose “Run as administrator”.
    Open the config file from within Notepad – default location: C:\Windows\System32\inetsrv\config\applicationHost.config
    Do a search and change this one line from:
    <add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll" />
    To this:
    <add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll" preCondition="bitness64" />
    Restart the IIS Admin service.
    Set HTTP Compression
    According to some threads I read, the http compression module can cause errors if you don’t disable it globally. To remedy this, perform the following:
    Click: Start > Programs > Accessories.  Right-click “Command Prompt” and choose “Run as administrator”.
    At the command prompt, change directory to intetsrv by typing: cd inetsrv
    Run the following command:
    C:\Windows\system32\inetsrv>appcmd.exe set config -section:system.webServer/httpCompression /-[name='xpress']
    This will turn off HTTP compression for all sites in IIS.
    In IIS Manager, double-click the server instance in the left-hand pane.  Double-click the “Compression” icon in the IIS section of the center pane.
    Uncheck all of the boxes, then click the “Apply” button under Actions in the right-hand pane.
    Recheck all of the boxes, then click the “Apply” button under Actions in the right-hand pane.
    Restart the IIS Admin service.  This should enable compression and coldfusion to work at the same time.
    NOTE: if for some reason you need to reverse this, run the following command from the command prompt:
    C:\Windows\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpCompression /+[name='xpress',doStaticCompression='false',dll='%windir%\system32\inetsrv\suscomp.dll']
    INSTALLATION TASKS
    Download the 64-bit installation package from Adobe – filename: coldfusion-801-wind64.exe.
    Right-click the file and select “Run as administrator”.
    Accept the terms of the License Agreement.
    If you have an Enterprise license, enter it.  For our purposes, just click the “Developer Edition” checkbox.
    Select “Server configuration” – the default radio button.
    I deselected all subcomponents and can’t guarantee that you’ll arrive at the same results if you select additional items like “.NET Integrated Services”.  It should be fine, particularly if you install documentation.  My preference was to keep the install as plain vanilla as possible.
    Select the directory path for Coldfusion to install into – default is :C\Coldfusion
    THE NEXT TWO STEPS ARE CRITICAL TO YOUR SUCCESS.  Unselect “All IIS Websites” and select the “Configure specific IIS Website or another web server” radio button.  Click “Add”, and then select your test Web site (e.g., “test-site”) under “IIS Web Site”.  Hit “OK”.
    Do NOT use the default directory path for the CF Administrator location (e.g., default path: “C:\inetpub\wwwroot”).  Instead, point the installer to your new DEV root Web directory (e.g., “D:\DEV”).  The bottom line, you want the installer to place the CFIDE directory and files within this folder, alongside your other CFML files and folders.
    Enter an Administrator password.
    Choose to Enable RDS, or not.  I enable this by preference but it is not required.  This allows you to make updates to files using a CFML editor directly vs. having to move/FTP the files over if you’re working remotely.  Opponents to this argue that it’s potentially less secure, but for a lower environment I don’t see this as a major concern.
    Confirm everything to kick off the install.
    If all goes well you should see a message at the end stating that the install was successful.  I recommend you uncheck the box that asks you to open the CF Administrator in the default Web browser after the install.  NOTE: we will open it a different way during the post-installation tasks.  The worst thing that will happen if you forget to uncheck the box is that you might receive an error that the command prompt hung – not a big deal – just close it and move on to the next (final) steps.
    POST-INSTALLATION TASKS
    Verify CF Installation:
    The installation will create a new folder in your program group: Start > Programs > Adobe > Coldfusion 8.  The default “Administrator” link will not work because it points to the wrong path: http://127.0.0.1/CFIDE/administrator/index.cfm. The “127.0.0.1” or “localhost” path as you may recall in IIS, points by default to the “C:\inetpub\wwwroot” directory.  Our CFIDE files, however, are located within: D:\DEV.
    To bring up the CF Administrator logon page, open up a Web browser and replace the “http://127.0.0.1” part of the path with the DNS path name to your CF environment (e.g., http://dev.test-site.com/CFIDE/administrator/index.cfm).
    This should bring up the Coldfusion Administrator Login screen.  Enter in the Administrator password you created during the install to log in and configure your application server.
    Verify that your test-site renders correctly by typing in your test URL into a Web browser (e.g., http://dev.test-site.com).
    Fix Application Pool Defaults to Re-enable SBS Web Applications:
    At this point, Coldfusion Administrator and your test CMFL Web site should be working properly.  The problem is, default SBS Web applications like OWA, RWW and Companyweb will throw errors and fail to start.  Fortunately, this is easily remedied by performing the following steps:
    In IIS Manager, double-click the server instance in the left-hand pane.  Click on “Application Pools” to display the list of server application pools in the center pane.
    In the “Actions” pane on the right-hand side, click “Set Application Pool Defaults”.
    Change “Enable 32-Bit Applications” - the second item from the top – from “True” to “False” this time.  This should re-enable the SBS applications, which would otherwise result in 500 errors (e.g., OWA, RWW, Companyweb, etc.).  There is no need to restart IIS.
    Open a Web browser and test that you can once again connect to OWA, RWW and Companyweb successfully.
    In IIS click to highlight the application pool for your new site (e.g., “test-site”).  In the right-hand pane, click “Advanced Settings”.  Ensure that “Enable 32-Bit Applications” – second item from the top – is set to “True” for this application pool specifically.
    Lastly, jump up and down for joy!  Hopefully now, everything is working.  Best of luck!! ..Paul D (MCP).

    First, it would be a good idea for you to specify what distro of Linux you're using, as not all are supported by Adobe.
    Second, this is probably your problem right here:
    http://askubuntu.com/questions/40416/why-is-lib-libc-so-6-missing
    In a nutshell, CF expects the 32-bit version of libc.so.6 to be in /lib, but it's probably not. You might be able to modify the installer to point to the correct location for that file, or you might be able to create a symlink to the file - but as the above link describes, creating a symlink might have negative consequences.
    As for installing CF 8 64-bit, that's only available with Enterprise, not Standard. If you want CF Standard 64-bit, you need to upgrade to CF 9.
    Dave Watts, CTO, Fig Leaf Software

  • Outlook 2013 Constantly Prompting For Credentials - Exchange 2007 - Small Business Server 2008

    Hello, I am having a problem using Windows Small Business Server 2008 and Exchange 2007 with Outlook 2013. The issue is that a credentials box appears in Outlook 2013 when using there exchange account whilst connected to the domain. The box will randomly
    prompt for user credentials, once the user credentials are entered it will either pop back up again and if you enter the details in again it will continue to pop up for around 4 or 5 times before accepting the credentials. It will then pop back up within 15
    minutes and do the same thing, if you click "Cancel" on the box it will also go away and remain connected to exchange however a popup in the bottom right will appear asking for a password even though you can send / receive from the mailbox.
    I have looked into this issue for hours and hours and still can not find a resolution, I have tried re-installing Office 2013 and re-creating the Outlook Profile as-well as as the Windows 7 Profile. I have checked through all the SSL certificates in IIS
    and everything appear to be correct.
    Is this a common issue? Is there anything I can do to further diagnose or fix this issue without having to try to re-install both the server and machine?

    Hi James_wilson,
    Any update?
    Just additional, would you please let me know whether have installed all updates for Outlook 2013? If hasn’t, please install and then monitor the result.
    Please also check if you enable
    Always prompt for logon credentials setting in Outlook 2013. 
    If you enable this setting, please uncheck and check if this issue still persists. Meanwhile, please remove the old credential in
    Credential Manager, then add again. Then monitor the result
    By the way, please run the Exchange BPA on the SBS 2008 server and check if can find some issue.
    Hope this helps.
    Best regards,
    Justin Gu

  • Small Business Server 2011 Essentials Remote Web Access fails to connect to Windows 8.1 PC

    I am using Remote Web Access (RWA) gateway with Small Business Server 2011 Essentials.
    There are several workstations all running Windows 7, and have been using RWA without an issue for well over a year.
    There is now a Windows 8.1 Pro PC added to this domain, but the Remote Desktop does not connect.
    The Windows 8.1 PC appears in the RWA pages, It requests the credentials to connect, and then fails with the following error:
    Remote Desktop can't find the remote computer "COMPUTERNAME". This might mean that the "COMPUTERNAME" does not belong to the specified network. Verify the computer name and domain that you are typing to connect to.
    I can connect to all other PC fine (running Windows 7). I have tried from different locations and PC's and the results are the same.
    I thought I had fixed this problem a few weeks back.  After running all updates on the server and Windows 8.1 PC, and rebooting both, the RDP worked, but I think it only worked once and then failed the next time someone tried to use it. I have not had
    a successful connection to the Windows 8.1 PC since.
    I am at a loss on how to troubleshoot this as there are no errors on the system which can't be accessed.
    Any suggestions will be appreciated.

    Hi Mr Cheese,
    à
    I turned off the Firewall on the Windows 8.1 PC and the RDP is now working.
    Thanks for sharing in the forum. Your time and efforts are highly appreciated.
    Based on your description, this issue is related to Firewall. Would you please let me know current situation
    of this issue?
    Just addition. Please open Control Panel, select Windows Firewall and click Allow an app or feature through
    Windows Firewall. Then please check if Remote Desktop is allowed. Meanwhile, please click Advanced settings in Windows Firewall panel and click Inbound Rules, then check if rules which be related to Remote Desktop were enabled.
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Exchange 2003 Small Business Server and iPhones

    I know that there are a lot of questions on this, but I think mine may be unique.
    Current Environment:
    Small Business Server 2003  All Patched and Current.
    I cannot get any IOS device to successfully recieve emails or calendar items using ActiveSync.  For any other device, Android tablet or phone, Balckberry tablet or phone, Windows phone, all work.
    Symptoms:  I can create the account on the device, and it will verify the account(internally or externally).  This is evident by the check marks, and the return to the account screen in the settings menu.  Checking mail however, bring the 'Cannot Get Mail, Connection to server failed' message.
    Specific example, I have a user Bob.  I can set Bob up with activesync email on any Android, Microsoft, or BlackBerry device; but Bob's iPhone will not work.
    I have run through these forums a few times.  Things we've tried:
    The 'Inhereit Security Settings from Parent' in ADUC.  Checked for all users, and not applicable.
    Verified OMA in System manager, and 'Unsupported Devices' is checked.
    Safari on an IOS device will connect up internally or externally to our mail.company.com address.
    Test Exchange Connectivity reports a correct configuration.
    Recreation of accounts does not resolve the issue.
    No errors reported in Event Log of note.  Some TermServDevices erorrs, but they are related to printers and my rdp connection.
    Restarted MSExchSA, IISAdmin, and related services.
    Permissions of IIS 'Default Website' directories are in line with Microsoft guidlines.
    Restarted the server.
    ried using the internal name of our server connected to internal wifi.  Same results.

    Hi got a new iPhone 4 that came with IOS 6.1.3.   It turns out that I can not connect it to an exchange 2013 server.
    When I set it up it puts checks all the way through like it's going to work, then when I open the mail app and try to get emails, it says it can not get mail, the connection to the server failed.
    I have read that there were exchange problems with ios 6.1.1 and that 6.1.2 corrected them, but I also think 6.1.3 broke connection to exchange 2013
    It works fine, on exchange 2010, and I have other devices, like android that can connect to the 2013 server

  • Sync TX to Outlook 2003 running on Small Business Server 2008

    I have a TX that worked fine syncing to Outlook 2003.  Our office just upgraded to Small Business Server 2008, and now I can't sync to Outlook. Reading through the manual & forums, it soundsl like I must use Microsoft Exchange ActiveSync.  Is this correct, or can I still HotSync it the way I used to before we were running exchange/SBS?  If so, is there any way to have my TX show more than 7 days of past calendar events, as I often need to look back at things over the past month or two. 

    Hi James_wilson,
    Any update?
    Just additional, would you please let me know whether have installed all updates for Outlook 2013? If hasn’t, please install and then monitor the result.
    Please also check if you enable
    Always prompt for logon credentials setting in Outlook 2013. 
    If you enable this setting, please uncheck and check if this issue still persists. Meanwhile, please remove the old credential in
    Credential Manager, then add again. Then monitor the result
    By the way, please run the Exchange BPA on the SBS 2008 server and check if can find some issue.
    Hope this helps.
    Best regards,
    Justin Gu

  • Is mountain Lion compatible with Windows Small Business Server 2003

    Hi,
    Can anyone tell me if Mac OS 10.8 is compatible with Microsoft Small Business Server 2003.  We connected Mac Os 10.7 machines to our MS server but we have no results with Mac Os 10.8.  Our Windows server is an HP proliant with SBS 2003 SP2.
    Thx
    Philippe

    I'd recommend calling AppleCare to research this one, you probably should tell them which Mail client you are using on the iMac...i.e. Mail, Outlook, etc...

  • How to install Small Business Server 2008 in an existing Active Directory domain

    It is shown on this page:
    http://support.microsoft.com/kb/884453, "How to install Small Business Server 2003 in an existing Active Directory domain".
    Is it possible to do this with SBS2008 ?
    If "YES", are there any published information about the procedure ?

    Yes, it is. Thank you very much.
    But there is something that confuses me - I want to migrate from Win2003Std to SBS2008. And also, I want to keep the existing Win2003Std as a second DC for a long time.
    But it is written in the shown article:
    ... After the migration is finished, you must remove the Source Server from the network within 21 days. ...
    Is this rule mandatory for the scenarios where the Source Server is Std, not SBS ? As I know, I can have more than one DC(Win2003Std/Win2008Std) together with SBS2003. But what about SBS2008 ?

  • Email Encryption Small Business Server 2008

    We have are running Small Business Server 2008 with Exchange 2007. Our firm needs to have a look at email encryption. This is a relatively new concept that we are dealing with, we are a bit confused with how it works.
    Can the email encryption be set up on the SBS server? Or do we need to get 3rd party software installed onto the server?
    The emails need to be encrypted that go out of the office, our clients have a variety of email programs that they use.

    Hi,
    By using the TLS protocol, you can help improve the security of SMTP communication in Exchange 2007. Please
    refer to following article and check if can help you.
    How to Use TLS Authentication in Exchange
    2007 to Send and Receive Messages with Third-Party E-Mail
    If any update, please feel free to let us know.
    Hope this helps.
    Best regards,
    Justin Gu

  • OSX 10.9 compatibility with Windows Small Business Server 2011?

    Hi
    I'm hoping someone here may be able to help me as our external server guys have been particularly unhelpful!
    I'm the only Mac on a Windows server, which has recently been upgraded (??) to Windows Small Business Server 2011. I've recenty upgraded the work iMac to 10.9, but ever since the server change, I'm having intermittent dificulties saving files. Often, I get and error saying the file cannot be saved as I don't have permission to access the folder - which then worryingly REMOVES the file I'm trying to overwrite WITHOUT WARNING.
    If I'm using Photoshop save for web, I get errors when clicking 'Save' to say that it can't, but does save the file, plus a second with a gibberish file name.
    Most worryingly though, is that now on two occasions caused the iMac to crash and shutdown immediately, which is not good at all. Once was moving a file to overwrite another in the Finder, the second (today) was saving from Illustrator.
    I'd noticed weird things with our old 2003 server before the switch and when I was still on 10.6 - mainly that my iMac was slow when connected (Adobe apps etc opened in a flash when unconnected, but took minutes when plugged in), but now I'm on 10.9 and the new server installed, these saving issues have arisen. (I ended up wiping the Mac and completely reinstalling everything to cure that slowness issue - never did find out what it was!).
    The server guys are adamant that this has nothing to do with the server, and is all linked to my iMac - personally I'm not so sure, but I'm asking here to see if anyone else has had issues? It seems like some kind of permission problem? Do I need any special network settings for it to play nicely with the Windows server? My internet, email all goes through it, and I use it to store my work, but I'm not linked to any other server software in any way.
    If anyone may have any clues to help I'd be really grateful!
    Many thanks!
    Ben

    Thanks for the response - this is why I'm asking though- I can't see anything on the iMac which would be causing this, and saving files to a folder on a server is a pretty basic fuction, and I can't risk the crashes. I don't see how the iMac connection would be causing this, or for the files to 'vanish' but if it is the iMac settings I'll need to find a fix. Every one else is okay, but I'm the only one using this software and filetypes. Surely the Windows software would have some kind of instructions for connecting Macs?
    I was hoping someone may have experience and if any additional network settings might be needed. I will check with Apple support also to see if they have any info, but thought I may get a good response here.
    What I meant by the "server guys" is that's it's an external company we pay to look after it - so I'd hoped they might have at least looked into it for me, but it's a brick wall "We don't support Macs" response... which is why I think it's unhelpful - even though they supplied the software knowing it needs to have multiplatform support...
    It's really frustrating.
    And I hope nobody does insist I use Windows... please... I'd have to leave....
    EDIT - "We"?? - Do you work for them!?

  • How do i map a small business server's windows path to my imac

    Trying to map a Small Business Server's shared drive on my business network to a new iMac on the same network. Ethernet hardwired into network. I can see other PC's but not the server. Trying to enter the server's name and shared drive but having no luck.

    Did you use Finder to enter the name address?
    Finder menu Go>Connect to Server>' then enter something like afp://127.0.0.1/sharename
    For connecting to windows it will probably be smb://IPaddress/sharename

  • Add a new employee - Connection is busy with results for another command

    Hi all,
    I try to add a new employee in my SAP Business One system, but I get an error message like that : [Microsoft][SQL Native Client] Connection is busy with results for another command * (HEM5) (HEM5)
    So I try to see if I get the same message when I update an employee, and I don't get this message.
    Do you have an idea, why I get this error message when I add a new employee ?
    Message was edited by:
            Marc Riar

    Hello,
    I am afraid there maybe two users / workstations using the same user code and one of them is creating (add) and other is update. Try to ask the users/wrokstations.
    Another way out is try to run this query :
    select * from HEM5
    Rgds,
    JM
    http://groups.yahoo.com/group/SBO_Knowledge_Village
    [email protected]

  • Warning: Palm OS Treos and Windows Small Business Server 2008

    If you use a Treo smartphone with the Palm operating system, beware:  it does not work with Microsoft Windows Small Business Server 2008.
    Palm acknowledges this failure and has no intention of fixing it. 
    There are at least two problems:
    (1) You must turn off all email security on the Exchange mail server to sync with Treos.
    (2) AutoSync locks up the Palm each time it occurs, and must be turned off.
    Here's the transcript of my chat w/tech support. After this, I spent a few hours on the phone and got the same answers.
    [12:35 AM] Gary says: Hello.
    [12:35 AM] Handoff connection active (1/5140).
    [12:35 AM] x says: Hi. Please see the question sent earlier.
    [12:36 AM] Gary says: Could you please be more specific about the issue?
    [12:37 AM] x says: Our Palms will not talk to Exchange Server 2007 unless all its security
    features are turned off. This is a problem with Palm/VersaMail. When will it be corrected?
    [12:38 AM] Gary says: Yes, that is true. I am sorry for the inconvenience this may have caused.
    [12:38 AM] Gary says: I am very sorry to inform you that currently we do not have any information on this.
    [12:39 AM] x says: Apology accepted and appreciated. But when will this be fixed?
    [12:40 AM] Gary says: Unfortunately we do not have any sort of update on this. I suggest you to post the
    feedback in the Palm Website.
    [12:41 AM] x says: Okay, next question:  Every AutoSync locks up the Palm, so we have to turn
    AutoSync off. Do you intend to rectify this problem?
    [12:42 AM] Gary says: I understand your concern. Is it happening with all the Palm devices?
    [12:42 AM] x says: Yes.
    [12:43 AM] Gary says: Do you receive any error message before locking up the Treo?
    [12:43 AM] x says: No.
    [12:46 AM] Gary says: Okay, as this happening with all the devices to me it looks like the issue should be
    diagnosed closely to find the root cause. Was this happening with the Exchange Sever 2003?
    [12:46 AM] x says: No
    [12:46 AM] Gary says: So, the AutoSync feature is Locking the device from the day you upgraded to the
    Exchange Sever 2007.
    [12:46 AM] Gary says: Am I correct?
    [12:47 AM] x says: yes.
    [12:48 AM] Gary says: Okay, as this is the issue related to the sync with the Exchange Server 2007 and the
    AutoSync to find out the root cause I will escalate this issue to our escalation channel which is our Voice
    Support Team.
    [12:48 AM] Gary says:
    I will provide you all the information and guide you in the correct direction to address this issue.
    [12:48 AM] Gary says:
    I suggest you to get in touch with the Voice Support and I am sure they will fix the issue.
    [12:49 AM] Gary says:
    I will provide you a Service Request, when contacting the Voice Support, provide this Service Request Id and you will get a free Technical Support.
    [12:51 AM] Gary says: Please provide me your Last name, First name, complete address, phone number,Email address, date and place of purchase of device and serial number of the device to create a Service Request Number.
    [12:51 AM] x says: Of course I provided all this when I logged in, but here it is again:....
    [12:54 AM] Gary says: Thank you for providing all the information.I need 5 minutes to register the device and create a Service Request.
    [12:55 AM] x says: Thanks for your help, and confirmation of the incomprehensible failure to support Exchange Server 2007.  We're this close to dumping these things if this is the kind of tech support Palm intends to provide.
    [1:00 AM] Gary says: Thanks for staying on hold: I am sorry for the delay. I can understand the inconvenience you are facing.
    [1:01 AM] Gary says: Based on the information you provided, I created a service request for you in our database.  The Service Request number is : 1-51558238041
    [1:01 AM] x says: Will I get an email?
    [1:01 AM] Gary says: Using this service request number, you need to contact our Voice Support department.  Voice Support Department number is 877-426-3777. Voice support will be available from  5:00AM to 9:00PM (PST) on weekdays and from 8am - 5pm PST on weekends.Please note down the above given Service Request Number and Voice Support Number or else you will lose this information once the chat session is closed.
    [1:02 AM] Gary says: Yes, I will email this chat session to you.
    [1:02 AM] Gary says: Is there anything else I can assist you with today?
    Post relates to: Treo 755p (Sprint)

    The problem is the default security profile isn't compatible. You can go into the Power shell command line and remove the default activesync mailbox policy.
    Post relates to: None

Maybe you are looking for

  • How can I get the remote directory from an FTPActivationSpec header?

    The header message generated for the oracle.tip.adapter.ftp.inbound.FTPActivationSpec contains the file name, FTP host and FTP port. Is there any way of getting the remote directory as well? <schema attributeFormDefault="qualified" elementFormDefault

  • Customer Master / Vendor master Creation

    Hi Folks, I have a requirement that the whenever Customer / vendor is created or changed, then there needs to be a mail sent for the same. We are currently using the user exit : EXIT_SAPMF02D_001  for customer creation and user xit : EXIT_SAPMF02K_00

  • Drop-Down Warning

    I am attempting to create a drop-down of Texas Counties.  There are 254 of them.  When I created a drop-down object and attempt to add a number of entries above a certain amount the drop-down object is tagged with a yellow box containing "ABC!" and a

  • Deleted files show as ghost or empty files

    I've been clearing out a ton of old files from my MBP and an external Maxtor HD. For some I've used Spring Cleaning and for others I've used Find and deleted from the results. My problem now is that I search and find literally thousands of titles of

  • Project Detail History

    Hi, I am using project server 2010,I have requirement to show the project details history value,is it possible I can fetch the version history of project details custom fields value. Hasan Jamal Siddiqui(MCTS,MCPD,ITIL@V3),Sharepoint and EPM Consulta