I have created a few simple dashboards, but it appears that they only look at today's data. I need to use a date variable so that I can look at previous dates data.
I know that when I create the dashboard, I need to select the "CONTEXTUAL" option.
In Composer, I have created the Assisted Request with a "Date" variable, and when I run it standalone in Sentinel, I get prompted for a date. This allows me to look at previous days data.
The Assisted Request SQL looks like this, with Date being the variable:
WHERE EventDate='TrkParameter(Date ?,XFBTRANSFER,EventDate)'
When I run this Assisted Request in a Dashboard, there is no prompt for a Date.
My Dashboard has a variable tab, where I create the Date variable, and give it a name. I gave it the same name as the one used in the Assisted Request.
My DataSource Request has a parameter tab, and I also define the variable here.
TrkParameter(Date ?,XFBTRANSFER,EventDate)'
My Indicator Request also has this in the SQL
WHERE EventDate='TrkParameter(Date ?,XFBTRANSFER,EventDate)'
What am I missing? Why does my Dashboard not prompt for the variable?
Sentinel Dashboard variables
Published in June 24th, 2009
Posted by Tony in Axway Forum Syndicate
No Comments
Datamapper: Tracking errors in maps
Published in June 19th, 2009
Posted by Tony in Axway Forum Syndicate
Hi All,
I'm using XIB 2.1.1 + SP3 and Datamapper 3.1.0
According to the Datamapper guide, it is mentioned that we can track errors in mapping as below
** To enable the error tracking functionality in a map program the MAPERRORTRACKING directive is set in the map when generating the map program.To implement error tracking Add //MAPERRORTRACKING in the description field of the Map definition.
and i'm using sample code given in the doc it self
# --------------------------------------- Main - Event
DECLARE PUBLIC STATEMENT Event IN $event DATA IN $data
{
# User added code
IF $event = $DMevent_ErrorWriteOutput {
DECLARE $mapObjName STRING;
DECLARE $errorTxt STRING;
DECLARE $outputDataTreePath STRING;
DECLARE $inputDataTreePath[] STRING;
DECLARE $fieldDescription[] STRING;
FOR $ix = 1 TO DMU.GetNrOfErrors() {
DMU.GetError $ix
MAPOBJNAME $mapObjName
ERROR $errorTxt
DATATREEPATH $outputDataTreePath;
LOG FORMAT("Error(%d): %s",
$ix, $errorTxt) TYPE "DEBUG";
MAPTRACKING.GetCorrelations Map.Name() & ".x4"
OUTPUT $outputDataTreePath
OUTOBJECT $mapObjName
INPUT $inputDataTreePath
DESCRIPTION $fieldDescription;
FOR $ix = 1 TO ARRAYSIZE($inputDataTreePath) {
LOG FORMAT("Field %s, originated from field %s,
descr: %s", $outputDataTreePath,
$inputDataTreePath[$ix],
$fieldDescription[$ix])
TYPE "DEBUG";
}
}
} # End user added code
RETURN;
}
1. But when i try to build it it throws some errors, have any once come across this ?
Errors:
mainDMgen Done generating source code
Generation OK !
Compiling Datamapper Component...
/opt/Axway/xib/xib/local/user/kavindra/4edi/pgm/dm_ix_nmsblacklist_csv_to_xml.s4: 230: ERROR: function "OUTPUT.GetNrOfErrors" is not declared
/opt/Axway/xib/xib/local/user/kavindra/4edi/pgm/dm_ix_nmsblacklist_csv_to_xml.s4: 241: ERROR: statement "OUTPUT.GetError" is not declared
3. Are there any patches available to solve this or any one know how to eliminate the errors ?
I'm using XIB 2.1.1 + SP3 and Datamapper 3.1.0
According to the Datamapper guide, it is mentioned that we can track errors in mapping as below
** To enable the error tracking functionality in a map program the MAPERRORTRACKING directive is set in the map when generating the map program.To implement error tracking Add //MAPERRORTRACKING in the description field of the Map definition.
and i'm using sample code given in the doc it self
# --------------------------------------- Main - Event
DECLARE PUBLIC STATEMENT Event IN $event DATA IN $data
{
# User added code
IF $event = $DMevent_ErrorWriteOutput {
DECLARE $mapObjName STRING;
DECLARE $errorTxt STRING;
DECLARE $outputDataTreePath STRING;
DECLARE $inputDataTreePath[] STRING;
DECLARE $fieldDescription[] STRING;
FOR $ix = 1 TO DMU.GetNrOfErrors() {
DMU.GetError $ix
MAPOBJNAME $mapObjName
ERROR $errorTxt
DATATREEPATH $outputDataTreePath;
LOG FORMAT("Error(%d): %s",
$ix, $errorTxt) TYPE "DEBUG";
MAPTRACKING.GetCorrelations Map.Name() & ".x4"
OUTPUT $outputDataTreePath
OUTOBJECT $mapObjName
INPUT $inputDataTreePath
DESCRIPTION $fieldDescription;
FOR $ix = 1 TO ARRAYSIZE($inputDataTreePath) {
LOG FORMAT("Field %s, originated from field %s,
descr: %s", $outputDataTreePath,
$inputDataTreePath[$ix],
$fieldDescription[$ix])
TYPE "DEBUG";
}
}
} # End user added code
RETURN;
}
1. But when i try to build it it throws some errors, have any once come across this ?
Errors:
mainDMgen Done generating source code
Generation OK !
Compiling Datamapper Component...
/opt/Axway/xib/xib/local/user/kavindra/4edi/pgm/dm_ix_nmsblacklist_csv_to_xml.s4: 230: ERROR: function "OUTPUT.GetNrOfErrors" is not declared
/opt/Axway/xib/xib/local/user/kavindra/4edi/pgm/dm_ix_nmsblacklist_csv_to_xml.s4: 241: ERROR: statement "OUTPUT.GetError" is not declared
3. Are there any patches available to solve this or any one know how to eliminate the errors ?
Choose Partner Delivery Exchange to send with
Published in June 12th, 2009
Posted by Tony in Axway Forum Syndicate
Partner A has two deliver exchanges. Exchange 1 uses http, and Exchange 2 uses ftp. Is it possible to send certain documents using exchange 2 while letting all other documents use exchange 1?
Error converting arabic characters from XWS to XIB
Published in June 10th, 2009
Posted by Tony in Axway Forum Syndicate
Hi All,
We are using XWS 2.2.x with XIB 2.1.1 +SP3
We encountered a problem while receiving files from XWS to XIB.
Web sservice input message does contain arabic characters in an xml tag. but we realized the XWS does not handle the arabic character set and it send incomplete message to XIB
Input contains
<FaultSymptomFreeText>ز س س ص ض ظ غحْ ك</FaultSymptomFreeText>
<ExistenceOfSymptom>001</ExistenceOfSymptom>
But when it comes to XIB it receives
<FaultSymptomFreeText>2 3 3 5 6 8 :-R C</FaultSymptomFreeText>
<ExistenceOfSymptom>001</ExistenceOfSymptom>
Has anyone come across such an issue and found a solution ?
We are using XWS 2.2.x with XIB 2.1.1 +SP3
We encountered a problem while receiving files from XWS to XIB.
Web sservice input message does contain arabic characters in an xml tag. but we realized the XWS does not handle the arabic character set and it send incomplete message to XIB
Input contains
<FaultSymptomFreeText>ز س س ص ض ظ غحْ ك</FaultSymptomFreeText>
<ExistenceOfSymptom>001</ExistenceOfSymptom>
But when it comes to XIB it receives
<FaultSymptomFreeText>2 3 3 5 6 8 :-R C</FaultSymptomFreeText>
<ExistenceOfSymptom>001</ExistenceOfSymptom>
Has anyone come across such an issue and found a solution ?
JD Edwards version 9 compatibility?
Published in June 9th, 2009
Posted by Tony in Axway Forum Syndicate
Hi Everyone!
We are looking to upgrade our version of JD Edwards to version 9 and I was wondering if anyone is aware of what version (if any!!) of Automater might be compatible with this.
I know version 9 is very new but if anyone is using it with Automater, please let me know!!
Thanks
Emma
We are looking to upgrade our version of JD Edwards to version 9 and I was wondering if anyone is aware of what version (if any!!) of Automater might be compatible with this.
I know version 9 is very new but if anyone is using it with Automater, please let me know!!
Thanks
Emma
AS2: No space left for a responder connection
Published in June 8th, 2009
Posted by Tony in Axway Forum Syndicate
Hello,
I'm trying to set up a connection with our first AS2 client in server mode (Gateway 6.9.1), and when client tries to connect:
SUP I INIT_RP- $2_ANONYMOUS(75497490) connection in server mode refused: reason="6, No space left for a responder connection"
What does it mean "No space left for connection"?!
Thx.
I'm trying to set up a connection with our first AS2 client in server mode (Gateway 6.9.1), and when client tries to connect:
SUP I INIT_RP- $2_ANONYMOUS(75497490) connection in server mode refused: reason="6, No space left for a responder connection"
What does it mean "No space left for connection"?!
Thx.
Error sending object from Composer 3.4.2 to Sentinel 3.1.1
Published in June 5th, 2009
Posted by Tony in Axway Forum Syndicate
Hi All,
we are using following Syncrony combination
Composer 3.4.2/Sentinel Enabler 3.1/Sentinel 3.1.1
When tried to send objects to sentinel server but composer throws below errors
2009/06/04 23:33:14 :: ---------------------------------------------------
2009/06/04 23:33:14 :: [SENTINEL BROADCAST OPERATION]
2009/06/04 23:33:14 :: ---------------------------------------------------
2009/06/04 23:33:14 ::
2009/06/04 23:33:14 ::
2009/06/04 23:33:14 :: ********** START [Lookup Phase]
2009/06/04 23:33:14 :: * Will Broadcast to a Sentinel Server
2009/06/04 23:33:14 :: * Using lookup URL : [rmi://192.168.1.45:1308/FrontEndServer]
2009/06/04 23:33:14 :: * XIP Class : [SentinelServer3xx]
2009/06/04 23:33:14 :: * Lookup succeeded
2009/06/04 23:33:14 :: ********** END
2009/06/04 23:33:14 ::
2009/06/04 23:33:14 ::
2009/06/04 23:33:14 :: ********** START [Check Compatibility]
2009/06/04 23:33:14 :: ********** END [Check Compatibility]
2009/06/04 23:33:14 ::
2009/06/04 23:33:14 ::
2009/06/04 23:33:14 :: ********** START [Send To Production Phase]
2009/06/04 23:33:14 :: * Sending to server : [ebitg50_sentinel]
2009/06/04 23:33:14 :: * Will send [2] objects
2009/06/04 23:33:14 :: * FAILED : RMI communication error
2009/06/04 23:33:14 :: * REASON : RemoteException occurred in server thread; nested exception is:
2009/06/04 23:33:14 :: * java.rmi.UnmarshalException: invalid method hash
2009/06/04 23:33:14 :: * TECHNICAL/DEBUG INFORMATION :
2009/06/04 23:33:14 :: * java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
2009/06/04 23:33:14 :: * java.rmi.UnmarshalException: invalid method hash
2009/06/04 23:33:14 :: * at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:292)
2009/06/04 23:33:14 :: * at sun.rmi.transport.Transport$1.run(Transport.java:148)
2009/06/04 23:33:14 :: * at java.security.AccessController.doPrivileged(Native Method)
2009/06/04 23:33:14 :: * at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
2009/06/04 23:33:14 :: * at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
2009/06/04 23:33:14 :: * at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
2009/06/04 23:33:14 :: * at java.lang.Thread.run(Thread.java:534)
2009/06/04 23:33:14 :: * at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.
java:247)
2009/06/04 23:33:14 :: * at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
2009/06/04 23:33:14 :: * at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
2009/06/04 23:33:14 :: * at com.axway.sentinel.template.services.rmi.RmiRemoteImpl_Stub.startSendToProductio
n(Unknown Source)
2009/06/04 23:33:14 :: * at com.axway.xd.tracking.sentinel.diffusion.SentinelBroadcastAgent.sendObjectsToPro
duction(Unknown Source)
2009/06/04 23:33:14 :: * at com.axway.xd.tracking.sentinel.diffusion.SentinelBroadcastAgent.commit(Unknown Source)
2009/06/04 23:33:14 :: * at com.axway.framework.business.diffusion.EngineExploitThread.run(EngineExploitThre
ad.java:84)
2009/06/04 23:33:14 :: * Caused by: java.rmi.UnmarshalException: invalid method hash
2009/06/04 23:33:14 :: * at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:233)
2009/06/04 23:33:14 :: * at sun.rmi.transport.Transport$1.run(Transport.java:148)
2009/06/04 23:33:14 :: * at java.security.AccessController.doPrivileged(Native Method)
2009/06/04 23:33:14 :: * at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
2009/06/04 23:33:14 :: * at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
2009/06/04 23:33:14 :: * at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
2009/06/04 23:33:14 :: * at java.lang.Thread.run(Thread.java:534)
2009/06/04 23:33:14 :: ********** END
2009/06/04 23:33:14 ::
2009/06/04 23:33:14 :: ---------------------------------------------------
2009/06/04 23:33:14 :: [END SENTINEL BROADCAST OPERATION]
2009/06/04 23:33:14 :: ---------------------------------------------------
I checked all logs and unable to find any clue, and as I cheked all syncrony products are up and running

we are using following Syncrony combination
Composer 3.4.2/Sentinel Enabler 3.1/Sentinel 3.1.1
When tried to send objects to sentinel server but composer throws below errors
2009/06/04 23:33:14 :: ---------------------------------------------------
2009/06/04 23:33:14 :: [SENTINEL BROADCAST OPERATION]
2009/06/04 23:33:14 :: ---------------------------------------------------
2009/06/04 23:33:14 ::
2009/06/04 23:33:14 ::
2009/06/04 23:33:14 :: ********** START [Lookup Phase]
2009/06/04 23:33:14 :: * Will Broadcast to a Sentinel Server
2009/06/04 23:33:14 :: * Using lookup URL : [rmi://192.168.1.45:1308/FrontEndServer]
2009/06/04 23:33:14 :: * XIP Class : [SentinelServer3xx]
2009/06/04 23:33:14 :: * Lookup succeeded
2009/06/04 23:33:14 :: ********** END
2009/06/04 23:33:14 ::
2009/06/04 23:33:14 ::
2009/06/04 23:33:14 :: ********** START [Check Compatibility]
2009/06/04 23:33:14 :: ********** END [Check Compatibility]
2009/06/04 23:33:14 ::
2009/06/04 23:33:14 ::
2009/06/04 23:33:14 :: ********** START [Send To Production Phase]
2009/06/04 23:33:14 :: * Sending to server : [ebitg50_sentinel]
2009/06/04 23:33:14 :: * Will send [2] objects
2009/06/04 23:33:14 :: * FAILED : RMI communication error
2009/06/04 23:33:14 :: * REASON : RemoteException occurred in server thread; nested exception is:
2009/06/04 23:33:14 :: * java.rmi.UnmarshalException: invalid method hash
2009/06/04 23:33:14 :: * TECHNICAL/DEBUG INFORMATION :
2009/06/04 23:33:14 :: * java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
2009/06/04 23:33:14 :: * java.rmi.UnmarshalException: invalid method hash
2009/06/04 23:33:14 :: * at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:292)
2009/06/04 23:33:14 :: * at sun.rmi.transport.Transport$1.run(Transport.java:148)
2009/06/04 23:33:14 :: * at java.security.AccessController.doPrivileged(Native Method)
2009/06/04 23:33:14 :: * at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
2009/06/04 23:33:14 :: * at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
2009/06/04 23:33:14 :: * at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
2009/06/04 23:33:14 :: * at java.lang.Thread.run(Thread.java:534)
2009/06/04 23:33:14 :: * at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.
java:247)
2009/06/04 23:33:14 :: * at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
2009/06/04 23:33:14 :: * at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
2009/06/04 23:33:14 :: * at com.axway.sentinel.template.services.rmi.RmiRemoteImpl_Stub.startSendToProductio
n(Unknown Source)
2009/06/04 23:33:14 :: * at com.axway.xd.tracking.sentinel.diffusion.SentinelBroadcastAgent.sendObjectsToPro
duction(Unknown Source)
2009/06/04 23:33:14 :: * at com.axway.xd.tracking.sentinel.diffusion.SentinelBroadcastAgent.commit(Unknown Source)
2009/06/04 23:33:14 :: * at com.axway.framework.business.diffusion.EngineExploitThread.run(EngineExploitThre
ad.java:84)
2009/06/04 23:33:14 :: * Caused by: java.rmi.UnmarshalException: invalid method hash
2009/06/04 23:33:14 :: * at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:233)
2009/06/04 23:33:14 :: * at sun.rmi.transport.Transport$1.run(Transport.java:148)
2009/06/04 23:33:14 :: * at java.security.AccessController.doPrivileged(Native Method)
2009/06/04 23:33:14 :: * at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
2009/06/04 23:33:14 :: * at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
2009/06/04 23:33:14 :: * at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
2009/06/04 23:33:14 :: * at java.lang.Thread.run(Thread.java:534)
2009/06/04 23:33:14 :: ********** END
2009/06/04 23:33:14 ::
2009/06/04 23:33:14 :: ---------------------------------------------------
2009/06/04 23:33:14 :: [END SENTINEL BROADCAST OPERATION]
2009/06/04 23:33:14 :: ---------------------------------------------------
I checked all logs and unable to find any clue, and as I cheked all syncrony products are up and running
Gateway Security
Published in May 27th, 2009
Posted by Tony in Axway Forum Syndicate
Dear All,
does somebody know how the authentication is performed between the workstation and the gateway?
After I authenticated to the WS via the web interface, I select, via the Java interface, a file to upload. This all happens over HTTPS. When I start the upload, a new connection using PeSIT/SSL is initated with the Gateway component (if I understand correctly) and the file is uploaded. How is this authentication performed?
Thanks for your help
Paul.
does somebody know how the authentication is performed between the workstation and the gateway?
After I authenticated to the WS via the web interface, I select, via the Java interface, a file to upload. This all happens over HTTPS. When I start the upload, a new connection using PeSIT/SSL is initated with the Gateway component (if I understand correctly) and the file is uploaded. How is this authentication performed?
Thanks for your help
Paul.
Interpel PeSIT HS E error “304, Requester identification not allowed (security)”
Published in May 27th, 2009
Posted by Tony in Axway Forum Syndicate
I have installed InterPel 6.6.3 on 2 Windows machines
On each machine, I have configured local site, remote site, applications.
When I try a transfer with PeSIT HS E protocol, I get an error.
The sender side GUI log shows:
SUP006I 26.05.2009 16:40:14 AOFR14389(1) connection in requester mode refused: reason="166, Connection failure" / prot.diag="304, Requester identification not allowed (security)".
The receiver side GUI log shows:
SUP004I 26.05.2009 16:40:16 (23) connection in server mode refused: reason="14, Invalid remote identifier".
I can't see where the problem is.
Any help would be appreciated, thank you.
On each machine, I have configured local site, remote site, applications.
When I try a transfer with PeSIT HS E protocol, I get an error.
The sender side GUI log shows:
SUP006I 26.05.2009 16:40:14 AOFR14389(1) connection in requester mode refused: reason="166, Connection failure" / prot.diag="304, Requester identification not allowed (security)".
The receiver side GUI log shows:
SUP004I 26.05.2009 16:40:16 (23) connection in server mode refused: reason="14, Invalid remote identifier".
I can't see where the problem is.
Any help would be appreciated, thank you.
CFT by using Java API
Published in May 26th, 2009
Posted by Tony in Axway Forum Syndicate
Hi,
I am currently developing a java application to communicate with CFT by using the java API provided by Axway, but I have a little concern: I do not know what to put in the following fields:
I'm using Transfert CFT Vers 2.5
Where could i find these informations?
Thanks
I am currently developing a java application to communicate with CFT by using the java API provided by Axway, but I have a little concern: I do not know what to put in the following fields:
I'm using Transfert CFT Vers 2.5
CODE
static private String iuiBaseURL = "http://webserver/siui/"; // used to load XFB.IUI configuration
static private String certBaseURL = iuiBaseURL; // used to load certificates (from xfb.iui installation directory)
static private String monitorUser = "USER"; // Monitor Login
static private String monitorGroup = "GROUP"; // Monitor Login
static private String monitorPwd = "PASSWORD"; // Monitor Login
static private boolean trace = false; // Trace protocolar events and dump requests an responses
// load from XFB.IUI configuration
static private String MONITOR_ID = "MONITOR_ID"; // Monitor id in XFB.IUI configuration
static private String TRANSFER_FILTER_ID = "DEFAULT"; // Transfer filter Id in XFB.IUI configuration
static private String LOG_FILTER_ID = "DEFAULT"; // Log filter Id in XFB.IUI configuration
static private String certBaseURL = iuiBaseURL; // used to load certificates (from xfb.iui installation directory)
static private String monitorUser = "USER"; // Monitor Login
static private String monitorGroup = "GROUP"; // Monitor Login
static private String monitorPwd = "PASSWORD"; // Monitor Login
static private boolean trace = false; // Trace protocolar events and dump requests an responses
// load from XFB.IUI configuration
static private String MONITOR_ID = "MONITOR_ID"; // Monitor id in XFB.IUI configuration
static private String TRANSFER_FILTER_ID = "DEFAULT"; // Transfer filter Id in XFB.IUI configuration
static private String LOG_FILTER_ID = "DEFAULT"; // Log filter Id in XFB.IUI configuration
Where could i find these informations?
Thanks
Social Network
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Jun | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 | ||
Recent Entries
- Sentinel Dashboard variables
- Datamapper: Tracking errors in maps
- Choose Partner Delivery Exchange to send with
- Error converting arabic characters from XWS to XIB
- JD Edwards version 9 compatibility?
- AS2: No space left for a responder connection
- Error sending object from Composer 3.4.2 to Sentinel 3.1.1
- Gateway Security
- Interpel PeSIT HS E error “304, Requester identification not allowed (security)”
- CFT by using Java API
Recent Comments
Translators
Categories
- 2008 Connections Conference
- Accountability
- Axway
- Axway Forum Syndicate
- Being Nice
- Bug Fixes
- Communication
- Community
- General
- How-To
- Integrator
- Integrator v2.1.1
- mobile technology
- New Website
- News
- Non-Technical
- Production Down
- Secure Relay
- Sorry
- SSH Keys
- SSL/TLS
- Support
- Synchrony
- Synchrony Gateway
- Synchrony Integrator
- Synchrony Sentinel
- Synchrony Transfer
- Technical
- The big company always wins
- Tip-of-the-day
- Uncategorized
- Upgrades
- Welcome
- Wells Fargo
- What to Expect
- XSR
Archives
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
Pages
Blogroll
- Axway - Axway’s Main Homepage
- Axway Support - The Official Axway Support Site
- Axway User Forum - ALL - RSS feed for all categories & forums
- Help With Axway Forum - A forum designated to answering questions
- Tumbleweed Support - The official Tumbleweed Global Support Site
Meta
Copyright (c) 2008 Axway User All rights reserved.