You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSP files are not mapped/imported correctly. CSP files are exported and pushed to the Git repository correctly, but the other way around doesn't work. When pulling / importing files the are copied to the wrong place.
Possibly the issue might have to do with the correct use of slashes. I tried replacing '/' with '' in the mapping and also a mixture of both, But I couldn't figure out a working combination. Mostly to the files get imported to the csp root folder of the namespace.
The text was updated successfully, but these errors were encountered:
a-schuetz
changed the title
CSP Mapping not working whenn pulling / importing files.
CSP Mapping not working when pulling / importing files.
Apr 5, 2023
ERROR #5001: Unable to import 'C:\SourceControl\IRIS\SOURCECONTROLNS\csp\healthshare\sourcecontrol\test.csp'
The path is correct.
When I create an empty file with the same name in the IRIS csp directory the import is partially successful. The file gets replaced in the file system but I have to add it manually to the workspace.
The backslash theory tourned out to be wrong. I think this only worked somehow before because I didn't clean up the globals. Now I get an error message when using backslashes and trying to add a CSP file. The same goes for the files beeing copied to the wrong place.
CSP files are not mapped/imported correctly. CSP files are exported and pushed to the Git repository correctly, but the other way around doesn't work. When pulling / importing files the are copied to the wrong place.
Possibly the issue might have to do with the correct use of slashes. I tried replacing '/' with '' in the mapping and also a mixture of both, But I couldn't figure out a working combination. Mostly to the files get imported to the csp root folder of the namespace.
The text was updated successfully, but these errors were encountered: