Bus object latency

Hi all
Will the audio signal be delayed if I assign the output (not send) of a track eg: audio track 1 to a bus.
I want to send different audio tracks to the same bus bus to create sub-groups for mixing.
However I am doing this for a film mix so I can't lose sync.
Thanks in advance
Marcel

Logic's PDC is not "weird" at all. I recently started
to test all of logic's plugins,at all I/O buffer
settings,and found the the Adaptive Limiter and the
Multipressor do NOT add latency to the audio
stream.There might be a different reason why you are
experiencing the latency.
I am also going to test different configurations of
the plugins,ie inserted on a buss,etc...to be able to
get a handle on where this supposed latency is coming
from.
I just have not ever seen it on my projects.That is
why I am doing the extensive testing.
Search this forum to see the link to my test
results.
I'd love to see the test results. Here's what I've found so far about PDC.
The AUX's are not compensated, which is why I would normally want to use PDC, to compensate for a plugin on a submix bus of drums or whatever.
The movie doesn't move with the audio. Add a tight audio sfx to a point in the movie. Turn on PDC....the hit is no longer with the picture. That's a big one for me, scoring to picture is what I do.
With PDC on, when bouncing, a blank space is added to the front of the audio. I've read about this, but hadn't noticed until I recently did a track for a website that needed to loop.
Granted all of this depends on what plugins you're using and where your using them, but none of the above is what I would call "normal" in regards to how PDC works in other programs like ProTools. So, I leave PDC off when I score to picture and I stay away from using Logic's mastering limiters on my master out.
But hey, if I'm doing something wrong, I'd love to know.
thanks

Similar Messages

  • Access Oracle Service Bus objects from within a PBL program

    Followed instructions from Studio Reference documentation for cataloging Oracle Service Bus objects and embedded sample code but encountered http 404 not found error. Is there anyway to trace the call made to the Service Bus? I change the log message severity level for Workspace application to debug but the call is not logged. The following is the output from the log:
    ================Oracle® BPM - WorkSpace================
    RUNTIME:fuego.papi.exception.ActivityFailedException: Activity '/ExpenseReport#Default-1.0/GlobalCreation[CreateExpenseReport]' task '' could not execute successfully.
    RUNTIME:Detail:Method: '', Exception: 'The method 'CIL_createExpenseReportCreateExpenseReportIN' from class 'oracle.ExpenseReport.Default_1_0.Instance' could not be successfully executed.'
    RUNTIME:
    RUNTIME:     at fuego.papi.exception.ActivityFailedException.create(ActivityFailedException.java:66)
    RUNTIME:     at fuego.server.AbstractProcessBean.createActivityFailedException(AbstractProcessBean.java:3561)
    RUNTIME:     at fuego.fengine.FEngineProcessBean.createActivityFailedException(FEngineProcessBean.java:371)
    RUNTIME:     at fuego.server.AbstractProcessBean.runGlobalActivity(AbstractProcessBean.java:2968)
    RUNTIME:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    RUNTIME:     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    RUNTIME:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    RUNTIME:     at java.lang.reflect.Method.invoke(Unknown Source)
    RUNTIME:     at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1410)
    RUNTIME:     at fuego.lang.JavaObject.invoke(JavaObject.java:227)
    RUNTIME:     at fuego.component.Message.process(Message.java:585)
    RUNTIME:     at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:780)
    RUNTIME:     at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:755)
    RUNTIME:     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:142)
    RUNTIME:     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:134)
    RUNTIME:     at fuego.fengine.FEngineProcessBean.processBatch(FEngineProcessBean.java:244)
    RUNTIME:     at fuego.component.ExecutionThread.work(ExecutionThread.java:839)
    RUNTIME:     at fuego.component.ExecutionThread.run(ExecutionThread.java:408)
    RUNTIME:     at fuego.component.CustomExecution.next(CustomExecution.java:176)
    RUNTIME:     at fuego.papi.impl.rmi.RMIExecution.next(RMIExecution.java:109)
    RUNTIME:     at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:177)
    RUNTIME:     at fuego.web.execution.impl.WebInteractiveExecution.process(WebInteractiveExecution.java:54)
    RUNTIME:     at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:223)
    RUNTIME:     at fuego.web.papi.TaskExecutor.runApplicationTask(TaskExecutor.java:349)
    RUNTIME:     at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:95)
    RUNTIME:     at fuego.workspace.servlet.ExecutorServlet.doAction(ExecutorServlet.java:117)
    RUNTIME:     at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:229)
    RUNTIME:     at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:220)
    RUNTIME:     at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    RUNTIME:     at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:83)
    RUNTIME:     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    RUNTIME:     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    RUNTIME:     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    RUNTIME:     at fuego.web.filter.SingleThreadPerSessionFilter.doFilter(SingleThreadPerSessionFilter.java:64)
    RUNTIME:     at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    RUNTIME:     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    RUNTIME:     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    RUNTIME:     at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
    RUNTIME:     at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    RUNTIME:     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    RUNTIME:     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    RUNTIME:     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    RUNTIME:     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    RUNTIME:     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    RUNTIME:     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    RUNTIME:     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    RUNTIME:     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    RUNTIME:     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    RUNTIME:     at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
    RUNTIME:     at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    RUNTIME:     at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
    RUNTIME:     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
    RUNTIME:     at java.lang.Thread.run(Unknown Source)
    RUNTIME:Caused by: fuego.lang.ComponentExecutionException: The method 'CIL_createExpenseReportCreateExpenseReportIN' from class 'oracle.ExpenseReport.Default_1_0.Instance' could not be successfully executed.
    RUNTIME:     at fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:519)
    RUNTIME:     at fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:273)
    RUNTIME:     at fuego.fengine.FEEngineExecutionContext.invokeMethodAsCil(FEEngineExecutionContext.java:219)
    RUNTIME:     at fuego.server.execution.EngineExecutionContext.runCil(EngineExecutionContext.java:1280)
    RUNTIME:     at fuego.server.execution.TaskExecution.invoke(TaskExecution.java:401)
    RUNTIME:     at fuego.server.execution.GlobalTaskExecution.invoke(GlobalTaskExecution.java:146)
    RUNTIME:     at fuego.server.execution.TaskExecution.executeCIL(TaskExecution.java:513)
    RUNTIME:     at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:697)
    RUNTIME:     at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:657)
    RUNTIME:     at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:154)
    RUNTIME:     at fuego.server.execution.GlobalTaskExecution.executeGlobalCIL(GlobalTaskExecution.java:116)
    RUNTIME:     at fuego.server.execution.GlobalTaskExecution.executeGlobalCIL(GlobalTaskExecution.java:96)
    RUNTIME:     at fuego.server.execution.microactivity.GlobalCreationMicroActivity.execute(GlobalCreationMicroActivity.java:109)
    RUNTIME:     at fuego.server.execution.microactivity.GlobalInteractiveMicroActivity.execute(GlobalInteractiveMicroActivity.java:73)
    RUNTIME:     at fuego.server.AbstractProcessBean$44.execute(AbstractProcessBean.java:2961)
    RUNTIME:     at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:304)
    RUNTIME:     at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:470)
    RUNTIME:     at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:551)
    RUNTIME:     at fuego.transaction.TransactionAction.start(TransactionAction.java:212)
    RUNTIME:     at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123)
    RUNTIME:     at fuego.server.execution.EngineExecution.executeImmediate(EngineExecution.java:66)
    RUNTIME:     at fuego.server.AbstractProcessBean.runGlobalActivity(AbstractProcessBean.java:2954)
    RUNTIME:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    RUNTIME:     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    RUNTIME:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    RUNTIME:     at java.lang.reflect.Method.invoke(Unknown Source)
    RUNTIME:     at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1410)
    RUNTIME:     at fuego.lang.JavaObject.invoke(JavaObject.java:227)
    RUNTIME:     at fuego.component.Message.process(Message.java:585)
    RUNTIME:     at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:780)
    RUNTIME:     at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:755)
    RUNTIME:     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:142)
    RUNTIME:     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:134)
    RUNTIME:     at fuego.fengine.FEngineProcessBean.processBatch(FEngineProcessBean.java:244)
    RUNTIME:     at fuego.component.ExecutionThread.work(ExecutionThread.java:839)
    RUNTIME:     at fuego.component.ExecutionThread.run(ExecutionThread.java:408)
    RUNTIME:Caused by: fuego.lang.RuntimeCILExecutionException: <?xml version="1.0" encoding="UTF-8" ?>
    RUNTIME:<string>return code: 404
    RUNTIME:&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Draft//EN&quot;&gt;
    RUNTIME:&lt;HTML&gt;
    RUNTIME:&lt;HEAD&gt;
    RUNTIME:&lt;TITLE&gt;Error 404--Not Found&lt;/TITLE&gt;
    RUNTIME:&lt;META NAME=&quot;GENERATOR&quot; CONTENT=&quot;WebLogic Server&quot;&gt;
    RUNTIME:&lt;/HEAD&gt;
    RUNTIME:&lt;BODY bgcolor=&quot;white&quot;&gt;
    RUNTIME:&lt;FONT FACE=Helvetica&gt;&lt;BR CLEAR=all&gt;
    RUNTIME:&lt;TABLE border=0 cellspacing=5&gt;&lt;TR&gt;&lt;TD&gt;&lt;BR CLEAR=all&gt;
    RUNTIME:&lt;FONT FACE=&quot;Helvetica&quot; COLOR=&quot;black&quot; SIZE=&quot;3&quot;&gt;&lt;H2&gt;Error 404--Not Found&lt;/H2&gt;
    RUNTIME:&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
    RUNTIME:&lt;/TABLE&gt;
    RUNTIME:&lt;TABLE border=0 width=100% cellpadding=10&gt;&lt;TR&gt;&lt;TD VALIGN=top WIDTH=100% BGCOLOR=white&gt;&lt;FONT FACE=&quot;Courier New&quot;&gt;&lt;FONT FACE=&quot;Helvetica&quot; SIZE=&quot;3&quot;&gt;&lt;H3&gt;From RFC 2068 &lt;i&gt;Hypertext Transfer Protocol -- HTTP/1.1&lt;/i&gt;:&lt;/H3&gt;
    RUNTIME:&lt;/FONT&gt;&lt;FONT FACE=&quot;Helvetica&quot; SIZE=&quot;3&quot;&gt;&lt;H4&gt;10.4.5 404 Not Found&lt;/H4&gt;
    RUNTIME:&lt;/FONT&gt;&lt;P&gt;&lt;FONT FACE=&quot;Courier New&quot;&gt;The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.&lt;/p&gt;&lt;p&gt;If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.&lt;/FONT&gt;&lt;/P&gt;
    RUNTIME:&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
    RUNTIME:&lt;/TABLE&gt;
    RUNTIME:
    RUNTIME:&lt;/BODY&gt;
    RUNTIME:&lt;/HTML&gt;
    RUNTIME:</string>
    RUNTIME:
    RUNTIME:     at fuego.components.ScreenFlow.rethrowUserException(ScreenFlow.java:274)
    RUNTIME:     at fuego.components.ScreenFlow.propagateParentException(ScreenFlow.java:239)
    RUNTIME:     at xobject.Fuego__AutoGen__Screenflows__.__SubmitReport.Begin_Invocator(__SubmitReport.xcdl:13)
    RUNTIME:     at oracle.ExpenseReport.Default_1_0.Instance.CIL_createExpenseReportCreateExpenseReportIN(Instance.xcdl:3)
    RUNTIME:     at oracle.ExpenseReport.Default_1_0.Instance.CIL_createExpenseReportCreateExpenseReportIN(Instance.xcdl)
    RUNTIME:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    RUNTIME:     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    RUNTIME:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    RUNTIME:     at java.lang.reflect.Method.invoke(Unknown Source)
    RUNTIME:     at fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:512)
    RUNTIME:     ... 35 more

    You are receiving a 404 error which means that the binding to the SB is not correct or there is a problem with the SB end part of the integration.
    Are you able to test this successfully from an automatic activity for example aside from trying to use it within a screenflow ?
    Thanks !
    eduardoc.

  • Object type (bus-object) for product ?

    Hello,
    I need to know the Object type (bus-object) for a product in crm ?
    Where can I find this object-types in crm ?
    Thanks
    Gerd

    Hello Gerd.
    Try running t-code SWO1 and press F4 in the input field. You'll get the list.
    Here's an small extract:
    BUS1178    Product                     
    BUS1178001 Material                    
    BUS1178002 Service Product             
    BUS1178003 Financing Product           
    BUS1178004 Intellectual Property       
    BUS1178005 Warranty                    
    BUS1178101 Material CRM                
    BUS1178102 Service Product CRM         
    BUS1178103 Financing Product CRM       
    BUS1178104 Intellectual Property in CRM
    BUS1178105 Warranty CRM                
    Kind regards.
    Bruno

  • Publish full BUS object as iDoc

    Dear forum members,
    We are trying to find out if a concept we designed will work. Our goal is to publish a full business object e.g. BUS 1065 (Employee) to the Enterprise Service Bus (Tibco JMS technology).
    We plan to customize change pointers to the BUS object, which will trigger a replicate of the BUS object. We hope to create an outbound iDoc which will contain the full BUS object. The ESB solution will trigger a JMS publish on receiving the iDoc.
    Does anybody has experience with replicating a business object for a non SAP receiver? Will our concept work?
    kind regards,
    Richard

    Hi ..
    Even I'm newbie in idoc extension ..i can share with you some good things...
    As per your requirement..... i guess.. u need to extend the existing idoc structures ..
    1. Use WE31 to create or change the existing Z-segments for adding/delteing new fields in it...
    2 . Once segment is finalised with the new fields then the data needs to populate as in the same order of the segments... This can be done inside the funtional modules ... which r mentioned there...
    3. Use WE30 for checking the idoc extension structures with the list of segmetns and fields....
    Thanks...

  • BUS object to trigger workflow from F-47 transaction.

    hi expert,
                         could you please provide me the BUS object name and event to triffer workflow from F-47 transaction.
    or you can give any alternative solutions also.
    thanks
    raj

    Hi
      The right option would be to know what is the right BTE Business Transaction event for Posting Down Payments , AS I could not find any kind of enhancements or Badi's or even standard workflow. More over Iam not very good at FI..  So All I can suggest is to follow the below steps
    1. First try to determine the right BTE.
    2. After that try to make use of that BTE and create a function module and in this Fm try to make use of the FM SAP_WAPI_START_WORKFLOW.
    3. Before implementing the second point make sure that the workflow is developed prior to the second point, ONce the workflow is created , make a note of the new workflow template ID and pass this Termplate ID to the FM mentioned above.
    4. Make sure that the agent assignment ofthe workflow template is made as general task...
    Regards
    pavan

  • Read CAN bus object

    Hi there,
    I´m a new comer in the field CAN bus diagnose, and have problem with CAN object diagnose.
    As I write my program just like the attachment, I received an error message.
    I wanna poll a specified ID without reading the CAN net in whole.
    How can I use the CAN object VIs correctly?
    Thx!

    JB is right, objects are not supported since the USB-CAN does not have an internal processor like the Series 2 CAN cards.
    You could either use hardware filters to filter out all unwanted frames and keep CPU load down or receive all frames and filter them in LabVIEW.
    Regards,
    Andreas S
    Systems Engineer

  • Which BUs Object should I use for archiving and linking to SalesDocuments

    Hi,
    I want to archive documents and link them to SalesDocuments, but I don't know which BUsiness Object I should use. Special Ones like BUS2030, BUS2031,... or the general Type VBAK. If I use VBAK I have the problem, that when I archive manually all with VBAK linked documenttypes are proposed, so that I can't control, which documents are allowed to be linked with for instance CustomerQuotation or SalesOrder.

    Hello Marc,
    For Sales Order user object type as BUS2032
    Customer Quotation- BUS2031
    Customer Inquiry - BUS2030
    BUS2033          Customer complaint order
    BUS2034          Customer Contract
    BUS2035          Customer scheduling agreement
    BUS2051          Customer outline agreement
    BUS2094          Credit memo request
    Hope this will answer your question.
    -Thanks,
    Ajay

  • Writing own event for Reservation creation BUS object

    I am trying to create a workflow that should get triggered when a new reservation is created for approval. I am using the BOR object for material reservation but it does not contain an event of creation. I wish to create a new event and then add code to the event so that a mail to an approver can be sent. Using the approval received I need to confirm the reservation else render it cancelled.
    I require help in creating the event and writing the event code for it.
    Thanks for taking time to go through my query
    Zankruti Parikh

    Hello Zankruti,
        Indeed, there's no such event for BUS2093. And if you try to do this to object BUS2093, you will come across error: "No change document object for business object type BUS2093".
        Given this, in your case, I am afraid that you will have to extend object BUS2093 by using delegation - then you will be able to add events CREATED or CHANGED, if necessary. Use transaction SWO1 to this, click on "settings" delegate, delegation type = ZBUS2093(for example) - you will delegate your ZBUS2093 type to BUS2093. After that, you will be able to create the events.                                                                               
    Following the idea, I believe that the easiest way to do this is thorugh enhancement MBCF0007 (Customer function exit: Updating a reservation). Click on components, and then you will see EXIT_SAPMM07R_001. Within this exit, you can call SWE_EVENT_CREATE_IN_UPD_TASK (you trigger the events you will have created above).  
    Regards,
    Andre Sousa
    Edited by: Andre Sousa on Jan 4, 2008 9:35 PM

  • Logical link SLS-ACT-CR points at wrong bus object

    Hi,
    We have just upgraded our CRM 5.0 system to CRM 2007. We copied business role SALESPRO to build our sales role. In the Direct Link Group Z_CREATE, which is a copy of SLS_CREATE, we want to add a link to create new business activity (BUS2000126), so we have added logical link SLS_ACT_CR, but this link points at activity (BUS2000110), i.e. target ID TBT110TMPC. We cannot find any target ID suitable to create new business activity other that TBT126HCR - Create and email.
    Help would be greatfully appreciated.
    Many thanks,
    Antoinette

    Hi,
      The logical link SLS_ACT_CR looks good. It does not use "BUS2000110" as you mentioned. The target id TBT110TMPC points to the UI component "BT110M_ACT". But it still gives you a pop-up with the choice of transaction/process types of the business categories "BUS2000126" and "BUS2000125" and you can go ahead and create your business activity.
    If your requirement is to directly create only a business activity of a specific category, you have to do some config for that.
    I guess there are already SAP delivered UI object types for all the existing process types. If there is anything missing, then may be you need to maintain your own as already suggested.
    Thanks,
    Sudipta.

  • Call BAPI directly or use bus object types

    Hi,
    A quick question.
    At a customer, I need to create a targetgroup in a CRM system from an ABAP program
    I found that there exists the standard business object type BUS1185, what in fact has several methods which call BAPI functions ( for example BAPI_TARGETGROUP_CREATE )
    My question is know what is the best way to create the targetgroup, call the BAPI directly or use the object type ( via include <CNTN01> and the macro's SWC...
    Thanks in advance for your advice
    Erwin

    the only reason for using the BO macro's in regular ABAP programming, is if you want to emulate workflow behaviour, or if extra logic of the business object is needed (for instance if you have to know the content of several (virtual) attributes)). In the last case you also have to instantiate the BO.
    Other than that, just use the BAPI.
    Kind regards, Rob dielemans

  • Publish BUS1065 object to Enterprise Service Bus (Tibco)

    Dear forum members,
    We are trying to find out if a concept we designed will work. Our goal is to publish a full business object e.g. BUS 1065 (Employee) to the Enterprise Service Bus (Tibco JMS technology).
    We plan to customize change pointers to the BUS object, which will trigger a replicate of the BUS object. We hope to create an outbound iDoc which will contain the full BUS object. The ESB solution will trigger a JMS publish on receiving the iDoc.
    Does anybody has experience with replicating a business object for a non SAP receiver? Will our concept work?
    kind regards,
    Richard

    Dear forum members,
    We are trying to find out if a concept we designed will work. Our goal is to publish a full business object e.g. BUS 1065 (Employee) to the Enterprise Service Bus (Tibco JMS technology).
    We plan to customize change pointers to the BUS object, which will trigger a replicate of the BUS object. We hope to create an outbound iDoc which will contain the full BUS object. The ESB solution will trigger a JMS publish on receiving the iDoc.
    Does anybody has experience with replicating a business object for a non SAP receiver? Will our concept work?
    kind regards,
    Richard

  • Strange new problem with external effects and latency compensation

    i'm currently facing a new , very strange problem with latency compensation for external effect devices. it alway worked fine for me but suddenly there are strange things going on. i'm suddenly running into problems when using sends which feed auxes going to external effect devices.
    latency compensation is set to ALL !!!
    easy setup :
    - open an empty project and create 2 audioinstrument tracks. on the first one load the exs with a drumkit and record f.e. a bassdrum pattern. leave the 2. instrument empty.
    - now on the first audio instrument create a send to bus 1 -> aux 1 and insert the i/o plug-in in the aux and route it to your external effect device. chose a temposynced delay.
    - press play = everything is fine when audioinstrument 1 is highlighted in the arrange.
    - press stop, click on the track with the 2. audioinstrument and press play = totaly weird timing problems. delay is only in sync when track 1 is highlighted.
    - create a send in the 2. audioinstrument and route it to bus 1 -> aux 1 too = still the same problem
    now insert ANY softwareinstrument in audioobject 2 and suddenly the timing for the delay is right.
    go ahead and create a 3. audioinstrument track but leave it empty first. chose it in the arrange = again weird timing problems with the external delay.
    insert any software instrument on audioinstrument 3 = still the same problem
    now create the send to bus 1 -> aux 1 in audioinstrument 3 and guess what, timing is right.
    *** is going on here ? can anyone reproduce that ?
    it works fine when using sends which feed auxes with software effects inserted.
    funny thing is, when i go to the environment and change aux object one to bus object 1 and insert the same i/o in it it works !!!
    very very strange, please tell me i'm not crasy and this is a bug !!!
    as said, latency compensation is set to all.
    i'm using the mac pro 3.2 8-core running os 10.5.4, logic 8.0.2 and a motu pci-e audio system.
    Message was edited by: Olaf Dieckmann

    Welcome to the Discussions.
    If you need it formatted FAT32, reformat it on your Mac. Use MS-DOS (FAT32) as the file system. If you don't need it for both PC and Mac, format it HFS+ and you'll be able to use the Retrospect Express software that came with it on your Mac.
    John

  • Effects Won't Work on Bus/Sends

    Hello all,
    I've got a problem getting effects plug-ins to work on the buses in one of my songs.
    Here's the deal:
    I have 8 bus objects in the environment. Inside the arrange window, I have vocals on two Audio tracks. I've created two bus channels in the arrange window and to each added an FX plug-in, SilverVerb (Bus 3) on one and DJ EQ (Bus 2) on the other.
    On each of the Audio tracks, I added a post fader send to each bus. Everything was working fine the first day when I saved the song and shut down Logic Pro.
    The next day I started Logic and opened the song to continue where I left off and the effects buses would not work. No matter what level I set the sends on the audio tracks to, there are no FX added to the sound - it's just dry.
    I do not have the Plug-ins bypassed (I checked more than once), the gain is all the way up in DJ EQ and the 'Wet' percentage is at 100% in SilverVerb. What could the problem be?
    Thanks in advance for any help.

    Okay, I figured out what the problem is and my being an idiot was a big part of it.
    I realised that I had the output on the buses in the arrange window set to the bus itself. So, for example, the I/O on Bus 2 which contained the DJ EQ was actually set to Bus 2, instead of 3-4 (which is what I use for my main stereo and Front L/R outs). I don't remember changing that, but I must have.
    Anyhow, thanks anyway for trying to help.

  • Bus, level, clipping - I'm a bit confused.

    Hi
    Firstly, apologies if this has been mentioned before... I have done a search but didn't see exactly what I was looking for.
    Anyway...
    I use bus objects (though since reading the earlier post may start using AUXs) to submix different 'elements'.
    On bus 1 I have my drums.... In this instance they are heavily compressed using Renaissance Comp (waves) then I have a little reverb colour from Space designer then I have tritone digital 'hydratone' to add a bit of 'air' and definition.
    The issue is this. I'm hitting the comp hard - it's limiting the signal. The signal is showing up at -7db on the fader though the input gain on Hydratone is showing the signal as clipping on input + output. Shouldn't the 3rd plugin take the gain from the fader?
    I assume this isn't good and will probably be 'smearing' and digitally messing with my top end?
    Any comments?
    Del

    Well I mainly work in my own studio and do some mixing in one of the many filmstudios around here. But there are indeed some great places:
    http://www.hansatonstudio.de/
    (great place but expensive)
    http://www.headquarterstudio.com/content/view/13/28/
    (more affordable)
    http://www.audiovisionstudio.de/home1.html
    (medium quality)
    http://www.thommy-hein.de/

  • CMS objects that are orphaned in the Input FRS

    Post Author: [email protected]
    CA Forum: Administration
    Is there a tool / way to comb through the CMS objects and clean up CMS objects that do not have a file that exists in the Input FRS?
    Not sure how we ended up with these orphaned objects, product of migration i guess.

    Post Author: jsanzone
    CA Forum: Administration
    Jason,
    I'm not sure what the case would be if you were to allow these orphans to linger around, as best as I can tell there are no inherent problems.  However, as good administrators we sometimes feel best when things are neat, tidy, and all accounted for.  In answer to your question, I do not know of any tool per se, other than using the artificats that Bus Objects leaves us with to "check things out" and to also use other resources as we see fit.  The best I can imagine in getting to the data you seek is as follows:
    -  use the Query Builder tool (/businessobjects/enterprise115/WebTools/websamples/query/query.aspx"&gt;https://<server>/businessobjects/enterprise115/WebTools/websamples/query/query.aspx?
    - in the "enter your SQL code here" box, type: select si_files,si_name from ci_infoobjects where si_obtype=260 (then click on "Submit Query")
    - you will get a screenful of info back in your browser, and this is where the "tricky" part starts.  If you're working in a unix (or unix-flavored) environment (or have "grep", "cut" and "paste" for windows), you can highlight all the text that is returned, then copy to a text file.  Using grep, you can grep on "SI_FILES SI_PATH" | cut -c24- and output to another text file.  Then you can grep on "SI_FILE1" |cut -c10- and output to another text file.  Then finally, paste -d"/" <file1text> <file2text> (this puts the two parts together with a slash between thus resembling a file name.  The next task is to go the place where your filestore is at (if you've not moved it from the original installation, then most likely at "C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\FileStore").  From here you'll have to obtain a pathname/filename list of all your "*.wid" files (in unix this is easy, however, in Windows/DOS, you might try zipping everything to a PKZip file, then "test" the file and copy/paste the output from it to another text file.  Once you have the two text files in front of you then you can use a variety of tools to "match things up" (i.e. import to Access as two tables and use inner join/outer join techniques, etc, etc).
    In my particular case, the query builder is telling me that I have 894 objects, however, doing an Explorer search I get 880 objects, so I have 14 orphans in CMS.  I'm not sure how this happens either and I'm not sure how I'd go about removing these puppies from CMS either, but I guess if I took the above steps, I'd know exactly which IDs in CMS were out of whack.
    Good luck.

Maybe you are looking for

  • IChat login/timing out. . . .Only on one account

    Ok so i turn on my computer this morning and it times out when ever i try to login to aim using ichat. i though it might because i had i updated ichax last week so i uninstalled ichax and still it times out so then i signed using another aim account

  • Mavericks Bootcamp! Should I use Windows 7 or 8? x64 or x86?

    What version of Windows works best with Mavericks Bootcamp? Should I use Windows 7 or 8? x64 or x86?

  • Work with Application Services in CAF

    Hi. I have a composite application en NWD 7.3, my project has a little custom Framework which implements basic operations (CRUD) , the methods of these operations are exposed as web services. Also the project has some external services. My question i

  • Iproc page requirement

    Hi, I am new to OAF and my requirement is to place a custom region on iProc home page at a specific position above the My Requisition Tag. I create a separate region (stackLayout) and place the same via personalization but placement of the region is

  • How to install Mavericks offline.

    Hi, I have a very bad and unstable connection, is there any way to download the Mavericks and install it offline? Thanks.