Can Botschaften aud der DB verschicken

Hallo Leute,
folgendes möchte ich machen, ich habe auf mein PXI Sytems eine Kanal Konfiguration geladen auf den ich von Labview aus zugreifen kann. Ich möchte aus diese Kanal Konfiguration bestimmte Botschaften aus der Can Karte zum ECU gleichzeitig senden (bis zu 8 Kanäle ).Von diesen 8 Kanälen möchte ich 7 mit mit einem Datenwort von 1 schicken, dies brauche ich zur Vorinitialisierung für die ECU die später an die CAN Karte angeschlossen wird. Das 8 Signal soll zwischen 0 und 1 hin und her geschaltet werden umd den Motor der von der ECU gesteuert wird ein- bzw. auszuschalten. Ich habe auch ein entsprechendes Vi aus den Beispielen von NI-Can etwas verändert und ausprobiert. Ich kann aber mit diesem vi nur ein Kanal in einer Botschaft ändern, sind also zwei Kanäle in der Selben Botschaft wird dann nur ein Kanal gesetzt und der andere wird wieder auf den Alten Wert von der CAn db gesetzt.
Meine Frage ist also wie kann ich alle Kanäle mit einen Dateninhalt von 1 Senden wobei einige Kanäle in der Selben Botschaft liegen gleichzeitig Senden. Ich hoffe ich habe die Frage richtig gesendet, deswegen hier noch mal in Programmablauf wie ich es haben will.
In der Candb vorhanden Kanäle bzw. Botschaften
Kanal 1 (Msg1) Wert 0 ---> Setzen im Blocksacktbild auf den Wert 1
Kanal 2 (Msg1) "" ---> Setzen ............................. 1
Kanal 3 (Msg1) "" ---> Setzen ............................. 1
Kanal 4 (Msg2) "" ---> Setzen ............................. 1
Kanal 5 (Msg3) "" ---> Setzen ............................. 1
Kanal 6 (Msg4) "" ---> Setzen ............................. 1
Kanal 7 (Msg5) "" ---> Setzen ............................. 1
Kanal 8 (Msg6) "" ---> Setzen ............................. 0 oder 1
so nachdem die Werte jetzt gesetzt worde, sollen jetzt diese Werte vom Vi bzw. Blocksachltbild gesendet werden. ich kann mir diese Werte mit Canoe ansehen bevor ich die ECU anschließen kann. Anbei das von mir erstelle Beispiel, welches nicht richtig funktioniert
Gruß
dmad
Attachments:
Senden_von_Botschaften_7.vi ‏132 KB

Hallo Einstein,
ein programmatischer Transfer von Dateien auf ein RT-System ist bspw. über
die Datasocket-VIs möglich. Zu beachten ist jedoch dabei, daß dieser vom
(Windows-)Host(->Client) aus initiert werden muß, weil ein RT-Target auf
die Art nur als FTP-Server(!) arbeiten kann.
Andere Alternativen sind das Internet-Developers-Toolkit (incl. FTP-Client
auf RT-Seite) oder FTP-Funktions-Aufrufe über den System-Exec-Aufruf auf
Windows-Seite.
Prinzipielle Verwendung von FTP auf der Host-Seite:
http://digital.ni.com/public.nsf/websearch/3CFA792CB50D1F3A862568CD008053CE?OpenDocument
FTP aus Windows-Command-Window:
http://digital.ni.com/public.nsf/websearch/6245C8EEB74984F786256BA40052D992?OpenDocument
Beispiel FTP mit System-Exec-Call:
http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3D9FD56A4E034080020E74861
Ansonsten kann das Problem noch in einem Paßwort-Schutz auf der Server-Seite beruhen,
die Lösung mit Datasocket:
http://ae.natinst.com/operations/ae/public.nsf/web/searchinternal/6608b05fb054005f86256a450078b1e7?OpenDocument
Gruß,
TobelMessage Edited by Tobel on 03-22-2005 09:49 AM

Similar Messages

  • Kann man mit channel API`s Daten aus der ECU lesen?

    Hallo zusammen,
    Bin ein Frischling und habe ein Problem mit der CAN Datenübermittlung von einer ECU und der PXI bzw LabView.
    die benötigten CAN Messages und Botschaften sind auf die PXI eingelesen. Die Baudrate ist auch richtig eingestellt.
     Reduced 16%
    286 x 476 (37.89K)
    <SCRIPT type=text/javascript> // </SCRIPT>
    wenn ich nun das VI "single sample Input VI" aus den Beispielen starte, dann gibt er mir den Default Wert aus, der auf der PXI gespeichert ist, aber leider nicht den Original Wert aus der ECU.
    Mit welchen VI kann ich die andauernd gesendeten Botschaften von der ECU zu LabVIEW senden bzw. mit welchen VI`s kann ich die aktuellen Werte aus der ECU lesen????
    geht das mit den channel API`s ???? Oder muss ich in der MAX eine andere Konfiguration wählen???
    Könnte mir bitte jemand helfen :-)
    hat jemand eine Idee, nen Tip für mich,
     Reduced 63%
    1069 x 827 (134.21K)
    <SCRIPT type=text/javascript> // </SCRIPT>
    Freu mich über jede Antwort
    und im Vorraus herzlichen Danke für Eure Antworten
    Grüssle

    Hallo alko,
    mit der folgenden Formel werden alle Werte kleiner als 3 zu NoValue-Werten gewandelt, während die restlichen, gültigen Werte erhalten bleiben.
    call Formulacalc("Ch('neu') := (ch('alt') < 3)* NV + (ch('alt') >= 3) * ch('alt')")
    Danach kannst du die NoValue's bearbeiten.
    Call CHNNOVHANDLE("Zeit","neu","Delete","XY",0,0)
    Es werden zwei neue Kanäle erstellt, die nur noch die gültigen Werte enthalten.
    Ich hoffe das hilft die weiter.
    Gruß
    Walter

  • Security Audit files (.AUD) for GRC Action usage

    Good Day
    I need some advise regarding the security audit files for GRC on the HR System.
    Our basis team is concerned that the security audit files are filling up the file system in the HR system. I assume these are for Action Usage.
    I would like to get a view of what other companies are doing to sort this out.
    Can these .AUD files be deleted or what?
    Your advise would highly be appreciated.
    Regards
    Mustafa

    your question has nothing to do with Oracle. Maybe that SAP on Linux is the better forum for it.

  • EvalLogonTicket() with verify.der instead of verify.pse

    Hi Experts,
    From the sample code of SAPSSOEXT, we use verify.pse from the producer portal to parse the SAP logon ticket. However, from NW CE, we can only generate verify.der. How can we use .der file in SAPSSOEXT library? I am trying to do SSO between NW CE and Weblogic.
    Thanks in Advanced.

    Hello Bert,
    the verify.der contains a X.509 standard certificate which can be used to verify the SAPLogonTickets by the Backend systems in a way which is defined by the related standards.
    This certificate and the corresponding private key are generated during the installation of your portal and are stored in a so called TicketKeystore.
    You can find it using the Visual Administrator in the Key Storage Service. Here is the documentation:
    http://help.sap.com/saphelp_nw04/helpdata/en/e9/a1dd44d2c83c43afb5ec8a4292f3e0/content.htm
    In the Key Storage Service you can replace the current certificate and private key with your own one which you can generate using tools which support the X.509 and related standards. Or you can create a new one.
    You could also request a certificate from an official trust center if you need this extra security.
    So you have plenty of possibilities...
    As always you have to check which is the best in your environment. If you create a new certificate of course you will have to reinstall it on every backend system which should trust the SAPLogon ticket from your portal.
    On the other side, you should be carefull in creating certificates which have a very long validity (life time). Because the SAPLogonTicket mechanism relies on the public key crypthografie. The longer the lifetime of a certificate the more time there is for an attacker to eventually find the corresponding private key and thus break the security of the SAPLogonTicket. Which means he could logon to your backend system with any user id he wants...
    So, it really depends on your scenario and environment.
    But I hope I could give you some hints and help about the verify.der
    Best regards,
    Stefan Brauneis

  • No User Mapping Defined for the system

    Hi,
    I am trying to create the transcation iView ,here in this i want to run the BW transcation..
    For this i have created the transaction iView with the transaction code in that iview properties i have given the system alias which i have created for the BW system..
    The system which i have created for this is SAP R/3 dedicated...
    when i try to see the preview for this transaction iview it is giving the Error"No user Mapping defined in the system...
    i have done the user mapping also...
    Plz can any one help me in this..
    useful solution will be rewarded...
    Thanks
    Shashank
    Message was edited by: shashank moharana

    Hi Shashank
    the follwoing is total soln for connect EP AND BW and for ITS as well as SSO
    <b>Creating BW system in Portal</b>
    From the portal top-level navigation, choose System Administration -> System Configuration -> System Landscape
    Navigate to Portal Content -> Your SAP Ssytem  Folder  i.e SAP BW
    Right-click on the SAP BW folder, then choose New -> System
    Select SAP system using dedicated application server
    from System Template
    Make the following entries for the BW system you want to connect to the Enterprise Portal
    System Name -
      SAP_BW
    System ID   -
      Any ting u want like SAP_BW or SID of BW
    System ID Prefix -
      com.mycompany
    Master Language  -
      English
    Description   -
    NEXT -> Summary, review the options you selected for the new page.To make changes, choose Back to return to the appropriate screen. Then choose Next till you reach the Summary page, review, and choose Finish
    Choose Open the object for editing and choose OK
    The Property Editor iView will open
    Select Connector in the Property Category dropdown
    Enter the fields below according to your SAP system
    Application Host -
      IP Address of BW system or Host name ( FQDN required for SSO )
    SAP Client  ---  BW system client
    SAP System ID -
    SID of BW
    Server Port -
    3200 default for system number 00
    SAP System Number -
      00 or ur instance number
    <b>System Type  -
      SAP_BW</b>
    NOW,
    Select User Management from the Property Category dropdown list
    Enter the fields below
    Logon Method -
         UIDPW
    User Mapping Type  ---     Admin,user
    Note -: IF u want to use SSO for BW system first selct above and test it with BW system if it's ok than change to following
    Logon Method -
         SAPLOGONTICKET
    User Mapping Type  ---     Admin,user
    choose SAVE.
    Select System Aliases in the Edit dropdown list. This opens the System Alias Editor
    In Alias, enter SAP_BW. Choose the Add button
    Choose Save to save your changes and close the page
    <b>Connect With ITS</b>
    For BW
    In Property Catalog, use the dropdown to select ITS.
    Set your SAP system properties according to Following
    ITS Description -
      Description
    ITS Host Name  -
      Host name : Port for BW system
    <b>If u want to use SSO use FQDN instead of host name</b>
    ITS Path -
    /scripts/wgate
    ITS Protocol -
      http
    Save your settings.
    <i>u can check its for BW by following
    Find a port for BW using IIS manager
    Administrator tools -> Internet Service Manager - >
    extend the HOST
    Find the site created for BW system same like SID of BW system -> right click -> Properties
    TCP Port -- this is used for ur BW system</i>
    in IE  http://host_for_its:Port_for_bw/scripts/wgate/webgui/!
    <b>WAS for BW System</b>
    Select Web Application Server (WAS) in the Property Category dropdown list
    WAS Description  -
    BW WAS
    WAS Host Name -
      Host name : Port for BW system
    <b>use FQDN for SSO</b>
    WAS Path -
    /SAP/BW/Bex
    WAS Protocol -
    http
    Save ur entry.
    <b>User Management  For BW and EP</b>
    Befor u start if u don't use SAP Secu lib during installation
    change the following
    system Administration -> System configuration -> Um configuration -> Direct editing
    find out follwoing
    ume.usermapping.unsecure=False
    change to
    ume.usermapping.unsecure=TRUE
    Save and restart portal server
    ther are so many option available for DATA source u have required doc for using that
    if u have any query for that msg me back
    <b>Mapping Users in the Portal</b>
    if u want to use UIDPW than user must be map to BW system
    go by following
    User Administration -> User Mapping
    select the user u want to map by serch or entering a name
    Choose the Alias for your backend system, for example SAP_BW
    Enter the user id and password for BW user
    save ur changes.
    <b>SSO configuration</b>
    make sure ur Portal ITS and BW WAS system belong to Same
    domain.
    i.e 
    portal.mycompany.com
    its.mycompany.com
    bw.mycompany.com
    if not, u can do by creating a alias into host file for corresponding system
    for SSO follwoing parameter must be set in profile parameter using RZ10 in BW system
    login/accept_sso2_ticket  -
      1
    login/create_sso2_ticket  -
      1
    login/ticket_expiration_time  --- desired value default 60
    now download the portal certificate form follwoing
    System administration -> System configuration -> Keystore
    Administration
    donload verify.der file save it it's like verify.der.zip
    extract it than u can get verify.der
    now in BW system using trans.  STRUSTSSO2
    in the certificate section choose import certificate
    choose the file tab enter the path of the portal's verify.der file
    set the file format to DER coded
    in the trust manager choose ADD to PSE and Choose
    ADD to ACL
    in the dialog box enter the portal system's id (SID) and client
    by default portla system ID is the common name (CN) and client is 000
    save ur entry and restart the BW server
    this are the basci configuration if u have any query related to it msg me back
    regards,
    kaushal

  • How to Excute the BW Roles

    Hi All,
           How to excute the BW Queries in portal, if any body knows procedure pls reply to me....
    Regards,
    Jagadish Babu Kanikanti.

    Hi Jagdish
    check system setting in portal for BW.
    or do it by following.
    Creating BW system in Portal
    From the portal top-level navigation, choose System Administration -> System Configuration -> System Landscape
    Navigate to Portal Content -> Your SAP Ssytem Folder i.e SAP BW
    Right-click on the SAP BW folder, then choose New -> System
    Select SAP system using dedicated application server
    from System Template
    Make the following entries for the BW system you want to connect to the Enterprise Portal
    System Name -
    SAP_BW
    System ID -
    Any ting u want like SAP_BW or SID of BW
    System ID Prefix -
    com.mycompany
    Master Language -
    English
    Description -
    NEXT -> Summary, review the options you selected for the new page.To make changes, choose Back to return to the appropriate screen. Then choose Next till you reach the Summary page, review, and choose Finish
    Choose Open the object for editing and choose OK
    The Property Editor iView will open
    Select Connector in the Property Category dropdown
    Enter the fields below according to your SAP system
    Application Host -
    IP Address of BW system or Host name ( FQDN required for SSO )
    SAP Client --- BW system client
    SAP System ID -
    SID of BW
    Server Port -
    3200 default for system number 00
    SAP System Number -
    00 or ur instance number
    System Type -
    SAP_BW
    NOW,
    Select User Management from the Property Category dropdown list
    Enter the fields below
    Logon Method -
    UIDPW
    User Mapping Type --- Admin,user
    Note -: IF u want to use SSO for BW system first selct above and test it with BW system if it's ok than change to following
    Logon Method -
    SAPLOGONTICKET
    User Mapping Type --- Admin,user
    choose SAVE.
    Select System Aliases in the Edit dropdown list. This opens the System Alias Editor
    In Alias, enter SAP_BW. Choose the Add button
    Choose Save to save your changes and close the page
    Connect With ITS
    For BW
    In Property Catalog, use the dropdown to select ITS.
    Set your SAP system properties according to Following
    ITS Description -
    Description
    ITS Host Name -
    Host name : Port for BW system
    If u want to use SSO use FQDN instead of host name
    ITS Path -
    /scripts/wgate
    ITS Protocol -
    http
    Save your settings.
    u can check its for BW by following
    Find a port for BW using IIS manager
    Administrator tools -> Internet Service Manager - >
    extend the HOST
    Find the site created for BW system same like SID of BW system -> right click -> Properties
    TCP Port -- this is used for ur BW system
    in IE http://host_for_its:Port_for_bw/scripts/wgate/webgui/!
    WAS for BW System
    Select Web Application Server (WAS) in the Property Category dropdown list
    WAS Description -
    BW WAS
    WAS Host Name -
    Host name : Port for BW system
    use FQDN for SSO
    WAS Path -
    /SAP/BW/Bex
    WAS Protocol -
    http
    Save ur entry.
    User Management For BW and EP
    Befor u start if u don't use SAP Secu lib during installation
    change the following
    system Administration -> System configuration -> Um configuration -> Direct editing
    find out follwoing
    ume.usermapping.unsecure=False
    change to
    ume.usermapping.unsecure=TRUE
    Save and restart portal server
    ther are so many option available for DATA source u have required doc for using that
    if u have any query for that msg me back
    Mapping Users in the Portal
    if u want to use UIDPW than user must be map to BW system
    go by following
    User Administration -> User Mapping
    select the user u want to map by serch or entering a name
    Choose the Alias for your backend system, for example SAP_BW
    Enter the user id and password for BW user
    save ur changes.
    SSO configuration
    make sure ur Portal ITS and BW WAS system belong to Same
    domain.
    i.e
    portal.mycompany.com
    its.mycompany.com
    bw.mycompany.com
    if not, u can do by creating a alias into host file for corresponding system
    for SSO follwoing parameter must be set in profile parameter using RZ10 in BW system
    login/accept_sso2_ticket -
    1
    login/create_sso2_ticket -
    1
    login/ticket_expiration_time --- desired value default 60
    now download the portal certificate form follwoing
    System administration -> System configuration -> Keystore
    Administration
    donload verify.der file save it it's like verify.der.zip
    extract it than u can get verify.der
    now in BW system using trans. STRUSTSSO2
    in the certificate section choose import certificate
    choose the file tab enter the path of the portal's verify.der file
    set the file format to DER coded
    in the trust manager choose ADD to PSE and Choose
    ADD to ACL
    in the dialog box enter the portal system's id (SID) and client
    by default portla system ID is the common name (CN) and client is 000
    save ur entry and restart the BW server
    this are the basci configuration if u have any query related to it msg me back
    regards,
    kaushal

  • Editing audio after extracting it

    Hi, had a quick browse and not sure if this has been dealt with in the forum but......
    I have a video of a performance which I now just want to make an audio file from and so I extracted all audio from all clips first before working into it. It seems that now when I want to edit some unwanted conversation from the audio it just edits the visuals but leaves audio intact.
    Should I have done all editing first before extracting or have I missed something?
    thankyou!!

    Hi again!
    I downloaded audacity and opened my quicktime.aiff project in it to edit then when I wanted to save/close it as aiff. to import back into imovie, it wouldn't let me saying no other programmes can open aud files. It wanted me to share it as either wav or mp3 file but when i selected mp3 it said audacity doesn't share automatically and wanted me to find another file/prog (don't know) which i don't have. So it seems my audacity edited audio is no use now.
    I have just gone back to imovie and extracted my audio and now want to create the best audio file/disc I can from this.
    What is the best/pro (quality) way of going about this in imovie?
    And/or have I missed something with audacity?
    thankyou for any help!!

  • Exchange Rate of Customer Invoice

    Hi,
    I edited  the exchange rate between  AUD  and  SGD through this path General Ledger-->Common Task-->Edit Exchange Rate.
    And I can convert AUD to SGD in eventAfterModify in CustomerInvoice.xbo using ConvertCurrency method.
    I want to get the exchange rate that I first created for AUD and SGD from customer invoice to be able to use in a report.
    Regards.
    May T.

    Please check SAP Note : 518114

  • Bilder-Portfolio-Starter-Datei

    Hallo,
    laut der Muse-Hilfe sollte man sich eine Datei herunterladen können,
    wleche sich "kostenlose Bilder-Portfolio-Starter-Datei" nennt.
    Link dazu:  Adobe Muse-Hilfe | Anpassen der Portfolio-Sit
    Jedoch wenn ich den Link aud der Seite zum Download anklicke,
    komme ich nur auf diese Seite und finde aber nix zum Downloaden:
    Home
    Nun meine Frage: "Wo bekomme ich diese Datei her"?
    Danke für die Hilfe @

    Hallo
    Sind Sie sicher, dass alle Dateien die Dateiname-Endung noch haben? Gemeint ist ".JPG" oder ".TIF", etc. Beim übertragen vielleicht sind die Endungen verschwunden worden. Mein Vater hat das selbe Problem gehabt und er musste die alle noch die Dateinamen nachträglich erneut eingeben. Z.B. ein JPG Foto namens
    urlaub2009
    muss als urblaub2009.jpg stehen.
    Vielleicht hilft es, ich hoffe...
    [email protected]

  • HT6058 I need to update my iPad and dere is no wifi in range what can I do about it

    I need to update my iPad and dere is no wifi in range

    There are two ways to update - via wifi or connect the iPad to a computer and use iTunes.
    If you have an iPad 1, the max iOS is 5.1.1. For newer iPads, the current iOS is 7.0.4. The Settings>General>Software Update only appears if you have iOS 5.0 or higher currently installed.
    iOS 5: Updating your device to iOS 5 or Later
    http://support.apple.com/kb/HT4972
    How to install iOS 6
    http://www.macworld.com/article/2010061/hands-on-with-ios-6-installation.html
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    If you are currently running an iOS lower than 5.0, connect the iPad to the computer, open iTunes. Then select the iPad under the Devices heading on the left, click on the Summary tab and then click on Check for Update.
    Tip - If connected to your computer, you may need to disable your firewall and anitvirus software temporarily.  Then download and install the iOS update. Be sure and backup your iPad before the iOS update. After you update an iPad (except iPad 1) to iOS 6.x, the next update can be installed via wifi (i.e., not connected to your computer).
    Tip 2 - If you're updating via wifi, place your iPad close to your router to preclude getting a corrupted download.
    How to Upgrade to iOS 7
    The iOS 7.0 update requires around 2.5 GB of storage space, so if your iPad is almost full, you may need to clear up some space. You can check your available space in Settings -> General -> Usage.
    There are two ways to upgrade to iOS 7: You can use your Wi-Fi connection, or you can connect your iPad to your PC and update through iTunes. We'll go over each method.
    To upgrade using Wi-Fi:
    Note: If your iPad's battery is under 50%, you will want to plug it into your charger while performing the update.
        1.    Go into the iPad's Settings.
        2.    Locate and tap "General" from the menu on the left.
        3.    The second option from the top is "Software Update". Tap this to move into the update settings.
        4.    Tap "Download and Install". This will start the upgrade, which will take several minutes and will reboot your iPad during the process. If the Download and Install button is grayed out, trying clearing up some space. The space required by the update is mostly temporary, so you should gain most of it back after iOS 7 is installed.
        5.    Once the update is installed, you may have to run through the initial steps of setting up your iPad again. This is to account for new features and settings.
    To upgrade using iTunes:
    First, connect your iPad to your PC or Mac using the cable provided when you purchased your device. This will allow iTunes to communicate with your iPad.
    You will also need the latest version of iTunes. Don't worry, you will be prompted to download the latest version when you launch iTunes. Once it installs, you may be asked to setup iCloud by logging into your iTunes account. If you have a Mac, you may be prompted on whether or not you want to enable the Find my Mac feature.
    Now you are ready to begin the process:
        1.    If you upgraded iTunes earlier, go ahead and launch it. (For many, it will launch automatically when you plug in your iPad.)
        2.    Once iTunes is launched, it should automatically detect that a new version of the operating system exists and prompt you to upgrade to it. Choose Cancel. Before updating, you will want to manually sync your iPad to make sure everything is up to date.
        3.    After canceling the dialog box, iTunes should automatically sync with your iPad.
        4.    If iTunes doesn't automatically sync, you can manually do it by selecting your iPad within iTunes, clicking on the File menu and choosing Sync iPad from the list.
        5.    After your iPad has been synced to iTunes, select your iPad within iTunes. You can find it on the left side menu under Devices.
        6.    From the iPad screen, click on the Update button.
        7.    After verifying that you want to update your iPad, the process will begin. It takes a few minutes to update the operating system during which time your iPad may reboot a few times.
        8.    After updating, you may be asked a few questions when your device finally boots back up. This is to account for new settings and features.
     Cheers, Tom

  • I was wondering if anybody can tell me why the new Apple iPhone 5 is $600 AUD/US more expensive in Australia than the US??? Please explain somebody?

    I was wondering if anybody can tell me why the Apple IPhone 5  is $600 US/AUD more expensive in Australia than in the US!
    thanks

    Thanks for the reply - I still know that this issue is also relevant for so many other apple products which don't involve cellular providers.... I think Australians are tired of paying so much more for things than in the US and other countries.  It used to be explained by the poor Australian dollar but that doesnt exactly work when we are over parity with the US dollar and have been for a while now....

  • Can't open any of my projects: Fehler beim Aktualisieren der Medien

    Hi there, Im speechless.
    I wanted to open one of my DVD-Studio projects and can't open any of them. The project loads and before the progress-bar reaches the end, it stalls at the point "Verknüpfungen aktualisieren" (sth. like "refreshing links"). After hitting "Cancel" and trying to open a new project, at the same point a bundle of windows appear, all saying sth. like that:
    Fehler beim Aktualisieren der Medien
    /Volumes/Video/Showreel/DVD-Studio Pro Dateien/Medien/Standardversion/Sequenz 1-MPEG 2; GOP 6.m2v“ verwendet nicht mehr das unterstützte Grafikformat. Aktualisieren Sie die Medien auf ein unterstütztes Format, bevor Sie sie in diesem Projekt verwenden.
    Means sth. like: "The mentioned file doesn't have the supported graphic-format anymore. You have to take a supported format."
    I don't know what to do. I did not change any file in the projects. The only thing I changed was to intsall the Pro-Aplication update. Is it possible to uninstall this?
    VERY annoying. Any suggestions?

    Thanks for your reply and your link. I did a clean uninstall and reinstalled DVDSP, but it's just the same. There are about 10-20 windows popping up (depending on the project I try to open), mentioning different files, which are not in the right format anymore.
    I invested plenty of time in different showreels - I can't open one of them anymore.
    I don't know what to do. ANY help?!
    Best regards,
    Frank

  • Where can i save pdf files in icloud? Wo kann ich in der icloud PDF Dateien speichern?

    Where can i save PDF files in icloud?
    Wo kann ich in der  icloud PDF Dateien speichern?

    I installed a PDF reader.
    It allows attaching pdf files to my iPod and synching with iTunes.
    But I don't use iCloud, still. I do all backups local to iTunes library.
    However, it should work no matter where or what IF you have files attached to an app that allows files.
    When I make changes to files attached to apps, they change and show under iTunes - tried renaming a file on the computer and changed on iPod.

  • Extracted files can't be located by aud cs6.

    extracted files can't be located by aud cs6.
    i got both ppcs5.5. and 6 installed. (windows machine).
    in both versions when i tried to edit audio via "edit clip in adobe audition" (it is activated in both versions!), aud is being opened  with an error message "could not find the file".
    the path for the file that aud is looking in (which shows above the name of the extracted file) is the root of the disk instead of the sub folder of the same disk where the file is located.
    any reason why this is happening?
    thanks
    arikw

    Since you have two versions installed it might get confused.

  • CAN: Reicht es aus, an der PXI-Karte 8464 / 2 Port an einem selbst gemachten Kabel nur CAN_H und CAN_L anzuschlie​ßen??

    Reicht es aus, an der PXI-Karte 8464 / 2 Port an einem selbst gemachten Kabel nur CAN_H und CAN_L anzuschließen?? Arbeiten die beiden CAN Schnittstellen CAN0 und CAN1 dann einwandfrei??

    Was die Verdrahtung angeht reicht das, jedoch sollten Sie das Kabel auf jedenfall terminieren. In der Anleitung der Karte steht genau drin, wie das zu machen ist.

Maybe you are looking for

  • How can I display a ViewObject in 'vertical' table? (11g)

    In our application we have a need to display data that comes from a ViewObject in a 'vertical' table, rather than the standard horizontal layout the <af:table> displays. For example, suppose the ViewObject has 3 attributes -- Attr1, Attr2 and Attr3.

  • Title bar of standard page come with German, how to change to English

    Hi Experts,     I am creating an page contain an WebdynPro ABAP. When user click link in the WD it will pop up new browser for standard appraisal document provided by SAP. The problem is the title bar of the pop up come with German. So i have checked

  • SOAP Error When Referencing Indexed Picklist Fields

    You may receive the following error, or something similar, when trying to access the "Indexed Picklist" fields via webservices. <siebelf:errormsg>Method 'SetFieldValue' of business component 'Opportunity Copy No Sales Process' (integration component

  • JMS sender channel binary format possible?

    Hi, We're still having codepage problems from MQ to SAP via JMS. We send text messages, the QM format name is MQSTR and the message type is datagram. At the moment SAP development is saying: If the XML is encoded in anything other than UTF-8, then th

  • On my second battery... I could cry.

    I took my Unibody MBP to a Genius Bar after trying everything in advance of that to sort this battery problem out. I was patient enough to wait until the battery had more than ten cycles. My battery drains badly when in sleep. I could live with that.