Server always needs to be specified on Sign-on to SAP B1

Two particular users have this issue. Every time they click on SAP B1 icon and enter user and password, message is issued stating that user or password is invalid. Eventually, the Choose Company window is display without any company databases listed. User then selects the server and can then select a databse and login using same user and password originally entered.
All other users when they login go to the last comapany database last accessed automatically.
SAP B1 is 2007A PL 15 and MS SQL 2005.
Can't see this scenarion listed anywhere in the Forum or in SAP B1 Notes.
Has anyone experienced the same issue? Is there a workaround?
Thanks.

Found this entry under the SAP B1 Login issues and will ask cstomer IT to follow-up.
Influence 6: User privileges are not setup correctly
Reason: Insufficient privileges in Windows
After install/upgrade of SAP Business One or certain changes in the domain were made one or more users need to type always the SQL credentials 'sa' user and password.
What to verify/check
Check with the system administrator if the user has at least 'power user' privileges
Check in the folder '%USERPROFILE%\Local Settings\Application Data\SAP\SAP Business One' that you can add a file/create a new folder or change a text file.
Resolution
Check SAP Note
1156461
Ask the System Administrator to raise the privilege (or copy from another user that does not face the issue) for this user to the profile folders:
'%USERPROFILE%\Local Settings\Application Data\SAP\SAP Business One'
Copy the profile files from another user's machine to the affected desktop and test it again.

Similar Messages

  • Do app-clients always need a user specified.

    I have a app client that I start manually. It receives a message (MQSeries/non JMS), calls some ejb's, processes the transaction and is done.
    I also have a web tier that provides a gui front end to the same process mentioned above.
    Here is the situation: If someone uses the web tier first after OC4J starts up, everything works fine.
    If after OC4J starts up, a transaction hits the app-client first (a MQSeries message/non JMS) and uses the ebj, when a user attempts to use the web tier (and same ejb's), I get a "guest is not allowed to call this EJB method, check your security settings (method-permission in ejb-jar.xml and security-role."
    Is there something I am missing? Should I be at least specifying a user for my client in my application.xml even though I am not setting auto-start="true"? We never had a problem like above until I started using app-clients, so I tend to belive that we had it all set up correctly for the web-tier. I could be wrong though.
    There is another thread sort of related to this. How Are Application Clients Run By OC4J? in orion-application.xml)" error.

    When looking up the EJB are you have to specify the
    java.naming.security.principal=SCOTT     
    java.naming.security.credentials=TIGER
    when looking up the EJB. This user specified while looking should have permission to execute the ejb method.
    anyway what version are you using ?
    regards
    Debu

  • Application Server - Always needs reboot after application update?

    Hi,
    Every time I release a WPF application (4.5) via copy-paste assemblies) onto a dedicated application server -note I am not updating the version number of the exe or anything special) and override the executable already present in the server, my
    end-users do not see the new application changes. I am having to restart the app-server so the server can "see" the latest exe.
    Is this some sort of caching issue with "exes"? That the application server caches it and then instead of picking up the newly update exe it picks up the old one from some "cache"? Note that restarting the "client" machine does
    not solve the issue, only restarting the server does. If so, how can I clear this "cache"?
    Thanks,
    -Alejandro

    Hi Alejandro,
    Did you want to know the configuration of windows application server? If so, I recommend you post thread on the correct forum for more effective response.
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/home?category=windowsserver.
    This forum is for C# programming issue. Thank you for your understanding.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • When we need to go for single sign-on in SAP-XI

    hi,
       When exactly we need single sign-on, and if we do not implement single sign-on in XI , do we get any problems during implementing the project.
    Regards
    siva

    Siva,
    SSO is used to avoid signing on using password each time into ur IR /ID RWB or Appln. system. See each and everytime when u log in to these systems u need to give user name and pwd, but if  enabled SSO then it won't prompt for u the password. Once u enter the username it will log u in.
    No, you won't get any problem in XI , if u haven't enabled SSO in XI. Its the additional feature so that it will not affect ur implementation.
    -raj.

  • Error Message: A main Java class needs to be specified to run the program.

    Hi,
    I am adding a program object to cms using java program, and trying to run it. I am getting an error message like
    Error Message: A main Java class needs to be specified to run the program.
    Could you please help me on this., please find the pasted program object pasted below
    public class MoveReports   {
    public void run(IEnterpriseSession enterpriseSession, IInfoStore infoStore,
                   String[] args) throws SDKException {
        int objectSize = ;
        String cms = "";
         String username = "";
         String password = "";
         String auth = "";
        try {
              ISessionMgr sm = CrystalEnterprise.getSessionMgr();
             enterpriseSession = sm.logon(username, password, cms, auth);
             IInfoStore oInfoStore=(IInfoStore)enterpriseSession.getService("", "InfoStore");
                 IInfoObjects iObjects = null;
                   iObjects = oInfoStore.query("Select * from CI_INFOOBJECTS where SI_PARENTID = 44104 AND SI_PROGID LIKE '%CrystalEnterprise.Excel%'");
                   // Getting total number of reports
                   objectSize = iObjects.size();
                   if(objectSize > 0)
                        for (int count = 0; count < objectSize; count++)
                             IInfoObject obj = (IInfoObject) iObjects.get(count);
                             // Specify the Destination parent Id to move the reports
                             obj.setParentID(44102);
                        oInfoStore.commit(iObjects);
                        System.out.println("Reports Moved Successfully");
                   else
                        System.out.println("Reports Not Available");
             catch (SDKException e) {
                 e.printStackTrace();
                 System.out.println("Error : " + e.getMessage());
    Thanks&Regards
    Damodar
    Edited by: Damodaram B on Nov 2, 2009 1:29 PM

    There's couple of things at issue here - you've not specified the proper interface (IProgramBase or IProgramBaseEx), and the program job server can't find the class in question (a deployment issue).
    You may want to open a support ticket with SAP.
    Sincerely,
    Ted Ueda

  • Do I always need -cp / CLASSPATH to start my program ?

    Hello
    Do I always need to set CLASSPATH or use -cp in order to launch a Java application ? I mean do I always need to know what the application installation directory is in order to start it ?
    Is there no way to launch the application with just the class name, like with `java net.grinder.Grinder´ in a way does not require me to know where the application binary files are ?
    Is there no kind of local registry or repository of installed Java classes, that the launcher (`java´) could use ?
    Thank you,
    Timothy Madden
    Edited by: user11082954 on Dec 12, 2011 7:49 AM

    Yes, you need to specify the classpath, since that is where the JRE will look for classes which are supposed to be loaded.

  • Which version of Windows Server 2012 needs to be ordered so that I can downgrade to Windows Server 2008 64bit Standard SP2

    Dears in Microsoft,
    We need to have Windows Server 2008 Standard SP2 64bit to be installed and due to the fact it is no more available in Microsoft.
    I am going to order Windows 2012 with 16 CAL in order to downgrade it to Windows 2008 Standard SP2 64bit. My question is:
    1. Which version of Windows Server 2012 needs to be ordered so that I can downgrade to Windows Server 2008 64bit Standard SP2?
    2. what else required in terms of product key, media, license...etc?
    Appreciate your kind supports.
    thanks and best regards
    Barznj Abdullah

    Any licensing questions are always best addressed by a trained Microsoft licensing specialist.  You can find whom to call by looking at www.microsoft.com/licensing.
    One of the built-in rights of a Windows Server license is the right to run earlier versions of the operating system.  So if you purchase either Standard or Datacenter, you can run 2008 Standard.
    However, that does not provide the media or activation codes for earlier versions of the operating sytem.  You have to obtain those via other channels.  You should most likely contact a Microsoft reseller and talk to them.  They will
    most likely have a trained licensing specialist on hand to help answer your questions, and they should also be able to provide media for earlier distributions (for a slight fee).
    .:|:.:|:. tim

  • Icloud needs an Apple ID to sign in..BUT.it says: "This Apple ID is valid but is not an icloud account" What can i do? i do have apple id???

    icloud needs an Apple ID to sign in..BUT.it says: "This Apple ID is valid but is not an icloud account" What can i do? i do have apple id???

    I have the same problem and unfortunately the only way to get an iCloud ID is to set one up on an Apple device that uses the Apple OS opperating system.  If you don't own one, or can't qfford one, then you are simply shut out of using the iCloud.  Does it suck?  Yes.  Is there any solution other than buying an Apple device?  No.

  • Flat file connection: The file name "\server\share\path\file.txt" specified in the connection was not valid

    I'm trying to execute a SSIS package via SQL agent with a flat file source - however it fails with Code: 0xC001401E The file name "\server\share\path\file.txt" specified in the connection was not valid.
    It appears that the problem is with the rights of the user that's running the package (it's a proxy account). If I use a higher-privelege account (domain admin) to run the package it completes successfully. But this is not a long-term solution, and I can't
    see a reason why the user doesn't have rights to the file. The effective permissions of the file and parent folder both give the user full control. The user has full control over the share as well. The user can access the file (copy, etc) outside the SSIS
    package.
    Running the package manually via DTExec gives me the same error - I've tried 32 and 64bit versions with the same result. But running as a domain admin works correctly every time.
    I feel like I've been beating my head against a brick wall on this one... Is there some sort of magic permissions, file or otherwise, that are required to use a flat file target in an SSIS package?

    Hi Rossco150,
    I have tried to reproduce the issue in my test environment (Windows Server 2012 R2 + SQL Server 2008 R2), however, everything goes well with the permission settings as you mentioned. In my test, the permissions of the folders are set as follows:
    \\ServerName\Temp  --- Read
    \\ServerName\Temp\Source  --- No access
    \\ServerName\Temp\Source\Flat Files --- Full control
    I suspect that your permission settings on the folders are not absolutely as you said above. Could you double check the permission settings on each level of the folder hierarchy? In addition, check the “Execute as user” information from job history to make
    sure the job was running in the proxy security context indeed. Which version of SSIS are you using? If possible, I suggest that you install the latest Service Pack for you SQL Server or even install the latest CU patch. 
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Unable to boot normally - Always need to boot with Single User Mode

    Hi Community,
    Since last few days, I am unable to boot my Macbook Pro normally, running latest version of OS X Yosemite. When I boot, it goes to grey screen with Apple logo and progress bar, once the progress completes to 100% (after 5-10 minutes which is very longer than usual), it asks me to 'Select  language' which seems like fresh installation of OS X. In that case, when I click next and it doesn't detect my SSD (blank list of select installation disk/drive).
    After reading some threads, I found work-around and always need to boot into Single user mode (by pressing Command+S during power on) and then need to run following commands...
    /sbin/fsck -fy
    /sbin/mount -uw /
    "device is write protected" numerous times
    reboot
    and then only it loads OS X and displays login screen. This happens all the times and I need to follow above steps always to get login screen.
    How can I fix this?

    Please help me out here. I tried booting it off a USB flash drive with ATV flash but that gave me some errors and prompted me to login with username [email protected] with password frontrow
    But I am not sure how to get to login using a suitable input. I tried to telnet it using my PC over network but I dont think it has initialized anything (like wifi or network) at the prompt. Would it take USB keyboard input? All I can do is remove the power and restart it with the usb flash out and get into then get into the recovery loop. I am not sure replacing the hard-drive would help. Any help would be greatly appreciated.
    Thanks
    Sinu

  • Does an external hard drive ALWAYS need to be connected to my mbp with retina display for Time Machine?

    Does an external hard drive ALWAYS need to be connected to my mbp (OS 10.10.1) with retina display for Time Machine? Or can it be connected once a week or whenever I want? I used to have an external drive always connected to my previous mbp, but it made moving my mbp around a bit of a hassle with it connected...

    When the backup drive is not connected, some of the free space on the internal drive will be used to make local snapshots, which are backup copies of recently deleted files. Local snapshots will protect you from unintended file deletions, but not from a drive failure. You should only go as long between backups as you're willing to lose data. If losing a week's worth of work is acceptable to you, then that backup frequency is OK. Otherwise, it isn't.

  • AVCHD clip's always needs to get rendered when inserting. Media info about .mts file attached

    Hi
    I have previously discussed this problem in another thread. I have .mts files that I insert in a project (project preset set to PAL-AVCHD Full-HD)....when inserting i always need to render the clips and as many peole have mentioned, this should not be needed, instead PrEl should take care of this by itself..and it really sunds weird if it doesnt...
    So, why is this happen...i get so frustrated when I have to re-render the clips all the time, since also - it takes a looong time for jsut tiny tiny clips ? I posted the hardware specs I have two days ago in this same forum, and it looks from the answers I got that this hardware should be enough for not having to wait several minutes to jsut add a 6 second AVCHD clip ?
    Please look at below image that is a screenshot from MediaInfo about the details for my .mts file I'm trying to add - resulting in new rendering needed, plus the fact that it takes about 5 minutes to render it ??
    Please, suggestion or solutions ? I'm lost...I got feedback yesterday that this is a known problem with both PrEl 8 and PrEl 9 ..that AVCHD clips needs to get rendered manually when they are added....i.e a known bug in these versions ?? Any experience ? How can I move forward, I have problems to understand that such bug should exist without anysolution and/or workaround since I see this as a feature that MUST work for people not getting crazy :-)
    MediaInfo screenshot (click on image to get it to look better) BR /Helmut

    Hi Neale
    many thanks for your time trying to help me out.....
    Please see my answers below in bold, hope you and/or someone else can help me with some further answers
    Are you opening a project created in PRE8 with PRE9? If yes, that is the most likely cause of the problem. Create a new PRE9 project and see if the same problems after you import the clip and save the project. No, I'm only working in Pr 8.0 - I have this problem as soon as I add a clip..not that into the different formats, just know that the best possible output from my camera (Canon HF10) should be AVCHD..thats why I added teh detailed info from "MediaInfo". can you tell from that info I'm correct, i.e that the .mts file is really AVCHD as expected ? Just to help me confirm that. So, I havent been using PrEl 9.0...another person two days ago told me that PrEl 9 also got similar problems as I reported for my PrEl 8.0 ?
    When you first added the clip to your project did you receive any messages that the file was not suitable for the format? If so did you accept the offered preset? If you didn't start a new PRE9 project and this time accept the offer. No, I did not get any messages as all about the format. Occasionally I get something like "Do you want to fix the quality in the clip" ..cant recall exactelly what the message is, but its for sure nothing about the format
    When you put it into the project, did you have a red line running the length of the timeline? If you do then your preset is not correct (this is purely PRE9. PRE8 always required rendering AVCHD footage).Yes, always when I add a clip I get this red line. If I understand everything correctly this means I have to hit ENTER key to create a preview file....thats my second problem - as soon as I do that, it renders the clip very very slowly although I should have prety good hardware (According to spec posted two days ago).
    So, as a summary. Do you think that buying Premiere Elements 9.0 should get rid of this problem when adding AVCHD ? If that is the case, I feel I just want to be sure about this and that I will not experience the problem again. Can it not just be some setting that is, by default, not correct in Premiere El 8.0 that is causing this or is this really a known bug without fixes available from Adobe?
    Best Regards
    Helmut

  • Query with results always needed...

    Hi
    Would you please help me to get this query? I noew with Oracle 9i...
    What I need is to create a query Not empty or with rows always.
    I have a list below where I need to get the count and the sum grouped by Source in a Date range.
    - The fact is that if I change my date range (suppouse aprl/01/04 thru apr/30/04) the query will result with No rows, ok.
    I need to create a row for every group (SAP, CAC), with Zeroes on the Count and on the Sum...
    - If any group (SAP/CAC) have rows but the other one not also need to create a Zeroes row for the group that does not fall in the date range, suppose 03/03/2004...
    Source Payment Code_Emp In_Date
    SAP 100.00 001 01/01/2004
    SAP 100.00 001 01/01/2004
    SAP 100.00 001 02/02/2004
    SAP 100.00 001 02/02/2004
    SAP 100.00 001 03/03/2004
    CAC 100.00 001 01/01/2004
    CAC 100.00 001 01/01/2004
    CAC 100.00 001 01/01/2004
    CAC 100.00 001 01/01/2004
    CAC 100.00 001 02/01/2004
    CAC 100.00 001 02/01/2004
    Total for date range from 01/01/2004 to 01/31/2004
    Sum of Count
    Payments
    Totals for SAP 200.00 2
    Totals for CAC 400.00 4
    Difference –200.00 -2
    I GOT SOMETHING LIKE THIS, BUT THIS WILL RETURN ME MORE THAN 2 ROWS, ONE FOR SAP OTHER FOR CACE AND OTHERS WITH NULLS....
    SELECT Source,
    NVL(Count(code_Emp),0) T_Payment_Req,
    NVL(ROUND(Sum(payment),2),0.00) T_Payment_Amount
    FROM ApDetail
    WHERE Reconciliation_Id is Null
    AND In_Date BETWEEN To_Date('01/01/2004','MM/DD/YYYY')
    and To_Date('01/31/2004','MM/DD/YYYY')
    GROUP by Source
    union
    SELECT Source, 0, 0
    FROM ApDetail
    WHERE Reconciliation_Id is Null
    KIND REGARDS.

    SELECT
    Count(SAP.code_Emp) SAP_T_Payment_Req,
    Count(CAC.code_Emp) CAC_T_Payment_Req,
    ROUND(NVL(Sum(SAP.payment),0),2) SAP_T_Payment_Amount,
    ROUND(NVL(Sum(CAC.payment),0),2) CAC_T_Payment_Amount,
    ROUND(NVL(Sum(CAC.payment),0),2) -
    ROUND(NVL(Sum(SAP.payment),0),2) Difference
    FROM ApDetail CAC, ApDetail SAP
    WHERE
    (SAP.Reconciliation_Id is Null
    AND SAP.In_Date BETWEEN To_Date('01/01/2004','MM/DD/YYYY')
    and To_Date('01/31/2004','MM/DD/YYYY')
    AND SAP.SOURCE = 'SAP')
    AND (CAC.Reconciliation_Id is Null
    AND CAC.In_Date BETWEEN To_Date('01/01/2004','MM/DD/YYYY')
    and To_Date('01/31/2004','MM/DD/YYYY')
    AND CAC.SOURCE = 'CAC')
    This Query ALWAYS return ONE record.

  • Minimum initialization parameters that need to be specified

    During Database Creation, will specifying these initialization parameters be enough:
    db_name= mydb
    control_files = ("C:\ORACLE\PRODUCT\10.2.0\ORADATA\MYDB\CONTROL01.CTL","C:\ORACLE\PRODUCT\10.2.0\ORADATA\MYDB\CONTROL02.CTL","C:\ORACLE\PRODUCT\10.2.0\ORADATA\MYDB\CONTROL03.CTL")
    db_block_size=8192
    undo_management=AUTO
    Also, is there an order in which these need to be specified ?
    ramya
    Edited by: Ramya Reddy on Feb 26, 2009 8:17 PM

    Ramya,
    Here is an example of working init.ora file created using default. I am marking all parameter which can be speficied later enclosed between "+"
    dss.__db_cache_size=599785472
    dss.__java_pool_size=4194304
    dss.__large_pool_size=4194304
    dss.__shared_pool_size=264241152
    +dss.__streams_pool_size=8388608+
    +*.audit_file_dest='C:\oracle\product\10.2.0\admin\DSS\adump'+
    *.background_dump_dest='C:\oracle\product\10.2.0\admin\DSS\bdump'
    *.compatible='10.2.0.3.0'
    *.control_files='C:\u01\oradata\DSS\DSS\control01.ctl','C:\u01\oradata\DSS\DSS\control02.ctl','C:\u01\oradata\DSS\DSS\control03.ctl'
    *.core_dump_dest='C:\oracle\product\10.2.0\admin\DSS\cdump'
    *.db_block_size=16384
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='DSS'
    +*.db_recovery_file_dest='C:\oracle\product\10.2.0\flash_recovery_area'+
    +*.db_recovery_file_dest_size=16917725184+
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=DSSXDB)'
    *.job_queue_processes=10
    +*.log_archive_dest_1='LOCATION=C:/u01/oradata/ArchiveLogs'+
    *.log_archive_format='ARC%S_%R.%T'
    *.open_cursors=300
    *.pga_aggregate_target=209715200
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=886046720
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='C:\oracle\product\10.2.0\admin\DSS\udump'Regards
    Edited by: OrionNet on Feb 26, 2009 11:32 PM

  • Iphone 5-updated to ios 7.0.2 keeps freezing in lock screen.I always need to restart or should wait till a phone call come to unlock the screen. Does any body have the same issue??

    Iphone 5-updated to ios 7.0.2 keeps freezing in lock screen.I always need to restart or should wait till a phone call come to unlock the screen. Does any body have the same issue??

    I do have the same issue with my 4s after updating.tried with restoring several times,but the problem still persists.....

Maybe you are looking for

  • Alarm not working again??

    Hmpf! Hoping someone can help me please! As per details in previous threads, not long after I got my phone, the alarm started being temperamental - not going off all the time, going off at wrong times, then not working at all. After checking & rechec

  • Persist problem pls help me.

    guys sorry to ask that but i could not find such an error on web. my problem is, i persist an object than delete this object and try again to persist it.. here we go.. you attempted to persist a detached object any help?

  • Server Error has occurred when loading profile manager page

    I am getting message saying Server Error has occurred when I login into profile manager web page. How can i solve this issue. I am using Mavericks Server.

  • OBIEE 10.3.4.1 is out

    Just to let you known: The 10.1.3.4.1 release of the Oracle Business Intelligence Enterprise Edition introduces http://www.oracle.com/technology/software/products/ias/htdocs/101320bi.html http://obiee101.blogspot.com/2009/04/obiee-10341-is-out.html r

  • Can not open jpeg

    Photoshop can't open jpeg files, "The file can not be found" is the message I get. Solution anyone?