SAP B1 Client not open

Hi all,
I try to upgrade the SAP for one of my client from SAP 2005b Pl 42 to SAP 2007b PL 10. The update process in the server is over and it is fine.
But for my Client machines the upgrade is running fine but after upgrade i will not see any databases on it, when i try to give the Server name and its username and password there will be a error msg appears as " internal error"
I found the reason that in Server machine the choose company window has a server name as MSSQL_2005 but in client machines it will appear as MSSQL. I think this is the reason for the problem,
Please guide me to solve the issue
Thanks in advance
Sundar

Hi Sundar,
Please check any firewall and anti virus software is running of blocking the server and client communication. If it is so remove that blocking from the firewall list. If the same problem is persists again please install sql server native client in your client system.
After the installation is over, try to connect it again. Same problem is happening again uninstall the client in your machine and do the following
Goto run -- %temp% - delete all files (Particularly try to delete SM_OBS_DLL)
Goto Run u2013Temp u2013 Delete all files.
restart the machine and install the client.
This will solve the problem.
Thanks and Regards,
Senthil Maruthappan.
Team work Never Fails.

Similar Messages

  • SAP Authentication is not opening in CMC

    Hi Experts,
      My scenario is WIN 2003 64 Bit Server.
                              BO EDGE 3.1 with DI
                              SAP IK ( i used SAP JCO files of "sapjco-ntintel-2.1.9.zip")
                              BO EDGE Service Pack 3.
    SAP Authentication option is reflecting in CMC,But when i click on SAP it is not responding.I Updated Objects from CCM.
    Now not only SAP authentication all other Authentication types are not responding. Can any one give quick response.
    Thanks,
    Bharath

    Hi INGO,
    we used SAP JCO 2.1.9 32 Bit Version. and redeployed tomcat.but still the issue is there.
    what i did is
    1) Uninstalled SAP IK Sp3
    2) Uninstalled BO EDGE Sp3
    3) Uninstalled SAP IK
    we dont have SAP JCO 2.1.8 to download.
    But still the SAP authentication is visible in CMC.What should i do.do i need to remove any files from installation directory.
    Can you please help me on this. <REMOVED_BY_MODERATOR>
    .Thanks for your support and help.
    Thanks,
    Bharath
    Edited by: Pravender on Dec 16, 2010 10:51 AM

  • Urgent: FDM Web Client not opening up properly after complete configuration

    Hi,
    I have installed FDQM 11.1.2 on a seperate server from foundation server, whole installation and
    configuration process is successful. I am able to create application from workbench client and also able to
    connect to an Essbase application. But when i try to access web client through url: http://localhost/HyperionFDM
    the web page that opens is not not proper, and i am also not able to login from web client.
    i have installed IIS 6.0 on both servers. please suggest me some ways to solve this problem.
    Any help is highly appreciated.
    Regards,
    Arvind
    Edited by: Arvind on Mar 8, 2011 8:33 PM

    Larry,
    Of course there are instances of mistakes. What I was trying to communicate to the poster is that I am 100% certain that 2008 R2 is not supported. I've seen this mistake made at least once. The resolution is to redeploy FDM on a supported platform. That is the answer. If you call support, you will get the same answer. Wayne knows this because he used to work for support before joining our team.
    If we seem inflexible on this point it is because we have taken the time to provide the answer and it seemingly is not an answer that the poster "likes" and continues to belabor the point.
    Our intent is to help this issue get resolved sooner rather than later. By searching for a non supported work around, the poster is going to waste seemingly valuable time.
    Hopefully that helps you appreciate our perspective.
    Tony

  • Final Cut Server Client not opening

    So I really new to Final Cut Server (FCS). I have installed FCS on my Xserve as well as the FCS client on my laptop (Did all of that on a local LAN). When I go to my house and try to access FCS client it throws me an error, saying "Unable to launch the application". I really don't know what the issue. Here is the code that is given via java when i click details.
    Launch File:
    "<?xml version="1.0" encoding="utf-8"?>
    <jnlp
    spec="1.0+"
    codebase="http://xserve.local" href="/FinalCutServer/FinalCutServer_mac.jnlp">
    <information>
    <icon kind="default" href="~fcsvr/webstart/FinalCutServer.icns"/>
    <icon kind="shortcut" href="~fcsvr/webstart/FinalCutServer.icns"/>
    <icon kind="splash" href="~fcsvr/webstart/FinalCutServer.png"/>
    <title>Final Cut Server</title>
    <vendor>Apple Inc.</vendor>
    <homepage href="/FinalCutServer"/>
    <description>Final Cut Server</description>
    <description kind="short">Final Cut Server</description>
    <shortcut online="true">
    <desktop/>
    <menu submenu="Apple"/>
    </shortcut>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <jar href="/~fcsvr/webstart/FinalCutServer.jar"/>
    <j2se version="1.5*" initial-heap-size="64m" max-heap-size="300m" java-vm-args="-Dapple.awt.graphics.UseQuartz=false"/>
    <j2se version="1.6*" initial-heap-size="64m" max-heap-size="300m" java-vm-args="-Dapple.awt.graphics.UseQuartz=false -d32"/>
    <property name="apple.awt.graphics.UseQuartz" value="false"/>
    <property name="file.encoding" value="UTF-8"/>
    </resources>
    <resources os="Mac OS X" arch="i386">
    <nativelib href="/~fcsvr/webstart/FinalCutServer_MacOSX.jar"/>
    </resources>
    <resources os="Mac OS X" arch="ppc">
    <nativelib href="/~fcsvr/webstart/FinalCutServer_MacOSX.jar"/>
    </resources>
    <application-desc main-class="com.apple.FinalCutServer.javaui.FinalCutServer">
    </application-desc>
    </jnlp>"
    Exceptions:
    java.net.UnknownHostException: xserve.local
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:433)
    at java.net.Socket.connect(Socket.java:529)
    at java.net.Socket.connect(Socket.java:477)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:388)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:523)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:231)
    at sun.net.www.http.HttpClient.New(HttpClient.java:304)
    at sun.net.www.http.HttpClient.New(HttpClient.java:321)
    at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection. java:965)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java :917)
    at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:842)
    at com.sun.deploy.net.BasicHttpRequest.doRequest(BasicHttpRequest.java:185)
    at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(BasicHttpRequest.java:68)
    at com.sun.deploy.net.DownloadEngine.isUpdateAvailable(DownloadEngine.java:933)
    at com.sun.deploy.net.DownloadEngine.isUpdateAvailable(DownloadEngine.java:838)
    at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(DownloadEngine.java:157 4)
    at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(DownloadEngine.java:153 4)
    at com.sun.deploy.net.DownloadEngine.getResource(DownloadEngine.java:217)
    at com.sun.javaws.LaunchDownload$DownloadTask.call(LaunchDownload.java:1979)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
    at java.util.concurrent.FutureTask.run(FutureTask.java:123)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java: 651)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
    at java.lang.Thread.run(Thread.java:655)
    Please someone help me out. I have been trying to get this for a few days.

    Try removing the FCSvr client from your local machine and then reinstalling it from the web installer while you are connected via VPN. Run these commands in Terminal to remove it:
    rm -r ~/Library/Caches/Java/
    rm -r ~/Library/Caches/com.apple.finalcutserver/
    rm ~/Library/Preferences/com.apple.finalcutserver.plist
    rm -r ~/Desktop/Final Cut Server.app
    Sometimes my client just won't launch like you are seeing and reinstalling it within whatever network connection I'm using gets it working again.

  • Transaction iView(from remote source) does not open a new SAP session

    Hi All,
    We are on portal 7.4 and are calling a transaction from ECC system. Within the transaction we have a button which displays graphs based on the output of the transaction. Since we are calling this transaction from portal, a new session does not open after clicking on this button.
    In order to enable a new session, I have changed the configuration for 'disable new session buttons in SAP GUI' to false yet the new SAP session does not open. I have also verified the webgui setting and ensured that we do not have '~singletransaction' maintained,  yet we are unable to enable the new session. Could you kindly suggest on how I can get this button to function?
    Additional inputs:
    - Referred to note 125814 for changing the new sessions value.
    - Tried changing the iview type to 'SAP GUI for window' from SAP HTML type(which was default).
    - In case I type '/o' in the command box for SAP, it gives me a 'maximum sessions reached' message, but this message does not come when I click on this button. In fact, nothing happens after I click on the button.
    I still think there might be a possibility to enable this, however, I seek your inputs on this.
    Awaiting response...
    Warm Regards,
    Vinay

    Hi Harini,
    thanks for your answer!
    I can tell you that the same command used from the SAP Client open a new session with the same transaction...
    Is strange that from the portal it has a different behaviour...
    Best Regards

  • Add table entry while client is not open

    we only have access to SE16, no sm30 maintain table entry authorization, but this can be bypassed by <removed by moderator>.
    thus we can modify existing table entry.
    but I can't use this method to add additional table entry, any one know how to add entry using se16 debugging?
    Moderator message: bypassing authorization checks is not supported in these forums.
    Edited by: Thomas Zloch on May 25, 2011 12:03 PM

    I can confirm those activities are checked and active.
    SAP Note - 1129764 --> Users can actually see their original workbooks and the ones that have been 'saved as', they just want to be able to modify and just 'save' the original ones.
    SAP Note - 1052085 --> This doesn't fit either, users have 'save' button disabled and can only click on save us. Besides we are already running on SP.14
    Last note says: "Workbooks are not saved in BW systems that are not changeable.".
    This is a statement that bothers me, indeed my client is set closed.
    And SCC4 shows these paramenters:
    Changes and Transports for client-specific Objects
       --> No changes allowed
    Cross-Client Object Changes
       --> No changes to repository and cross-client customizing objs
    Protection: Client copier and comparison Tool
       --> X Protection level 1: No overwriting
    CATT and eCATT Restrictions
       --> eCATT and CATT not allowed
    Restrictions:
    (both unchecked).
    Are you certain that it is possible to save them while the client is not opened? I'm starting to think that it just can't be done
    Thank you for your help.
    Regards,
    Gonzalo

  • Firefox will not open my email client when I click on a "mailto" link on any website. How can I fix this.

    Anytime I drag my cursor across, or try to click on a "mailto" email link on any webpage, it will display an incorrect e-mail address (it seems to default to one in particular). It will not open a new e-mail window and if I "copy e-mail address" it's the wrong one. I've tried everything and was hoping with new updates the problem would solve itself but obviously it hasn't.
    HELP ! This is driving me CRAZY

    For the settings to check to ensure that Firefox opens your email client, see [[changing the e-mail program used by Firefox]]. I don't know why it shows the wrong email address.

  • The Report Server page comes up on local server, but the page does not open from clients

    Hello,
    The Report Server Page opens up just fine on the local server, but page does not open up from desktops and client PCs.   SSRS is installed on a Windows Server 2008 R2 server and with SQL Server 2008 R2 SP2
    Clients are using IE 11 and they see:
    Oops! Internet Explorer could not connect to tumdv-fsql01
    How can make this site accessible from clients?
    Thanks
    Paul

    That did not work.
    What port numbers specifically does SSRS use?  I will check the firewall.
    http://100.100.100.100/CengeaReports/Pages/Folder.aspx
    When I add the IP Address and try the link again, IE says "This page can not be displayed".  When I try the Fix connection problems, IE says:
    "The website is online, but it is not responding to connection attempts."
    Paul

  • Document not opening in /sap/bc/contentserver

    I am having this issue when i try to to to open the document which i stored "/sap/bc/contentserver" , it takes me to a webpage.
    here is the detail.
    1. Able to check in the Document
    2. Initially when i clicked the document i was getting this error "/sap/bc/contentserver not active" . I fixed the issue by following this note "685521 - Logon data for /sap/bc/contentserver service" .
    3. Now when i click on the file , it take me to a webpage
    http://xxxxxx25.usf.yyyyyyy.xxx.com/sap/bc/contentserver/400?get&pVersion=0046&contRep=LLS_COR_DOC_REP&docId=4B00644F85670121E10080000A0D6491&compId=TEST.xls
    4. I search on OS but could not find this directory /sap/bc/contentserver .
    I am on GTS 7.0 version and this first time i have tired checking and checking out the file.
    Is there any more configuration which need to be done in order to accomplish this.  If so can some one guide me the steps or send the instruction or link
    thanks

    > 4. I search on OS but could not find this directory /sap/bc/contentserver .
    You can't find the file on the OS since that directory is part of the ICM you just activated.
    > Is there any more configuration which need to be done in order to accomplish this.  If so can some one guide me the steps or send the instruction or link
    I would use the GTS configuration guide available with the installation media.
    Markus

  • SAP Management Console (5NN13 port) does not open in Firefox or IE browser.

    Hi ,
    Title: SAP Management Console (5NN13 port) does not open in Firefox or IE browser.
    Iam not able to see the pop up window SAPMC when i run the following in firefox browser but it works fine in my colleague's computer:
    http://hostname:5NN13
    I tested the same sap system with this address and it works fine - http://hostname:5NN00
    Iam sure that something has to be changed in my browser but dont know what. Please help. Thank you.
    Regards,
    Mohan.

    Dear krishna,
    even if your thread is closed:
    If you get this error in firefox you just have to install java plugin.
    Please find documentation [here|http://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox].
    Best regards,
    Alex
    Edited by: Alexander Foerster on Dec 2, 2011 12:44 PM

  • Error in client System.. forms are not opening...

    Form is not opening in client system...
    There is An error in Important:Do not close Window in Status bar Exception
    and form Is not opening...
    our application version 11.5.9
    database version 8.1.7.4
    here below some of the solutions i tried
    1.In JInitiator i have ticked the show java console.
    2.i added one 0 in run Java parameters before it has value :5000000 ..now it is having value :50000000
    3.in internetexplorer tools-->options i have deleted history,files& cookies..
    please reply me soon...
    here i attached the error
    java.lang.ClassNotFoundException: oracle.forms.engine.Main exception when loading: oracle.forms.engine.Main
    java.lang.NullPointerException
         at sun.applet.JinitAppletPanel.createApplet(JinitAppletPanel.java:668)
         at sun.applet.JinitAppletPanel.runLoader(JinitAppletPanel.java:581)
         at sun.applet.JinitAppletPanel.run(Compiled Code)
         at java.lang.Thread.run(Thread.java:466)
    Edited by: user13098774 on May 11, 2010 2:17 AM
    Edited by: user13098774 on May 11, 2010 2:25 AM
    Very Urgence
    Edited by: user13098774 on May 11, 2010 3:15 AM

    Hi user;
    What is your browser? Other client can login EBS and can work on it?
    Please check:
    Recommended Browsers for Oracle E-Business Suite 11i [ID 285218.1]
    If you are using IE Also check :
    Tools > IE options>>Advanced >> Under Browsing >> unchecl Enable third-party browser extensions
    IE 6 Crashes When Oracle E-Business Suite Access JInitiator 1.3.1.28
    IE 6 Crashes When Oracle E-Business Suite Access JInitiator 1.3.1.28
    Oracle JInitiator + Forms + IE = Crash
    Oracle JInitiator + Forms + IE = Crash
    Regard
    Helios

  • System Services Reporting is not opening from main SAP screen menu.

    Hi Team,
    I have upgraded kernel patch in all our three systems of DEV, QAS & PRD, from patch level 139 to 376 (Kernel 460_REL). After upgrade ll system are working fine.
    Yet, System>Services>Reporting option is not opening from SAP Menu, even it is not giving any kind of error message too.
    While the same screen is opening from X-code: SA38.
    Kindly help !
    regs,
    Ved P Singh

    Hi Bala,
    If you go to transaction SE80 -> Repository Information System -> Other objects -> Transactions and you search for SOAMANAGER, you get into the screen where you can modify attributes for this transaction. Please check if there are strange values entered in there... Or maybe SAPGUI for HTML is not selected.
    Kind regards,
    Mark

  • SAP B1 Client is not showing any company after installing Windows 7

    Hello experts
    By installing Windows 7 on a computer which had Windows XP installed before and trying to re-install SAP B1 client on that computer, company list is being displayed as empty. This is only happening on this computer as it is the only one which has been upgraded to Windows 7, SAP client is displaying all companies if it is run in other computer. So the issue is only affecting this computer.
    Thanks and regards

    Hi Javier,
    Please check below links.
    Company list empty in login screen SAP B1 9.0
    [SAP Business One 9.0] Company Databases not appearing
    SAP Business One Client Not Install In Windows 7 Proffesional
    Hope this help
    Regards::::
    Atul Chakraborty

  • SAP Enterprise portal "portal content" keeps on loading not opening

    SAP Enterprise portal portal content keeps on loading and not opening only in my system(computer).When I check the console for errors, I found the below error,
    SCRIPT5007: The value of the property 'loadXml' is null or undefined, not a Function object
    dynamicLoad.js, line 58 character 1
    Please let me know whether I need to change any settings related to browser or any other issue.

    Hi Venkatesh,
    Make sure the hostname you use in your URL (short and FQDN) can be resolved.
    ie:
    myportal:<port>/irj
    myportal.mycompany.com:<port>/irj
    eg: in your hosts file make sure
    10.23.2.50 myportal myportal.mycompany.com
    Also after all the changes you have made, empty your browser cache and also force a GET by using cntrl+F5 key.
    KR,
    Amerjit

  • My email client will open but the old emails will not.

    My email client will open on my mac mini but the old emails will not. I have some as far back as 2009.
    What can I do?

    Hmmm, sounds like they might not really be there!?
    Get Find Any File...
    http://apps.tempel.org/FindAnyFile/
    Hold Option or alt key when selecting Find to Find All.
    Search for Name> Ends in>.emlx
    (dot ee em el ex)
    When done, sort by date, see if there are any from 2009, & if so what size they are, and if dragging one to Text Edit icon shows text.

Maybe you are looking for

  • Error in Jasper Report Generation

    Hi, I generated Jasper Report. Jar File Used: 1)classes12 2)commons-beanutils-1.5 3)commons-collections-2.1 4)commons-digester-1.7 5)commons-logging-1.0.2 6)jasperreports-1.2.1 7)org.eclipse.jdt.core.manipulation_1.0.0.v20060605-1400 8)org.eclipse.jd

  • Value in exbs field of j_1iexcdtl is takeing base price not the discounted

    hi In exbs field of j_1iexcdtl taking base price of a material but exice(bed) is calculated on discounted value of base price. can any body clear me whether value is ok or not. if i need to maintain assesable value at j1iid what value should be? kaus

  • How can I reverse or undo syncing my snapchat with my contacts?

    I synced my snapchat account with my contacts, and now it's showing their names rather then their usernames. This is super annoying -_-. Can anyone please help me reverse this.

  • 2 report regions in one html region

    Hi All, I am trying to group 2 report regions together. Is there any way to include these 2 report regions in another html regions. Please help. Thanks, TJ

  • Do Not Disconnect does NOT appear on screen when plugged in w/ USB

    Please help! I have updated over 300 songs on my 30G ipod. After about a week of not putting any songs on, I went to connect the ipod, and it was frozen on the Do Not Disconnect logo. I reset it immediately and it was okay. Now, when I connect it to