Linker error in ldap api program

I wrote a small c++ program to access sun one ldap server. I used "ldap_init()". It shows a linker error. Can you please guide me by providing what all lib files i must include during building.

The solution is right there in your error messages. You cannot have duplicate position names - please review your data.
For the EIT stuff, you may want to double-check the name of flexfield context. You are sending a NULL to the API (i.e. p_pei_information_category => Null). Is this really correct?

Similar Messages

  • Linker error when compiling Fortran program

    I have some problems when linking a Fortran program. The compiling (with gfortran) works without problems and produces (amongst others) several ".mod" files. As soon as the products are to be linked, these .mod-files provoke a "bad magic number (not a Mach-O file)" error from the linker.
    I use gcc 4.3 with gfortran. Any ideas?
    Powerbook G4 12", 1.33 GHz/MacBook Pro 2GHz   Mac OS X (10.4.8)  

    Possibly, but the error doesn't come from gfortran itself, but from the linker (ld), so I don't see right now, why this should make a difference.
    You think it is because these .mod-files are compiled incorrectly?

  • WorkSpace Closed Error in JDT API programming

    HI Friends,
    presently i used this code but i get error would you help me in this bug suffering with this error frm last two weeks.
    IWorkspaceRoot root= ResourcesPlugin.getWorkspace().getRoot();
                   IProject project= root. getProject(name);
                   if(!project.isOpen())
                   project.open(null);
    i got this error when i run this pease of code.
    java.lang.IllegalStateException: Workspace is closed.
         at org.eclipse.core.resources.ResourcesPlugin.getWorkspace(ResourcesPlugin.java:329)
         at pro1.Search.main(Search.java:47)

    It must take an argument if you have to give it null. Nothing would specifically need to take null. No, there isn't any alternative API, what use would it be? This one works fine, you're just making some silly mistake (as we all do from time to time)
    Just looked it up, the method takes an instance of IProgressMonitor. The API has a class called org.eclipse.core.runtime.NullProgressMonitor that you can use if you don't actually need one.The progress bar you see as you open eclipse is an example of an IProgressMonitor

  • Unsatisfied link error  with Java API

    Although I've gotten the command-line dbxml working ok, I can't get a Java program to work (even copying others' examples). Using NetBeans, I get this error message:
    UnsatisfiedLinkError: no libdb_java43 in java.library.path
    I am confused by the FAQ entry at http://www.oracle.com/technology/products/berkeley-db/faq/xml_faq.html#24 as well as the instructions at dbxml/docs/ref/build_win/intro.html within the download that says that Java support is not built automatically. Is it just a means of adding something to some path, or do you have to build it even if you use the Windows .msi installer?
    First of all, I thought that the Windows installer would take care of it, no? Anyways, I am confused by the combination of Classpath options both within Windows System variables and as a means to attach to Netbeans projects...
    I'd rather not be dealing with the command line at all Help!!! Remember, I'm new to Java, NetBeans, and even Windows (being a Mac user till recently)...
    thanks,
    Brett

    Hi,
    Thanks very much for the response, but I still have the problem after reading your other response...
    Actually, in addition to the command line tool for BDBXML, I am able to successfully run the Java examples such as java dbxml.gettingStarted.simpleQuery -h dbEnv (the dbAccess example you gave in the other thread just gave me an "input" command-line which I didn't know how to get out of besides closing the window)--though I still don't understand how I am accessing "dbxml" while I am in the subdirectory (I know the "." must be accessing a method of this class somehow (apparently via the Classpath or Path setting?), but I'm confused about how the syntax works exactly such as to make my own; will my file hierarchy give me a clue somehow and if not how?--I didn't detect any exact pattern).
    Anyways, as I said, I am able to run the Java examples, but when I write my own program in Netbeans (using an example from a book), using these import statements:
    import com.sleepycat.dbxml.*;
    import com.sleepycat.db.*;
    import java.io.*;
    ...I still get the error. I suppose this means that the problem is with my Netbeans configuration? Any ideas how to fix that? I've tried setting what seem to me to be the relevant sections within Netbeans (adding the same files and folders in the System PATH and CLASSPATH--i.e., the jar files under /jar and /bin and /bin/debug (from the main BDB folder)--under Project Properties->Libraries->Compile/Run/Compile Tests/Run Tests), and it doesn't change anything.
    Just in case, here's my Path/Classpath information (that I get from accessing System Properties of "My Computer", then clicking Environment variables in the Advanced tab):
    USER VARIABLE CLASSPATH: C:\Program Files\Java\jre1.5.0_09\lib\ext\QTJava.zip;C:\Program Files\Java\jre1.5.0_09\lib\ext\mysql-connector-java-5.0.4\mysql-connector-java-5.0.4-bin.jar;C:\Berkeley DB XML\jar\dbxml.jar;C:\Berkeley DB XML\jar\db.jar;C:\Berkeley DB XML\jar\dbxmlexamples.jar
    USER VARIABLE PATH: C:\Berkeley DB XML\bin;C:\Berkeley DB XML\bin\debug;C:\Berkeley DB XML\lib
    SYSTEM VARIABLE CLASSPATH: .;
    SYSTEM VARIABLE PATH: %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\QuickTime\QTSystem\;C:\php;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Java\jre1.5.0_09\lib\ext\mysql-connector-java-5.0.4\mysql-connector-java-5.0.4-bin.jar

  • STL linker error  - Very urgent

    Hi,
    I am getting a linking error while building a program, The program is using an object file
    that uses STL <queue> template.
    I am using the compiler SC 5.0 with SunOS 5.6 and I am using the STL that comes with Sun C++ 5.0
    I am getting the below mentioned error while using STL queue template.
    I am not able to identify the problem. If somebody could help me in this regard,
    I would appreciate it.
    In my program, MsgBuf is an instance of a class.
    I am trying to use queue like
    std::queue<MsgBuf *> tmpq
    I also need another clarification, is it possible to use,
    std::queue<MsgBuf> * tmpq = new std::queue<MsgBuf>;
    Undefined first referenced
    symbol in file
    __type_1 std::copy<std::deque<MsgBuf*,std::allocator<MsgBuf*> >::const_iterator,std::back_insert_iterator<std:
    :deque<MsgBuf*,std::allocator<MsgBuf*> > > >(__type_0,__type_0,__type_1) ../sunlib/libMqApi.a(MQ_GuardedQueue.o)
    std::deque<MsgBuf*,std::allocator<MsgBuf*> >::~deque() ../sunlib/libMqApi.a(MQ_GuardedQueue.o)
    unsigned std::deque<MsgBuf*,std::allocator<MsgBuf*> >::__buffer_size() ../sunlib/libMqApi.a(MQ_GuardedQueue.o)
    __type_1 std::copy<std::deque<MsgBuf*,std::allocator<MsgBuf*> ::const_iterator,std::insert_iterator<std::deque<MsgBuf*,std::allocator<MsgBuf*> > > >(__type_0,__type_0,__type_1) ../sunlib/libMqApi.a(MQ_GuardedQueue.o)
    __type_1 std::copy<std::deque<MsgBuf*,std::allocator<MsgBuf*> ::const_iterator,std::deque<MsgBuf*,std::allocator<MsgBuf*> >::iterator>(__type_0,__type_0,__type_1) ../sunlib/libMqApi.a(MQ_GuardedQueue.o)
    std::deque<MsgBuf*,std::allocator<MsgBuf*> >::iterator std::deque<MsgBuf*,std::allocator<MsgBuf*> >::erase(std
    ::deque<MsgBuf*,std::allocator<MsgBuf*> >::iterator,std::deque<MsgBuf*,std::allocator<MsgBuf*> >::iterator) ../sunlib/libMqApi.a(MQ_GuardedQueue.o)
    void std::deque<MsgBuf*,std::allocator<MsgBuf*> >::__allocate_at_end() ../sunlib/libMqApi.a(MQ_GuardedQueue.o)
    void std::deque<MsgBuf*,std::allocator<MsgBuf*> >::__deallocate_at_begin() ../sunlib/libMqApi.a(MQ_GuardedQueu
    e.o)
    ld: fatal: Symbol referencing errors.

    Maybe you forgot to use:
    import java.io.IOException;Post your code for us!!

  • Visa, BorladC++ Builder3.1, linking errors

    I have linking error, then building my program written in BorlandC++ Builder3.1
    (program has no compiling errors)
    I need to use header in my program.
    It was installed in C:\VXIpnp\Win95\include directory.
    I have 2 linking errors:
    Undefined symbol _viClose in module
    Undefined symbol _viOpen in module
    I copied all VISA (driver from National Insruments (www.ni.com), i use it to communicate with serial port RS232)
    so I copied all VISA files from C:\VXIpnp\Win95 to C:\BorlandC dirctory ("include" ant "lib" folders respectively)
    errors persist.
    In BorlandC++ Options>>Directories i wrote paths to library and to include in C:\VXIpnp\Win95.
    errors persist.
    I also tried with following
    3 programs:
    1) BorlandC++ Builder 6 (evaluation version)
    2) Icc – win32 (free) and
    3) SoftIntegration Ch 4.5 standart (free)
    They all throwed the same error messages:
    Undefined symbol _viClose in module
    Undefined symbol _viOpen in module
    ViClose and viOpen are defined in hereby:
    72) ViStatus _VI_FUNC viOpenDefaultRM (ViPsession vi);
    83) ViStatus _VI_FUNC ViClose (ViObject vi);
    I opened visatype.h to fined out how ViStatus....are defined and made table:
    Are _VI_FUNC and VIPSession defined correctly?
    (Because there is no such variable as ViPtr and VISAFN in BorlandC.)
    If they are not how must i define them?
    I attached visa.h and visatype.h and table for convenience.
    Thanks in advise
    Gintare
    Attachments:
    table.doc ‏34 KB
    visatype.h ‏6 KB
    visa.h ‏34 KB

    Are you linking against C:\VXIpnp\Win95\lib\bc\visa32.lib? If not, do so and that should solve your problems.
    If you are trying to link with that library, and it's not working, perhaps you'll need to create your own import library based on visa32.dll. We haven't changed the Borland import library in awhile, and I don't know if it's still compatible with the latest versions of the Borland products.
    Dan Mondrik
    National Instruments

  • Linker Error while building files refering to NI-DAQ API

    Software: MATLAB 5.3
    O/S : Windows 98
    C Compiler : Microsoft VC++ 6.0
    We are trying to make an executable of an Application involving both of MatLab and C Files
    The file SCANsingleBufSync2.c is C program calling National Instruments NI-DAQ API's. This C program is called by displayCnt3.m,a MatLab Program. Both of the files are individually compiled using
    mcc -x SCANsingleBufSync2.c, ...
    That works fine.
    When trying to make a build , using
    mcc -B sgl displayCnt3 SCANsingleBufSync2.c
    it is throwing the following error.(pl. refer section at end)
    Basically it is not able to do Link. The MatLab path has been set to look into the NI-DAQ .dlls
    C:\Program Files\National Instruments\Ni-daq\Includes and
    C:\Program Files\National Instruments\Ni-daq\Lib
    Also the Windows path has been set to the above two directories through the autoexec.bat.
    Suggestions Please,
    Thanks in advace,
    MOHANDAS
    � mcc -B sgl displayCnt3 SCANsingleBufSync2.c
    SCANsingleBufSync2.obj : error LNK2001: unresolved external symbol _DAQ_VScale@40
    SCANsingleBufSync2.obj : error LNK2001: unresolved external symbol _SCAN_Demux@16
    SCANsingleBufSync2.obj : error LNK2001: unresolved external symbol _SCAN_Op@40
    SCANsingleBufSync2.obj : error LNK2001: unresolved external symbol _NIDAQErrorHandler@12
    SCANsingleBufSync2.obj : error LNK2001: unresolved external symbol _Timeout_Config@8
    displayCnt3.obj : error LNK2001: unresolved external symbol _MdisplayCnt3_SCANsingleBufSync2
    displayCnt3.exe : fatal error LNK1120: 6 unresolved externals
    MBUILD.BAT: Link of 'displayCnt3.exe' failed.
    mcc -B sgl displayCnt counter.c
    counter.obj : error LNK2001: unresolved external symbol _Select_Signal@16
    counter.obj : error LNK2001: unresolved external symbol _GPCTR_Change_Parameter@16
    counter.obj : error LNK2001: unresolved external symbol _GPCTR_Set_Application@12
    counter.obj : error LNK2001: unresolved external symbol _NIDAQErrorHandler@12
    counter.obj : error LNK2001: unresolved external symbol _GPCTR_Control@12
    counter.obj : error LNK2001: unresolved external symbol _GPCTR_Config_Buffer@20
    counter.obj : error LNK2001: unresolved external symbol _Set_DAQ_Device_Info@12
    counter.obj : error LNK2001: unresolved external symbol _NIDAQYield@4
    counter.obj : error LNK2001: unresolved external symbol _GPCTR_Read_Buffer@36
    displayCnt.exe : fatal error LNK1120: 9 unresolved externals
    MBUILD.BAT: Link of 'displayCnt.exe' failed.

    I'm not very familiar with MATLAB, but you are getting link errors most likely because you aren't linking in the .LIB files for NI-DAQ properly. They are nidaq32.lib and nidex32.lib in the NI-DAQ\lib directory. They need to be linked in with the code to resolve these symbols.
    Best Regards,
    Chris Matthews
    National Instruments

  • Links in Windows (7, 64-bit) doesn't open, getting error:" [link] Can't find the program", help!?

    Everytime I click a link that's not in the actual browser window, could be from a word doc, pdf-file or just plain info link in windows gadgets, I get an error:
    [Clicked link]
    Can't find the program
    I have:
    Windows 7 64-bit
    Firefox 4 RC 1
    Firefox is standard browser and installed at default location.
    please help, it's getting really annoying!!

    This is what I get when opening a link from Outlook 2010.
    Windows 7 64bit
    Firefox 4 RC
    Firefox 4 is set as the default browser
    Links won't open in FF4 from any external programs (tweetdeck, outlook, word, etc.)

  • API Programming error (CS_CHARGE_DETAILS_PVT.Create_Charge_Details): &TEXT.

    Hi All,
    In Service Request no. 2744824, customer is 'WAYNE COUNTY (NORTH CAROLINA)'/Number  1605753/ Account 375554. However, serial no. BC512T0008 is attached with  'WAYNE COUNTY (NORTH CAROLINA)'/Number  32522/ Account 375554 in Installed Base.
    Due to this, debrief lines are not submitted and error is coming as 'API Programming error (CS_CHARGE_DETAILS_PVT.Create_Charge_Details): &TEXT.'
    I have checked for Doc ID 753240.1 and customer  'WAYNE COUNTY (NORTH CAROLINA)' with party number  1605753, but party number 32522 is attached with this customer and no customer is there for party number 1605753.
    What should be done in this case to submit debrief lines with no error. Find attached screenshots for this.
    I have tried by entering party number 1605753 in the customer standard form, but no result came for this.
    SR has been created with this party number only, maybe this was attached with customer earlier.
    What can be done now?
    Thanks & Regards,
    Gaurav Joshi.

    However, I cannot find the API in the etrm.
    I have checked the package from backend and couldnt find the issue.I can find it.
    R12:
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=CS_CHARGE_DETAILS_PUB&c_owner=APPS&c_type=PACKAGE
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=CS_CHARGE_DETAILS_PUB&c_owner=APPS&c_type=PACKAGE%20BODY
    11i:
    http://etrm.oracle.com/pls/trm11510/etrm_pnav.show_object?c_name=CS_CHARGE_DETAILS_PUB&c_owner=APPS&c_type=PACKAGE
    http://etrm.oracle.com/pls/trm11510/etrm_pnav.show_object?c_name=CS_CHARGE_DETAILS_PUB&c_owner=APPS&c_type=PACKAGE%20BODY
    Thanks,
    Hussein

  • Error on KEB0 execution ? = Program error: BI service API(component BC-BW)

    Error on KEB0 execution ?
    Iu2019m trying to create a data source on KEB0, but when I try to create, the system give this error:
    u201CProgram error: BI service API (component BC-BW) terminated: MAPI
    Message no. R8401u201D
    Some one knows this message ?
    Thanks !

    Marcus, have you checked following Note?
    504847 - Termination when creating a CO-PA DataSource

  • Unsatisfied Link error.

    Hello ,
    I am new to JNI.
    I am getting an Unsatified link error.
    My code is
    public class DisplayMessage {
         static {
               Runtime.getRuntime().loadLibrary("MessaageHandler") ;
                         public static void main(String args[]) {
                                     printMessage() ;
                      public static native void printMessage() ;
    }I have checked the path of my dll. there dont seem to be problem in that. It seems as if the system is not able to find method printMessag() present in the dll.
    Here is the error that I am getting.
    Exception in thread "main" java.lang.UnsatisfiedLinkError: printMessage
         at DisplayMessage.printMessage(Native Method)
         at DisplayMessage.main(DisplayMessage.java:11)Please point me out, what mistake i am doing.

    Hi Oven,
    Thanks for your reply.
    But I have already tried what you had suggested.
    I tried runing my program with the -D option. I have also tried including my dll in the system path.
    I tried running the program after copying my dll at all places like the current directory, Systems directory, The JRE directory, the lib/ext directory and severel other possibl;e places. But still I get the same error.
    I was getting a different error initially which said.
    "No main found in MessageHandler"
    This I suppose I was getting because the path of the Dll was not set properly.
    But now the error is related to the method defined in the dll "printMessage()".
    I have also checked the signature of the method. Everything seems to be fine.
    Please anybody suggest me a way.
    Also If anyone can tell me how I can call a win32 API through java. I hope the way to call a win32 API is the same as calling printMessage() .
    For example I want to call a API InitiateSystemShutDown() in a dll. advapi32.dll.

  • Getting Error While Attaching Concurrent Program Output PDF file for POAPPRV Workflow

    Hi All,
    I am getting the below error when I am trying to attach concurrent program output to the PO Approval Notification.
    An Error occurred in the following Workflow.
    Item Type = POAPPRV
    Item Key = 1040589-528378
    User Key =945871
    Error Name = WF_ERROR
    Error Message = [WF_ERROR] ERROR_MESSAGE=3835: Error '-20002 - ORA-20002: [WFMLR_DOCUMENT_ERROR]' encountered during execution of Generate function 'WF_XML.Generate' for event 'oracle.apps.wf.notification.send'. ERROR_STACK=
    Wf_Notification.GetAttrblob(3604701, ZZ_PREVIOUS_PO_COMPARE, text/html)
    WF_XML.GetAttachment(3604701, text/html)
    WF_XML.GetAttachments(3604701, http://oraerp.am.corp.xxxx.com:8099/pls/DEV, 11283)
    WF_XML.GenerateDoc(oracle.apps.wf.notification.send, 3604701)
    WF_XML.Generate(oracle.apps.wf.notification.send, 3604701)
    WF_XML.Generate(oracle.apps.wf.notification.send, 3604701)
    Wf_Event.setMessage(oracle.apps.wf.notification.send, 3604701, WF_XML.Generate)
    Wf_Event.dispatch_internal()
    Error Stack =
    Activity ID = 190844
    Activity Label = AL_NOTIFY_APPROVER_PROCESS:ZZ_PO_PO_APPROVE_ATTCH
    Result Code = #MAIL
    Notification ID = 3604701
    There are several threads for this error however I cannot find any specific solution to the problem.
    Please find the code below -
        wf_engine.setitemattrdocument(itemtype=>itemtype,
                                      itemkey=> itemkey,
                                      aname=>'ZZ_PREVIOUS_PO_COMPARE',
                                      documentid =>'PLSQLBLOB:zz_po_reqapproval_init1.xx_notif_attachments/' || to_char(l_request_id_prev_po)||':'||to_char(l_document_num));
    -- here l_request_id_q_and_s is the request id of the program and l_document_num is the PO document number
    PROCEDURE xx_notif_attachments(p_request_id    IN VARCHAR2,
                                   p_document_num  IN VARCHAR2,
                                   p_document      IN OUT BLOB,
                                   p_document_type IN OUT VARCHAR2) IS
      v_lob_id          NUMBER;
      v_document_num    VARCHAR2(15);
      v_document_prefix VARCHAR2(100);
      v_file_name       VARCHAR2(500);
      v_file_on_os      BFILE;
      v_temp_lob        BLOB;
      v_dest_offset     NUMBER := 1;
      v_src_offset      NUMBER := 1;
      v_out_file_name   VARCHAR2(2000);
      v_conc_prog_name  VARCHAR2(500);
      v_conc_req_id     NUMBER;
      CURSOR get_output_file(p_concurrent_request_id NUMBER) IS
        SELECT cr.outfile_name, cp.concurrent_program_name
          FROM fnd_concurrent_requests cr, fnd_concurrent_programs_vl cp
         WHERE request_id = p_concurrent_request_id
           AND cp.concurrent_program_id = cr.concurrent_program_id;
    BEGIN
      --    set_debug_context('xx_notif_attach_procedure');
      v_conc_req_id  := to_number(substr(p_request_id,
                                         1,
                                         instr(p_request_id, ':') - 1));
      v_document_num := substr(p_request_id,
                               instr(p_request_id, ':') + 1,
                               length(p_request_id) - 2);
      OPEN get_output_file(v_conc_req_id);
      FETCH get_output_file
        INTO v_out_file_name, v_conc_prog_name;
      CLOSE get_output_file;
      v_out_file_name := substr(v_out_file_name,
                                instr(v_out_file_name, '/', -1) + 1);
      v_file_name     := to_char(v_document_num) || '-Previous_PO_Rev.pdf';
      utl_file.fcopy(src_location  => 'APPS_OUT_DIR',
                     src_filename  => v_out_file_name,
                     dest_location => 'PO_DATA_DIR',
                     dest_filename => v_file_name);
      --  v_lob_id := to_number(v_document_id);
      v_file_on_os := bfilename('PO_DATA_DIR', v_file_name);
      dbms_lob.createtemporary(v_temp_lob, cache => FALSE);
      dbms_lob.fileopen(v_file_on_os, dbms_lob.file_readonly);
      dbms_lob.loadblobfromfile(dest_lob    => v_temp_lob,
                                src_bfile   => v_file_on_os,
                                amount      => dbms_lob.getlength(v_file_on_os),
                                dest_offset => v_dest_offset,
                                src_offset  => v_src_offset);
      dbms_lob.fileclose(v_file_on_os);
      p_document_type := 'application/pdf;name=' || v_file_name;
      dbms_lob.copy(p_document, v_temp_lob, dbms_lob.getlength(v_temp_lob));
    EXCEPTION
      WHEN OTHERS THEN
        wf_core.CONTEXT('ZZ_PO_REQAPPROVAL_INIT1',
                        'xx_notif_attachments',
                        v_document_num,
                        p_request_id);
        RAISE;
    END xx_notif_attachments;
    Please help me find a to the above mentioned error.
    Thanks,
    Suvigya

    There are two ways to look at what error the PLSQLBLOB API is throwing.
    1) Call your PLSQLBLOB API GNE_PO_CREATE_FILE_ATTACHMENT.Gne_Create_File_Attachment directly from a PLSQL block and verify that it returns the BLOB data successfully.
    You could also call another WF API that in turn executes the PLSQLBLOB API internally. For example,
    <pre>
    declare
    l_document blob;
    l_doctype varchar2(240);
    l_aname varchar2(90);
    begin
    dbms_lob.CreateTemporary(l_document, true, dbms_lob.Session);
    -- 207046 - This is the notification id of your failed workflow
    -- PO_REPORT - Document type attribute
    -- 'text/html' - Content Type being generated for
    Wf_Notification.GetAttrBLOB(207046, 'PO_REPORT', 'text/html', l_document, l_doctype, l_aname);
    -- Print the size of the document here to verify it was fetched correctly
    end;
    </pre>
    2) Turn on log for SYSADMIN user with following attributes.
    Log Enabled = TRUE
    Log Level = ERROR
    Log Module = wf.plsql%
    Restart the Workflow Deferred Agent Listener and Workflow Notification Deferred Agent Listener and run your workflow process. Search for log messages written for above context and you can identify the error at wf.plsql.WF_XML.GetAttachment module with message starting as "Error when getting BLOB attachment ->"
    Hope this helps.
    Vijay

  • The broken link error

    Hi,
    Please help me with this broken link error in Office Excel 2010. Thank you.
    The problem is: a broken link cannot be removed from the file. The link was used in data validation, which refers to a list of values. After the path was corrected, it still shows there’s a broken link. Here are the details:
    I have 4 files named “000TVA_Test – 3”, “000TVA_Test – 4”, “000TVA_Test – 5”, and “000TVA_Test – 6”. The posterior files were developed based on the previous files.
    In Test-3, sheet “Template “, cell “L4”, “O4”, “R4”… were built as dropdown list using data validation. The list source is in the “Library” worksheet. There’s no problem so far.
    Test-4 was firstly copied from Test-3. In this file I renamed the worksheet from “Library” to “Setting” and the link was broken from here. I can also fix the broken link in this file. (While I didn’t realize there was a broken link.)
    In Test-5 I fixed the path, but every time when opening the file, the broken link still shows.
    In Test-6 I’ve removed the data validations. The broken link is still there.
    I tried to find solutions online. I tried common methods, cannot find anything in the files is still using links. I also tried the “findlink.xla” add-in, but it only worked for Test-4, and couldn’t find the link in other files.
    Please help. Thank you!
    I uploaded files here: https://onedrive.live.com/redir?resid=1A97736E0ABBAA41!113&authkey=!AF5wAd9rwUPnYyE&ithint=folder%2cxlsm
    Thanks again!

    Hi,
    Based on my tested the files downloaded, I found that Test-5 & Test-6 included the "A defined name that refers to an external workbook", Test-4 had not. (Please click Formula Tab>Name Manage, you'll see them.)
    However, the Break Links command cannot break the following types of links:   
    A defined name that refers to an external workbook
    A ListBox control with an input range that refers to an external workbook.
    A DropDown control with an input range that refers to an external workbook.
    http://support2.microsoft.com/kb/291984/en-us (It also applies to Excel 2010)
    Thus, we'd better try the workaround: re-build the Test-5 & Test 6.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Private Key Not Found Error in Ldaps

    Hi,
    I am facing "Private Key Not Found" Error in ldaps. The key and the SSL certificate is stored under the same location. The certificate is self signed certificate and in .pem format. When I am trying to install the certifcate through SUN ONE Console it throws the following error
    "Either this certificate is for another server, or this certificate was not requested using this server".
    can any one help me in this regard.
    Regards
    Senthil
    Edited by: senlog80 on Dec 30, 2008 3:18 AM

    Or even better, check the note <a href="https://websmp110.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=924320&_NLANG=E">924320</a>.
    <b>Symptom</b>:
    When you execute a query with virtual characteristics or key figures, the system issues the following error message:
    Object FIELD I_S_DATA-<key figure> not found
    <b>Other terms</b>
    RSR00002, RSR_OLAP_BADI
    <b>Reason and Prerequisites</b>
    This problem is caused by a program error.
    <b>Solution</b>
    If the virtual characteristics or key figures are implemented using the enhancement RSR00002 (CMOD), implement the corrections.
    If the virtual characteristics or key figures were created directly as implementations of the RSR_OLAP_BADI BAdI, compare the source code of the INITIALIZE method with the corresponding source code example. During the call of GET_FIELD_POSITIION_D, <L_S_SK>-VALUE_RETURNNM must be transferred instead of <L_S_SFK>-KYFNM.
    Import Support Package 08 for SAP NetWeaver 2004s BI (BI Patch 08 or SAPKW70008) into your BI system. The Support Package is available when Note 0872280"SAPBINews BI 7.0 Support Package 08", which describes this Support Package in more detail, is released for customers.
    In urgent cases, you can use the correction instructions.
    To provide advance information, the note mentioned above may be available before the Support Package is released. In this case, the short text of the note still contains the words "Preliminary version".
    Assign pts if helpful.

  • Parsing error in file C:\Program Files (x86)\HP\D​igital Imaging\bi​n\hpqscloc​\1033-xml

    Spoiler (Highlight to read)
    I have a HP Photosmart Premium C310a All-In-One I can not open solution center get the message I wrote as a subjekt.I´ve tried a lot of methods I´m 75 years old and I´m tired of this problem!    I´ve got 2 computers one HPdv5009 with W.XP Home Edition and it works free from problem The solution center opens up without any problem but on the other HP dv7 with W.7 Home Premium 64 Solution center did not like my order to open up! Parsing error in file etc. That is the answer I got!
     Please Help Me anybody!
    This question was solved.
    View Solution.

    Hello-
    I have included a link where the issue has been resolved. Look for the file that is in grreen_apple's post. (attachment)
    http://h30434.www3.hp.com/t5/Scanning-Faxing-and-C​opying/Parsing-error-in-file-c-Program-Files-HP-Di​...
    Also, remember a click on the Kudos star to the left is a quick "Thanks" for a helpful post.
    Please select the "Accept as Solution" button on the post that best answers your question.
    I appreciate your input !
    Thank You,
    Donald

Maybe you are looking for

  • C309a DVD Printer WILL NOT PRINT!

    Has anyone tried suing HP for false advertising? I certainly will be after purchasing this abortion of a printer. **bleep** that sales rep! He told me this C309a would be the perfect printer for my needs. That is, it would print perfectly and directl

  • Use rich:fileUpload/ to enable/disable my buttons with checking file names

    Hello! I need to upload some files with using <rich:fileUpload>,and i did it but i need to check file names for some reasons and enable or disable upload button but my problem is that when i open my modal panel and click add button of <rich:fileUploa

  • Database/Instance VS Schema

    Want to use Oracle DB as the database for virtue hosting for mutiple web applications. Option One: Create one database (or Instance) with multiple shema(s), with each Schema for a web application to access. Option Two: Each web application has its ow

  • When I hit reply to an email, a name of someone OTHER than the person who wrote me is already in the to: line.

    So an email arrives and I read it. I want to reply so I click on reply or reply all. When the reply opens, a name is already in the to: line but it isn't the person/persons who sent me the message and to whom I want to reply. I have to delete the nam

  • External Hdd with Windows XP Question

    My dad had a desktop pc crash, the hdd is still good but he purchased another pc and I wanted to know how to go about turning that external Hdd into a virtual machine. I usually run paragon to make an image of my hdd. So I was wondering if I needed t