Author |
Message
|
cnurao_008 |
Posted: Wed Mar 11, 2009 9:34 pm Post subject: |
|
|
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 |
|
 |
cnurao_008 |
Posted: Wed Mar 11, 2009 9:40 pm Post subject: |
|
|
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 |
|
 |
kevinobyrne |
Posted: Thu Mar 12, 2009 2:54 am Post subject: |
|
|
 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 |
|
 |
cnurao_008 |
Posted: Thu Mar 12, 2009 3:02 am Post subject: |
|
|
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 |
|
 |
kevinobyrne |
Posted: Thu Mar 12, 2009 3:03 am Post subject: |
|
|
 Voyager
Joined: 17 Jul 2007 Posts: 83 Location: Ireland
|
did you restart the broker? |
|
Back to top |
|
 |
MQEnthu |
Posted: Thu Mar 12, 2009 3:10 am Post subject: |
|
|
 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 |
|
 |
cnurao_008 |
Posted: Thu Mar 12, 2009 3:12 am Post subject: |
|
|
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 |
|
 |
MQEnthu |
Posted: Thu Mar 12, 2009 3:15 am Post subject: |
|
|
 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 |
|
 |
cnurao_008 |
Posted: Thu Mar 12, 2009 3:18 am Post subject: |
|
|
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 |
|
 |
cnurao_008 |
Posted: Thu Mar 12, 2009 3:30 am Post subject: |
|
|
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 |
|
 |
MQEnthu |
Posted: Thu Mar 12, 2009 3:30 am Post subject: |
|
|
 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 |
|
 |
MQEnthu |
Posted: Thu Mar 12, 2009 3:32 am Post subject: |
|
|
 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 |
|
 |
cnurao_008 |
Posted: Thu Mar 12, 2009 3:34 am Post subject: |
|
|
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 |
|
 |
cnurao_008 |
Posted: Thu Mar 12, 2009 6:34 am Post subject: |
|
|
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 |
|
 |
|