Problem when connect to SAP

Hi All!
When i create an Addon Application I Register String to connect to SAp by: Right click in my app/properties/Debug/ and input command line Agruments.
And in myclasses I call:
Private Sub SetApplication()
        '// Use an SboGuiApi object to establish the connection
        '// with the application and rturn an initialized appliction object
        Dim SboGuiApi As SAPbouiCOM.SboGuiApi
        Dim sConnectionString As String
        SboGuiApi = New SAPbouiCOM.SboGuiApi
        '// by following the steps specified above, the following
        '// statment should be suficient for either development or run mode
        sConnectionString = Environment.GetCommandLineArgs.GetValue(1)
        '// connect to a running SBO Application
        Try ' If there's no active application the connection will fail
            SboGuiApi.Connect(sConnectionString)
        Catch ' Connection failed
            System.Windows.Forms.MessageBox.Show("No SAP Business One Application was found")
            End
        End Try
        '// get an initialized application object
        SBO_Application = SboGuiApi.GetApplication()
    End Sub
to connect to SAP.
But When i create many classes I call many this function so my application will timeout when I setup this Application for SAp. How to connect one time and using all.
please help me solve this problem.
Thanks

Hi,
1) Define a main class, which calls SetApplication and initializes SBO_Application.
Public class clsSBO
  Public WithEvents SBO_Appln As SAPbouiCOM.Application
  Public sub New()
    SetApplication()
    CreateObjects()
  end sub
your functions
end class
2) Create objects of all of your classes in the clsSBO.
3) Whenever ItemEvent or MenuEvent happens, pass the event to the appropriate objects.
Hope this helps.
Please give points if you find this useful.
Regards
Geetha

Similar Messages

  • Problem in connection from SAP to XI

    Hi Guys,
    I have problem to connect from SAP to XI.  We have existing SAP R/3 (IS-H) and we newly installed XI. We decided to use ABAP proxy to send data from SAP to XI. When I go to SPROXY system showing ‘No Connection to Integration Builder’. Please kindly advice what configuration we need to in SAP side in order to connect XI.
    It’s Very Urgent. Please advice me.
    Thanks in Advance.
    Regards,
    Anil.

    Anil,
    could you please have a look to SAP Note 689847 - XI 3.0: SPROXY - No connection to the Integration Builder
    Cheers,
    -Sunil

  • My iPhone 5 got problem when connect with lighting cable, this will keep pop up message "this accessory may not be supported"

    My iPhone 5 got problem when connect with lighting cable, this will keep pop up message "this accessory may not be supported", I can't charge or sync at all. I tried plug and unplug many time, still can't detect/charge my iPhone5, but sometime will 'lucky' that can connect to my iTunes and charge battery…
    This message will auto pop up also when I don't have plug anything in my iPhone 5, It is very annoying…
    The lighting cable is original and now i'm using OS 7.0.4 / iTunes is 11.1.3
    What I can do to fix this problem? Thank you.

    I would try using another cable you can likely borrow one to test from somebody
    if it's the same then likely the connector in your iphone have been damaged

  • I bought a new MacBook Pro (Mac Os 10.8.4) when conecting my mobile broadband dongle (Huawei E122) the computer does not read it at all. I do not have problems when connecting it to my former computer (PC) and a Mac from last year. Any suggestions?

    I bought a new MacBook Pro (Mac Os 10.8.4) when conecting my mobile broadband dongle (Huawei E122) the computer does not read it at all. I do not have problems when connecting it to my former computer (PC) and a Mac from last year. Any suggestions?

    Thanks,
    Yes, I did that. They have uppgrades for the dongles, but just untill Mac Os 10.7. Their solution is to buy a new modem from them or getting one for free if I sign a contract for 24 months! So, i think from that side not very helpful.
    It is just that I do not want to buy a new modem, when it works in quite recent computers and after having spent money in the new Mac.
    But thank you for your reply!

  • Printing thru SAP : Problem when connecting thru a dial-up connection.

    Dear All,
    We are on SAP R/3 4.7 Enterprise with Oracle and AIX. We have our C&F agents who dial-up to our central SAP server thru a broadband connection. These people generate the excise challans and invoices and take a print out. We have configured the printers as frontend printers (access method is F ), since we dont have a fixed IP from the hosts which are connecting to SAP servers. The problem we are facing is that whenever there is a disconnect from a particular location the print spool work process just 'hangs' and eventhough other spool work processes are free the printing just halts. We are unable to kill the work process either thru SAP or at the OS level ( we have AIX ). If you have any inputs on this kindly let me know. The problem is severe since we have no option but to restart the application servers. In case you have any other solution, i could try.
    Awaiting your reply.
    Regards,
    Shrinivas Shukla

    hi all,
    when that happens, please try to check the locked entries in sm12 and try to release them. then delete in sp01.
    let me know if this works.
    Francis

  • Live Office Error when connecting to SAP BW data (Offline dashboard)

    Hi experts,
    we have built up an Live Office connection to SAP BW query data to create a dashboards, which can show the data also in offlne mode. We are using exactly the same procedure as recommanded by Ingo Hilgofort in [End-to-End Scenarios With Xcelsius 2008|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/90ad73b1-506c-2b10-9e9b-9fde523f010a].
    When trying to refresh the Live Office connection using the "Refresh" button in the dashboard we receive the error LO 26301: The current refresh option requires a report instance that does not exist.
    The recommended action is: Change the refresh option of the object or use the CMC to schedule a new instance.
    But creating an instance of the dashboard is not possible. What is meant by that? Is it necessary that we embed the Xcelsius flash into a PDF or a Crystal Report? What are our alternatives?
    Best regards,
    Sebastian

    Sebastian Koeffer wrote:
    Hi Gowda,
    >
    > an instance of the report did not solve our problems. Even if it does, this is not our preferred solution. Anyway we would like to prefer to use the direct universe connection (Create new universe query) instead of linking to a Webi or Crystal report.
    >
    > Best regards,
    > Sebastian
    Hi  Gowda Timma Ramu,
    i create an instance of report by USER1...  and.....  dashboard is pointed to latest instance.
    when i refresh a dashboard (by clicking on refresh button) it requires login to infoview ... i login to infoview by USER 2 not by USER1.....
    it showing an error
    _The current refresh option requires a report instance that does not exist. (LO 26301)_
    Note:-But data is changing in dashboard
    any solution for solving this error.
    Its urgent...
    Thank You.

  • HPUX on IA64: Error when connecting to SAP via librfc

    Hello,
    I'm trying to develop a C-program to call ABAP-Functions. On Windows this works fine (example program from the book "SAP-Schnittstellenprogrammierung" by Meiners/Nüßer), but on HP-UX on IA64 I get:
    **** Trace file opened at 20060919 115449 MESZ SAP-REL 700,0,61 RFC-VER 3 834459
    resize I/O buffer to 16000 bytes
    >>>> [1] <unknown>    : EXT  <ac: 1> L w2sap >>> OPEN  
    UUID: ab_drvstate create uuid {450FBE6A-BE69-25F1-E100-0000C06D4F88}
    ======> Connect to SAP gateway failed
    Connect_PM  GWHOST=w2sap, GWSERV=sapgw00, SYSNR=00
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       internal error
    TIME        Tue Sep 19 11:54:49 2006
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -1
    MODULE      nixxi.cpp
    LINE        2762
    DETAIL      NiICheckPendConnection
    SYSTEM CALL poll, getsockopt
    ERRNO       2050
    COUNTER     3
    >>>> [1] <unknown>    : EXT  <ac: 2> L w2sap >>> CLOSE abrfcio.c 611 
      -{450FBE6A-BE69-25F1-E100-0000C06D4F88}
    ==== Delta 0   0 LOG DROPPED
    >>> RfcOpenEx ...
    Got following connect_param string:
       CLIENT=000 USER=BCUSER PASSWD=******* LANGUAGE=DE ASHOST=w2sap SYSNR=00 ABAP_DEBUG=0 LCHECK=0 TRACE=1 USE_SAPGUI=0
    <<< RfcOpenEx failed
    I presume it has something to do with 32/64 Bit, because we also had problems with our own programs. On HPUX socklen_t is 64 bit (parameter of getsocket), and perhaps librfc thinks, it only has 32 bit and give an int as parameter.
    Is there anything I can do?
    Thx.
    Roger

    I am also getting this error when using VitalStream. Was an
    answer ever found this this issue? If anybody has any suggestions,
    all help is appreciated.
    Error #2044: Unhandled AsyncErrorEvent:. text=Error #2095:
    flash.net.NetConnection was unable to invoke callback streamInfo.
    error=ReferenceError: Error #1069: Property streamInfo not found on
    mx.controls.videoClasses.NCManagerConnectClient and there is no
    default value.
    at mx.controls.videoClasses::NCManager/::connectRTMP()
    at mx.controls.videoClasses::NCManager/connectToURL()
    at mx.controls.videoClasses::VideoPlayer/::_load()
    at mx.controls.videoClasses::VideoPlayer/load()
    at mx.controls::VideoDisplay/load()
    at mx.controls::VideoDisplay/::autoPlaying()
    at mx.controls::VideoDisplay/::creationCompleteHandler()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()
    CODE
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute">
    <mx:Panel title="VideoDisplay Control Example"
    height="75%" width="75%"
    horizontalAlign="center"
    paddingTop="10" paddingLeft="10" paddingRight="10"
    paddingBottom="10">
    <mx:Text width="75%" color="blue"
    text="Use the buttons to control the video. The Stop button
    resets the video to the beginning."/>
    <mx:VideoDisplay
    id="myVid"
    height="158"
    width="211"
    source="rtmp://LINK REMOVED"
    autoPlay="false"/>
    <mx:HBox>
    <mx:Button label="Play" click="myVid.play();"/>
    <mx:Button label="Pause" click="myVid.pause();"/>
    <mx:Button label="Stop" click="myVid.stop();"/>
    </mx:HBox>
    <mx:HBox>
    <mx:Label text="{myVid.bytesLoaded} of
    {myVid.bytesTotal}" />
    <mx:Label text="{myVid.playheadTime} of
    {myVid.totalTime}" />
    </mx:HBox>
    </mx:Panel>
    </mx:Application>
    Text

  • SSL error when connecting in SAP HANA Cloud Portal tutorial

    Hi,
    I'm going through the tutorial for SAP HANA Cloud Portal - SAP HANA Cloud Portal Developers Tutorial
    Unfortuanatelly I have problems with deploying public destinations (page 9).
    When I try to deploy the destination for the CRM back from the command console using neo command with relevant parameters and entering my password I get the following error:
    ERROR; SSL error when connecting to https://configapi.hanatrial.onedemand.com/configuraiton/api/rest; server certificate might be invalid or untrusted.
    Logfiles.
    Session log
    2014-08-18 15:53:59,579 DEBUG [main] org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager$1: Get connection: HttpRoute[{s}->https://configapi.hanatrial.onedemand.com], timeout = 0 2014-08-18 15:53:59,581 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]] total kept alive: 0, total issued: 0, total allocated: 0 out of 20 2014-08-18 15:53:59,581 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: No free connections [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]][null] 2014-08-18 15:53:59,581 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Available capacity: 2 out of 2 [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]][null] 2014-08-18 15:53:59,582 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Creating new connection [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]] 2014-08-18 15:53:59,729 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnectionOperator: Connecting to configapi.hanatrial.onedemand.com/216.128.6.149:443 2014-08-18 15:54:00,035 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: Connection closed 2014-08-18 15:54:00,035 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: Connection shut down 2014-08-18 15:54:00,036 DEBUG [main] org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager: Released connection is not reusable. 2014-08-18 15:54:00,036 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Releasing connection [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]][null] 2014-08-18 15:54:00,037 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Notifying no-one, there are no waiting threads
    Console log
    2014-08-18 15:53:56,080 INFO  [main] com.sap.jpaas.infrastructure.console.CommandManager: Starting execution of command [get-destination] 2014-08-18 15:53:56,086 INFO  [main] com.sap.jpaas.infrastructure.console.CommandManager: Command [get-destination] init() finished for [1] ms 2014-08-18 15:54:00,038 INFO  [main] com.sap.jpaas.infrastructure.console.CommandManager: Command [get-destination] cleanup() finished for [0] ms 2014-08-18 15:54:00,046 FATAL [main] com.sap.jpaas.infrastructure.console.ConsoleClient: (!) ERROR; SSL error when connecting to https://configapi.hanatrial.onedemand.com/configuration/api/rest; server certificate might be invalid or untrusted com.sap.jpaas.infrastructure.console.exception.ValidationException at com.sap.jpaas.infrastructure.console.command.RemoteCommand.getHttpClient(RemoteCommand.java:97) at com.sap.jpaas.infrastructure.console.command.UnsecuredRemoteCommand.getHttpClient(UnsecuredRemoteCommand.java:57) at com.sap.core.connectivity.config.cmd.ConfigurationConsoleCommand.createHttpClient(ConfigurationConsoleCommand.java:254) at com.sap.core.connectivity.config.cmd.GetAction.download(GetAction.java:79) at com.sap.core.connectivity.config.cmd.GetAction.run(GetAction.java:52) at com.sap.jpaas.infrastructure.console.CommandManager.run(CommandManager.java:295) at com.sap.jpaas.infrastructure.console.CommandManager.run(CommandManager.java:260) at com.sap.jpaas.infrastructure.console.ConsoleClient.run(ConsoleClient.java:235) at com.sap.jpaas.infrastructure.console.ConsoleClient.main(ConsoleClient.java:85) Caused by: com.sap.core.utils.infrastructure.validation.HostValidationException: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at com.sap.core.utils.infrastructure.validation.LandscapeHostValidator.getHttpClient(LandscapeHostValidator.java:304) at com.sap.jpaas.infrastructure.console.command.RemoteCommand.getHttpClient(RemoteCommand.java:95) ... 8 more Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at sun.security.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:397) at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:128) at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:390) at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:148) at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:149) at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:121) at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:561) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:415) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:776) at com.sap.core.utils.infrastructure.validation.LandscapeHostValidator.getHttpClient(LandscapeHostValidator.java:284) ... 9 more
    BR
    Beata

    Hi Beata,
    The CRM scenario is working again. We had to re install the Connector and deploy a new proxy app.
    Therefore you would need to download the code from the GitHub repository again. The changes you need to do on your side:
    1. Redeploy the new crm__public destination file - the updated destination now points to the new location of the proxy application
    2. Update the code of the registration form scripts (form.js and form.spec.xml).
    Regards,
    Ido

  • IPod Classic not recognized by iTunes, claims to be wiped of all content, and causes computer problems when connected

    I have an 80 GB iPod Classic that has suddenly developed severe problems. I'm running iTunes on Windows 7 64 bit.
    It was working fine until last night, when I connected it to iTunes to add 6 songs. (Four of these were bought on Amazon.com and 2 ripped from CD's). It accepted the songs and played them fine when connected. When I clicked the icon in iTunes to eject the iPod, it came up with the "OK to Disconnect" and progress bar as usual. However, this time the progress bar didn't start to fill in. It just sat there.
    After several minutes the progress bar finally filled in and returned to the menu... but instead of displaying the cover flow on the right side as usual, it showed a gray box with "No Music."
    When I tried to re-connect it to my computer, iTunes would not recognize it. My computer also wouldn't recognize it at first... after several minutes, it came up as a generic removable device. Attempting to right-click on it or eject it from Windows was unsuccessful.
    The iPod itself displayed "Connected" and alternated the plug image with the spinning arrows. It never said "Synchronizing" as it usually does.
    Furthermore, my computer's performance degraded severely while the iPod was plugged in. iTunes itself froze, and even my other applications (such as my web browser) would not work correctly. This all cleared up as soon as I unplugged the iPod. If I tried to initialize iTunes while the iPod was plugged in, it would not open. It opened immediately when I unplugged the iPod.
    Finally, despite claiming to have no music or other contents (it had contained only my iTunes music library, which is about 26.5 GB), in Settings the iPod claimed to have only 5.3 GB of free space.
    Resetting the iPod with Select/Menu made no change. I was able to put it in diagnostic mode and check the hard drive, which gave these results:
    Retracts: 381
    Reallocs: 0
    Pending Sectors: 10
    PowerOn Hours: 417
    Smart/Stops: 381
    Temp: Current 24c
    Temp: Min 15c
    Temp: Max 48c
    When I put the iPod up to my ear I hear a steady, faint high-pitched sound and an occasional very faint crackling noise. When it shuts down the sound continues for a few seconds, then ends with a kind of squeaking sound.
    The iPod is more than 5 years old, so I'm prepared for the probability that it's fried. But I'd like to try everything before I go ahead and spring for a new one.

    The iPod's hard drive probably has data corruption.  That does not necessarily mean there is a hardware problem.  Hard drives, including the ones in computers, can develop data corruption.
    Try putting the iPod into Disk Mode
    http://support.apple.com/kb/ht1363
    If it goes into Disk Mode, run iTunes on the computer and connect the iPod.  To eliminate other potential issues, you should disconnect other USB devices (you can leave standard keyboard/mouse connected), and connect the iPod to a direct USB port on the computer.
    iTunes may prompt you to do a Restore, which you should do.  This will erase the iPod, re-install its software, and set it to default settings.  If the problem was only data corruption, and there is no hardware problems, the iPod should have a "fresh start."  You can sync it from your iTunes library.
    If the iPod does not go into Disk Mode, or if doing a Restore fails, the iPod's hard drive may be faulty.

  • Problem in connecting to Sap R/3 system through Crystal Reports

    Hi
    while I am connecting to Sap R/3 system through crystal reports i am getting an error
    (" you do not have a necessary rights to design reports against sap system ")
    can anyone sort out this problem?
    Thanking in advance

    you need to add some transport files while installing the integration kit for sap solutions.check whether all transport files are added

  • Problems when connecting and disconnecting MBP and TBD

    Hello,
    I have problems with connecting and disconnecting my macbook pro retina 13" to my thunderbolt display. Everytime I disconnect my MBP form my TBD with the lid closed it takes approximately 10 seconds until my MBP has recognized that the TBD is no longer connected and the MBP screens turns on.
    On the other hand I also have a problem when I reconnect my MBP to my TBD. Approximately every second time my MBP does not recognize that the TBD is connected again and neither the MBP nor the TBD turns on. The small light on the power cabel of my TBD does not light up. It is as the TBD would'nt have any power. Pushing buttons on my Apple Bluethooth doesnt help. I have to disconnect and reconnect the thunderbolt and the power connector a coupl of times until the MBP finally recognizes the TBD and turns on. In some cases a different background picture is shown on the TBD than the one I usually have on my MBP.
    The problem is very annoying especially because I connect and disconnect both devices and it really costs time.
    I really hope there's someone who can help with the problem. Do you think this may be hardware problem of my MBP or TBD?
    Thanks in advance for your help.

    HI there,
    The first thing I would recommend is checking for any new software updates while using the display, this will check for any available firmware updates for the display. If you continue to experience issues, then you may want to take a look at the article below for some further troubleshooting steps.
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/ht1573
    -Griff W.

  • Lagging problem when connected to a Samsung Central Station 23"

    Hi,
    I bought myself a Macbook Air(Summer, 2011 Edition) about 3 months ago roughly,
    and I also bought myself a Samsung Central Station 23" which works just as a thunderbolt or cinema display but much cheaper and much elegant.
    It also sends audio signal as well as usb datas when connected to a pc or a mac.
    Before buying this monitor, I searched for any history or experience regarding performance problem when hooked upto an external monitor the other users had,
    and while some people say there are no such problems with new intel i core series which includes much advanced graphic core and much faster processor,
    many people said they have experienced performance problems to some dregree as well.
    Now that I seem to have this huge problem of lagging with my MBA when connected to Samsung Central Station,
    I still have no idea why it is happening, nor how to fix the problem.
    I use my Macbook Air connected to a Samsung Central Station 23" and it runs 1080P Full HD resoultion, which isn't that big deal to incur performance decline.
    I shut my MBA screen when I use the external monitor, so there isn't much thing to interfere with the performance.
    I don't know about other people who use an external monitor, but my central station monitor works on Full HD resolution only when i close my MBA screen or connect it as a dual screen. If the screen is left open, it runs with the same resolution as the macbook air.
    when I start sensing decline in frame I always had my MBA open to lower the resolution which seemed to work fine again.
    But these days,even when it's disconnected from the monitor it seems to have problem and the only way to bring it to the normal condition is to restart it.
    when connected to the monitor It's even hard to open few tabs on Safari and play a web flash game.
    It lags so hard I cannot even turn to other screen on mission control or swith to other browser tab without making it delay for a second.
    I checked CPU and RAM resources when it started lagging, but almost 90% of the CPU resources was idle and more than 500MB of RAM was free.
    After restarting the computer CPU remained the same, but more than 2G of RAM was now free.
    Im guessing it has something to do with GPU performance but not sure how to fix the problem.
    Do you think it's my Macbook Air's hardware problem or is it the monitor? or something else?

    I have the same issue. Were you able to find a resolution for this issue?

  • TS2634 problem when connecting with tv

    when connecting my ipad 2 with the cable connector hdmi to a led tv it connects without problems about a minute o so, and  then it starts losing signal and goes to black

    Unfortunately, the only reason it is an absolute link is that
    I recently tried that to see if it solved the problem-
    as you see- it didn't.
    Th eproblem exists whether it is relative or absolute.
    A programmer I work with has suggested I re-administer the
    site from a PC using Contribute 4.0 in Windows and re-upload the
    page- just in case the mac has attached a "string" of code that is
    fooling the pc's.
    I will try that tonight.
    Wish me luck, as I have absolutely no idea why this is
    happening- and I consider it a bug, since none of my other pages do
    it.
    Scott

  • E71 - problem when connecting to pc

    Hello everybody
    I have problems when I want to connect the phone to the pc using pc suite. If I connect using mass storage then everything is ok, but if I try to connect via pc suite then I get the problems.Sometimes the phone connects sometimes I get an error with the usb.
    In the attachement you will see the error. Now I tried again to connect using pc suite but it doens't connect at all.
    Message Edited by alintatoc on 14-Jun-2009 10:44 AM
    Message Edited by alintatoc on 14-Jun-2009 10:45 AM
    Attachments:
    nokia cable.jpg ‏88 KB

    hi there,
    I think u can do this
    Go to Control Panel->add/remove programs->Nokia connectivity cable driver->change->repair
    connect ur phone to the computer in PC suite mode use latest version PC suite
    Check this out
    Cheers........
    If a reply has solved your problem click Accept as solution button, doing it will help others know the solution. Thanks.

  • Problem when connecting ipod

    i have a 30GB video ipod, no problems at all when using the ipod and no problems when using itunes without the ipod connected, but when i connect the ipod itunes suddenly freezes and wont respond until i disconnect the ipod, at which point i get a message saying "the ipod "eddys ipod" cannot be synced, the required file cannot be found" (i manually manage my music)
    got some screenshots
    ipod connected : http://img217.imageshack.us/i/ip2j.jpg/
    after i disconnect my ipod, which itunes then suddenly recognises : http://img815.imageshack.us/i/ip1z.jpg/
    if youre wondering why my itunes is empty its because a deleted and reinstalled it incase that was the problem
    any ideas anyone ?
    thanks

    dear eddy,
    how did you got it working because i have the same problems like you have. except i get the message that there is something wrong with the hard disk of my ipod. also my internet turns out (have wireless internet) and get every time i connect my ipod the message that my ipod hasn't been connected to a usb port 2.0 while all my usb ports are 2.0
    Plaese someone help me, because i have tried everything.
    greets

Maybe you are looking for