Company Not connected

While using Recordset Object for gnerating CFL recordset object is not connected to company.The control is coming out of the loop.My source code is as follows:
strSQL = "select ItemCode,ItemName from OITM where ItmsGrpCod in (111,118)"
                oRecordset = oApplication.Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
                oRecordset.DoQuery(strSQL)
                oCFL = Form.ChooseFromLists.Item("CFL_Item")
                oConditions = oCFL.GetConditions()
                oConditions = Nothing
                oCFL.SetConditions(oConditions)
                oConditions = oCFL.GetConditions()
                'On Error Resume Next
                If oRecordset.RecordCount > 0 Then
                    'On Error Resume Next
                    Do While Not oRecordset.EoF
                        '  On Error Resume Next
                        oCondition = oConditions.Add
                        oCondition.Alias = "ItemCode"
                        oCondition.Operation = SAPbouiCOM.BoConditionOperation.co_EQUAL
                        oCondition.CondVal = oRecordset.Fields.Item(0).Value
                        oCFL.SetConditions(oConditions)
                        'On Error Resume Next
                        oRecordset.MoveNext()
                    Loop
                End If
                oCFL.SetConditions(oConditions)
Moderation: Please, avoid "urgent" remarks.
Edited by: Joaquin Fornas on Nov 11, 2011 11:58 AM

HI,
You have to provide :
vCmp.DBUserName = "sa"
vCmp.DBPassword = "B1Admin"
and
vCompany.Password = "manager"
vCompany.UserName = "manager"
and
if vCompany.Connect <> 0 then
msgbox "Not Connected!"
end if
is missing !
Regards,
J.
Edited by: Janos  Nagy on Jun 24, 2009 8:09 PM

Similar Messages

  • Error Company not connected

    Error of Company Not connected Highlighted line
    Public Sub journalentry()
    '      Dim vCompany As SAPbobsCOM.Company
    '   'create company object
    '   Set vCompany = New SAPbobsCOM.Company
    'set paras for connection
    Dim vCmp As SAPbobsCOM.Company
    Set vCmp = New SAPbobsCOM.Company
    vCmp.Server = "Dhanraj"
    vCmp.CompanyDB = "SBODemoIN"
    vCmp.DbServerType = SAPbobsCOM.BoDataServerTypes.dst_MSSQL2005
    vCmp.UserName = "sa"
    vCmp.Password = "B1Admin"
    vCmp.Language = SAPbobsCOM.BoSuppLangs.ln_English
    vCmp.UseTrusted = False
       Dim vJE As SAPbobsCOM.JournalEntries
       Set vJE = vCmp.GetBusinessObject(oJournalEntries)         '''Giving Error Company not connected   vJE.TaxDate = Now
       vJE.Lines.AccountCode = "110000"
       vJE.Lines.ContraAccount = "10110"
       vJE.Lines.Credit = 0
       vJE.Lines.Debit = 150
       vJE.Lines.DueDate = CDate("11/13/ 2002")
       vJE.Lines.ReferenceDate1 = Now
       vJE.Lines.ShortName = "110000"
       vJE.Lines.TaxDate = Now
       Call vJE.Lines.Add
       Call vJE.Lines.SetCurrentLine(1)
       vJE.Lines.AccountCode = "10110"
       vJE.Lines.ContraAccount = "110000"
       vJE.Lines.Credit = 150
       vJE.Lines.Debit = 0
       vJE.Lines.DueDate = CDate("11/13/ 2002")
       'vJE.Lines.Line_ID = 1
       vJE.Lines.ReferenceDate1 = Now
       vJE.Lines.ShortName = "10110"
       vJE.Lines.TaxDate = Now
       If (vJE.Add()) Then
           MsgBox ("failed to add a journal entry")
       Else
           MsgBox ("Succeeded in adding a journal entry")
           vJE.SaveXML ("c:\temp\JournalEntries" + Str(vJE.JdtNum) + ".xml")
       End If
       'Check Error
    '   Call vCompany.GetLastError(nErr, errMsg)
    '   If (nErr) Then
    '       MsgBox ("Found error:" + Str(nErr) + "," + errMsg)
    '   End If
    '   'disconnect the company object, and release resource
    '   Call com.Disconnect
    '   Set vCompany = Nothing
       Exit Sub
    ErrorHandler:
       MsgBox ("Exception:" + Err.Description)
    End Sub

    HI,
    You have to provide :
    vCmp.DBUserName = "sa"
    vCmp.DBPassword = "B1Admin"
    and
    vCompany.Password = "manager"
    vCompany.UserName = "manager"
    and
    if vCompany.Connect <> 0 then
    msgbox "Not Connected!"
    end if
    is missing !
    Regards,
    J.
    Edited by: Janos  Nagy on Jun 24, 2009 8:09 PM

  • Hi, I'm using a Mac Pro here. I am trying to connect it with my NAS hard drive. But i could not connect to it because i have an ethernet which connects to the intranet in my company and Air Port for the internet.

    Hi, I'm using a Mac Pro here. I am trying to connect it with my NAS hard drive. But i could not connect to it because i have an ethernet which connects to the intranet in my company and Air Port for the internet and it could not detect the the ip address after i input the correct address on "Connect to Server" window. Please help! Urgent! Thanks

    I did not say it is not possible.
    I said if your company networks are monopolizing both ports, you should talk to them about what options are available.
    Maybe you can get the company Intranet over wireless if you change some configuration items such as Subnet Mask.
    Maybe you can get on the Internet over Ethernet.
    You really need to ask them, and do not let them blow you off because you have a Mac. If they balk, ask them how it would be done on a PC (becasue it will be the same on a Mac).

  • "You are not connected to the company"  in SAP B1 9.0 PL8

    Hi Experts,
    I developed add-on which was working fine in SAP B1 8.82, recently we upgraded to SAP B1 9.0 PL8, SQL Server 2012.
    So recompiled source code with SAP B1 9.0, but now at this line
    SAPbobsCOM.Recordset sRecSet=(SAPbobsCOM.Recordset)oCompany.GetBusinessObject(BoObjectTypes.BoRecordset);
    getting the error "You are not connected to the company"
    1. Deleted SM_OBS_DLL folder from the temp folder
    2  Re installed Client
    none of them is worked.
    please help me out to resolve this issue.
    Regards
    KMJ

    hi
    i think the problem is at connection problem
    plz check it at
    C:\Program Files\SAP\SAP Business One DI API\Conf
    plz check it here..
    here b1-local-machine one folder is there..
    open the file and check..
    search for
    "LicenseManager"
    if your sys is server your server name should be there
    otherwise..
    from which server u r accessing that servername u have to enter...

  • I have an iphone 4 that i use as an iPod. it is not connected to a telephone company. I updated to ios7 and now it won't sync with my computer

    I have an iphone 4 that I use as an iPod. It is not connected to a wireless network. I have updated to the IOS 7 and now it won't sync with my computer. Does anyone know what could possibly be the problem?

    Contacts are designed to be synced to a supported application on the computer or a cloud service.
    Pictures taken with the device are designed to regularly be copied off the device to a computer as would be done with any digital camera.
    If you have failed to use the device as designed it may be too late to recovery anything.
    Is the device regularly backed up to a computer via iTunes?  If so, the most recent backup (when restored to a replacement iOS device) should contain all contacts and pictures as of when the backup was created.

  • My new airport express does not connect my printer to my computer?  My old airport did! then I updated to OS 10.9.2.  How do I get it connected?

    My new airport express does not connect my printer to my computer.  The old airport did.  I recently updated to OS 10.9.2.  I have since bought a new
    HP 6700 all in one wireless printer,  got the latest Comcast router.  None of which connect to my computer wirelessly.  Which do I throw away the printer, router, or Mac?  Help

    Contact HP for support.
    Explain that you are using a Mac, anticipate the inevitable groan, and wait patiently for their resident Mac expert to return from vacation.
    Until then download and install its driver here: http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?product=5058338&cc=us&dlc=en &lc=en
    Otherwise return the printer and purchase one from a company that visibly supports OS X. HP isn't on that list.

  • ITunes RADIO is not working.  "iTunes could not connect to the iTunes Store. Make sure your internet connection is active and try again." Try as I may, as many as ten attempts, trying to connect after restart, after shutdown, nothing works. Just so -  iTu

    iTunes RADIO is not working.
    “iTunes could not connect to the iTunes Store. Make sure your internet connection is active and try again.” Try as I may, as many as ten attempts, trying to connect after restart, after shutdown, nothing works. Just so …
    iTunes STORE not “connectable” with my otherwise perfectly-working internet connection, viable, up and running for all other uses.
    Simply put, firstly, I can't connect to the internet when I click on Radio.  People are quite suspicious that this is Apple incompetence or your company's famous arrogance for this commonly-suffered problem that you won't or “can’t” fix.
    Read the many web comments and you won’t be pleased with yourselves: the suspicion is that if you ruin internet radio on iTunes, Apple will somehow make more money on music downloads, etc. Bull.
    Also, thirdly, my old playlist of 20 or so internet radio stations in the Ambient category STILL PLAYS !
    Then fourth, I installed the latest available version of QuickTime Player 7.app Version 7.6.6 but it didn’t solve the problem either. I had QuickTime Player.app Version 10.2, but substituted what Apple website said was the latest, LOWER NUMBERED QuickTime Player version of 7.6.6
    Fifth, I can't connect to iTunes store no matter what I do or what user group's advice I try. So I can’t buy or download anything from iTunes. Bad for business.
    Sixth, I updated to the latest version of iTunes but this weird problem remains. All suggested Apple fixes or user group fixes are useless. Where is Apple’s famous technical competency, vaunted customer support?, and user-friendly product reputation? Get it back, please.
    Solve this problem of yours ASAP for us, your numerous disgruntled, dissatisfied customers of iTunes. You can do better, should, and really –in all fairness- must.
    ===============================================================
    NOTE:  no password for iTunes exists in my Keychain. Is this a problem?
    Apple ACCOUNT ID, and iTunes ID password, works but not to access iTunes with my healthy internet connection.
    Apple store id It works via direct internet connetion but not through iTunes.  Very strange.
    ===============================================================
    FYI, Hardware Overview:
      Model Name:                       MacBook Pro
      Model Identifier:                 MacBookPro8,2
      Processor Name:               Intel Core i7
      Processor Speed:               2 GHz
      Number of Processors:    1
      Total Number of Cores:    4
      L2 Cache (per Core):         256 KB
      L3 Cache:                            6 MB
      Memory:                              16 GB
      Boot ROM Version:            MBP81.0047.B27
      SMC Version (system):      1.69f4
      Serial Number (system):   C0*******F8V
      Sudden Motion Sensor:
      State:   Disabled
    Intel 6 Series Chipset:
      Vendor: Intel
      Product:            6 Series Chipset
      Link Speed:       6 Gigabit
      Negotiated Link Speed:           6 Gigabit
      Description:      AHCI Version 1.30 Supported
    M4-CT512M4SSD2:
      Capacity:           512.11 GB (512,110,190,592 bytes)
      Model: M4-CT512M4SSD2                         
      Revision:           040H   
      Serial Number: 0000000012330912E75A
      Native Command Queuing:    Yes
      Queue Depth:   32
      Removable Media:        No
      Detachable Drive:        No
      BSD Name:         disk0
      Medium Type:      Solid State
      TRIM Support:     Yes
      Partition Map Type:     GPT (GUID Partition Table)
      S.M.A.R.T. status:         Verified
      Volumes:
    disk0s1:
      Capacity:           209.7 MB (209,715,200 bytes)
      BSD Name:         disk0s1
      Content:            EFI
    disk0s2:
      Capacity:           511.25 GB (511,250,432,000 bytes)
      BSD Name:         disk0s2
      Content:            Apple_CoreStorage
    Recovery HD:
      Capacity:           650 MB (650,002,432 bytes)
      BSD Name:         disk0s3
      Content:            Apple_Boot
      Volume UUID:   600737FB-7A29-3BAE-859E-CBFE2E90C39A
    <Edited by Host>

    This my sound too simple, but I just kept clikning on the arrow next to the selected music and it finally "Kicked" in.
    I live in Europe ,So Be persistent and don't give up !  Aug. 2013

  • Sending an Email using JavaMail from the Net Work of my company not workin

    Hi,
    If any body would reply to this issue as soon as possible..
    I have developed a simple java mail program which sends an email to gmail (smtp.gmail.com) and works fine at home , So when i sent the same
    from my office(at company) it did not work and exception was reported saying ...... could not connect to host .smtp.gmail.com... port .. .
    I think it's a network problem.
    So If any body has a suggestion ?
    If so can any body give a simple code for this issue.
    Regards,

    No, I don't mean the msgshow.java demo program. I mean the [JavaMail FAQ|http://java.sun.com/products/javamail/FAQ.html].
    In particular, the section about debugging connection problems and the section
    about connecting to Gmail.
    Find it yet?

  • HT1918 I tried to change my password to my business credit card since almost all of the music and other things I buy from iTunes is for my work. But it wouldn't take that credit card number. I get the error message, the account is not connected to my Bank

    Hopefully, my question will appear with this comment. I'm new to Apple support. I really wanted an answer from Apple's billing/accounting department. I didn't think I'd need to submit it to a whole community to get an answer. I just want to change my account number to my business credit card but every time I try I get the error message that this account is not connected to my bank. Why is that necessary? It's my WORK credit card. It's not going to be connected to my personal bank account. I'm sure I'm not the only one that purchases work-related items from iTunes. What can I do to use this credit card when I am purchasing something for work? Can anyone assist me?

    First, please be aware that you are not communicating with Apple when you post in these forums. The only people who will reply to your posts are we your fellow users. iTunes Support will never respond to posts made here.
    As to your issue, confirm with your bank that they do not block access from on-line services or otherwise have restrictions on with whom a card can be used. For some company cards, such blocks can be set up. If you confirm that no such restrictions are in place, post back and we'll go from there.
    Regards.

  • HP C510A eStation Printer - Zeen: Not Connected - Can No Longer Connect To My Wireless Network

    Up until a couple of weeks ago, my C510A was working well.  Every so often the wireless sync would fail and I would have to resync the Zeen tablet, or unplug/replug back in the printer to regain sync, but now...  Nothing!
    My Firmware is: ZEP1CN1130AR
    Printer IP: 192.168.1.74
    Zeen IP: Not Connected
    SSID: Visible
    Mac Filtering: None
    Security: WPA/WPA2 PSK
    Signal Strength 3-4 Bars (I can move closer to the router and watch the bars increase, and move further away and see them decrease.  So the wireless radio is on and functioning within the Zeen!)
    The Zeen cannot connect to my network and is never given an IP address, so I can't set the printer up with a static IP address.  It just keeps trying to sync with my network and failing.  Over, and over, and over, and over again...  I have reset the Zeen to factory using the Power On/Volume Up combo.  I have uninstalled my HP printing software suite, redownloaded the latest version of the entire suite from the HP Support site, and have installed the drivers/printer both wirelessly and via a USB connection.  I have powered down my wireless access point and powered it back up to see if that helps, but nothing does.
    uVerse Cisco 2Wire i3812V Gateway/Router
    Netgear WNDR3700-V1 configured as a wireless access point (Thanks to the crappy 2Wire POS above.)
    I have numerous laptops (Mac and Windows), a Mac Mini, 3 tablets (WebOS, IOS, and Android), IOS and Win8 mobile phones, a Roku 2 XS, various TV's and Blu-Ray players, a Wii, and this malfunctioning HP printer connected to my network via 802.11 DB wireless AND a wired gigabit network.  I run a Plex Media Server on the Mac Mini which is my HTPC for our home.  The printer was working fine in this setup until a couple of weeks ago.
    From reading the many Zeen threads here, and on other forums, it's obvious that there is some sort of ongoing connectivity issue with the Zeen tablet on this printer.  HP has been conspicuously silent on the issue, and there is precious little to go on in the HP Knowledgebase, or in replies on this forum.  I've suffered through being hung up on, as well as trying to explain my problem to tech support reps who both do not speak English very well at all, and are unable to grasp concepts and analogies in English.  
    My frustration level is HIGH at this point.  My printer is out of warranty, and if there is a hardware issue with the printer then I fully expect to have to make the decision as to whether it's worth repairing or not, but I do FULLY expect to be able to talk to someone in technical support who speaks English about the issue and try to diagnose and fix the problem if it's just a software/networking/configuration issue at NO CHARGE, just like I do with every other product that I own!
    So I'm coming here to try and find an answer to my problem before I reach the point, and it's very close right now, of totally severing ties with HP, Compaq, and all the rest of their subsidiaries both here at home, and at the company I manage (where I pretty much make all of the hardware decisions).  This just isn't the way to treat your customers.
    Any help and suggestions are greatly appreciated.

    Hi,
    When Zeen's battery level goes below 5 %; it tends to Reset to Default where it looses all the connections and sync to the printer or router.
    So its very important to make sure that Zeen's battery does not go to low. To avoid this I would suggest to charge Zeen regularly.
    You may try the steps below as of now and check the results.
    We need to Factory Reset the Zeen making sure it is connected (Docked) on the C510a printer.
    Once it is docked try the steps below:-
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02844556&cc=us&dlc=en&lc=en&jumpid=reg_r1002_us...
    Open the above link; and then perform the Factory Reset as shown in Solution Two.
    Once completed try connecting to Wireless and check the results.
    though I am an HP employee, I am speaking for myself and not for HP.

  • Can not connect to wireless network any more, missing command

    I can not connect to any wireless network. I have been having this problem for days. In desperation I installed 10.4 in a seperate HD. I clicked on the airport icon in the upper tool bar, selected my network name and clicked on "open internet connect" and I was connected, what?? I rebooted into 10.5 and tried the same thing again. But the panel that opens when you click on the airport icon has NO "open internet connect" command. A couple of weeks ago I reinstalled my OS. I have run diskwarrior and Techtool pro. Thinking back to the time I first installed 10.5 I don't remember ever seeing that command. Is Leopard compatible with the airport card? How do I get my "open internet connect" command back??

    It sounds like a problem between hardware and software. When you select your network, does anything freeze or does nothing happen?
    Nothing happens.
    Try this, open your Network Preference Pane, turn off airport off and delete the Airport connection by selecting "Airport" in the left pane and click the " - " button. Click on the "+" sign and create a new Airport connection. Hit Apply if it is available. Turn AirPort on and try to select your network and login if you can. The status should show Connected and an IP address should show up after of a couple of seconds.
    I get "AirPort has a self-assigned IP address and may not be able to connect to the Internet". On a couple of occasions (over the last couple days) I got you are connected to the internet on IP 172.17.90.251. However when I tried to open a web page I got the banner you are not connected to the internet. Strange, the pref panet said I was the Safari said I was not. Certainly the IP address does not show up in a few seconds. I also have ComCast cable but I need to use the MetroFi-Free wireless so my wife has the bandwidth to do her company work using VPN.

  • ERROR MESSAGE 401 - ITUNES COULD NOT CONNECT TO MUSIC STORE

    I've rencently tried to download some tunes from the Music store but keep getting this error message:
    "ITUNES COULD NOT CONNECT TO THE MUSIC STORE - AN UNKNOWN ERROR OCCURED (401)"
    "MAKE SURE YOUR NETWORK CONNECTION IS ACTIVE & TRY AGAIN"
    This message happened before I downloaded the latest version ofITunes & is still happening after the download!
    I've checked all possible settings & everything is fine
    What is going on????
    DELL   Windows XP  
    DELL   Windows XP  
    DELL   Windows XP  

    Problems connecting to the iTunes Music Store usually stem from issues with the Windows firewall, a privacy filter (such as Mcafee) or a download accelerator. Start here:
    iTunes for Windows: Overview of Music Store Errors
    for some basic tips to start isolating the cause of the problem. Your ISP (or your network administrators if you're on a company network) may have also changed something that is now blocking access.
    Hope this helps.

  • IPhone 4s will not connect to the computer.

    I have a multitude of problems with my 4s and I'm sure that I will never buy another Apple product again.
    Within the first week, I was having problems with the microphone. No one can hear me unless it's on speaker phone, and I know it is not a software issue. The people at my phone company sprayed canned air into the phone and claimed it was fixed. It was, for a few months. Now it's back to doing it again. It works about 20% of the time off of speaker.
    Then, it got stuck in "dock mode," which I tried EVERYTHING to fix it, and nothing worked. My phone had to be taken apart by a cell phone repairman, and you know what he found? A pin was shoved through the ribbon that connects the dock to the rest of the phone, and after so many months it started putting enough pressure on it to make it think it was cnstantly on a dock.
    Now, it will not be recognized by my computer. I have tried EVERYTHING. Everything from this, http://support.apple.com/kb/TS1538. I have even cleaned out the registry of everything apple, itunes, and bonjour before reinstalling itunes, and I have even manually deleted and manually redownloaded, unzipped, and reinstalled the apple mobile driver device. At first, it said USB not recognized. Now, it won't even recognize anything is plugged in. And, it WILL NOT connect to it even in recovery or DFU mode. I have tried three cords and three computers. So, is this software or hardware related? Because honestly, this company isn't worth my time to try to send the phone to because they will do another half assed job like they did when building it. I'd rather just take care of it myself.
    This phone is clearly defective, and I would just like a new one that at least WORKS, but Ntelos says that they can't even fix my phone. All they can do is charge me $120 a year for insurance, and then make me pay $200 for a REFURBISHED one, when I paid $250 for a NEW one and have done nothing, not even so much as dropped the phone, in the 5 months I've owned it.

    You must use Apples iTunes in order to place ringtones or music of your own on the phone. You don't have an android phone which uses a sd card and can load via the usb cable.
    If you need info on how to get songs and ringtones and photos on your phone read the manual on your phone or read up at http://www.apple.com

  • Why does my Airport Express say "self assigned IP address"?  No IP address for the ethernet, and it is not connecting to my cable router any longer...

    Why does my Airport Express say "self assigned IP address"?  No IP address for the ethernet, and it is not connecting to my cable router any longer...

    Some cable providers.....like mine, a well known company......seem to take anywhere from a few moments to sometimes up to 30 minutes to allow their equipment back at the cable company to fully reset and issue a new fresh connection.
    So, it would not hurt to leave things powered down for 15-20 minutes or more when you perform the reset that John Galt suggests.

  • How to fix ipad error -1004 "could not connect to the server"

    I am trying to access the tablet edition of Vanity Fair. I already have a subscription and when I click on the "Tap here for acces to the tablet edition" it takes me to a screen & this error message pops up:
    Cannot Open Page
    This page cannot be opended because of an error
    This error is "Could not connect to the server."(-1004).
    I have deleted, reinstalled via itunes on my mac, done a hard restart and nothing seems to be working. I can browse the web using safari and am connected to the internet via wifi.
    Any suggestions?

    I have the same issue, too. My New Yorker subscription is fine, always has been. But my Conde Nast Traveler subscription won't work. I can get to the screen where you enter your information (either with name and address or subscription number and zip code), but once I press Continue I get the error.
    I emailed Conde Nast's customer service, and this is what they said:
    Dear Subscriber:
    Please accept our sincere apologies for the inconvenience you have
    experienced.
    We have applied a fix to the app for the server error and you will need
    to close and re-open your app. To do so, please double click the "home"
    button to close the running app and then re-open your app.
    Please let us know if you still experience any problems.
    If you should need further assistance, please be sure to include all
    previous e-mail correspondence.
    Thank you for your interest in Conde Nast Traveler.
    Sincerely,
    Shar
    That didn't work. I tried the restarting the iPad, as someone here suggested, but that didn't work, either. Interesting that this seems to be a Conde Nast issue - my NY Times and National Geographic subscriptions are just fine, too.
    I'm afraid I'm not sure what the guidance in this knowledge base article means: "Check security software. Ensure that communication to gs.apple.com is allowed. Follow this article for assistance with security software." How does one do that on one's iPad?
    I actually wonder if it's a firewall issue. Are any of you attempting to enter this information at work, for example? I am, and my company has a firewall/proxy that gives me issues sometimes. I'm going to try to find a wifi hotspot at lunch to see if it'll work there.

Maybe you are looking for

  • When I try to create a new folder I get an error code -50

    I am copying files to an external Hard drive.  I want to create a new folder on the external and I get an error code of -50 and no folder is created.  How do I clear the error code so I can create floders?

  • New iMac to replace older mini, want to use mini as a print server

    I am waiting for the delivery of a new iMac 2.9 GHz. I have a '11 vintage mini. I want to leave the mini connected to the router and printers but without a keyboard and monitor. The mini is set to share files and printers. The new iMac will be added

  • Brief description of object type in TADIR

    Go to: SE11 -> Table TADIR -> show contents -> on the selection-screen click in the field "OBJECT" and browse - you will see a list of all object types. My question: Where do I get from these brief descriptions? In whichsoever tables are these descri

  • JCO difference between SAP J2ee 620 and Webas 640 for Internet Sales

    Does anyone have some information on how Internet Sales manages JCO calls to R/3 or CRM on WebAS 640? Till J2EE 620 the sapjco.jar file directory had to be in classpath along with the relevant dlls in WinNt directory. WebAs 640 Java installation does

  • Why is my macbook freezing?

    I have a macbook pro with 10.8.5. It constantly freezes, and I have to restart it constantly. For all the money that i paid for this laptop, it should never freeze.. please help. what can i do to fix this problem without having to go to the store sin