Author |
Message
|
zobssri |
Posted: Tue Jun 01, 2010 9:42 am Post subject: SAP Request node problems |
|
|
Newbie
Joined: 01 Jun 2010 Posts: 3
|
Hi All,
I am doing a prototype of posting IDocs to SAP system using SAP Reuqest node. I created msgset(extracted BO's from SAP), Message flow (with SAP Request node)on WMB Windows toolkit.
I deployed bar file with no errors to Broker runtime AIX V6103. When i tried to run the message through the flow i am getting below error in usertrace.
RecoverableException BIP3442E: An exception occurred in adapter node ''SAP Request'', which is using adapter component ''SAPPRGNBATCH.outadapter''..
This message broker node ''SAP Request'' attempted to process a message and communicate with an EIS using an adapter component ''SAPPRGNBATCH.outadapter''. An error occurred during this processing.
See the following messages for details of the error.
2010-06-01 10:39:02.939452 8482 RecoverableException BIP3450E: An adapter error occurred during the processing of a message. The adapter error message is ''TraceWriter.createNewFile(): cannot create trace file [/var/adm/./JCO100601_103902917.trc]
''.
This error was detected by the adapter. The following message describes the diagnostic information that is provided by the adapter ''TraceWriter.createNewFile(): cannot create trace file [/var/adm/./JCO100601_103902917.trc]
''.
Inspect the diagnostic information that is provided by the adapter. Further diagnostic information might be written to user trace. Inspect user trace for further information.
Any help will be highly appreciated.
Thanks,
Sri |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jun 01, 2010 9:53 am Post subject: Re: SAP Request node problems |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
zobssri wrote: |
The adapter error message is ''TraceWriter.createNewFile(): cannot create trace file [/var/adm/./JCO100601_103902917.trc] |
And you're sure the id in question has file permissions to create this file?
I'm assuming also you expected trace to be on (reasonable thing during a prototype). _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
zobssri |
Posted: Tue Jun 01, 2010 10:38 am Post subject: SAP Request node problems |
|
|
Newbie
Joined: 01 Jun 2010 Posts: 3
|
Thanks Vitor for quick response.
The broker id('BRKR') doesn'thave access to /var/adm directory. Only root and corresponding group has write access to /var/adm.
Below are current dir permissions.
drwxrwxr-x 15 root adm 4096 May 25 16:29 adm
drwxr-xr-x 32 bin bin 4096 Aug 08 2009 var
Unix team doesn't want to give write access to 'BRKR'. Is there a way that can we write these traces to some other directory?
Thanks,
Sri |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jun 01, 2010 10:58 am Post subject: Re: SAP Request node problems |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
zobssri wrote: |
Is there a way that can we write these traces to some other directory? |
Well the SAP Request node isn't something I'm all that familar with to be sure, but this implies the location is configurable.... _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
zobssri |
Posted: Tue Jun 01, 2010 12:34 pm Post subject: Re: SAP Request node problems |
|
|
Newbie
Joined: 01 Jun 2010 Posts: 3
|
The trace files that below URL talking about are the ones that will generate during Object discovery with 'Adapter Connection Wizard' from WMB toolkit
Quote: |
this implies the location is configurable.... |
SAP nodes in WMB runtime also write runtime traces when they conenct to SAP system. In my case BRKR users not able to write runtime trace files to directory /var/adm.
How can we change runtime traces location on WMB runtime ? |
|
Back to top |
|
 |
|