Focal Point
[SOLVED] [CASE-OPENED] use _concat to add a prefix in iit or service manager

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1381057331/m/3577046926

March 21, 2013, 10:17 AM
Gee68
[SOLVED] [CASE-OPENED] use _concat to add a prefix in iit or service manager
I trying to rename or add a prefix to a file name and then move it to a destination.

let say the source filename is abc.txt but I want to rename it 1_abc.txt before I move it to my destination folder. So far I have tried this in the file listener but it did not work
_concat('c:/','1_'(sreg(basename)'.'txt')))

This message has been edited. Last edited by: Gee68,


WebFOCUS 8.1
Windows, Data migrator, ISM, DQC,All Outputs
March 26, 2013, 03:09 PM
Kerry
Hi Gee68,

While we wait to see if another customer can help on this question, please keep us posted on the final solution from your case. Thank you in advance for sharing with all.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
May 07, 2013, 09:27 PM
Gee68
Thanks to Sal for IBI support, this issue has been solved. You have to use
xdsregagent to create a variable with _concat('abc_',_SREG(basename),'.txt')and then use it in your iit process.

This case can be closed


WebFOCUS 8.1
Windows, Data migrator, ISM, DQC,All Outputs
July 18, 2013, 03:41 PM
Gee68
[SOLVED]


WebFOCUS 8.1
Windows, Data migrator, ISM, DQC,All Outputs