Problem in switching JCOs

Hi,
I have a very peculiar situation out here :(. I have a single webndynpro application and need it to connect to multiple backends.
The DC structure is as follows:
1) DC_UTILS - this DC contains components that actually execute the model objects. It has its own SINGLE model that consists of proxy classes for many RFCs. At the time of creation, these model classes were created with JCOs, "WD_MODELDATA_ABC" and "WD_RFC_METADATA_ABC".
2) DC_FAP - This DC uses DC_UTILS. It contains the entire business logic and screen flow and calls methods exposed by DC_UTILS.
3) DC_RUN - This DC uses DC_FAP. It has an application called 'RunApp' that calls the "Window Interface View Controller" of a component within DC_FAP.
I have tried to add the "sap-wd-arfc-useSys" parameters in the URL and fire the application, 'RunApp'. I am doing this by adding the above parameters to the URL dynamically in the "onPlugDefault" event handler of RunApp's Window interface View Controller. But somehow, the classes within DC_UTILS seem to get executed BEFORE the "onPlugDefault" method of the Window Interface View Controller (and hence the model proxies are generated with the JCO that I had used at design time)... and hence JCO switching doesn't take place.
I tried the above method in a single DC that contains the model classes, business logic and execute methods and it worked absolutely fine. The problem arises when I start using one DC in another. Somehow, the used DC's model classes get initialized with the JCO names set at design time , EVEN BEFORE THE onPlugDefault of the Window Interface View Controller of the USING DC is called. Is there any method / event in the USING DC that is called BEFORE the classes in the USED DC are initialized ?
regards,
Navneet.

Hi,
I tried using caps for the password......it didnt work.
The parameters given are the same as in dev but i get this error when I ping the JCO created : "com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Name or password is incorrect."
Are there any priveleges which are needed for JCO creation to use the same userid/pwd in staging?
What could be the other possibility?
Please suggest.
Regards,
Rajani

Similar Messages

  • Problem with switch

    Hi,
    I have a problem using switch statement.
    I have a class named Resources in which I declare all the final variables.
    I have created an instance of Resources named res in the main class.
    But I cannot use the final variables in the main class in the following way:
    switch (a) {            //a is int
       case res.LEFT:       //LEFT is a final int variable in Resources     //PROBLEM
          //do something
       break;
    }The compiler complained: Constant expression required
    What is the matter?
    Thank you.
    Nelson

    Here is how the Resources class looks like:
    public class Resources {
      public final int LEFT = 0, RIGHT = 1;
    }In my main class, I just used the following to create the object:
    private Resources res = new Resources();

  • Problem with switching tabs in top level navigation for Roles

    Hi,
    I've created two tabs (based on two roles) in the portal top level navigation menu. When clicking the first one it opens as it should. Then when clicking on the second tab it will not open, instead the first tab open up again, it sort of switches back automatically.These  two roles  are  basically consists of worksets and iviews(accessing to r/3).
    Does anyone have any expericene with this type of problem?
    please  suggest me
    Thanks
    Aravinda

    Hi Aravinda
    Please check this link
    Re: Problem with switching tabs in top level navigation
    Regards
    Geogi

  • Cp1700 - Any problems with switching existing printer with stored printer?

    I am having problems reading the LCD panel for my cp1700 (not all the text shows - common problem). I have another cp1700 that I have had stored for about 5 years (saving for parts. I think this "stored" printer squeaked when printing). I considered switching the LCD panels but it looks as if this is a complicated procedure. So I am wondering if I will encounter any problems with switching the printers? I will be putting in new ink cartridges but wondering if the printheads will cause a problem after being stored for so long?

    This don't completely resolve your concerns, but I've had no trouble printing from OS X 10.7 to an Epson Artisan 810 connected to a Mac running OS X 10.6.8.  I may even have been able to print to it wirelessly, but I can't remember.  Apple issued an update to the Epson printer drivers fairly recently, which one would hope would have addressed any issues.  In any case, I'd make a bootable clone of your Mac before you upgrade.  If things aren't as you hope, then you can restore the clone to your main disk drive and be back with OS X 10.6.

  • Ios 6.1 iTunes Match problems: (1) switch off (2) unplayable tracks

    The new ios 6.1 operating system has reintroduced single downloads to iTunes Match but seems to have added some serious new problems:
    (1) Switching off iTunes Match on the iPhone 4S seems to have no effect. The Music app still pulls from the Cloud. I've tried restarts etc.
    (2) Many whole albums that had previously been successfully uploaded to iTunes Match and which were playable and downloadable on the phone before are now unusable. They show as bold listings in the track lists (ie they should be downloaded) and have no download arrows next to them. However when trying to play, the app just skips past them all without managing to play.
    (3) The "skipping" past issue seems to be happening with a large number of other tracks, whether downloaded or not.

    I have had no problems with iTunes Match, until I updated to 6.1, it seems to work fine on my 4s but on my 4th gen ipad certain songs in the cloud won't play, when I click on it, skips to the next song when it worked just fine in 6.0... I searched for the song in iTunes and it says "play", but when I click on it the screen either turns completely black, with just the date and time at the top, or it goes back to the music app and skips to the next track....weird.... And everything plays just fine on my 4S running 6.1

  • I m having ipad 4 and after upgrading to ios7 I m facing continuously rebooting problem while switching between apps can any buddy help or facing same problem

    I m having ipad 4 and after upgrading to ios7 I m facing continuously rebooting problem while switching between apps can any buddy help or facing same problem

    Make sure you have the Latest Version of iTunes (v11) Installed on your computer
    iTunes free download from www.itunes.com/download
    1)  Connect to iTunes on the computer you usually Sync with and Restore
    http://support.apple.com/kb/HT1414
    2)  If necessary Place the Device into Recovery mode...
    http://support.apple.com/kb/ht4097
    Note on Recovery Mode.
    You may need to try this More than Once...
    Be sure to Follow ALL the Steps...
    Once you have Recovered your Device...
    Re-Sync your Content or Restore from the most Recent Backup...
    Restore from Backup  >  http://support.apple.com/kb/ht1766
    Note:
    Also consider Deleting any Apps you have Purchased / Downloaded but you now never use..

  • Problem in connecting JCO destination in web dynpro

    HI all,
    I was installed sneak preview of Net weaver 6.4,
    I want to do some web dynpro (java) programs which connect to back end systems.(R/3 system).
    The R/3 system which I want to connect is at remote place, i have connectivity to that R/3 system using VPN connectivity. With this I am not having any problem. Since I am able to connect using User name and password, and able to do some transactions like RZ70, etc.
    I developed an application which calls COMPANY_CODE_GET_LIST (BAPI function).
    for the above requirement what I did was
    (1)I created SLD setting.
    (a)Web as Java (I am not having any problem to
    Create this.
    (b) Web as ABAP.
    When i am trying to create
    This, there are some steps like i need to go to SAP log in and I need to run the transaction RZ70. For this i need to create an enter in visual administrator>JCO RFC Provider>runtime-->Bundles i need to create an entry for RFC destination as well as Repository.
    under RFC destination there are some fields which i need to enter those are (a)Program ID as mySLD (b) Gateway Host as 10.10.10.125 (c)Gateway service as sapgw00 (d)Number of processes as 1
    Under Repository (a) Application server host 10.10.10.125 (b)system number as 00 (c)Client number as 100 (d)Language as en (e)user as ABCD (f)password as 1234
    I haven't choused the check boxes Local bundle and Unicode and pressed the set button. So like this i created the RFC destinations. under the properties tab there is a property called RFC_DEFAULT_DESTINATION by default it was false so i made it as true. .
    I also went to SLD Data Supplier,under Runtime tab , HTTP Settings , I mentioned
    (a)Host: pava-vis75
    (b) Port: 50000
    (c) user: administrator
    (d) password: abcd1234
    RFC Settings, I mentioned as
    (a)Gateway Host: 10.10.10.125 (which is SAP R/3 system)
    (b)Gateway Service/Host: sapgw00
    CIM Client Generation settings, as
    (a)Host: pava-vis75
    (b)Port (http/https):50000
    (c) user: administrator
    (d) Password : abcd1234
    I tested the CIMClient Test by click the the button. I got the successful message.
    Then I came back to HTTP settings and clicked the button with tilted arrow mark [This triggers data transfer to system landscape directory], for this also I got a successfully message.[data transferred successfully]
    Next I been to SAPLOGON and went to RFC Destinations by using sm59 transaction. There under TCP/IP connections i been to SLD_NUC , opened this by double clicking that and under Technical settings for Program ID I had given the ID which I created at visual administrator [JCO RFC Provider] which is mySLD , under gateway options for Gateway Host as 10.10.10.125and Gateway service as sapgw00 then i tested the connection, it was also successfully.
    Then I opened the SLDAPICUST and i created a new entry for maintaining the SLD Access Data by giving some couple of entries as
    (a)Alias: vissldtest
    (b)Host Name: pava-vis75
    (c)Port: 50000
    (d) user: administrator
    (e) password: abcd1234
    Then saved it.
    Next I created sapmsUV0 3600/tcp entry at
    WINDOWS\system32\drivers\etc\services file, and also there are some required entries which are already existing those are sapgw00 3300/tcp to sapgw99 3399/tcp , another entry starts from sapdp00s 4700/tcp to sapdp99s 4799/tcp , next entry starts from sapgw00s 4800/tcp to sapgw99s 4899/tcp and sapmsJ2E 3601/tcp .
    I restarted the system, as well as server.
    Now my problem is when I was trying to create JCO destination at web dynpro content administrator. For that I navigated as “create JCO Destination Deployed Contentlocal-local/CompanyCodeGetList-Applications CompanyCodeGetList
    I Choosed the JCO Connections tab- there are 2 entries those are
    (1) COMPANY_CODE_MODEL
    (2) COMPANY_CODE_RFC_METADATA
    So I started creating connection for COMPANY_CODE_RFC_METADATA.
    First one is
    General data Name : COMPANY_CODE_RFC_METADATA
    Client : 100
    I didn’t changed any default JCo pool configuration.
    J2EE Cluster
    There is a check box called “Use Local J2EE engine J2E on pava-vis75’ so I choosed that.
    Connection Type
    Dictionary Meta Data and application Data
    I choosed the first one.
    Then
    Msg. Server Connection
    Security
    After these, I tried to test the connection by clicking the ‘Test Connection.
    It is saying the error as
    First time
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM TYPE=B MSHOST=v011 GROUP=DEFAULT R3NAME=UV0 MSSERV=sapmsUV0 PCS=1 ERROR service 'sapmsUVO' unknown TIME Fri Jul 01 07:20:41 2006 RELEASE 640 COMPONENT NI (network interface) VERSION 37 RC -3 COUNTER 1
    second time
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM TYPE=B MSHOST=v011 GROUP=DEFAULT R3NAME=UV0 MSSERV=sapmsUV0 PCS=1 ERROR service '?' unknown TIME Fri Jul 01 07:20:41 2006 RELEASE 640 COMPONENT NI (network interface) VERSION 37 RC -3 COUNTER 1
    Can any body please help me to solve this problem.
    From past 1 week on wards I have been trying to resolve this. But in vain.

    It does not necessarily mean that you have to change that parameter. I read that blog as I had a similar problem, and after reading it and understanding the reasons and possible causes for the error, I found that my particular problem was that I was using "PUBLIC" as the logon group in my JCO destinations, but such a group does NOT exist at my backend. I went to transaction SMLG, had a look at Logon Groups, noted that there were none other than SPACE, figured out that I had to include that information in SLD (Web AS ABAP tech. system --> Message Server --> Logon Groups), put it there. Voilá. It works.
    Edit: That SPACE logon group is the one I had to use at JCO destinations. Sorry I forgot to mention that one...
    Regards,
    Eduardo.
    Message was edited by: Jesus Cil

  • Having problem with switching it on

    please am having problem with my iphone 4_the apple logo turning on and off when connected  to my laptop.
    I can't switch it on when disconnected from ma laptop

    Perhaps your battery is bad.
    Have you had problems with decreasing battery life in the past?

  • MDIChildren flickering problem while switching between child form with dockstyle.fill and borderstyle.none

    I have an mdi applicaton in Visual studio 2010 (.Net framework 4.0). I'm having a flickering problem when user switch between an MDI Child form. I'm declaring the child form then setting the borderstyle.none at design time and dock property to fill
    through programming and make them a MDIChildren before I show them so that it takes up the entire space of the MDI Parent window without being maximized (client request). 
    i don't want to display control box(minimize, maximize,close) of child form in mdi parent form. (client request)
    The problem is that when the child form is being displayed it is briefly shown in it's default size with icon and control box before being resized to fill the available area on the MDI Parent form. When a Child Form loads, you can see it in it's original
    size (the size from Design-time) then all this flickering while maximizing .
    In other words, child form show up in the client area of the MDIForm, not maximized, with a caption, very shortly, before they are finally filling the client area. there is a short flicker when a new form is created and displayed. This process is most noticeable
    with a not-so-powerful PC or there are lots of control inside child form.
    below is my code to show child form 
       MyChild1 c1 = new MyChild1();
                                c1.MdiParent = MdiMainParent;
                                c1.Dock = DockStyle.Fill;
       c1.Show(); 
    how can i solved the problem of flickering issue?
    I tried many options which i have described below
    1.double buffering.
    2.set style property to child form
          this.SetStyle(ControlStyles.UserPaint, true);
          this.SetStyle(ControlStyles.AllPaintingInWmPaint, true);
          this.SetStyle(ControlStyles.DoubleBuffer, true); 
    3. override below method in each child form
    protected override CreateParams CreateParams
                get
                    CreateParams cp = base.CreateParams;
                    cp.ExStyle |= 0x02000000;
                    return cp;
    4. override below method in each child form
      const int WM_NCPAINT = 0x85;
            const int WM_SIZE = 0x05;
            protected override void WndProc(ref Message m)
                if (m.Msg == WM_NCPAINT)
                    if (this.WindowState == FormWindowState.Maximized)
                        return;
                if (m.Msg == WM_SIZE)
                    if (this.WindowState == FormWindowState.Maximized)
                        return;
                base.WndProc(ref m);
    but I didn't see any effects.  please someone help me to resolve flickering issue. thanks in advance.

    Hi hardikvaishnav,
    This is a known issue which has been reported to Microsoft Connect. Unfortunately, this issue will not fix due to stability issues around MDI. For more details, see 
    https://connect.microsoft.com/VisualStudio/feedback/details/97787/border-of-mdi-child-form-flashes-up-despite-formborderstyle-none.
    You might use a user control or panel instead.
    Best Regards,
    Bob Wu [MSFT]
    MSDN Community Support | Feedback to us

  • XSLT problem when switching to JDK 1.4

    Hi,
    I have used Xalan for transforming XML into HTML under JDK 1.3.1 but when I switch to 1.4.1 I get problems with attributes in the HTML part of my XSL file. I know that Xalan is included in 1.4 and apparently something has changed...
    Java code ---------------------------------------------------------------:
    System.setProperty("javax.xml.transform.TransformerFactory", "org.apache.xalan.processor.TransformerFactoryImpl");
    TransformerFactory tFactory = TransformerFactory.newInstance();
    String xmlFile = "C:/<<path>>/test.xml";
    String xslFile = "C:/<<path>>/test.xsl";
    String htmlFile = "C:/<<path>>/test.html";
    StreamSource xmlSource = new StreamSource(xmlFile);
    StreamSource xsltSource = new StreamSource(xslFile);
    StreamResult htmlResult = new StreamResult(new BufferedOutputStream(new FileOutputStream(htmlFile)));
    // Get a XSLT transformer
    Transformer transformer = tFactory.newTransformer(xsltSource);
    // Do the transform
    transformer.transform(xmlSource, htmlResult);
    XSL code ---------------------------------------------------------------:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output method="html"/>
    <xsl:template match="/">
    <html>
    <body>
    <table>
    <tr><td>some text</td></tr>
    </table>
    </body>
    </html>
    </xsl:template>
    </xsl:stylesheet>
    If I add any attribute to the HTML part of the XSL file I get a fat stack trace.
    Changing to (added a "bgcolor" attribute):
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output method="html"/>
    <xsl:template match="/">
    <html>
    <body bgcolor="#0000FF">
    <table>
    <tr><td>some text</td></tr>
    </table>
    </body>
    </html>
    </xsl:template>
    </xsl:stylesheet>
    will give me:
    javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: java.lang.NullPointerException
         at org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:767)
         at se.carmen.db.XsltTransform14.main(XsltTransform14.java:32)
    Caused by: javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: java.lang.NullPointerException
         at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:946)
         at org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:750)
         ... 1 more
    Caused by: javax.xml.transform.TransformerException: java.lang.NullPointerException
         at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:942)
         ... 2 more
    Caused by: java.lang.NullPointerException
         at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:987)
         at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:934)
         ... 2 more
    javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: java.lang.NullPointerException
         at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:946)
         at org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:750)
         at se.carmen.db.XsltTransform14.main(XsltTransform14.java:32)
    Caused by: javax.xml.transform.TransformerException: java.lang.NullPointerException
         at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:942)
         ... 2 more
    Caused by: java.lang.NullPointerException
         at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:987)
         at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:934)
         ... 2 more
    etc...
    java.lang.NullPointerException
         at org.apache.xalan.processor.XSLTElementDef.getAttributeDef(XSLTElementDef.java:624)
         at org.apache.xalan.processor.XSLTElementProcessor.setPropertiesFromAttributes(XSLTElementProcessor.java:352)
         at org.apache.xalan.processor.XSLTElementProcessor.setPropertiesFromAttributes(XSLTElementProcessor.java:311)
         at org.apache.xalan.processor.ProcessorLRE.startElement(ProcessorLRE.java:315)
         at org.apache.xalan.processor.StylesheetHandler.startElement(StylesheetHandler.java:656)
         at org.apache.xerces.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:342)
         at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:401)
         at org.apache.xerces.impl.XMLNamespaceBinder.handleStartElement(XMLNamespaceBinder.java:809)
         at org.apache.xerces.impl.XMLNamespaceBinder.startElement(XMLNamespaceBinder.java:556)
         at org.apache.xerces.impl.dtd.XMLDTDValidator.handleStartElement(XMLDTDValidator.java:2678)
         at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(XMLDTDValidator.java:782)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:747)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1445)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:328)
         at org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.java:479)
         at org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.java:521)
         at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:148)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:972)
         at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:934)
         at org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:750)
         at se.carmen.db.XsltTransform14.main(XsltTransform14.java:32)
         Anyone got any ideas??

    I took a look in the release notes for the version of JAXP that I had previously downloaded and used with JDK 1.3:
    Specification Version: 1.2
    Reference Implementation (RI) Version: 1.2.0-EA1
    I could also find this information:
    Version 1.4 of the Java Platform
    To use this version of the Java XML release with version 1.4 of the Java platform, you must place them in
    <platformLocation>/jre/lib/endorsed
    They must exist in this location to override earlier versions of the Xalan libaries that are a standard part of the 1.4 platform. Because of that special requirement, it is not possible to specify these libraries using the -classpath option on the java/javac command line.
    Putting my xalan.jar (and xerces.jar) in a new folder named "endorsed" as specified actually made it work!
    I still have one question... Is there another way to specify the new version of xalan without putting it in this folder, I do not have control over the target platform and it would be better to use some kind of JVM setting if there is one?

  • Problems with switching language (Mac os)

    Hello.
    I have Mac os 10.6.8 and two languages in input source - US and Russian.
    I have a sample application build with sdk 4.5.1 Air 3. When I using this application russian language is always disabled. It enabled only if I'm focused on text input components.
    When I lost focus in switches back to US. It very incomvinient to my users always switching back to Russian.
    In earlier Air versions everything worked fine.

    And i caught this exception
    Error #2063
              at flash.system::IME$/set enabled()
              at mx.managers::FocusManager/focusInHandler()
              at flash.display::Stage/set focus()
              at mx.core::UIComponent/setFocus()
              at spark.components::DataGrid/setFocus()
              at mx.managers::FocusManager/activateWindowHandler()
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at mx.core::UIComponent/dispatchEvent()
              at spark.components::WindowedApplication/nativeWindow_activateHandler()
    There are no problems in AIR 3.7 and lower

  • Problem with Switch Step in BPM

    Hi,
    I am using Switch Step in BPM, to check a condition. I created following condition (App_Resp./p1:App_Resp_MT/Response = true). The mentioned is correct and it should succeed but it is failing. Its going thru OTHERWISE branch. Can anybody help me to solve this out?
    Thanks,
    Yaseen.

    HI,
    I checked in the workflow the xml file generated contains value 'true'.
    Its not multiline and looks xpath reflects for the changes made.
    I think it may be problem that needs to deploy any OSS notes.
    Please throw some idea.
    Thanks,
    Yaseen.

  • Problem on switching tab control with wmp around

    Hi,
    I have search through the forum but still not able to find out the solution for my problem here.
    I have wmp play around, everything works fine but when i pause the movie, which going to switch to tab control page 2 but somehow the screen of the movie is still around, so any idea how to avoid the screen to be appear on the tab control page 2.
    Attach with vi here.
    Thanks in advance.
    Regards,
    Simon
    Attachments:
    WMP4.0.vi ‏79 KB

    It looks like this is bad news for you. This is a known issue and has been for a long time. Look at the link I provided.
    http://forums.ni.com/t5/LabVIEW/Media-Player-in-Tab-Control/m-p/527919
    Tim
    Johnson Controls
    Holland Michigan

  • Disasterous email problems since switched from Eudora to Mail

    On Feb. 1 I switched my broadband from Clear wireless to Comcast and my email client from Eudora to Mac Mail due to its allowing different port settings for my 2 personal email addresses which are forwarded and my business address which is not. I had occasional problems of not receiving certain emails but not constant. Now I figure about a quarter of my emails incoming and outgoing are disappearing forever without any bounce back messages. I even set up exclusive new email addresses on my server for a couple of my writers, some of whose mail I failed to get. Even one of those emails was lost. My business is threatened. Help!
    I have received conflicting advice from AppleCare, Comcast, my hosting firm and others. Neither Comcast nor my hosting co. are filtering anything, according to them. Emails I fail to receive never get to the server - they are supposedly lost somewhere out there. My senders are not blocking mail because most of my msgs and theirs get thru. Lost emails never appear in the Junk folder. I use POP, Authorization, not SSL. My hosting says I should use Port 26 for outgoing; they won't say what to use for incoming. AppleCare says to use Port 110 for outgoing on my personal email addresses and to use the ISP that forwards them for the Incoming: mail.aracnet.com We still use Eudora on the MacBook so it's difficult to compare and test Mail settings.
    I'm trying to work with Eudora Mailbox Cleaner to get my Address Book properly copied over. Mac Mail totally wrecked it, but I don't know how to delete that bad import first.

    Really appreciate your assistance! My hosting people are being no help at all. I'm very familiar with "edit server list" - have been there often. It is my hosting person who tells me their logs show that none of the various emails I failed to receive on the first sending - for which I expand the headings and forwarded to him - have ever reach their server and therefore something's going wrong "out there" and they're not responsible. He even just suggested I sign up with gmail for my email service since I've been so much trouble to him. I've had an email address on my own server for ten years now - [email protected] - and don't want to change it!
    I corrected the terrible instructions I got from AppleCare and reversed my incoming and outgoing server settings to audaud.com for regular email and to mail.aracnet.com SMPT for my two personal email addresses I want to send thru Aracnet. (and am paying them to forward them to the audaud.com server). However, when I just tried to reply to an email I received to [email protected] I got a warning I never saw before: (Thought I could attach a screenshot of it but can't seem to) It says "cannot send the message using the server audaud.com." Yet a few minutes later I sent an email to several of the writers for my site and it was sent. The settings were the same!
    My hosting people told me to use Port 26 for sending but they refuse to tell me which port to use for INCOMING mail (using POP). Maybe the port settings are fouling me up, but why do they cause problems only part of the time? I don't use SSL.
    Doesn't everyone receive via their email client "all the emails that get to the server?" Again: any directions on deleting the non-working import of the Eudora Address Book and doing it again properly with Eudora Mailbox cleaner?

  • Portg R600-11B - Problems with switching displays

    Hi,
    I've a problem with a Portg R600-11B running Windows 7 64bit.
    The computer is nomally plugged in a docking station that is connected with a DVI monitor. Here I can select with <FN> + <F5> between the different display modi "internal" / "internal" + "DVI" / "DVI".
    When I unplug the computer from the docking station and connect it to a beamer via VGA I can't switch the display. I only get "internal". Only after a system-reboot <FN> + <F5> works with an external VGA monitor.
    When switching back to the docking station with the DVI monitor it's the same: I only get the internal display. Only after a system-reboot <FN> + <F5> works.
    What can I do? I have the latest Microsoft Updates for Windows and Office (2003) and the latest "Value added package" from the download page installed.
    Regards,
    Axel Martin

    Try updating:
    * BIOS
    * Display Driver
    * Mobile Extensions / TVAP
    Go to the Toshiba website to download these files.

Maybe you are looking for