Home » Archives for March 2014
Sunday, March 30, 2014
Thursday, March 6, 2014
SAP - Slow Login on SAP Client
9:55 PM BTG
- Disable additional network cards in the Network Connections. Also, make sure there is no dial-up interface or VPN interface set up, and restart the server. Note that you can re-enable the additional network card after the restart. This will resolve the issue until the next restart.
- Check if there is an additional IP address assigned for single network cards (Start-->Run-->cmd-->ipconfig). If there is more than one IP address displayed, ensure there is only one address assigned.
- Install the license server on a machine with a single network card.
- Restart license server.
- Make sure to that the port 30000, 30001 and 1433 are allowed in the firewall. Here’s a useful link on how to do that in case you don’t know(http://www.2x.com/blog/2010/04/tech/configuring-the-windows-server-2008-r2-firewall-to-open-ports-for-2x-solutions/)
- Make sure to add SQL server to the exception in the antivirus. For antivirus exception here’s a link on how to do that(http://www.symantec.com/business/support/index?page=content&id=TECH203266) This is for Symantec. You can search in google for the other antivirus.
- Start-->Run-->regedit
- HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ACE\TAO
- For example: -ORBEndPoint iiop://10.59.39.60:30000 -ORBDottedDecimalAddresses 1
- Use the IP address instead of the computer name for the License Server address wherever License Server address is needed, such as SAP Business One client, DI API, B1i, and so on.
- If the SQL Server eating too much CPU usage between than 70-80% then you should adjust the memory consumptions in SQL Server settings. I remember this when we are on training for SQL Server Implementation and Maintenance.
- Log on to SQL Server > right click the Server name > Properties > Memory
- Change the Maximum server memory value, as you see the default value is set to 2147483647(mb) equivalent of 2097151(gb).
- Change it to the total memory of the server then dived it by two, assumption 8192(mb)/2 = 4096(mb)
- You can use this online tool for conversion (http://www.whatsabyte.com/P1/byteconverter.htm)
Wednesday, March 5, 2014
SAP - Access Provider cannot be found. (DTW)
5:10 PM BTG
Tuesday, March 4, 2014
SAP - Unhanded Exception on Depreciation Run
5:00 PM BTG
SAP - Conversion failed when converting the nvarchar
1:56 AM BTG
[Microsoft][SQL Server Native Client 11.0](SQL Server)Conversion failed when converting the nvarchar value 'value' to data type int. (CINF)The root cause of this error is on the SBO_SP_TransactionNotification this is a stored procedure from SAP Business One database where in you can create your own user define error which they can't proceed on Add/Updating based on your scenario. So, I've told him that to review this stored procedure. The solution is either disable all the query in the SBO_SP_TransactionNotification or debug the stored procedure.
To go to this stored procedure :
Log in to your SQL server
Expand Databases > Expand your Database > Programmability > Stored Procedures > Find SBO_SP_TransactionNotification