Not reading interface

I have Logic Pro 9 and I just got an Apogee Ensemble. Works great, but having troubles with stuff I've never had trouble with.
Even with the light green, meaning its online, the unit wont show up in the hardware drop down in Logic. Is there a way to refresh and have the computer scan for the interface, without restarting the computer etc...
Its somewhat a pain in the butt and I'm not sure what causes it.
Thanks,
John

Clifford Hritz wrote:
does GB have a no effects choice for the software inst drums?
no
what should the audio preferences be set to?
for input, it doesn't matter, you have no audio device connected:
http://www.bulletsandbones.com/GB/GBFAQ.html#midionreal
(Let the page FULLY load. The link to your answer is at the top of your screen)
for output it should be Built-In

Similar Messages

  • Interface Builder Error: Could not read archive

    I created a new project in Xcode. I double click on MainWindow.xib and it opens up Interface Builder like it should, but then I get an error saying "Could not read archive". This happens every time with any project I have tried to start; please help.

    I' ve the same problem. And if I make a new interface and save it, after a new klick on MainWindow.xib there's tthe error saying too.
    Sorry for my bad Englisch, but I'm German.

  • Could Not Read Archive Interface Builder

    I made a new project in Xcode without tweaking any settings. When I go to open my mainwindow in interface builder I get an error saying Could Not Read Archive. Does anyone know whats going on. Please help as I can't work with my interface files

    I' ve the same problem. And if I make a new interface and save it, after a new klick on MainWindow.xib there's tthe error saying too.
    Sorry for my bad Englisch, but I'm German.

  • How to read data which is not on interface of user-exit

    Hi experts,
    the data which I need is not on interface of user-exit. I can do export table to memory id and than in user-exit import that. Does this work always?
    I have seen that sometimes is possible to see data with
    (include-name)table-name. Can I always use this?
    In detail: in transaction ME51N is new tabstrip created with customer fields.I have to know the purchase order for the selected item which is filled on another tabstrip.
    Can anyone help me?
    Thanks.
    Best regards,
    Danijela

    Hi Danijela,
    To answer your question about the "(module)object" approach:
    Have you been in a user exit function and the data you need wasn't passed on to you? You can easily grab the data from the memory stack using this little trick. Let's say that you need some IDoc information that was created from the function IDOC_INPUT_DELVRY... You can get it directly from the call stack like this.
    The code was written in R/3 4.6C but should work in any SAP version.
    DATA: i_EDIDC like EDIDC,
          i_EDIDD like EDIDD occurs 0 with header line.
    CONSTANTS:
          c_EDIDD(21)  value '(SAPLV55K)IDOC_DATA[]',
          c_EDIDC(21)  value '(SAPLV55K)IDOC_CONTRL',
          c_E1ADRM1(7)      value 'E1ADRM1'
          c_SHPCON(6)  value 'SHPCON'.
    Field-symbols: <FC>, <FD> .
    clear: i_EDIDC, i_EDIDD.
    refresh: i_EDIDD.
    * Get the Control Record from memory
    assign (c_EDIDC) to <FC>.
    if SY-SUBRC = 0.
      i_EDIDC = <FC>.
      IF i_EDIDC-MESTYP = c_SHPCON.
    *   None of the partner information can be passed directly from
    *   the IDOC function, so we'll get it from memory.
    *   Get IDOC data records from memory
        assign (c_EDIDD) to <FD>.
        i_EDIDD[] = <FD>.
    *   Now you have the entire IDOC available to you without making
    *   a DB select.
        read table i_EDIDD with key SEGNAM   = c_E1ADRM1.
    *   Load new value HERE...
      ENDIF.
    ENDIF.
    I found this a long time ago on the web and used it successfully multiple times in the past.
    Hope this helps,
    Guenther

  • Error: Could not read Header Mapping in Receiver Agreement

    Dear SAP experts,
    Newly installed SAP G7A PI 7.1(Acceptance box) was already released to customer.
    We are doing an initial test (BAT phase), wherein, our end-to-end scenario is, from a EP Portal application  --->  G7A PI 7.1   -->  Trading Partner via AS2 protocol.
    G7A PI is connected to Trading Partner via AS2 protocol.
    Currently, our EP Portal application is in-active at the moment, that's why we used 'manual XI submitter', to send a message from G7A PI itself going to Trading Partner.
    The message was success in the Integration engine of  G7A PI, and the output message was produced.
    As the message reached the Adapter Engine layer of G7A PI, we encountered a specific error,
    Delivering the message to the application using connection AS2_http://seeburger.com/xi failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: javax.resource.ResourceException: Fatal exception: com.seeburger.xi.connector.queue.TaskBuildException: Could not create CPAObjectMapper: InvocationTargetException caused by Could not read Header Mapping in Receiver Agreement: while trying to invoke the method com.sap.aii.af.service.cpa.Party.getParty() of an object returned from com.sap.aii.af.service.cpa.NormalizationManager.getXIParty(java.lang.String, java.lang.String, java.lang.String), Could not create CPAObjectMapper: InvocationTargetException caused by Could not read Header Mapping in Receiver Agreement: while trying to invoke the method com.sap.aii.af.service.cpa.Party.getParty() of an object returned from com.sap.aii.af.service.cpa.NormalizationManager.getXIParty(java.lang.String, java.lang.String, java.lang.String)
    Basically, "Could not create CPAObjectMapper - InvocationTargetException caused by Could not read Header Mapping in Receiver Agreement"
    I am thinking, one of the possible cause is that we used manual XI submitter, in G7A PI, instead of the utilizing the actual Sending system (EP Portal application).
    Or possible cause is that the AS2 adapter in G7A is not yet stable, thus causing the issue.
    We've already done successful connection when we're in GDD PI (Development box) during our SIT phase.
    Objects in G7A were mirror of GDD PI.
    Kindly advise for your inputs.
    Thanks!
    Gerberto

    Hi,
    It seems that the cause of the error is the unstable performance of the PI box, since, this was newly installed and there were patches that were not yet added.
    Thanks for the support!
    Gerberto

  • FILE ADAPTER NOT READING FILE.

    HI, GUYS.
    I'M USING A FILE ADAPTER TO READ A FILE THAT HAVE 4 REGISTERS AND EACH REGISTER ONLY HAS ONE FIELD THAT IS NUMBER TYPE.
    I CREATE THE FILE ADAPTER, AND I LET BPEL TO CREATE THE SCHEMA. THE IDE CALLS THES FIELD "C1". I ALSO CONFIGURE THAT THE FILE THAT MUST RAD IS THE PATTERN "*.TXT" AND EVERY 5 SECONDS.
    THEN A CREATE A RECEIVE ACTIVITY THAT RECEIVES WHAT WAS READ FROM THE FILE ADAPTER IN A VARIABLE.
    THEN I CREATE AN ASSIGN ACTIVITY AND I ASSIGN THE VALUE FROM THE RECEIVE ACTIVITY VARIABLE TO A NUMBER VARIABLE THAT IS THE INPUT OF A WEB SERVICE.
    THEN I DEPLOY THE BPEL, AND I INITIATE IT, BUT I GOT AN ERROR THAT SAYS THAT THE FIELD "C1" IS EMPTY. SO LOOKS LIKE THE FILE ADAPTER IS NOT READING THE FILE. I WOULD THANK ANY HELP THAT YOU CAN BRING ME.

    caps off
    You're sure the interface of the fileadapter (client partnerlink) is the same as your data-file which needs to be picked up?
    can you paste the content of the file and the content of the xsd of the process.

  • My NI-FBUS 4.0 disk will not read. Can I get a copy?

    My computer's hard drive crashed and my programs need to be re-installed, but my NI-FBUS 4.0 disk will not read. I suspect it is corrupted somehow. Can I buy/get a copy of the disk to match my USB FF interface?

    Hi LJGremillion,
    Besides CD, we also provide the web download for NI-FBUS software. Here is the download page for NI-FBUS 4.0:
    http://joule.ni.com/nidu/cds/view/p/id/1419/lang/en
    If you have any problems in the future, please contact us by emailing [email protected]

  • "Not reading file"

    I just want to call an applet from jsp,where the applet will read a txt file.
    Following is my code....
    <jsp:plugin type="applet" code="MATDEMO.class" codebase="G:/tomcat/webapps/ROOT/MATDEMO/applet"
    jreversion="1.2" archive="G:/tomcat/webapps/ROOT/MATDEMO/applet/lookup.jar" width="500" height="750" >
    <jsp:fallback>
    Plugin tag OBJECT or EMBED not supported by browser.
    </jsp:fallback>
    </jsp:plugin>
    I am using tomcat.
    In lookup.jar ,there are 2classe files. one is to read a textfile and the other is MATDEMO.class
    I change the java policy file in jre/lib/security/javapolicy to grand all permission.
    Iam getting applet in JSP page, but on a button click,it is not reading txtfile. I have given absolute path to read the file.
    What can be wrong....
    Your reply please.......

    caps off
    You're sure the interface of the fileadapter (client partnerlink) is the same as your data-file which needs to be picked up?
    can you paste the content of the file and the content of the xsd of the process.

  • Custom Values not read back from Active area

    Hello All,
    Need help/ directions.
    We have custom fields in UI, which are saved in Custom tables in ECC for reporting purpose. On activation of CR we could save these
    values in Ztables, but when use open the Material for Mark for Deletion we are getting SMT Mapping error (Data could not read back to CR).
    Don’t see any errors while activating CR , SMT in mapping and also API code program
    Best Regards, Srihari Mandapati

    Are these custom fields specific to Material or to the Change Request? If for the Change Request, then you don't need any SMT mapping. Please refer to this document for how you can enhance the MDG header: Enhancement of the User Interface Building Block for Change Requests.

  • What it means iwl3945: Could not read microcode: -2 ?

    My iwl3945 module work fine ( intel pro/wireless 3945abg ).
    I put it in /etc/rc.conf
    1)
    MODULES=( ... iwl3945 ...)
    2)
    wlan0="dhcp"
    INTERFACES=(lo wlan0 ...)
    and in /etc/conf.d/wireless
    1)
    wlan_wlan0="wlan0 mode managed essid MariaTeresa channel 7 ap 00:17:3f:0d:81:20 key restricted [1] 1a3d9d0d8c27819e7c23103ea$
    WLAN_INTERFACES=(wlan0)
    So I have ( as root ) type:
    modprobe -r iwl3945
    modprobe iwl3945
    restart network daemon ( /etc/rc.d/network restart )
    because the module is not detected in boot.
    After the procedure above thats ok.
    The dmesg is
    iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.0ds
    iwl3945: Copyright(c) 2003-2007 Intel Corporation
    iwl3945: iwlwifi-3945-1.ucode firmware file req failed: Reason -2
    iwl3945: Could not read microcode: -2
    ACPI: PCI interrupt for device 0000:07:00.0 disabled
    iwl3945: probe of 0000:07:00.0 failed with error -2
    With old kernel all was perfect. But with last kernel ( clean install from ftp ) not work.
    Thank you!

    Delete the 3945 ucodes in /lib/firmware/. Remove the iwlwifi-3945-ucode package (pacman -R iwlwifi-3945-ucode) en reinstall the package. I think that should fix your problem...

  • SIOCSIFFLAGS: Unknown error 132, could not set interface eth1 UP. Help

    After lots of trouble getting my wireless card working and installing the ipw2200-fw drivers to get it working i have encountered an other problem.
    I set up a netcfg profile called mynetwork but now whenever i try to connect using netcfg mynetork, i get:
    SIOCSIFFLAGS: Unknown error 132
    Could not set interface 'eth1' UP
    Being a noob I have no clue how to fix this. Anyone know how to make it work?

    See this bug report for some clues:
    https://bugs.archlinux.org/task/19507
    Also, duck duck go/google is your friend: please search before posting...

  • Issues with RFCSDK NW 7.11 while reading interface of a BAPI

    I working on migration of our application which uses classic RFCSDK to NW RFCSDK. I have observed a difference in behavior with RFCSDK NW compared to Classic RFCSDK and SAP GUI, while reading interface of a BAPI (BAPI_EMPLOYEE_GETLIST).
    I have described this in detail below
    1.     BAPI (BAPI_EMPLOYEE_GETLIST), has one parameter "OBJECT_ID", when checked with SAP GUI using transaction "se37" this parameter is there in "IMPORT" and "EXPORT" table separately. When interface of this BAPI is read using "RFC_GET_FUNCTION_INTERFACE" same is observed.
    2.     If I tried to read interface of this BAPI using RFCSDK NW 7.11 function "RfcGetParameterDescByIndex" the "direction" field of structure "RFC_PARAMETER_DESC" shows this parameter as "RFC_CHANGING". Also it does not have entry of this parameter in "IMPORT" or "EXPORT".
    Could I get info on why the RFCSDK NW shows this difference? How to resolve this issue?

    Note the paragraph at the top of this page describing this forum:
    This forum is dedicated to all other development-related questions which are not directly addressed by other forums. This includes Business Objects SDKs, products, or technologies which do not fall under BusinessObjects Enterprise, BusinessObjects Edge, Crystal Reports Server, or Crystal Reports (for example Desktop Intelligence SDK, Universe Designer SDK, Portal Integration Kits, Java User Function Libraries, and other third party technologies or development languages).
    I'm pretty sure you want to post to an alternate SAP forum...
    Ludek

  • FtpAdapter not reading files consistently

    I'm using Ftp Adapter to read files from ftps server. It is not reading files consistently. All of a sudden it stops reading the files. Once I restart the run time instance, it starts reading again. There are no errors in logs.
    The wsdl configurations and oc4j-ra.xml is given below. Is there any configurations to be done for clustered environment? There are 2 run time instances trying to read files from same directory in the same ftps server.
    WSDL
    <message name="Get_msg">
    <part name="opaque" element="opaque:opaqueElement" />
    </message>
    <portType name="Get_ptt">
    <operation name="Get">
    <input message="tns:Get_msg" />
    </operation>
    </portType>
    <binding name="Get_binding" type="tns:Get_ptt">
    <pc:inbound_binding />
    <operation name="Get">
    <jca:operation FileType="ascii" PhysicalDirectory="/users/PCGFTPS/test/inbound/272" ActivationSpec="oracle.tip.adapter.ftp.inbound.FTPActivationSpec" DeleteFile="true" IncludeFiles="saf272\.d.*\.t.*c.*" PollingFrequency="5" MinimumAge="0" OpaqueSchema="true" />
    <input>
    <jca:header message="hdr:InboundHeader_msg" part="inboundHeader" />
    </input>
    </operation>
    </binding>
    <service name="readFileFromFTPS">
    <port name="Get_pt" binding="tns:Get_binding">
    <jca:address location="eis/Ftp/edi/FtpAdapter" UIincludeWildcard="saf272.d*.t*c*" />
    </port>
    </service>
    <plt:partnerLinkType name="Get_plt">
    <plt:role name="Get_role">
    <plt:portType name="tns:Get_ptt" />
    </plt:role>
    </plt:partnerLinkType>
    </definitions>
    oc4j-ra.xml
    <config-property name="host" value="ftps.qa.com"/>
              <config-property name="port" value="21"/>
              <config-property name="username" value="ftps"/>
              <config-property name="password" value="8888"/>
              <config-property name="ftpAbsolutePathBegin" value="/"/>
              <config-property name="ftpPathSeparator" value="/"/>
              <config-property name="changeDirectory" value="false"/>
              <config-property name="enforceFileTypeFromSpec" value="false"/>
              <config-property name="keepConnections" value="true"/>
              <config-property name="keepAlive" value="false"/>
              <config-property name="serverType" value="win"/>
              <config-property name="serverLocaleLanguage" value=""/>
              <config-property name="serverLocaleCountry" value=""/>
              <config-property name="serverLocaleVariant" value=""/>
              <config-property name="serverEncoding" value=""/>
              <config-property name="defaultDateFormat" value="MMM d yyyy"/>
              <config-property name="recentDateFormat" value="MMM d HH:mm"/>
              <config-property name="serverTimeZone" value=""/>
              <config-property name="listParserKey" value="WIN"/>
              <config-property name="timeParserKey" value="default"/>
              <config-property name="useFtps" value="true"/>
              <config-property name="useImplicitSSL" value="false"/>
              <config-property name="walletLocation" value="/tools/da/oracle/swinstall/product/10.1.3.1/OAS11/opmn/conf/ssl.wlt/interfaces/ewallet.p12"/>
              <config-property name="walletPassword" value="oc4jadmin"/>
              <config-property name="channelMask" value="both"/>
              <config-property name="securePort" value="990"/>
              <config-property name="keyStoreProviderName" value="oracle.security.pki.OraclePKIProvider"/>
              <config-property name="keystoreType" value="PKCS12"/>
              <config-property name="keystoreAlgorithm" value="OracleX509"/>
              <config-property name="enableCipherSuits" value=""/>
              <config-property name="pkiProvider" value="OraclePKI"/>
              <config-property name="jsseProvider" value="OracleJSSE"/>
              <config-property name="proxyHost" value=""/>
              <config-property name="proxyPort" value=""/>
              <config-property name="proxyUsername" value=""/>
              <config-property name="proxyPassword" value=""/>
              <config-property name="proxyType" value=""/>
              <config-property name="proxyDefinitionFile" value=""/>
              <config-property name="useProxy" value="false"/>
              <config-property name="useSftp" value="false"/>
              <config-property name="authenticationType" value="password"/>
              <config-property name="preferredKeyExchangeAlgorithm" value="diffie-hellman-group1-sha1"/>
              <config-property name="preferredCompressionAlgorithm" value="none"/>
              <config-property name="preferredDataIntegrityAlgorithm" value="hmac-md5"/>
              <config-property name="preferredPKIAlgorithm" value="ssh-rsa"/>
              <config-property name="privateKeyFile" value=""/>
              <config-property name="preferredCipherSuite" value="blowfish-cbc"/>
              <config-property name="transportProvider" value="socket"/>
              <connection-pooling use="none">
              </connection-pooling>
              <security-config use="none">
              </security-config>

    The fact that two instances are reading the same directory doesn't look that good to me. In parallel, the DB Adapter, polling for new records must not have two instances polling for the same table! Another issue could be problems on the FTP server itself. FTP connections are in Passive mode. It could be that the FTP server runs into portnumbers that are blocked in the firewall. This can be read from FTP logging on the FTP server itself.

  • Why not use interfaces for constants?

    Hi,
    I have been getting conflicting views about why not use interfaces for constants?
    Can anyone shed some light on it?
    Piyush

    How so?
    If the constants are only used in a single classhow
    does it help to put them in a separate structute?
    (Ignoring the a type safe enumeration of course.)Well, mainly for readability. Suppose that you have a
    web application which has a servlet class
    "RedirectServlet", which takes a variable to redirect
    to a given JSP file. In the JSP files, you want to
    create forms which take this servlet as their action.
    You could of course put all these "redirect"
    constants in the RedirectServlet itself, but then
    it's kind of weird that you have to import a
    servlet in your jsp file to include these constants
    and to be able to write
    <form action="servlet/RedirectServlet?key=<%=
    RedirectServlet.HOMEPAGE %>> or so.
    Instead, you could create an interface called
    "RedirectConstants", and then your servlet
    RedirectServlet could implement this interface. Then
    your JSP can also access these constants via this
    interface.
    But then again, this is merely a matter of style, I
    fully agree that there is never a real _need_ to put
    constants in a separate structure if they're only used
    in a single class.Are you claiming that your example above is a single class?

  • Why is the stub generated from the implementation and not the interface?

    Why is the stub generated from the implementation and not the interface?

    Because if a remote server object implements multiple remote interfaces, its stub must implement all the same remote interfaces. The only way to know which interfaces to implement is to examine the server object class.

Maybe you are looking for

  • Acrobat 8.0.0 closes on older PowerPC G4 with Tiger

    I just installed CS3 Design Premium (student licensing version) on both my 2-yr. old PowerBook G4 laptop, and 5-yr. old PowerPC desktop (dual 867 processors, dual mirrored doors). Both have Tiger 10.4.11. Everything's fine on my laptop. I upgraded th

  • DG Setup Perfect, Running Ok, Yet One Unique Issue, Need Ur Intervention!

    Hi Experts, Version : 11.2.03 Box : AIX 5l Active Passive RAC Node: Standby : StandAlone DR ================== I am stuck in some silly situation, where I setup my DG and everything went fine. My DG is in complete sync with Primary. The archives are

  • Would the Apple Universal Dock work with any cables?

    Does anybody know if the Apple Universal Dock works with any A/V composite cables for video out from the iPhone or the Nano 3rd gen., or do I have to buy the Apple $50 cables too?

  • How to calculate the summery values in the query

    Hi, I have facing a typical problem , I can able to get the values for the detailed one plant   material   qyt a          x          100             y           50 b           z            50 result               200 when I am removed the drilldown f

  • How to store data from textfile to vector and delete a selected row.

    Can someone teach me how to store data from textfile to vector and delete a selected row. And after deleting, i want to write the changes in my textfile. Do someone has an idea? :)