Quantcast
Channel: SCN : All Content - System Administration
Viewing all 757 articles
Browse latest View live

SAP Business One 9.0 Installation

$
0
0

Hi,

 

I have downloaded the beta version for SBO 9.0 and trying to install it on a virtual machine. I have installed Windows 2008 Server (32 bit) and installed SQL Server 2008 R2. When I install B1, I am able to successfully install the server tools. But, while installing server, when it prompts me to provide the B1SiteUser password, and license server name, i get an error when I put the same saying 'License Server Authentication Failed'. I read a thread which says, I need to enable the TCP/IP protocol in SQL Server configuration. Well, in SQL 2008, the protocol is enabled on installation. I enabled the named pipes and made sure TCP/IP was also enabled both for client and server. I restarted machine, also restarted SQL server so that the change is effective. Still I get the error and am unable to proceed with the installation. The site user password is right.

 

Can you please help me out?

 

Amol


Price after discount (Sales Order)

$
0
0

Hi all,

 

Is there any way to edit the field Price after discount on the sales order? we'd like to achieve that. We use SB1 8.82 PL10.

 

Thanks for your kind help.

Regards

License Server

$
0
0

Hello All

 

I have a Case for your advice:

 

If i have two different companies with to different License Files and want to share one server, in this case can i host License Server/ 2 license Server on one machine to accommodate 2 different license files

 

If its not possible straight, what is the best alternatives

 

The Versions are 8.81 and can upgrade to 8.82 or 9.0 if required

 

Thanks & Kind Regards

Sandeep

UDF - Journal Transactions

$
0
0

Hi,

 

 

We've got an UDF at journal transactions at row level, which shows the account name in order to be used in Check PLD. That particular UDF is bringing the name of the account used in the row (OACT.AcctName), but there is no FMS or trigger assigned to that.

 

My question is: How would be working that UDF to get the account name?. Is there any other way apart from Trigger or FMS to assign info to an UDF?

 

Thanks in advance,

Regards.

How to automatically insert a long description in Roles

$
0
0

Hi everybody,

 

I'm trying to find solutions for updating automatically the long description area in roles under pfcg

 

I tried to use an ecatt to do it, but it doesn't record the long text area.

 

I have to find a solution to update agr_text.1,2...n , I have no idea how to do that.

 

Could you please help  ?

 

Thanks to all

SAP Business one version 9

$
0
0

Hi Experts,

 

Whether SAP Business one version 9 , Indian localization is available for partners/customers?. Kindly share  the download link if anybody have it.

 

Thanks in advance

Vinod 

SAP Business one - 9

$
0
0

Hi Experts,

 

Whether SAP Business one version 9 , Indian localization is available for partners/customers?. Kindly share  the download link if anybody have it.

 

Thanks in advance

Vinod 

Performance issues on Windows Server 2008 R2 and Windows XP clients

$
0
0

Hi all,

 

Our client has the following configuration:

- Windows server 2008 R2

- Sql Server 2005 SP4

 

Client machines run XP.

 

Connecting to the comapny is very slow and all action in the application are very slow.

No performance issues appear when connecting from the same clients to an old SBO installtion on a Windows Server 2003.

 

A Client machine that runs Win7 connects well with the new server

 

Anyone can shed some light on this?

 

Yechiel


Would DB restore keep the all the settings the same?

$
0
0

Would DB restore keep the all the settings (general authorizations for each user, print layout designer, etc) the same? The company would like to replace the system disk drive and will restore the database from the back up.

SAP Business One Version - 9Hi

$
0
0

Hi Experts,

 

Whether SAP Business one version 9 , Indian localization is available for partners/customers?. Kindly share  the download link if anybody have it.

 

Thanks in advance

Vinod 

License Server moved to different IP and cannot log in

$
0
0

We moved our License Server to different office location. The new office location has static IP and we'd like to set this static IP as our License Server IP for the clients to connect to. What I have done so far:

 

1. I opened port 30000, 30001 on the router (port forwarding).

 

2. In SAP Business One Server Manager > Setting > Connection Tab: I have changed the default Server Name from localhost to the static IP address and have ensured that the Port Number is set at 30000.

 

3. I have disabled all firewalls in both License Server and Clients.

 

 

Then, I made a test drive using my laptop.

 

1. I ran SAP B1 client.

 

2. I connected my laptop to the internet using LAN / Wifi connection in the office where the License Server is located.

 

3. In Administration > License > License Administration - I updated the License Server using the new static IP.

 

4. It works!

 

-----PROBLEM -----

 

I disconnected my laptop and re-connect using my 3G Wifi connection. I ran SAP B1 client to login and got this error message:

 

/-------------------------------------------------------/

Enter IP Address or Server Name for the License Server

Connection with license server failed [Message 60070-15]

/-------------------------------------------------------/

 

I have entered the correct IP address and still get the same error message.

 

Anyone can provide feedback where I did wrong?

 

* Please do not suggest Citrix, Remote Desktop connection as they are different from what I want to accomplish.

 

Thanks in advanced.

Business One Server Cant Detect Server Type

$
0
0

I was wondering if somebody could point this out to a novice, but Im having trouble installing SAP Business One Server on my local machine.

I already have Microsoft SQL 2012 installed and running on my machine. After having installed the Server Tools, I then try to run the Server installation. I get as far as the "Select Server type" window, but the drop down box is empty. I understand that the installation was supposed to detect SQL 2012.

 

Any suggestions?

Top 12 Features of SQL Server 2012

$
0
0

Microsoft has introduced SQL Server 2012 to the world and it's time for IT professionals to start to come to speed on what's new.

 

1. AlwaysOn Availability Groups -- This feature takes database mirroring to a whole new level. With AlwaysOn, users will be able to fail over multiple databases in groups instead of individually. Also, secondary copies will be readable, and can be used for database backups. The big win is that your DR environment no longer needs to sit idle.

 

2. Windows Server Core Support -- If you don't know what Windows Server Core is, you may want to come up to speed before Windows 8 (MS is making a push back to the command line for server products). Core is the GUI-less version of Windows that uses DOS and PowerShell for user interaction. It has a much lower footprint (50% less memory and disk space utilization), requires fewer patches, and is more secure than the full install. Starting with SQL 2012, it is supported for SQL Server.

 

3. Columnstore Indexes -- This a cool new feature that is completely unique to SQL Server. They are special type of read-only index designed to be use with Data Warehouse queries. Basically, data is grouped and stored in a flat, compressed column index, greatly reducing I/O and memory utilization on large queries.

 

4. User-Defined Server Roles -- DBAs have always had the ability to create custom database role, but never server wide. For example, if the DBA wanted to give a development team read/write access to every database on a shared server, traditionally the only ways to do it were either manually, or using undocumented procedures. Neither of which were good solutions. Now, the DBA can create a role, which has read/write access on every DB on the server, or any other custom server wide role.

 

5. Enhanced Auditing Features -- Audit is now available in all editions of SQL Server. Additionally, users can define custom audit specifications to write custom events into the audit log. New filtering features give greater flexibility in choosing which events to write to the log.

 

6. BI Semantic Model -- This is replacing the Analysis Services Unified Dimensional Model (or cubes most people referred to them). It's a hybrid model that allows one data model will support all BI experiences in SQL Server. Additionally, this will allow for some really neat text infographics

 

7. Sequence Objects -- For those folks who have worked with Oracle, this has been a long requested feature. A sequence is just an object that is a counter -- a good example of it's use would be to increment values in a table, based a trigger. SQL has always had similar functionality with identity columns, but now this is a discrete object.

 

8. Enhanced PowerShell Support -- Windows and SQL Server admins should definitely start brushing up on their PowerShell scripting skills. Microsoft is driving a lot of development effort into instrumenting all of their server-based products with PowerShell. SQL 2008 gave DBAs some exposure to it, but there are many more in cmdlets in SQL 2012.

 

9. Distributed Replay -- Once again this is answer to a feature that Oracle released (Real Application Testing). However, and in my opinion where the real value proposition of SQL Server is, in Oracle it is a (very expensive) cost option to Enterprise Edition. With SQL, when you buy your licenses for Enterprise Edition, you get everything. Distributed replay allows you to capture a workload on a production server, and replay it on another machine. This way changes in underlying schemas, support packs, or hardware changes can be tested under production conditions.

 

10. PowerView -- You may have heard of this under the name "Project Crescent" it is a fairly powerful self-service BI toolkit that allows users to create mash ups of BI reports from all over the Enterprise.

 

11. SQL Azure Enhancements -- These don't really go directly with the release of SQL 2012, but Microsoft is making some key enhancements to SQL Azure. Reporting Services for Azure will be available, along with backup to the Windows Azure data store, which is a huge enhancement. The maximum size of an Azure database is now up to 150G. Also Azure data sync allows a better hybrid model of cloud and on-premise solutions

 

12. Big Data Support -- I saved the biggest for last, introduced at the PASS (Professional Association for SQL Server) conference last year, Microsoft announced a partnership with Hadoop provider Cloudera. One part of this involves MS releasing a ODBC driver for SQL Server that will run on a Linux platform. Additionally, Microsoft is building connectors for Hadoop, which is an extremely popular NoSQL platform. With this announcement, Microsoft has made a clear move into this very rapidly growing space.

 

SQL 2012 is a big step forward for Microsoft -- the company is positioning itself to be a leader in availability and in the growing area of big data. As a database professional, I look forward to using SQL 2012 to bring new solutions to my clients.

 

 

About the Author

 

Joey D'Antoni is a Principal Infrastructure Architect for a major telecommunications provider. With 15 years of IT experience working for multiple Fortune 500 companies in a wide variety of database and major project roles. He holds a bachelor degree from Louisiana Tech University and a MBA from North Carolina State University.

 

 

References:

 

http://mcpmag.com/articles/2012/03/14/top-12-features-of-sql-server-2012.aspx

http://social.technet.microsoft.com/wiki/contents/articles/3783.what-s-new-in-sql-server-2012.aspx

http://blogs.technet.com/b/dataplatforminsider/archive/2011/11/01/my-top-5-sql-server-2012-features-by-aaron-bertrand-guest-blogger.aspx

 

http://msdn.microsoft.com/pt-br/library/bb500435.aspx

http://www.infoq.com/news/2011/11/SQL-Server-2012-RC0

http://www.codeproject.com/Articles/265760/Using-SQL-Server-2011-T-SQL-New-Features

 

Regards,

 

Marcelo Silva Santos

SBO 9.0 Installation Issue with Demo Databases

$
0
0

Hello experts,

 

I installed SAPB1 version 9.0 to a Hyper-V Windows 2008 R2 server with an MS SQL 2008 R2 Enterprise DB. It is a standalone system.

 

I did not import a proper customer software license file since I am doing this installation on my test machine.

 

First, I performed the Crystal Reports 2011 for SAP B1 install -- successfully.

    

Then, I installed SAPB1 Server Tools -- successfully. I started the License Server with the default port 30000 and set this service to start automatically with the OS.

    

After that, I proceeded with installing SAPB1 Server and I chose to install the English Demo Database.

 

The installation of the SAPB1 server went fine, except during the installation of the Demo Database it gave me an error pop-up message
"Could not create database". I verified on the SQL server that the installation program actually created the Demo databases despite the error
message.

 

This error did not stop the installation process and the installation finished successfully with Remote Support Platform install.

 

I then installed the MS Outlook Integration components and the Client Tools with no issues.

 

The problem is though, when I connect to the SAPB1 server via the Client Tool and open/log in to the Demo database I cannot do anything.

 

Any action on the client tool gives me error messages in the system log like the ones below:

 

demo_db_error.jpg

 

I verify that the License Server is running and it has the proper parameters set as localhost or machine name or IP address with port 30000 like below:

 

license_server_settings.jpg

 

 

I also verified the SLD and made sure that SQL Authentication is type is chosen for connections and the “sa” user is used for database
access:

 

sld_settings.jpg

 

 

 

The interesting thing is that when I create a new company and log on to the new company I created --- I get none of those license warning
messages and I can do whatever I want (except that the Trial License for a new company is good for 31 days).

 

The problem seems to be contained with the Demo database. However, for training purposes I need the Demo database to be working properly.

 

I also tried deleting the Demo database and restoring it from the fresh copy I downloaded from the Partner Edge portal -- the same issue persists.

 

However, in the Windows System Event Log - I found some entries such as the following:

 

Log Name:      Application
Source:        B1LicenseService
Date:          5/22/2013 3:15:33 PM
Event ID:      5
Task Category: (1)
Level:         Information
Keywords:      Classic
User:          N/A
Computer:      DENEME
Description:
The description for Event ID 5 from source B1LicenseService cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

CPreferences::GetStringValue(SBOString)

The specified resource type cannot be found in the image file

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="B1LicenseService" />
    <EventID Qualifiers="49152">5</EventID>
    <Level>4</Level>
    <Task>1</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-05-22T22:15:33.000000000Z" />
    <EventRecordID>7320</EventRecordID>
    <Channel>Application</Channel>
    <Computer>DENEME</Computer>
    <Security />
  </System>
  <EventData>
    <Data>CPreferences::GetStringValue(SBOString)</Data>
  </EventData>
</Event>

 

I’d appreciate if you can help me with this issue.

 

Thank you.

AP Reserve Invoice & Unlinked Goods Receipt

$
0
0

We are running into problems where users are creating AP Reserve Inovoices to pay for products prior to receiving them.  Then the users who create the goods receipt are either not copying from the reserve invoice or they are breaking the link when they modify the line items.  Now what can we do so we don't have two open documents?  Right now we have an amount sitting in the prepaid GL account created from the reserve invoice and an amount sitting in an accrual account created from the open goods receipt.  We need to close these against eachother.  Any suggestions?

 

Thanks,

Ryan


Excel 2010 status bar missing in SAP

$
0
0

We are using SAP GUI 7.2 patch 4 and Office Excel 2010.  With this combination, the bottom status bar in Excel does not display, therefore sum calculations cannot be seen as they used to in Excel 2007.   The status bar would show whatever calculations you'd customize it too.  It still exists in Excel 2010, just that it is not visible in SAP.  Does anyone know how to make the 2010 status bar show?  The Excel 2007 status bar does show.

SAP Business Ones For HANA

$
0
0

Hi all,

 

How I can verify if in a linux server there is installed SAP Business One for HANA and how if it works properly?

 

 

BR

Vasilis

Does SAP Business One Support Database Replication?

$
0
0

Dear All,

 

Does SAP Business One support database replication? For Disaster Recovery, we try to replicate our SAP B1 production database (company, rsp, sbo-common database) to another machine (DR Server) which doesn't have the same hardware key with the production's. Is it possible to run the SAP B1 on DR Server by using Production license and without importing a new license for DR Server?

 

Note: SAP B1 on DR server is connected to Production License Server.

 

Thanks.

 

Regards,

 

Alfa

Can't set authorizations

$
0
0

Hi folks,

 

We're facing serious problems when trying to set authorizations to users.

We can't set any authorization. Everytime we open the General Authorizations form, we change all the authorizations we want.

 

When we press Update, nothing happens. Then, we press update again, and the message: Operation completed sucessfully appears.

We click on OK, expecting the authorization worked. But if we open the form again, no changes were made.

 

We've tried stopping all add-ons and there's nothing in SBO_Transaction_Notification.

 

Any ideas?

 

Thanks in advance!

SAPMC to start/stop a saprouter

$
0
0

Hello,

 

A straigtforward Question;

Would it be possible to use the management console to stop/start a saprouter?

(The only SAP installation on that host).

 

Regards,

Paul J

Viewing all 757 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>