Adding DA Entry Point: firewall requirements?

Hi,
When adding a new DA Entry Point, getting error:
"A connection cannot be established to server <New_DA_Server.domain.com>.  Check that the server is available, the Remote Access role is installed, and that you have permissions to access the server".
The RA role is installed, and the domain user account is a local admin on the new DA server.  However, internal firewall restricts file share (SMB) access between the existing and new DA server.  We're changing this as I type, but are there any
other firewall port requirements to add a new entry point?  This http://goo.gl/jBlVxZ nor any other Technet page mentions inter-Entry Point firewall requirements.
Many thanks,

Hi There - I am not aware of any specific firewall requirements between the sites and i am not entirely convinced that SMB is the culprit. However, as an aside thought, have you ran the DA Wizard as Right Click Run As Administrator (sorry about that !) as
I have seen issues where just clicking normally prevents a few configurations from running.
Also I have seen several instances where firewalls were just not playing nicely for many reasons and I have used PowerShell Commands instead of the GUI which worked even when the GUI wouldn't. 
http://technet.microsoft.com/en-us/library/jj134167.aspx#BKMK_PSstep9 for deploying Multi-Site using PowerShell
Kr
John Davies

Similar Messages

  • Problem adding Remote multisite Entry Point

    Hi, we have DirectAccess 2012 setup for multisite with a default site with 2 DA servers with load balancing in Sweden, one DA server in Phoenix (US) and one in Romania. For the US one i had to change the entrypointDC after i had added it since otherwise
    i could not use the RemoteAccess management console.. everything just hung when it could not load the configuration.. i guessing it timed out.. getting the config from the US AD server and that broke everything (hmmm...)
    I am now trying to add another entry point in the US (not the same site) but cant get past "adding an entry point... Please wait while the configuration is applied.." i have waited a couple of days.. it dos not get past that.
    I wanted to try the powershell command for adding a entry point to but i cant find any info on how to specify the different GPO:s correctly.. i have Windows 7 computer to so i need a server GPO , a client GPO  and a windows 7 group.. and i have not
    been able to figure out how to do that..   
    Or if its possible to change a entrypointDC while adding the entrypoint.. so it wont time out.
    Anyone have any smart tips ?
    BR
    Daniel

    Hi Daniel,
    Please try to follow the guide below,
    Deploy Multiple Remote Access Servers in a Multisite Deployment
    http://technet.microsoft.com/en-us/library/hh831664.aspx
    Besides, is there any warning or error in the event viewer?
    Best Regards.
    Steven Lee
    TechNet Community Support

  • Can LabVIEW call a DLL built with VS(2005) C++ with /CLR and Without an Entry Point

    My project requires me to convert a C++ program to a DLL and having it called by LabVIEW. Due to the complexity of this C++ program (converted from fortran using f2c -C++ option), it cannot be compiled without using /clr option.  I did build the application standalone (/clr), and it functioned fine.  When I build it into DLL using VS2005, I was forced to use No Entry point option and without using DllMain in the C++ code. Eventually the DLL was built without error.  But after I call it from LabVIEW, I was not getting calculated results as expected.  I added a testing function to the C++ code of the DLL and just try to modify a parameter, it will not, but only return the input numbers.  I was passing data by pointer and not by value, so I expect this parameter output be modified.  I suspect that the DLL didnt get executed at all as it has no entry point specified.
    Am I on the right track to approach this task, or I am heading to totally wrong direction here?   I believe due to the fact that my C++ was from f2c and use vsf2c.lib and so on, the code is managed code, so that a regular DLL cannot be built from it with an entry point. How can LabVIEW call such a DLL? Am I right on that?  I really need your advice here for a right approach to this problem and possible implementation "watch outs"...Thanks!
    Bryan

    Hi...Finally I was able to compile my code with an entry point defined and without using /clr.  I can also call this DLL from LV and got back a variable from a little test function added to the DLL.  But the function that was used for my main application in the DLL crashed LV and I got a pop up box from Microsoft Visual C++ Runtime Library: Runtime Error! "This application has requested the Runtime to terminate it in an unusual way, please contact the application's support team for more information".  In Visual Studio I also got the following message: (I eliminated most of the "No symbols loaded" messages that are not errors but just info.)  I would apprciate if someone can take to look with your more "experienced eyes", many thanks! Bryan.
    'LabVIEW.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll', No symbols loaded.
    'LabVIEW.exe': Loaded 'C:\WINDOWS\system32\xpsp2res.dll', Binary was not built with debug information.
    'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\Shared\nicont.dll', Binary was not built with debug information.
    'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\Shared\NICONTDT.dll', Binary was not built with debug information.
    'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\LabVIEW 8.5\resource\nitaglv.dll', No symbols loaded.
    'LabVIEW.exe': Loaded 'C:\WINDOWS\system32\lkbrow.dll', No symbols loaded.
    'LabVIEW.exe': Loaded 'C:\WINDOWS\system32\lkrealt.dll', No symbols loaded.
    'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\LabVIEW 8.5\resource\Framework\Providers\lvdaq.mxx', No symbols loaded.
    'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\LabVIEW 8.5\resource\Framework\Providers\lvdesktop.mxx', No symbols loaded.
    'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\LabVIEW 8.5\resource\Framework\Providers\lvfp.mxx', No symbols loaded.
    'LabVIEW.exe': Loaded 'C:\WINDOWS\system32\mfc71.dll', No symbols loaded.
    'LabVIEW.exe': Loaded 'C:\WINDOWS\system32\MFC71ENU.DLL', Binary was not built with debug information.
    'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\LabVIEW 8.5\vi.lib\FieldPoint\SubVIs\FPLVMgr.dll', Binary was not built with debug information.
    'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\LabVIEW 8.5\resource\Framework\Providers\lvfprt.mxx', No symbols loaded.
    'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\LabVIEW 8.5\resource\Framework\Providers\LvProjectProxy.mxx', No symbols loaded.
    'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\LabVIEW 8.5\resource\Framework\Providers\LvRealTimeCoreProvider.mxx', No symbols loaded.
    'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\LabVIEW 8.5\resource\Framework\Providers\MVEProvider.mxx', No symbols loaded.
    'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\LabVIEW 8.5\QtCore4.dll', Binary was not built with debug information.
    'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\LabVIEW 8.5\QtXml4.dll', Binary was not built with debug information.
    'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\LabVIEW 8.5\QtGui4.dll', Binary was not built with debug information.
    'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\LabVIEW 8.5\resource\Framework\Providers\mxLvProvider.mxx', No symbols loaded.
    'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\LabVIEW 8.5\resource\Framework\Providers\nimxlcpp.mxx', No symbols loaded.
    'LabVIEW.exe': Loaded 'C:\WINDOWS\system32\nimxlc.dll', No symbols loaded.
    'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\LabVIEW 8.5\resource\Framework\Providers\variable.mxx', No symbols loaded.
    'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\LabVIEW 8.5\resource\Framework\lvMax.dll', No symbols loaded.
    'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\MAX\UI Providers\FieldPoint71.dll', No symbols loaded.
    'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\LabVIEW 8.5\resource\MathScriptParser.dll', Binary was not built with debug information.
    'LabVIEW.exe': Loaded 'Z:\bli\development\projects\galfitDLL\Debug\galfitDLL.dll', Symbols loaded.
    'LabVIEW.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_6b128700\msvcr80.dll', No symbols loaded.
    'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\LabVIEW 8.5\resource\mesa.dll', No symbols loaded.
    'LabVIEW.exe': Loaded 'C:\WINDOWS\system32\mscms.dll', No symbols loaded.
    'LabVIEW.exe': Loaded 'C:\WINDOWS\system32\icm32.dll', No symbols loaded.
    The thread 'Win32 Thread' (0xf94) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x90c) has exited with code 3 (0x3).
    The thread 'Win32 Thread' (0xfd0) has exited with code 3 (0x3).
    The thread 'Win32 Thread' (0x284) has exited with code 3 (0x3).
    The thread 'Win32 Thread' (0xdac) has exited with code 3 (0x3).
    The thread 'Win32 Thread' (0xa98) has exited with code 3 (0x3).
    The thread 'Win32 Thread' (0x528) has exited with code 3 (0x3).
    The thread 'Win32 Thread' (0x614) has exited with code 3 (0x3).
    The thread 'Win32 Thread' (0xa5c) has exited with code 3 (0x3).
    The thread 'Win32 Thread' (0xebc) has exited with code 3 (0x3).
    The thread 'Win32 Thread' (0x5cc) has exited with code 3 (0x3).
    The thread 'Win32 Thread' (0x700) has exited with code 3 (0x3).
    The thread 'Win32 Thread' (0xcf0) has exited with code 3 (0x3).
    The thread 'Win32 Thread' (0xc7c) has exited with code 3 (0x3).
    The thread 'Win32 Thread' (0x4c8) has exited with code 3 (0x3).
    The thread 'Win32 Thread' (0xa4) has exited with code 3 (0x3).
    The thread 'Win32 Thread' (0x52c) has exited with code 3 (0x3).
    The program '[804] LabVIEW.exe: Native' has exited with code 3 (0x3).

  • Why is my itunes not installing properly? I installed it and it was fine, then it started to show Errors. iTunes exe - Entry Point not Found. And the Error 7 (Windows error 127).Itsays to reinstall iTunes. I did that and same error. new pc, same on old

    Why is my itunes not installing properly?
    I installed itunes day before yesterday,  I spent hours last night linking all my music photograph and movie files, its a new windows 8 laptop.
    I plugged in my 64GB ipad 3 rebooted it and reloaded all the information I wanted on it, took hours... finally completed this this morning. After this I restarted the laptop to configure my icloud link for the laptop (which I installed last night while I was loading files, I chose to restart later)
    on completion I turned my laptop off for a few hours, when I turned it back on I went to itunes to connect my iphone to do the same and I got this message:
    iTunes exe - Entry Point Not Found
    The procedure entry point
    AVCFPlayerAppliesMediaSelectionCriteriaAutomaticallyKey could not
    be located in dynamiclink library F:\Programmes\iTunes.dll
                                                                                               OK
    then after pressing 'OK' the following message:
    iTunes
    iTunes was not installed correctly. Please reinstall iTunes
    Error 7 (Windows error 127)
    I went back to apple website to reinstall iTunes, first reinstalled it same again, then unsinstalled it and the reinstalled it, same again.
    The same thing happened with my old lap top and I replaced it with this new one at the start of the week.
    Has anyone any idea what is going on and how to rectify this problem, I am now going on 3 weeks without iTunes.
    Regards,
    Damian36

    I started up and plugged in my iPad  and then the following message came up:
           iTunes
    ❗️This iPad cannot be used because the required software is not
        Installed. Run the iTunes installer to remove iTunes, then install
        the 64-bit version of iTunes.
                                                                                             OK
    I then proceeded to the "iTunes64Setup" expanded folder to load "AppleMobileDeviceSupport64"
    Started the install and then received this message:
          Apple Mobile Device Support
    ❗️Service 'AppleMobile Device' (Apple Mobile Device)
        failed to start. Verify that you have sufficient
        Privileges to start system services.
       Abort.               Retry.                Ignore
    I tried all tree options, last being ignore.
    I continued to download the other 2 you suggested with out any drama.
    I did a system restart and then opened iTunes.
    Connected my iPad
    Then message appears:
          iTunes .exe - System Error
    ❌ The program can't start because CoreAdioToolbox.dll is missing from
          Your computer. Try reinstalling the program to fix the problem.
                                                                                           OK
    Press OK and then the next message:
           iTunes
    ❌ iTunes was not installed correctly. Please reinstall iTunes.
          Error 7 (Windows error 126)
                                                                                           OK
    Any suggestions?

  • Entry point not found for js32.dll

    Dear Friends,
    I am trying to connect to a Domino server using NRPC (Native call based) connection. I have added Notes Client path in PATH variable (double checked this). My machine is W2k and Java version 1.4.2.
    The following is the code which I am trying to run and getting erorr as,
    "The procedure entry point JS_NewStringCopyN could not be located in dynamic link library js32.dll". I've use Dependency walker tool to ensure that js32.dll contains the specified function. May I know what's going wrong here?
    Thanks,
    Ketan
    import java.util.List;
    import java.util.Vector;
    import lotus.domino.Database;
    import lotus.domino.Document;
    import lotus.domino.NotesError;
    import lotus.domino.NotesException;
    import lotus.domino.NotesFactory;
    import lotus.domino.NotesThread;
    import lotus.domino.Session;
    import lotus.domino.View;
    import lotus.domino.ViewEntry;
    import lotus.domino.ViewEntryCollection;
    public class TestNRPCConnection {
        //session variable
        protected Session session = null;
        //database variable
        protected Database dominodb = null;
         * Constructor which accepts all the parameters to create a non-DIIOP domino connection
         * @param serverName - name of domino server  
         * @param dbName - database name
         * @param userIdFileName - user id file path
         * @param userName -
         * @param password
        public TestNRPCConnection(String serverName, String dbName, String userIdFileName, String userName, String password)
          try
            NotesThread.sinitThread();
            this.session = NotesFactory.createSession();
            lotus.domino.Registration r = this.session.createRegistration();
            r.switchToID(userIdFileName, password);
            dominodb = session.getDatabase(serverName,dbName);
            if(dominodb == null)
              throw new Exception ("Couldn't create Domino Connection. Please check the parameters.");
            if( dominodb.isOpen() == false)
              this.close();
              throw new Exception("Couldn't create Domino Connection. Please check the parameters. " +
                  "  server=" + serverName
                  + ", user=" + userName
                  + ", user_ID_file=" + userIdFileName
                  + ", database_path=" + dbName
                  + ", password=" + ((password != null)? "<non-null>" : "<null>")
            else
              System.out.println("View Names are : " + dominodb.getViews());
              System.out.println(" Database is Open " + dominodb.getFileName());
          catch(NotesException e){
            String dominoErrorText = e.text;
            int dominoErrorID = e.id;
            switch (dominoErrorID) {
            case NotesError.NOTES_ERR_DOCNOTSAVED :
              System.out.println("NotesException - .  Domino Error Id = " + dominoErrorID + ", Domino Error Text = " + dominoErrorText);
              break;     
            case NotesError.NOTES_ERR_VIEWOPEN_FAILED :
              System.out.println("Could not open the specified View <viewname>.  Domino Error Id = " + dominoErrorID + ", Domino Error Text = " + dominoErrorText);
              break;     
            case NotesError.NOTES_ERR_DBNOACCESS :
              System.out.println("No access to the specified Database <dbname>.  Domino Error Id = " + dominoErrorID + ", Domino Error Text = " + dominoErrorText);
              break;     
            case NotesError.NOTES_ERR_ILLEGAL_SERVER_NAME :
              System.out.println("The servername specified <servername> isn't correct.  Domino Error Id = " + dominoErrorID + ", Domino Error Text = " + dominoErrorText);
              break;     
            case NotesError.NOTES_ERR_DBOPEN_FAILED :
              System.out.println("Could not open specified Database <dbname>.  Domino Error Id = " + dominoErrorID + ", Domino Error Text = " + dominoErrorText);
              break;
            case NotesError.NOTES_ERR_SSOTOKEN_EXP:
              //Single Sign-on Token has expired.
              System.out.println("NotesException -   Domino Error Id = " + dominoErrorID + ", Domino Error Text = " + dominoErrorText);
              break;
            case NotesError.NOTES_ERR_SERVER_ACCESS_DENIED:
              //Access denied.
              System.out.println("This user is not authorized to open DIIOP connections with the Domino server.  Check your DIIOP configuration.  NotesException - " + dominoErrorID + " " + dominoErrorText);
              break;
            case NotesError.NOTES_ERR_GETIOR_FAILED:
              //Could not get IOR from Domino Server.
              System.out.println("Unable to open a DIIOP connection with " + serverName + ".  Make sure the DIIOP and HTTP tasks are running on the Domino server, and that ports are open.  NotesException - " + dominoErrorID + " " + dominoErrorText + ".");
              break;
            default:
              //Unexpected error.  Show detailed message.
              System.out.println("NotesException - " + dominoErrorID + " " + dominoErrorText);
            e.printStackTrace(System.out);
          catch(Exception ex)
            ex.printStackTrace();
            System.out.println("Error while creating Domino Connection. Details - " + ex + ". Parameters are, " +
                "  server=" + serverName
                + ", user=" + userName
                + ", user_ID_file=" + userIdFileName
                + ", database_path=" + dbName
                + ", password=" + ((password != null)? "<non-null>" : "<null>"));
        public synchronized void close()
          try
            this.dominodb = null;
            if(session != null)
              session.recycle();
            session = null;     
          catch(Exception ex)
            ex.printStackTrace();
          finally
            NotesThread.stermThread();
         * Gets documents by the specified view name
         * @param viewName - name of the domino view
         * @return
        public synchronized List getColumnNamesForView(String viewName)
          List columnNames = new Vector();
          List documentList = new Vector();
          try
            View view = (lotus.domino.local.View)this.dominodb.getView(viewName);
            ViewEntryCollection entryCollection = view.getAllEntries();
            if(entryCollection == null)
              return null;
            ViewEntry entry = entryCollection.getFirstEntry();
            int i = -1; //counter
            while (entry != null)
              if (entry.isDocument())
                Document doc = entry.getDocument();
                i++;
                //get the Column Names
                if(i == 0)
                  List items = doc.getItems();
                  String name = "";
                  for(int k=0; ((i==0) && (k<items.size())); k++)
                    name = ((lotus.domino.Item)items.get(k)).getName();
                    //skip column names starting with $ or ($
                    if(name != null)
                      columnNames.add(name);
                  if(doc == null)
                    continue;
                  else
                    //clean up task
                    doc.recycle();
                    doc = null;
                  //return columnNames;
                  documentList.add(0, columnNames);
              entry = entryCollection.getNextEntry();
            }//end of while
          catch(Exception e)
            e.printStackTrace();
          return documentList;
        public static void main(String[] args){
          TestNRPCConnection domino = null;
          try
            System.out.println("java.library.path = '" + System.getProperty("java.library.path") + "'");
             domino = new TestNRPCConnection(
                 "testservername",
                 "names.nsf",
                "c:/lotus/domino/data/admin.id",
                "UserName/domain",
                "somepassword");
             System.out.println("Column Names " + domino.getColumnNamesForView("Groups"));
          }catch(Exception e)
            e.printStackTrace();
          finally
            //if(domino != null)
              //domino.close();
    }

    Hi,
    Can you try with a Generic Wrapper like JNative (it contains a method to list all exported functions of a dll : even mangled ones) ?
    --Marc (http://jnative.sf.net)                                                                                                                                                                                                                                                                                                                                                   

  • SAP 7.1 Error - saplogon.exe - Entry Point Not Found

    'The procedure entry point CleanUp could not be located in the dynamic link library convlib.dll'
    The above error is received when SAPLogon Icon is clicked.
    I installed SAP 7.2 and then removed it and installed SAP 7.1 and then unfortunately tried this install/uninstall a number of times, and in some instances because it was taking so long I think my session cancelled on me during the installations.
    However, in the end I tried installing SAP 7.1 and the following errors were reported in a log:
    File Install The system cannot find the path specified.  C:\Program Files\Hewlett-Packard\PC COE 3\OV CMS\Lib\cache\SAP_SAPGUI07_EN\SapGui\sapdatap.ocx C:\Program Files\SAP\FrontEnd\SapGui\sapdatap.ocx -2147024893
    File Install The system cannot find the path specified.  C:\Program Files\Hewlett-Packard\PC COE 3\OV CMS\Lib\cache\SAP_SAPGUI07_EN\SapGui\sapcltfc.ocx C:\Program Files\SAP\FrontEnd\SapGui\sapcltfc.ocx -2147024893
    File Install The system cannot find the path specified.  C:\Program Files\Hewlett-Packard\PC COE 3\OV CMS\Lib\cache\SAP_SAPGUI07_EN\SAPgui\SAPfewut.dll C:\Program Files\SAP\FrontEnd\SAPgui\SAPfewut.dll -2147024893
    When I looked into this it appears that the install was trying to write to the following destination paths:
    C:\Program Files\SAP\FrontEnd\SAPGui\
    C:\Program Files\SAP\FrontEnd\SapGui\
    C:\Program Files\SAP\FrontEnd\sapgui\
    The only directory that is present on my drive is:
    C:\Program Files\SAP\FrontEnd\SAPgui\
    All the files that it says are missing are present but maybe the SAP Logon.exe maybe looking for the above path variants.
    However when I try to create a new path with say SapGui, it asks to merge with SAPgui and does not create a new path.

    Good Afternoon -
    If you are not working in a Citrix environment, and you are sure that the client has administrator access on the desktop on which you are working. I would recommend the following:
    1. Shut down SAP Logon - In the service tray, right click on the SAPLogon icon and select "Shut Down SAP Logon"
    2. Uninstall ALL versions of SAP GUI - If you go to control panel --> Programs and features --> Look for "SAP GUI for xxx" and uninstall all occurences (There should be only 1)
    3. Open Windows explorer, and navigate to "c:\Program Files\SAP", then delete folder "FrontEnd"
    4. Download the desired version of SAP GUI for Windows you require
    5. Install using the standard windows install procedure
    Please be advised, that support for SAP GUI for Windows 7.20 will be stopped soon, and you will have to upgrade to SAP GUI for windows 7.30. See SAP Note :
    https://service.sap.com/sap/support/notes/147519
    You should start planning the upgrade to release 7.30 as soon as possible since SAP GUI for Windows 7.20 will be out of maintenance as of 9th of April 2013.
    regards,
    Ronald Meyer

  • ITunes.exe - Entry Point Not Found

    Please can someone help me resolve this frustrating issue!
    I upgraded my iphone 4S to an iphone 5c.  The store assistant told me to register my new 5c onto itunes, however upon opening itunes there was a prompt to install the itunes update, which I did, but I am now unable to open itunes at all!  I keep getting the following error message.  Ive tried completely uninstalling and reinstalling itunes about 4 times but it hasnt resolved the issue.
    The error message says :The procedure entry point ADAdPolicyEngine_DidEnterStation could not be located in the dynamic link library iAdCore,dll
    I have a Sony Vaio laptop with Windows 7 home premium / 64 bit operating system. I dont have a lot of knowledge re computer software so a simple answer would be really appreciated!

    You might find iTunes launch errors caused by iAdCore.dll a more targeted solution.
    Review the rest of the user tip if required.
    tt2

  • Error: iTunes.exe Entry Point Not Found

    I recently upgraded my iTunes to the latest version and am now receiving the following error when I try to open it:
    "iTunes.exe - Entry Point Not Found
    The procedure entry point kCMByteStreamNotification_AvailableLengthChanged could not be located in the dynamic link library CoreMedia.dll."
    and when I click ok it then gives me this error message
    "iTunes was not installed correctly. Please reinstall iTunes.
    Error 7 (Windows error 127)"
    I have tried the following several times:
    reinstalled/repaired iTunes
    reinstalled/repaired QuickTime
    reinstalled/repaired Apple Software Update
    reinstalled/repaired Apple Application Support
    none of which have worked.  I get the error each time i try to open iTunes and then it just shuts down.
    I have also tried to open iTunes in safe mode - per a recommended solution on another thread - which does not work.  And I changed my control panel/quicktime/audio settings to safe mode - per a recommended solution on another thread - which does not work.
    I have not added any other new software
    I am on an old lenovo T61 laptop with Windows XP
    Any and all suggestions would be greatly appreciated. 
    Thanks in advance!
    Charles

    This thread has a solved star:
    http://discussions.apple.com/thread.jspa?messageID=3918542

  • Error messages - DDE Server Windows itunes.exe - Entry point Not found and iTunesHelper.exe - The procedure entry point asl_add_log_file could not be located in the dynamic link Library ASL.dll

    Hi
            I have tried to research these problems I am getting, but have not been able to resolve them.
    1st is the above DDE Server Windows iTunes.exe - entry point not found.
    This only occurs when I try to start iTunes.
    if I click ok , several times, iTunes will start but slowly.
    If at any time I have to reboot my computer I get
    iTunesHelper.exe - the procedure entry point asl_add_log_file could not be located in the dynamic link library ASL.dll
    if I click 3 times OK it goes away.
    To this end I have uninstalled iTunes and rebooted my machine then gone to iTunes web site and downloaded the latest version.
    Installing it but still get the same errors on reboot and trying to run iTunes
    Anyone any ideas please.
    I have a self build PC it has an Intel core 2 quad Q6000 @ 2.40GHz
    Ram 4.00GB
    32bit OS
    Windows 7 Ultimate SP1
    Firewall - Zonealarm
    Virus   -  Zonealarm
    Thanks in advance
    Steve
    Message was edited by: Ybslik
    Message was edited by: Ybslik

    Taken at face value, you're having trouble with an Apple Application Support program file there. (Apple Application Support is where single copies of program files used by multiple different Apple programs are kept.)
    Let's try something relatively simple first. Restart the PC. If you're using Vista or 7, now head into your Uninstall a program control panel, select "Apple Application Support" and then click "Repair". If you're using XP, head into your Add or Remove Programs control panel, select "Apple Application Support", click "Change" and then click "Repair".
    If no joy after that, try the more rigorous uninstall/reinstall procedure from the following post. (If you've got XP, although the procedure is for Vista and 7, just read "Computer" as "My Computer", read "Uninstall a program control panel" as "Add or Remove programs control panel" and assume the system is 32-bit, and you'll be doing the right things.)
    Re: I recently updated to vista service pack 2 and I updated to itunes 10.2.1 and ever

  • Why are there no BMC discounts on qualifying pieces for 2 ASF entry points?

    I've had no luck whatsoever trying to log a case for support, I can't navigate the already cumbersome SAP Support Portal without getting errors so I thought I would try the forums... this is my first post:
    I have a Standard Automated Letter (rate category regular) Presort, there is nothing unusual about its setup but the results seem to be incorrect: some pieces aren't getting appropriate DBMC discounts.
    About the presort job and the output results:
    u2022 contains all possible BMC & ASF entry points
    u2022 output for all entry points look good EXCEPT for 2 ASFs: ASF-BUFFALO and ASF-OKLAHOMA CITY
    u2022 the Postage Statement shows that all pieces that qualify for those 2 ASFs are not getting the DBMC discount (Entry Rate="None" for those pieces), although based on the ZIP ranges they appear to qualify for the discount
    u2022 I double checked each of these 2 ASFs on USPS's FAST site to verify the ZIP ranges
    other details:
    u2022 currently using Presort Views 7.90c, Revision 3 (with Engine Revision 4)
    u2022 each entry point not getting the discount has 1 Mixed AADC tray (I posted AP.Ctn_Level to the output files for ease of finding this out), however I'm not sure why this would affect any discounts
    u2022 if Mixed AADC trays ARE what's causing the discount to not apply then I believe Presort is not processing these pieces correctly
    As a test to see if the output would be different I changed a setting that I've never had to change before: I reran the presort with the ENTRY POINT TYPE changed (for only the 2 ASFs in question) from ASF to BMC-- the resulting Postage Statement shows almost all pieces in these ASFs (except 34 Mixed AADC pieces in ASF-BUFFALO) are now getting the DBMC discount! This may serve as some sort of workaround but I don't believe the results are 100% correct, the Entry Point Type for ASFs should be set to ASF otherwise the information in the Mail.dat files may cause a problem.
    A couple more things to note just in case they affect anything: the presort is using a Basic Service IMB, and the scheme that these ASFs are qualifying under is Letter Trays on Pallets.
    Is the output from Presort actually incorrect, or is there a setting (something that won't affect the other entry points) that can to be changed so the output will be correct?

    Roy,
    We are aware of an issue with relabing BMC pallets to get the correct discounts in 7.90.  There are some work arounds for this until it is corrected in the software.  In order to give you the best work around for your job please open a support case.  Below are the steps to create a message for support.
    To log a case go to the SAP Service Market Place
    1. Go to http://service.sap.com.
    2. Click on SAP Support Portal.
    3. Enter your S-User ID and password and click u201COKu201D.
    4. Click u201COKu201D on digital certificate.
    5. Enter your S-User ID and password again and click OK.
    6. Click OK on the following screen.
    7. (This step is Optional) Setting up your Single Sign-on allows the site to remember your login and not prompt for it so frequently. To do this, click my Profile at the top of the page. Then click Maintain my Single Sign-on Certificate on the left of the page and follow the instructions.
    8. After the Single Sign-On, Click on Help & Support and click Report a Product Error. Under System Search, click the drop down arrow next to your installation and choose your system, and click Search and then click on the BOB link.
    9. When creating a SAP message it is required to search for Notes. (Knowledge Base articles) to see if you can find an answer to your question without having to log the message for support. In the Search Terms area, type your question and click Continue.
    10. If you do not see any Notes pertaining to your question click on Create Message.
    11. Choose the correct Component for the product you are creating the message for. The component is the support Q that your call will go into so the correct team can assist you. To do this click on the icon next to the icon next to the Component window to see a drop down list.
    12. Click the arrow by BOJ-EIM to see a more detailed list. By each component the names of the u201Cproductsu201D you are using are listed. Choosing the correct component will get your Message logged for the correct support team.
    For example:
    a. BOJ-EIM-COR is used for ACE, DataRight IQ, Match/Consolidate, IACE, and FirstPrep products.
    b. BOJ-EIM-COM is used for DeskTop Mailer, Business Edition, Presort, PrintForm, Label Studio
    c. BOJ-EIM-DEP is used for DQXI, Data Insight, eDQ Infa, SAP Siebel, PSFT, Oracle, Rapid Library
    d. BOJ-EIM-DF is used for Data Federator
    e. BOJ-EIM-DI is used for Data Integrator, Text Analysis, Data Services
    f. BOJ-EIM-DS is used for Data Services, Fazi/Fuzzy
    g. BOJ-EIM-MD is used for Metadata Manager and Composer
    h. BOJ-EIM-RMA is used for RapidMarts, BOW
    13. After choosing the component, fill in any remaining required/optional items. **Required fields under Problem Details are flagged with a red asterisk.
    · In the Short Text box, enter a brief description of the question or issue.
    · In the Long Text box, you can go into further detail about what you are seeing or questioning.
    · On this page also you can select to attach files if needed (please zip your files).
    · When you are finished you can either click on Save Message or Send Message. If you click on Save
      Message, the message WILL NOT be sent to support, it will remain in the Draft section of your u201Cmy      
      Inboxu201D for you to send later.
    · If you want to send the message to technical assurance now click Send Message.
    · You can see the messages you have u201Csentu201D to support by clicking My Inbox and viewing your Sent
       Items.
    Thanks,
    Kendra

  • What is the mean of using Portal with Role Based security as entry point

    Hi Experts we have requirement of integration of Portal and MDM
    I am completely new to the MDM. So please give me some idea , what is the meanin for following points.
    1) Using the Portal with Role Based security as entry point for capacity and Routing Maintaince(These two are some modules).
    2) Additionally , Portal should have capability to enter in to the MDM for future master data maintence. Feeds of data will need to be come from  SAP 4.6c
    Please give me the clarity of what is the meanin of second point
    Regards
    Vijay

    Hi
    It requires the entire land scape like EP server and MDM server both should be configured in SLD.
    Your requirement is maintaing and updating the MDM data with Enterprise portal.We have some Business Packages to install in Portal inorder to access the functionality of MDM.
    Portal gives you a secure role based functionality of MDM through Single sign on (login into the portal access any application) to their end users.
    Please go through this link
    http://help.sap.com/saphelp_mdmgds55/helpdata/EN/45/c8cd92dc7f4ebbe10000000a11466f/frameset.htm
    You need to develope some custom applications which should be integrated into the portal to access MDM Server master data
    The estimation involves as per your requirement clearly
    Its depends upon the Landscape settings, Requirement complexity,Identify how many number of custom applications need to be developed
    Regards
    Kalyan

  • When I reboot my PC I get error msg: "procedure entry point  SQlite3_wal-checkpoint could not be found..."

    I had to uninstall prior version of iTunes to install IOS5 in my iPhone 4 (relatively new phone, only about 5 weeks old).  It took several attempts to install IOS 5, and I finally succeeded only after disableing Kaspersky AV and the Windows Firewall.  This, even though the iTunes connection diagnostics reported everything was OK, no errors and all green indicators.  I had opened iTunes as Administrator too.  So, now I have IOS 5 installed and running ok on the iPhone4, but I have a new problem on my PC that arose from all the different attempts to get this done.  Here's more detail on the procedures and system changes I had made on my PC, and then what I get for the error msg.
    1) As Instructed by an Apple rep, I UNINTSTALLED both iTunes and Quicktime.  I then rebooted and ran iTunes in Admin mode, used the Connection diagnosis (reported all OK) and then tried to install IOS 5 on my iPhone4.  The download (which would take between 30-45 minutes on each attempt) would fully complete and then I'd get an error msg of "server timeout".  This led to further advice from Apple telling me to try the download again, this time with AV and Firewall disabled.  So I rebooted again, disabled AV and Firewall and the IOS5 succeeded.
    2) However, ever since I had removed both iTunes and Quicktime and reinstalled (only) iTunes (so far), each time I reboot my pc I get the following:
    A Window opens with title: "Apple Sync Notifier exec Entry Point Not Found".  Within the box below the title the following error msg appears: "The procedure entry point SQlite3_wal_checkpoint could not be located in the dynamic link library: SQlite3.dll"
    I performed a search for SQlite3 in My Computer.  It indeed shows up in a number of places, including within an Apple folder.
    I'm using 64bit Win7 Home Premium SP1 on a PC with AMD Phenom II X4 945 Processor, 3 GHz with 8.00 GB RAM.
    All iPhone and other applications seem to be behaving normally.  I just have to hit "OK" to get rid of that annoying (new) error message that is apparently coming about during the PC startup process.  It does NOT recur if I put the system in sleep mode, enter and exit iTunes, etc.  It only occurs on reboot.

    I have searched my computer for that file SQlite3.dll and also file QTCF.dll and I cannot find either one when I search my whole computer for it.  I cannot fix this!  I deleted Itunes and every time I try to download it, it goes through all this download till the end when it says that iTunes.exe-entry point now found and that Procedure entry point message comes up.  HELP!  This is driving me crazy.  How can I get itunes to work again when I can't find the danged .dll file to remove, move or rename!?!?!??

  • Pass Parameter To Configuration Entry Point

    In TestStand 2010 I have added a configuration entry point to select a configuration file. (Configure\Select Config File). I'm displaying a LabVIEW GUI which basically prompts the user to select a file. The file path needs to be stored in "FilePath" variable in TestStand.
    Problem statement:
    1. I'm trying to modularize this configuration entry point. Hence, I would write to "Parameters.FilePath" variable of configuration entry point stored in process model. This variable would be of "pass by reference" type and should eventually update the caller sequence.
    However, I don't know how to pass the value from "Parameters.FilePath" to the caller sequence. I'm currently updating the station global variable directly which I think is not the correct method if I think of modularity.
    2. I want the configuration entry point that was created ("Select Config File") to be enabled only when testing has not started (I'm just using single pass for my project).
    Which variable in TestStand would tell me if the execution entry point "Single Pass" is called or not?

    hi bce,
    [ If I used a station global, how would my changes be saved? Can you do this programmatically? Is there a better way? ]
    When Teststand closes, it automatically saves the StationGlobals. You would use PropertyObjectFile.SaveFileIfModified if you needed to force the save. But you shouldn't really need to do this as the latest value is available to all sequences and sequence files.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • I cant open my firefox keep poping up entry point not fond.....what can i do to fix this? i have tried deleting and reinstull it still not working

    says entry point not found

    Which security software (firewall, anti-virus) do you have?
    Some security software has virtualization or sandbox features that may cause problems by protecting and restoring files in the Firefox profile folder.
    Do a clean reinstall and delete the Firefox program folder before (re)installing a fresh copy of the current Firefox release.
    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 28: http://www.mozilla.org/en-US/firefox/all.html
    If possible uninstall your current Firefox version to cleanup the Windows registry and settings in security software.
    *Do NOT remove "personal data" when you uninstall your current Firefox version, because this will remove all profile folders and you lose personal data like bookmarks and passwords including data in profiles created by other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *(32 bit Windows) "C:\Program Files\Mozilla Firefox\"
    *(64 bit Windows) "C:\Program Files (x86)\Mozilla Firefox\"
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other personal data are stored in the Firefox profile folder and won't be affected by an uninstall and (re)install, but make sure that "remove personal data" is NOT selected when you uninstall Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • The procedure entry point GetLogicalProcessor Information could not be located in the dynamic link library KERNEL32.dll

    When I installed CS6 trial version and started from start menu and clicked Adobe photoshop CS6, I get this message.
    The procedure entry point GetLogicalProcessor Information could not be located in the dynamic link library KERNEL32.dll
    How to resolve it?

    Either your OS is damaged, or doesn't meet the minimum requirements for Photoshop CS6.

Maybe you are looking for