Quantcast
Channel: SCN : All Content - SAP NetWeaver Application Server
Viewing all 2997 articles
Browse latest View live

How to peform a OLAP query in NetWeaver 7.3 (XMLA MDX BI)

$
0
0

Hi community

 

I have to migrate a existing WebDynpro Java / Java EE application from NetWeaver 7.0 to NetWeaver 7.3.

 

The application performs OLAP and MDX queries on a SAP BI system by help of the SAP BI Java SDK.

For example:

 

// get connection

Context context = new InitialContext();

IConnectionFactory connectionFactory = (IConnectionFactory) context.lookup("deployedAdapters/SDK_XMLA/shareable/SDK_XMLA");

IBIConnection connection = (IBIConnection) connectionFactory.getConnectionEx(null);

 

// execute cube query

IBIOlap olap = connection.getOlap();

Cube cube = olap.getObjectFinder().findCubeFirst(...);

IBIQuery query = olap.createQuery(cube);

IBICommandProcessor commandProcessor = query.getCommandProcessor();

commandProcessor.moveDimensionToRows(...);

IBIDataSet dataset = query.execute();

 

I have several problems to get this code running on the NetWeaver 7.3. Also I have not found any current SAP documentation on this topic. The documentation for BI Java SDK is for SAP NetWeaver 2004.

 

Therewith I have several question:


  • what is the best way to execute a OLAP and MDX queries on a SAP BI system from NetWeaver 7.3 ?

 

  • the existing code uses imports like:
    import org.omg.cwm.analysis.olap.Cube;

    import org.omg.cwm.analysis.olap.CubeDimensionAssociation;
    import org.omg.cwm.analysis.olap.Dimension;
    This classes are located in DC bi/mmr/cwm_1.0_library, which is obsolote in NW 7.3. The development studio tells me to "use the MOIN project instead."
    What does does mean for me? How to do this?

 

  • For the IBICommandProcessor I get the error in NWDS:
    ERROR: class file for javax.jmi.reflect.RefObject not found
    How this error can be sovled?

 

Thank you for your help!

 

Greetings

Rolf

 

 



access key in sap trail version?

$
0
0

hi ..i have istalled sap netweaver trial version..everything went perfect..and when is started logon i cannot able to create a abap program in se38..i have given staritng with letters z,y..its not working..it is asking me access key ..i searched a lot ..but couldnt find one..help me..

 

                             thanks.

Error: Could not read the profile path for user S-1-5-21-1037899709-540295885-904245438-1009 from the registry: The system cannot find the file specified.

$
0
0

Hi Gurus,

 

Following point: I try to instal SAP NetWeaver ABAP Trial Version 7.03.

 

By the installation in step one "creating user" i get following error message (from the logfile):

 

Could not read the profile path for user S-1-5-21-1037899709-540295885-904245438-1009 from the registry: The system cannot find the file specified.

 

I look in the registry but i dont have the path with the ending *****-1009. I have the entries ****-1001 and ****-1045.

 

Thanks for you help.

 

Serdal

Validation error: taglib : Element is not allowed

$
0
0

I am seeing a strange error in NetWeaver AS Java 7.40 when trying to deploy an EAR file to NetWeaver AS Java, that does not occur in Jetty, Tomcat, or Cloud Foundry:

 

#2.#2013 07 22 15:03:37:686#+00#Error#com.sap.engine.services.servlets_jsp.server.deploy.ApplicationThreadInitializer#
com.sap.ASJ.web.000078#BC-JAS-WEB#servlet_jsp#C0000A024D7900C10000000000000EBA#4507450000000038#sap.com/eds-ear#com.sap.engine.services.servlets_jsp.server.deploy.ApplicationThreadInitializer#Guest#0##7CD75EB604B41000BEA287D948985CC0#7cd75eb604b41000bea287d948985cc0#7cd75eb604b41000bea287d948985cc0#0#Application [49]#Plain##
Error in parsing [META-INF/taglib.tld] TLD file.
[EXCEPTION]
com.sap.engine.lib.xml.parser.NestedSAXParseException: Fatal Error: org.xml.sax.SAXParseException: Validation error : line: 3; col: 8; {}:taglib : Element is not allowed.(:main:, row=4, col=0) -> org.xml.sax.SAXParseException: Validation error : line: 3; col: 8; {}:taglib : Element is not allowed.        at com.sap.engine.lib.xml.parser.DOMParser.parse(DOMParser.java:141)        at com.sap.engine.lib.xml.parser.DOMParser.parse(DOMParser.java:175)        at com.sap.engine.lib.processor.SchemaProcessor.parse(SchemaProcessor.java:195)        at com.sap.engine.services.servlets_jsp.server.deploy.descriptor.TagLibDescriptor.loadDescriptorFromStream(TagLibDescriptor.java:104)        at com.sap.engine.services.servlets_jsp.server.deploy.ApplicationThreadInitializer.processTld(ApplicationThreadInitializer.java:584)        at com.sap.engine.services.servlets_jsp.server.deploy.ApplicationThreadInitializer.run(ApplicationThreadInitializer.java:214)        at com.sap.engine.services.deploy.server.utils.concurrent.impl.CleanRunnable.run(CleanRunnable.java:54)        at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)        at java.security.AccessController.doPrivileged(Native Method)        at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:185)        at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:302)
Caused by: org.xml.sax.SAXParseException: Validation error : line: 3; col: 8; {}:taglib : Element is not allowed.        at com.sap.engine.lib.schema.validator.SchemaDocHandler.collectError(SchemaDocHandler.java:903)        at com.sap.engine.lib.schema.validator.SchemaDocHandler.collectError(SchemaDocHandler.java:897)        at com.sap.engine.lib.schema.validator.SchemaDocHandler.initElementXPathStep_Error(SchemaDocHandler.java:525)        at com.sap.engine.lib.schema.validator.SchemaDocHandler.startElementEnd(SchemaDocHandler.java:340)        at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1828)        at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2862)        at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:235)        at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:145)        at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:160)        at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:261)        at com.sap.engine.lib.xml.parser.Parser.parse_SchemaValidation(Parser.java:241)        at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:288)        at com.sap.engine.lib.xml.parser.DOMParser.parse(DOMParser.java:103)        ... 10 more

When grepping through my EAR's dependencies, I see that the only JAR that includes META-INF/taglib.tld is jersey-server-1.14.jar.

 

Its contents look like:

 

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"><taglib>  <tlib-version>1.0</tlib-version>  <jsp-version>1.2</jsp-version>  <short-name>jerseyview</short-name>  <uri>urn:com:sun:jersey:api:view</uri>  <description>    The tag library contains tags that takes advantage of    the request dispatching mechanism.  </description>  <tag>    <name>include</name>    <tag-class>com.sun.jersey.server.impl.container.servlet.Include</tag-class>    <body-content>empty</body-content>    <attribute>      <name>page</name>      <required>yes</required>      <rtexprvalue>yes</rtexprvalue>    </attribute>    <attribute>      <name>resource</name>      <required>no</required>      <rtexprvalue>yes</rtexprvalue>    </attribute>  </tag></taglib>

 

Is there something wrong with the above taglib.tld file? If so, I will repackage it with a fix, but it seems strange that this error is occurring on NetWeaver and not on two other application servers.

A Universal Match Pattern ('/**') is Defined Before Other Patterns

$
0
0

I am in the process of porting an application that has run successfully on Jetty, Tomcat, and Cloud Foundry to NetWeaver and am seeing an issue that I have no seen on other application servers.

 

Here is the warning:

 

>>> Warnings <<<        1). com.sap.ASJ.web.000607 (Failed in component: sap.com/eds-ear, ) Initialization of servlet [uploadServlet] failed. Check init() method of servlet. Error is: [org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChainProxy': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: A universal match pattern ('/**') is defined  before other patterns in the filter chain, causing them to be ignored. Please check the ordering in your <security:http> namespace or FilterChainProxy bean configuration]

 

Here is my app-web-security.xml that I believe the error is is complaining about:

 

<?xml version="1.0" encoding="UTF-8"?><beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:beans="http://www.springframework.org/schema/beans"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"    xsi:schemaLocation="             http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd             http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.xsd">    <!-- Anonymous assets -->    <http pattern="/favicon.ico" security="none" />    <http pattern="**/images/**" security="none" />    <http pattern="**/styles/**" security="none" />    <http pattern="/solutionsuiteui/styles/**" security="none" />    <http pattern="/solutionsuiteui/images/**" security="none" />    <http pattern="/solutionsuiteui/dojo/**" security="none" />    <http pattern="/solutionsuiteui/dijit/**" security="none" />    <http pattern="/solutionsuiteui/dojox/**" security="none" />    <http pattern="/solutionsuiteui/yui/**" security="none" />    <http authentication-manager-ref="authenticationManager" entry-point-ref="authEntryPoint" use-expressions="true">        <intercept-url pattern="/login.jsp" access="permitAll()" />        <intercept-url pattern="/solutionsuiteui/remote_logging" access="hasAnyRole('ROLE_USER', 'ROLE_ADMIN') and permitAll()" />        <intercept-url pattern="/solutionsuiteui/dispatch" access="hasAnyRole('ROLE_USER', 'ROLE_ADMIN') and permitAll()" />        <intercept-url pattern="/**" access="hasAnyRole('ROLE_USER', 'ROLE_ADMIN')" />        <custom-filter position="FIRST" ref="retainAnchorFilter" />        <custom-filter ref="usernamePasswordAuthenticationFilter" after="FORM_LOGIN_FILTER" />        <custom-filter ref="logoutFilter" after="LOGOUT_FILTER" />        <custom-filter ref="tamperedUrlLogoutFilter" after="LAST" />        <access-denied-handler ref="accessDeniedHandlerImpl" />    </http></beans:beans>

 

Does anybody know what's wrong with my XML?

SAP online help configuration

$
0
0

Hi All,

 

We need to install SAP online help on Solution Manager 7.1 system, running on HP-UX.

 

I have run SAPINST and installed the online content on SOLMAN box in the unix directory : /usr/sap/<SID>/<DIR1>/SAP_ONLINE_HELP/PLAINHTM/EN

 

Now i went to transaction SR13, chose Tab PlainHtmlHttp: -

 

variant: SAPHELP

platform :WN32

Area: IWBHELP

Server Name: <i provided the server name here>

path: /usr/sap/<SID>/<DIR1>/SAP_ONLINE_HELP/PLAINHTMLanguage: EN

Default: Yes

 

Now I am unable to test the online help by clicking on Menu -> Help -> SAP Library, as even though the online help opens in web browser it does not go to the path as defined at OS level for documentation.

 

I understand that accessing a unix file link from SAPGUI help is strange  but if not then what better solution can be done here to acces the help installed on unix box.

 

I also  do NOT intend to install this SAP help on some windows server and then using the link as path for help provider for solution manager.

 

Kindly suggest asa soon as possible.

 

 

Regards,

Ashish

Standard Bandwidth for SAPGUI

$
0
0

Hi

 

I´ve read in documents that the standard bandwidth for SAP GUI is 56Kb per user , but talking to other people that are currently using SAP I can see that much of them are not using 56Kb but less,  for example 16Kb.

 

I want to ask you guys in forum , what are your experiences about the required bandwidth for SAP GUI?

 

We are going to use ECC, CRM, SRM, BW, BI.

 

Thank you

 

Sergio

Find out logon-group utilization

$
0
0

Hi there,

 

there has been a discussion about this topic 3 years ago.

I was wondering if maybe someone found out some way the help in this matter in the meantime:

 

Link to former discussion: http://scn.sap.com/thread/1427749

 

Here is why I'm asking:

 

In our SAP ERP System (7 Application Servers) we have defined several logon groups. We assume, that not all of them are in use.

Before i start "cleaning up" i would like to make sure,which of those groups are definitely not used anymore.

 

Thanks in advance!


RSTMS_DIST_APPROVED_REQUESTS getting cancel

$
0
0

Hello All,

I have created the new job for Quality approval, but its getting cancel

below log for reference. I have checked the userid its not getting locked.

 

Step 001 started (program RSTMS_DIST_APPROVED_REQUESTS, variant , user ID --

Transport control program tp ended with error code 0247

 

kindly help to resolve this issue.

 

Regards,

Jones

DcomLaunch does not exist

$
0
0

Hello All,

 

I am facing problems in Installing IDES system.

ERP 2005

Database: MS SQLServer 2012

OS: Windows Server 2012

 

ERROR 2013-07-22 15:22:59

MOS-01185 The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DcomLaunch' does not exist on the 'localhost' host.

 

ERROR 2013-07-22 15:22:59

FCO-00011 The step collect with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|2|0|collect was executed with status ERROR

 

DcomLaunch is running when I check through services but still trying sapinst its giving me above error.

I tried to give Dcom permission through regedit, but still error pertains.

 

Regards,

Nithin

change physical hostname by logical hostname sap NW 7.3 portal

$
0
0

Hello,

 

We had a requirement where we had to install NW portal 7.3  on the physical host which is done successfully.

but now there is need to change the physical host name by logical hostname.

 

Reinstallation not possbile as the system is live.

 

what are the steps to replace physical hostname with logical(  both have same IP, as per the nslookup).

 

 

Regards,

Abhishek Singh

Rename physical hostname with logical hostname

$
0
0

Hello,

 

I have installed a new system NW portal 7.31 using the physical hostname but later on came to know that the system was supposed to install with logical hostname.

 

Please let me know if this is possible without resinstallation.

 

As far as i know that it is possible and below is the process:

 

1. change the profile parameter corresponding to the hostname like SAPGLOBALHOST, DBHOST, j2ee/db/host and renaming the instance profile for SCS and PAS with new host.

2. Checking all the env for both oraSID and SIDadm and change if it correspond to physical host, also rename them with logical name.

 

After doing above changes I am able to do login and can see that it works fine.

 

Please let me know if i am missing something.

 

Regards,

Abhishek Singh

SAP NW 702 HA Additional Cluster Node error

$
0
0

Hello,

 

I am facing an issue with my cluster installation. Below is the environment I am trying to setup

 

SAP NW 702 HA Install

MS SQL Server 2008

Windows 2008 R2 Enterprise 64 bit

 

I was successfully able to install First Cluster Node and Database Instance

 

But when I am trying to install Additional Cluster Node, I am facing an issue. Below is the error from the sapinst log

 

============================================================================

ERROR 2013-07-18 15:41:30.577

FJS-00003  uncaught exception: undefined (in script unknown, line 0: ???)

 

 

ERROR 2013-07-18 15:41:30.659

MUT-03025  Caught ESAPinstException in module call: executing JS script failed.

 

 

ERROR 2013-07-18 15:41:31.906

FCO-00011  The step askClusterGroup with step key |NW_SecondClusterNode|ind|ind|ind|ind|0|0|NW_GetSidFromClusterSecond|ind|ind|ind|ind|getSid|0|askClusterGroup was executed with status ERROR ( Last error reported by the step: uncaught exception: undefined (in script unknown, line 0: ???)).

=============================================================================

 

Below are the steps I have tried:

 

1. Initially I performed install of First Cluster Node and Database instance as Domain user, but when this error occured, I have tried to login as SIDADM user and checked. But same error.

 

2. I have restarted the machine and checked. But same issue.

 

 

Any suggestions please.

 

 

 

Thanks,

Srikanth

Network protocol

$
0
0

Hi,

 

I am getting critical alert in EarlyWatch Report and it shows that some of the Application servers are using Named Pipes. I have 14 Application server, out of 14, 7 use TCP/IP and other 7 application server are showing NAMED PIPES and these are in critical alert.

 

Please let me know where to check it and correct it

 

Regards

SSL problem after systemcopy

$
0
0

hello guys,

 

our online shop is running on 2 SAP Netweaver AS Java 7.01 on Windows 2008 R2 x64. I made a systemcopy of one application server

(homogenous systemcopy with sapinst). The system copy was no problem. But I have problems with SSL after that.

When I want to access the application server via HTTPS (Port 443 is open) I do not get a response. Timeout.

 

The dispatcher log has this messages:

 

Cannot open HTTPS server socket on port 443Check port for usage by another process.

com.sap.engine.services.ssl.exception.BaseIOException: General I/O Exception.

 

...

 

Caused by: com.sap.engine.services.ssl.exception.KeyStoreConnectorException: No certificate chain found; possible usage of SecretKey keystore entry from view 'service_ssl' as server credentials.

 

EntriesStorage - readEntry(ssl-iswdmz147) in configuration [keystore/service_ssl/entries] failed with unexpected exception

[EXCEPTION]

com.sap.engine.frame.core.configuration.NameNotFoundException: A file entry with the name "ssl-iswdmz147" cannot be found in the configuration "keystore/service_ssl/entries".

 

Source: com.sap.engine.frame.core.configuration.NameNotFoundException: A file entry with the name "ssl-iswdmz147" cannot be found in the configuration "keystore/service_ssl/entries".; Description: EntriesStorage - readEntry(ssl-iswdmz147) in configuration [keystore/service_ssl/entries] failed with unexpected exception; Consequences: ; Countermeasures:check log for details

 

As you see he is missing a certificate with the name ssl-iswdmz147. That was the name of the source system.

I already deleted the "service_ssl" view and created a new one. (as in note 1853147). That didn´t help. I have the same problem on 2 systems after systemcopy.

 

Is there some kind of workaround to get the keystore fixed after a system copy?

I didn´t find where he looks for the old certificate and do


DB Error after Offline Backup

$
0
0

Dear Experts,

 

We have updated Kernel 720 patch level 300 to 401 after that we are getting the errors in SM21 during offline backup however the backup was successful.

Our system is ECC6.0 EHP4 and Oracle 11G.OS is Linux.SAP_BASIS is 701 sp level is in 12.

Errors are as follows

 

00:00:52 DIA  002                           BY  M SQL error 1034 occurred; work process in reconnect status

00:00:52 DIA  002                           F6  H Database error: TemSe->RTAB-S/G(8)->1 for table TCPSBUILD key

00:00:52 DIA  002                           CP  R No Code Page Conversion '4103'->'1100' : CCC->CCC

00:00:52 DIA  002                           F6  H Database error: TemSe->RTAB-S/G(8)->1 for table TCPSBUILD key

00:00:52 DIA  002                           CP  R No Code Page Conversion '4103'->'1100' : CCC->CCC

00:02:02 DIA  000                           BY  M SQL error 1034 occurred; work process in reconnect status

00:02:02 DIA  000                           F6  H Database error: TemSe->RTAB-S/G(8)->1 for table TCPSBUILD key

00:02:02 DIA  000                           CP  R No Code Page Conversion '4103'->'1100' : CCC->CCC

00:02:02 DIA  000                           F6  H Database error: TemSe->RTAB-S/G(8)->1 for table TCPSBUILD key

00:02:02 DIA  000                           CP  R No Code Page Conversion '4103'->'1100' : CCC->CCC

00:03:21 DIA  002                           BY  M SQL error 1034 occurred; work process in reconnect status

00:03:21 DIA  002                           F6  H Database error: TemSe->RTAB-S/G(8)->1 for table TCPSBUILD key

00:03:21 DIA  002                           CP  R No Code Page Conversion '4103'->'1100' : CCC->CCC

00:03:21 DIA  002                           F6  H Database error: TemSe->RTAB-S/G(8)->1 for table TCPSBUILD key

00:03:21 DIA  002                           CP  R No Code Page Conversion '4103'->'1100' : CCC->CCC

00:04:31 DIA  003                           BY  M SQL error 1034 occurred; work process in reconnect status

00:04:31 DIA  003                           F6  H Database error: TemSe->RTAB-S/G(8)->1 for table TCPSBUILD key

00:04:31 DIA  003                           CP  R No Code Page Conversion '4103'->'1100' : CCC->CCC

00:04:31 DIA  003                           F6  H Database error: TemSe->RTAB-S/G(8)->1 for table TCPSBUILD key

00:04:31 DIA  003                           CP  R No Code Page Conversion '4103'->'1100' : CCC->CCC

00:05:41 DIA  000                           BY  M SQL error 1034 occurred; work process in reconnect status

 

Could you please anyone suggest the solution.

 

Helpful or correct answers will get reward

 

Thanks a lot

SAP Web Dispatcher as reverse proxy for SAP Portal 7.3

$
0
0

Hi guys,

 

I'm trying to use the Web Dispatcher in front of a SAP EP 7.3

My SAP EP uses the 50001 port for HTTPS, so I need that the Web Dispatcher forwards the incoming connection to https://<SAP_EP_host>:50001

Using icm/HTTP/redirect_0 parameter I'm able to redirect the connection, but I see "new" hostname and port written into the URL!

My aim obviously is that the Web Dispatcher redirects the connection without an URL modification (standard mechanism of  a Reverse Proxy like Apache)

 

I read this topic, but it doesn't fit my scenario:

How to...Configure SAP Webdispatcher as a reverse proxy

 

Could you help me? OSS Support invited me to ask you for this problem

 

Best regards,

Fabrizio

Could not reserve enough space for card marking array

$
0
0

Dear Experts,

 

 

We are restoring the portal system to new server as a part of new hardware migration. While starting the java system the server0 is failing.

Please find the below error for more details

 

------------------------------------------------------------------------

stdout/stderr redirect

------------------------------------------------------------------------

node name : server0

pid : 24805

system name : EPP

system nr. : 13

started at : Tue Jul 23 13:55:43 2013

 

 

[Thr 01] MtxInit: 10001 0 2

Error occurred during initialization of VM Could not reserve enough space for card marking array

------------------------------------------------------------------------

stdout/stderr redirect

------------------------------------------------------------------------

node name : server0

pid : 24805

system name : EPP

system nr. : 13

started at : Tue Jul 23 13:55:49 2013

 

 

[Thr 01] MtxInit: 10001 0 2

Error occurred during initialization of VM Could not reserve enough space for card marking array

------------------------------------------------------------------------

stdout/stderr redirect

------------------------------------------------------------------------

node name : server0

pid : 24805

system name : EPP

system nr. : 13

started at : Tue Jul 23 13:55:55 2013

 

 

[Thr 01] MtxInit: 10001 0 2

Error occurred during initialization of VM Could not reserve enough space for card marking array

------------------------------------------------------------------------

stdout/stderr redirect

------------------------------------------------------------------------

node name : server0

pid : 24805

system name : EPP

system nr. : 13

started at : Tue Jul 23 13:56:01 2013

 

 

[Thr 01] MtxInit: 10001 0 2

Error occurred during initialization of VM Could not reserve enough space for card marking array

 

 

 

 

As per the SAP note 1867764 - J2EE engine startup fails due to "could not reserve enough space for card marking array" error, we have made the

changes and still the issue exists.

 

 

Any valuabel input will be highly appreciable

 

 

Best Regards,

 

 

Jayakrishnan Nair

Error installing SAP NetWeaver 7.206 ABAP Trial Version

$
0
0

Hi everyone,

I get this message while installing SAP trial:

 

Program is starting... Please wait!

 

ERROR      2013-07-13 19:59:27.986 [syxxcniwrapper.cpp:105]

           NI::CNIInit::CNIInit() lib=syslib module=syslib

FSL-03000  Error initializing network library. SAPRETURN: 0xffffffff

 

Opened sylib721.dll

exe dir is C:\Users\JRME~1\AppData\Local\Temp\sapinst_exe.12824.1373738350

MessageLib initialized successfully.

Creating file C:\Users\Jérôme\AppData\Local\Temp\sapinst_exe.12824.1373738350\dev_sap_kernel_test_13_Jul_2013_19_59_27.

Removed file C:\Users\Jérôme\AppData\Local\Temp\sapinst_exe.12824.1373738350\dev_sap_kernel_test_13_Jul_2013_19_59_27.

Initialized SAP kernel tracing to file C:\Users\JRME~1\AppData\Local\Temp\sapinst_exe.12824.1373738350\dev_sap_kernel

Creating file C:\Users\Jérôme\AppData\Local\Temp\sapinst_exe.12824.1373738350\dev_sap_kernel_test_13_Jul_2013_19_59_27.

Removed file C:\Users\Jérôme\AppData\Local\Temp\sapinst_exe.12824.1373738350\dev_sap_kernel_test_13_Jul_2013_19_59_27.

Initialized SAP kernel tracing to file C:\Users\JRME~1\AppData\Local\Temp\sapinst_exe.12824.1373738350\dev_sap_kernel

Opened C:\Users\JRME~1\AppData\Local\Temp\sapinst_exe.12824.1373738350/iaguieng721.dll

Error initializing network library. SAPRETURN: 0xffffffff

Exception thrown near line 107 in file syxxcniwrapper.cpp

Stack trace:

iaxxcrunenv.cpp: 65: CController::getServerHostName()

syxxcniwrapper.cpp: 88: NI::CNIInit::CNIInit()

 

 

At line 107 file syxxcniwrapper.cpp

Call stack:

iaxxcrunenv.cpp: 65: CController::getServerHostName()

syxxcniwrapper.cpp: 88: NI::CNIInit::CNIInit()

 

Error initializing network library. SAPRETURN: 0xffffffff

Failed action:  with parameters

Error number 4294967295 error type SAP_RETURN

 

--- Unicode interface [nlsui1.c line 447] pid = 13580 :

gethostnameU16 encountered invalid UTF-8

e9 72 f4                                        |.r.             |

Characters previously read:

004a                                     |J       |

--- Unicode interface ------ End of message ------

Exit status of child: 1

  

I found that post: http://scn.sap.com/thread/1859560

This is the same problem as I have. So I installed the lookback adapter, changed the host file adding the following line:

10.10.0.10 Jérôme-PC

after having checked that my hostname is "Jérôme-PC" of course.

The ping on the IP adress is valid.

 

PS: I got a windows 7 64 bits and tried to install the SAP trial 64 bits but windows says that the program is not responding then I get this message:

 

iaextract.c.926: child has signaled an exec error. Keeping directory C:/Users/JRME~1/AppData/Local/Temp/sapinst_exe.16984.1373738765

 

And also this one:

 

Program is starting... Please wait!

 

ERROR      2013-07-13 20:06:19.887 [syxxcniwrapper.cpp:105]

           NI::CNIInit::CNIInit() lib=syslib module=syslib

FSL-03000  Error initializing network library. SAPRETURN: 0xffffffff

 

Exit status of child: 255

 

So I gave up and tried to install the 32 bits version that gives me the long mesage above

 

I don't know what to do ... Thanks for your help.

I hope you understand my English since I am not English speaker.

How to install Sap Content Server ?

$
0
0

  Hi Experts.

 

I would like to install Sap Content Server 6.40 on Windows Server 2003.

 

In "Installation Guide - SAP Content Server for Windows" is written: "Insert the SAP Installation Master DVD" but it is impossible to find it on SAP marketplace any more.

 

Could you tell me what I have to download form marketplace to install Content Server or give some current tutorial.

 

Regards,

Michal

Viewing all 2997 articles
Browse latest View live




Latest Images