Stop duplicate sequence with exception

I created a table that uses two sequences. I recently discovered that some of these sequence values being generated were either skipped or duplicated when added to the table.
At first I did not know why the sequence values in the table were being skipped or duplicated luckily I found an article, http://www.arikaplan.com/oracle/ari82599.html. I have now made the correct changes to diminish this effect.
So my goal right now is to figure out how to insert the skipped sequence back into my table whenever a new row is created without adding duplicate sequence for the "id" column.
This is what I have so far:
create sequence global_key INCREMENT BY 1 START WITH 1 MINVALUE 0
NOCYCLE nocache;
create sequence global_ids INCREMENT BY 1 START WITH 1 MINVALUE 0
NOCYCLE nocache;
create table ids (
key varchar2(100) primary key,
id number(20)
CREATE OR REPLACE TRIGGER global_key_trigger
BEFORE INSERT
ON ids
REFERENCING NEW AS NEW OLD AS OLD
FOR EACH ROW
begin
select global_key.NEXTVAL into :new.key from dual;
end;
declare
res number(20);
begin
select global_ids.nextval into res from dual;
     select id into res
from ids
where id = res ;
end;
     exception
     when no_data_found then return res -- ??;
     when DUP_VAL_ON_INDEX then -- continue loop ??
end;
Thank you
Edited by: user534236 on Apr 9, 2009 7:29 AM
Edited by: user534236 on Apr 9, 2009 7:32 AM
Edited by: user534236 on Apr 9, 2009 7:32 AM

It doenst look like there is an ODP.NET question in there, so your question may be better answered in the [SQL and PLSQL forum|http://forums.oracle.com/forums/forum.jspa?forumID=75]
Greg

Similar Messages

  • Stopping TestStand Sequence With PreUUT Loop Disabled

    Hi All,
    I have edited my sequence so I do not use the default UUT Information dialog to enter serial number information etc. I handle all of that on my own to get a specific file name and perform other tasks within my sequence. I have the PreUUT callback added to my sequence so I do not get the dialog at the beginning my tests. It is all working great except for one thing, ending the sequence. To make a long story short I have a stop button as one of my fixture controls. I want it to act the same as when the Stop button is pressed on the default UUT Information dialog. I have tried terminating the execution with a Call Method and it works except then the report winds up saying "Terminated" which I do not want. Is there any way to stop a sequence gracefully as with the PreUUT callback disabled?
    Thanks in advance for any insight into this.
    Troy

    Thank you both for your comments. I am actually using both suggestions at this point and it is working. I got around it but the only frustrating part was some things I was trying to do in the PreUUT callback did not work. It did not like any variables passed in or out of that sequence that were not already there. I am sure there is a solution for that but I had to get some units tested so I got it working another way using functional globals in Labview to get the values passed between the sequences. Thanks again for your help.

  • How can I stop an action sequence with another

    Hi,
    I am quite new to flash catalyst. I made a side with an office where you can click the phone to go to the status "phone". In there you should be able to call some virtuell people. I made buttons with names that trigger different action sequences with showing the name of the called person in the display and playing a sound file that sounds like a call. Now my problem is when I am clicking a different name while it is still in one action sequence, the other one shows up over the first and both sounds are playing at the same time.
    How is it possible to tell the action sequence to stop all others when it is started?
    Thank you for your help.

    Sorry, I'm a bit confused now. Just to clear this out:
    WDDOBEFOREACTION is for validating user inputs BEFORE Actions and HERE you can prevent actions from happening
    WDDOAFTERACTION is called JUST WHEN an action is happening for all visible Views (it's to prevent redundant code which would be equal for all event handlers)
    WDDOBEFORENAVIGATION is AFTER Actions and BEFORE navigation.
    Check the chart in the following Link (sorry it's german, english version seems not available, but the chart is in english nevertheless)
    http://help.sap.com/saphelp_nw73/helpdata/de/49/b8c706c7c26d7ce10000000a421937/content.htm
    In my opinion put an if clause into WDDOBEFOREACTION, check whether the respective field is filled; and in case it is filled, execute your method; if not, don't.
    That's why I am confused, you kind of answer your question within your question itself )) or I still don't understand what you want to accomplish.
    best regards, hope this helps you (if not, try to explain it even more detailed for me ;-D)
    Lukas

  • ICal server migration stops with exception on a directory

    Hello,
    I've updated my Snow Leoparc server mac mini to Lion server. But the ical service don't manage to migrate my user from diskfiles to postgres.
    when I look in the /var/log/caldavd/error.log, I find this that seems revelent:
    2011-10-29 23:48:39+0200 [-] [txdav.common.datastore.util.UpgradeDatabaseSchemaService#warn] Database schema check complete, launching database service.
    2011-10-29 23:48:39+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Beginning filesystem -> database upgrade.
    2011-10-29 23:48:39+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID '4C33B718-6499-456A-A01D-18B5EBFFBBF8'
    2011-10-29 23:48:39+0200 [Uninitialized] [twistedcaldav.memcachepool.MemCacheClientFactory#error] MemCache connection failed: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionRefusedError'>: Connection was refused by other side: 61: Connection refused.
    2011-10-29 23:49:02+0200 [-] Unhandled error in Deferred:
    2011-10-29 23:49:02+0200 [-] Unhandled Error
            Traceback (most recent call last):
              File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 388, in errback
                self._startRunCallbacks(fail)
          File "/usr/share/caldavd/lib/python/txdav/caldav/datastore/file.py", line 682, in retrieve
                protocol.dataReceived(self._path.getContent())
              File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/filepath.py", line 140, in getContent
                fp = self.open()
              File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/filepath.py", line 519, in open
                return open(self.path, mode + 'b')
            exceptions.IOError: [Errno 21] Is a directory: '/Library/Server/Calendar and Contacts/Documents/calendars/__uids__/4C/33/4C33B718-6499-456A-A01D-18B5EBFFBBF 8/dropbox/000C17BD-F74F-43AE-B69F-5F20BAFBB2FE.dropbox'
    And when I look at this users, he has a lot of empty directories (with .dropbox suffix") in the dropbox directory.
    I've try to stop the calendar with 'serveradmin stop calendar' , remove all the directories in the dropbox, and restart to relaunch the migration. But the empty directories automagically reappears, and the migration fail the same way.
    Is someone has a clue on how I can force the migration ?
    Regards,
    Marc

    Hello,
    This give me the following directories list :
    drwxr-x---@ 366 _calendar  _calendar  12444 Oct 23 12:07 0F019132-F6C4-4140-A422-19ABF26A607C
    drwxr-x---@ 148 _calendar  _calendar   5032 Jul 30 20:26 1526C9BF-8028-4ED2-89F7-27E11F13B67D
    drwxr-x---@ 132 _calendar  _calendar   4488 Oct 25 11:29 38113B24-69E3-4810-A735-26696AF2CB4B
    drwxr-x---@   6 _calendar  _calendar    204 Apr  7  2010 3E74C170-3299-4E15-A610-3316EE9EDEA2
    drwxr-x---@  51 _calendar  _calendar   1734 Sep  5 14:15 603EFC4A-62EF-4946-904C-36E198478171
    drwxr-x---@  47 _calendar  _calendar   1598 Aug  7 22:05 6B1F19B9-3C37-4A8B-9D6D-FC9A3535ADFE
    drwxr-x---@  18 _calendar  _calendar    612 Aug 18 22:52 6D884DC2-D1BB-4591-9D49-CAC616237192
    drwxr-x---@  14 _calendar  _calendar    476 Oct 23 12:08 72486A1B-FDA5-4750-A7AA-CBA8D9156BAC
    drwxr-x---@ 558 _calendar  _calendar  18972 Oct 26 12:52 82C678BC-E5C4-4555-AB0B-B83BFC74B0B5
    drwxr-x---@   8 _calendar  _calendar    272 Feb  8  2011 8BF177C2-E952-4183-A057-A4467E6C0B5A
    drwxr-x---@ 110 _calendar  _calendar   3740 Sep  6 19:45 9F37280B-787C-428F-A719-46362E0474E8
    drwxr-x---@  44 _calendar  _calendar   1496 Jun 21  2010 AB27D0EC-AC52-4EB8-85D0-0C916F651477
    drwxr-x---@  24 _calendar  _calendar    816 Sep  6 19:48 B2693C44-08F5-4EA3-9900-778E5FEE60F7
    drwxr-x---@  90 _calendar  _calendar   3060 Sep  6 19:47 BB426A73-04BD-4A36-9C70-BBC33FC2FF25
    drwxr-x---@  10 _calendar  _calendar    340 Jul 25  2010 BE01304F-713A-4763-8126-088701024900
    drwxr-x---@  21 _calendar  _calendar    714 Oct 25 11:19 C43D7555-C1E5-4753-ACB3-8F5053260CBD
    drwxr-x---@  49 _calendar  _calendar   1666 Oct 23 12:08 C5694717-CD1B-43CB-8AD4-D3280F098302
    drwxr-xr-x  696 _calendar  _calendar  23664 Oct 30 23:00 dropbox
    drwxr-x---@   3 _calendar  _calendar    102 Apr  1  2010 inbox
    drwxr-x---@   2 _calendar  _calendar     68 Apr  1  2010 outbox
    For information the 4C, 4C/33 and 4C/33/4C33B7 ... directories has the same attributes.
    Regards,
    Marc

  • How do I start, stop and restart a sequence with a periodic input?

    Hi,
    I have written some code that will monitor my com port (rs-232) continuously for an ASCII character (in this case a 'P'). When the P is received, I want a sequence structure to start working. The P will only appear once for a short while, but the sequence should carry on running until it finishes all the frames. On the next time a P appears on my monitor, I want to either stop the sequence structure regardless of which frame its in and restart the sequence from the beginning again or to run the sequence from the start again if it has already completed all the frames.
    What sort of structure do I need to do this, are there any examples?
    James

    James,
    Indiana is correct, my take on this is similiar.
    If you have a 3 element sequence structure for example which runs if 'P' is returned from your COMs thread, you will need to query a variable in each element of the sequence in order to suspend execution of the next/remaining elements in the sequence if this event occurs. You can do this by reading the variable that your COMs thread sets using a case structure in each element of your sequence. In order to re-run your sequence if 'P' is returned during the execution you can simply set the suspend variable and ensure the code is in a while loop to recall the code.
    See the attached example code/screen shot:
    This is however not an elegant solution and the best way would probably be using the events structure and a user event to queue the P events. This is available in 6.1 but I believe its the professional package. See also my implementation using this method, again attached below:
    Hope this helps,
    Kind Regards
    Steven Bird
    Applications Engineer
    National Instruments
    Attachments:
    Example.JPG ‏194 KB

  • Options for stopping duplicate files

    Hi,
    We have a requirement for an interface for Flat Files to IDOC, but we have to stop duplicate files coming in based on 2 fields in the flat file. We have to check a Sequence Number in the file and make sure we haven't processed a file with this seq number already (so if yesterdays file was Sequence number 11 then todays file should be sequence number 12). Also we need to check that the Date Field in the file is todays date.
    Can you give me some suggestions on how we would do this in SAP PI? The date is probably OK, I can check it in my mapping but the sequence number I'm having trouble with. Can I write a UDF to access a file on the local file system and update this with sequence numbers?
    Thanks in advance,
    Gareth

    >>> refer below link,
    >>> http://wiki.sdn.sap.com/wiki/display/XI/DifferentwaystokeepyourInterfacefromprocessingduplicate+files
    Thanks for this, but it doesn't suit our needs. This only archives the file name of each file and then checks if that file has been processed. We need to store a sequence number from within a file and also a date.
    If anyone has used PI Tables from within a Message Mapping or UDF and can explain how to access them that would be great.
    Thanks,
    Gareth

  • Stop duplicate entry of item in Order management sales order

    Dear,
    i have a requirment to stop duplicate entry (while making sales order) in Order management Sales order. When user enter any new line on the sales order then it is validate that same item has already been selected before in the same order.
    If user hase already select that entry then form shows error and restrict the duplicate entry.
    i have to achive this funcionality on the standard Sales Order form of Order Management Super User.
    Regards,

    Please review these docs and see if it helps.
    [ID 1105868.1]
    ARCHIVED: Cannot Change Selling Price On Sales Order Lines [ID 414472.1]
    Transaction Workbench Error: FRM-40735 ON-UPDATE Trigger Raised Unhandled Exception [ID 781264.1]
    Thanks,
    Hussein

  • Xi 3.0: Mail adapter fails with "exception in method process"

    Hi.
    I configured the dynamic address for mail adapter following the fantastic-as-always weblog from michalgh.
    Althou everything seems to work fine (that is, i send correctly the email message) the A.F. returns an error with "exception in method process".
    I tried both async and sync case with the same result. In the sync case, the response contains:
    <!--  Call Adapter   -->
    <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIAdapterFramework</SAP:Category>
      <SAP:Code area="PARSING">GENERAL</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: Exception in method process.</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Any idea???

    Yes. There is also a response message in the imported structure.. it seems it should work as a kind of application ack with some info on the server that processed the mail.
    Anyway, in my server i get a 404 for the link you suggested.
    In the async case i don't get any error on the SXMB_MONI but only on the A.F.
    I attach the audit log for the async case:
    Audit Log for Message: ffb28585-3c53-0f4b-b366-7dd7a00513fc
    Time Stamp Status Thread ID Sequence No. Description
    2005-06-12 22:27:06 Success SAPEngine_Application_Thread[impl:3]_45 1118608026046 The message was successfully received by the messaging system. Profile: XI URL: http://CAPELAB010:50000/MessagingSystem/receive/AFW/XI
    2005-06-12 22:27:06 Success SAPEngine_Application_Thread[impl:3]_45 1118608026062 Using connection AFW. Trying to put the message into the receive queue.
    2005-06-12 22:27:06 Success SAPEngine_Application_Thread[impl:3]_34 1118608026093 The message was successfully retrieved from the receive queue.
    2005-06-12 22:27:06 Success SAPEngine_Application_Thread[impl:3]_34 1118608026375 The message status set to DLNG.
    2005-06-12 22:27:06 Success SAPEngine_Application_Thread[impl:3]_34 1118608026468 Delivering to channel: MAIL_RECV
    2005-06-12 22:27:06 Success SAPEngine_Application_Thread[impl:3]_34 1118608026468 Mail: message entering the adapter
    2005-06-12 22:27:06 Error SAPEngine_Application_Thread[impl:3]_34 1118608026828 Exception caught by adapter framework: Failed to call the endpoint
    2005-06-12 22:27:06 Error SAPEngine_Application_Thread[impl:3]_34 1118608026828 Delivery of the message to the application using connection AFW failed, due to: Failed to call the endpoint.
    2005-06-12 22:27:06 Success SAPEngine_Application_Thread[impl:3]_34 1118608026843 The asynchronous message was successfully scheduled to be delivered at Sun Jun 12 22:32:06 CEST 2005.
    2005-06-12 22:27:06 Success SAPEngine_Application_Thread[impl:3]_34 1118608026859 The message status set to WAIT.
    2005-06-12 22:32:07 Success SAPEngine_Application_Thread[impl:3]_34 1118608327109 The message was successfully retrieved from the receive queue.
    2005-06-12 22:32:07 Success SAPEngine_Application_Thread[impl:3]_34 1118608327125 The message status set to DLNG.
    2005-06-12 22:32:07 Success SAPEngine_Application_Thread[impl:3]_34 1118608327156 Delivering to channel: MAIL_RECV
    2005-06-12 22:32:07 Success SAPEngine_Application_Thread[impl:3]_34 1118608327171 Mail: message entering the adapter
    2005-06-12 22:32:07 Error SAPEngine_Application_Thread[impl:3]_34 1118608327250 Exception caught by adapter framework: Failed to call the endpoint 
    2005-06-12 22:32:07 Error SAPEngine_Application_Thread[impl:3]_34 1118608327250 Delivery of the message to the application using connection AFW failed, due to: Failed to call the endpoint .
    2005-06-12 22:32:07 Success SAPEngine_Application_Thread[impl:3]_34 1118608327281 The asynchronous message was successfully scheduled to be delivered at Sun Jun 12 22:37:07 CEST 2005.
    2005-06-12 22:32:07 Success SAPEngine_Application_Thread[impl:3]_34 1118608327296 The message status set to WAIT.
    2005-06-12 22:37:07 Success SAPEngine_Application_Thread[impl:3]_34 1118608627421 The message was successfully retrieved from the receive queue.
    2005-06-12 22:37:07 Success SAPEngine_Application_Thread[impl:3]_34 1118608627437 The message status set to DLNG.
    2005-06-12 22:37:07 Success SAPEngine_Application_Thread[impl:3]_34 1118608627546 Delivering to channel: MAIL_RECV
    2005-06-12 22:37:07 Success SAPEngine_Application_Thread[impl:3]_34 1118608627562 Mail: message entering the adapter
    2005-06-12 22:37:07 Error SAPEngine_Application_Thread[impl:3]_34 1118608627671 Exception caught by adapter framework: Failed to call the endpoint 
    2005-06-12 22:37:07 Error SAPEngine_Application_Thread[impl:3]_34 1118608627671 Delivery of the message to the application using connection AFW failed, due to: Failed to call the endpoint .
    2005-06-12 22:37:07 Success SAPEngine_Application_Thread[impl:3]_34 1118608627703 The asynchronous message was successfully scheduled to be delivered at Sun Jun 12 22:42:07 CEST 2005.
    2005-06-12 22:37:07 Success SAPEngine_Application_Thread[impl:3]_34 1118608627734 The message status set to WAIT.
    2005-06-12 22:42:07 Success SAPEngine_Application_Thread[impl:3]_40 1118608927734 The message was successfully retrieved from the receive queue.
    2005-06-12 22:42:07 Success SAPEngine_Application_Thread[impl:3]_40 1118608927734 The message status set to DLNG.
    2005-06-12 22:42:07 Success SAPEngine_Application_Thread[impl:3]_40 1118608927750 Delivering to channel: MAIL_RECV
    2005-06-12 22:42:07 Success SAPEngine_Application_Thread[impl:3]_40 1118608927750 Mail: message entering the adapter
    2005-06-12 22:42:07 Error SAPEngine_Application_Thread[impl:3]_40 1118608927765 Exception caught by adapter framework: Failed to call the endpoint 
    2005-06-12 22:42:07 Error SAPEngine_Application_Thread[impl:3]_40 1118608927781 Delivery of the message to the application using connection AFW failed, due to: Failed to call the endpoint .
    2005-06-12 22:42:07 Error SAPEngine_Application_Thread[impl:3]_40 1118608927796 The message status set to NDLV.
           Total: 33 Entries   1020304050 messages displayed per page; this is page 1 of  1 page(s)     

  • Duplicate record with same primary key in Fact table

    Hi all,
       Can the fact table have duplicate record with same primary key . When i checked a cube i could see records with same primary key combination but the key figure values are different. My cube has 6 dimentions (Including Time,Unit and DP) and 2 key figures. So 6 fields combined to form the composite primary key of the fact table. When i checked the records in se16 i could see duplicate records with same primary key. Ther are no parallel loading happening for the cube.
    BW system version is 3.1
    Data base is : Oracle 10.2
    I am not sure how is this possible.
    Regards,
    PM

    Hi Krish,
       I checked the datapacket dimention also. Both the record have same dimention id (141). Except the Keyfigure value there is no other change in the Fact table record.  I know this is against the basic DBMS primary key rule. But i have records like this in the cube.
    Can this situation arise when same records is there in different data packet of same request.
    Thx,
    PM
    null

  • When i run a sequence with ivi step types in simulation mode i get the error code number BFFA0015 - Types do not match.

    When i run the sequence with ivi step types in simulation mode i get the error Types do not mathc. The step that generates this error is an IviScope step type and is configured as a measurement. Th weird thing is that in real mode is working perfectly. I have three measure steps and i get the error in all of them. The exact error message is:
    UUT Result: Error, Error executing substep 'Post'. An exception occurred calling 'RunStep' in 'ISubstep' of 'TestStand Ivi Step Types 1.0 Type Library' An error occurred while executing the step. Component Works IVI Control Error: The IVI Read operation failed on channel '1' for logical name 'SampleScope'. Details: (1
    ) Types do not match. [IVI Error Code: BFFA0015] Source: TSIviStepTypes [Error Code: -30721, User-defined error code.]
    Can someone tell me how to fix this problem?. It seems to me that the simulation generates a diferent type of measurement of that generated in real mode.

    Update:
    The simulation driver appears to be raising the error. By switching to specific driver simulation the error does not occur. This may be a problem in either the class simulation driver or the specific driver.
    Scott Richardson
    National Instruments

  • Stop Duplicate E-mail Sending, How ???

    Hello.
    Versions:
    CF8, MySQL 5.5.27
    Database record fields:
    , FirstAttemptByCertNumber <-- same certification number
    , SecondAttemptByCertNumber
    , ThirdAttemptByCertNumber <-- same certification number
    , FourthAttemptByCertNumber
    Scenario:
    Web based airway management report. Four attempts are allowed per patient. An individual attempts an airway insertion and is not successful. This would be recorded in the first attempt section of the report. A different person does a second and attempt and is not successful. The first person attempts a third time and this time around is successful. So the FirstAttemptByCertNumber and ThirdAttemptByCertNumber DB fields would contain the same certification number. After the information is inserted into the DB and e-mail is generated and sent out. Client would like to have all information in a single DB record
    The goal (if possible) is to only send out one e-mail for each Certification Number in the DB record. I am able to get the last record id inserted, but cannot seem to get my head around how to stop duplicate e-mail sending.
    Is this even possible and if so, any suggestions on how to accomplish such a task? If more clarification is required please ask.
    TIA - Leonard B

    My machine sends them immediately with a prefix in the Subject line saying <RE: hi > then the original email title.
    And you have verified that they are indeed being sent by your computer based on an analysis of tcpdump logs or Wireshark logs running on another "believed clean"computer on the same LAN? I would strongly encourage you to submit excerpts of these logs to the likes of Intego, MacScan, etc., if so. You haven't downloaded any freeware from sites of unverifiable integrity, right? Is your DNS settings directing you to the DNS servers that you think they are (perhaps rerouting your sent mail to a rogue smtp server)? In Terminal, type scutil⏎ then type show State:/Network/Global/DNS⏎ and make sure you recognize the IP addresses of the reported DNS servers. (type exit⏎ to exit scutil)
    Spammers in Africa can't send their results immediately. Looking at the long headers of a spam returned to me, it's got the same routing info as me and was sent at the same time.
    Why not? I doubt that there is some guy sitting there manually doing this with email messages, it is automated, and would probably take milliseconds to duplicate your email, append the canned spam message, and shotgun it back out onto the internet. I live in Colorado and I picked a random server in New Zealand and pinged it (don't trust even pinging anything in some locales). The results?
    myOldMac:~ jv$ ping {hidden}.org.nz
    PING {hidden}.org.nz (202.6.116.6): 56 data bytes
    64 bytes from NNN.NNN.NNN.NNN: icmp_seq=0 ttl=52 time=168.514 ms
    64 bytes from NNN.NNN.NNN.NNN: icmp_seq=1 ttl=52 time=167.807 ms
    64 bytes from NNN.NNN.NNN.NNN: icmp_seq=2 ttl=52 time=167.624 ms
    64 bytes from NNN.NNN.NNN.NNN: icmp_seq=3 ttl=52 time=167.954 ms
    --- {hidden}.org.nz ping statistics ---
    4 packets transmitted, 4 packets received, 0% packet loss
    round-trip min/avg/max/stddev = 167.624/167.975/168.514/0.333 ms
    That's only one-sixth of one second ... that's pretty fast.

  • HT201317 duplicate photos with photo stream

    Does anybody get duplicate photos with photo stream?  If so, how do you stop this happening?

    Hey Seth221,
    Welcome to Apple Support Communities! It sounds like you want it so that when you take a photo on one device (your iPhone), it automatically appears on all of your other devices (your iPad). I'd first make sure Photo Stream is enabled on your iPad and iPhone by going to Settings > iCloud > Photo Stream, and turn on My Photo Stream and Shared Photo Streams. I'd also read through the Photo Stream FAQ here and see if that answers any further questions:
    iCloud: Photo Stream FAQ
    http://support.apple.com/kb/ht4486
    Have a great day,
    David

  • Launch TS sequence with operator interface

    create shortcut for launching a TS sequence with operator inteface.
    Right now, with Windows98,
    1. I doubleclick the test stand Labview Operator interface on the windows desktop.
    2. Click on File menu
    3. click /Select the sequence (at the bottom of File menu to launch the sequence in the Operator Interface.
    How do I create a shortcut to do these three steps?
    Double-click an icon on the desktop, launch the Operator interface and the sequence.

    Hi,
    I guess what you want to do is launch the OI and load a test sequence from the command line.
    Unfortunately you cannot do this with the LabVIEW Operator Interface as labview apps does not except the command line parameters.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Duplicate sequence# in standby

    Hi all,
    10.2.0.1
    With this query in the standby database,I am finding duplicate sequence#s.
    SQL> select sequence#,first_time,next_time from v$archived_log;
      12473 21-JAN-10 21-JAN-10 NO
      12473 21-JAN-10 21-JAN-10 YESIt seems its a bug otherwise what could be the reason for this anomaly?
    Thanks

    Hi,
    SEQUENCE# APP REGISTR
         12468 YES RFS
         12469 YES RFS
         12470 YES RFS
         12471 YES RFS
         12472 YES RFS
         12473 NO  RFS
         12473 YES RFS
         12474 NO  RFS
         12474 YES RFS
         12475 NO  RFS
         12475 YES RFS
    SEQUENCE# APP REGISTR
         12476 NO  RFS
         12476 YES RFS
         12477 NO  RFS
         12477 YES RFS
         12478 NO  RFS
         12478 YES RFS
         12479 NO  RFS
         12479 YES RFS
         12480 NO  RFS
         12480 YES RFS
         12481 NO  RFS
    SEQUENCE# APP REGISTR
         12481 YES RFS
         12482 NO  RFS
         12482 YES RFS
         12483 NO  RFS
         12483 YES RFS
         12484 NO  RFS
         12484 YES RFS
         12485 NO  RFS
         12485 YES RFS
         12486 NO  RFS
         12486 YES RFS
    SEQUENCE# APP REGISTR
         12487 NO  RFS
         12487 YES RFS
         12488 NO  RFS
         12488 YES RFS
         12489 NO  RFS
         12489 YES RFS
         12490 NO  RFS
         12490 YES RFS
         12491 NO  RFS
         12491 YES RFS
         12492 NO  RFS
    SEQUENCE# APP REGISTR
         12492 YES RFS
         12493 NO  RFS
         12493 YES RFSThe entries after sequence# 12474 are occuring twice.My question is why?
    Does the refrence guide mean that when log arrived,its applied status is no so one entry for that and when applied its status is yes so another entry for that. Then why not the same for sequence# 12474 and below?
    Thanks

  • Add-On [X] failed with exception; Event Type:16

    Hi,
      I'm currently trying to create a SAP B1 Add-On using C# (Framework 3.5/VS 2008).  I've done several VB.Net Add-Ons in the past but this is the first one I try to create one in C#.
      Using the SDK code examples, I've managed to create an Add-On that correctly connects to UI and DI (I can create a sub-menu, set event filters and add some usertables and userfields).  My sub-menu opens an XML based form in SAP B1.  The first time I click on the sub-menu, my form is correctly shown.  But immediately after, I get the following error in the message bar at the bottom :
      Add-On [X] failed with exception; Event Type:16, in which [X] is a number (like 90003), incrementing each time I stop the Add-On in Visual Studio and restart it.
      After this message occurs, I cannot display another instance of the window using the sub-menu.  In fact, it seems that all Add-On activity (button click, event trapping) is disabled or ineffective.  The Add-On still is running in the process tree, but no response.  Only the "X" is working on the created form to close it.
      I've run some tests on the code and I realized that this is happening on XML based forms (using the LoadBatchActions command to load the form) and the FormCreationParams class to create a simple form.  If I put the form creation line code in comments, my Add-On still runs (I can trap events on the sub-menu click) ; I can click multiple times on the menu without a problem  But as soon as I create a form, it stops responding.
    It also seems that as soon as I click on another menu to open a system form, the same error occurs. If I comment the form creation line code, again I can click as often as I want without getting this error message
      Can anyone help me on this one ?  I can post some code depending of what you may need to check this.
      Thanks !

    Sorry, I've just found the problem ; it was caused by an unhanded exception !
    Thanks !

Maybe you are looking for

  • Dump error in select query

    Hey Gurus, i am working on a requirement in which select query is fetching 8 fields from a ZTABLE. IF NOT IT_ZQAPP1[] IS INITIAL.   SELECT AUFNR VORNR PROBNR PIPENO NVORNR SHIFT   PSTAT PRODAT FROM ZQAPP INTO CORRESPONDING FIELDS OF TABLE IT_ZQAPP_B

  • XI error: adapter.file.configuration.DynamicConfigurationException

    Hi all, I have an scenary of file process between an NFS and an a FTP server. I need these files will conserve these original names, so it's configured with "Adapter-Specific Message Attributes" Options ticked: X-> Use Adapter Specific Message Attrib

  • Image Viewer skips first photo

    Hi please help me I got a small problem. I created a Image Viewer with Macromedia Dreamweaver 8. The Image Viewer is a slide where you can show Photos. My problem is when i am scrolling trough my uploaded images, it does not show the first photo agai

  • Tools bar not working correctly!

    Whenever I click on a tool, it auto expands, making it impossibly slow to work having to constantly select the tool I want out of the drop down. This happens for all tools that are expandable and have other options, such as the brush, eraser, paintbu

  • Flash Menu in Captivate

    We are currently tasked with updating SAP training that was created with OnDemand software. The current simulations have a Javascript menu on each screen which provides various functions including moving from current slide to next or previous slides.