Weird TT6003 error

Hi,
Cache Group:
CREATE DYNAMIC ASYNCHRONOUS WRITETHROUGH CACHE GROUP SUBSCRIBER_CACHE_GROUP
FROM SUBSCRIBER
     ID NUMBER(30) NOT NULL ,
     PRIMARY KEY(ID)
DEVICE
     ID NUMBER(30) NOT NULL ,
     SUBSCRIBERID NUMBER(30) NULL ,
     PRIMARY KEY(ID),
     FOREIGN KEY(SUBSCRIBERID) REFERENCES SUBSCRIBER(ID)
DEVICEIDENTIFIER
     ID NUMBER(30) NOT NULL ,
     DEVICEID NUMBER(30) NULL ,
     PRIMARY KEY(ID),
     FOREIGN KEY(DEVICEID) REFERENCES DEVICE(ID)
View:
CREATE VIEW SUBSCRIPTIONIDENTIFIER ( ID,SUBSCRIBERID,GROUPNAME,IDENTIFIERTYPE,IDENTIFIERVALUE,SIID )
     AS SELECT DI.ID,DE.SUBSCRIBERID,DE.GROUPNAME,DI.IDENTIFIERTYPE,DI.IDENTIFIERVALUE,DE.ID
          FROM DEVICE de, DEVICEIDENTIFIER di
          WHERE de.id=di.deviceid;
One error is found in our test environment.
java.sql.SQLException: [TimesTen][TimesTen 11.2.1.4.0 ODBC Driver][TimesTen]TT6003: Lock request denied because of time-out
Details: Tran 143.23106 (pid 19946) wants Sn lock on rowid BMUFVUAAAAxogAALDp, table SUBSCRIBER. But tran 144.67398 (pid 19946) has it in Xn (request was Xn). Holder SQL (select ID,identifierType,identifiervalue,subscriberId,groupName,siid from subscriptionidentifie...) -- file "tindex.c", lineno 4277, procedure "sbTixNext()"
Whole query SQL is "select ID,identifierType,identifier value,subscriberId,groupName,siid from subscriptionidentifier where subscriberId =?".
My questions are:
1. Why does select sql place Xn lock on one row?
2. What and when operations may place Sn lock on one row? It seems that select will not place Sn lock because Xn doesn't block read as I know.
3. This is almost all information I can provide, and is there any tool which can be used for timesten trace in test environment?
Regards,
Nesta

I think you are referring to the lockwait timeout (default is 10 seconds as you mentioned)
you can change this within a connection, here is an example of increasing that:
To indicate a 30 second lock wait, use:
CALL ttLockWait (30);
It can also be set as a dsn general connection attribute:
LockWait=30
btw, there is mention in the thread about how this timeout acts:
by Nesta: Does this mean that if data load from Oracle is less than 10s, there will be no such timeout lock?
by Chris: if the data load completes within this time you should not get a lock timeout message
The lockwait timeout is a timeout for how long it waits to try to get a lock before it gives up and returns 6003
In the case asked above it probably does mean that the lock is being held for > 10 s, but it may not necesarilly
mean it only occurs because of the data load is taking > 10 s, I think its possible that if multiple things are
trying to get this lock, e.g. if connection A, B, and C want it, A has it first for 6 seconds, B and C are waiting, if B gets its
and holds it for another 6 seconds, C will get the lockwait timeout 6003, when 10 seconds elapsed, even thought
it only takes 6 seconds for the load. I don't think that when the lock comes free that the lockwait gets reset for C.
I just want to make sure its understood that its because its waiting for the lock, not necessarily tied to how
long it takes to load.
Jim

Similar Messages

  • Really weird quicktime error - showing stuff beneath it?

    I'm getting a really weird quicktime error like something I've never seen before. It's been happening for a few weeks now I guess, but I don't recall quite when it began.
    Basically, almost any video I open in it ends up splicing into fragments. The audio works fine, but the video shows part of the video, then part of the windows behind it, then the desktop, then the video, and cycling back again and splicing through.
    I'm up to date on everything and I ran disk permissions and I can't figure out what's going on. It's definitely quicktime though - it's affecting my iTunes and my Finder video previews as well, across a whole range of codecs. It doesn't affect VLC or mPlayer.
    Any idea what to do?

    A&I reinstalls the OS over the existing OS (to the version on your install DVD that came with the MacBook) but leaves user files and installed applications intact. You should still do a clone on an external drive first though. Or at least backup all your data files.
    After A&I you then use the downloadable combo updater for OSX and the latest QT for QT, and then after reboot repair permissions. You can then run Software Update for the other updates like iLife etc.
    If your install DVD was for 10.4.X and you are not on 10.5 then don't use the original DVD use the 10.5 retail disk instead.

  • Weird CS4 error when saving eps files on a Mac: "...specified files already exist in the target location"

    Hi There,
    All 3 workstations in our studio are experiencing weird file behavior when re-saving eps files from Illustrator.
    Basically Illustrator creates a new file in addition to the original and adds a "-01.eps" onto the file name. If you re-save your original, Illustrator brings up a dialogue box that states:
    Some of the specified files already exist in the target location. The files marked below will be replaced:
    filename.eps
    filename-01.eps
    We've been deleting the "-01.eps" files each time but it's becoming tedious. The behaviour occurs when re-saving an eps file to a server or the desktop.
    All machines are new Quad-core MacPros running:
    - Leopard 10.5.8
    - Illustrator CS4 14.0.0
    We've checked for Illustrator updates from within Illustrator but we seem to be running the latest version.
    Is anyone else experiencing this behavior?
    Any help or pointers in the right direction would be much appreciated.
    Cheers
    Ben

    Thanks for the reply.
    The error occurs when we save the document but if we choose save as, "Use Artboards" seems to be unchecked so not sure if this issue is related or not. Will re-save the document using save as then see if the issue persists.
    Why do we still use eps?
    Basically because we've found it to be much more compatible. Our entire logo library is in eps format (18 years worth) partly because it was previously the only format to use and partly because it allows account managers to send logos to clients, printers, TV stations etc and not involve the studio (saving out an eps version).
    Although "Create PDF compatible file" is a good idea, we've encountered costly issues with colours and images - especially if the recipient is using old CS software, non-Adobe software or is using some kind of hardware RIP. We now just go with what we know works.
    But I do find saving eps versions of everything to be a bit painful. In fact, I've always found Illustrator in general to be a bit painful when compared with Photoshop or AfterEffects. Illustrator seems like it's been developed by a different company some times!
    Cheers, and thanks for the help.

  • JPA Metadata issue/ Weird Column error or bug in openjpa ...?

    Hi All,
    I am getting the following exception when using openjpa in my project.
    The line of code that throws the error is also mentioned
    The latter error shows a column mismatch error which i am not sure is correct since the db i am using is Oracle 10g and the datatypes for the column are varchar2.
             BcsPort bcsPort=em.find(BcsPort .class, port);   //Error after this call.
    EJB Exception: : <openjpa-1.1.1-SNAPSHOT-r422266:965591 fatal user error> org.apache.openjpa.per
    sistence.ArgumentException: Errors encountered while resolving metadata.  See nested exceptions for details.
            at org.apache.openjpa.meta.MetaDataRepository.resolve(MetaDataRepository.java:567)
            at org.apache.openjpa.meta.MetaDataRepository.getMetaData(MetaDataRepository.java:308)
            at org.apache.openjpa.kernel.BrokerImpl.newObjectId(BrokerImpl.java:1121)
            at org.apache.openjpa.kernel.DelegatingBroker.newObjectId(DelegatingBroker.java:268)
            at org.apache.openjpa.persistence.EntityManagerImpl.find(EntityManagerImpl.java:451)
            at sun.reflect.GeneratedMethodAccessor472.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at weblogic.deployment.BasePersistenceContextProxyImpl.invoke(BasePersistenceContextProxyImpl.java:93)
            at weblogic.deployment.TransactionalEntityManagerProxyImpl.invoke(TransactionalEntityManagerProxyImpl.java:91)
            at weblogic.deployment.BasePersistenceContextProxyImpl.invoke(BasePersistenceContextProxyImpl.java:80)
            at weblogic.deployment.TransactionalEntityManagerProxyImpl.invoke(TransactionalEntityManagerProxyImpl.java:26)
            at $Proxy76.find(Unknown Source)
           .... so onFollowed by this as the cause from what i can make
    Caused by: <openjpa-1.1.1-SNAPSHOT-r422266:965591 fatal user error> org.apache.openjpa.persistence.ArgumentException: "
    com.test.domain.BcsNe.ne" declares a column that is not compatible with the expected type "varchar".  Column detail
    s:
    Full Name: bcsne.ne
    Type: blob
    Size: 0
    Default: null
    Not Null: false
            at org.apache.openjpa.jdbc.meta.MappingInfo.mergeColumn(MappingInfo.java:660)
            at org.apache.openjpa.jdbc.meta.MappingInfo.createColumns(MappingInfo.java:518)
            at org.apache.openjpa.jdbc.meta.ValueMappingInfo.getColumns(ValueMappingInfo.java:143)
            at org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy.map(StringFieldStrategy.java:79)
            at org.apache.openjpa.jdbc.meta.FieldMapping.setStrategy(FieldMapping.java:120)
            at org.apache.openjpa.jdbc.meta.RuntimeStrategyInstaller.installStrategy(RuntimeStrategyInstaller.java:80)
            at org.apache.openjpa.jdbc.meta.FieldMapping.resolveMapping(FieldMapping.java:438)
            at org.apache.openjpa.jdbc.meta.FieldMapping.resolve(FieldMapping.java:403)
            at org.apache.openjpa.jdbc.meta.ClassMapping.resolveNonRelationMappings(ClassMapping.java:834)
            at org.apache.openjpa.jdbc.meta.MappingRepository.prepareMapping(MappingRepository.java:324)
            at org.apache.openjpa.meta.MetaDataRepository.preMapping(MetaDataRepository.java:667)
            at org.apache.openjpa.meta.MetaDataRepository.resolve(MetaDataRepository.java:549)
            ... 78 moreI have seen this link https://issues.apache.org/jira/browse/OPENJPA-1481
    Can anyone help me out on this as i cannot make out if this is a problem in openjpa or the weblogic server 10.0 server
    that i am using to make the call..
    Any inputs on this highly appraciated

    gimbal2 wrote:
    That link seems to deal with a bug relating to a one to many mapping. I don't see anywhere in your post that you are dealing with the same thing.
    Actually i am using Many to One mapping as you can see from the code excerpt
    BcsPort
    @ManyToOne(optional=false, cascade=CascadeType.ALL, fetch=FetchType.EAGER)
         @JoinColumn(name="ne",referencedColumnName="ne")
         private BcsNe bcsNe;Why i posted the link was that it seems to throw the same weird column exception that i got and more googling revelead that it was indeed some issue between the way the oracle varchar2 field is being handled by openjpa.
    so just needed to confirm if this was a widely faced issue and a possible fix to the same
    Is there a particular reason why you are using openjpaActually it's been added recenlty to the system as before it was using normal JDBC Code...
    In stead of the persistence provider shipped with your JEE container anyway?Do you mean that i should use the Oracle Weblogic 10.3 persistence provider...?
    kindly suggest...
    thanks

  • JPA Weird Transaction error ... ?

    Hi All,
    For this code i am getting a weird exception which follows the code block..
    i have started a Transaction but still openjpa gives this exception
      public static void deletePort(String port){
           BcsPort bPort=em.find(BcsPort.class, port);
           try{
                   EntityTransaction tx= em.getTransaction();
                   tx.begin();
                   System.out.println("Active:" +tx.isActive()); //*Prints True*
                   em.remove(bPort);
                   tx.commit();
           if(em.isOpen())
                em.flush();
           em.clear();
           }catch (Exception e) {
                e.printStackTrace();
    Exception Stack Trace
    ERROR:  Can only perform operation while a transaction is active.
    <openjpa-1.0.0-r420667:568756 nonfatal user error> org.apache.openjpa.persistence.TransactionRequiredException: Can only perform operation while a transaction is active.
         at org.apache.openjpa.kernel.BrokerImpl.assertActiveTransaction(BrokerImpl.java:4301)
         at org.apache.openjpa.kernel.DelegatingBroker.assertActiveTransaction(DelegatingBroker.java:1314)
         at org.apache.openjpa.persistence.EntityManagerImpl.flush(EntityManagerImpl.java:487)
         at com.test.local.EntityManagerTester.deletePort(EntityManagerTester.java:180)
         at test.TestJPA.JPAInit(TestJPA.java:100)
         at test.TestJPA.testMutiple(TestJPA.java:152)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at junit.framework.TestCase.runTest(TestCase.java:168)
         at junit.framework.TestCase.runBare(TestCase.java:134)Help on this please
    Thanks..

    >
              tx.commit();
         if(em.isOpen())
              em.flush();
         em.clear();
         }catch (Exception e) {
              e.printStackTrace();
    sry my bad ... em.flush() is the culprit

  • Weird Pacman Error! [solved]

    Since last night, I've been getting this weird error when I run 'pacman -Syu' as root. What's going on?
    :: Synchronizing package databases...
    current 71.2K 143.5K/s 00:00:00 [#####################] 100%
    extra is up to date
    community 274.6K 339.7K/s 00:00:01 [#####################] 100%
    :: Starting full system upgrade...
    resolving dependencies... done.
    looking for inter-conflicts... done.
    Targets: gd-2.0.35-1 gstreamer0.10-good-0.10.6-1 gstreamer0.10-flac-0.10.6-1
    gstreamer0.10-gconf-0.10.6-1
    Total Package Size: 0.84 MB
    Proceed with installation? [Y/n]
    :: Retrieving packages from current...
    gd 175.9K 627.3K/s 00:00:00 [#####################] 100%
    checking package integrity... done.
    cleaning up... done.
    (4/4) checking for file conflicts [#####################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    gstreamer0.10-good: /usr/lib/gstreamer-0.10/libgstqtdemux.so exists in filesystem
    gstreamer0.10-good: /usr/lib/gstreamer-0.10/libgstvideocrop.so exists in filesystem
    errors occurred, no packages were upgraded.
    Any ideas, anyone?
    Last edited by tony5429 (2007-06-29 22:38:16)

    @ tony5429
    I was running in a semilar problem!
    I forced the update from gstreamer0.10-good with
    pacman -Syf gstreamer0.10-good
    after then I run again
    pacman -Syu
    and all run normal.
    You can also read here in this topic about it
    http://bbs.archlinux.org/viewtopic.php?id=34669
    the arch developmer tomk wrote
    tomk wrote:If you're not in a hurry, wait for the -bad package upgrade. Otherwise, I'd suggest -Syf for the -good package, followed by -Su for everything else.
    cheers
    JaDa

  • Weird ESB Error - "newly created file vanished" !

    I'm trying to register a really simple ESB project - 2x Db adapters that each call a stored procedure. I've done it dozens of times before without any problems but now I'm getting this weird error message in JDev when registering the services:-
    error code: 0 : 10
    summary: An unhandled exception has been thrown in the ESB system. The exception reported is: "java.io.IOException: Service TxXMLFileDescriptorsStore at C:\product\10.1.3.1\OracleAS_2\integration\esb/oraesb/artifacts/store/metadata working on C:\product\10.1.3.1\OracleAS_2\integration\esb/oraesb/artifacts/work/metadata access error : Newly created file vanished
         at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter.createIOException(Unknown Source)
         at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter.access$100(Unknown Source)
         at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter$1.createDirectory(Unknown Source)
         at oracle.tip.esb.lifecycle.AuxiliaryFileHandler.copyToRepository(Unknown Source)
         at oracle.tip.esb.lifecycle.AuxiliaryFileHandler.copyToRepository(Unknown Source)
         at oracle.tip.esb.lifecycle.AuxiliaryFileHandler.copyToRepository(Unknown Source)
         at oracle.tip.esb.console.XMLConsoleManagerImpl.commit(Unknown Source)
         at oracle.tip.esb.configuration.deployment.JDevDeploymentManager.deploy(Unknown Source)
         at oracle.tip.esb.configuration.deployment.DeploymentServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: org.apache.slide.common.ServiceAccessException: Service TxXMLFileDescriptorsStore at C:\product\10.1.3.1\OracleAS_2\integration\esb/oraesb/artifacts/store/metadata working on C:\product\10.1.3.1\OracleAS_2\integration\esb/oraesb/artifacts/work/metadata access error : Newly created file vanished
         at org.apache.slide.store.txfile.AbstractTxFileStoreService.throwInternalError(AbstractTxFileStoreService.java:357)
         at org.apache.slide.store.txfile.TxXMLFileDescriptorsStore.createObject(TxXMLFileDescriptorsStore.java:134)
         at org.apache.slide.store.AbstractStore.createObject(AbstractStore.java:670)
         at org.apache.slide.store.ExtendedStore.createObject(ExtendedStore.java:602)
         at org.apache.slide.structure.StructureImpl.create(StructureImpl.java:354)
         at oracle.tip.esb.server.bootstrap.slide.CreateFolder.createFolder(Unknown Source)
         at oracle.tip.esb.server.bootstrap.slide.CreateFolder.executeRequest(Unknown Source)
         at oracle.tip.esb.server.bootstrap.slide.AbstractSlideMethod.execute(Unknown Source)
         at oracle.tip.esb.server.bootstrap.slide.SlideHandler.createFolder(Unknown Source)
         at oracle.tip.esb.server.bootstrap.slide.SlideHandler.createFolder(Unknown Source)
         ... 23 more
    Fix: - "
    I've restarted SOA Suite but it made no difference. Has anyone seen this before?
    (I'm running JDev 10.1.3.2 and SOA Suite 10.1.3.1 - I'm also using a default install of Oracle XE as the dehydration store - but this has been running fine for almost 2 weeks now).
    Message was edited by:
    gnewtonaus

    Hmmm have restarted SOA Suite - no go, so restarted the whole server it's running on - still no go. Have tried rebuilding the ESB project from scratch using JDev 10.1.3.3 - no go.
    On subsequent tries (registering the the ESB services from JDev) I'm getting a different error message now:-
    error code: 0 : 10
    summary: An unhandled exception has been thrown in the ESB system. The exception reported is: "javax.transaction.NotSupportedException
         at org.apache.slide.transaction.SlideTransactionManager.begin(SlideTransactionManager.java:129)
         at org.apache.slide.common.NamespaceAccessTokenImpl.begin(NamespaceAccessTokenImpl.java:391)
         at oracle.tip.esb.console.XMLConsoleManagerImpl.commit(Unknown Source)
         at oracle.tip.esb.configuration.deployment.JDevDeploymentManager.deploy(Unknown Source)
         at oracle.tip.esb.configuration.deployment.DeploymentServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Fix: -
    Equally as confusing! - have I broken my ESB and need to reinstall SOA Suite?

  • Weird RecordStore error - help...anybody?

    I am receiving an error from a command of the following form:
    setRecord(1, data, 0, data.length)
    where data is a byte array (defined by a toByteArray() from a ByteArrayOutputStream).
    The error states:
    javax:microedition.rms.RecordStoreException: Error setting record data: java.io.IOException: write exceeds maximum file size.
    The thing I find weird is that, when I display the getSize() and getSizeAvailable() on the RecordStore, I get really big numbers, like:
    size is 62200
    size available is 546972
    while my data is small,
    data.length = 9536
    So I am confused by the "exceeds maximum file size" notice. The data is definitely small enough to fit in what memory I have available. And...Is there a file involved or is something not quite right with the message, which also appears to have the form of two error messages merged as one.
    Does anyone have any ideas as to what I am encountering here? Would anyone know of anyway I can track down such a problem? I'm a bit lost as to how to debug this since it seems like there isn't much I can play around with given the somewhat limited amount of things I can do (and mess up) with RecordStores. Could it be a memory leak/overwrite? (I'm not sure that that is too likely, particularly in Java, but I'm at a bit of a loss as to where to find problems to try to get my hands on.)
    Thanks for any help, advice or thoughts!

    Hi, I'm writing app, which saves images to RS.
    public void saveImage(String path) {
            RecordStore rs = null;    // Record store
            String RECORD_STORE = path; // Name of record store
            addImageName(path);
            try {
                rs = RecordStore.openRecordStore(RECORD_STORE, true );
                rs.addRecord(data, 0, data.length);
                System.out.println("data lenght : " + data.length);
                System.out.println("writing finished");
                rs.closeRecordStore();
            catch (Exception e) {
            dpy.setCurrent(l);
        }this works...this methos saved even 25kB...

  • Weird Code Error

    tables: mara,eina.
    DATA: ze1edp19 like e1edp19 occurs 0 with header line.
    DATA: begin of zinteina occurs 0,
          matnr like mara-matnr,
          idnlf like eina-idnlf,
          end of zintEINA.
    data: i_mara like mara occurs 0.
    CLEAR ZE1EDP19.
    clear zinteina.
    MOVE segment-SDATA TO ZE1EDP19.
    etc......
    Wrote that code in the user exit of INPUT_IDOC_ORDERS.
    No syntax error... but in debugging, the system does not recognize the inernal table zinteina nor i_mara but it recognizes ZE1EDP19.

    I dono't if there is something like system refresh for user exits but the code started working after couple of hours. Weird!

  • Weird transport error

    All,
       I'm trying to move an update rule from my D system to my Q system.  It failed with a 'Unspecified error in the update...Message no. RSAU114'.  It gives a RC=8.
       Anyone ever seen this before?  I do a check on the update rules in Q, but they are fine.  The weird thing is, I opened my Q system to activate manually, and it failed with the same message...
       Thanks.
    Dave

    Hi David,
    You you have any start routine in the update rule...can you do the syntax check for that to see if it is okay.

  • Weird firewire error: no valid selfIDs

    We are having an issue with firewire on two different macs. One is mac pro running 10.5.5 and the other g5 running 10.4.11 ( i am not on my home machine). We were shooting tethered to a hasselblad h3d via firewire 800 this morning when we first encountered the problem, although subsequently all firewire devices (externals, various manufacturers Lacie, iomega) drives were affected. The camera, and the the hardrives were not recognised. We have followed all steps appart from step 9 in this document http://www.thexlab.com/faqs/firewiretroubleshooting.html . We have also ran permissions repairs and subsequently applejack http://applejack.sourceforge.net/ Reseting the PRAM resulted in sucessful remounting of the external hardrives but when we started the camera it was not recognised. I subsequently noted the external hardrives that had remounted after the pram reset were no longer mounted although i am not sure when this happened.
    This message shows up repeatedly in the system events log, even when no firewire devices are physically connected.:
    Jan 19 15:55:02 Mac-Pro kernel[0]: FireWire (OHCI) TI ID 823f built-in: no valid selfIDs for more than 3 minutes after bus reset.
    A similar message repeatedly shows up in 10.4.11. I would have said that the fact it was not working on two different machines would isolate it to the camera (changed firewire cables too) but these messages on both systems is just weird =. Help very appreciated!!!

    here are a few bits of the log from the g5
    Jan 19 12:46:30 Studio-G5 configd[35]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jan 19 12:46:30 Studio-G5 configd[35]: posting notification com.apple.system.config.network_change
    Jan 19 12:46:30 Studio-G5 lookupd[85]: lookupd (version 369.8) starting - Mon Jan 19 12:46:30 2009
    Jan 19 12:46:32 Studio-G5 configd[35]: target=enable-network: disabled
    Jan 19 12:47:40 Studio-G5 kernel[0]: Bad SelfID packet 3: 0x0 != 0xffffffff!
    Jan 19 12:47:49 Studio-G5 kernel[0]: Bad SelfID packet 3: 0x0 != 0xffffffff!
    Jan 19 12:47:51 Studio-G5 kernel[0]: Bad SelfID packet 3: 0x0 != 0xffffffff!
    Jan 19 12:48:02 Studio-G5 kernel[0]: Bad SelfID packet 3: 0x0 != 0xffffffff!
    Jan 19 12:49:22 Studio-G5 kernel[0]: FireWire (OHCI) Apple ID 52 built-in: 274 bus resets in last minute.
    Jan 19 12:50:26 Studio-G5 kernel[0]: FireWire (OHCI) Apple ID 52 built-in: no valid selfIDs for more than 2 minutes after bus reset.
    and
    Jan 19 13:19:14 Studio-G5 kernel[0]: FireWire (OHCI) Apple ID 52 built-in: no valid selfIDs for more than 2 minutes after bus reset.
    Jan 19 13:22:26 Studio-G5 kernel[0]: FireWire (OHCI) Apple ID 52 built-in: no valid selfIDs for more than 2 minutes after bus reset.
    Jan 19 15:09:24 Studio-G5 kernel[0]: disk1s1: media is not present.
    Jan 19 15:09:24 Studio-G5 kernel[0]: disk1s1: media is not present.
    Jan 19 15:09:24 Studio-G5 kernel[0]: disk1s1: media is not present.
    Jan 19 15:09:24 Studio-G5 kernel[0]: disk1s1: media is not present.
    there

  • Weird Parsing Error in Safari 5.0

    I've just updated my web browser to Safari 5.0 and I'm in a "Introduction to JavaScript" class. I'm trying to do a lab which:
    1). Creates a website that includes: - Your name (First and Last)
    2). Sets up a unordered list with Three links to your favorite websites
    The problem is that though my code works in Firefox, I keep getting a Syntax Error: Parse Error at line 15 (Where the document.write statement outputs a unordered list of "a href" url links). I'm at wits end and the syntax seems fine. Does anyone have any suggestions? Oh, by the way here's my code for the lab:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Lab1</title>
    <script type="text/javascript">
    //Prompts for my name
    var userName = prompt("Please enter your name");
    document.write (userName);
    //displays my picture and my favorites places in HTML
    document.write("<br />");
    document.write("<img src='mygradpic.jpg'/>");
    document.write("<br />");
    document.write("My Favorite Places");
    document.write(<ul>
    <li><a href="http://www.seattle.gov/parks/park_detail.asp?ID=307">Greenlake Park in Seattle,WA</a></li>
    <li><a href="http://www.cinerama.com/TemplateHome.aspx?contentId=1">Cinerama Theatre in Downtown Seattle</a></li>
    <li><a href="http://www.spl.org/">The Seattle Public Library</a></li>
    </ul>);
    </script>
    </head>
    <body>
    </body>
    </html>

    This is a syntax error:
    document.write(
    Greenlake Park in Seattle,WA
    Cinerama Theatre in Downtown Seattle
    The Seattle Public Library
    ... because the argument isn't a string. That should be:
    document.write('
    Greenlake Park in Seattle,WA
    Cinerama Theatre in Downtown Seattle
    The Seattle Public Library
    ... note that the argument is enclosed in single-quotes an the carriage returns are removed. That said, your intro to JavaScript class should teach you that document.write() is poor form.

  • Can someone help me with a weird itunes error?

    while trying to launch itunes 7 i get an error message saying "this action is only valid for products that are currently installed."
    i tried to unistall itunes and it's missing the msi file
    and i also tried to update but it wont update because of the missing msi file
    can anyone help?
    thanks a lot
    -tyler

    yeah, and it pops up with a thing to browse for the missing msi file
    but the msi file is no where to be found
    with that one, let's try the following procedure.
    first, head into your Add/Remove programs and uninstall your QuickTime. if it goes, good. if it doesn't, we'll just attend to it when we attend to itunes.
    next, download and install the Windows Installer CleanUp utility. use it to clear any existing itunes and/or QuickTime installation configuration information from the PC.
    Description of the Windows Installer CleanUp Utility
    next, use the the following document as a guide for manual removal of leftover itunes and quicktime program files:
    Removing iTunes and QuickTime for Windows
    now try another itunes install. does it go through properly this time?

  • Weird playlist/ERROR message/won't sync songs/won't restore!

    I just ran out of room on my ipod, and something came up saying do you want to create some playlist? I'm not sure exactly what it said, but it was so I can make more room on it. I went through my library and deleted songs I didn't want anymore and I deleted this playlist that my Itunes made by itself. I added my new songs, tried updating my ipod and it won't sync the songs. It says "Songs on the Ipod cannot be synced because all of the playlists selected for syncing no longer exist." I tried restoring it, but another error came up. Nothing works.
    Any ideas? Or do I have to take it in to the Apple Store?

    I assume you have seen this article regarding this error message.
    iPod: Cannot restore or update in iTunes with error 1415, 1417, 1418, 1428, 1429, 1430, 1436, or 1439
    It could be an indication or a damaged or dying hard drive.  I would recommend doing a disk diagnostic on the iPod's HD using the instructions given by turingtest2 in this older thread.  He also covers what the resulting numbers indicate.
    https://discussions.apple.com/thread/3784647?start=0&tstart=0
    B-rock

  • Weird Runtime error, please help.

    I recently started teaching myself java from a book, I liked it so I continued reading the book etc. I got to the chapter where it starts to talk about swing classes. The examples previous to this chapter compiled and worked great. Althoug in the swing class chapter none of the examples compile, well I shouldn't say that. They do "compile" but when I try to run them I get this error....
    Here it is in full:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D00FA9B
    Function=[Unknown.]
    Library=(N/A)
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
         at sun.java2d.loops.Blit.Blit(Native Method)
         at sun.java2d.pipe.DrawImage.blitSurfaceData(DrawImage.java:627)
         at sun.java2d.pipe.DrawImage.renderSurfaceData(DrawImage.java:355)
         at sun.java2d.pipe.DrawImage.clipAndRenderSurfaceData(DrawImage.java:333)
         at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:64)
         at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:48)
         at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:715)
         at sun.java2d.pipe.ValidatePipe.copyImage(ValidatePipe.java:147)
         at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:2782)
         at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:2772)
         at javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4745)
         at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4688)
         at javax.swing.JComponent._paintImmediately(JComponent.java:4632)
         at javax.swing.JComponent.paintImmediately(JComponent.java:4464)
         at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:404)
         at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:117)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:443)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:190)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
    Dynamic libraries:
    0x7D750000 - 0x7D76D000      C:\WINDOWS\SYSTEM\IMAGEHLP.DLL
    Local Time = Thu Mar 21 20:50:59 2002
    Elapsed Time = 7
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.0-b92 mixed mode)
    If anyone knows how to fix this I would really appreciate the help.
    Thanks in advance,
    Tuskony

    Your right, I am using JDK 1.4.0, on Windows 98.
    Here is a shortened down version of the code:
    import javax.swing.*;
    import javax.swing.text.*;
    import javax.swing.event.*;
    import java.awt.*;
    import java.awt.Toolkit;
    import java.awt.event.*;
    public class JTextFieldExample extends JPanel
    JLabel lblName = new JLabel( "Name:", JLabel.RIGHT );
    JTextArea txtName = new JTextArea( 40, 40 );
    public JTextFieldExample()
    setLayout( new GridLayout( 2, 2 ) );
    add( txtName );
    public static void main( String[] args )
    JFrame frame = new JFrame();
    JTextField example = new JTextField();
    frame.getContentPane().add( example, BorderLayout.CENTER );
    frame.setSize( 200, 200 );
    frame.setVisible( true );
    frame.addWindowListener
    new WindowAdapter()
    public void WindowClosing( WindowEvent e )
    System.exit( 0 );

Maybe you are looking for

  • Time range parameter doesn't work in JRC

    Hi All, I have a optional parameter (BusinessHours) with time type in my report. In my selection formula I have a statment like: If HasValue({?BusineeHours}) Then // do something Else // do something else The report WORKS fine when running within rep

  • Output for billing

    My user require that the output ofor the billing doc has to be triggered automatically. We have 2 printers , one is for billing single invoice and the other one is for billng invoice list. Can any one suggest me how to set up both for a customer so t

  • Shared google calendars

    Now that sunsetting Google Sync has occures (looks like the backend is 404'ing), what are the plans/solutions for OS6 and shared calendars?  Adding 15 accounts may work, but sharing with other people (the whole GOOD THING for team sports) is really n

  • Problem syncing Macbook Itunes to Ipad

    Have not been able to sync artist from Macbook to Ipad. I clicked artist name and there are several albums associated with name but only 1 album synced. Then clicked album name and clicked apply but still will not sync. I recently upgraded to Itunes

  • How to force print  page breaks (line feeds) in printed documents

    setup: Illustrator CS4 Windows 7 I've created a longish document of various pieces of text in 2 diffeent fonts.  No graphics. Can I insert linefeeds into the document where I want page breaks when it is printed? If so, what is the technique. I come f