Quantcast
Channel: SCN: Message List
Viewing all 8798 articles
Browse latest View live

Re: Error while executing Query in Web.

0
0

Hi Hema.

 

Was this issue really security related? We're facing the same issue (fails in BEx Web but works fine in BEx Analyzer) and there is no way this could be a security problem because, if it were, you would experience the same authorization error in Analyzer.

 

We performed several security traces while executing those queries and no security issue was ever found, so I'm really curious to know how you resolved this issue.

 

Regards,


Unable to login to the SAP HANA cloud plateform,

0
0

Hi Experts ,

 

I am trying to log in to the hana database schema through with database tunnel by using the following commands from tools file of sdk folder

 

nep.bat open-db-tunnel --id <database schema id>.web <file>.properties

file.properties consist of following things

 

account=realtimepartner

user=S00USER

host=hana.ondemand.com

overwrite=false

 

after putting the password it says

 

ERROR: Failed to connect to the backend: bad request

Database type 'hana' not supported.

If you need help, provide the output of the command and attach the log director

[C:\Users\RTTUS01\Desktop\neo-sdk-javaee6-wp-2.21.12.2\tools\log]

 

logs are as follows.

 

console log

2013-11-28 13:54:31,497 INFO  [main] com.sap.jpaas.infrastructure.console.PropertyFileProvider: Loaded properties file [rajat.properties]

2013-11-28 13:54:31,497 INFO  [main] com.sap.jpaas.infrastructure.console.CommandManager: Starting execution of command [open-db-tunnel]

2013-11-28 13:54:47,048 INFO  [main] com.sap.jpaas.infrastructure.console.CommandManager: Command [open-db-tunnel] init() finished for [15551] ms

2013-11-28 13:54:47,063 INFO  [main] com.sap.core.tunnelcommands.framework.executor.CommandTunnelRequestExecutor: CommandTunnelRequestExecutor.executeRequest() called for command [open-db-tunnel] (version: 0.16.1)

2013-11-28 13:54:50,969 ERROR [main] com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy: Failed to connect to the backend: bad request

2013-11-28 13:54:50,969 ERROR [main] com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy: request URI: https://services.hana.ondemand.com/services/v1/instances/realtimepartner/persistence/v2/dbtunnel/realtimepartner.shanastudioex.web

2013-11-28 13:54:50,969 ERROR [main] com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy: statusCode: 400 SC_BAD_REQUEST

2013-11-28 13:54:50,969 ERROR [main] com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy: contentType: text/plain

2013-11-28 13:54:50,969 ERROR [main] com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy: content: Database type 'hana' not supported.

2013-11-28 13:54:50,985 INFO  [main] com.sap.jpaas.infrastructure.console.CommandManager: Command [open-db-tunnel] cleanup() finished for [0] ms

2013-11-28 13:54:50,985 FATAL [main] com.sap.jpaas.infrastructure.console.ConsoleClient: ERROR: Failed to connect to the backend: bad request

Database type 'hana' not supported.

com.sap.jpaas.infrastructure.console.exception.CommandException: Failed to connect to the backend: bad request

Database type 'hana' not supported.

    at com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy.throwCommandExceptionWithContentInfoAndLog(DefaultResponseConsumingStrategy.java:74)

    at com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy.throwCommandExceptionWithContentInfoAndLog(DefaultResponseConsumingStrategy.java:51)

    at com.sap.core.persistence.commands.tunnel.OpenDbTunnelConsumer.consume(OpenDbTunnelConsumer.java:28)

    at com.sap.core.tunnelcommands.framework.executor.CommandTunnelRequestExecutor.executeRequest(CommandTunnelRequestExecutor.java:98)

    at com.sap.core.persistence.commands.tunnel.OpenDbTunnelCommand.performOpenTunnelRequest(OpenDbTunnelCommand.java:190)

    at com.sap.core.persistence.commands.tunnel.OpenDbTunnelCommand.run(OpenDbTunnelCommand.java:80)

    at com.sap.jpaas.infrastructure.console.CommandManager.run(CommandManager.java:269)

    at com.sap.jpaas.infrastructure.console.ConsoleClient.run(ConsoleClient.java:158)

    at com.sap.jpaas.infrastructure.console.ConsoleClient.main(ConsoleClient.java:57)

 

 

 

 

 

 

 

 

Session Log

 

2013-11-28 13:54:47,969 DEBUG [main] org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager$1: Get connection: HttpRoute[{s}->https://services.hana.ondemand.com], timeout = 0

2013-11-28 13:54:47,969 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: [HttpRoute[{s}->https://services.hana.ondemand.com]] total kept alive: 0, total issued: 0, total allocated: 0 out of 20

2013-11-28 13:54:47,969 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: No free connections [HttpRoute[{s}->https://services.hana.ondemand.com]][null]

2013-11-28 13:54:47,969 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Available capacity: 2 out of 2 [HttpRoute[{s}->https://services.hana.ondemand.com]][null]

2013-11-28 13:54:47,969 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Creating new connection [HttpRoute[{s}->https://services.hana.ondemand.com]]

2013-11-28 13:54:48,485 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnectionOperator: Connecting to services.hana.ondemand.com/155.56.210.43:443

2013-11-28 13:54:49,673 DEBUG [main] org.apache.http.client.protocol.RequestAddCookies: CookieSpec selected: best-match

2013-11-28 13:54:49,704 DEBUG [main] org.apache.http.client.protocol.RequestAuthCache: Auth cache not set in the context

2013-11-28 13:54:49,766 DEBUG [main] org.apache.http.impl.client.DefaultRequestDirector: Attempt 1 to execute request

2013-11-28 13:54:49,766 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: Sending request: PUT /services/v1/instances/realtimepartner/persistence/v2/dbtunnel/realtimepartner.shanastudioex.web HTTP/1.1

2013-11-28 13:54:49,766 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: >> PUT /services/v1/instances/realtimepartner/persistence/v2/dbtunnel/realtimepartner.shanastudioex.web HTTP/1.1

2013-11-28 13:54:49,766 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: >> Content-Length: 0

2013-11-28 13:54:49,766 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: >> Host: services.hana.ondemand.com

2013-11-28 13:54:49,798 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: >> Connection: Keep-Alive

2013-11-28 13:54:49,798 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: >> User-Agent: Apache-HttpClient/4.1.1 (java 1.5)

2013-11-28 13:54:50,938 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: Receiving response: HTTP/1.1 400 Bad Request

2013-11-28 13:54:50,938 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: << HTTP/1.1 400 Bad Request

2013-11-28 13:54:50,938 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: << Cache-Control: private

2013-11-28 13:54:50,938 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: << Expires: Thu, 01 Jan 1970 00:00:00 UTC

2013-11-28 13:54:50,938 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: << Set-Cookie: BIGipServeradminpersistencesvcservices.svc.hana.ondemand.com=!mrX/JcVW54dVno+Mjb0eE4F7QIE1E/akGmRNTNnXznuVAlFKNzrkZwzb8A4no4O7HIs9gql1JDfjrbCTJYhDcpl5zynPhR36HvDZN90VzOgIVFT4QhWEsKLB2ZbXGnZdopz6Yik+vBmQqtAWb0O3i+F+z38fdjs=; path=/

2013-11-28 13:54:50,938 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: << Date: Thu, 28 Nov 2013 21:54:40 GMT

2013-11-28 13:54:50,938 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: << X-Cnection: close

2013-11-28 13:54:50,938 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: << Server: SAP

2013-11-28 13:54:50,938 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: << Content-Type: text/plain

2013-11-28 13:54:50,938 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: << Content-Length: 35

2013-11-28 13:54:50,938 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: << X-Cnection: close

2013-11-28 13:54:50,938 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: << Set-Cookie: BIGipServerservices.hana.ondemand.com=!id3Wj95EbLCnWoGMjb0eE4F7QIE1E6KRa4AktJramwRCqx2g/Iwl7P2MlCoG3mqs2XfO3zs08kKXy1k=; path=/

2013-11-28 13:54:50,954 DEBUG [main] org.apache.http.client.protocol.ResponseProcessCookies: Cookie accepted: "[version: 0][name: BIGipServeradminpersistencesvcservices.svc.hana.ondemand.com][value: !mrX/JcVW54dVno+Mjb0eE4F7QIE1E/akGmRNTNnXznuVAlFKNzrkZwzb8A4no4O7HIs9gql1JDfjrbCTJYhDcpl5zynPhR36HvDZN90VzOgIVFT4QhWEsKLB2ZbXGnZdopz6Yik+vBmQqtAWb0O3i+F+z38fdjs=][domain: services.hana.ondemand.com][path: /][expiry: null]".

2013-11-28 13:54:50,954 DEBUG [main] org.apache.http.client.protocol.ResponseProcessCookies: Cookie accepted: "[version: 0][name: BIGipServerservices.hana.ondemand.com][value: !id3Wj95EbLCnWoGMjb0eE4F7QIE1E6KRa4AktJramwRCqx2g/Iwl7P2MlCoG3mqs2XfO3zs08kKXy1k=][domain: services.hana.ondemand.com][path: /][expiry: null]".

2013-11-28 13:54:50,969 DEBUG [main] org.apache.http.impl.client.DefaultRequestDirector: Connection can be kept alive indefinitely

2013-11-28 13:54:50,969 DEBUG [main] org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager: Released connection is reusable.

2013-11-28 13:54:50,969 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Releasing connection [HttpRoute[{s}->https://services.hana.ondemand.com]][null]

2013-11-28 13:54:50,969 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Pooling connection [HttpRoute[{s}->https://services.hana.ondemand.com]][null]; keep alive indefinitely

2013-11-28 13:54:50,969 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Notifying no-one, there are no waiting threads

2013-11-28 13:54:50,969 DEBUG [main] org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager: Shutting down

2013-11-28 13:54:50,969 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Closing connection [HttpRoute[{s}->https://services.hana.ondemand.com]][null]

2013-11-28 13:54:50,985 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: Connection closed

 

 

Please sugget

 

Regards

Rajat jain

Deficit of BA unrestricted use (Stock Allocation Issue)

0
0

Hi SAP MM Guru's

 

I am facing one Issue

Please help me to close this Issue

 

Business Process:

Industry type : Apparel & Foot wear, AFS Material.

Nov 1st 2013 i have created a Sales Order for Plant P1 ,Storage Location S1, for QTY : 10 (in MMBE stock is available )

Allcation is happened

Delivery is also completed

while doing PGI we are getting  Error : Deficit of BA unrestricted use (here in MMBE stock is not available )

 

my question is

At the time of PGI, there was issue of stock deficit, Pls check & confirm how system allowed to move the stock to other SLOC when allocation is already made for the free stock,.

Same issue is not happening for other plant…. ( Issue is with New Plant )


Please do needfull

 

Thanks & Best Regards

S kumar

Re: Entrada de Mercancia / Inventario

0
0

Gracias Felipe por esos datos, no los manejaba!

 

Sldos

Fast Data entry Tab

0
0

I am confirguring Fast Data entry tab in sales order. I had no issues and all of a sudden i have to empty fields with stars. When the characteristic display field is blank in the header of Fast data entry tab I get two emtpy characteristic field with stars in them...if I hide them in SHD0 I lose 2 of my characterics field when I select one of my characteristic display.   PLEASE HELP....

Re: Performing Risk analysis for Closed requests

0
0

HI Sahil

 

Can you please provide a screen shot to show what you mean? Where are you able to perform risk analysis after the request has been closed?

 

 

Regards

Colleen

Re: Roles for BI not recognized

Re: How Can I keep a connection to the HANA DB with an application in Eclipse open without using a Database Tunnel

0
0

Hi Barry,

 

the simplest method would be to create a simple REST based solution to allow retrieval and update of your HANA entries, it is my understanding that the DB tunnel is there to provide the ability to do schema manipulation rather than continuous data load/extract.

 

there are multiple examples of this in the ESPM scenarios. They are definitely worth checking out.

A tutorial to rule them all: the epic ESPM scenario tutorials

 

Cheers,


Chris


Re: DW 2nd Retrieval Argument Add Fails

0
0

Hi,

it is not a good solution, it is a desperate one. Try to kill all running processes one after one to find out where is the problem (task manager). First kill every suspicious process (if you can) and then check datawindow painter. Teamviewer is just another process we've found as problematic. It could be another one in your computer. I suspect there is a calling some function/s from .NET whose are shared PowerBuilder <-> another application / process.

It will turn out where is the problem (maybe).

Re: EM integration on import documents

0
0

Do you know any standard activity/task by which the rule set will update life cycle status of FWO

Re: DW 2nd Retrieval Argument Add Fails

0
0

One more thing. If it won't work, you must add a retrieval arguments to datawindow in syntax thru Edit source. It's easier  to add it when a datawindow is saved with syntax saved in the 'Convert to synax' mode than saved in the 'Grafic mode'.

Re: AC role approve empty inbox

0
0

HI Peter

 

Did you complete the workflow task configuration setup?

 

Governance, Risk and Compliance > General Settings > Workflow > Perform Task-Specific Customizing

 

Have a look at the help information there and check that TS76307966 and
WS76300080 for Role Approval are configured correctly.


Regards

Colleen

Transfer of planned order from APO to ECC

0
0

Hi,

 

We are trying to transfer planned order from APO to ECC.

I understand the planned orders are going to be transferred to ECC as dependent requirements.

How do I check dependent requirements? Is the transaction MD04?

Is there a way to simulate this in ECC?

 

Thanks and Regards,

Neha

Re: OCRD.ECVatGroup

0
0

Hi Ken Kencevski,

 

This information relates to the tax group, but depending on your location it will not be exposed in graphical interface of SAP Business One.

 

What is your location?

 

Regards,

 

Marcelo Silva Santos

Re: How Can I keep a connection to the HANA DB with an application in Eclipse open without using a Database Tunnel

0
0

Hi Barry,

 

I guess you refer to the scenario where your app runs on the HCP local server in Eclipse but connects to a HANA DB in the cloud, correct? If so, then you need the tunnel open - it is actually the connection from your machine to the DB in the cloud.

 

Please note that both Eclipse IDE and HANA Studio are client tools which connect to the cloud, and there is neither "connection in eclipse to the hana studio" nor "HANA Studio DB" as you have written.


Hope this clarifies it a bit.


--Vlado


Re: HANA UI5 project activation causing errors: HttpParseResponse failed/HandleServData failed

0
0

You could also run this snippet periodically to pick up all objects activated since Dec 1st:

 

update "_SYS_REPO"."ACTIVE_OBJECT"  set "ACTIVATED_AT" = to_timestamp('2013-Nov-30', 'YYYY-MON-DD')
where "ACTIVATED_AT" >= to_timestamp('2013-Dec-01', 'YYYY-MON-DD');

Re: Data Object Assignment for BAPI Not Found! (SYCLO)

0
0

Hi Jemin,

 

Kindly can you specify which BAPI_WRAPPER parameter for the mobile application needs to be updated?

 

Regards,

Gourav

Re: CR hangs on second report run under Win7 x64 - splwow64 issue?

0
0

Don,

 

Got excited there for a minute when you mentioned that CR will use the default printer if none is defined or if the one defined is no longer available.

 

I am testing this on my own workstation, not at the client site. yet. It does have a network-attached Brother MFC defined, but I've had CutePDF set as default. I changed the default to Microsoft XPS Document Writer but it still hangs on the second invocation. It's stayed hung for the five minutes it has taken me to type this reply.

 

I'll probably need to test this from a clean(er) machine to see if it is somehow connected to old settings on this workstation. Unfortunately I don't have any other x64 machines available.

 

Mark Berry
MCB Systems

Re: Derived flow - Payment Date

0
0

Hello Dimitris,

 

the payment date of derived flow is tha same as original flow in standard system.

Maybe you can change it in BAdI TPM_ACCIF_TRAC.

 

best regards,

Biao

Re: How to run a back ground job in test mode?

0
0

Hi,

Jobs dont run in test mode it the program feature that run in test mode.

 

So you need to check the program that you are giving in the job in SM36 and the variant value if the program can be run in test mode.

 

Thanks

Rishi Abrol

Viewing all 8798 articles
Browse latest View live


Latest Images