Messages not adviced in extern definition after import wsdl-file from WAS

Hi friends,
after importing the three wsld-files in repository (extern definitions) the messages are not adviced. The referendes to the files are fine, because the name is shown at the tab externe...
But i´m not shure wheather i tool the right link ant Web Service Navigator. It is right to download the default SAP WSDL Files or the default one? Because in the SAP WSDL-files there will be an exception during import in XI repository (tag sap:useFeatur). What is the problem that the messages are not shown on the tab messages in externe definitions?
Thanks in advance,
Frank

I've the same problem. Here is my WSDL:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://blablabla.de:8080/jboss-net/services/MyServices" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://blablabla.de:8080/jboss-net/services/MyServices" xmlns:intf="http://blablabla.de:8080/jboss-net/services/MyServices" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="blablabla.de" xmlns:tns2="http://net.jboss.org/jmx" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
     <wsdl:types>
          <schema targetNamespace="blablabla.de" xmlns="http://www.w3.org/2001/XMLSchema">
               <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
               <complexType name="MSOBean">
                    <sequence>
                         <element name="installationName" nillable="true" type="xsd:string"/>
                         <element name="requestId" nillable="true" type="xsd:string"/>
                         <element name="returnCode" type="xsd:int"/>
                         <element name="returnMessage" nillable="true" type="xsd:string"/>
                    </sequence>
               </complexType>
               <complexType name="MSIBean">
                    <sequence>
                         <element name="password" nillable="true" type="xsd:string"/>
                         <element name="project" nillable="true" type="xsd:string"/>
                         <element name="requestId" nillable="true" type="xsd:string"/>
                         <element name="userId" nillable="true" type="xsd:string"/>
                    </sequence>
               </complexType>
          </schema>
     </wsdl:types>
     <wsdl:message name="actualizeRequest">
          <wsdl:part name="inData" type="tns1:MSIBean"/>
     </wsdl:message>
     <wsdl:message name="actualizeResponse">
          <wsdl:part name="actualizeReturn" type="tns1:MSOBean"/>
     </wsdl:message>
     <wsdl:portType name="MSService">
          <wsdl:operation name="actualize" parameterOrder="inData">
               <wsdl:input message="impl:actualizeRequest" name="actualizeRequest"/>
               <wsdl:output message="impl:actualizeResponse" name="actualizeResponse"/>
          </wsdl:operation>
     </wsdl:portType>
     <wsdl:binding name="MyServicesSoapBinding" type="impl:MSService">
          <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
          <wsdl:operation name="actualize">
               <wsdlsoap:operation soapAction=""/>
               <wsdl:input name="actualizeRequest">
                    <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://blablabla.de" use="encoded"/>
               </wsdl:input>
               <wsdl:output name="actualizeResponse">
                    <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://blablabla.de:8080/jboss-net/services/MyServices" use="encoded"/>
               </wsdl:output>
          </wsdl:operation>
     </wsdl:binding>
     <wsdl:service name="MSServiceService">
          <wsdl:port binding="impl:MyServicesSoapBinding" name="MyServices">
               <wsdlsoap:address location="http://blablabla.de:8080/jboss-net/services/MyServices"/>
          </wsdl:port>
     </wsdl:service>
</wsdl:definitions>
No Idea.

Similar Messages

  • Why can't I open and retrieve my files from iPhoto and my address book after importing the files from my Power mac G5 to my new Mac Pro? I get a warning that says the new OS on my Pro doesn't open files from a Power Mac. Any idea how I can fix this?

    Why can't I open and retrieve my files from iPhoto and my Address Book after importing the files from my Power Mac G5 to my new Mac Pro? I get a warning that says the new OS on my Pro doesn't open files from a Power Mac. Any idea how I can fix this?

    For your addressbook, export the files to vCard on the PowerMac, then bring them over to your Mac Pro. For your iPhoto, copy the Users -> yourname -> Pictures folder to your Desktop on the Mac Pro, and open iPhoto on the Mac Pro holding the command and option keys.  Select the library file from that Pictures folder and open it.  It should import all the pictures into iPhoto as part of the rebuild process.  Other PowerPC to Intel migration issues are covered here: https://discussions.apple.com/docs/DOC-2295

  • WSDL Files from WAS - Can't see messages

    Hi All,
    I am trying to call a WS on WAS 6.4 from the XI.
    Following the weblog
    https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6bdee46d-0901-0010-7a9a-b3595d441fbf
    I merged the 3 files and imported it as an external def.
    Can anyone tell what's wrong? It works perfectly in XMLSpy.
    The Merged WSDL:
    <?xml version="1.0" encoding="utf-8"?>
    <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns0="urn:WS_VisaApplicantHandler_Vi" xmlns:tns="urn:WS_VisaApplicantHandler_Wsd/WS_VisaApplicantHandler_Vi/document" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns="urn:com.blaze2crm" xmlns:ns1="urn:java/lang" xmlns:ns2="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:WS_VisaApplicantHandler_Wsd/WS_VisaApplicantHandler_Vi/document">
         <wsdl:types>
              <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:java/lang" xmlns:tns="urn:java/lang" elementFormDefault="qualified">
                   <xs:complexType name="ArrayOfString">
                        <xs:sequence>
                             <xs:element maxOccurs="unbounded" minOccurs="0" name="String" type="xs:string" nillable="true"/>
                        </xs:sequence>
                   </xs:complexType>
              </xs:schema>
              <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.blaze2crm" xmlns:tns="urn:com.blaze2crm" elementFormDefault="qualified" xmlns:s0="urn:java/lang">
                   <xs:import namespace="urn:java/lang"/>
                   <xs:complexType name="VisaApplicantResponse">
                        <xs:sequence>
                             <xs:element name="isOk" type="xs:string" nillable="true" minOccurs="0"/>
                             <xs:element name="positionCodeToDecide" type="s0:ArrayOfString" nillable="true" minOccurs="0"/>
                        </xs:sequence>
                   </xs:complexType>
                   <xs:complexType name="VisaApplicant">
                        <xs:sequence>
                             <xs:element name="bPId" type="xs:string" nillable="true" minOccurs="0"/>
                             <xs:element name="isOk" type="xs:string" nillable="true" minOccurs="0"/>
                             <xs:element name="positionCodeToDecide" type="s0:ArrayOfString" nillable="true" minOccurs="0"/>
                             <xs:element name="reason" type="xs:string" nillable="true" minOccurs="0"/>
                             <xs:element name="zBIRTH" type="xs:dateTime" nillable="true" minOccurs="0"/>
                             <xs:element name="zHCHLALA" type="xs:string" nillable="true" minOccurs="0"/>
                             <xs:element name="zKARAM" type="xs:dateTime" nillable="true" minOccurs="0"/>
                             <xs:element name="zLATEINDICATION" type="xs:string" nillable="true" minOccurs="0"/>
                             <xs:element name="zemMATAK" type="xs:string" nillable="true" minOccurs="0"/>
                        </xs:sequence>
                   </xs:complexType>
              </xs:schema>
              <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:WS_VisaApplicantHandler_Vi" xmlns:tns="urn:WS_VisaApplicantHandler_Vi" elementFormDefault="qualified" xmlns:s1="urn:java/lang" xmlns:s0="urn:com.blaze2crm">
                   <xs:import namespace="urn:java/lang"/>
                   <xs:import namespace="urn:com.blaze2crm"/>
                   <xs:element name="getVisaApprovalResultByVisaApplicant">
                        <xs:complexType>
                             <xs:sequence>
                                  <xs:element name="visaApplicant" type="s0:VisaApplicant" nillable="true"/>
                             </xs:sequence>
                        </xs:complexType>
                   </xs:element>
                   <xs:element name="getVisaApprovalResultByVisaApplicantResponse">
                        <xs:complexType>
                             <xs:sequence>
                                  <xs:element name="Response" type="s0:VisaApplicant" nillable="true"/>
                             </xs:sequence>
                        </xs:complexType>
                   </xs:element>
                   <xs:element name="getVisaApprovalResult">
                        <xs:complexType>
                             <xs:sequence>
                                  <xs:element name="BPId" type="xs:string" nillable="true"/>
                                  <xs:element name="zemMATAK" type="xs:string" nillable="true"/>
                                  <xs:element name="ZHCHLALA" type="xs:string" nillable="true"/>
                                  <xs:element name="ZKARAM" type="xs:dateTime" nillable="true"/>
                                  <xs:element name="ZLATEINDICATION" type="xs:string" nillable="true"/>
                                  <xs:element name="ZBIRTH" type="xs:dateTime" nillable="true"/>
                                  <xs:element name="positionCodeToDecide" type="s1:ArrayOfString" nillable="true"/>
                             </xs:sequence>
                        </xs:complexType>
                   </xs:element>
                   <xs:element name="getVisaApprovalResultResponse">
                        <xs:complexType>
                             <xs:sequence>
                                  <xs:element name="Response" type="s0:VisaApplicantResponse" nillable="true"/>
                             </xs:sequence>
                        </xs:complexType>
                   </xs:element>
              </xs:schema>
         </wsdl:types>
         <wsdl:message name="getVisaApprovalResultByVisaApplicantIn_doc">
              <wsdl:part name="parameters" element="ns0:getVisaApprovalResultByVisaApplicant"/>
         </wsdl:message>
         <wsdl:message name="getVisaApprovalResultByVisaApplicantOut_doc">
              <wsdl:part name="parameters" element="ns0:getVisaApprovalResultByVisaApplicantResponse"/>
         </wsdl:message>
         <wsdl:message name="getVisaApprovalResultIn_doc">
              <wsdl:part name="parameters" element="ns0:getVisaApprovalResult"/>
         </wsdl:message>
         <wsdl:message name="getVisaApprovalResultOut_doc">
              <wsdl:part name="parameters" element="ns0:getVisaApprovalResultResponse"/>
         </wsdl:message>
         <wsdl:portType name="WS_VisaApplicantHandler_Vi_Document">
              <wsdl:operation name="getVisaApprovalResultByVisaApplicant">
                   <wsdl:input message="tns:getVisaApprovalResultByVisaApplicantIn_doc"/>
                   <wsdl:output message="tns:getVisaApprovalResultByVisaApplicantOut_doc"/>
              </wsdl:operation>
              <wsdl:operation name="getVisaApprovalResult">
                   <wsdl:input message="tns:getVisaApprovalResultIn_doc"/>
                   <wsdl:output message="tns:getVisaApprovalResultOut_doc"/>
              </wsdl:operation>
         </wsdl:portType>
         <wsdl:binding name="Config1Binding" type="tns:WS_VisaApplicantHandler_Vi_Document">
              <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
              <wsdl:operation name="getVisaApprovalResultByVisaApplicant">
                   <soap:operation/>
                   <wsdl:input>
                        <soap:body parts="parameters" use="literal"/>
                   </wsdl:input>
                   <wsdl:output>
                        <soap:body use="literal"/>
                   </wsdl:output>
              </wsdl:operation>
              <wsdl:operation name="getVisaApprovalResult">
                   <soap:operation/>
                   <wsdl:input>
                        <soap:body parts="parameters" use="literal"/>
                   </wsdl:input>
                   <wsdl:output>
                        <soap:body use="literal"/>
                   </wsdl:output>
              </wsdl:operation>
         </wsdl:binding>
         <wsdl:service name="WS_VisaApplicantHandler">
              <wsdl:port name="Config1Port_Document" binding="tns:Config1Binding">
                   <soap:address location="http://sapbc016:50200/WS_VisaApplicantHandler/Config1?style=document"/>
              </wsdl:port>
         </wsdl:service>
    </wsdl:definitions>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6bdee46d-0901-0010-7a9a-b3595d441fbf">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6bdee46d-0901-0010-7a9a-b3595d441fbf</a>

    The problem is that the WSDL does not show the messages after importing it as an external def.
    I also tried the other approach of importing the three files with external ref.
    The same thing, I cannot  get the messages of the WS.
    Thanks,

  • Receive message after importing serveral songs from CD into iTunes (latest ver 11.1.5.5)... "Error occurred while converting the file 'songname'.  The required folder cannot be found."  CD/DVD ROM is no longer recognized until restart.

    Consistently receive the following message after importing serveral songs from CD into iTunes (latest ver 11.1.5.5)...
    "Error occurred while converting the file 'songname'.  The required folder cannot be found." 
    CD/DVD ROM is no longer recognized until computer is restarted.

    I have the same problem.  I recently moved my music from a Vista PC to a new Laptop with an external CD drive. It will copy one song from the CD and it will show in the Music file and then I get the message ' Error importing a CD - Folder not found'.  I must unplug the CD drive and plug it back in.  I have seen no fix for this problem.

  • When I try to import .olm files from my external hard drive back up, where do they go? It says on different forums they go to the "on my computer" folder but they are not there

    When I try to import .olm files from my external hard drive back up, where do they go? It says on different forums they go to the "on my computer" folder but they are not there.
    I go through all the instructions but then my emails do not appear. I'm starting to panic a bit!

    You might want to try asking on the MS Office Outlook forum - http://answers.microsoft.com/en-us/mac/forum/macoutlook - since those are Outlook files.
    Also note which method you're using to create a backup.
    Clinton

  • Importing .mxf Files from an external hard drive...

    Any advice or tips would be greatly appreciated. My problem comes close to others discussed, but I haven't been able to find a duplicate post. And I apologize for the length; I just want to give you as much info. as possible (I also put details in my signature) to help you help me.
    I shot a short film using Panasonic's HVX200 camera, filming in HD 720p/24p, and downloaded each P2 card through a PC laptop into a LaCie Brick external hard drive. I was originally planning on editing the footage with Adobe Premiere Pro 2.0, but became frustrated with how much trouble it was having handling the .mxf files. Assured by Apple salespeople that FCP 5 would have no problem importing the footage from an external hard drive, I purchased the computer described in my signature.
    Now I know that FCP/Apple only supports importing footage from the P2 card directly, and not from an external hard drive. A representative from ProMax.com was able to help me out, however. First, he had me copy the footage files onto my Mac internal drive from the external hard drive. Then, he had me select IMPORT -> PANASONIC P2. Then, I was to highlight the CONTENTS folder and import away. And it worked... sort of.
    There are two major problems: 1) During this transfer, not all of the footage is making it across. I import it, and then get the much-talked about "one or more P2 clips failed to import; probable incomplete or corrupt clips" warning. After checking the original video folder on the internal hard drive and comparing it to the number of clips FCP imported, I learned that I had lost around 20 clips/video files at one point. Other shooting day transfers worked completely smoothly with all of the files imported (we split up the footage by shooting day, without touching or changing the CONTENTS folders). So, some transfers work and some don't. And 2) When I try to import the files from our 4th day of shooting, I get a "Selected path does not contain a P2 volume." Nothing is imported.
    So, that's my situation, and I'm getting very desperate. I know that I'm not doing things in the Apple-supported way, but I'm really hoping there's still someway to successfully get the files from the external hard drive into FCP completely. It seems to work some of the time.
    Final notes: When importing, I make sure to import the entire CONTENTS folder. There is never a LASTCLIP.TXT file listed under it in the window, but some of the days of footage have transferred perfectly, so I'm hoping that's not a dealbreaker. If it is, isn't there some way to rebuild a lastclip.txt file? I don't even know if that's the issue. And one last note: In most of my folders, the "CLIP" folder has a number of files in it. In the 4th day's footage that I can't import at all, I noticed that the CLIP folder is empty. And on the days where FCP isn't importing all the files (like I mentioned above), there isn't a CLIP file for every single VIDEO file. Could this be the main problem? Along this line, is there a way to somehow put the footage on the external hard drive back through a p2 card and then into the Mac?
    Okay, I'll stop typing. Thank you so, so much for any help.
    Tom
    PowerMac G5 (Dual 2.3 GHz)   Mac OS X (10.4.6)   Quicktime 7.1.1 - Final Cut Pro 5.1 - Aforementioned External Hard Drive: LaCie Brick (FAT 32 based)
    PowerMac G5   Mac OS X (10.4.6)  

    The problem didn't turn out to be as complicated as I had thought. The process I described above ended up working fine, and I'll explain how. And this is a cool workaround, because the AppleCare helpers told me that they didn't think it would work (FCP P2 import is only supported straight from the P2 card/viewer or the camera).
    I hooked up my external hard drive to the Power Mac G5, and copied the files and folders onto my internal scratch disk. Then, I opened FCP and chose IMPORT -> Panasonic P2. I chose the "CONTENTS" folder for each day's filming, and imported them in, no problems. There was no visible "lastclip.txt" file shown (under the "CONTENTS" folder or anywhere else), but this didn't seem to cause any problems.
    The reason that not all of the footage was bring imported (the aforementioned "one or more P2 clips failed..." warning) was because we were missing clip files (in the CLIP folder) corresponding to certain video files (in the VIDEO folder). Luckily, we had just forgotten to transfer all of them from the original external hard drive, and once we transfered them completely, FCP could read all the video files. FCP needs a clip file for every video file in order to make it work (that's why our aforementioned "Day 4" could not be read; we hadn't copied all of the clip files over with the video files).
    Even after we did this, we STILL were getting the "one or more P2 clips..." warning for our Day 5. After taking a look at all the folders, we figured out that there were still more files in the VIDEO folder than in the CLIP folder, even after we transferred them all over. Finally, we figured out what had happened. For some reason, some of the audio files for some of the clips had been included in the VIDEO folder for our Day 5. There is no way we did this accidentally; somehow, the HVX200 placed some of the audio files into both the VIDEO and AUDIO folders. And FCP was trying to read those as video files, and therefore couldn't find the corresponding clips in the CLIP folder. After making sure that those audio files were also in the AUDIO folder, we simply deleted them from the VIDEO folder and stopped getting the "failed to import" warning.
    Final thing to share: If we had actually been unable to find the corresponding clip files in our original external hard drive, we had also found a potential solution (that we didn't end up needing to try). You can record from FCP back onto the P2 card, in the hopes that the clip files would be regenerated when you re-import it into FCP. I received a PDF file about this process, and I'm not sure how to put it up on the page here. If interested in this described process (which, again, I can't fully vouch for), feel free to email me at [email protected] and I can forward it to you.
    Hope this helps.
    PowerMac G5   Mac OS X (10.4.6)  
    PowerMac G5   Mac OS X (10.4.6)  

  • Why can't I import video files from an external hard drive?

    I am using Adobe Premiere Elements 12 on Mac OSX 10.7.5 trying to import video files from a Lacie Rugged External Hard Drive using both firewire and usb, neither with any luck. The error message I receive is:
    "You're trying to import a file from a DVD or a Removable Media.  Please use Video Importer for importing Videos and Image Importer for importing images. "
    We can't import through the video importer either because the hard drive doesn't show up. We can, however, drag the videos to the desktop and do it that way but we'd like to avoid doing that if possible.
    Thanks
    By the way, the external hard drive is formatted FAT32 if that matters

    Tacomedia
    http://www.cnet.com/how-to/how-to-set-up-an-external-hard-drive-for-use-with-os-x/
    Please check out the above with regard to your external hard drive FAT32 and Mac computer question
    By the way, the external hard drive is formatted FAT32 if that matters
    SG has already commented on this in his initial reply to you. I thought that the above might blend in to supplement what he has said.
    I will watch for further developments in your troubleshooting with SG.
    ATR

  • I can no longer import raw files from my Panasonic Lumix LX5 into Aperture 3.3.2 - raw files from my other Canon cameras are fine. Am still running Lion - NOT Mountain Lion. Tried all available software updates - no joy. Any ideas please?

    I can no longer import raw files from my Panasonic Lumix LX5 into Aperture 3.3.2 - raw files from my other Canon cameras are fine. Am still running Lion (10.7.4) - NOT Mountain Lion. Tried all available software updates - all up to date apparently but still no joy. OS X Lion shows the LX5 as a supported file format. I dont want to have to upgrade to Mountain Lion just to see if this solves the problem. Any ideas please.

    Since when did this happen? Directly after you upgraded to Aperture 3.3.2?
    If it happened directly after the upgrade the problem may be, that the raw support for your camera got lost. For some posters it helped to register the raw support again, see this post by Alan Roseman:
    Aperture 3 preview of raw file greenish
    If this does not help, you may need to reinstall Lion to bring back the raw support.
    But if the problem occured independent of a new installation, ypu may have a problem with your camera or the card you are using. Have you tried to use a different card or to reformat the card in the camera?

  • Why does not Lightroom allow me to import RAW files from my Canon 5D Mark III?

    Why does not Lightroom allow me to import RAW files from my Canon 5D Mark III?
    Error message that it does not support cr. file

    Which version of Lightroom?
    As Hal points out, if it's pre v 4.1, you can't expect an old version of the software to know what to do with a camera that didn't even exist when the software was released.
    Given how many times a day this same issue comes up, maybe it's time Adobe changed the error message to something like "your camera is too old to be supported by this version of Lightroom. Please upgrade" or similar... 

  • How to import video files from external hard drive?

    I receive an error "You're trying to import a file from a DVD or Removable Media. Please use Video Importer for importing Videos..." however when I try this I still cannot import video files.  This is extremely frustrating as we have 32 copies of this software and this is sarting to become a common issue.  Please help and many thanks.
    Attached is a screenshot...

    jasonkmtr
    Premiere Elements 12 Mac
    A few more questions for now.
    Taking your particular .avi files out of the equation, can you import any other format from Add Media/Files and Folders pointed to this external hard drive? What is the format of the external hard drive? NTFS or FAT32?
    It is my recollection that AVCHD.avi has always been reported as highly problematic. Yet you seem to be saying that you have no problem importing them in to the project from the desktop with the program's Add Media/Files and Folders/Project Assets to Expert workspace Timeline.
    Did you purchase your Premiere Elements 12 from the Mac App Store or from Adobe? If Mac Store, what do you have Adobe Premiere Elements Editor or Adobe Premiere Elements Quick Editor or some variation thereof?
    You wrote
    A number of users are experiencing this issue - they connect their hard drive, load Elements, start a new project and go to add media (from the ext hard drive) using the files and folders option.
    Could you supply more information on this via link(s) which have reported this issue.
    Thanks.
    ATR

  • Hi, I have problem with importing MOV files from SJCAM 4000. MOV files are in supported formats for Adobe Premiere Elements 11. But if I'm importing MOV file, only audio part is imported, video part is not imported. How can I solve this problem?

    Hi, I have problem with importing MOV files from SJCAM 4000. MOV files are in supported formats for Adobe Premiere Elements 11. But if I'm importing MOV file, only audio part is imported, video part is not imported. How can I solve this problem?

    haben
    From looking at the specifications of your camera (SJCam 4000), we know already what video compression your camera is using. It is H.264.
    A H.264.mov file should be supported by Premiere Elements 11. On what computer operating system is your Premiere Elements 11 running?
    Do you have the latest version of QuickTime installed on your computer? And, are you running QuickTime and Premiere Elements 11 from a
    User Account with administrative privileges? Please go to Premiere Elements 11 Publish+Share/Computer/QuickTime to confirm that you find
    presets there for the QuickTime choice there.
    What are the properties of these H.264.mov files - is it 1080p30 (1920 x 1080p30)  or something else? Do you know if this camera is recording with a variable or
    a constant frame rate?
    Please review and consider and then we will decide what next.
    Thank you.
    ATR

  • I can not import 60p files from Sony NEX-FS100U to Final Cut Pro X.

    I can not import 60p files from my Sony NEX-FS100U to Final Cut Pro 10.0.1.  Does Sony offer a plug in?

    I shoot fishing footage of big catches.  Slow motion playback appears to me to be much better when shot it 60p even compared to 60i.  It also blows away all of the other formats for a "still" grab.  Thank you for your help as I did a search and downloaded Clip Wrap which converted the files to .mov and they actually do import the full 60 frames.  Thank you again for your reply. 

  • When I try to import raw files from my nikon d600 I get the message Unsupported image format, When I try to import raw files from my nikon d600 I get the message Unsupported image format

    When I import raw files from my Nikon D600 into Aperture I get a tryangle sign with "unsupported image format"

    Latest Adobe DNG converter (7.2) DOES indeed convert NEF pictures coming from a D600.
    Head up to Adobe's website and download the app.
    You'll only miss the focus information (focus distance and focus sensors used), but you'll be able to work with raw and not rely on jpg only!

  • HT2729 After import video,s from iphone to HP com puter all the video,s are sideways, how to fix this ?

    After import video,s from iphone 5 to a HP computer (Windows 7 ) all the video,s are sideways ! No problem with ipad4 Newest)
    How to fix this!

    Check to see if the phone has enough free space on it.  Go to Settings->About on you iPhone and see how much free space there is.  It's likely that your phone is out of free space.  You could also try using a free peice of software called Pic Share It, to drag and drop the video directly to your iPhone wirelessly.  Here's a video showing how it works.

  • Can I import .MTS files from an external hard drive into Final Cut Pro X?

    Can I import .MTS files from an external hard drive into Final Cut Pro X?

    Luis Sequeira1 wrote:
    b) Use an utility like Clipwrap or MPEG Streamclip to convert the mts file to a quicktime (mov) file
    Luis,
    Just to clarify one point…in order for Streamclip to convert the MTS I believe a plug-in like the AVCCAM QuickTime importer from Panasonic needs to be installed. (Credit David McClain over at the FCS boards for that info.)
    Russ

Maybe you are looking for

  • How to use cfmail without specifying username and password??

    Hi pp, i have been trying to use the cfmail functionality to send and receive e-mails connecting to the smtp server of <MyUniversity> i am creating a page where, at the end a e-mail has to be sent from <[email protected]> to <[email protected]> i am

  • Time Machine and File Vault question

    I just completed a clean install of OS x mavericks and then used my time machine back up to restore the mac. The whole process was confusing for many reasons and I just want to get some clarification/verification on my next actions. When I enter time

  • Rework order Operation Confirmation and quantity posting to main order oper

    Hi Friends, I have confirmed first operation of production order by CO11N. While confirming the operation, i entered 5 qty. as Rework Quantity. Due to trigger point function, Rework order gtets generated. After completion of Rework , i confirmed rewo

  • Form with Tab Canvas

    Hi, I've a form with 12 blocks. We are displaying the these twelve blocks in the tab canvases(Tab attachment Edge: Top). The problem with these tab canvas is user can see only the names of 4 tab canvases. Then he need to navigate using the scrollbar.

  • Corrupted? Desktop picture lost forever?

    I have a problem since installing 10.6.7. My 'desktop' background image must have become corrupted. Prior to the 10.6.7 installation I had a small image surrounded by a colour (selected from colors panel). Since the installation I have only the Apple