Apple Match-O Linker Error

I am making a menu bar app and it is going fine and all but I get an error saying "clang: error: linker command failed with exit code 1 (use -v to see invocation)" here it is in more detail:
duplicate symbol _OBJC_METACLASS_$_View in:
    /Users/Tom/Library/Developer/Xcode/DerivedData/PowerBar-exvfuprqkuwxevgldxdbgyr ypvlx/Build/Intermediates/PowerBar.build/Debug/PowerBar.build/Objects-normal/x86 _64/AppDelegate.o
    /Users/Tom/Library/Developer/Xcode/DerivedData/PowerBar-exvfuprqkuwxevgldxdbgyr ypvlx/Build/Intermediates/PowerBar.build/Debug/PowerBar.build/Objects-normal/x86 _64/View.o
duplicate symbol _OBJC_CLASS_$_View in:
    /Users/Tom/Library/Developer/Xcode/DerivedData/PowerBar-exvfuprqkuwxevgldxdbgyr ypvlx/Build/Intermediates/PowerBar.build/Debug/PowerBar.build/Objects-normal/x86 _64/AppDelegate.o
    /Users/Tom/Library/Developer/Xcode/DerivedData/PowerBar-exvfuprqkuwxevgldxdbgyr ypvlx/Build/Intermediates/PowerBar.build/Debug/PowerBar.build/Objects-normal/x86 _64/View.o
ld: 2 duplicate symbols for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
So basically I am trying to make a custom veiw and get this error. I know it has something between the Veiw.m file and the AppDelegate.m file because when I remove to #import "Veiw.m" at the top of AppDelegate.m the error is gone. Here is my relevent code:
//Veiw.m
#import "View.h"
@implementation View
- (void)mouseDown:(NSEvent *)event
    NSLog(@"mouseDown");
@end
//Veiw.h (Some stuff is // out so I didn't include it)
#import <Cocoa/Cocoa.h>
#import "AppDelegate.h"
@interface View : NSControl {
@end
//AppDelegate.m
#import "AppDelegate.h"
#import "View.m"
@implementation AppDelegate
@synthesize aboutWindow;
//AppDelegate.h
#import <Cocoa/Cocoa.h>
#import "View.h"
@interface AppDelegate : NSObject <NSApplicationDelegate>{
Please Help.

I don't know why you keep starting new threads for this. But this will be ny last response
@interface View : NSControl {
@end
//AppDelegate.m
#import "AppDelegate.h"
#import "View.m"
You have a number of problems just in this small section of code.
First why are you subclassing an object you are calling  view off of NSControl? Makes no sense. If you want to have a view object it should be a subclass of NSView.
Second why are you importing a .m file?
#import "View.m"
The project I told you I put up in Dropbox had all this worked out for you. What you have show here will not work.
good luck
regards

Similar Messages

  • Trying to resolve a "_OBJC_METACLASS_$_CDVCommandQueue" with MainViewControllers.a, MainViewControllers.o, 7 in total.  Apple Mach-O Linker error for all 7.  Thanks to any assistance.

    Trying to resolve a "_OBJC_METACLASS_$_CDVCommandQueue" with MainViewControllers.a, MainViewControllers.o, 7 in total.  Apple Mach-O Linker error for all 7.  Thanks to any assistance.

    No I didn't even read through your post, to long.
    You said that "No matter what program I try to install, as soon as the installer opens it crashes". Were you talking about the install for this/these 3D programs or ANY program? As it is worded it sounded like ANY program. That tells me there is a problem with your Mac, software or hardware.
    Now you say others install programs, which is it. Programs other then the 3D ones install or no programs install?
    Could simply be your Mac is to old to run these programs and the installer knows that. You never said what model or year Mac it is.

  • An error encounter on test devise (real devise) i.e "apple mach -o linker error linker command failed with exit code 1", please any body help me to solve the problem

    Hello, I am using tesseract api in my app, which run perfectly on simulator but on test devise (real devise) it is showing an error i.e "apple mach -o linker error linker command failed with exit code 1", please any body help me to solve the problem

    if you can't compile the webutil.pll in your forms developer you need to set the forms_builder_classpath in you windows registry. You have to add the frmwebutil.jar,jacob.jar to the registry key. The configuration files you mention are for running the forms.

  • Apple Mach-O Linker errors and I don't know what to do

    I cannot compile my project for the device or simulator anymore. I get 13 Apple Mach-O-Linker errors. It all started after I failed attempt to use sharekit. Here is the log from the error:
    ld: warning: directory not found for option '-F/Users/bbrandy95/Documents/Broken Brandsonic Web Projects/Brandsonic Web mobile/../../Downloads/0.2.1gm1/iphoneos4.0/System/Library/Frameworks'
    Undefined symbols for architecture armv7:
      "_OBJC_CLASS_$_NSURLRequest", referenced from:
          objc-class-ref in Brandsonic_Web_mobileAppDelegate.o
          objc-class-ref in Brandsonic_Web_mobileViewController.o
      "_OBJC_CLASS_$_NSAutoreleasePool", referenced from:
          objc-class-ref in main.o
      "_objc_msgSendSuper2", referenced from:
          -[Brandsonic_Web_mobileAppDelegate dealloc] in Brandsonic_Web_mobileAppDelegate.o
          -[Brandsonic_Web_mobileViewController didReceiveMemoryWarning] in Brandsonic_Web_mobileViewController.o
          -[Brandsonic_Web_mobileViewController dealloc] in Brandsonic_Web_mobileViewController.o
      "_objc_setProperty", referenced from:
          -[Brandsonic_Web_mobileAppDelegate setWindow:] in Brandsonic_Web_mobileAppDelegate.o
          -[Brandsonic_Web_mobileAppDelegate setViewController:] in Brandsonic_Web_mobileAppDelegate.o
      "__objc_empty_vtable", referenced from:
          _OBJC_CLASS_$_Brandsonic_Web_mobileAppDelegate in Brandsonic_Web_mobileAppDelegate.o
          _OBJC_METACLASS_$_Brandsonic_Web_mobileAppDelegate in Brandsonic_Web_mobileAppDelegate.o
          _OBJC_CLASS_$_Brandsonic_Web_mobileViewController in Brandsonic_Web_mobileViewController.o
          _OBJC_METACLASS_$_Brandsonic_Web_mobileViewController in Brandsonic_Web_mobileViewController.o
          _OBJC_METACLASS_$_SecondView in SecondView.o
          _OBJC_CLASS_$_SecondView in SecondView.o
      "_objc_msgSend", referenced from:
          _main in main.o
          -[Brandsonic_Web_mobileAppDelegate application:didFinishLaunchingWithOptions:] in Brandsonic_Web_mobileAppDelegate.o
          -[Brandsonic_Web_mobileAppDelegate dealloc] in Brandsonic_Web_mobileAppDelegate.o
          -[Brandsonic_Web_mobileAppDelegate GOOGLE] in Brandsonic_Web_mobileAppDelegate.o
          -[Brandsonic_Web_mobileAppDelegate YOUTUBE] in Brandsonic_Web_mobileAppDelegate.o
          -[Brandsonic_Web_mobileAppDelegate WIKI] in Brandsonic_Web_mobileAppDelegate.o
          -[Brandsonic_Web_mobileViewController webView:shouldStartLoadWithRequest:navigationType:] in Brandsonic_Web_mobileViewController.o
      "__objc_empty_cache", referenced from:
          _OBJC_CLASS_$_Brandsonic_Web_mobileAppDelegate in Brandsonic_Web_mobileAppDelegate.o
          _OBJC_METACLASS_$_Brandsonic_Web_mobileAppDelegate in Brandsonic_Web_mobileAppDelegate.o
          _OBJC_CLASS_$_Brandsonic_Web_mobileViewController in Brandsonic_Web_mobileViewController.o
          _OBJC_METACLASS_$_Brandsonic_Web_mobileViewController in Brandsonic_Web_mobileViewController.o
          _OBJC_METACLASS_$_SecondView in SecondView.o
          _OBJC_CLASS_$_SecondView in SecondView.o
      "_OBJC_CLASS_$_NSObject", referenced from:
          _OBJC_CLASS_$_Brandsonic_Web_mobileAppDelegate in Brandsonic_Web_mobileAppDelegate.o
      "___CFConstantStringClassReference", referenced from:
          CFString in Brandsonic_Web_mobileAppDelegate.o
          CFString in Brandsonic_Web_mobileAppDelegate.o
          CFString in Brandsonic_Web_mobileAppDelegate.o
          CFString in Brandsonic_Web_mobileViewController.o
          CFString in Brandsonic_Web_mobileViewController.o
          CFString in Brandsonic_Web_mobileViewController.o
          CFString in Brandsonic_Web_mobileViewController.o
      "_OBJC_CLASS_$_NSKeyedUnarchiver", referenced from:
          objc-class-ref in Brandsonic_Web_mobileViewController.o
      "_OBJC_CLASS_$_NSUserDefaults", referenced from:
          objc-class-ref in Brandsonic_Web_mobileViewController.o
      "_OBJC_CLASS_$_NSURL", referenced from:
          objc-class-ref in Brandsonic_Web_mobileAppDelegate.o
          objc-class-ref in Brandsonic_Web_mobileViewController.o
      "_OBJC_METACLASS_$_NSObject", referenced from:
          _OBJC_METACLASS_$_Brandsonic_Web_mobileAppDelegate in Brandsonic_Web_mobileAppDelegate.o
          _OBJC_METACLASS_$_Brandsonic_Web_mobileViewController in Brandsonic_Web_mobileViewController.o
          _OBJC_METACLASS_$_SecondView in SecondView.o
    ld: symbol(s) not found for architecture armv7
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    How do I fix this? Please help.

    Is XC 4.2 installed into the default location /Developer ...?

  • Invalid sibling link error

    I have a 15" PB which gave an "invalid sibling link error" one month ago and I was not able to even repair it using DiskWarrior. I have Apple Care Protection plan, so I sent it for repairs and the repair guys replaced the motherboard as they suspected it was the reason. On return, I reformatted the HD and installed everything from stratch. Everything was working fine till last Saturday morning, when computer would not boot up. So I checked using Disk Utility from PB DVD, and the dreaded "invalid sibling error" came up again. Since I have a bootable backup of the HD, I formatted the HD and tried to load the system on the HD from the backup copy. But the writing of backup using CCC hung up and I had to quit it. After that I was not able to find the HD using Disk Utility from DVD.
    I have sent it for repairs again, but can anyone help me understand the core problem here. Since last time they replaced the motherboard, I think they will replace the HD this time around. Is the logic board, motherboard or the HD that is the root cause of the problem?
    Powerbook G4   Mac OS X (10.4.7)   100GB HDD, 1.5GB RAM

    I had never heard of "invalid sibling link error" until you post, and when I ran a search on it the best explanation I could find is that it is a directory-related problem. See the following (assuming it is correct): http://www.computing.net/mac/wwwboard/forum/2584.html The suggestion there, though, is that DIsk Warrior should be able to fix the problem, and you've already told us that you tried using Disk Warrior on it and it did not work.
    Very puzzling. Please post back what happens when you get your PB back from being repaired.
    Good luck.
    -- JDee

  • Sibling Link Errors

    i recently purchased the Mac Pro which i connected through ethernet to my older Power Mac G4 MDD Dual 1GHZ.
    i discovered last week that my Mac Pro reported an error in Disk Utility "Invalid Sibling Link" and that app could not repair the problem. i purchased Disk Warrior 4.0 and installed OS X on another internal drive (i have four connected internally) and successfully repaired the disk. On a lark, i checked the Power Mac G4 and found that it also reported errors which could not be repaired by Disk Utility, but it did not report the "Invalid Sibling Link Error." Disk Warrior failed to repair the disk (and i am waiting for the CD to arrive in the mail to start up from it to try again, reporting that it encountered two overlapped filed on the disk).
    This week i ran Disk Utility to find that again, my Mac Pro reported the "Invalid Sibling Link" error. i have searched the web and have a basic understanding of what the error is, and many people have experienced the problem. It appears that the error could lead to the start up disk failing to mount, etc. However, i have not experienced any problems with my drive that have been noticeable to me.
    My question is what could be causing me to have this repeated error? Does this indicate an actual hard drive failure? Is there a Mac virus that could cause this? Could it be caused by transfering files over the network or through Apple Remote Desktop?
    Any discussion on this would be helpful. Thanks folks.
    MacPro Dual-Core 3 Ghz   Mac OS X (10.4.9)   ATi X1900 XT, NVIDIA GeForce 7300, 5GB RAM, 2.8TB, 20" DEll LCD, 2xViewSonic 17"

    Which drive gets the error out of all installed, and
    where is it located as far as file name etc. I'm
    wondering if it could happen using an application
    like FCP or CS2 running under Rosetta. Might want to
    map it out and try and isolate it that way. I'd also
    look for any hardware issues you can find for that
    model of hard drive e.g. failures, etc. My two
    cents.
    Michael
    It is the Startup Drive that gets the error on my Mac Pro (the preinstalled drive that came with the Mac), and the start up drive on the MDD G4. The MDD G4 had two files that were cross linked (a Civ file and an iTunes Temp file) that i had to manually delete before Disk Warrior could repair the drive. On the Mac Pro i have used Photoshop CS (1?) a little, but not to any large degree, other than that, i have used Apple's Pages, Safari, and Office... but nothing task intensive.
    i ran Apple's Hardware test which appears to check RAM and the Logic Board and both checked out fine. i used both Disk Warrior and Drive Genius, both report that the S.M.A.R.T. status of the drive is verified and the drive is working properly.
    i am curious if Apple Remote Desktop could cause the error? i frequently copy files from one computer to the other... but i can't fathom why or how this would be the case. But it has to be something, else why get this error twice in the space of a week?
    i had not considered Tiger Cache Cleaner... i will check that out, but again, i don't know if this will tell me WHAT is going on and WHY it is happening.

  • JNI Unsatisfied Link Error

    Hello All:
    I have some java code that calls a C function in a dll. I have succesfully used the javah utility to generate the header file for my jni native implementation code and have build both the client java code as well as the dll using g++3.0 using Bloodshed Dev C++ (an open source IDE). When I go to execute the java code I get an unsatisfied link error saying my function is not recognized by the jvm. Does anyone have any suggestions on this issue?? I am using Win2k and jdk 1.4.1
    Here is what I've already tried:
    1) Have added the directory where the java class file as well as the dll to my PATH variable, I have even put the dll files in the jdk bin directory
    2) My dll loads three other dll's and calls a function in one of those dll's, I am using the loadLibrary function to load these dll's and am using function pointers to reference the actual function in the dll
    I was wondering if its a problem if I use g++ to build my dll, does the virtual machine assume by default that gcc is used, please let me know.
    Any help is much appreciated
    Thanks

    I've looked through the various postings on this issue and have tried some or all of the suggestions that were made relevant to my problem but I still keep getting this error. As a result I am attaching some code here:
    Listed below is my java code
    public class DecoderAdapter
    //instance vars
    private static DecoderAdapter decoderAdapObj;
    private String serNum="43543534654";
    private Hashtable decodeInfo;
    private final int DEC_SNTYPE_UNKNOWN=0;
    private final int DEC_SNTYPE_ADOBE_1A=10;
    private final int DEC_SNTYPE_ADOBE_1B=20;
    private final int DEC_SNTYPE_ADOBE_2A=30;
    private final int DEC_SNTYPE_ADOBE_2B=40;
    private int serNumType;
    static
         System.loadLibrary("javaWrapperProj");
    public DecoderAdapter() throws UnsatisfiedLinkError
    /** accessor for decodeInfo
    public Hashtable getDecodeInfoHash()
         return decodeInfo;
    /** mutator for decodeInfo
    public void setDecodeInfoHash()
         initializeHash();
    /** accessor for serial number type
    public int getSerNumType()
         return serNumType;
    /** mutator for serial number type
    public void setSerNumType(int serNumberType)
         serNumType = serNumberType;
    /** accessor for serial number
    public String getSerNum()
         return serNum;
    /** mutator for serial number type
    public void setSerNum(String serNumber)
         serNum = serNumber;
    public static void main(String[] args)
    //local vars
         try
    decoderAdapObj = new DecoderAdapter();
    int snType=decoderAdapObj.DEC_SNTYPE_UNKNOWN;
    String serialNum=decoderAdapObj.getSerNum();
    decoderAdapObj.setDecodeInfoHash();
    Hashtable myHash = decoderAdapObj.getDecodeInfoHash();     
         decoderAdapObj.setSerNumType(decoderAdapObj.DEC_SNTYPE_UNKNOWN);
         int responseCode=decodeSerNum(snType,serialNum,myHash);
         System.out.println("The response from decoding the serial number is "+responseCode);
         System.out.println("About to call the hashtable retrieval function");
         System.out.println("The media code returned="+decoderAdapObj.decodeInfo.get("mediaCode"));
         //getHashResults();
         catch (UnsatisfiedLinkError un)
         System.out.println("Caught an unsatisfied link exception with the message="+un.getMessage());
         System.out.println("The stack trace of this error is="+un.getStackTrace());
    /** This method is used
         to fill up the contents
         of the hashtable
    public void initializeHash()
         decodeInfo = new Hashtable();
         decodeInfo.put("errorCode",new Integer(0));
         decodeInfo.put("mediaCode",new String("temp"));
    //declaration of native method
    private static native int decodeSerNum(int snType,
    String serialNumberStr,
    Hashtable decodeInfoHash);
    The following is what gets generated by the javah utility:
    /* Header for class DecoderAdapter */
    #ifndef IncludedDecoderAdapter
    #define IncludedDecoderAdapter
    #ifdef __cplusplus
    extern "C" {
    #endif
    /* Inaccessible static: decoderAdapObj */
    * Class: DecoderAdapter
    * Method: decodeSerNum
    * Signature: (ILjava/lang/String;Ljava/util/Hashtable;)I
    JNIEXPORT jint JNICALL Java_DecoderAdapter_decodeSerNum
    (JNIEnv *, jobject, jint, jstring, jobject);
    #ifdef __cplusplus
    #endif
    #endif
    And finally the following is my C implementation file:
    Date: 07/11/02 11:56
    Copyright:
    #include <jni.h>
    #include "Decoder.h"
    #include "DecoderAdapter.h"
    #include <iostream.h>
    #include <stdio.h>
    #include <windows.h>
    #include <conio.h>
    typedef int (WINAPI*cfunc)(int,char *,DecodeInfo *);
    JNIEXPORT jint JNICALL Java_DecoderAdapter_decodeSerNum
    (JNIEnv * env, jclass currentObj, jint serialNumberType, jstring serialNumber, jobject decodeInfoHash)
    HINSTANCE hLib=LoadLibrary("WCDSNDecoder.DLL");
    //HINSTANCE hLib1=LoadLibrary("Kernel32.DLL");
    //HINSTANCE hLib2=LoadLibrary("msvcrt.DLL");
    if(hLib==NULL) {
    cout << "Unable to load library!" << endl;
    getch();
    return 0;
    //load the dll at run time
    cfunc decodeSerialNumberPtr=(cfunc)GetProcAddress((HMODULE)hLib, "decodeSerialNumber");
    DecodeInfo result;
    //call decode serial number here
    //and pass in the serial number type
    //the serial number and the empty
    //struct containing the serial number info
    char * actualSerialNumber = const_cast<char *> (env->GetStringUTFChars(serialNumber,0));
    int serType = serialNumberType;
    int finalResult=decodeSerialNumberPtr(serType,actualSerialNumber,&result);
    //set the results from the Decode Info struct
    //int decodeSerialNumber(int serialNumberType,
    // char *serialNumberFrmtd,
    // DecodeInfo *serialNumInformation);
    //first return the Java class object that is the type of the
    //java object
    jclass decoder_class = env->GetObjectClass(currentObj);
    jclass decoder_hash_class = env->GetObjectClass(decodeInfoHash);
    //call the put method from the native code
    //on the hashtable object and pass it the necessary
    //arguements
    jmethodID putMethod = env->GetMethodID(decoder_hash_class,"put","(S,O)V");
    jstring key = env->NewStringUTF("mediaCode");
    jstring value = env->NewStringUTF(result.mediaCode);
    //now do the actual call to the method
    env->CallVoidMethod(decodeInfoHash,putMethod,key,value);
    //release memory here
    FreeLibrary((HMODULE)hLib);
    env->ReleaseStringUTFChars(serialNumber,actualSerialNumber);
    return finalResult;
    The exact error is shown below:
    Caught an unsatisfied link exception with the message=decodeSerNum
    My path variable's contents is shown below:
    PATH=C:\XEmacs\XEmacs-21.4.8\i586-pc-win32;C:\oracle\ora81\bin;C:\oracle\ora81\Apache\Perl\5.00503\bin\mswin32-x86;C:\Program Files\Oracle\jre\1.1.7\bin;C:\Perl\bin\;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Perforce;C:\JRE\1.1\bin;c:\webObjectsCode\dev\LocalDeveloper\Executables;C:\djdev\bin;C:\emacs-20.7\bin;C:\jakarta-ant-1.4.1\bin;C:\J2SDK1~1.1\bin;C:\Apple\Library\Executables;C:\Apple\bin;C:\Apple\Library\JDK\bin;C:\j2sdk1.4.1\include;C:\j2sdk1.4.1\include\winnt;C:\webObjectsCode\devWO5\sn_decoder\javaWrapperWork;C:\Program Files\Common Files\Microsoft Shared\VSA\7.0\VsaEnv
    Please note that I am successfully able to build a dll file.
    Any help would be appreciated...

  • JNI Unsatified Link Error

    Hello All:
    I have some java code that calls a C function in a dll. I have succesfully used the javah utility to generate the header file for my jni native implementation code and have build both the client java code as well as the dll using g++3.0 using Bloodshed Dev C++ (an open source IDE). When I go to execute the java code I get an unsatisfied link error saying my function is not recognized by the jvm. Does anyone have any suggestions on this issue?? I am using Win2k and jdk 1.4.1
    Here is what I've already tried:
    1) Have added the directory where the java class file as well as the dll to my PATH variable
    2) My dll loads three other dll's and calls a function in one of those dll's, I am using the loadLibrary function to load these dll's and am using function pointers to reference the actual function in the dll
    Any help is much appreciated
    Thanks

    When I go to execute the java code I get an unsatisfied link error
    saying my function is not recognized by the jvm.Presumably this means that you loaded the dlls successfully.
    Which means that the shared lib path, at least for those dlls, does not matter. The path only matters when the dll fails to load.
    So you are getting this when the native method is actually called.
    The reason is because the signatures do no match. Java is calling a JNI method and that exact method is not in the dlls that you have loaded.
    Possible reasons:
    -You didn't use javah correctly (has to do with packages.)
    -You added a package and didn't rerun javah to get the new signature.
    -You changed the package and didn't rerun javah to get the new signature.
    -You manually modified the signature so it no longer matches the one generated by javah.
    -You are using an unusual set of compiler options which causes the compiler to modify the signature.
    -You are loading the wrong dll.

  • Sibling Link Error After Updating Software

    Ok, two days ago I updated my imac software. Afterwards, the imac started running slow and freezing (which it never does). I booted through my OS X DVD and ran disk utility, repair HD. It came up with a sibling link error: can't repair drive. Not knowing what to do, I erased my HD and reinstalled Leopard. Everything ran well until I updated my software, then the same problem. At this point I erased my HD (zero out) and reinstalled Leopard with no problems. Again, I ran software update and the same problem happened, sibling link error. So this time, I erased the HD and haven't updated the software. What should I do? Should I not run software update? It appears that the problem (sibling link error) only surfaces when I update my software.

    After installing Leopard off the disc (which is where you are at now), try running Disk Utility and using the +Repair Disk Permissions+ routine. Then, run Software Update and only select the 10.5.7 Update on the list of available updates. Run that one update only. After it is done, check to see of you have that same error. If you do not, run the other available updates. When it is all done, run +Repair Disk Permissions+ one more time.
    Note: I always run +Repair Disk Permissions+ immediately before I have Software Update install any update.
    If you still get that error after the 10.5.7 update, you can try installing Leopard from the disc again, and using the stand-alone updater for installing the 10.5.7 combo update.
    http://support.apple.com/downloads/MacOS_X_10_5_7_ComboUpdate

  • Report Linking Error on WeSubmitButton  on WebElementsBasicFunctionality.rpt

    <p>Report Linking Error </p><p>STR_ID:IDS_OPENDOC_REPORT_SOURCE_ERROR</p><p>After installing Web Elements 2.1</p><p>BOE XI R1, SP3 and Crystal Reports XI R1 SP3 are installed.</p><p>WEPlatform is set to "XI.NET"</p><p>Using ODBC datasource  Xtreme Enterprise 11 Sample Database, not 11.5.</p><p>Thanks in Advance,</p><p><br />Randy R. Creller</p><p>703 324-4532 </p><p>Any Help would be greatly appreciated. </p><p> P.S. I was able to get this to work using IdType=Id and using the report ID in the SubmitButton formula on the TargetPath Call.</p><p>I really need an example of the fully qualified Folders in the URL .  If someone could provide this for me that would be great!  </p><p>&#160;</p>

    <p>the error that you are receiving is most likely due to a name resolution issue...check to see that the name of the report in your enterprise environment matches exactly with the name in the WESubmit formulae.</p><p>if you&#39;re using a december 18th version of the report (date is in the page header PH section) then the name of the report in enterprise should be webElementsBasicFunctionality</p><p>note that having a .rpt extension in the enterprise environment in this case will cause name resolution issues...i.e. webElementsBasicFunctionality.rpt is not the same as webElementsBasicFunctionality</p><p>jw</p>

  • How can I fix an invalid sibling link error message without my original install disk?

    How can I fix an invalid sibling link error message without my original install disk?

    Hi Jeff,
    It's not even likely the Install Disc could fix that, but if you want to try...
    Does it boot to Single User Mode, CMD+s keys at bootup, if so try...
    /sbin/fsck -fy
    Repeat until it shows no errors fixed.
    (Space between fsck AND -fy important).
    Resolve startup issues and perform disk maintenance with Disk Utility and fsck...
    http://docs.info.apple.com/article.html?artnum=106214
    You must repair the HD, your best bet is likely DiskWarrior.
    BTW, you might enjoy these DiskWarrior review/recommendations...
    http://discussions.apple.com/thread.jspa?messageID=9645801&#9645801
    http://discussions.apple.com/thread.jspa?messageID=10541019#10541019
    http://discussions.apple.com/thread.jspa?messageID=11918925&#11918925
    http://discussions.apple.com/thread.jspa?messageID=12684129#12684129
    http://discussions.apple.com/thread.jspa?messageID=12744794&#12744794
    http://discussions.apple.com/thread.jspa?messageID=12912879#12912879
    Finally, you should run DiskWarrior if your Mac explicitly warns you of a problem with your disk in the form of an error message. Most of these errors are reported by the built-in Disk Utility whether your Mac OS X version is 10.3 Panther, 10.4 Tiger, 10.5 Leopard, 10.6 Snow Leopard or 10.7 Lion. Here are some of the most common messages:
    Disk Repair: The disk was not repairable by this computer. It is being made available to you with limited functionality. You must back up your data and reformat the disk as soon as possible.
    The underlying task reported failure on exit.
    Invalid node structure.
    Keys out of order.
    Invalid key length.
    Invalid directory item count.
    Invalid extent entry.
    Invalid record count.
    Invalid index key.
    Invalid sibling link.
    http://www.alsoft.com/DiskWarrior/details3.html

  • Can't oped my apple id (An unknown error has occurred.) Helpe me...????

    Hello ,
                I can't oped my apple id (An unknown error has occurred.) Hele me...????

    Hello Zahidrehman,
    Welcome to the Apple Support Communities!
    I understand that you are having an issue accessing your Apple ID. From the date and time of your post it sounds like you may have been affected by an issue that affected some Apple Services. In the attached link, you can scroll back, under Detailed Timeline, to that date and see the affected services and duration of issue. If you are still experiencing this problem, please let me know. 
    Apple - Support - System Status
    Have a great day,
    Joe

  • This software cannot be installed on the computer/sibling link error

    I have been helping a friend overseas troubleshoot her computer.
    http://discussions.apple.com/thread.jspa?threadID=1741148&tstart=0
    We are at the point where she was able to get her data off the drive and would now like to reinstall her system.
    She has a refurbished iBook which was running 10.4.11 with software updates. Her startup disks are in the states as she is in a village in Africa. She has borrowed disks which contain 10.4.8 and is receiving the message that +"This software cannot be installed on the computer."+ Would this be due to different versions and trying install an older OS onto a computer with a newer OS?
    She had a sibling link error on her hard drive, so we were able to recover data. I was hoping to reformat her hard drive to remove the error and reinstall the system. Would this error effect the installation process?
    Thank you.

    If this is an iBook model she will need to use a retail Tiger installer or the discs that came with her computer. She could try with Leopard if the iBook meets the requirements:
    System requirements
    You must have a Macintosh computer with:
    an Intel processor or a PowerPC G4 (867 MHz or faster) or G5 processor
    a DVD drive
    built-in FireWire
    at least 512 MB of RAM (additional RAM is recommended for development purposes)
    a built-in display or a display connected to an Apple-supplied video card supported by your computer
    at least 9 GB of disk space available, or 12 GB of disk space if you install the developer tools

  • Why do netflix and u tube stream ok but apple movies have a error or download time is four plus hours

    I have a Apple TV 2 and it will stream netflix,music,u tube ok but when I purchace a movie from apple it gives a error message saying to try later or sometimes will start to download but tells me the time will be 4 plus hours.
    Router is a g
    It seems everything from apple is slow even the mobile me sight which i had to discontinue using

    Unless you have EE 4G service the UK 3G networks are the base of your problem - they are just far to variable in download and streaming speeds.
    Add to the fact that use can/will eat into your Data usage !
    ITunes Match as a service is pretty experimental at best over 3G and really i think so long as you have a 32GB or larger iOS device sync'ing via iTunes on a PC/Mac remains the best way to transfer music.
    Remember even with iTune Match your music is STILL ON your own PC/Mac HDD !
    Usng the devices tab in iTunes you can customize each differing identified iOS device and load as you please.
    When we have a competitively priced stable and extensive LTE network in the UK then reconsider Match at that point.

  • _z_inflateInit_ referenced from symbol missing (zlib linking error)

    I am trying to compile a project that uses inflateInit, deflateInit, inflate, deflate, inflateEnd, deflateEnd, which are all from zlib.h... i know i am getting a linking error and it cannot find the implementation of these files. i have included libz.1.1.3.dylib within my project, i have tried including libz.dylib, i have also tried to put the
    OTHER_CFLAGS = -lz
    none of this has seemed to work. any help would be much appreciated ! ! !
    this is the definition for inflateInit and it calls zinflateInit which is also in zlib.h
    {#define inflateInit(strm) \
    inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
    ZEXTERN int ZEXPORT inflateInit_ OF((z_streamp strm,
    const char *version, int stream_size));
    when i build my project, the errors i get are :
    z_inflateInit, referenced from:
    foo()
    zinflate , referenced from:
    foo()
    symbols(s) not found collect2: Id returned 1 exit status

    http://discussions.apple.com/thread.jspa?threadID=1445315&tstart=0 ?

Maybe you are looking for

  • Populate table control in maintenance view

    Hi all, I need to load data from an excel file and then call the maintenance view from a table through SM30 transaction, I want to see the data from the file already loaded in the table control, any idea how could I achieve this? I don't know how cou

  • Speakers dropping off while streaming music from my Apple TV

    I use my Apple TV to stream music to 5 locations around my house ( wired to Airport express with a powerline ethernet adaptor). recently I find that 2 or 3 locations jut disappear from my speaker list and randomly turn on and off again . I also use m

  • Nano in file sharing mode?

    Loving my new 6th gen nano, especially thinking I could use it as a USB memory stick for home/work sharing. I've set it up on my mac and all seems great, however when I plug it in to a windows (yeuch) machine it wants to re format it first? this mean

  • ISE 1.3 Upgrade fails

    Hi All I did upgrades from 1.2.1.198 to 1.3. With one box (SNS-3495-K9) out of four I have a problem. I've tried it many times, I even made it to a standalone and did an application reset-config ise to initialize the box prior updating, but it always

  • DVR with fms3 , how to make it work?

    Hi I am trying to look for documentation on how the DVR functionality is working in fms3. It seems that I need to implement som server-side scripting to make DVR even work. In Flash Live Encoder there is an option to Record DVR, but it when I press t