IMPORTANT:
this is not a Support Forum! Experienced users might answer from time to time questions posted here. If you need a professional and reliable answer, or if you want to report a bug, please contact Altova Support instead.

Profile: paul
About
User Name: paul
Forum Rank: Advanced Member
Real Name: Paul
Location AT
Occupation: +
Interests:
Gender: None Specified
Statistics
Joined: Friday, September 9, 2005
Last Visit: Monday, November 22, 2021 9:35:00 AM
Number of Posts: 483
[2.67% of all post / 0.07 posts per day]
Avatar
Last 10 Posts
Topic: Resolve schema location
Posted: Thursday, February 11, 2021 10:34:23 AM
Hi,

In order to validate that XML file (and possibly various other things) you will need the schema it purports to correspond to: 'myData.xsd'. If it cannot be located at the location indicated then you should adjust the path accordingly.

Best regards,

Paul

... Support Engineer
... Altova GmbH
Topic: Grid View for Json removes quotes around numeric values
Posted: Tuesday, October 20, 2020 2:22:03 PM
Hello,

This behaviour was fixed quite some time ago, so please try with the latest version of XMLSpy.

Best regards,

Paul

... Support Engineer
... Altova GmbH
Topic: StyleVision 2019 sample COM Exception
Posted: Monday, October 19, 2020 11:53:27 AM
Hello,

Please follow the steps to correctly register the StyleVision Server DLL as detailed here

Best regards,

Paul

... Support Engineer
... Altova GmbH
Topic: MapForce 2020 Substring Function Issue
Posted: Thursday, August 27, 2020 11:17:31 AM
Hello,

Is the target node that you are mapping this value to a 'string' data type? If not then try changing it to be one...

Best regards,

Paul

... Support Engineer
... Altova GmbH
Topic: HTTP Post to SQL?
Posted: Tuesday, August 18, 2020 12:28:47 PM
Hi,

Neither MapForce not MapForce Server run as a service, but I'm sure you can accomplish your goals using FlowForce Server.

You can even expose a job as a web service if need be.

Best regards,

Paul

... Support Engineer
... Altova GmbH
Topic: mapping single field from flat file to separare elements in xml
Posted: Tuesday, August 27, 2019 3:10:22 PM
Hi,

On the face of it you just need to filter the source data according to the criteria you mention:

https://www.altova.com/manual/Mapforce/mapforceenterprise/mff_filter.htm

Have you tried this approach? If so and the problem persists please upload (as a zip archive) all the files involved, or contact Technical Support via the Support Forum

Best regards,

Paul

... Support Engineer
... Altova GmbH
Topic: How to unflatten a record
Posted: Wednesday, June 21, 2017 10:46:20 AM
Hi,

It sounds like you need to duplicate the target nodes 5 - or as many - times as you require...

Best regards,

Paul

... Support Engineer
... Altova GmbH
Topic: Cell Data overlapping while generating pdf
Posted: Friday, April 7, 2017 9:18:50 AM
Hello,

Wrapping behaviour in table cells (or any other container too narrow for the widest string it contains) is a common problem. To "wrap" a long string which does not contain spaces the solution is to insert a Unicode zero-width space character after every character in your string. Then, it will wrap wherever necessary in the output.

You can do this using an Auto-Calculation by substituting the following XPath expression for the (contents).

string-join( for $x in ( string-to-codepoints( . ) ) return codepoints-to-string( $x ), codepoints-to-string( 8203 ) )

Note that this approach requires the use of XSLT 2.0

Best regards,

Paul

... Support Engineer
... Altova GmbH
Topic: Connection to Mobile Together Server
Posted: Monday, June 6, 2016 11:56:42 AM
Hello,

Typically in these kind of cases it transpires that although MobileTogether Server is running and accessible on the local network, the machine on which it is running is not reachable via the Internet. Therefore, one can access it locally but not when using the mobile device's Internet connection.

Does the machine on which MobileTogether Server is running have a public IP address or domain name?

If the above does not help you then please contact us via the Support Center so we can get more details of your particular case...

Best regards,

Paul

... Support Engineer
... Altova GmbH
Topic: EDI output...max line length of 80 characters
Posted: Friday, August 7, 2015 8:36:20 AM
You could add another step in MapForce that essentially treats your EDI result as a simple text file, then do something like is shown in the attached screenshot. Depending on what shape your data is in and your actual desired result, not all of the functions may be necessary...

Best regards,

Paul

... Support Engineer
... Altova GmbH

Use of the Altova User Forum(s) is governed by the Altova Terms of Use.