ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » SAP Request node in 6.1

Post new topic  Reply to topic Goto page Previous  1, 2
 SAP Request node in 6.1 « View previous topic :: View next topic » 
Author Message
cnurao_008
PostPosted: Wed Mar 11, 2009 9:34 pm    Post subject: Reply with quote

Apprentice

Joined: 25 Nov 2008
Posts: 30

i have cleaned the my message set and i have tried to create it. it was waorked perfectly.

Thanks.
Back to top
View user's profile Send private message Send e-mail
cnurao_008
PostPosted: Wed Mar 11, 2009 9:40 pm    Post subject: Reply with quote

Apprentice

Joined: 25 Nov 2008
Posts: 30

I have one more question Regarding SAP Request node.

I have developed a msgflw with MQInput --> Sap Requestnode ---> MQoutputnode.

When testing this flow. ihave got this error. Please see below error.
Function>execut
e</Function><Type></Type><Name></Name><Label></Label><Catalog>BIPv610</Catalog><Severity>0</Severity><Number>3450</Number><Te
xt>throw a RecordNotFoundException</Text><Insert><Type>5</Type><Text>Exception in connecting to SAP:Name or password is incorrect (repeat logon)</Text></Insert></RecoverableException></RecoverableException></ERROR>



When i spoke to SAP Guys , They said for this user id is have an access . But still i am getting this error.

here my RFC call ExcecutesapOrders05.

What i will get responce from SAP at my Mqoutput Node.

Can you please answer my question.

or suggest me what i have to do to post my IDOCS.
Back to top
View user's profile Send private message Send e-mail
kevinobyrne
PostPosted: Thu Mar 12, 2009 2:54 am    Post subject: Reply with quote

Voyager

Joined: 17 Jul 2007
Posts: 83
Location: Ireland

Did you set the password on the broker?

e.g.

mqsisetdbparms <broker>-n <adapter> -u <USER> -p <password>
Back to top
View user's profile Send private message
cnurao_008
PostPosted: Thu Mar 12, 2009 3:02 am    Post subject: Reply with quote

Apprentice

Joined: 25 Nov 2008
Posts: 30

i have given the commnad after deployement in the server. But still i have same problem.

and i have given the path also for jars.

mqsichangeproperties BRK -c EISProviders -o SAP -n jarsURL -v file:///home/wbrk/SAP_JCO

can we give this command before deployement.
if it is yes then tell me how can delete these entries[ mqsicommands].
Back to top
View user's profile Send private message Send e-mail
kevinobyrne
PostPosted: Thu Mar 12, 2009 3:03 am    Post subject: Reply with quote

Voyager

Joined: 17 Jul 2007
Posts: 83
Location: Ireland

did you restart the broker?
Back to top
View user's profile Send private message
MQEnthu
PostPosted: Thu Mar 12, 2009 3:10 am    Post subject: Reply with quote

Partisan

Joined: 06 Oct 2008
Posts: 329
Location: India

cnurao_008 wrote:
i have given the commnad after deployement in the server. But still i have same problem.


Make sure you give the password in the UPPER CASE while executing the mqsisetdbparms ...

Code:
The mqsisetdbparms command stores the password in case-sensitive form. However, when the SAP GUI sets a password, it automatically converts the password to upper case. Therefore, specify an upper case password to connect to the SAP system

_________________
-----------------------------------------------
It is good to remember the past,
but don't let past capture your future
Back to top
View user's profile Send private message
cnurao_008
PostPosted: Thu Mar 12, 2009 3:12 am    Post subject: Reply with quote

Apprentice

Joined: 25 Nov 2008
Posts: 30

i forgot to restart the broker.

Now i have restarted and tested it but it shows the same . error.
Back to top
View user's profile Send private message Send e-mail
MQEnthu
PostPosted: Thu Mar 12, 2009 3:15 am    Post subject: Reply with quote

Partisan

Joined: 06 Oct 2008
Posts: 329
Location: India

kevinobyrne wrote:
did you restart the broker?


The command mqsisetdbparms does not run if the broker is running.. So he must stopped and started the broker (as he says he is getting BIP3450 after running command also)
_________________
-----------------------------------------------
It is good to remember the past,
but don't let past capture your future
Back to top
View user's profile Send private message
cnurao_008
PostPosted: Thu Mar 12, 2009 3:18 am    Post subject: Reply with quote

Apprentice

Joined: 25 Nov 2008
Posts: 30

Hi I got your point for mqsisetdbparams --- password.

when ever i am issue a command it show the following ..


This component is running, the command issued cannot be run against a running component.
Stop the component and reissue the command.

Please what i have to stop .
Back to top
View user's profile Send private message Send e-mail
cnurao_008
PostPosted: Thu Mar 12, 2009 3:30 am    Post subject: Reply with quote

Apprentice

Joined: 25 Nov 2008
Posts: 30

Hello All,

I have succesfully run the command mqsisetdbparams
it has showd successattemps.

then i ran the flow , but still shows the same error.
Can we give the runtime pass word for SAP adapter in CAPS?
Back to top
View user's profile Send private message Send e-mail
MQEnthu
PostPosted: Thu Mar 12, 2009 3:30 am    Post subject: Reply with quote

Partisan

Joined: 06 Oct 2008
Posts: 329
Location: India

cnurao_008 wrote:
Hi I got your point for mqsisetdbparams --- password.

when ever i am issue a command it show the following ..


This component is running, the command issued cannot be run against a running component.
Stop the component and reissue the command.

Please what i have to stop .


cnurao_008 wrote:
i have given the commnad after deployement in the server. But still i have same problem.




This command does not run if the broker is running. You must stop the broker before you run this command.


http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/topic/com.ibm.etools.mft.doc/an09155_.htm
_________________
-----------------------------------------------
It is good to remember the past,
but don't let past capture your future
Back to top
View user's profile Send private message
MQEnthu
PostPosted: Thu Mar 12, 2009 3:32 am    Post subject: Reply with quote

Partisan

Joined: 06 Oct 2008
Posts: 329
Location: India

cnurao_008 wrote:
then i ran the flow , but still shows the same error.
Can we give the runtime pass word for SAP adapter in CAPS?


MQEnthu wrote:
Make sure you give the password in the UPPER CASE while executing the mqsisetdbparms ...
Quote:
The mqsisetdbparms command stores the password in case-sensitive form. However, when the SAP GUI sets a password, it automatically converts the password to upper case. Therefore, specify an upper case password to connect to the SAP system


What is the use if you do not read replies!!!
_________________
-----------------------------------------------
It is good to remember the past,
but don't let past capture your future
Back to top
View user's profile Send private message
cnurao_008
PostPosted: Thu Mar 12, 2009 3:34 am    Post subject: Reply with quote

Apprentice

Joined: 25 Nov 2008
Posts: 30

yes i have done the same ....

I stoped the Broker and executed the command. It works.

Then i have tried to run the flow.But the error is same.

Can we give the same upper case password for the Adapter Runtime .
Back to top
View user's profile Send private message Send e-mail
cnurao_008
PostPosted: Thu Mar 12, 2009 6:34 am    Post subject: Reply with quote

Apprentice

Joined: 25 Nov 2008
Posts: 30

Hello All,

is there any constains Adapter runtime password.
actual lenght of my password i8.
but in the RFC log it is howing it as 7.

please see this

Got following connect_param string:
CLIENT=130 USER=TEST_SRINI PASSWD=******* LANG=EN SYSNR=40 ASHOST=8.10.173.188 PCS=1 CODEPAGE=1100 TRACE=1 ABAP_DEBUG=0 TO
UPPER=0

and the Here the upper is showing Zero.but i have given all in CAPS.
is it OK.
Can any one Please answer my questions.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2 Page 2 of 2

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » SAP Request node in 6.1
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.